@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*共通
----------------------------*/
html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.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: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  box-sizing: border-box;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #333333;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transition: 1s ease all;
  transform: translateY(10rem);
}
#feature .js_anime.is_blur {
  opacity: 0.4;
  filter: blur(10px);
  transition: 0.8s ease-out;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  filter: blur(0);
}

#feature {
  z-index: 2;
}
#feature::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/pc-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .main {
  display: flex;
  position: relative;
  z-index: 2;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .left .left__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: calc(-15 * var(--vw) / 1400);
}
#feature .main .right {
  height: calc(100vh - 80px);
  padding-bottom: calc(24 * var(--vw) / 1400);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .right .right__btn {
  width: calc(90 * var(--vw) / 1400);
  padding-bottom: calc(6 * var(--vw) / 1400);
  margin-right: calc(-10 * var(--vw) / 1400);
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(17.99 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000;
  white-space: nowrap;
}
#feature .main .center {
  width: calc(450 * var(--vw) / 1400);
  padding-top: calc(280 * var(--vw) * 0.3214285714 / 750);
  background-color: #fff;
  position: relative;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 2s ease;
}
#feature .hero .hero__ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: calc(488 * var(--vw) / 1400);
  left: calc(188 * var(--vw) / 1400);
}
#feature .hero .hero__ttl p:nth-child(1) {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: calc(49 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-delay: 1s;
}
#feature .hero .hero__ttl p:nth-child(2) {
  margin-top: calc(30 * var(--vw) / 1400);
  font-size: calc(17 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 2s;
}
#feature .hero.is_show .hero__img {
  opacity: 1;
}
#feature .hero.is_show .hero__ttl p {
  opacity: 1;
  transform: none;
}
#feature .sec {
  position: relative;
  z-index: 2;
  padding-bottom: calc(288 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit {
  width: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(11 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(19.69 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(41.02 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: -0.015em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: calc(2 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit01 {
  bottom: calc(38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(46 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  gap: 0 calc(8 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item .link p {
  letter-spacing: -0.026em;
}
#feature .sec .sec__credit.sec__credit03 {
  bottom: calc(40 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  bottom: calc(38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  bottom: calc(38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  bottom: calc(36 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(700 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img02 {
  width: 100%;
  margin-top: calc(94 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(700 * var(--vw) * 0.3214285714 / 750);
  margin: calc(180 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
  margin-top: calc(88 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(650 * var(--vw) * 0.3214285714 / 750);
  margin: calc(182 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
  margin-top: calc(70 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
  margin-top: calc(102 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(650 * var(--vw) * 0.3214285714 / 750);
  margin: calc(70 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img09 {
  width: 100%;
  margin-top: calc(182 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(700 * var(--vw) * 0.3214285714 / 750);
  margin: calc(88 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__txt {
  font-size: calc(23 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__txt.sec__txt01 {
  margin-top: calc(88 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt02 {
  margin-top: calc(88 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt03 {
  margin-top: calc(184 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt04 {
  margin-top: calc(190 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt05 {
  margin-top: calc(90 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__btn {
  width: calc(140 * var(--vw) * 0.3214285714 / 750);
  margin: calc(198 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__btn a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw) * 0.3214285714 / 750);
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  white-space: nowrap;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    position: relative;
    z-index: 2;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .left .left__ttl {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-left: -15px;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    padding-bottom: 24px;
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .right .right__btn {
    width: 90px;
    padding-bottom: 6px;
    margin-right: -10px;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 17.99px;
    line-height: 1;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #000;
    white-space: nowrap;
  }
  #feature .main .center {
    width: 450px;
    padding-top: 168px;
    background-color: #fff;
    position: relative;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
    padding-bottom: 172.8px;
  }
  #feature .sec .sec__credit {
    width: 100%;
    position: absolute;
    z-index: 20;
    left: 0;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 6.6px;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 11.814px;
    line-height: 24.612px;
    letter-spacing: -0.015em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 1.2px;
  }
  #feature .sec .sec__credit.sec__credit01 {
    bottom: 22.8px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    bottom: 27.6px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit {
    gap: 0 4.8px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit .item .link p {
    letter-spacing: -0.026em;
  }
  #feature .sec .sec__credit.sec__credit03 {
    bottom: 24px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    bottom: 22.8px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    bottom: 22.8px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    bottom: 21.6px;
  }
  #feature .sec .sec__block {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 420px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 100%;
    margin-top: 56.4px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 420px;
    margin: 108px auto 0;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 100%;
    margin-top: 52.8px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 390px;
    margin: 109.2px auto 0;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 100%;
    margin-top: 42px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 100%;
    margin-top: 61.2px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 390px;
    margin: 42px auto 0;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 100%;
    margin-top: 109.2px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 420px;
    margin: 52.8px auto 0;
  }
  #feature .sec .sec__txt {
    font-size: 13.8px;
    line-height: 25.8px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__txt.sec__txt01 {
    margin-top: 52.8px;
  }
  #feature .sec .sec__txt.sec__txt02 {
    margin-top: 52.8px;
  }
  #feature .sec .sec__txt.sec__txt03 {
    margin-top: 110.4px;
  }
  #feature .sec .sec__txt.sec__txt04 {
    margin-top: 114px;
  }
  #feature .sec .sec__txt.sec__txt05 {
    margin-top: 54px;
  }
  #feature .sec .sec__btn {
    width: 84px;
    margin: 118.8px auto 0;
  }
  #feature .sec .sec__btn a {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #000;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */