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: "Noto Serif JP";
  font-size: 13px;
  background: url(../img/shared/bg1.jpg);
  color: #060911;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 32px;
  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;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.ta {
  text-align: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.txt-br {
  word-break: break-all;
}
.txt-nowrap {
  white-space: nowrap;
}
.sl {
  display: block !important;
}
.ttl1 .ttl-eng {
  font-family: "Amiri";
  font-size: 3.3vw;
  letter-spacing: 0.09em;
  color: #a3a9ac;
  display: inline-block;
  margin-bottom: 7vw;
}
.ttl1 .ttl-jp {
  font-family: "Shippori Mincho";
  font-size: 6.6vw;
  letter-spacing: 0.3em;
  color: #fff;
  display: inline-block;
}
.ttl2 .ttl-eng {
  font-family: "Amiri";
  font-size: 3.3vw;
  letter-spacing: 0.09em;
  color: #a3a9ac;
  display: inline-block;
  margin-bottom: 7vw;
}
.ttl2 .ttl-jp {
  font-family: "Shippori Mincho";
  font-size: 6.6vw;
  letter-spacing: 0.3em;
  color: #060911;
  display: inline-block;
}
.ttl3 {
  text-align: center;
}
.ttl3 .ttl-eng {
  font-family: "Amiri";
  font-size: 3.3vw;
  letter-spacing: 0.09em;
  color: #a3a9ac;
  display: inline-block;
  margin-bottom: 7vw;
}
.ttl3 .ttl-jp {
  font-family: "Shippori Mincho";
  font-size: 6.6vw;
  letter-spacing: 0.3em;
  color: #060911;
  display: inline-block;
  line-height: 1.7;
  text-align: left;
  white-space: nowrap;
}
.btn-s1 {
  margin: 14vw 0 0;
}
.btn-s1 a {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
  display: block;
  padding: 0 0 6px 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.btn-s1 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat 0 0/100% auto;
  width: 32px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 28px;
}
.btn-s2 {
  width: 84%;
}
.btn-s2 a {
  font-family: "Shippori Mincho";
  font-size: 4.4vw;
  letter-spacing: 0.2em;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2.5vw 5%;
  background: #5a5d64;
}
.btn-s3 a {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
  display: block;
  padding: 0 0 6px 18px;
  color: #060911;
  border-bottom: 1px solid #d4d6dc;
  position: relative;
}
.btn-s3 a::after {
  content: "";
  background: url(../img/shared/icon_arr2.png) no-repeat 0 0/100% auto;
  width: 32px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 28px;
}
.btn-popup {
  margin: 14vw 0 0;
}
.btn-popup a {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
  display: block;
  padding: 0 0 6px 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.btn-popup a::after {
  content: "";
  background: url(../img/shared/icon_popup.png) no-repeat 0 0/100% auto;
  width: 12px;
  height: 17px;
  position: absolute;
  top: 6px;
  right: 28px;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  border: 1px solid #5a5d64;
  width: 40px;
  height: 6px;
  font-size: 0;
  cursor: pointer;
  background: none;
}
.slick-dots .slick-active button {
  background: #5a5d64;
}
.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 14px;
}
.slick-arrow {
  font-size: 0;
  border: 0;
  position: absolute;
  width: 50px;
  height: 20px;
  bottom: -17vw;
  cursor: pointer;
  z-index: 3;
}
.slick-arrow.slick-prev {
  left: 18%;
  background: url(../img/shared/prev.png) no-repeat center center/100% auto;
}
.slick-arrow.slick-next {
  right: 18%;
  background: url(../img/shared/next.png) no-repeat center center/100% auto;
}
.arrow-white .slick-arrow.slick-prev {
  background: url(../img/shared/prev_white.png) no-repeat center center/100%
    auto;
}
.arrow-white .slick-arrow.slick-next {
  background: url(../img/shared/next_white.png) no-repeat center center/100%
    auto;
}
.slider-counter {
  font-family: "Amiri";
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.slider-counter .current {
  font-size: 36px;
  letter-spacing: 0.09em;
  width: 24px;
  display: inline-block;
}
.slider-counter .total {
  font-size: 24px;
  letter-spacing: 0.09em;
  color: #a3a9ac;
  width: 24px;
  display: inline-block;
  position: relative;
  padding: 17px 0 0 7px;
}
.slider-counter .total::before {
  content: "";
  border-left: 1px solid #a3a9ac;
  position: absolute;
  top: 7px;
  left: 2px;
  height: 30px;
  transform: rotate(30deg);
}
.slider-counter.slider-counter-white .current {
  color: #fff;
}
.slider-counter.slider-counter-white .total {
  color: #d9e1e4;
}
.slider-counter.slider-counter-white .total::before {
  border-color: #d5dcdf;
}
@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;
}
.navOpen .ft-fixed *,
.navOpen .ft-fixed a,
.navOpen .ft-fixed img {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}
#navigation {
  background: url(../img/shared/bg1.jpg);
  padding: 80px 9% 128px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}
