@charset "utf-8";

/*___________ 基本設定 ___________ */
body {
  margin: 0;
  font-size: 1rem;
  position: relative;
}
strong {
  /*font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;*/
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*p, li {
  font-size: 4.5vw;
}*/
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  display: none;
}
span.pc_view {
  display: none;
}
.smp_view, .is-sp {
  display: block;
}
span.smp_view {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block {
  display: block;
}
.txt_block {
  display: block;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキストカラー ____ */
.red {
  color: #CC0000;
}
.blue {
  color: #0066CC;
}
.grn {
  color: #008000;
}
.ora {
  color: #d14400;
}
.gry {
  color: #999999;
}
.wht {
  color: #FFFFFF;
}
.bg-yell {
  background-color: #FFFFF4;
  border: 1px solid #CCCC00;
  margin: 10px;
  padding: 10px;
}
.bg-yell4 {
  background-color: #ffefbd;
  margin: auto;
  padding: 0;
  text-align: center;
}
.bg-yell4 p {
  margin-bottom: 0;
}
.bg-orange3 {
  margin: 2vw;
  padding: 2.5vw 1vw;
  border: 2px solid #CC6600;
  overflow: hidden;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.f11 {
  font-size: 11px;
  line-height: 130%;
}
.f12 {
  font-size: 12px;
  line-height: 140%;
}
.f13 {
  font-size: 13px;
  line-height: 18px;
}
.f14 {
  font-size: 14px;
  line-height: 140%;
}
.f16 {
  font-size: 16px;
  line-height: 140%;
}
.f18 {
  font-size: 18px;
  line-height: 140%;
}
.f24 {
  font-size: 24px;
  line-height: 140%;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
  margin: 20px 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.ml20 {
  margin-left: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mtb2em {
  margin: 2em 0;
}
.pd5 {
  padding-left: 2vw;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
/* 大枠ボックス */
main.wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
section {
  padding: 4vw 0;
  overflow: hidden;
}
.wrapper {
  width: 96vw;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0 0.5em;
}
.inner.wrapper {
  width: 100%;
  padding: 0;
}
.notice_box, .minbox {
  width: 92vw;
  margin: 0 auto;
}
/* ボックス内共通設定 */
h2 {
  margin-bottom: 1em;
  height: 0;
  font-size: 1.4em;
  line-height: 1.2;
  color: #650000;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
p.img-txt {
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #32210c;
}
h4 {
  margin-bottom: 0.5em;
  color: #32210c;
  font-size: 1.2em;
}
section p {
  margin-bottom: 1em;
}
.v_hdn {
  visibility: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: none;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 100vw;
  background-color: #000000;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.yt_play {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  position: absolute;
  background-image: url("../img/uk_sample-mv_thumb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(255,39,0,0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_play::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.40);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.yt_movie + p {
  padding-top: .5em;
  font-size: .8em;
  text-align: center;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  position: relative;
}
.toggle {
display: none;
}
.title,
.tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.tglbox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_btn, .ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_btn, 
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .btn-top {
  width: 60vw;
  margin: 0 auto;
}
.ord_btn .btn-top {
  width: 60vw;
  margin: 0 auto .5em;
}
.ord_eshops .ord-group {
  margin-bottom: .5em;
  padding: .5em 0;
  color: #0A3500;
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  position: relative;
}
.ord_eshops label.type-select::before, .ord_eshops label.type-select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.ord_eshops label.type-select::before {
  content: "";
  display: inline-block;
  width: 2.6em;
  height: 3em;
  background-color: #008539;
  border-radius: 0 1.5em 1.5em 0;
  right: 0;
}
.ord_eshops label.type-select::after {
  content: '';
  width: .8em;
  height: .8em;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-100%) rotate(45deg);
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 3em;
  padding: 0 3em 0 1em;
  margin-bottom: .5em;
  text-align: center;
  line-height: calc(3em - 4px);
  background-color: #FFFFFF;
  border: 2px solid #008539;
  border-radius: 1.5em;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #008539;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 96vw;
  height: 0;
  margin: 0 auto;
  padding-top: 27vw;
  background-image: url("../img/uk_buybtn_sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform .2s;
}
/*#uk_1dan .ord_eshops .buybtn {
  background-image: url("../ppc-img/uk1dan_buybtn_sp.png");
}*/
.buybtn:hover, .buybtn:active {
  transform: scale(.95);
}
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4;
}
.btn-only .pay-type {
  display: none;
  content-visibility: hidden;
}
/* -------------------------------------- レスポンシブテーブル .rsp-tbl */
table.rsp-tbl th,
table.rsp-tbl td {
  display: block;
}
/* -------------------------------------- フッター footer */
footer {
  color: #333333;
  background-color: #f5f2e9;
  border-top: 4px double #333333;
}
footer .wrapper {
  padding: 1em 0;
}
footer a, footer a:visited {
  color: #333333;
  text-decoration: none;
}
footer a:hover {
  color: #3B0000;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  padding: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: 0.5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: 0.8em;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
body {
  font-size: 1.125rem;
  background-color: #F0F0F0;
}
p, li {
  font-size: 1em;
}
img {
  width: auto;
  height: auto;
}
.pc_view, .is-pc {
  display: block;
}
span.pc_view {
  display: inline;
}
.smp_view, .is-sp {
  display: none;
}
span.smp_view {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block {
  display: inline;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  margin: 1em auto;
  padding: 0;
  width: 980px;
  border: 1px solid #999;
}
section {
  padding: 60px 0;
}
.wrapper {
  width: 980px;
}
.inner {
  padding: 0 1.5em;
}
.inner.wrapper {
  width: 900px;
}
.notice_box, .minbox {
  width: 650px;
}
/* ボックス内共通設定 */
h1 {
  margin: 0 0 1em 0;
  font-size: 1em;
  line-height: 0;
  width: auto !important;
}
h2 {
  line-height: 1.2;
}
section p {
  margin-bottom: 1em;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  padding-top: 1em;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
header .wrapper {
  padding: 0 20px;
  justify-content: space-between;
}
header .h_nav {
  padding: 0;
}
header .h_nav ul {
  margin-bottom: 0;
}
header .h_nav li a {
  display: block;
  width: 194px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-image: url("../img/uk_nav_pc.png");
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid #000;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  transition: none;
}
header .h_nav ul li.nav-ord a {
  background-position-x: 0;
}
header .h_nav ul li.nav-1st a {
  background-image: url("../img/uk_nav-of_pc.png");
  background-position-x: -588px;
}
header .h_nav ul li.nav-3set a {
  background-position-x: -196px;
}
header .h_nav ul li.nav-qa a {
  background-position-x: -392px;
}
header .h_nav ul li.nav-comp a {
  background-position-x: -588px;
}
header .h_nav ul li.nav-cont a {
  background-position-x: -784px;
}
#uk_1st .h_nav li.nav-1st a,
#uk_3set .h_nav li.nav-3set a,
#uk_gset .h_nav li.nav-gset a,
#company .h_nav li.nav-comp a,
#contact .h_nav li.nav-cont a,
header .h_nav ul li a:hover {
  border: 1px solid #F30;
  border-bottom: 0;
  background-position-y: -50px;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
  position: relative;
  left: auto;
  transform: none;
}
.yt_play {
  border: 1px solid #000;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_btn .btn-top,
.ord_eshops .btn-top {
  width: 410px;
}
.ord_eshops label.type-select::after {
  transform: translateY(-120%) rotate(45deg);
}
.ord_eshops label.type-select select {
  width: 600px;
  margin-bottom: 1em;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #008539;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  width: 760px;
  padding-top: 110px;
  background-image: url("../img/uk_buybtn_pc.jpg");
}
#uk_1st .ord_eshops .buybtn {
  background-image: url("../img/uk_buybtn-1st_pc.png");
}
.buybtn:hover, .buybtn:active {
  transform: scale(1);
  opacity: .8;
}
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4;
}
.btn-only .pay-type {
  display: none;
  content-visibility: hidden;
}
/* -------------------------------------- レスポンシブテーブル .rsp-tbl */
table.rsp-tbl th,
table.rsp-tbl td {
  display: table-cell;
}
/* -------------------------------------- フッター footer */
footer {
  color: #FFFFFF;
  background-color: #3D1B0E;
  border: none;
}
footer .wrapper {
  padding: 1em 0;
}
footer a, footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #F0F0F0;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 1em;
}
footer nav ul li {
  padding: 0.5em 0;
  font-size: 0.8em;
  text-align: center;
  border-bottom: none;
  position: static;
}
footer nav ul li a {
  display: inline;
  padding: 0;
}
footer nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav ul li:last-child::after {
  content: "";
  margin: 0;
}
footer .copy {
  font-size: .8em;
  text-align: center;
}
footer .f_nav {
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
}
footer .f_nav ul {
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
footer .f_nav ul li {
  padding: 0;
}
footer .f_nav ul li::after {
  content: "";
  display: none;
}
footer .f_nav li a {
  display: block;
  width: 194px;
  height: 0;
  padding-top: 50px;
  background-image: url("../img/uk_nav_pc.png");
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid #000;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  transition: none;
}
footer .f_nav li.nav-ord a {
  background-position-x: 0;
}
footer .f_nav ul li.nav-1st a {
  background-image: url("../img/uk_nav-of_pc.png");
  background-position-x: -588px;
}
footer .f_nav li.nav-3set a {
  background-position-x: -196px;
}
footer .f_nav li.nav-qa a {
  background-position-x: -392px;
}
footer .f_nav li.nav-comp a {
  background-position-x: -588px;
}
footer .f_nav li.nav-cont a {
  background-position-x: -784px;
}
#uk_1st .f_nav li.nav-1st a,
#uk_3set .f_nav li.nav-3set a,
#uk_gset .f_nav li.nav-gset a,
#company .f_nav li.nav-comp a,
#contact .f_nav li.nav-cont a,
footer .f_nav li a:hover {
  border: 1px solid #F30;
  border-top: 0;
  background-position-y: -50px;
}
}



