@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg") repeat top left;
  text-align: justify;
  width: 100%;
  margin: 0px;
  position: relative;
}

.navOpen {
  overflow: hidden !important;
}

.bg-line .line1, .bg-line .line2 {
  position: absolute;
  top: 50%;
  left: 10px;
  top: 5px;
  height: calc(100% - 15vw - 10px);
  width: 2px;
  background: #544a3e;
  z-index: 10;
}

.bg-line .line2 {
  left: auto;
  right: 10px;
}

.bg-line .line3, .bg-line .line4 {
  left: 5px;
  position: absolute;
  top: 10px;
  height: 2px;
  width: calc(100% - 10px);
  background: #544a3e;
  z-index: 10;
}

.bg-line .line4 {
  top: auto;
  bottom: calc(16vw + 10px);
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 34px;
  }
  .bg-line .line1, .bg-line .line2 {
    height: calc(100% - 16px);
    left: 16px;
    top: 8px;
  }
  .bg-line .line2 {
    right: 16px;
    left: auto;
  }
  .bg-line .line3, .bg-line .line4 {
    top: 16px;
    left: 8px;
    width: calc(100% - 16px);
  }
  .bg-line .line4 {
    bottom: 16px;
    top: auto;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger, body.nav--opened #menu-toggle, body.nav--opened #menu-toggle * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  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-ship {
  font-family: "Shippori Mincho";
}

.fnt-notosan {
  font-family: "Noto Sans JP";
}

.fnt-notoseri {
  font-family: "Noto Serif JP";
}

.fnt-zenold {
  font-family: "Zen Old Mincho";
}

.fnt-zenkaku {
  font-family: "Zen Kaku Gothic New";
}

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  padding: 8vw 0px 0px;
  background: url("../img/shared/header_deco_sp.png") no-repeat top left/100%;
}
header .logo {
  z-index: 2;
  position: relative;
  width: 36%;
  max-width: 209px;
  margin: 0px auto 6vw;
}
header #key {
  position: relative;
  margin: 0px 0px 0px auto;
  z-index: 1;
  width: 90%;
}
header #key .kv {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
header #key .slide {
  height: 100%;
  width: 100%;
  -webkit-mask: url("../img/shared/key_mask_sp.png") no-repeat center/100% 100%;
          mask: url("../img/shared/key_mask_sp.png") no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 38px 0px 0px;
    background-image: url("../img/shared/header_deco.png");
    background-size: auto;
  }
  header #key {
    margin: 0px 0px 0px auto;
    width: 68%;
    min-height: 708px;
  }
  header #key .kv .slide {
    -webkit-mask-image: url("../img/shared/key_mask.png");
            mask-image: url("../img/shared/key_mask.png");
    height: 708px;
  }
  header #key .kv .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .logo {
    position: absolute;
    top: 187px;
    width: 209px;
    left: 9%;
  }
  header .sidebar {
    position: relative;
    height: 0px;
  }
  header .header-row {
    width: 550px;
    margin: 0px 36px 16px auto;
  }
  header .header-row .dis-flex {
    width: 100%;
    align-items: center;
  }
  header .header-row .header-tel {
    font-size: 28px;
    font-weight: 500;
    color: #302115;
    width: 280px;
  }
  header .header-row .header-tel i {
    display: inline-block;
    width: 27px;
    position: relative;
    margin-right: 5px;
    top: -3px;
  }
  header .header-row .header-btn a {
    width: 250px;
    font-size: 17px;
    line-height: 50px;
  }
  header .header-menu {
    position: absolute;
    z-index: 2;
    top: 545px;
    left: 6%;
  }
  header .header-menu li {
    height: 160px;
    cursor: unset;
  }
  header .header-menu li a {
    font-size: 21.5px;
    font-weight: 500;
    position: relative;
    line-height: 54px;
    display: inline-block;
    cursor: pointer;
  }
  header .header-menu li a::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 12px;
    background: url("../img/shared/nav_icon.png") center/cover;
    opacity: 0;
  }
  header .header-menu li a:hover::before, header .header-menu li a.active::before {
    opacity: 1;
  }
  header .header-sns {
    position: absolute;
    z-index: 2;
    width: 36px;
    top: 300px;
    right: 45px;
  }
  header .header-sns .header-map {
    width: 28px;
    margin: 0px auto;
  }
  header .header-sns .header-insta {
    position: relative;
    width: 100%;
    margin: 38px 0px 22px;
  }
  header .header-sns .header-insta::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    width: 100%;
    height: 2px;
    border-top: 1px solid #9a9b98;
  }
  header .header-sns .header-btn2 a {
    line-height: 36px;
    height: 222px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
  }
  header .header-sns .header-btn2 a i {
    display: inline-block;
    width: 14px;
    position: relative;
    left: -2px;
    margin: 8px 0px 0px;
  }
  header .header-sns .header-btn2 a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  header #key {
    width: 62%;
  }
}

