@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
.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;
}

.is_spnone {
  display: block;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "hiragino-mincho-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: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_herottl {
  visibility: hidden;
  opacity: 0;
  transition: transform 1.5s ease, visibility 1.5s ease, opacity 1.5s ease;
  transform: translate3d(calc(-50 * var(--vw) / 750 * 0.3214285714), 0, 0);
}
#feature .js_anime.is_ttl .sec__ttl {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
#feature .js_anime.is_ttl .sec__ttl::before {
  transform: scale(0);
  transition: transform 0.3s ease 0.6s;
  transform-origin: left center;
}
#feature .js_anime.is_ttl .sec__ttl::after {
  transform: scale(0);
  transition: transform 0.3s ease 0.6s;
  transform-origin: left center;
}
#feature .js_anime.is_txt {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
#feature .js_anime .is_txt {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  transition-delay: 0.25s;
}
#feature .js_anime.is_clip figure {
  clip-path: inset(0 100% 0 0);
  visibility: hidden;
  opacity: 0;
  transition: clip-path 1.2s ease, visibility 1.2s ease, opacity 1.2s ease;
}
#feature .js_anime.is_show.is_herottl {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#feature .js_anime.is_show.is_ttl .sec__ttl {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_ttl .sec__ttl::before {
  transform: scale(1);
}
#feature .js_anime.is_show.is_ttl .sec__ttl::after {
  transform: scale(1);
}
#feature .js_anime.is_show.is_txt {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show .is_txt {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_clip figure {
  clip-path: inset(0);
  visibility: visible;
  opacity: 1;
}

#feature {
  background-color: #010c24;
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .feature__flex {
  display: flex;
}
#feature .hero {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  z-index: 3;
  top: 80px;
}
#feature .hero .hero__img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.5s ease, opacity 1.5s ease;
}
#feature .hero.is_show .hero__img {
  visibility: visible;
  opacity: 1;
  animation-delay: 0.25s;
}
#feature .main {
  width: 50%;
  position: relative;
}
#feature .main .main__imgttlarea {
  width: 100%;
  padding: calc(444 * var(--vw) / 1400) 0 calc(117 * var(--vw) / 1400) calc(137 * var(--vw) / 1400);
  position: relative;
}
#feature .main .main__imgttlarea::after {
  content: "";
  width: 100%;
  height: calc(1028 * var(--vw) / 1400);
  background-image: url(../img/pc_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .main .main__imgttl {
  width: calc(404 * var(--vw) / 1400);
}
#feature .sec {
  width: calc(750 * var(--vw) / 750 * 0.3214285714);
  margin: 0 auto;
  padding-top: calc(170 * var(--vw) / 750 * 0.3214285714);
  padding-bottom: calc(204 * var(--vw) / 750 * 0.3214285714);
  position: relative;
  left: calc(-14 * var(--vw) / 1400);
  z-index: 2;
}
#feature .sec .sec__credit {
  width: 100%;
  position: absolute;
  top: calc(100% + 32 * var(--vw) / 750 * 0.3214285714);
  left: 0;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(14 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) / 750 * 0.3214285714);
  line-height: calc(50 * var(--vw) / 750 * 0.3214285714);
  color: #fff;
  letter-spacing: 0.025em;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: calc(12 * var(--vw) / 750 * 0.3214285714);
  left: 0;
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + 38 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 36 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__credit.sec__credit04 {
  top: calc(100% + 36 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__credit.sec__credit05 {
  top: calc(100% + 36 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__imgttl {
  pointer-events: none;
}
#feature .sec .sec__imgttl.sec__imgttl02 {
  width: calc(642 * var(--vw) / 750 * 0.3214285714);
  position: absolute;
  top: calc(106 * var(--vw) / 750 * 0.3214285714);
  left: calc(60 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img {
  width: calc(600 * var(--vw) / 750 * 0.3214285714);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#feature .sec .sec__img.sec__img01 {
  margin-top: calc(76 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img02 {
  margin-top: calc(50 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img03 {
  margin-top: calc(78 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img04 {
  margin-top: calc(50 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
  margin-top: calc(290 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img06 {
  margin-top: calc(74 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img07 {
  margin-top: calc(46 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img08 {
  margin-top: calc(74 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img09 {
  margin-top: calc(48 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img10 {
  margin-top: calc(74 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__img.sec__img11 {
  margin-top: calc(52 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea {
  width: 100%;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__ttlarea::after {
  content: "";
  width: calc(750 * var(--vw) / 750 * 0.3214285714);
  height: calc(750 * var(--vw) / 750 * 0.3214285714);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: -1;
}
#feature .sec .sec__ttlarea.sec__ttlarea01::after {
  display: none;
}
#feature .sec .sec__ttlarea.sec__ttlarea02 {
  margin-top: calc(246 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea02::after {
  background-image: url(../img/bg02.png);
  top: calc(-250 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea03 {
  margin-top: calc(174 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea03::after {
  background-image: url(../img/bg01.png);
  top: calc(-240 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea04 {
  margin-top: calc(248 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea04::after {
  background-image: url(../img/bg02.png);
  top: calc(-238 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea05 {
  margin-top: calc(250 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea.sec__ttlarea05::after {
  background-image: url(../img/bg01.png);
  top: calc(-236 * var(--vw) / 750 * 0.3214285714);
  left: calc(26 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea .sec__ttl {
  width: calc(600 * var(--vw) / 750 * 0.3214285714);
  height: calc(68 * var(--vw) / 750 * 0.3214285714);
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__ttlarea .sec__ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(-4 * var(--vw) / 750 * 0.3214285714);
  left: 0;
}
#feature .sec .sec__ttlarea .sec__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: calc(4 * var(--vw) / 750 * 0.3214285714);
  left: 0;
}
#feature .sec .sec__ttlarea .sec__ttl span {
  font-size: calc(60 * var(--vw) / 750 * 0.3214285714);
  line-height: calc(59.14 * var(--vw) / 750 * 0.3214285714);
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl01 {
  padding-left: calc(20 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl02 {
  padding-top: calc(4 * var(--vw) / 750 * 0.3214285714);
  padding-left: calc(4 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl02 span {
  letter-spacing: 0.16em;
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl03 {
  padding-left: calc(20 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl04 {
  padding-left: calc(20 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__ttlarea .sec__ttl.sec__ttl05 {
  padding-left: calc(20 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__txt {
  font-size: calc(23 * var(--vw) / 750 * 0.3214285714);
  line-height: calc(45 * var(--vw) / 750 * 0.3214285714);
  color: #fff;
  letter-spacing: 0.05em;
}
#feature .sec .sec__txt.sec__txt01 {
  margin-top: calc(52 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__txt.sec__txt02 {
  margin-top: calc(48 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__txt.sec__txt03 {
  margin-top: calc(52 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__txt.sec__txt04 {
  margin-top: calc(48 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__txt.sec__txt05 {
  margin-top: calc(50 * var(--vw) / 750 * 0.3214285714);
}
#feature .sec .sec__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(272 * var(--vw) / 750 * 0.3214285714) auto 0;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__btn a {
  padding-bottom: calc(2 * var(--vw) / 750 * 0.3214285714);
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw) / 750 * 0.3214285714);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}
#feature .viewallarea {
  width: 100%;
  padding: calc(93 * var(--vw) / 1400) 0 calc(175 * var(--vw) / 1400) calc(23 * var(--vw) / 1400);
}
#feature .viewallarea .viewall {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .viewallarea .viewall a {
  padding-bottom: calc(2 * var(--vw) / 1400);
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */