@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #222;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14em;
  letter-spacing: 0.1em;
  background: url(../img/shared/main_bg.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --ship: "Shippori Mincho";
  --serif: "Noto Serif JP";
  --zen: "Zen Old Mincho";
  --amiri: "Amiri";
  --gara: "Cormorant Garamond";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 36px;
  }
}
/*=============================================
 * 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;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/bg_nav_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav {
  margin-bottom: 18px;
}
.nav-header .nav li {
  text-align: center;
  margin-bottom: 18px;
}
.nav-header .nav li:last-child {
  margin-bottom: 0;
}
.nav-header a.nav-main {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  color: #fff;
  position: relative;
}
.nav-header a.nav-main::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  left: 0;
  bottom: 0;
}
.nav-header a.nav-main.active::before {
  right: 0;
}
.nav-header .nav-out li {
  text-align: center;
  margin-bottom: 18px;
}
.nav-header .nav-out li:last-child {
  margin-bottom: 0;
}
.nav-header .nav-out li a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  color: #fff;
  position: relative;
}
.nav-header .nav-out .none-sp {
  display: none;
}
.nav-header .nav-social {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
}
.nav-header .nav-social .btn-ins,
.nav-header .nav-social .btn-fb {
  width: 38px;
  height: 38px;
}
.nav-header .nav-social .btn-ins a,
.nav-header .nav-social .btn-fb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav-header .nav-social .btn-ins a img,
.nav-header .nav-social .btn-fb a img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.nav-header .contact {
  position: relative;
  padding-top: 20px;
}
.nav-header .contact::before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.3;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 1px;
  top: 0;
}
.nav-header .contact .tel-header dt {
  color: #fff;
}
.nav-header .contact .tel-header dt .tel-icon::before {
  background-image: url(../img/shared/icon_tel_w.png);
}
.nav-header .contact .btn-web a {
  color: #222;
  background: #fff;
}
.nav-header .contact .btn-web a::before {
  background-image: url(../img/shared/icon_arrow_b.png);
  aspect-ratio: 16/18;
  width: 8px;
}

.fixed-nav-pc {
  display: none;
}

.tel-open {
  display: none;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

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

body.fix-open .hamberger-btn,
body.fix-open .fixed-nav-pc,
body.fix-open .fixed-nav-pc *,
body.fix-open .tel-open,
body.fix-open .tel-open *,
body.fix-open .nav-header,
body.fix-open .nav-header *,
body.fix-open #fixed-sp,
body.fix-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

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

body.menu-open .hamberger-btn,
body.menu-open .fixed-nav-pc,
body.menu-open .fixed-nav-pc *,
body.menu-open .tel-open,
body.menu-open .tel-open *,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.fix-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.menu-open .nav-header {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 25px 5% 250px;
}

#key-box {
  width: 100%;
}
#key-box .logo-kv {
  margin: 0 auto;
}
#key-box .logo-kv a {
  display: inline-block;
}
#key-box h1 {
  opacity: 0.5;
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 500;
  font-family: var(--ship);
  margin: 30px auto 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #key-box h1 {
    opacity: 0.5;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    font-weight: 500;
    font-family: var(--ship);
    margin: 30px 0 0 50px;  
    text-align: left;
  }
  
}
.head-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  background: rgb(34, 34, 34);
  position: relative;
  padding: 15.8vw 0 calc(63px + 10.6vw);
}
footer .row1 {
  margin-bottom: 50px;
}
footer .row1 .block-right {
  display: none;
}
footer .row1 .block-left .group {
  margin-bottom: 39px;
}
footer .row1 .block-left .logo-ft {
  width: 60px;
  margin: 0 auto 17px;
}
footer .row1 .block-left .logo-ft a {
  display: inline-block;
}
footer .row1 .block-left .slogan {
  line-height: 25px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
footer .row1 .block-left .contact .tel-footer dt {
  color: #fff;
}
footer .row1 .block-left .contact .tel-footer dt .tel-icon::before {
  background-image: url(../img/shared/icon_tel_w.png);
}
footer .row1 .block-left .contact .btn-web a {
  color: #222;
  background: #fff;
}
footer .row1 .block-left .contact .btn-web a::before {
  background-image: url(../img/shared/icon_arrow_b.png);
  aspect-ratio: 16/18;
  width: 8px;
}
footer .row1 .block-left .info {
  padding-top: 34px;
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}
footer .row1 .block-left .info::before, footer .row1 .block-left .info::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.3;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 1px;
}
footer .row1 .block-left .info::before {
  top: 0;
}
footer .row1 .block-left .info::after {
  bottom: 0;
}
footer .row1 .block-left .info .txt {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.85em;
  margin-bottom: 22px;
}
footer .row1 .block-left .info .txt:last-child {
  margin-bottom: 0;
}
footer .row1 .block-left .info .map-link {
  text-decoration: underline;
}
footer .row2 .block-right #socialbuttons {
  margin-bottom: 16px;
}
footer .row2 .block-right .btn-copy {
  margin-bottom: 8px;
  text-align: center;
}
footer .row2 .block-right .btn-copy .copy {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
}
footer .row2 .block-right .btn-copy .copy::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_link.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
footer .row2 .block-left {
  margin-bottom: 50px;
}
footer .row2 .block-left .btn-cookie {
  margin-bottom: 12px;
  text-align: center;
}
footer .row2 .block-left .btn-cookie a {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--serif);
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
}
footer .row2 .block-left .btn-cookie a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_cookie.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
footer .row2 .block-left address {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0.1em;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  height: 100%;
}

#fixed-sp ul li {
  border: 1px solid #222;
  background: #fff;
  width: 25%;
  height: 100%;
  position: relative;
}
#fixed-sp ul li:not(:last-child) {
  border-right: none;
}

#fixed-sp ul li a::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 11px;
  left: 0;
  right: 0;
  background: url(../img/shared/icon_tel_fixed.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 26px;
}

#fixed-sp ul li .fx-en::before {
  background-image: url(../img/shared/icon_en_fixed.png);
}

#fixed-sp ul li .fx-web::before {
  background-image: url(../img/shared/icon_web_fixed.png);
}

#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 12px;
  left: 0;
  right: 0;
  background: url(../img/shared/icon_menu.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
}

#fixed-sp ul li a,
#fixed-sp ul li .fx-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #222;
  position: relative;
  z-index: 1;
  padding-top: 19px;
}

#fixed-sp ul li .fx-web {
  font-size: 9px;
}

#fixed-sp ul li .fx-menu {
  font-size: 9px;
  padding-top: 18px;
}

#fixed-sp ul li .fx-menu .close {
  display: none;
}

.menu-open #fixed-sp ul li .fx-menu {
  background: #222;
  color: #fff;
}

.menu-open #fixed-sp ul li .fx-menu .close {
  display: block;
}

.menu-open #fixed-sp ul li .fx-menu .open {
  display: none;
}

.menu-open #fixed-sp ul li .fx-menu::before {
  background-image: url(../img/shared/icon_menu_close.png);
}

#pagetop {
  width: 50px;
  margin: 0 auto;
}

/* 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: #fff;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* 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: #fff;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .fixed-nav-pc {
    position: fixed;
    top: 30px;
    right: 50px;
    left: 50px;
    z-index: 201;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .fixed-nav-pc .block-left {
    position: relative;
  }
  .fixed-nav-pc .block-left .logo {
    width: 80px;
    position: absolute;
    top: 57px;
    left: 0;
  }
  .fixed-nav-pc .block-left .logo a {
    display: inline-block;
  }
  .fixed-nav-pc .block-right {
    display: flex;
    gap: 19px;
  }
  .fixed-nav-pc .block-right .btn-web a {
    border: 1px solid #fff;
    width: 180px;
    height: 48px;
    font-size: 15px;
    background: transparent;
  }
  .fixed-nav-pc .block-right .btn-web a:hover {
    background: #f6f6f6;
  }
  .fixed-nav-pc .block-right .btn-web a::before {
    right: 19px;
  }
  .fixed-nav-pc .block-right .btn-tel {
    cursor: pointer;
  }
  .fixed-nav-pc .block-right .btn-tel:hover {
    opacity: 0.7;
  }
  .fixed-nav-pc .block-right .btn-tel,
  .fixed-nav-pc .block-right .btn-map {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
  }
  .fixed-nav-pc .block-right .btn-tel a,
  .fixed-nav-pc .block-right .btn-map a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .fixed-nav-pc .block-right .btn-map a img {
    width: 24px;
  }
  .hamberger-btn {
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    transition: all 0.4s ease;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  .hamberger-btn:hover {
    opacity: 0.7;
  }
  .hamberger-btn span {
    width: 19px;
    height: 1px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    background: #fff;
  }
  .hamberger-btn span::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .menu-open .hamberger-btn span {
    width: 24px;
    transform: rotate(141deg) translateX(20px);
    top: 10px;
    left: 57%;
  }
  .menu-open .hamberger-btn span::before {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .tel-open {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 97;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
  }
  .tel-open .tel-close {
    position: absolute;
    top: 31px;
    right: 51px;
    z-index: 1;
    cursor: pointer;
  }
  .tel-open .tel-close:hover {
    opacity: 0.7;
  }
  .tel-open .wrap-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .tel-open .tel-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 650px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tel-open .tel-header dt {
    font-size: 44px;
    letter-spacing: -0.035em;
    line-height: 1.45em;
    margin-bottom: 0;
    color: #fff;
  }
  .tel-open .tel-header dt .tit {
    font-size: 28px;
    letter-spacing: 0.17em;
  }
  .tel-open .tel-header dt .tel-icon {
    padding-left: 22px;
  }
  .tel-open .tel-header dt .tel-icon::before {
    width: 18px;
    filter: brightness(0) invert(1);
  }
  .fix-open .tel-open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    width: 500px;
    background: #000;
  }
  .nav-header .nav {
    margin-bottom: 25px;
    width: fit-content;
  }
  .nav-header .nav li {
    text-align: left;
    margin-bottom: 19px;
  }
  .nav-header a.nav-main {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding-bottom: 6px;
  }
  .nav-header a.nav-main::before {
    left: -50px;
    transition: all 0.3s ease;
  }
  .nav-header a.nav-main:hover::before {
    right: 0;
  }
  .nav-header .nav-out {
    margin-bottom: 28px;
  }
  .nav-header .nav-out li {
    text-align: left;
    margin-bottom: 12px;
    width: 156px;
    line-height: 1.4em;
  }
  .nav-header .nav-out li:first-child a {
    border-bottom: 1px solid #fff;
  }
  .nav-header .nav-out li:first-child a::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 14/8;
    width: 7px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
  }
  .nav-header .nav-out li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.2em;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
  }
  .nav-header .nav-out li a:hover {
    opacity: 0.7;
  }
  .nav-header .nav-out .none-sp {
    display: block;
  }
  .nav-header .nav-social {
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 0;
  }
  .nav-header .nav-social .btn-ins,
  .nav-header .nav-social .btn-fb {
    width: 30px;
    height: 30px;
  }
  .nav-header .contact {
    display: none;
  }
  .js-scroll {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 153px 50px 100px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    padding: 92px 0 37px;
    background: url(../img/shared/footer_bg.jpg) no-repeat;
    background-size: cover;
  }
  footer::after {
    display: none;
  }
  footer.footer-all .wrap {
    width: 100%;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
  }
  footer .row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 46px;
  }
  footer .row1::before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: 0.3;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    height: 1px;
    bottom: 0;
  }
  footer .row1 .block-right {
    display: block;
  }
  footer .row1 .block-right .nav-footer {
    width: fit-content;
    margin-bottom: 15px;
  }
  footer .row1 .block-right .nav-footer li {
    text-align: left;
    margin-bottom: 14px;
  }
  footer .row1 .block-right .nav-footer li.active a::before {
    right: calc(50% - 50vw);
  }
  footer .row1 .block-right .nav-footer li:last-child {
    margin-bottom: 0;
  }
  footer .row1 .block-right .nav-footer li a {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-bottom: 7px;
    line-height: 1.4em;
    color: #fff;
    position: relative;
  }
  footer .row1 .block-right .nav-footer li a::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  footer .row1 .block-right .nav-footer li a:hover::before {
    right: calc(50% - 50vw);
  }
  footer .row1 .block-right .nav-out {
    margin-bottom: 28px;
  }
  footer .row1 .block-right .nav-out li {
    text-align: left;
    margin-bottom: 12px;
    width: 156px;
    line-height: 1.4em;
  }
  footer .row1 .block-right .nav-out li:last-child {
    margin-bottom: 0;
  }
  footer .row1 .block-right .nav-out li:first-child a {
    border-bottom: 1px solid #fff;
  }
  footer .row1 .block-right .nav-out li:first-child a::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 14/8;
    width: 7px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto 0;
  }
  footer .row1 .block-right .nav-out li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 2px;
  }
  footer .row1 .block-right .nav-out li a:hover {
    opacity: 0.7;
  }
  footer .row1 .block-right .nav-out .none-sp {
    display: none;
  }
  footer .row1 .block-right .nav-social {
    display: flex;
    gap: 16px;
  }
  footer .row1 .block-right .nav-social .btn-ins,
  footer .row1 .block-right .nav-social .btn-fb {
    width: 30px;
    height: 30px;
  }
  footer .row1 .block-right .nav-social .btn-ins a,
  footer .row1 .block-right .nav-social .btn-fb a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  footer .row1 .block-right .nav-social .btn-ins a img,
  footer .row1 .block-right .nav-social .btn-fb a img {
    display: block;
    height: 100%;
    object-fit: contain;
  }
  footer .row1 .block-left {
    padding-top: 8px;
  }
  footer .row1 .block-left .group {
    display: flex;
    margin-bottom: 50px;
    gap: 52px;
  }
  footer .row1 .block-left .logo-ft {
    width: 80px;
    margin: 0;
  }
  footer .row1 .block-left .slogan {
    display: none;
  }
  footer .row1 .block-left .contact {
    margin-top: 37px;
  }
  footer .row1 .block-left .contact .tel-footer dt {
    text-align: left;
  }
  footer .row1 .block-left .contact .btn-web a:hover {
    background: #222;
    color: #f6f6f6;
  }
  footer .row1 .block-left .contact .btn-web a:hover::before {
    filter: brightness(0) invert(1);
  }
  footer .row1 .block-left .info {
    padding-top: 43px;
    padding-bottom: 0;
  }
  footer .row1 .block-left .info::before, footer .row1 .block-left .info::after {
    left: 0;
    right: 0;
  }
  footer .row1 .block-left .info::after {
    display: none;
  }
  footer .row1 .block-left .info .txt {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 28px;
    margin-bottom: 28px;
  }
  footer .row1 .block-left .info .map-link:hover {
    text-decoration: none;
  }
  footer .row2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer .row2 .block-right {
    margin-top: 10px;
  }
  footer .row2 .block-right #socialbuttons {
    margin-bottom: 12px;
  }
  footer .row2 .block-right .btn-copy {
    margin-bottom: 0;
    text-align: right;
  }
  footer .row2 .block-right .btn-copy .copy {
    font-size: 14px;
    padding-right: 20px;
    text-underline-offset: 8px;
  }
  footer .row2 .block-right .btn-copy .copy:not(.copied):hover {
    text-decoration: none;
  }
  footer .row2 .block-right .btn-copy .copy::before {
    width: 16px;
  }
  footer .row2 .block-left {
    margin-bottom: 0;
  }
  footer .row2 .block-left .btn-cookie {
    margin-bottom: 10px;
    text-align: left;
  }
  footer .row2 .block-left .btn-cookie a {
    font-size: 14px;
    padding-right: 20px;
    text-underline-offset: 8px;
  }
  footer .row2 .block-left .btn-cookie a:hover {
    text-decoration: none;
  }
  footer .row2 .block-left .btn-cookie a::before {
    width: 12px;
  }
  footer .row2 .block-left address {
    text-align: left;
    font-size: 14px;
  }
  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #pagetop:hover {
    opacity: 0.8;
  }
  #socialbuttons {
    max-width: 350px;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 6.6666666667%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.social-facebook span,
.social-facebook iframe {
  min-width: 101px !important;
  height: 20px !important;
}

.ls-arrow {
  display: flex;
  justify-content: center;
  gap: 2vw;
}
.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  width: 45px;
  height: 45px;
}
.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
}
.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 5%;
  gap: 10px;
}
.slick-slider .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
}
.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots button::before {
  content: none;
}
.slick-slider .slick-dots .slick-active button {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-dots {
    gap: 38px;
    bottom: 29px;
  }
  .slick-slider .slick-dots li {
    transition: all 0.3s ease;
  }
  .slick-slider .slick-dots li:not(.slick-active):hover button {
    background: #fff;
  }
}

.tit.txt-vertical,
.tit1.txt-vertical,
.tit2.txt-vertical,
.ttl-all.txt-vertical,
.ttl-all2.txt-vertical {
  white-space: nowrap;
}
.tit.txt-vertical-pc,
.tit1.txt-vertical-pc,
.tit2.txt-vertical-pc,
.ttl-all.txt-vertical-pc,
.ttl-all2.txt-vertical-pc {
  white-space: nowrap;
}
.tit.txt-vertical-sp,
.tit1.txt-vertical-sp,
.tit2.txt-vertical-sp,
.ttl-all.txt-vertical-sp,
.ttl-all2.txt-vertical-sp {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  body {
      position: static !important;
      top: 0 !important;
  }
  .txt, .txt1, .txt2, .txt3 {
      text-align: inherit;
  }
  footer .wrap {
      width: 1530px;
  }
  /*=============================================
* text vertical
*=============================================*/
  .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;
      display: inline-block;
      text-align: center;
      line-height: 1.5em;
  }
  .txt-normal .int {
      height: 1.1em;
  }
  .txt-vertical-x > * {
      writing-mode: rl-tb;
      -o-writing-mode: vertical-tb;
      -ms-writing-mode: vertical-tb;
      -ms-writing-mode: rl-tb;
      -moz-writing-mode: vertical-tb;
      -webkit-writing-mode: vertical-tb;
      transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      display: inline-block;
      white-space: nowrap;
      word-wrap: break-word;
      width: 1px;
      line-height: 1;
  }
  .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;
      letter-spacing: .25em;
  }
}
@-moz-document url-prefix() {
  .txt-vertical-pc .txt-latin {
      position: relative;
      left: 4px;
  }
}