h1 {
  z-index: 10;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: rgba(52, 24, 6, 0.49);
  width: 85%;
  position: relative;
  margin: 0px auto 4vw;
}
@media only screen and (min-width: 768px) {
  h1 {
    width: 440px;
    text-align: right;
    color: rgba(255, 255, 255, 0.49);
    position: absolute;
    top: 138px;
    right: 30px;
    margin: 0px;
  }
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  height: 88px;
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: -150px;
  box-sizing: border-box;
  visibility: hidden;
  background: url("../img/shared/bg.jpg") repeat top left;
}

.nav-fixed .wrap {
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.nav-fixed .navfix-row {
  height: 100%;
  align-items: center;
}
.nav-fixed .navfixed-map {
  width: 28px;
  margin: 0px 50px;
}
.nav-fixed .navfixed-tel {
  background: url("../img/shared/bg_tel.jpg") repeat top left;
  width: 285px;
  margin: 0px 148px 0px 0px;
  line-height: 30px;
  font-size: 25.6px;
  text-align: center;
  font-weight: 500;
  color: #302115;
  padding: 27px 0px;
}
.nav-fixed .navfixed-tel i {
  display: inline-block;
  width: 26px;
  position: relative;
  margin-right: 6px;
  top: -4px;
}

@media screen and (max-width: 767px) {
  .nav-fixed {
    display: none;
    visibility: hidden;
    height: 0px;
  }
}
.has_nav .nav-fixed {
  position: fixed;
  top: 0;
  visibility: visible;
}

.navOpen .nav-fixed {
  visibility: hidden;
  opacity: 0;
}

/*=============================================
 * nav
 *=============================================*/
#menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: url("../img/shared/bg.jpg") repeat top left;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #302115;
  padding: 24vw 0px 10vw;
  box-sizing: border-box;
}
#menu-toggle .gnav {
  box-sizing: border-box;
  position: relative;
}
#menu-toggle .gnav .menu-nav {
  margin: 0px auto 8vw;
}
#menu-toggle .gnav .menu-nav ul {
  justify-content: center;
}
#menu-toggle .gnav .menu-nav li a {
  position: relative;
  font-size: 5vw;
  font-weight: 500;
  transition: all 0.3s;
  padding: 28px 3vw 5vw;
  border-left: 1px solid #b5ad9f;
  line-height: 1.4;
  height: 100%;
}
#menu-toggle .gnav .menu-nav li a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 13px;
  background: url("../img/shared/nav_icon.png") center/cover;
  opacity: 0;
}
#menu-toggle .gnav .menu-nav li a.active::before {
  opacity: 1;
}
#menu-toggle .gnav .menu-nav li:last-child a {
  border-right: 1px solid #b5ad9f;
}
#menu-toggle .gnav .menu-btn a {
  width: 75%;
  margin: 0px auto;
  line-height: 3.5;
  border: 1px solid #302115;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
#menu-toggle .gnav .menu-btn a i {
  position: absolute;
  top: 50%;
  right: 6%;
  width: 14px;
  transform: translateY(-50%);
}
#menu-toggle .gnav .menu-insta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6vw auto 10vw;
}
#menu-toggle .gnav .menu-img {
  margin: 0px 0% 12vw;
}
@media only screen and (min-width: 768px) {
  #menu-toggle {
    padding: 0px 0px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  #menu-toggle .gnav {
    position: relative;
    margin: 0px auto;
  }
  #menu-toggle .gnav .menu-row {
    flex-direction: row-reverse;
    min-height: 100vh;
  }
  #menu-toggle .gnav .menu-img {
    width: 50%;
    background: url("../img/shared/menu_img.jpg") center right/cover;
    margin: 0px;
  }
  #menu-toggle .gnav .menu-box1 {
    padding: 206px 0px 172px;
    position: relative;
    width: 50%;
  }
  #menu-toggle .gnav .menu-nav {
    width: 100%;
    margin: 0px auto 40px;
  }
  #menu-toggle .gnav .menu-nav li a {
    padding: 28px 12px 20px;
    font-size: 21px;
    position: relative;
    line-height: 32px;
  }
  #menu-toggle .gnav .menu-nav li a:hover::before, #menu-toggle .gnav .menu-nav li a.active::before {
    opacity: 1;
  }
  #menu-toggle .gnav .menu-btn a {
    width: 250px;
    line-height: 40px;
    font-size: 17px;
  }
  #menu-toggle .gnav .menu-btn a:hover {
    opacity: 0.8;
  }
  #menu-toggle .gnav .menu-row2 {
    background: url("../img/shared/bg_tel.jpg") repeat top left;
    padding: 35px 5% 43px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin: 54px 0px 20px;
  }
  #menu-toggle .gnav .menu-row2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #b2a692;
    transform: translate(-50%, -50%);
  }
  #menu-toggle .gnav .menu-row2 .menu-tel {
    font-size: 30px;
  }
  #menu-toggle .gnav .menu-row2 .menu-tel i {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -3px;
  }
  #menu-toggle .gnav .menu-row2 .menu-btn2 a {
    width: 240px;
    line-height: 50px;
    font-size: 17px;
    margin: 22px auto 0px;
  }
  #menu-toggle .gnav .menu-sns {
    width: 110px;
    position: absolute;
    top: 24px;
    right: 190px;
  }
  #menu-toggle .gnav .menu-sns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    width: 2px;
    border-left: 1px solid #8f8c82;
  }
  #menu-toggle .gnav .menu-sns .menu-insta {
    margin: 0px;
  }
}
.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media only screen and (min-width: 768px) {
  .navOpen #menu-toggle {
    transform: translateX(0);
    transition-delay: 0s;
  }
  .navOpen #menu-toggle .gnav {
    transform: translateX(0);
    transition-delay: 0.3s;
  }
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.navOpen .hamburger {
  z-index: 99999;
}

.navOpen .hamburger img {
  content: url("../img/shared/footer_fixed_04_on.jpg");
}

.hamburger span {
  position: relative;
}

.hamburger span::before {
  content: "MENU";
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.navOpen .hamburger span::before {
  content: "CLOSE";
}

.navOpen #pagetop {
  display: none;
}

.navOpen .btnfixed a {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    opacity: 0;
    visibility: hidden;
    width: 148px;
    position: fixed;
    top: 0;
    right: 0px;
  }
  .hamburger:hover {
    opacity: 0.8 !important;
  }
  .navOpen .hamburger {
    right: 12px;
  }
  .navOpen .hamburger img {
    content: url("../img/shared/ham_on.jpg");
  }
  .has_nav .hamburger, .navOpen .hamburger {
    visibility: visible;
    opacity: 1;
  }
}
/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  box-sizing: border-box;
  padding: 12vw 0px;
  background: url("../img/shared/footer_deco.png") no-repeat bottom left/95%, url("../img/shared/bg4.jpg") repeat top left;
  color: #fff;
}
footer:not(:has(.footer-2)) {
  background: url("../img/shared/footer_deco_sp.png") no-repeat top left/auto 95%, url("../img/shared/bg4.jpg") repeat top left;
}
footer address, footer .cookies_link {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8c7b6d;
}
footer address {
  margin: 0vw auto 1vw;
  font-size: 14px;
}
footer .cookies_link a {
  position: relative;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1vw auto 16vw;
  text-decoration: underline;
}
footer .cookies_link a:hover {
  text-decoration: none;
}
footer .cookies_link a::after {
  display: inline-block;
  width: 16px;
  height: 21px;
  position: relative;
  top: -2px;
  margin-left: 6px;
}
footer #socialbuttons {
  margin: 8vw 0px 6vw;
  justify-content: center;
}
footer .footer-bottom {
  margin: 0px auto;
}
footer .footer-btn2 span {
  text-align: center;
  margin: 6vw auto 14vw;
  font-size: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-underline-offset: 12px;
  text-decoration-thickness: 1px;
  justify-content: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #8c7b6d;
}
footer .footer-btn2 span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  background: url("../img/shared/icon_link.png") center/cover;
}
footer .footer-btn2 span.copied {
  pointer-events: none;
}
footer .pagetop a {
  width: 30%;
  margin: 10vw auto 16vw;
  text-align: center;
  position: relative;
  font-weight: 350;
}
footer .pagetop a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 21px;
  height: 17px;
  transform: translateX(-50%);
  background: url("../img/shared/icon_pagetop.png") center/cover;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 90px 0px 75px;
    background: url("../img/shared/footer_deco.png") no-repeat bottom left, url("../img/shared/bg4.jpg") repeat top left;
  }
  footer:not(:has(.footer-2)) {
    background: url("../img/shared/footer_deco1.png") no-repeat bottom left/auto 100%, url("../img/shared/bg4.jpg") repeat top left;
  }
  footer .footer-btn2 {
    text-align: left;
    margin: 0px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 20px;
  }
  footer .footer-btn2 span {
    font-size: 16px;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px;
  }
  footer .footer-btn2 span:hover {
    opacity: 0.8;
  }
  footer .footer-row1 {
    justify-content: center;
    gap: 25px;
    align-items: center;
    margin: 28px 0px 0px;
  }
  footer address, footer .cookies_link {
    line-height: 29px;
    text-align: center;
    font-size: 13px;
  }
  footer .cookies_link a {
    margin: 0px auto;
  }
  footer address {
    margin: 5px 0px 0px;
    font-size: 16px;
  }
  footer .pagetop a {
    margin: 52px auto 1px;
    font-size: 14px;
    width: 75px;
  }
  footer .pagetop a:hover {
    opacity: 0.8;
  }
  footer #socialbuttons {
    margin: 0px 0px;
    text-align: center;
    justify-content: center;
  }
}
#footer .footer-2 {
  position: relative;
  margin-bottom: 16vw;
}
#footer .footer-2::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 50%;
  width: 90%;
  height: 2px;
  border-top: 1px solid #8e8781;
  transform: translateX(-50%);
}
#footer .footer-2 .footer-logo {
  margin: 0px auto;
  width: 36%;
  max-width: 154px;
}
#footer .footer-2 .footer-tel {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #e6e0d1;
  margin: 5vw 0px 3vw;
  line-height: 1.2;
}
#footer .footer-2 .footer-tel i {
  display: inline-block;
  width: 24px;
  top: -4px;
  position: relative;
  margin-right: 6px;
}
#footer .footer-2 .footer-btn1 a {
  background: url("../img/shared/bg.jpg") repeat top left;
  margin: 0px auto;
}
#footer .footer-2 .footer-insta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4vw auto 6vw;
}
#footer .footer-2 .footer-txt1 {
  font-size: 4vw;
  font-weight: 500;
}
#footer .footer-2 .footer-txt1 span {
  font-size: 3.5vw;
}
#footer .footer-2 .footer-list {
  margin: 6vw 0px 0px;
}
#footer .footer-2 .footer-list dl {
  line-height: 1.6;
  margin-bottom: 5vw;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#footer .footer-2 .footer-list dl dt {
  width: 28%;
}
#footer .footer-2 .footer-list dl dd {
  width: 72%;
}
#footer .footer-2 .footer-list dl dd a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 6px;
}
#footer .footer-2 .footer-list dl dd a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 2px;
  width: 11px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../img/shared/icon_map4.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #footer .footer-1 .footer-nav {
    width: 720px;
    margin: 0px auto;
  }
  #footer .footer-1 .footer-nav li a {
    font-weight: 500;
    font-size: 19px;
  }
  #footer .footer-1 .footer-nav li a:hover, #footer .footer-1 .footer-nav li a.active {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: #8c847e;
  }
  #footer .footer-1 .footer-btn a {
    width: 256px;
    line-height: 48px;
    margin: 25px auto 38px;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 500;
  }
  #footer .footer-1 .footer-btn a i {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  #footer .footer-1 .footer-btn a:hover {
    opacity: 0.8;
  }
  #footer .footer-2 {
    margin-bottom: 108px;
  }
  #footer .footer-2::before {
    width: 1000px;
    bottom: -44px;
  }
  #footer .footer-2 .footer-box1 {
    width: 320px;
    margin: -20px 0px 0px 97px;
  }
  #footer .footer-2 .footer-logo {
    width: 154px;
  }
  #footer .footer-2 .footer-tel {
    font-size: 31px;
    line-height: 31px;
    margin: 22px 0px 15px;
    letter-spacing: 0.12em;
  }
  #footer .footer-2 .footer-tel i {
    width: 26px;
    top: -5px;
  }
  #footer .footer-2 .footer-btn1 a {
    width: 245px;
    line-height: 45px;
    font-size: 16px;
  }
  #footer .footer-2 .footer-insta {
    margin: 10px auto 0px;
  }
  #footer .footer-2 .footer-box2 {
    width: 490px;
    margin: 28px 75px 0px 0px;
  }
  #footer .footer-2 .footer-txt1 {
    font-size: 18px;
    line-height: 37px;
  }
  #footer .footer-2 .footer-txt1 span {
    font-size: 13px;
  }
  #footer .footer-2 .footer-list {
    margin: 17px 0px 0px;
  }
  #footer .footer-2 .footer-list dl {
    line-height: 27px;
    margin-bottom: 27px;
  }
  #footer .footer-2 .footer-list dl dt {
    width: 118px;
  }
  #footer .footer-2 .footer-list dl dd {
    width: calc(100% - 118px);
  }
  #footer .footer-2 .footer-list dl dd a:hover {
    text-decoration: none;
  }
}
#gmap {
  width: 100%;
}

