@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-weight: 400;
  line-height: 2.33em;
  letter-spacing: 0.15em;
  background: url(../img/shared/main_bg.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --ship: "Shippori Mincho B1";
  --zen: "Zen Old Mincho";
  --amiri: "Amiri";
  --kaku: "Zen Kaku Gothic New";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    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;
}

.fnt-ship {
  font-family: "Shippori Mincho B1";
}

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

.fnt-amiri {
  font-family: "Amiri";
}

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

/*=============================================
 ******************* 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 ************
===============================================
===============================================
*=============================================*/
@media only screen and (max-width: 767px) {
  .nav-header .nav {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    width: 290px;
    height: 190px;
    gap: 12px;
    margin: 0 auto 48px;
  }
  .nav-header a.nav-main {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    padding: 0 5px;
  }
  .nav-header a.nav-main.active {
    color: #fff;
    background: #2b2019;
  }
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .btn-close-menu {
  width: 34px;
  height: 34px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.nav-header .logo-nav {
  text-align: center;
  width: 71px;
  margin: 0 auto 45px;
}
.nav-header .logo-nav a {
  display: inline-block;
}
.nav-header .tel-header {
  text-align: center;
  margin-bottom: 10px;
}
.nav-header .tel-header dt {
  margin-bottom: 0;
}
.nav-header .btn-web {
  margin: 0 auto;
}
.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

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 .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;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  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: 80px 5% 150px;
}

#head-key {
  position: relative;
  --clp1: 7.3vw;
  --clp2: 22.7vw;
  --h: calc(100vh - 70px);
  height: calc(var(--h) + 18vw);
}

@-webkit-keyframes zoom {
  0% {
    scale: 1.1;
  }
  to {
    scale: 1;
  }
}
@keyframes zoom {
  0% {
    scale: 1.1;
  }
  to {
    scale: 1;
  }
}
#key-box {
  width: 100%;
  height: var(--h);
  position: relative;
}
#key-box h1 {
  width: 3.7vw;
  position: absolute;
  top: 22.7vw;
  bottom: 0;
  left: 2.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #000;
  font-size: 3vw;
  text-align: center;
}
#key-box h2 {
  position: absolute;
  bottom: -18vw;
  right: 15vw;
  z-index: 2;
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
}
#key-box h2 .bg {
  display: inline-block;
  background: #000;
  padding: 4vw 1.5vw;
  line-height: 1em;
}
#key-box h2 .bg1 {
  margin-left: 2.7vw;
}
#key-box h2 .bg2 {
  margin-top: 21.3vw;
}
#key-box h2 .bg2::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 18vw;
  display: inline-block;
  margin-top: 4.5vw;
}
#key-box.key-child h2 {
  bottom: 0;
}
#key-box .wrap-slider {
  width: 100%;
  height: 100%;
  clip-path: polygon(var(--clp1) var(--clp2), calc(100% - var(--clp1)) var(--clp2), calc(100% - var(--clp1)) 100%, var(--clp1) 100%);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#key-box .bg-para-child {
  position: fixed;
  width: 100%;
  height: 100vh;
  clip-path: polygon(var(--clp1) var(--clp2), calc(100% - var(--clp1)) var(--clp2), calc(100% - var(--clp1)) 100%, var(--clp1) 100%);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
#key-box .bg-para-child .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
#key-box .bg-para-child .img img {
  object-position: center bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#key-box .bg-child {
  width: 100%;
  height: var(--h);
  padding: var(--clp2) var(--clp1) 0;
  box-sizing: border-box;
}
#key-box .bg-child .img {
  width: 100%;
  height: 100%;
}
#key-box .bg-child .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#key-box .slider {
  height: 100%;
}
#key-box .slider .slick-list {
  height: 100%;
  transform: unset;
}
#key-box .slider .slick-track {
  height: 100%;
  transform: unset;
}
#key-box .slider .zoom-ani img {
  animation: 8000ms linear 0ms 1 normal forwards running zoom;
}
#key-box .slider .img {
  height: var(--h);
}
#key-box .slider .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 1.1;
}

