/** @format */

@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
  color: #000;
  min-width: inherit;
  max-height: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bd_bg.jpg) repeat center top;
}

.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.navOpen #pagetop {
  z-index: -1;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.fnt-mincho {
  font-family: "Sawarabi Mincho", sans-serif;
  /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-noto-serif {
	font-family: "Noto Serif JP", serif;
}

.block::after {
  clear: both;
  content: "";
  display: block;
}

.txt-center {
  text-align: center;
}

.txt_b {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
}

header .logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 30%;
  z-index: 111;
}

header h1 {
  position: absolute;
  bottom: 4%;
  left: 27%;
  right: 10px;
  font-size: 10px;
  font-weight: normal;
  z-index: 111;
}
header h1.style {
  left: 10px;
  text-align: center;
  bottom: 10px;
}

header {
  color: #fff;
}

header .english {
  position: fixed;
  top: 0;
  right: 50px;
  background: #000;
  font-size: 11px;
  z-index: 999;
}
header .english a {
  display: block;
  padding: 10px 10px 14px 10px;
}

/*====================== nav ====================== */

header .topnavi {
  position: absolute;
  bottom: 3px;
  right: 5px;
  height: 54px;
}

header .topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}

header .topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 5px;
  width: 100%;
  border-left: 1px dotted rgba(255, 255, 255, 1);
}

header .topnavi li a:hover {
  text-decoration: none;
}

header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
}

header .menu_toggle {
  padding: 74px 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

header .sub_click {
  display: block;
  padding: 9px 0;
  position: relative;
}

header .sub_click:before {
  content: "";
  position: absolute;
  width: 15px;
  border-top: 1px solid #fff;
  right: 5px;
  top: 22px;
  animation: smoky-out 0.7s 0s both;
}

header .sub_click:after {
  content: "";
  position: absolute;
  height: 15px;
  border-left: 1px solid #fff;
  right: 12px;
  top: 15px;
  animation: smoky-out 0.7s 0s both;
}

header .sub_click.open:after,
header .sub_click.open:before {
  animation: smoky 0.7s 0s both;
}

header .sub_click.open:after {
  opacity: 0;
}

@keyframes smoky {
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

@keyframes smoky-out {
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

#menu_toggle li {
  transition: all ease 0.5s 0.3s;
  opacity: 0;
  text-align: center;
}
#menu_toggle li.button {
  text-align: center;
}
#menu_toggle li.button img {
  max-width: 260px;
}
#menu_toggle li.social {
}
#menu_toggle li.social a {
  display: inline-block;
  font-size: 30px;
}
#menu_toggle .sub_scroll_box li {
  margin: 0 20px;
  border: none;
}

#menu_toggle .sub_scroll_box li a {
  padding: 5px 0;
}

#menu_toggle .sub_scroll_box li:last-child {
  border-bottom: none;
}
header .menu_toggle li.active::before {
  bottom: auto;
  top: 15%;
  height: 6px;
  border: none;
  background: #4d4d4d;
  z-index: -1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 998;
}

.navOpen #menu_toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.navOpen.mn_tyle_a li {
  text-align: left !important;
}

.navOpen.mn_tyle_a .hamburger {
  opacity: 0;
  visibility: hidden;
}

.navOpen.mn_tyle_a .hamburger.type_a {
  opacity: 1;
  visibility: visible;
}

.navOpen .hamburger.type_a {
  opacity: 0;
  visibility: hidden;
}

header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.hamburger-box {
  width: 30px;
}
.hamburger {
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
  padding: 7px 10px 12px 10px;
  z-index: 999;
}

.hamburger:after {
  font-size: 11px;
  content: "MENU";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  text-align: center;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.type_a {
  padding: 11px 10px 3px;
  right: auto;
  left: 15px;
}

.type_a:after {
  display: none;
}

.navOpen .hamburger:after {
  content: "CLOSE";
}

/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
  position: relative;
  height: 100vh;
}

header #key p.tt {
  position: absolute;
  bottom: 6%;
  right: 3%;
  color: #fff;
  font-size: 20px;
}
#key .key_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bx-wrapper {
  position: relative;
}

.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}

.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
  color: #000;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}

.bx-prev::after {
  content: "\f104";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-next::after {
  content: "\f105";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}

.sl_vertical .bx-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sl_vertical .bx-pager-item {
  display: block;
  margin: 5px 0;
}

/*====================== end nav ====================== */

section {
  overflow: hidden;
}

/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
  background: #151515;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 35px;
  color: #fff;
}