#pagetop {
  right: 1%;
  bottom: 22vw;
  width: 52px;
}

iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer-nav li {
    position: relative;
  }
  .footer-nav p {
    cursor: pointer;
  }
  .footer-nav a:hover, .footer-nav p:hover {
    opacity: 0.7;
  }
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1;
}

#socialbuttons > * {
  margin: 0 6px;
}

#socialbuttons .social-facebook .fb_iframe_widget span, #socialbuttons .fb_iframe_widget iframe {
  width: 102px !important;
  height: 20px !important;
}

@media only screen and (max-width: 767px) {
  #socialbuttons > * {
    margin: 0 10px;
  }
  #socialbuttons .social-facebook .fb_iframe_widget span, #socialbuttons .fb_iframe_widget iframe {
    width: 114px !important;
  }
}
#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 9999;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
#ft_fixed img:hover, #ft_fixed img.active {
  opacity: 1;
}
#ft_fixed button {
  border: none;
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
  }
}

#ft_fixed a:hover, #ft_fixed a:focus, #ft_fixed a:active, #ft_fixed a:visited {
  opacity: 1 !important;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important;
  }
}
/*=============================================
 * general
 *=============================================*/
.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 20px;
  right: 10px;
  width: auto;
}

.slick-dots li {
  display: inline-block;
  line-height: 0;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
}

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 8px;
  line-height: 1;
  padding: 0px;
  font-size: 0px;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid #d2c9b2;
}

.slick-dots .slick-active button {
  background: #d2c9b2;
}

.slick-arrow {
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 6vw;
  height: 12vw;
  color: #845138;
  font-size: 0px;
  top: 21%;
}

.slick-arrow.slick-prev {
  left: 4vw;
}

.slick-arrow.slick-next {
  right: 4vw;
}

