@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
:root {
  --main_green: #071F14;
  --white: #ffffff;
  --main_beige: #F5F4F2;
  --gray: #1D1F1E;
  --accent_beige:#F0EEEB;
  --black:#0E0F0F;
  --big_txt_silver:#D3DADE;
  --txt_silver_dark:#43494D;
  --txt_silber_light:#A2A8AB;
  --calc160-sp40:calc(100% - 160px);
  --background_grad_white:linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,1),rgba(255,255,255,0.1));
  --background_grad_black:linear-gradient(to right,rgba(7,31,20,0.1),rgba(7,31,20,1),rgba(7,31,20,0.1));
}
@media only screen and (max-width: 1280px) {
  :root {
    --calc160-sp40:calc(100% - 80px);
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --calc160-sp40:calc(100% - 40px);
  }
}

/*
よく使用するmixin
------------------------------------------*/
body.bk .contentWrap {
  background: #0E0F0F;
}
body.bk .contentWrap .box-border::before {
  background: var(--background_grad_white);
}
body.bk .contentWrap .box-border-w::before {
  background: var(--background_grad_white);
}
body.bk .mapBtn01 li.print a {
  color: #333;
}
body.bk .kv-sec03 .kv-inner .kv-ttlWrap h2 {
  color: #fff;
}
body.bk .kv-sec03 .kv-inner .kv-ttlWrap .kv-jp-ttl {
  color: #fff;
}

.kv-sec03 {
  height: auto;
  padding-top: 260px;
}
@media only screen and (max-width: 991px) {
  .kv-sec03 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .kv-sec03 {
    padding-top: 140px;
  }
}
.kv-sec03.loaded .kv-inner .kv-ttlWrap h2 span {
  opacity: 1;
}
.kv-sec03.loaded .kv-inner .kv-ttlWrap .kv-jp-ttl {
  opacity: 1;
}
.kv-sec03 .kv-inner {
  width: calc(100% - clamp(120px, 25vw, 480px));
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .kv-sec03 .kv-inner {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 991px) {
  .kv-sec03 .kv-inner {
    width: calc(100% - 40px);
  }
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 {
  font-size: 100px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .kv-sec03 .kv-inner .kv-ttlWrap h2 {
    font-size: 48px;
  }
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span {
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span.ml-5 {
  margin-left: -5px;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(9) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.kv-sec03 .kv-inner .kv-ttlWrap .kv-jp-ttl {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .kv-sec03 .kv-inner .kv-ttlWrap .kv-jp-ttl {
    font-size: 13px;
  }
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  color: var(--txt_silver_dark);
}
@media only screen and (max-width: 767px) {
  .kv-sec03 .kv-inner .kv-ttlWrap h2 {
    font-size: 48px;
  }
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span {
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span.ml-5 {
  margin-left: -5px;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.kv-sec03 .kv-inner .kv-ttlWrap h2 span:nth-of-type(9) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.kv-sec03 .kv-inner .kv-ttlWrap .kv-jp-ttl {
  text-align: center;
  color: var(--txt_silver_dark);
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .kv-sec03 .kv-inner .kv-ttlWrap .kv-jp-ttl {
    font-size: 13px;
  }
}

.contentWrap {
  background: #fff;
}
.contentWrap .mapImgArea {
  text-align: center;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .mapImgArea {
    margin-top: 60px;
  }
}
.contentWrap .mapImgArea figure img {
  width: 100%;
  max-width: 1200px;
}
.contentWrap .mapBtn01 {
  width: 100%;
  max-width: 710px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contentWrap .mapBtn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    margin-top: 60px;
  }
}
.contentWrap .mapBtn01 li {
  width: 47.1830985915%;
}
@media only screen and (max-width: 767px) {
  .contentWrap .mapBtn01 li {
    width: 100%;
  }
}
.contentWrap .mapBtn01 li a {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .contentWrap .mapBtn01 li a:hover {
    opacity: 0.7;
  }
}
.contentWrap .mapBtn01 li a span.linkarrow {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 3;
  margin-top: -14px;
}
.contentWrap .mapBtn01 li a span.linkarrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url("../img/element/linkArrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .contentWrap .mapBtn01 li a span.linkarrow:before {
    width: 10px;
    height: 10px;
  }
}
.contentWrap .mapBtn01 li a span.linkarrow img {
  width: 100%;
  height: 100%;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}
.contentWrap .mapBtn01 li.google a {
  background: var(--txt_silver_dark);
  color: #fff;
}
.contentWrap .mapBtn01 li.print a {
  background: #fff;
  border: solid 1px var(--txt_silver_dark);
}
.contentWrap .mapBtn01 li.print a span.linkarrow:before {
  background: url("../img/element/linkArrow_bk.svg") no-repeat center center/cover;
}