.ttl-all {
  font-size: 7.2vw;
  font-family: var(--zen);
  font-weight: 900;
  color: #222;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
.ttl-all.icon-lg {
  padding-top: 20vw;
  text-align: center;
}
.ttl-all.icon-lg::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 9.6vw;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.ttl-all .small {
  font-size: 61.1111111111%;
}
@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 36px;
    line-height: 50px;
  }
  .ttl-all.icon-lg {
    padding-top: 84px;
  }
  .ttl-all.icon-lg::before {
    width: 45px;
  }
}

.tel-all {
  text-align: center;
}
.tel-all dt {
  font-size: 35px;
  font-family: var(--amiri);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #222;
  line-height: 0.92em;
  margin-bottom: 10px;
}
.tel-all dt .tit {
  font-size: 45.4545454545%;
  font-family: var(--ship);
  font-weight: 500;
  letter-spacing: normal;
  display: block;
}
.tel-all dt .tel-icon {
  padding-left: 20px;
  position: relative;
}
.tel-all dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 30/46;
  width: 15px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .tel-all dt {
    font-size: 44px;
    letter-spacing: -0.035em;
    line-height: 0.92em;
    margin-bottom: 10px;
  }
  .tel-all dt .tel-icon {
    padding-left: 22px;
  }
  .tel-all dt .tel-icon::before {
    width: 18px;
  }
}