.slick-arrow.slick-prev::before {
  background: url("../img/shared/prev.png") no-repeat center/100% auto;
  content: "";
  position: relative;
  border-radius: 50%;
  width: 6vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-arrow.slick-next::after {
  content: "";
  font-weight: 600;
  position: relative;
  font-size: 25px;
  border-radius: 50%;
  width: 6vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/shared/next.png") no-repeat center/100% auto;
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    transition: 0.2s;
  }
  .slick-dots li button {
    width: 70px;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    width: 24px;
    height: 51px;
  }
  .slick-arrow.slick-prev::before, .slick-arrow.slick-next::after {
    width: 24px;
    height: 51px;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1300px) and (max-width: 1500px) {
  .slick-arrow.slick-prev {
    left: 6%;
  }
  .slick-arrow.slick-next {
    right: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .dis-flex-sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.bg_parallax {
  position: relative;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.wrap {
  padding: 0 8%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #pagetop {
    width: 70px;
    bottom: 20px;
    right: 20px;
  }
  img {
    width: auto;
  }
  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    line-height: 1;
    display: inline-block;
    margin-left: 3px;
  }
  .dis-flex-pc {
    display: flex !important;
    justify-content: space-between;
  }
}
.dis-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

.md-txt {
  margin: 6vw 0;
  text-align: left;
  font-weight: 500;
}

.md-box {
  text-align: left;
  font-weight: 500;
}

.shadow {
  box-shadow: 2px 3px 15px 1px rgba(57, 20, 9, 0.75);
}

.btnprintmap:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .has_nav .btn-fix, .has_nav .btnfix-insta {
    visibility: visible;
    display: block;
  }
}
.tabs-switch .tab-link > * {
  cursor: pointer;
  display: inline-block;
}

.tabs-switch .tab-link.link-over > * {
  position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}

.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}

.tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}

.tabs-switch .tab-content > * {
  display: none;
}

.tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%; /*
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
*/
}

