@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;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 400;
  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 figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime figure {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.6s ease, transform 1.6s ease, filter 1.6s ease;
  will-change: opacity, transform, filter;
}
#feature .js_anime .slider {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.6s ease, transform 1.6s ease, filter 1.6s ease;
  will-change: opacity, transform, filter;
}
#feature .js_anime.hero__img {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.6s ease, transform 1.6s ease, filter 1.6s ease;
  will-change: opacity, transform, filter;
}
#feature .js_anime.hero__block {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.6s ease, transform 1.6s ease, filter 1.6s ease;
  will-change: opacity, transform, filter;
}
#feature .js_anime.is_show figure {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
#feature .js_anime.is_show .slider {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
#feature .js_anime.is_show.hero__img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
#feature .js_anime.is_show.hero__block {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .main {
  display: flex;
  background-color: #d5bf9a;
  transition: background-color 0.3s;
}
#feature .main.is_red {
  background-color: #7e222e;
}
#feature .main .left {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .left .left__ttl {
  width: calc(227 * var(--vw) / 1400);
}
#feature .main .right {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__btn {
  width: calc(209 * var(--vw) / 1400);
}
#feature .main .center {
  width: calc(750 * var(--vw) * 0.3642857143 / 750);
  margin: 0 auto;
  background-color: #efe3cf;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 1400px) {
  #feature .main .center {
    width: 509.999999992px;
  }
}
#feature .hero {
  width: calc(752 * var(--vw) * 0.3642857143 / 750);
  margin-left: calc(-1 * var(--vw) * 0.3642857143 / 750);
  position: relative;
}
#feature .hero .hero__ttl {
  width: calc(540 * var(--vw) * 0.3642857143 / 750);
  margin: calc(80 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .hero .hero__txt {
  margin-top: calc(110 * var(--vw) * 0.3642857143 / 750);
  font-weight: 500;
  font-size: calc(24 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(48 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.05em;
  color: #a32335;
}
#feature .sec {
  margin-left: calc(-1 * var(--vw) * 0.3642857143 / 750);
  width: calc(752 * var(--vw) * 0.3642857143 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(22 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  position: relative;
}
#feature .sec .sec__credit .credit .item .link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ab2f40;
  position: absolute;
  bottom: calc(8 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "futura-pt", sans-serif;
  font-size: calc(22 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(44 * var(--vw) * 0.3642857143 / 750);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #ab2f40;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(440 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 70 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(580 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(540 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit03 .credit .item:first-child {
  margin: 0 calc(100 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(510 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit04 .credit .item:first-child {
  margin: 0 calc(100 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(440 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(440 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit06 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(440 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 48 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit07 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit07 .credit .item:first-child {
  margin: 0 calc(100 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link::after {
  background-color: #efe3cf;
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link p {
  color: #efe3cf;
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(440 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 50 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit08 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit08 .credit .item .link::after {
  background-color: #efe3cf;
}
#feature .sec .sec__credit.sec__credit08 .credit .item .link p {
  color: #efe3cf;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(680 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: 100%;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(720 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(700 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(710 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: 100%;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(705 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img18 {
  width: 100%;
}
#feature .sec .sec__img.sec__img19 {
  width: calc(620 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img20 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img21 {
  width: 100%;
}
#feature .sec .sec__ttl {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(74 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(372 * var(--vw) * 0.3642857143 / 750);
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(520 * var(--vw) * 0.3642857143 / 750);
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl04 {
  width: calc(460 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl.sec__ttl05 {
  width: calc(486 * var(--vw) * 0.3642857143 / 750);
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl06 {
  width: calc(696 * var(--vw) * 0.3642857143 / 750);
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl07 {
  width: calc(580 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__imgbg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#feature .sec .sec__imgbg.sec__imgbg01 {
  width: calc(540 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__imgbg.sec__imgbg02 {
  width: calc(700 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__imgbg.sec__imgbg03 {
  width: calc(640 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__imgbd {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__sparkle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__sparkle.sec__sparkle01 {
  width: calc(550 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle02 {
  width: calc(471 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle03 {
  width: calc(668.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle04 {
  width: calc(360 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle05 {
  width: calc(534.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle06 {
  width: calc(335.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle07 {
  width: calc(517 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle08 {
  width: calc(326.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__sparkle.sec__sparkle09 {
  width: calc(387.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__btn {
  width: calc(710 * var(--vw) * 0.3642857143 / 750);
  height: calc(62 * var(--vw) * 0.3642857143 / 750);
  position: relative;
  z-index: 2;
  background-color: #efe3cf;
}
#feature .sec .sec__btn a {
  width: 100%;
  height: 100%;
  padding-top: calc(6 * var(--vw) * 0.3642857143 / 750);
  display: block;
  font-family: "presti-display", serif;
  font-size: calc(44 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(62 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.01em;
  color: #9c2b3a;
}
#feature .sec .sec__staff {
  font-family: "presti-display", serif;
  font-weight: 300;
  font-style: italic;
  font-size: calc(24 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(36 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.05em;
  color: #efe3cf;
}
#feature .sec .sec__bg {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__bg::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: -1;
}
#feature .sec.sec01 {
  padding-top: calc(286 * var(--vw) * 0.3642857143 / 750);
  padding-bottom: calc(282 * var(--vw) * 0.3642857143 / 750);
  position: sticky;
  top: 0;
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin-top: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(100 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin: calc(430 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img05 {
  margin-top: calc(62 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img06 {
  margin: calc(40 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img07 {
  margin-top: calc(-10 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img08 {
  margin-top: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img09 {
  margin: calc(80 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img10 {
  margin: calc(500 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img11 {
  margin-top: calc(60 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img12 {
  margin-top: calc(410 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img13 {
  margin: calc(80 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img14 {
  margin-top: calc(44 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__img.sec__img15 {
  margin: calc(-50 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__ttl.sec__ttl01 {
  top: calc(-182 * var(--vw) * 0.3642857143 / 750);
  left: calc(50 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__ttl.sec__ttl02 {
  margin: calc(56 * var(--vw) * 0.3642857143 / 750) 0 0 calc(182 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__ttl.sec__ttl03 {
  margin: calc(348 * var(--vw) * 0.3642857143 / 750) calc(28 * var(--vw) * 0.3642857143 / 750) 0 auto;
}
#feature .sec.sec01 .sec__ttl.sec__ttl04 {
  top: calc(-96 * var(--vw) * 0.3642857143 / 750);
  left: calc(-98 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__ttl.sec__ttl05 {
  margin: calc(338 * var(--vw) * 0.3642857143 / 750) calc(38 * var(--vw) * 0.3642857143 / 750) 0 auto;
}
#feature .sec.sec01 .sec__imgbg.sec__imgbg01 {
  top: calc(-120 * var(--vw) * 0.3642857143 / 750);
  right: calc(-72 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__imgbg.sec__imgbg02 {
  top: calc(-20 * var(--vw) * 0.3642857143 / 750);
  left: calc(-20 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__imgbd {
  top: calc(-30 * var(--vw) * 0.3642857143 / 750);
  left: calc(-30 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__sparkle.sec__sparkle01 {
  top: calc(-204 * var(--vw) * 0.3642857143 / 750);
  right: calc(-414 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__sparkle.sec__sparkle02 {
  top: calc(714 * var(--vw) * 0.3642857143 / 750);
  left: calc(-204 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__sparkle.sec__sparkle03 {
  top: calc(-426 * var(--vw) * 0.3642857143 / 750);
  right: calc(-396 * var(--vw) * 0.3642857143 / 750);
  z-index: -1;
}
#feature .sec.sec01 .sec__sparkle.sec__sparkle04 {
  top: calc(444 * var(--vw) * 0.3642857143 / 750);
  left: calc(-104 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__bg.sec__bg01::after {
  height: calc(2560 * var(--vw) * 0.3642857143 / 750);
  background-image: url(../img/bg01.png);
  top: calc(-160 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__bg.sec__bg02::after {
  height: calc(2020 * var(--vw) * 0.3642857143 / 750);
  background-image: url(../img/bg02.png);
  top: calc(-178 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 {
  padding-top: calc(98 * var(--vw) * 0.3642857143 / 750);
  padding-bottom: calc(120 * var(--vw) * 0.3642857143 / 750);
  background-color: #9c2b3a;
  margin-top: 100vh;
}
#feature .sec.sec02 .sec__img.sec__img16 {
  margin: calc(100 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img17 {
  margin: calc(194 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
  z-index: 3;
}
#feature .sec.sec02 .sec__img.sec__img18 {
  margin-top: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__img.sec__img19 {
  margin: calc(348 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
  z-index: 4;
}
#feature .sec.sec02 .sec__img.sec__img20 {
  margin: calc(80 * var(--vw) * 0.3642857143 / 750) 0 0 calc(40 * var(--vw) * 0.3642857143 / 750);
  z-index: 3;
}
#feature .sec.sec02 .sec__img.sec__img21 {
  margin-top: calc(-106 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__ttl.sec__ttl06 {
  margin: 0 auto;
}
#feature .sec.sec02 .sec__ttl.sec__ttl07 {
  top: calc(-96 * var(--vw) * 0.3642857143 / 750);
  left: calc(-98 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__imgbg.sec__imgbg03 {
  top: calc(-20 * var(--vw) * 0.3642857143 / 750);
  left: calc(-20 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__sparkle.sec__sparkle05 {
  top: calc(-212 * var(--vw) * 0.3642857143 / 750);
  right: calc(-398 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__sparkle.sec__sparkle06 {
  top: calc(568 * var(--vw) * 0.3642857143 / 750);
  left: calc(-156 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__sparkle.sec__sparkle07 {
  top: calc(662 * var(--vw) * 0.3642857143 / 750);
  right: calc(-286 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__sparkle.sec__sparkle08 {
  top: calc(642 * var(--vw) * 0.3642857143 / 750);
  left: calc(-192 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__sparkle.sec__sparkle09 {
  top: calc(668 * var(--vw) * 0.3642857143 / 750);
  right: calc(-190 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__staff {
  margin-top: calc(246 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__btn {
  margin: calc(114 * var(--vw) * 0.3642857143 / 750) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .hero {
    width: 511.359999992px;
    margin-left: -0.68px;
    position: relative;
  }
  #feature .hero .hero__ttl {
    width: 367.1999999942px;
    margin: 54.3999999991px auto 0;
  }
  #feature .hero .hero__txt {
    margin-top: 74.7999999988px;
    font-weight: 500;
    font-size: 16.3199999997px;
    line-height: 32.6399999995px;
    letter-spacing: 0.05em;
    color: #a32335;
  }
  #feature .sec {
    width: 511.359999992px;
    margin-left: -0.68px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14.9599999998px;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link {
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ab2f40;
    position: absolute;
    bottom: 5.4399999999px;
    left: 0;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "futura-pt", sans-serif;
    font-size: 14.9599999998px;
    line-height: 29.9199999995px;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #ab2f40;
  }
  #feature .sec .sec__credit.sec__credit01 {
    width: 299.1999999953px;
    top: calc(100% + 47.5999999993px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit01 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit02 {
    width: 394.3999999938px;
    top: calc(100% + 33.9999999995px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit02 .credit {
    justify-content: flex-start;
  }
  #feature .sec .sec__credit.sec__credit03 {
    width: 367.1999999942px;
    top: calc(100% + 33.9999999995px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit03 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item:first-child {
    margin: 0 67.9999999989px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 346.7999999946px;
    top: calc(100% + 33.9999999995px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit04 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item:first-child {
    margin: 0 67.9999999989px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 299.1999999953px;
    top: calc(100% + 33.9999999995px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    justify-content: flex-start;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 299.1999999953px;
    top: calc(100% + 33.9999999995px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit06 .credit {
    justify-content: flex-start;
  }
  #feature .sec .sec__credit.sec__credit07 {
    width: 299.1999999953px;
    top: calc(100% + 32.6399999995px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit07 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item:first-child {
    margin: 0 67.9999999989px;
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link::after {
    background-color: #efe3cf;
  }
  #feature .sec .sec__credit.sec__credit07 .credit .item .link p {
    color: #efe3cf;
  }
  #feature .sec .sec__credit.sec__credit08 {
    width: 299.1999999953px;
    top: calc(100% + 33.9999999995px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit08 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item .link::after {
    background-color: #efe3cf;
  }
  #feature .sec .sec__credit.sec__credit08 .credit .item .link p {
    color: #efe3cf;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 462.3999999927px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 448.799999993px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 489.5999999923px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 475.9999999925px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 482.7999999924px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 428.3999999933px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 479.3999999925px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 448.799999993px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 448.799999993px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 421.5999999934px;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 407.9999999936px;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 100%;
  }
  #feature .sec .sec__ttl {
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    width: 50.3199999992px;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    width: 252.959999996px;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl03 {
    width: 353.5999999945px;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl04 {
    width: 312.7999999951px;
  }
  #feature .sec .sec__ttl.sec__ttl05 {
    width: 330.4799999948px;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl06 {
    width: 473.2799999926px;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl07 {
    width: 394.3999999938px;
  }
  #feature .sec .sec__imgbg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
  #feature .sec .sec__imgbg.sec__imgbg01 {
    width: 367.1999999942px;
  }
  #feature .sec .sec__imgbg.sec__imgbg02 {
    width: 475.9999999925px;
  }
  #feature .sec .sec__imgbg.sec__imgbg03 {
    width: 435.1999999932px;
  }
  #feature .sec .sec__imgbd {
    width: 407.9999999936px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  #feature .sec .sec__sparkle {
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  #feature .sec .sec__sparkle.sec__sparkle01 {
    width: 373.9999999941px;
  }
  #feature .sec .sec__sparkle.sec__sparkle02 {
    width: 320.279999995px;
  }
  #feature .sec .sec__sparkle.sec__sparkle03 {
    width: 454.5799999929px;
  }
  #feature .sec .sec__sparkle.sec__sparkle04 {
    width: 244.7999999962px;
  }
  #feature .sec .sec__sparkle.sec__sparkle05 {
    width: 363.4599999943px;
  }
  #feature .sec .sec__sparkle.sec__sparkle06 {
    width: 228.1399999964px;
  }
  #feature .sec .sec__sparkle.sec__sparkle07 {
    width: 351.5599999945px;
  }
  #feature .sec .sec__sparkle.sec__sparkle08 {
    width: 222.0199999965px;
  }
  #feature .sec .sec__sparkle.sec__sparkle09 {
    width: 263.4999999959px;
  }
  #feature .sec .sec__btn {
    width: 482.7999999924px;
    height: 42.1599999993px;
    position: relative;
    z-index: 2;
    background-color: #efe3cf;
  }
  #feature .sec .sec__btn a {
    width: 100%;
    height: 100%;
    padding-top: 4.0799999999px;
    display: block;
    font-family: "presti-display", serif;
    font-size: 29.9199999995px;
    line-height: 42.1599999993px;
    letter-spacing: 0.01em;
    color: #9c2b3a;
  }
  #feature .sec .sec__staff {
    font-family: "presti-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16.3199999997px;
    line-height: 24.4799999996px;
    letter-spacing: 0.05em;
    color: #efe3cf;
  }
  #feature .sec .sec__bg {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__bg::after {
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  #feature .sec.sec01 {
    padding-top: 194.4799999969px;
    padding-bottom: 191.759999997px;
    position: sticky;
    top: 0;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin-top: 27.1999999996px;
  }
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin: 67.9999999989px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin: 292.3999999954px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img05 {
    margin-top: 42.1599999993px;
  }
  #feature .sec.sec01 .sec__img.sec__img06 {
    margin: 27.1999999996px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img07 {
    margin-top: -6.7999999999px;
  }
  #feature .sec.sec01 .sec__img.sec__img08 {
    margin-top: 27.1999999996px;
  }
  #feature .sec.sec01 .sec__img.sec__img09 {
    margin: 54.3999999991px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img10 {
    margin: 339.9999999947px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img11 {
    margin-top: 40.7999999994px;
  }
  #feature .sec.sec01 .sec__img.sec__img12 {
    margin-top: 278.7999999956px;
  }
  #feature .sec.sec01 .sec__img.sec__img13 {
    margin: 54.3999999991px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img14 {
    margin-top: 29.9199999995px;
  }
  #feature .sec.sec01 .sec__img.sec__img15 {
    margin: -33.9999999995px 0 0 auto;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl01 {
    top: -123.7599999981px;
    left: 33.9999999995px;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl02 {
    margin: 38.0799999994px 0 0 123.7599999981px;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl03 {
    margin: 236.6399999963px 19.0399999997px 0 auto;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl04 {
    top: -65.279999999px;
    left: -66.639999999px;
  }
  #feature .sec.sec01 .sec__ttl.sec__ttl05 {
    margin: 229.8399999964px 25.8399999996px 0 auto;
  }
  #feature .sec.sec01 .sec__imgbg.sec__imgbg01 {
    top: -81.5999999987px;
    right: -48.9599999992px;
  }
  #feature .sec.sec01 .sec__imgbg.sec__imgbg02 {
    top: -13.5999999998px;
    left: -13.5999999998px;
  }
  #feature .sec.sec01 .sec__imgbd {
    top: -20.3999999997px;
    left: -20.3999999997px;
  }
  #feature .sec.sec01 .sec__sparkle.sec__sparkle01 {
    top: -138.7199999978px;
    right: -281.5199999956px;
  }
  #feature .sec.sec01 .sec__sparkle.sec__sparkle02 {
    top: 485.5199999924px;
    left: -138.7199999978px;
  }
  #feature .sec.sec01 .sec__sparkle.sec__sparkle03 {
    top: -289.6799999955px;
    right: -269.2799999958px;
    z-index: -1;
  }
  #feature .sec.sec01 .sec__sparkle.sec__sparkle04 {
    top: 301.9199999953px;
    left: -70.7199999989px;
  }
  #feature .sec.sec01 .sec__bg.sec__bg01::after {
    height: 1740.7999999727px;
    background-image: url(../img/bg01.png);
    top: -108.7999999983px;
  }
  #feature .sec.sec01 .sec__bg.sec__bg02::after {
    height: 1373.5999999785px;
    background-image: url(../img/bg02.png);
    top: -121.0399999981px;
  }
  #feature .sec.sec02 {
    padding-top: 66.639999999px;
    padding-bottom: 81.5999999987px;
    background-color: #9c2b3a;
    margin-top: 100vh;
  }
  #feature .sec.sec02 .sec__img.sec__img16 {
    margin: 67.9999999989px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img17 {
    margin: 131.9199999979px 0 0 auto;
    z-index: 3;
  }
  #feature .sec.sec02 .sec__img.sec__img18 {
    margin-top: 27.1999999996px;
  }
  #feature .sec.sec02 .sec__img.sec__img19 {
    margin: 236.6399999963px 0 0 auto;
    z-index: 4;
  }
  #feature .sec.sec02 .sec__img.sec__img20 {
    margin: 54.3999999991px 0 0 27.1999999996px;
    z-index: 3;
  }
  #feature .sec.sec02 .sec__img.sec__img21 {
    margin-top: -72.0799999989px;
  }
  #feature .sec.sec02 .sec__ttl.sec__ttl06 {
    margin: 0 auto;
  }
  #feature .sec.sec02 .sec__ttl.sec__ttl07 {
    top: -65.279999999px;
    left: -66.639999999px;
  }
  #feature .sec.sec02 .sec__imgbg.sec__imgbg03 {
    top: -13.5999999998px;
    left: -13.5999999998px;
  }
  #feature .sec.sec02 .sec__sparkle.sec__sparkle05 {
    top: -144.1599999977px;
    right: -270.6399999958px;
  }
  #feature .sec.sec02 .sec__sparkle.sec__sparkle06 {
    top: 386.2399999939px;
    left: -106.0799999983px;
  }
  #feature .sec.sec02 .sec__sparkle.sec__sparkle07 {
    top: 450.1599999929px;
    right: -194.4799999969px;
  }
  #feature .sec.sec02 .sec__sparkle.sec__sparkle08 {
    top: 436.5599999932px;
    left: -130.559999998px;
  }
  #feature .sec.sec02 .sec__sparkle.sec__sparkle09 {
    top: 454.2399999929px;
    right: -129.199999998px;
  }
  #feature .sec.sec02 .sec__staff {
    margin-top: 167.2799999974px;
  }
  #feature .sec.sec02 .sec__btn {
    margin: 77.5199999988px auto 0;
  }
}/*# sourceMappingURL=style.css.map */