.btn-web a {
  margin: 0 auto;
  width: 212px;
  height: 44px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-family: var(--ship);
  font-weight: 500;
  line-height: 1.4em;
  color: #fff;
  background: #222;
  letter-spacing: 0.12em;
  position: relative;
  border-radius: 22px;
}
.btn-web a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow_w.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 14/18;
  width: 7px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .btn-web.white a:hover,
  .btn-web.white .fk:hover {
    background: #222;
    color: #f6f6f6;
  }
  .btn-web.white a:hover::before,
  .btn-web.white .fk:hover::before {
    filter: brightness(0) invert(1);
  }
  .btn-web a {
    font-size: 15px;
    width: 265px;
    height: 55px;
    border-radius: 27px;
    transition: all 0.3s ease;
  }
  .btn-web a::before {
    width: 8px;
    right: 45px;
    transition: all 0.3s ease;
  }
  .btn-web a:hover {
    color: #000;
    background: #ededed;
  }
  .btn-web a:hover::before {
    filter: brightness(1) invert(1);
  }
}

.btn-all.white a,
.btn-all.white .fk {
  color: #000;
  background: #ededed;
}
.btn-all.white a::before,
.btn-all.white .fk::before {
  background-image: url(../img/shared/icon_arrow_b.png);
}
.btn-all.ship a,
.btn-all.ship .fk {
  font-family: var(--ship);
  font-weight: 600;
}
.btn-all a,
.btn-all .fk {
  margin: 0 auto;
  width: 225px;
  height: 45px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: #f6f6f6;
  background: #222;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 22px;
}
.btn-all a::before,
.btn-all .fk::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow_w.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 14/18;
  width: 7px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .btn-all.white a:hover {
    background: #222;
    color: #f6f6f6;
  }
  .btn-all.white a:hover::before {
    filter: brightness(0) invert(1);
  }
  .btn-all a,
  .btn-all .fk {
    width: 225px;
    height: 45px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.3s ease;
  }
  .btn-all a::before,
  .btn-all .fk::before {
    width: 8px;
    right: 24px;
    transition: all 0.3s ease;
  }
  .btn-all a:hover {
    color: #000;
    background: #ededed;
  }
  .btn-all a:hover::before {
    filter: brightness(1) invert(1);
  }
}