.fadeInZoom {
  animation-name: fadeInZoom;
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.motion_fadeInUp {
  animation-duration: 2s;
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: ease-in-out;
}

.js-loaded {
  clip-path: inset(0 100% 0 0);
  transition: all 1s ease;
}

.js-loaded[style*=visible] {
  transition: clip-path 2s cubic-bezier(2, 0, 0.175, 1) 1s;
  clip-path: inset(0 0 0 0);
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text; /*direction:rtl;*/
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
}
.txt-line {
  -webkit-text-stroke: 2px #000;
  font-size: 12vw;
  color: transparent;
  font-weight: 900;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .txt-line {
    font-size: 72px;
    -webkit-text-stroke: 3px #000;
  }
}

.remodal {
  padding: 16vw 0px;
  background: #fff;
}
.remodal h3 {
  margin: 0px auto 4vw;
  width: 100%;
  font-weight: 600;
  font-size: 6vw;
  color: #302115;
}
.remodal .popup-note {
  margin: 4vw 0px 10vw;
}
.remodal .popup-txt1 {
  margin: 20px 0px;
}
.remodal .popup-txt2 {
  margin: 0px 0px 2vw;
  line-height: 1.5;
}
.remodal .popup-ttl {
  margin: 8vw 0px 4vw;
  font-size: 5vw;
  line-height: 1.6;
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #302115;
}
.remodal dl {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0px;
  border-bottom: 1px solid #b3aca8;
  line-height: 1.5;
  letter-spacing: 0;
}
.remodal dl dt {
  width: 70%;
  text-align: left;
}
.remodal dl dd {
  width: 30%;
  text-align: right;
  align-self: flex-start;
}
.remodal dl.dd-b dt {
  width: 30%;
}
.remodal dl.dd-b dd {
  width: 70%;
}
.remodal dl.dd-b2 dt {
  width: 60%;
}
.remodal dl.dd-b2 dd {
  width: 40%;
}
.remodal dl.dd-b3 dt {
  width: 65%;
}
.remodal dl.dd-b3 dd {
  width: 35%;
}
.remodal dl.dd-bt dd {
  align-self: flex-end;
}
.remodal .btn-popupfix {
  position: fixed;
  top: -30px;
  right: 5px;
  width: 31px;
  height: 100%;
  z-index: 10;
}
.remodal .btn-popupfix .remodal-close {
  position: sticky;
}
.remodal .btn-popupfix img {
  filter: invert(1);
}
.remodal .btn-popupfix2 {
  top: 40px;
  right: 4%;
}
.remodal .btn-popupfix2 .remodal-close {
  top: -40px;
  width: 30px;
  height: auto;
}
.remodal .btn-close {
  margin: 40px auto 10px;
  width: 106px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .remodal {
    padding: 100px 16px;
    max-width: 1200px;
  }
  .remodal h3 {
    margin: 0px auto 16px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 39px;
  }
  .remodal .btn-popupfix {
    width: 31px;
    right: 50px;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .remodal .popup-note {
    margin: 12px 0px 20px;
  }
  .remodal .popup-row {
    display: flex;
    justify-content: space-between;
  }
  .remodal .popup-col {
    width: 465px;
  }
  .remodal .popup-txt2 {
    line-height: 25px;
    margin: 0px 0px 15px;
  }
  .remodal .popup-ttl {
    font-size: 23px;
    line-height: 1.5;
    margin: 36px 0px 18px;
    padding: 0px 0px 12px;
  }
  .remodal .btn-close {
    margin: 72px auto 10px;
    cursor: pointer;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .remodal dl {
    padding: 10px 0px;
    line-height: 25px;
    font-size: 16px;
  }
  .remodal dl dt {
    width: calc(100% - 90px);
    letter-spacing: 0;
  }
  .remodal dl dd {
    width: 90px;
  }
  .remodal dl.dd-b dt {
    width: calc(100% - 300px);
  }
  .remodal dl.dd-b dd {
    width: 300px;
  }
  .remodal dl.dd-b3 dt {
    width: calc(100% - 135px);
  }
  .remodal dl.dd-b3 dd {
    width: 135px;
  }
}

.remodal-shop {
  background: url("../img/shared/bg.jpg") repeat top left;
  position: relative;
  padding: 16vw 6% 16vw;
}
.remodal-shop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  transform: translate(-50%, -50%);
  border: 1px solid #c5bcae;
}
.remodal-shop .remodal-close {
  width: 40px;
  top: 20px;
  right: 20px;
}
.remodal-shop h3 {
  width: 85%;
  margin: 0px auto 8vw;
}
.remodal-shop .modalshop-box {
  position: relative;
  margin-bottom: 12vw;
}
.remodal-shop .modalshop-box:first-child::before {
  content: "";
  position: absolute;
  bottom: -7vw;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #a59b8e;
}
.remodal-shop .modalshop-box h4 {
  line-height: 1.8;
  font-size: 5vw;
  color: #302115;
  font-weight: 500;
  margin-bottom: 4vw;
}
.remodal-shop .modalshop-box h4 span {
  font-size: 4.5vw;
}
.remodal-shop .modalshop-box .modalshop-btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .remodal-shop {
    padding: 83px 92px 128px;
    max-width: 800px;
  }
  .remodal-shop .remodal-close {
    width: 52px;
    right: 30px;
  }
  .remodal-shop h3 {
    width: 307px;
    margin-bottom: 40px;
  }
  .remodal-shop .modalshop-box {
    width: 260px;
    margin: 0px;
  }
  .remodal-shop .modalshop-box:first-child::before {
    bottom: auto;
    top: 58%;
    left: auto;
    right: -20%;
    width: 2px;
    height: 110%;
    transform: translateY(-50%);
    border-left: 1px solid #a59b8e;
  }
  .remodal-shop .modalshop-box h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .remodal-shop .modalshop-box h4 span {
    font-size: 17px;
  }
  .remodal-shop .modalshop-box .modalshop-btn a {
    line-height: 58px;
    font-size: 17px;
  }
}

.modal-course .popup-box {
  box-sizing: border-box;
  margin: 0px 0px 12vw;
  padding: 8vw 4%;
  border: 1px solid #b3aca8;
}
.modal-course .popup-box h4 {
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.6;
  color: #302115;
}
.modal-course .popup-box h4 span {
  font-size: 5vw;
}
.modal-course .popup-box h4 .fnt-notoseri {
  font-weight: 400;
}
.modal-course .popup-box .modal-course-txt1 {
  margin: 2vw 0px 4vw;
}
.modal-course .popup-box .modal-course-list {
  width: 90%;
  margin: 0px auto;
  padding-top: 4vw;
  border-top: 1px solid #b3aca8;
}
.modal-course .popup-box .modal-course-list h5 {
  font-size: 4.5vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  .modal-course .popup-row2 {
    flex-wrap: wrap;
  }
  .modal-course .popup-box {
    width: 46%;
    margin: 0px 0px 42px;
    padding: 75px 2% 75px;
  }
  .modal-course .popup-box h4 {
    font-size: 35px;
  }
  .modal-course .popup-box h4 span {
    font-size: 30px;
  }
  .modal-course .popup-box .modal-course-txt1 {
    margin: 14px 0px 30px;
  }
  .modal-course .popup-box .modal-course-list {
    padding-top: 36px;
  }
  .modal-course .popup-box .modal-course-list h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@keyframes txtfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-line a {
  position: relative;
  text-align: center;
  line-height: 3.5;
  font-size: 16px;
  font-family: "Zen Old Mincho";
  border: 3px solid #7f2024;
  color: #302115;
  font-weight: 500;
  width: 95%;
  letter-spacing: 0.1em;
}
.btn-line a i {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  width: -moz-fit-content;
  width: fit-content;
  top: -3px;
}
.btn-line a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  transform: translate(-50%, -50%);
  border: 1px solid #7f2024;
}
@media only screen and (min-width: 768px) {
  .btn-line a {
    font-size: 20px;
    line-height: 66px;
    width: 335px;
  }
  .btn-line a:hover {
    opacity: 0.8;
  }
}

.btn-line.line a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  border-top: 1px solid #7f2024;
  width: 100%;
  left: calc(100% - 32px);
  max-width: 32px;
}
@media only screen and (min-width: 768px) {
  .btn-line.line a::after {
    left: calc(100% - 42px);
    max-width: 42px;
  }
  .btn-line.line a:hover {
    opacity: 1;
  }
  .btn-line.line a:hover::after {
    animation: hoverline 3s linear;
  }
}

