html:not(.responsive) {
  min-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Shippori Mincho";
  font-size: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #000;
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: justify;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  box-sizing: border-box;
  padding: 0 5%;
  width: 100%;
  max-width: 1000px;
}
header nav a:hover {
  text-decoration: none;
}
.enter-img .inner {
  animation: bgscale 15s linear infinite;
}
@keyframes bgscale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.btn-hvr a:hover {
  opacity: 0.8;
}
.btn-s1 a {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  padding: 7vw 18% 7vw 17%;
  position: relative;
}
.btn-s1 a .arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 7%;
  width: 7vw;
}
.btn-s2 a {
  font-family: "Cormorant Garamond";
  font-size: 5.5vw;
  display: block;
  text-align: center;
  padding: 5.5vw 5%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #373535;
  border: 1px solid #373535;
  position: relative;
}
.btn-s2 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  width: 5vw;
}
.btn-s3 {
  font-family: "Cormorant Garamond";
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: block;
  cursor: pointer;
  background: none;
  width: 100%;
  text-align: center;
  padding: 5vw 15%;
  color: #070707;
  border: 1px solid #7a7a7a;
  position: relative;
}
.btn-s3::after {
  content: "";
  background: url(../img/shared/icon_arr2.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  width: 4vw;
}
.btn-s4 a {
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #fff;
  display: block;
  text-align: center;
  background: #7f8000;
  padding: 5vw 5%;
}
.btn-s4 a img {
  width: 15px;
  height: auto;
  margin-right: 5%;
  position: relative;
  top: -0.5vw;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.ta {
  text-align: left;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.txt-br {
  word-break: break-all;
}
.txt-nowrap {
  white-space: nowrap;
}
.sl {
  display: block !important;
}
.slick-dots {
  display: flex;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots li:not(:last-child) {
  margin-right: 9px;
}
.slick-dots li button {
  cursor: pointer;
  border: 0;
  background: none;
}
.slick-dots li button .t {
  font-family: "Amiri";
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
}
.slick-dots li button .p {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
.slick-dots li.slick-active button .p {
  background: #fff;
}
.slick-dots li.slick-active button .t {
  opacity: 1;
  visibility: visible;
}
.rss-img:hover {
  opacity: 0.8;
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.fadeInZoom {
  animation-name: fadeInZoom;
  animation-duration: 8.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@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;
  }
  .img-parallax img {
    height: auto !important;
  }
}
.pc {
  display: none;
}
#socialbuttons .fb-like > span {
  width: 100px !important;
}
#socialbuttons .fb-like > span iframe {
  left: -15px;
}
.copied,
.hs-copie {
  pointer-events: none;
}
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
.box-parallax {
  position: relative;
  z-index: 0;
}
.img-parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}
.img-parallax.slide_par img.active {
  opacity: 1;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  touch-action: none !important;
  pointer-events: none !important;
}
body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}
#navigation {
  background: #fff;
  padding: 80px 5% 20vw;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}
