@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 .tab-content-wrap .tab-content {
  background: #fff;
}
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 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .contentWrap {
    margin-top: 60px;
  }
}

.tab-btn-wrap {
  width: 100%;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .tab-btn-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tab-btn-wrap .tab-btn {
  font-size: 14px;
  padding: 15px 30px;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .tab-btn-wrap .tab-btn {
    width: 50%;
  }
}
.tab-btn-wrap .tab-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #000;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: -1;
}

.tab-btn-wrap .tab-btn.active {
  color: #fff;
}

.tab-btn-wrap .tab-btn.active:before {
  height: 100%;
}

.tab-content-wrap .tab-content {
  display: none;
}

.tab-content-wrap .tab-content.active {
  display: block;
}