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: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #bababa;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.18em;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  box-sizing: border-box;
  padding: 0 7%;
  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;
}
.ttl1 {
  font-family: "Shippori Mincho";
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 2.3;
  color: #e1e1e1;
  white-space: nowrap;
}
.btn-eng a{
    font-family: 'Noto Serif JP';
  font-weight: 500;
}
.btn-s1 {
  margin: 18vw 11% 0;
}
.btn-s1 a {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 4vw 5%;
  font-weight: 500;
  color: #e1e1e1;
  display: block;
  position: relative;
}
.btn-s1 a::before {
  content: "";
  border-top: 1px solid #e1e1e1;
  width: 11vw;
  position: absolute;
  top: 50%;
  left: -5vw;
}
.btn-s1 a .ttl-eng {
  display: block;
  font-size: 6vw;
  letter-spacing: 0.12em;
  margin-bottom: -2px;
}
.btn-s1 a .ttl-jp {
  font-size: 3.5vw;
  letter-spacing: 0.3em;
}
.btn-s2 {
  width: 81%;
  margin: 10px auto 0;
}
.btn-s2 a {
  display: block;
  position: relative;
}
.btn-s2 a::before {
  content: "";
  background: url(../img/shared/icon_web.png) no-repeat left center/100% auto;
  width: 5.2vw;
  position: absolute;
  top: 0;
  left: 8%;
  bottom: 0;
}
.btn-s2 a span {
  display: block;
  font-size: 4.2vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 4.5vw 6% 4.5vw 6%;
  background: url(../img/shared/bg4.jpg);
}
.btn-s2 a span::before {
  content: "";
  background: #1b2d6a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14%;
}
.btn-s2 a span::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  width: 1.5vw;
}
.btn-s3 {
  margin: 12vw 7% 0;
}
.btn-s3 a {
  font-family: "Shippori Mincho";
  border: 1px solid #fff;
  text-align: center;
  padding: 4.5vw 10%;
  font-weight: 600;
  color: #fff;
  display: block;
  position: relative;
  letter-spacing: 0.12em;
  font-size: 4.3vw;
}
.btn-s3 a::before {
  content: "";
  border-top: 1px solid #fff;
  width: 11vw;
  position: absolute;
  top: 50%;
  left: -5vw;
}
.tel-shared dt {
  font-size: 18px;
  letter-spacing: 0.18em;
  color: #fff;
  line-height: 32px;
}
.tel-shared dt img {
  width: 23px;
  margin-right: 8px;
  position: relative;
  top: -8px;
  left: 3px;
}
.tel-shared dt span {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.tel-shared dd {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: -5px;
}
.sl {
  display: block !important;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  width: 30px;
  height: 4px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #222;
}
.slick-dots .slick-active button {
  background: #a5a0ac;
}
.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 10px;
}
@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/bg6.jpg);
  padding: 78px 5% 100px;
  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/ft-fixed_bg.png) no-repeat center bottom/100%
    100%;
  text-align: center;
}
.ft-fixed li {
  width: 18%;
  padding: 22px 0 0;
}
.ft-fixed li a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e1e1e1;
}
.ft-fixed li a img {
  height: 20px;
  display: block;
  width: auto;
  margin: 0 auto -3px;
}
.ft-fixed .btn-web {
  flex: 1;
  width: auto;
  padding: 27px 0 15px;
  position: relative;
}
.ft-fixed .btn-web::before {
  content: "";
  border-top: 4px solid #1b2d6a;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.ft-fixed .btn-web a {
  font-size: 14px;
}
.ft-fixed .btn-web a img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: 0;
}
.ft-fixed .hamburger {
  width: 19%;
  padding: 23px 0 0;
}
.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 {
    bottom: 65px;
    width: 45px;
  }
  .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;
  }
  .txt-latin-sp {
    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;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 40px;
    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: url(../img/shared/nav_bg.png) no-repeat center bottom/cover;
    height: 140px;
    opacity: 0;
    visibility: hidden;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
  }
  #navigation {
    position: static;
    background: none;
    height: auto;
    padding: 31px 0 55px;
    bottom: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }
  .btn-s1 {
    margin: 0 auto;
    width: 250px;
  }
  .btn-s1 a {
    padding: 13px 30px;
    line-height: 25px;
  }
  .btn-s1 a:hover {
    opacity: 0.8;
  }
  .btn-s1 a:hover::before {
    transform-origin: right;
    transform: scaleX(0);
  }
  .btn-s1 a::before {
    width: 40px;
    top: 50%;
    left: -21px;
    bottom: -3px;
    border: 0;
    height: 1px;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: left;
    transform: scaleX(1);
    background: #e1e1e1;
  }
  .btn-s1 a .ttl-eng {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
  .btn-s1 a .ttl-jp {
    font-size: 12px;
  }
  .btn-s2 {
    width: 300px;
    margin: 0 auto;
  }
  .btn-s2 a::before {
    width: 22px;
    left: 20px;
  }
  .btn-s2 a:hover {
    opacity: 0.8;
  }
  .btn-s2 a span {
    font-size: 17px;
    padding: 17px 43px 17px 49px;
    text-align: left;
  }
  .btn-s2 a span::before {
    width: 40px;
  }
  .btn-s2 a span::after {
    right: 16px;
    width: 6px;
  }
  .btn-s3 {
    margin: 0;
    width: 385px;
  }
  .btn-s3 a {
    padding: 19px 25px;
    font-size: 20px;
  }
  .btn-s3 a:hover {
    opacity: 0.8;
  }
  .btn-s3 a:hover::before {
    transform-origin: right;
    transform: scaleX(0);
  }
  .btn-s3 a::before {
    width: 40px;
    top: 50%;
    left: -21px;
    bottom: -3px;
    border: 0;
    height: 1px;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: left;
    transform: scaleX(1);
    background: #e1e1e1;
  }
  .btn-s3 a:hover {
    opacity: 0.8;
  }
  .slick-dots li {
    line-height: 1;
  }
  .slick-dots button {
    width: 56px;
    height: 7px;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
  .slick-dots li + li {
    margin-left: 14px;
  }
  .ttl1 {
    font-size: 33px;
    line-height: 78px;
  }
  .tel-shared dt {
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    letter-spacing: 0;
  }
  .tel-shared dt img {
    width: 18px;
    height: auto;
    margin-right: 13px;
    top: 7px;
    left: 8px;
  }
  .tel-shared dt span {
           font-size: 24px;
        letter-spacing: 0;
  }
  .tel-shared dd {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-top: -7px;
  }
  .fix-btn {
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
    margin: 0;
  }
  .fix-btn a::before {
    content: "";
    width: 22px;
    height: 22px;
    top: 27px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .fix-btn a span {
    padding: 57px 0 60px;
    line-height: 70px;
  }
  .fix-btn a span::before {
    height: 40px;
    top: auto;
    left: 0;
    width: auto;
  }
  .fix-btn a span::after {
    width: 7px;
    height: 11px;
    top: auto;
    right: auto;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .has_nav .fix-btn {
    top: 120px;
  }
}

.tax_txt{
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
.tax_txt{
  text-align: center;
  margin: 0 0 40px 0;
}
}