#navigation .nav-close {
  position: fixed;
  top: 13px;
  right: 13px;
  width: 31px;
  z-index: 99;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  background: #2c2926;
}
.ft-fixed li {
  width: 50%;
  padding: 10px 0;
}
.ft-fixed li:not(:last-child) {
  border-right: 1px solid #454340;
}
.ft-fixed li a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ede8e3;
  text-align: center;
}
.ft-fixed li a img {
  display: block;
  margin: 0 auto 5px;
  height: 27px;
  width: auto;
}
.in-scroll {
  opacity: 1;
  visibility: visible;
}
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}
.navOpen #pagetop {
  display: none;
}
#pagetop {
  bottom: 180px;
}
.fadeIn {
  animation-duration: 1.75s;
  animation-delay: 0.15s;
}
@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }
  #pagetop {
    width: 50px;
    bottom: 90px;
  }
}
.ttl {
  font-family: "Cinzel";
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .wrap {
    padding: 0;
  }
  .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-latin-pc {
    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;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .object-fit-cover {
    position: relative;
  }
  .object-fit-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  #navigation {
    width: 750px;
    left: auto;
    right: 0;
    padding: 115px 91px 100px;
  }
  #navigation .nav-close {
    top: 14px;
    right: 32px;
    cursor: pointer;
    width: 27px;
  }
  #navigation .nav-close:hover {
    opacity: 0.8;
  }
  @keyframes lineAni {
    0% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
    49% {
      -webkit-clip-path: inset(0 0 0 100%);
      clip-path: inset(0 0% 0 100%);
    }
    51% {
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0% 0);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes textAni {
    0% {
      transform: translateY(0%);
    }
    48% {
      opacity: 1;
    }
    49% {
      transform: translateY(-100%);
      opacity: 0;
    }
    51% {
      transform: translateY(100%);
    }
    99% {
      opacity: 1;
    }
    100% {
      transform: translateY(0%);
    }
  }
  .btn-s1 {
    width: 364px;
  }
  .btn-s1 a {
    font-size: 17px;
    letter-spacing: 0.2em;
    border: 0;
    padding: 0 49px 0 0;
    text-align: right;
    position: relative;
    overflow: hidden;
  }
  .btn-s1 a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: calc(100% - 245px);
    height: 1px;
    background: #fff;
  }
  .btn-s1 a .text {
    display: inline-block;
  }
  .btn-s1 a .arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    top: 6px;
    right: 0;
    transform: none;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-s1 a .arrow img {
    width: 10px;
    height: auto;
  }
  .btn-s1 a .arrow::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .btn-s1 a:hover::before {
    animation: lineAni 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .btn-s1 a:hover .text {
    animation: textAni 0.6s linear;
  }
  .btn-s1 a:hover .arrow img {
    filter: invert(1);
  }
  .btn-s1 a:hover .arrow::after {
    transform: scale(2);
  }
  .btn-s2 {
    width: 300px;
  }
  .btn-s2 a {
    font-size: 18px;
    padding: 9px 20px;
    background: none;
    color: #070707;
    border: 1px solid #7a7a7a;
    z-index: 0;
    overflow: hidden;
  }
  .btn-s2 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373535;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .btn-s2 a::after {
    background: url(../img/shared/map_icon_arr.png) no-repeat;
    height: 5px;
    top: 51%;
    transform: translateY(-50%);
    right: 33px;
    bottom: auto;
    width: 12px;
  }
  .btn-s2 a:hover {
    color: #fff;
  }
  .btn-s2 a:hover::before {
    transform: scale(2);
  }
  .btn-s2 a:hover::after {
    background: url(../img/shared/map_icon_arr_on.png) no-repeat;
  }
  .btn-s3 {
    font-size: 18px;
    padding: 18px 50px;
    width: 300px;
    transition-duration: 0.3s;
    overflow: hidden;
  }
  .btn-s3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373535;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .btn-s3::after {
    right: 34px;
    width: 16px;
  }
  .btn-s3:hover {
    color: #fff;
  }
  .btn-s3:hover::before {
    transform: scale(2);
  }
  .btn-s3:hover::after {
    background: url(../img/shared/icon_arr2_on.png) no-repeat right center/100%
      auto;
  }
  .btn-s4 {
    width: 300px;
  }
  .btn-s4 a {
    font-size: 15px;
    padding: 10px 10px;
    letter-spacing: 0.04em;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .btn-s4 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373535;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .btn-s4 a img {
    margin-right: 30px;
    top: -3px;
    left: 6px;
  }
  .btn-s4 a:hover {
    color: #fff;
  }
  .btn-s4 a:hover::before {
    transform: scale(2);
  }
  .fix-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 142px;
  }
  .fix-btn li a {
    overflow: hidden;
    z-index: 0;
  }
  .fix-btn li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2926;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .fix-btn li a:hover::before {
    transform: scale(2);
  }
  .fix-btn .btn-reserve a {
    background: #62630f;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #ccd0b9;
    display: block;
    text-align: center;
    line-height: 22px;
    padding: 23px 10px 24px;
    position: relative;
  }
  .fix-btn .btn-reserve a::after {
    content: "";
    background: url(../img/shared/fix_btn_icon1.png) no-repeat;
    width: 8px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .fix-btn .btn-reserve a span {
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    display: block;
  }
  .fix-btn .btn-eng {
    margin-top: -8px;
  }
  .fix-btn .btn-eng a {
    font-family: "Cormorant Garamond";
    border: 1px solid #abaaaa;
    padding: 2px 10px 15px;
    display: block;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    position: relative;
  }
  .fix-btn .btn-eng a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2926;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .fix-btn .btn-eng a::after {
    content: "";
    background: url(../img/shared/fix_btn_icon2.png) no-repeat;
    width: 8px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .fix-btn .btn-eng a:hover {
    color: #fff;
  }
  .fix-btn .btn-eng a:hover::after {
    background: url(../img/shared/fix_btn_icon1.png) no-repeat;
  }
  .slick-dots li:not(:last-child) {
    margin: 0 0 8px;
  }
  .slick-dots li button .t {
    font-size: 14px;
    margin: 0 0 0 10px;
    position: relative;
    top: -4px;
  }
  .slick-dots li button .p {
    width: 5px;
    height: 5px;
  }
  .slick-dots li:hover button .p {
    background: #fff;
  }
  .slick-dots li:hover button .t {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes navRotate {
  0% {
    opacity: 0;
    transform: matrix3d(
      0.98,
      0.17,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      105.75,
      0,
      1
    );
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.navOpen #belt li {
  animation: navRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.navOpen #belt .item2 {
  animation: navRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


.pm {
  color: #c3c3c3;
}
.pm2 {
  color: #9b9b9b;
}


/* 追加 */
.tyou_mm {
  white-space: nowrap;
}