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 Sans JP";
  font-size: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #e5e5e5;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
}
:root {
  --beige: #c2a88c;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  box-sizing: border-box;
  padding: 0 7%;
  width: 100%;
  max-width: 1000px;
}
@keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
@keyframes fadeRightUp {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeRightUp {
  animation-name: fadeRightUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
.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;
}
.btn-s1 {
  width: 85%;
  margin: 0 auto;
}
.btn-s1 a {
  font-family: "Zen Old Mincho";
  font-size: 4.3vw;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  padding: 3vw 5%;
  background: url(../img/shared/bg3.jpg);
  position: relative;
  /* height: 93px; */
}
.btn-s1 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: 3vw;
}
.btn-s1.flex a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-s2 {
  width: 85%;
  margin: 4vw auto 0;
}
.btn-s2 a {
  font-family: "Zen Old Mincho";
  font-size: 4.3vw;
  letter-spacing: 0.12em;
  display: block;
  text-align: left;
  padding: 3vw 5% 3vw 26%;
  background: url(../img/shared/bg3.jpg);
  position: relative;
}
.btn-s2 a::before {
  content: "";
  background: url(../img/shared/icon_web.png) no-repeat left center/100% auto;
  position: absolute;
  top: 0;
  left: 11%;
  bottom: 0;
  width: 7.2vw;
}
.btn-s2 a::after {
  content: "";
  background: url(../img/shared/icon_arr2.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  width: 1.3vw;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  width: 44px;
  height: 1px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #e5e5e5;
}
.slick-dots .slick-active button {
  background: #c2a88c;
  height: 3px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 6vw;
}
.slick-dots li + li {
  margin-left: 20px;
}
.slick-arrow {
  font-size: 0;
  cursor: pointer;
  border: 0;
  position: absolute;
  bottom: -3vw;
  z-index: 2;
  width: 18px;
  height: 27px;
}
.slick-arrow.slick-prev {
  background: url(../img/shared/prev.png) no-repeat 0 0/100% auto;
  left: 17%;
}
.slick-arrow.slick-next {
  background: url(../img/shared/prev.png) no-repeat 0 0/100% auto;
  right: 17%;
  transform: rotate(180deg);
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
@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/bg4.jpg);
  padding: 55px 5% 110px;
  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: 9999;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  background: url(../img/shared/bg4.jpg);
  text-align: center;
  color: #e5e5e5;
}
.ft-fixed li {
  width: 17%;
  padding: 12px 0 4px;
}
.ft-fixed .btn-map {
  border-right: 1px solid #e5e5e5;
}
.ft-fixed .btn-link a {
  font-family: "Marcellus";
  display: block;
  text-align: center;
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
}
.ft-fixed .btn-link a img {
  height: 18px;
  width: auto;
  display: block;
  margin: 0 auto -2px;
}
.ft-fixed .btn-web {
  flex: 1;
  background: url(../img/shared/bg3.jpg);
  padding: 17px 0 4px;
}
.ft-fixed .btn-web a {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ft-fixed .btn-web a img {
  width: 19px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.in-scroll {
  opacity: 1;
  visibility: visible;
}
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}
.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;
}
@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }
  .navOpen #pagetop {
    display: none;
  }
  #pagetop {
    width: 50px;
    bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
  }
  .txt {
    letter-spacing: 0.13em;
  }
  .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;
    padding: 17px 0;
    background: url(../img/shared/bg1.jpg);
    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;
  }
  .btn-s1 {
    width: 470px;
    margin: 0;
  }
  .btn-s1.btn-short {
    width: 380px !important;
    margin: 0;
  }
  .btn-s1 a {
    font-size: 25px;
    padding: 20px 60px;
    min-height: 134px;
  }
  .btn-s1.btn-short a {
    font-size: 25px;
    padding: 10px 0px;
    min-height: 115px;
    /* min-width: 100px; */
  }
  .btn-s1 a::after {
    right: 35px;
    width: 18px;
  }
  .btn-s1 a:hover {
    background: url(../img/shared/bg3_on.jpg);
  }
  .btn-s1 a span {
    font-size: 20px;
  }
  .btn-s2 {
    width: 310px;
    margin: 20px auto 0;
  }
  .btn-s2 a {
    font-size: 16px;
    padding: 15px 35px 15px 92px;
  }
  .btn-s2 a::before {
    left: 34px;
    width: 30px;
  }
  .btn-s2 a::after {
    right: 25px;
    width: 5px;
  }
  .btn-s2 a:hover {
    background: url(../img/shared/bg3_on.jpg);
  }
  .slick-dots button {
    width: 50px;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
  .slick-dots {
    justify-content: flex-end;
    margin: 16px 31px 0 0;
  }
  .fix-btn {
    position: fixed;
    top: 125px;
    right: 0;
    width: 60px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
  .fix-btn a {
    font-size: 14px;
    padding: 52px 0 51px;
    line-height: 60px;
    letter-spacing: 0.2em;
  }
  .fix-btn a::before {
    width: 19px;
    height: 18px;
    left: 50%;
    top: 26px;
    bottom: auto;
    transform: translateX(-50%);
  }
  .fix-btn a::after {
    width: 4px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: 33px;
  }
  .has_nav .fix-btn {
    opacity: 1;
    visibility: visible;
  }
  .slick-arrow {
    bottom: -12px;
  }
  .slick-arrow.slick-prev {
    left: auto;
    right: 264px;
  }
  .slick-arrow.slick-next {
    right: 1px;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
}
