@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

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

body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  background: #FFF;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2;
  }

.fnt-mincho {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2.4375;
  }
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-notosans {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.fnt-zen-kurenaido {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}

[class^=ico-inline] img {
  vertical-align: baseline;
}

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

.txt-j {
  text-align: justify;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.d-flex-between {
  justify-content: space-between;
}

.d-flex-j-center {
  justify-content: center;
}

.d-flex-a-center {
  align-items: center;
}

.ovh {
  overflow: hidden;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

.slick-slider {
  z-index: 0;
}

.slick-slider .slick-dots {
  line-height: 0;
  text-align: center;
}

.slick-slider .slick-dots li {
  display: inline-block;
}

.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cd321d;
  background: none;
  width: 12px;
  height: 12px;
}

.slick-slider .slick-dots button:hover {
  opacity: 0.8;
}

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

.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background: url("../img/shared/prev.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  z-index: 1;
}

.slick-slider .slick-arrow:hover {
  opacity: 0.8;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slider-nav .slick-list,
.slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

.slider-nav .slick-slide {
  cursor: pointer;
  line-height: 0;
}

.slider-nav .slick-slide:hover {
  opacity: 0.8;
}

.bgsec-parallax {
  position: relative;
  overflow: hidden;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

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

.hvr-U-to-center {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 2.2106;
  padding: 6.5px 0px;
}

.hvr-U-to-center:before {
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  transition: 0.5s;
  transform-origin: bottom;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.hvr-U-to-center:hover {
  text-decoration: none;
}

.hvr-U-to-center:hover:before {
  left: 50%;
  right: 50%;
}

.hvr-U-to-center i {
  width: 19px;
  margin-right: 15px;
}

.btn-reserve .hvr-U-to-center {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hvr-U-to-center {
    font-size: 19px;
  }
  .hvr-U-to-center i {
    width: 20px;
    margin-right: 20px;
  }
}
.btn-popup {
  font-size: 22px;
  line-height: 1.6;
  text-transform: uppercase;
  flex-wrap: wrap;
  padding: 17px 0px 19px;
}

.btn-popup small {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .hvr-underline-from-left {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    display: flex;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #d75970;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover {
    text-decoration: none;
  }
  .hvr-underline-from-left:hover:before {
    right: 0px;
  }
  .btn-popup {
    padding: 17px 0px 19px;
    font-size: 26px;
  }
  .btn-popup small {
    font-size: 13px;
  }
  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background-color: #d75970;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .txt-vertical-sp {
    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;
  }
}
@media only screen and (min-width: 768px) {
  .nav--opened {
    overflow-y: inherit !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .for-sp {
    display: none;
  }
  .slick-slider .slick-dots button {
    width: 15px;
    height: 15px;
  }
  /*=============================================
   * 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 .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    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;
    line-height: 1;
  }
  .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;
  }
  .txt-vertical-pc .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-latin .int {
    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;
    display: inline;
  }
  .d-flex-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
.txt-vertical-all {
  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-all .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-vertical-all .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;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  header {
    padding: 61.3vw 0 80vw;
    position: relative;
  }
  header h1 {
    width: 5.3vw;
    height: 100vh;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.13em;
    color: #9c9a95;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  header .logo {
    width: 32vw;
    margin: 0 auto;
  }
  header .header-nav,
  header .right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header {
    padding: 47px 48px 198px 48px;
  }
  header h1 {
    color: #9c9a95;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.13em;
  }
  header .logo {
    width: 190px;
    position: absolute;
    top: 586px;
    left: 80px;
    z-index: 1;
  }
  header .tel {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    line-height: 17px;
    white-space: nowrap;
    
        margin-bottom: 30px;
  }
  header .tel span {
    display: inline-block;
    background: url("../img/shared/icon-tel.png") no-repeat top 7px left/17px auto;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 30px;
    padding-left: 24px;
  }
  .btn-reserve .hvr-U-to-center {
    align-items: center;
    padding: 3.5px 0px;
  }
  .btn-reserve {
  }
  .btn-reserve span {
    font-size: 17px;
    line-height: 2;
  letter-spacing: 0.13em;
  font-weight: 500;
  }
  header .nav {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 42px;
  }
  header .sns {
    width: 28px;
  }
  header .header-nav {
    width: 190px;
    position: absolute;
    top: 728px;
    left: 80px;
  }
  header .header-nav .nav {
    line-height: 41px;
  }
  header .header-nav .nav a {
    display: block;
    border-bottom: 1px solid #eceae4;
    padding: 0 15px;
    position: relative;
  }
  header .header-nav .nav a i {
    width: 28px;
    height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
  }
  header .header-nav .nav a i:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #000;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  header .header-nav .nav a:hover, header .header-nav .nav a.active {
    text-decoration: none;
  }
  header .header-nav .nav a:hover i:before, header .header-nav .nav a.active i:before {
    right: 0;
  }
  header .header-nav .sns {
    padding: 25px 0 0 15px;
  }
  header .right {
    position: absolute;
    top: 43px;
    right: 50px;
  }
  header .right .btn-reserve {
    padding-top: 17px;
  }
  header .nav-fixed {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
    height: 95px;
    background-color: #fff;
    box-shadow: 0px 28px 33px 0px rgba(29, 24, 17, 0.11);
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 100;
    padding: 0 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  header .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  header .nav-fixed .menu-logo {
    width: 70px;
    order: 1;
  }
  header .nav-fixed .menu-right {
    order: 3;
            margin: auto auto 0;
  }
  header .nav-fixed .btn-reserve {
    padding-top: 10px;
  }
  header .nav-fixed .btn-reserve .hvr-U-to-center:before {
    border-bottom: 0px;
  }
  header .nav-fixed .btn-reserve .hvr-U-to-center:hover:before {
    left: 0px;
    right: 0px;
  }
  header .nav-fixed .nav {
    display: flex;
    align-items: center;
    gap: 35px;
    order: 2;
    flex: 1 0 0;
  }
  header .nav-fixed .nav a {
    position: relative;
  }
  header .nav-fixed .nav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    background-color: #000;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  header .nav-fixed .nav a:hover, header .nav-fixed .nav a.active {
    text-decoration: none;
  }
  header .nav-fixed .nav a:hover:before, header .nav-fixed .nav a.active:before {
    right: 0;
  }
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#key ul {
  min-height: inherit;
}

/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/
footer {
  border-top: 1px solid #eceae4;
  padding-top: 15vw;
  padding-bottom: calc(15vw + 55px);
}

footer .logo {
  width: 17vw;
  margin: 0px auto;
}

footer .group-bnr {
  margin-top: 10vw;
  gap: 4vw 4%;
  flex-wrap: wrap;
}

footer .group-bnr li {
  width: 48%;
}

footer .group-bnr li a {
  display: block;
}

footer .ft-bnr6 {
  margin-top: 10vw;
}

footer nav {
  margin-top: 67px;
  background: #f6f6f5;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.625;
  column-gap: 37px;
  padding: 6px 0px 2px;
}

footer .footer-bottom {
  margin-top: 17vw;
}

footer .cookies-link {
  margin-top: 8vw;
}

footer #socialbuttons {
  margin-top: 6vw;
}

footer address,
footer .cookies-link {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.23;
  text-align: center;
  letter-spacing: 0.13em;
}

footer .cookies-link a {
  text-decoration: underline;
}

footer .cookies-link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 45px;
    padding-bottom: 83px;
  }
  footer .group-bnr {
    gap: 20px;
  }
  footer .logo {
    width: 62px;
  }
  footer .group-bnr {
    margin-top: 37px;
  }
  footer .group-bnr li {
    width: 220px;
  }
  footer .ft-bnr6 {
    width: 350px;
    margin: 20px auto 0px;
  }
  footer .footer-bottom {
    max-width: 1340px;
    padding: 0px 20px;
    margin: 23px auto 0px;
    align-items: center;
  }
  footer address,
  footer .cookies-link {
    font-size: 13px;
    text-align: left;
  }
  footer .cookies-link {
    margin: 0px 0px 0px 43px;
  }
  footer #socialbuttons {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #pagetop {
    width: 60px;
  }
}
.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;
  }
}
/*--------------------navi + menu-toggle + ft-fixed-------------------*/
#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #f6f6f5;
  border-top: 1px solid #d9d8d4;
}
#ft-fixed ul {
  align-items: center;
  overflow: hidden;
}
#ft-fixed ul li + li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  bottom: -20px;
  border-left: 1px solid #d9d8d4;
  z-index: 1;
}
#ft-fixed ul li {
  /*width: 38%;*/
  width: 49%;
  line-height: 1.34;
  position: relative;
}
#ft-fixed ul li i {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  position: relative;
}
#ft-fixed ul li em {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
#ft-fixed ul .sp-map {
  /*width: 24%;*/
}
#ft-fixed ul .sp-map i {
  width: 13px;
}
#ft-fixed ul .sp-reserve i {
  width: 20px;
  margin-right: 10px;
}
#ft-fixed ul .sp-reserve span {
  font-size: 14px;
}
#ft-fixed ul .sp-tel {
  font-size: 12px;
}
#ft-fixed ul .sp-tel i {
  top: 2px;
  width: 17px;
}

