@charset "UTF-8";
:root {
  --vw: calc(100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 500;
  --pcVw: calc(100vw / 1400);
}

/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #191e17;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg, #feature video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*Wrap センターに共通コンテンツの場合
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr calc(500 * var(--pcVw)) 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  background-color: #fff;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__logo {
  width: calc(311 * var(--pcVw));
}
#feature .rightWrap {
  background-color: #fff;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap .rightWrap__all-btn {
  width: calc(240 * var(--pcVw));
}

/*アニメーション PC版へのコピーここから一番下まで
----------------------------*/
#feature .js-fade {
  opacity: 0;
  transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#feature .js-fade.is-show {
  opacity: 1;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
  width: calc(1200 * var(--pcVw));
  margin: auto;
}
#feature .hero .hero__ttl {
  position: absolute;
  z-index: 10;
  top: 53%;
  transform: translate(0, -50%);
  right: calc(110 * var(--pcVw));
  margin: auto;
  opacity: 0;
  translate: 0 calc(30 * var(--vw, 1px));
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 1s, translate 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
}
#feature .hero .hero__ttl.is-show {
  opacity: 1;
  translate: 0 -50%;
}
#feature .hero .hero__ttl span {
  display: block;
}
#feature .hero .hero__ttl span:nth-of-type(1) {
  width: calc(440 * var(--pcVw));
  margin: 0 auto;
}
#feature .hero .hero__ttl span:nth-of-type(2) {
  width: calc(234 * var(--pcVw));
  margin: calc(22 * var(--pcVw)) auto 0;
}
#feature .lead {
  margin: calc(120 * var(--vw)) 0 0;
  font-size: calc(22 * var(--vw));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec .sec__deco {
  position: absolute;
  z-index: -1;
}
#feature .sec__credit {
  text-align: center;
  margin: calc(30 * var(--vw)) auto 0;
}
#feature .sec__credit .credit {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: calc(20 * var(--vw));
  line-height: 1;
  letter-spacing: 0.05em;
}
#feature .sec__credit .credit .item {
  display: inline-block;
  margin: 0 calc(10 * var(--vw)) calc(20 * var(--vw)) 0;
}
#feature .sec__credit .credit .item.is-break, #feature .sec__credit .credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec__credit .credit .item .link {
  display: flex;
  gap: calc(4 * var(--vw));
  white-space: nowrap; /* 改行を阻止 */
}
#feature .sec01 {
  margin: calc(136 * var(--vw)) 0 0;
}
#feature .sec01 .box01 {
  width: calc(680 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box02 {
  width: calc(600 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .sec01 .box03 {
  width: calc(680 * var(--vw));
  margin: calc(160 * var(--vw)) auto 0;
}
#feature .sec01 .box03 .txt01 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: calc(30 * var(--vw));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 10;
  bottom: calc(20 * var(--vw));
  right: calc(24 * var(--vw));
  pointer-events: none;
}
#feature .sec01 .box04 {
  width: calc(600 * var(--vw));
  margin: calc(40 * var(--vw)) calc(34 * var(--vw)) 0 auto;
}
#feature .sec01 .box05 {
  width: calc(680 * var(--vw));
  margin: calc(160 * var(--vw)) auto 0;
}
#feature .sec01 .box06 {
  width: calc(680 * var(--vw));
  margin: calc(200 * var(--vw)) auto 0;
}
#feature .sec01 .box07 {
  width: calc(600 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0 calc(34 * var(--vw));
}
#feature .sec01 .box07 .txt01 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: calc(30 * var(--vw));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 10;
  top: calc(20 * var(--vw));
  left: calc(24 * var(--vw));
  pointer-events: none;
}
#feature .sec01 .box08 {
  width: calc(680 * var(--vw));
  margin: calc(200 * var(--vw)) auto 0;
}
#feature .sec01 .box09 {
  width: calc(600 * var(--vw));
  margin: calc(200 * var(--vw)) auto 0 calc(36 * var(--vw));
}
#feature .sec01 .sec__all .sec__all-btn {
  width: calc(500 * var(--vw));
  margin: calc(160 * var(--vw)) auto calc(200 * var(--vw));
}
#feature .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
#feature .modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
#feature .modal-content {
  position: relative;
  width: calc(680 * var(--vw));
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .modal-content .modal__img img {
  width: calc(680 * var(--vw));
  height: auto;
  max-height: 75vh;
  margin: auto;
}
#feature .modal-close {
  position: absolute;
  top: calc(-70 * var(--vw));
  right: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: calc(40 * var(--vw));
  height: calc(40 * var(--vw));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
#feature .modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*1400px以上 センターに共通コンテンツの場合
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 500px 1fr;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 311px;
    margin: 0 auto 15px;
  }
  #feature .rightWrap .rightWrap__all-btn {
    width: 240px;
  }
  #feature .hero {
    width: 1200px;
  }
  #feature .hero .hero__ttl {
    right: 110px;
  }
  #feature .hero .hero__ttl span:nth-of-type(1) {
    width: 440px;
  }
  #feature .hero .hero__ttl span:nth-of-type(2) {
    width: 234px;
    margin: 22px auto 0;
  }
}/*# sourceMappingURL=style.css.map */