.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: #47494d;
  color: #fff;
  text-align: center;
  padding-right: 23%;
}
.ft-fixed li {
  width: 33.3333333333%;
  padding: 12px 0 8px;
}
.ft-fixed li img {
  height: 22px;
  width: auto;
  display: block;
  margin: 0 auto -3px;
}
.ft-fixed li span {
  font-size: 12px;
  letter-spacing: 0.09em;
}
.ft-fixed .btn-tel {
  position: relative;
}
.ft-fixed .btn-tel::before {
  content: "";
  border-left: 1px solid #5a5d64;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
}
.ft-fixed .btn-web {
  background: #5a5d64;
}
.in-scroll {
  opacity: 1;
  visibility: visible;
}
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-parallax {
  overflow: hidden;
}
.txt-vertical-v2 {
  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 {
  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: 0.25em;
}
@keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeUpBlur {
  animation-name: fadeUpBlur;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }
  .navOpen #pagetop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 39px;
    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%;
  }
  #belt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
  }
  #navigation {
    position: static;
    background: none;
    height: auto;
    padding: 0px 0px;
    bottom: auto;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }
  .ttl1 .ttl-eng {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .ttl1 .ttl-jp {
    font-size: 30px;
  }
  .ttl2 .ttl-eng {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .ttl2 .ttl-jp {
    font-size: 30px;
  }
  .ttl3 .ttl-eng {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .ttl3 .ttl-jp {
    font-size: 30px;
    line-height: 66px;
  }
  .btn-s1 {
    margin: 59px 0 0;
    width: 428px;
  }
  .btn-s1 a {
    font-size: 19px;
    padding: 0 80px 8px 21px;
  }
  .btn-s1 a::before {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.5s;
    height: 1px;
    background: #fff;
    bottom: -1px;
    right: 100%;
  }
  .btn-s1 a::after {
    width: 39px;
    top: 17px;
    right: 32px;
  }
  .btn-s1 a:hover::before {
    right: 0;
  }
  .btn-s2 {
    width: 305px;
  }
  .btn-s2 a {
    font-size: 20px;
    padding: 12px 10px;
  }
  .btn-s2 a:hover {
    background: #000;
  }
  .btn-s3 {
    width: 300px;
  }
  .btn-s3 a {
    padding: 0 0 8px 22px;
    font-size: 19px;
  }
  .btn-s3 a::before {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.5s;
    height: 1px;
    background: #060911;
    bottom: -1px;
    right: 100%;
  }
  .btn-s3 a::after {
    width: 39px;
    top: 16px;
    right: 32px;
  }
  .btn-s3 a:hover::before {
    right: 0;
  }
  .btn-popup {
    margin: 107px auto 0;
    width: 428px;
  }
  .btn-popup a {
    font-size: 19px;
    padding: 0 80px 8px 21px;
  }
  .btn-popup a::before {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.5s;
    height: 1px;
    background: #fff;
    bottom: -1px;
    right: 100%;
  }
  .btn-popup a::after {
    width: 13px;
    top: 12px;
    right: 39px;
  }
  .btn-popup a:hover::before {
    right: 0;
  }
  .slider-counter {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .slider-counter .current {
    font-size: 44px;
    width: 30px;
  }
  .slider-counter .total {
    font-size: 29px;
    width: 30px;
    padding: 20px 0 0 8px;
  }
  .slider-counter .total::before {
    top: 8px;
    left: 1px;
    height: 39px;
  }
  .slick-arrow {
    width: 60px;
    bottom: -100px;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  .slick-arrow.slick-prev {
    left: calc(50% - 570px);
  }
  .slick-arrow.slick-next {
    right: auto;
    left: calc(50% - 381px);
  }
  .slick-dots button {
    width: 56px;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
}