section.nav-main {
  background: url(../img/shared/main_bg.jpg) repeat;
}

.has_scroll #head-key:not(.head-child-nofix) {
  --clp1: 0px;
  --clp2: 0px;
}

.head-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.head-info .logo {
  text-align: center;
}
.head-info .logo a {
  display: inline-block;
  padding: 11.2vw 4.5vw;
  width: 18.8vw;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.head-info .contact {
  display: none;
}
.head-info .nav-h {
  display: none;
}

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 {
  position: relative;
  padding: 20vw 0 calc(70px + 12vw);
  background: url(../img/shared/main_bg.jpg) repeat;
}
footer.footer-all .wrap {
  padding: 0 3%;
}
footer .row1 {
  margin-bottom: 35px;
}
footer .nav-footer {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  width: 290px;
  height: 180px;
  gap: 8px 0;
  margin: 0 auto 35px;
}
footer .nav-footer li.active a {
  color: #fff;
}
footer .nav-footer li.active a::before {
  height: 100%;
}
footer .nav-footer li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
footer .nav-footer li a::before {
  content: "";
  height: 0;
  background: #2b2019;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}
footer .flex-block {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 9.7vw;
}
footer .logo {
  text-align: center;
  width: 71px;
  margin: 0 auto 45px;
}
footer .logo a {
  display: inline-block;
}
footer .contact {
  margin-bottom: 38px;
}
footer .tel-footer {
  text-align: center;
  margin-bottom: 10px;
}
footer .tel-footer dt {
  margin-bottom: 0;
}
footer .btn-web {
  margin: 0 auto;
}
footer .slogan {
  font-size: 13px;
  font-family: var(--zen);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.95em;
  text-align: center;
  margin-bottom: 38px;
}
footer .info .txt {
  text-align: center;
  font-size: 13px;
  font-family: var(--zen);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.85em;
  margin-bottom: 16px;
}
footer .info .txt:last-child {
  margin-bottom: 0;
}
footer .info .txt .pl {
  padding-left: 75px;
}
footer .btn-copy {
  text-align: center;
  margin-bottom: 12px;
}
footer .btn-copy .copy {
  font-size: 11px;
  font-weight: 400;
  font-family: var(--kaku);
  color: #393634;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-left: 19px;
  position: relative;
}
footer .btn-copy .copy::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_copy.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 24/26;
  width: 12px;
  height: auto;
  top: 0;
  bottom: 1px;
  margin: auto 0;
  left: 0;
}
footer address {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--kaku);
  line-height: 2.1em;
  color: #636363;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}
footer address span {
  display: block;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

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

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

#fixed-sp ul li {
  background: #fff;
  width: 33.333333%;
  height: 100%;
  position: relative;
}

#fixed-sp ul li::before {
  content: "";
  position: absolute;
  background: #dbdbdb;
  width: 1px;
  top: 11px;
  bottom: 11px;
  margin: auto 0;
  right: 0;
}

#fixed-sp ul li::before:last-child::before {
  content: none;
}