footer .shopinfo {
  padding: 10% 3% 15px;
  position: relative;
}

footer .vcard {
}
footer .vcard .tit {
  text-align: center;
  padding: 15px 0;
}
footer .vcard dl {
  padding-top: 15px;
}
footer .vcard dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

footer .vcard dt {
  float: left;
  width: 30%;
}

footer .vcard dd {
  float: left;
  width: 70%;
}

#f_logo {
  margin: 0 auto 5px;
  width: 145px;
}

footer .tel {
  text-align: center;
  padding: 0 10%;
}

footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}

footer .link p {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}

footer .link p a {
  background: #9f9f9f;
  border: solid 1px rgba(200, 200, 200, 0.78);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 1px #a8a398;
}

footer .link .link-pc a::before {
  margin-right: 9px;
}

footer #socialbuttons {
  padding-top: 15px;
}

footer address {
  line-height: 44px;
  background: #000000;
  color: #d3d1d1;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}
footer address span a {
  font-size: 10px;
  color: #d3d1d1;
  display: block;
}

/*====================== ft_fixed ====================== */

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  z-index: 999;
}

.navOpen #ft_fixed {
  z-index: 0;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 100;
}

.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  color: #fff;
  background-color: #931809;
  border-right: 1px solid #fff;
}

.ft_fixed_shared li:last-child {
  border-right: 0;
}

.ft_fixed_shared li a {
  display: block;
  padding: 14px 18px 14px 0px;
  font-size: 3.5vw;
  position: relative;
}

.ft_fixed_shared li a:before {
  font-size: 3.5vw;
}

.ft_fixed_shared li a:after {
  font-size: 12px;
  position: absolute;
  right: 10px;
  content: "\f105";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.ft_fixed_shared.ft_a li {
  width: 100%;
}

.ft_fixed_shared.ft_b li {
  width: 50%;
}

.ft_fixed_shared.ft_c li {
  width: calc((100% - 50px) / 3);
}

.ft_fixed_shared #pagetop {
  position: relative;
  top: auto;
  bottom: auto;
  width: 50px;
}

.ft_fixed_shared #pagetop:before {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.ft_d a,
.ft_c a,
.ft_b a,
.ft_a a {
  padding: 3px 10px 3px 0 !important;
}

.ft_a a:after,
.ft_b a:after,
.ft_c a:after,
.ft_d a:after {
  right: 8px !important;
}

.ft_fixed_shared.ft_c li:nth-child(2) {
  min-width: 110px;
}

#pagetop {
  bottom: 50px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/

.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.botan {
  color: #fff;
  padding: 5px 13px !important;
  margin-bottom: 0;
}

.url_btn_copy {
  background: #000;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  position: relative;
}

.url_btn_copy:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.url_btn_copy span {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.btn_pc {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0 !important;
}

.btn_pc a:before {
  padding-right: 5px;
}

.js_full .bx-viewport {
  overflow: visible !important;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js_full_ext {
  padding-left: 0;
}

.js_full_ext .js_in {
  padding-left: 5%;
}

.js_full_ext img {
  width: 90%;
}

.js_full_ext .bx-prev {
  display: none;
}

.js_full_ext .bx-next {
  right: -18%;
}

.wrap {
  padding: 0 3% 12%;
}

.cl_red {
  color: #e4070b;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.bnr_shared {
  width: 66%;
  margin: 0 auto;
}

.bnr_shared a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 5px 10px 15px;
  font-size: 15px;
  font-weight: bold;
}

.bnr_shared a .icon-angle-right {
  float: right;
  padding-right: 5px;
}

.bnr_shared_w90 {
  width: 90%;
}

.bnr_shared_w100 {
  width: 100%;
}

.toggle .accor4:after {
  color: #000;
  display: block;
  position: static;
  margin-top: 0;
}

.pop_icon i {
  display: block;
}
.button {
  text-align: center;
}
.button img {
  width: 70%;
}
.arrow {
  text-align: center;
}
.arrow img {
  width: 20px;
}
.curtain {
  position: relative;
  visibility: visible !important;
}
.curtain:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
  z-index: 11;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.curtain[style*="visible"]:after {
  left: 110%;
}
.en_hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bnr_fix1 {
  position: fixed;
  right: 5px;
  top: 65px;
  z-index: 999;
}