@keyframes hoverline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.box-style {
  position: relative;
  overflow: hidden;
}
.box-style::before {
  background: #1b1b1b;
  width: 10px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.box-style > * {
  opacity: 0 !important;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}

.box-style[style*=visible]::before {
  height: 100%;
  width: 100%;
  left: 100%;
}

.box-style[style*=visible] > * {
  opacity: 1 !important;
  height: 100%;
}

.img-wrap.animated::after {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.text-ani, .text-ani2 {
  display: inline-block;
  overflow: hidden;
}

.text-ani span, .text-ani2 span {
  transform: translateY(100%);
  display: inline-block;
}

.text-ani.animated span, .text-ani2.animated span {
  animation: fadeText 0.6s ease forwards;
}

.text-ani2.animated span {
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#openning {
  width: 100%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  background: url("../img/shared/bg2.jpg") center/cover;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

#openning .openning-box {
  width: 100%;
  height: 100%;
  padding: 10vh 0px 10vh;
}

#openning .op-bg {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

#openning .openning-box .openning-bg {
  position: relative;
  margin: 0px auto;
  width: 100%;
}

#openning .openning-box .openning-bg2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#openning .openning-box .openning-bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#openning .openning-box2 {
  opacity: 0;
}

#openning h2 {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: -45vw 0px 0px;
}
#openning h2 img {
  max-width: unset;
  width: 100%;
}

#openning .openning-btn {
  width: 40%;
  max-width: 143px;
  margin: 4vh auto 4vh;
  position: relative;
  z-index: 10;
}

body.load {
  overflow: hidden;
  background: #000;
  opacity: 0;
}

body.load #ft_fixed {
  display: none;
}

@media only screen and (min-width: 768px) {
  #openning .openning-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #openning .op-bg {
    width: 100%;
    position: unset;
  }
  #openning .openning-box .openning-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #openning .openning-box .openning-bg1 {
    background-image: url("../img/shared/openning_bg1.jpg");
  }
  #openning .openning-box .openning-bg2 {
    background-image: url("../img/shared/openning_bg2.jpg");
  }
  #openning h2 {
    position: absolute;
    margin: 0px;
    width: 263px;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
  }
  #openning .openning-btn {
    margin: 0px;
    cursor: pointer;
    width: 143px;
    bottom: 6vh;
    right: 4%;
    position: absolute;
  }
  #openning .openning-btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-height: 525px) {
  #openning h2 {
    width: auto;
    height: 95%;
  }
  #openning h2 img {
    width: auto;
    height: 100%;
  }
}/*# sourceMappingURL=shared.css.map */