.desc-all .ct {
  text-align: center;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #222;
  margin-bottom: 6vw;
}
.desc-all .tit {
  font-size: 6vw;
  font-family: var(--zen);
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #222;
  text-align: center;
  margin-bottom: 6vw;
}
.desc-all .tit .line {
  display: inline-block;
  padding: 3vw 3vw;
  position: relative;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1;
}
.desc-all .tit .line::before, .desc-all .tit .line::after {
  content: "";
  position: absolute;
  background: #222;
  left: 2.5vw;
  right: 2.5vw;
  height: 1px;
}
.desc-all .tit .line::before {
  top: -4px;
}
.desc-all .tit .line::after {
  bottom: -4px;
}
.desc-all .price {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  font-size: 5vw;
  font-family: var(--zen);
  font-weight: 900;
  color: #222;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 8vw;
}
.desc-all .price dt {
  font-size: 100%;
}
.desc-all .price dd {
  font-size: 120%;
}
.desc-all .price dd .unit {
  font-size: 83.3333333333%;
}
.desc-all .quote {
  text-align: center;
  font-size: 5vw;
  font-family: var(--zen);
  font-weight: 900;
  color: #222;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.desc-all .dish li {
  text-align: center;
}
.desc-all .dish-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 2vw;
}
.desc-all .dish-flex li {
  text-align: left;
}
.desc-all .txt {
  text-align: center;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .desc-all .ct {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .desc-all .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .desc-all .tit .line {
    padding: 13px 10px 17px;
  }
  .desc-all .tit .line::before, .desc-all .tit .line::after {
    left: 20px;
    right: 20px;
  }
  .desc-all .price {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .desc-all .quote {
    font-size: 20px;
  }
  .desc-all .dish li {
    line-height: 30px;
  }
  .desc-all .dish-flex {
    gap: 10px;
  }
  .desc-all .txt {
    line-height: 30px;
    margin-top: 30px;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
.remodal-wrapper {
  padding: 5%;
}

.remodal {
  background: none;
  padding: 0;
}
.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 39px;
  height: 11px;
  background: url(../img/shared/close.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.remodal-close::before {
  content: none;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.popup-content {
  padding: 0;
  margin-bottom: 0;
  color: #000;
}
.popup-content .popup {
  box-sizing: border-box;
  background: url(../img/shared/main_bg.jpg) repeat;
  padding: 10vw 5% 10vw;
}
.popup-content h2 {
  text-align: center;
  font-size: 6vw;
  font-family: var(--zen);
  font-weight: bold;
  color: #000;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 6vw;
}
.popup-content .sub {
  font-size: 14px;
  font-family: var(--ship);
  font-weight: 600;
  text-align: center;
  color: #222;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 5vw;
}
.popup-content .group {
  margin-bottom: 40px;
}
.popup-content .group:last-child {
  margin-bottom: 0;
}
.popup-content .item {
  margin-bottom: 40px;
}
.popup-content .item:last-child {
  margin-bottom: 0;
}
.popup-content .item .tit {
  font-size: 14px;
  color: #000;
  font-family: var(--ship);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: 1px solid #857e77;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup-content .item .dish {
  margin-bottom: 15px;
}
.popup-content .item .dish:last-child {
  margin-bottom: 0;
}
.popup-content .item .dish dl {
  color: #000;
  font-size: 14px;
  font-family: var(--ship);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #867f77;
}
.popup-content .item .dish dl dt {
  text-align: left;
}
.popup-content .item .dish dl dd {
  font-family: var(--serif);
  font-weight: 500;
  flex-shrink: 0;
  padding-left: 10px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1200px;
  }
  .remodal-wrapper {
    padding: 5%;
  }
  .remodal .close:hover {
    opacity: 0.7;
  }
  .remodal-close {
    top: 40px;
    right: 40px;
  }
  .popup-content .popup {
    padding: 72px 100px 137px;
  }
  .popup-content h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .popup-content .sub {
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .popup-content .list {
    display: flex;
  }
  .popup-content .group {
    width: 33.3333333333%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .popup-content .group:last-child {
    margin-right: 0;
  }
  .popup-content .item {
    margin-bottom: 40px;
    max-width: 320px;
  }
  .popup-content .item .tit {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .popup-content .item .dish {
    margin-bottom: 12px;
  }
  .popup-content .item .dish dl {
    font-size: 15px;
    padding: 6px 0 7px;
    line-height: 22px;
  }
  .popup-content .item .dish dl .t-spc {
    padding-top: 22px;
  }
  .popup-content .item .dish dl dd {
    padding-left: 10px;
  }
  .popup-content .btn-close {
    margin: 54px auto 0;
    cursor: pointer;
  }
  .popup-content .btn-close:hover {
    opacity: 0.7;
  }
}
.corner {
  --cs: 36px;
  --lc: rgba(90, 65, 35, 0.55);
  --lw: 1px;
  --tl: url(../img/shared/corner1.png);
  --tr: url(../img/shared/corner2.png);
  --br: url(../img/shared/corner3.png);
  --bl: url(../img/shared/corner4.png);
  background-image: var(--tl), var(--tr), var(--bl), var(--br), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc));
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right, var(--cs) 0, var(--cs) 100%, 0 var(--cs), 100% var(--cs);
  background-size: var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), calc(100% - var(--cs) * 2) var(--lw), calc(100% - var(--cs) * 2) var(--lw), var(--lw) calc(100% - var(--cs) * 2), var(--lw) calc(100% - var(--cs) * 2);
}

.corner2 {
  content: "";
  position: absolute;
  top: 28vw;
  left: 0;
  right: 3vw;
  height: 103vw;
  --bdr: 1px;
  --clr: #d7cfc3;
  --gap: 80%;
  --gap-pos: 10%;
  --left-size: var(--gap-pos);
  --right-size: calc(100% - var(--gap-pos) - var(--gap));
  background: linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 bottom 0 no-repeat;
  background-size: var(--left-size) var(--bdr), var(--right-size) var(--bdr), var(--bdr) 100%, var(--bdr) 100%, 100% var(--bdr);
  z-index: -1;
}

.bg_parallax {
  min-height: 64vw;
  position: relative;
}
.bg_parallax .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
.bg_parallax .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .bg_parallax_pc {
    min-height: 600px;
    position: relative;
  }
  .bg_parallax_pc .img_parallax {
    position: absolute;
    inset: 0;
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
  }
  .bg_parallax_pc .img_parallax img {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
.logoAnime {
  opacity: 0;
  filter: blur(15px);
}

.logoAnime.is-animated {
  animation-name: blurInAnime;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.5s !important;
  animation-duration: 4s !important;
}

.logoAnime.no-animation {
  opacity: 1;
  filter: blur(0);
}

@keyframes blurInAnime {
  0% {
    filter: blur(15px);
    opacity: 0;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .popup-content .popup {
    padding: 72px 50px 137px;
  }
}


.btn-cus {
	background: #393229;
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 412px;
    max-width: 100%;
}
.btn-cus:hover {
  
}
.btn-cus a {
    display: block;
    font-size: 17px;
    line-height: 65px;
    height: 65px;
    text-align: center;
    background: #242220;
    color: #fff;
}
.btn-cus a:before {
    position: absolute;
    content: "";
    background: url("../img/shared/icon_arrow2.png") no-repeat;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.5s;
}
.btn-cus a:hover:before {
    transition: all 0.5s;
}
.btn-cus a:after {
       content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #110f0d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-cus a:hover:after {
	    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 0.5s;
}
.btn-cus.style02 a:after {
   
}
.btn-cus.style02 a:hover:after {
    
}
.pc {
    display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
	.hamberger-btn:hover {
    opacity: 0.5;
}
    .btn-cus a:hover:after {
       
    }
    .btn-cus {
        width: 265px;
        height: 75px;
        margin: 0 auto;
    }
    .btn-cus a {
          font-size: 18px;
    background: none;
    height: 100%;
    display: block;
    width: 100%;
    line-height: 77px;
    letter-spacing: 1px;
    cursor: pointer;
    padding-left: 25px;
    box-sizing: border-box;
	    z-index: 5;
    position: relative;	
    }
    .btn-cus a:before {
        width: 35px;
        height: 36px;
        left: 7%;
    }
    .btn-cus.style02 {
        width: 75px;
        height: 230px;
    }
    .btn-cus.style02 a {
        background: none;
        height: 100%;
        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;
        display: block;
        width: 100%;
        padding-top: 33px;
        line-height: 77px;
        letter-spacing: 5px;
        cursor: pointer;
        padding-left: 0;
    }
    .btn-cus.style02 a:before {
        position: absolute;
        left: 21px;
        top: 35px;
        width: 35px;
        height: 35px;
    }
  }