@media only screen and (max-width: 767px) {
  #menu-toggle {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40vw 16vw;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }
  #menu-toggle .tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  #menu-toggle .tel span {
    background: url("../img/shared/icon-tel.png") no-repeat top 2.3vw left/3.6vw auto;
    padding-left: 4vw;
    font-weight: 500;
    font-size: 5.3vw;
  }
  #menu-toggle .btn-reserve {
    padding-top: 3vw;
  }
  #menu-toggle .nav {
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2.5;
    padding-top: 20vw;
  }
  #menu-toggle .nav a {
    display: block;
    border-bottom: 1px solid #eceae4;
    padding: 0 8vw;
    position: relative;
  }
  #menu-toggle .nav a:before {
    content: "";
    width: 8.8vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 10.4vw;
    opacity: 0;
  }
  #menu-toggle .nav a.active:before {
    opacity: 1;
  }
  #menu-toggle .sns {
    width: 8vw;
    margin-right: auto;
    padding: 6vw 8vw 0;
  }
  .hamburger {
    width: 13.3vw;
    height: 13.3vw;
    background: url("../img/shared/hambuger.png") no-repeat center top/cover;
    position: fixed;
    top: 2.6vw;
    right: 2.6vw;
    z-index: 101;
    box-shadow: 0px 28px 33px 0px rgba(29, 24, 17, 0.11);
  }
  .hamburger.is-active {
    background-image: url("../img/shared/hamburger_close.png");
  }
  body.nav--opened,
  body.nav--opened *,
  body.nav--opened *:hover,
  body.nav--opened *:focus,
  body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.nav--opened .hamburger,
  body.nav--opened #menu-toggle,
  body.nav--opened #menu-toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
  }
  .nav--opened #menu-toggle {
    opacity: 1;
    visibility: visible;
  }
  .nav--opened #pagetop,
  .nav--opened #ft-fixed {
    z-index: -1;
  }
  #ft-fixed ul {
    display: flex;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + calc(15vw + 55px));
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #f6f6f5;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 55px);
  }
}
/* 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 {
    padding-bottom: calc(env(safe-area-inset-bottom) + calc(15vw + 55px));
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #f6f6f5;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 55px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + calc(15vw + 55px));
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #f6f6f5;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 55px);
  }
}
@media only screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}