#fixed-sp ul li .fx-tel::before {
  background: url(../img/shared/icon_tel_fixed.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#fixed-sp ul li .fx-map::before {
  background: url(../img/shared/icon_map_fixed.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#fixed-sp ul li .fx-web::before {
  background: url(../img/shared/icon_web_fixed.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#fixed-sp ul li .fx-menu::before {
  background: url(../img/shared/icon_menu.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#fixed-sp ul li a,
#fixed-sp ul li .fx-menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 16px;
  font-size: 9px;
  font-family: var(--kaku);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
}

#fixed-sp ul li a::before,
#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 21px;
}

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

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

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

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

#pagetop {
  bottom: 75px;
  width: 40px;
  z-index: 98;
}

/* 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) {
  .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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 100px;
    background: transparent;
  }
  .nav-header::before {
    content: "";
    position: absolute;
    background: url(../img/shared/nav_bg.png) repeat-x;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 151px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-header .logo-nav {
    display: none;
  }
  .nav-header .nav {
    display: flex;
    gap: 32px;
  }
  .nav-header a.nav-main {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--zen);
    letter-spacing: 0.2em;
    line-height: 44px;
    position: relative;
    z-index: 1;
    padding-bottom: 14px;
  }
  .nav-header a.nav-main::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #2e2017;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
  }
  .nav-header a.nav-main.active::before {
    width: 36px;
  }
  .nav-header a.nav-main:hover::before {
    width: 36px;
  }
  .nav-header .contact {
    display: flex;
    align-items: center;
    gap: 23px;
  }
  .nav-header .tel-header {
    text-align: left;
    margin-bottom: 0;
  }
  .nav-header .tel-header dt {
    font-size: 30px;
    line-height: 1.04em;
  }
  .nav-header .tel-header dt .tit {
    font-size: 46.6666666667%;
  }
  .nav-header .tel-header dt .tel-icon {
    padding-left: 28px;
  }
  .nav-header .tel-header dt .tel-icon::before {
    width: 20px;
  }
  .nav-header .btn-web {
    width: 156px;
    height: 50px;
  }
  .nav-header .btn-web a {
    margin: 0;
    font-size: 13px;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .js-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px 0;
    overflow: hidden;
    gap: 98px;
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    --h: 1066px;
    --clp1: 70px;
    --clp2: 266px;
    height: var(--h);
  }
  #head-key.head-child {
    --h: 900px;
  }
  #key-box h1 {
    top: 266px;
    width: 20px;
    left: 24px;
    font-size: 12px;
    z-index: 1;
  }
  #key-box h2 {
    bottom: unset;
    right: 153px;
    font-size: 32px;
    top: 368px;
  }
  #key-box h2 .bg {
    padding: 23px 6px 14px;
  }
  #key-box h2 .bg1 {
    margin-left: 11px;
  }
  #key-box h2 .bg2 {
    margin-top: 85px;
    padding: 14px 6px;
  }
  #key-box h2 .bg2::after {
    height: 71px;
    margin-top: 13px;
  }
  #key-box.key-child h2 {
    top: unset;
    right: 139px;
    bottom: 75px;
    font-size: 26px;
  }
  #key-box.key-child h2 .bg {
    padding: 15px 6px;
  }
  #key-box .bg-para-child .img img {
    object-position: center center;
  }
  .head-child .head-info .logo {
    left: 77px;
  }
  .head-child .head-info .logo a {
    width: 72px;
  }
  .head-child .head-info .contact {
    left: 200px;
  }
  .head-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .head-info .logo {
    position: absolute;
    top: 57px;
    left: 138px;
  }
  .head-info .logo a {
    padding: 0;
    width: 105px;
    background: transparent;
    margin: 0;
  }
  .head-info .contact {
    display: block;
    position: absolute;
    top: 70px;
    left: 321px;
  }
  .head-info .tel-info {
    text-align: left;
    margin-bottom: 9px;
  }
  .head-info .tel-info dt {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .head-info .tel-info dt .tit {
    font-size: 41.1764705882%;
  }
  .head-info .tel-info dt .tel-icon {
    padding-left: 32px;
  }
  .head-info .tel-info dt .tel-icon::before {
    width: 22px;
  }
  .head-info .btn-web {
    width: 200px;
    height: 50px;
    margin-left: 10px;
  }
  .head-info .btn-web a {
    margin: 0;
    font-size: 14px;
  }
  .head-info .nav-h {
    display: flex;
    position: absolute;
    top: 73px;
    right: 118px;
    gap: 20px;
  }
  .head-info .nav-h li {
    width: 20px;
    height: 176px;
    display: flex;
    align-items: center;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .head-info .nav-h li:nth-child(1) {
    transition-delay: 0ms;
  }
  .head-info .nav-h li:nth-child(2) {
    transition-delay: 40ms;
  }
  .head-info .nav-h li:nth-child(3) {
    transition-delay: 80ms;
  }
  .head-info .nav-h li:nth-child(4) {
    transition-delay: 120ms;
  }
  .head-info .nav-h li:nth-child(5) {
    transition-delay: 160ms;
  }
  .head-info .nav-h li:nth-child(6) {
    transition-delay: 200ms;
  }
  .head-info .nav-h li:nth-child(7) {
    transition-delay: 240ms;
  }
  .head-info .nav-h li:nth-child(8) {
    transition-delay: 280ms;
  }
  .head-info .nav-h li.active a {
    color: #fff;
  }
  .head-info .nav-h li.active a::before {
    height: 100%;
  }
  .head-info .nav-h li a {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.2em;
    display: inline-block;
    line-height: 1em;
    padding: 12px 4px;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 1;
  }
  .head-info .nav-h li a::before {
    content: "";
    height: 0;
    background: #2b2019;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s all ease-in-out;
  }
  .head-info .nav-h li a:hover {
    color: #fff;
  }
  .head-info .nav-h li a:hover::before {
    height: 100%;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(8) {
    transition-delay: 0ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(7) {
    transition-delay: 40ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(6) {
    transition-delay: 80ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(5) {
    transition-delay: 120ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(4) {
    transition-delay: 160ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(3) {
    transition-delay: 200ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(2) {
    transition-delay: 240ms;
  }
  .has_scroll #head-key:not(.head-child-nofix) .head-info .nav-h li:nth-child(1) {
    transition-delay: 280ms;
  }
  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    padding: 84px 0 96px;
  }
  footer::after {
    display: none;
  }
  footer.footer-all .wrap {
    width: 100%;
    padding: 0 30px;
    max-width: 1380px;
    margin: 0 auto;
  }
  footer .row1 {
    margin-bottom: -20px;
    position: relative;
  }
  footer .nav-footer {
    display: flex;
    flex-flow: inherit;
    align-content: inherit;
    width: unset;
    height: unset;
    gap: 24px;
    margin: 0;
    position: absolute;
    top: 9px;
    right: 0;
  }
  footer .nav-footer li {
    width: 20px;
    height: 176px;
    display: flex;
    align-items: center;
  }
  footer .nav-footer li a {
    display: inline-block;
    line-height: 1em;
    padding: 12px 2px;
    transition: 0.3s all ease-in-out;
  }
  footer .nav-footer li a:hover {
    color: #fff;
  }
  footer .nav-footer li a:hover::before {
    height: 100%;
  }
  footer .flex-block {
    display: flex;
    border-top: none;
    padding-top: 0;
    gap: 95px;
    margin-bottom: 55px;
  }
  footer .logo {
    width: 95px;
    margin: 0;
  }
  footer .group {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 11px;
  }
  footer .contact {
    margin-bottom: 0;
  }
  footer .tel-footer {
    text-align: left;
    margin-bottom: 11px;
    margin-left: 10px;
  }
  footer .tel-footer dt {
    margin-bottom: 0;
  }
  footer .btn-web {
    margin: 0;
  }
  footer .slogan {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 17px;
  }
  footer .info {
    display: flex;
    gap: 44px;
  }
  footer .info .txt {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  footer .info .txt .pl {
    padding-left: 82px;
  }
  footer .row2 {
    padding-top: 86px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
  }
  footer .btn-copy {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .btn-copy .copy {
    font-size: 12px;
    line-height: 30px;
    padding-left: 19px;
    letter-spacing: normal;
  }
  footer .btn-copy .copy::before {
    width: 12px;
    bottom: 1px;
  }
  footer address {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.07em;
  }
  footer address span {
    display: inline-block;
  }
  footer address span a:hover {
    text-decoration: underline;
  }
  footer #socialbuttons {
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 72px;
  }
  #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%;
  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;
  position: relative;
  bottom: unset;
  gap: 13px;
}
.slick-slider .slick-dots li {
  margin: 0;
  width: 14px;
  height: 14px;
}
.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #7d5c3e;
  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: #7d5c3e;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-dots {
    gap: 26px;
  }
  .slick-slider .slick-dots button {
    border-width: 2px;
  }
  .slick-slider .slick-dots li {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
  }
  .slick-slider .slick-dots li:not(.slick-active):hover button {
    background: #7d5c3e;
  }
}

.ttl-all {
  font-size: 8vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.2em;
  line-height: 2em;
  color: #000;
  margin-bottom: 9.4vw;
}
.ttl-all .small {
  font-size: 66.6666666667%;
}
@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 36px;
    line-height: 70px;
    margin-bottom: 50px;
  }
}

.ttl-all2 {
  font-size: 6.5vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.15em;
  line-height: 1.8em;
  color: #000;
  margin-bottom: 7vw;
}
@media only screen and (min-width: 768px) {
  .ttl-all2 {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 50px;
  }
}

.tel-all dt {
  font-size: 38px;
  font-family: var(--amiri);
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.tel-all dt .tit {
  font-size: 34.6666666667%;
  font-family: var(--ship);
  display: block;
}
.tel-all dt .tel-icon {
  position: relative;
  padding-left: 29px;
  letter-spacing: -0.03em;
}
.tel-all dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  top: 0;
  bottom: 3px;
  left: 0;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .tel-all dt {
    font-size: 40px;
    line-height: 1.22em;
  }
  .tel-all dt .tit {
    font-size: 35%;
  }
  .tel-all dt .tel-icon {
    padding-left: 37px;
  }
  .tel-all dt .tel-icon::before {
    width: 26px;
  }
}

.btn-web {
  width: 252px;
  height: 64px;
  position: relative;
  z-index: 1;
}
.btn-web::before, .btn-web::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #241f1d;
}
.btn-web::before {
  left: -4px;
}
.btn-web::after {
  right: -4px;
}
.btn-web a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background: #241f1d;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .btn-web {
    width: 268px;
    height: 67px;
  }
  .btn-web a {
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #000;
    color: #000;
    background: transparent;
  }
  .btn-web a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #241f1d;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  .btn-web a:hover {
    color: #fff;
  }
  .btn-web a:hover::after {
    transform: scale(2);
  }
}

.map-link {
  position: relative;
  padding-left: 15px;
  margin-left: 20px;
}
.map-link::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  left: -10px;
  top: 0;
  height: 100%;
}
.map-link::after {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map1.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 20/24px;
  width: 10px;
  height: auto;
  top: 1px;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .map-link {
    padding-left: 20px;
    margin-left: 20px;
  }
  .map-link:hover {
    text-decoration: underline;
  }
}

.btn-all a {
  margin: 0 auto;
  width: 318px;
  height: 78px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  background: #2b241e;
  border: 1px solid #1f1710;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-all a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow3.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 56/8;
  width: 28px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .btn-all a {
    width: 400px;
    height: 90px;
    font-size: 20px;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    color: #000;
    border-width: 2px;
    transition: all 0.3s ease-out;
  }
  .btn-all a::before {
    width: 30px;
    right: 40px;
    filter: brightness(1) invert(1);
    transition: all 0.3s ease-out;
  }
  .btn-all a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f1710;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  .btn-all a:hover {
    color: #fff;
  }
  .btn-all a:hover::before {
    filter: brightness(0) invert(1);
  }
  .btn-all a:hover::after {
    transform: scale(2);
  }
}

.bnr-all {
  background: url(../img/shared/main_bg.jpg) repeat;
}
.bnr-all .list .item {
  position: relative;
  z-index: 1;
}
.bnr-all .list .item .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.bnr-all .list .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bnr-all .list .item .link {
  display: flex;
  flex-direction: column;
  padding: 20vw 0 20vw;
  text-decoration: none;
}
.bnr-all .list .item .sub {
  text-align: center;
  font-size: 5vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.15em;
  line-height: 1.6em;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 6vw;
  margin-bottom: 7vw;
}
.bnr-all .list .item .sub::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 12vw;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bnr-all .list .item .ttl-all2 {
  color: #fff;
  text-align: center;
  margin-bottom: 6vw;
}
.bnr-all .list .item .btn-fk {
  width: 12vw;
  height: 12vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .bnr-all .list {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .bnr-all .list .item {
    width: 50%;
    max-width: 730px;
    height: 640px;
    overflow: hidden;
  }
  .bnr-all .list .item:hover .img::before {
    opacity: 0.24;
    visibility: visible;
  }
  .bnr-all .list .item:hover .img img {
    transform: scale(1.2);
  }
  .bnr-all .list .item:hover .btn-fk {
    background: #fff;
  }
  .bnr-all .list .item:hover .btn-fk img {
    filter: brightness(1) invert(1);
  }
  .bnr-all .list .item .img::before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0;
    visibility: hidden;
    inset: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .bnr-all .list .item .img img {
    transition: all 0.3s ease;
  }
  .bnr-all .list .item .link {
    height: 100%;
    padding: 0 0 37px;
    box-sizing: border-box;
    justify-content: center;
  }
  .bnr-all .list .item .sub {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 17px;
    margin-bottom: 35px;
  }
  .bnr-all .list .item .sub::before {
    width: 40px;
  }
  .bnr-all .list .item .ttl-all2 {
    margin-bottom: 43px;
  }
  .bnr-all .list .item .btn-fk {
    width: 57px;
    height: 57px;
    transition: all 0.3s ease;
  }
  .bnr-all .list .item .btn-fk img {
    transition: all 0.3s ease;
  }
}

.reserv-all .box {
  background: url(../img/shared/reserv_bg.jpg) repeat;
  padding: 10vw 5vw 10vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.reserv-all .box::before, .reserv-all .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30vw;
  border: 1px solid #8b7e68;
}
.reserv-all .box::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.reserv-all .box::after {
  border-right: none;
  border-top: none;
  left: 0;
  bottom: 0;
}
.reserv-all .box h2 {
  font-size: 6.5vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.95em;
  margin-bottom: 8vw;
  text-align: center;
}
.reserv-all .box h2 .bg {
  padding: 0 2vw;
  display: inline-block;
  color: #fff;
  background: #000;
}
.reserv-all .box .block1 {
  padding-bottom: 6vw;
  margin-bottom: 6vw;
  border-bottom: 1px solid rgba(139, 126, 104, 0.6);
}
.reserv-all .box .block1 .group .logo {
  text-align: center;
  width: 71px;
  margin: 0 auto 45px;
}
.reserv-all .box .block1 .group .contact {
  margin-bottom: 38px;
}
.reserv-all .box .block1 .group .contact .tel-info {
  text-align: center;
  margin-bottom: 10px;
}
.reserv-all .box .block1 .group .contact .tel-info dt {
  margin-bottom: 0;
}
.reserv-all .box .block1 .group .contact .btn-web {
  margin: 0 auto;
}
.reserv-all .box .block1 .txt {
  font-size: 16px;
}
.reserv-all .box .block2 h3 {
  font-size: 5vw;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 4vw;
}
.reserv-all .box .block2 .txt {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .reserv-all .wrap {
    max-width: 1440px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  .reserv-all .box {
    padding: 66px 20px 92px 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reserv-all .box::before, .reserv-all .box::after {
    width: 23.046566693%;
    height: 100%;
  }
  .reserv-all .box::before {
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #8b7e68;
  }
  .reserv-all .box::after {
    border-right: none;
    border-top: 1px solid #8b7e68;
    border-bottom: none;
  }
  .reserv-all .box h2 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: left;
    position: absolute;
    top: 63px;
    left: 94px;
  }
  .reserv-all .box h2 .bg {
    padding: 9px 0 12px;
  }
  .reserv-all .box .block {
    width: 100%;
    max-width: 1010px;
    box-sizing: border-box;
  }
  .reserv-all .box .block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 49px 20px;
    margin-bottom: 40px;
    gap: 50px;
  }
  .reserv-all .box .block1 .group {
    display: flex;
    align-items: flex-end;
    gap: 100px;
  }
  .reserv-all .box .block1 .group .logo {
    width: 79px;
    margin: 0;
  }
  .reserv-all .box .block1 .group .contact {
    margin-bottom: 80px;
  }
  .reserv-all .box .block1 .group .contact .tel-info {
    margin-bottom: 10px;
  }
  .reserv-all .box .block1 .group .contact .tel-info dt {
    margin-bottom: 0;
  }
  .reserv-all .box .block1 .group .contact .btn-web {
    margin: 0;
  }
  .reserv-all .box .block1 .txt {
    width: 432px;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: normal;
    margin-top: 37px;
  }
  .reserv-all .box .block2 {
    display: flex;
    padding: 0 60px;
  }
  .reserv-all .box .block2 h3 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 60px;
  }
  .reserv-all .box .block2 .txt {
    width: 490px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .reserv-all .box {
    padding-left: 90px;
  }
  .reserv-all .box h2 {
    left: 30px;
  }
  .reserv-all .box .block1 .group {
    gap: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .js-scroll {
    gap: 40px;
  }
  .nav-header .nav {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-header .contact {
    gap: 20px;
  }
  .js-scroll {
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-header .nav {
    gap: 10px;
  }
  .nav-header a.nav-main {
    font-size: 14px;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    opacity: 0;
    transform: translate3d(-40px, 0, 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: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  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;
  mix-blend-mode: difference;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 3.3vw;
  width: 7.7vw;
  height: 7.7vw;
  background: url(../img/shared/btn_close.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.remodal-close::before {
  content: none;
}

.remodal-overlay {
  background: url(../img/shared/main_bg.jpg) repeat;
}

.popup-content {
  padding: 0;
  margin-bottom: 0;
  color: #000;
}
.popup-content .close {
  mix-blend-mode: unset;
}
.popup-content .remodal-close {
  background-image: url(../img/shared/btn_close2.png);
}
.popup-content .remodal-close::before {
  content: none;
}
.popup-content .popup {
  margin-top: 15vw;
  box-sizing: border-box;
  background: #fff;
  padding: 10vw 5% 10vw;
}
.popup-content h2 {
  text-align: center;
}
.popup-content .sub {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.2em;
  margin-bottom: 10vw;
}
.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 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.popup-content .item .dish {
  margin-bottom: 15px;
}
.popup-content .item .dish:last-child {
  margin-bottom: 0;
}
.popup-content .item .dish dl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.95em;
  letter-spacing: 0.15;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #b2b0af;
}
.popup-content .item .dish dl dt {
  text-align: left;
}
.popup-content .item .dish dl dd {
  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 .remodal-close {
    top: 0;
    right: 18px;
    width: 52px;
    height: 52px;
  }
  .popup-content .popup {
    margin-top: 100px;
    padding: 71px 100px 78px;
  }
  .popup-content h2 {
    margin-bottom: 8px;
  }
  .popup-content .sub {
    font-size: 14px;
    margin-bottom: 49px;
  }
  .popup-content .list {
    display: flex;
    justify-content: center;
  }
  .popup-content .group {
    width: 33.3333333333%;
    margin-bottom: 0;
    margin-right: 48px;
  }
  .popup-content .group:last-child {
    margin-right: 0;
  }
  .popup-content .item {
    margin-bottom: 69px;
  }
  .popup-content .item .tit {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .popup-content .item .dish {
    margin-bottom: 10px;
  }
  .popup-content .item .dish dl {
    font-size: 16px;
    line-height: 30px;
    padding: 7px 0;
    letter-spacing: 0.05em;
  }
  .popup-content .item .dish dl dd {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .popup-content .popup {
    padding-left: 25px;
    padding-right: 25px;
  }
  .popup-content .group {
    margin-right: 25px;
  }
}
.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;
}

@media only screen and (min-width: 768px) {
  .bg-para-pc {
    min-height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .bg-para-pc .img_parallax {
    position: absolute;
    inset: 0;
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
  }
  .bg-para-pc .img_parallax img {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}