@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;
  }
}
/*共通
----------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

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

.pc-header-main.is-fixed {
  opacity: 0;
  pointer-events: 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: 500;
  font-style: normal;
  font-feature-settings: "palt";
  overflow-x: clip;
  position: relative;
  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;
  transition: ease-in, opacity 1s;
}
#feature .js_anime.is_show figure {
  opacity: 1;
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100svh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#feature .main {
  width: 50%;
}
#feature .bg {
  width: 100%;
  height: 100svh;
  background-color: #b10000;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#feature .bg.is_bg02 {
  background-color: #0b1d51;
}
#feature .bg.is_bg03 {
  background-color: #dfdfdf;
}
#feature .hero {
  z-index: 2;
}
#feature .hero .hero__img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
#feature .hero .hero__img img {
  height: 100%;
  min-height: 68.1rem;
  aspect-ratio: 1500/1050;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#feature .hero .hero__ttl {
  width: calc(577 * var(--vw) / 1400);
  margin: calc(36 * var(--vw) / 1400) auto 0;
}
#feature .sec {
  width: calc(500 * var(--vw) / 1400);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec {
    width: 500px;
  }
}
#feature .sec .sec__credit {
  width: 100%;
  position: absolute;
  top: calc(100% + 32 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  flex-wrap: nowrap;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "pragmatica", sans-serif;
  font-weight: 600;
  font-size: calc(22 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(40 * var(--vw) * 0.3571428571 / 750);
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 14.6666666665px;
    line-height: 26.6666666665px;
  }
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + 30 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 {
    top: calc(100% + 19.9999999998px);
  }
}
#feature .sec .sec__img {
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(680 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img01 {
    width: 453.3333333297px;
  }
}
#feature .sec .sec__img.sec__img02 {
  width: calc(580 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img02 {
    width: 386.6666666636px;
  }
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(630 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img04 {
    width: 419.9999999966px;
  }
}
#feature .sec .sec__img.sec__img05 {
  width: calc(400 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img05 {
    width: 266.6666666645px;
  }
}
#feature .sec .sec__img.sec__img06 {
  width: calc(400 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img06 {
    width: 266.6666666645px;
  }
}
#feature .sec .sec__img.sec__img07 {
  width: calc(400 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__img.sec__img07 {
    width: 266.6666666645px;
  }
}
#feature .sec .sec__slider {
  width: 100%;
}
#feature .sec .sec__ttl {
  font-family: "ratiomodern", serif;
  font-weight: 400;
  font-size: calc(45 * var(--vw) * 0.3571428571 / 750);
  line-height: 1;
  color: #b10000;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__ttl {
    font-size: 29.9999999998px;
  }
}
#feature .sec .sec__txt {
  font-weight: 700;
  font-size: calc(24 * var(--vw) * 0.3571428571 / 750);
  line-height: calc(48 * var(--vw) * 0.3571428571 / 750);
  letter-spacing: 0.07em;
  color: #b10000;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__txt {
    font-size: 15.9999999999px;
    line-height: 31.9999999997px;
  }
}
#feature .sec .sec__btn {
  width: calc(540 * var(--vw) * 0.3571428571 / 750);
  height: calc(114 * var(--vw) * 0.3571428571 / 750);
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__btn {
    width: 359.9999999971px;
    height: 75.9999999994px;
  }
}
#feature .sec .sec__btn a {
  width: 100%;
  height: 100%;
  border: calc(2 * var(--vw) * 0.3571428571 / 750) solid #b10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__btn a {
    border: 2px solid #b10000;
  }
}
#feature .sec .sec__btn a span {
  font-family: "ratiomodern", serif;
  font-weight: 400;
  font-size: calc(54 * var(--vw) * 0.3571428571 / 750);
  line-height: 1;
  color: #b10000;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__btn a span {
    font-size: 35.9999999997px;
  }
}
#feature .sec.sec01 {
  padding-bottom: calc(120 * var(--vw) * 0.3571428571 / 750);
  margin-top: calc(74 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin-top: calc(228 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    padding-bottom: 79.9999999994px;
    margin-top: 49.3333333329px;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin-top: 151.9999999988px;
  }
}
#feature .sec.sec02 {
  padding-bottom: calc(262 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin-top: calc(120 * var(--vw) * 0.3571428571 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    padding-bottom: 174.6666666653px;
  }
  #feature .sec.sec02 .sec__img.sec__img04 {
    margin-top: 79.9999999994px;
  }
}
#feature .sec.sec03 {
  padding-top: calc(100 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__slider .sec__img figure {
  background-color: transparent;
}
#feature .sec.sec03 .sec__slider .slick-slide {
  opacity: 0.6;
  transition: 0.3s opacity;
}
#feature .sec.sec03 .sec__slider .slick-slide.slick-center {
  opacity: 1;
}
#feature .sec.sec03 .sec__ttl {
  margin-top: calc(42 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__txt {
  margin-top: calc(30 * var(--vw) * 0.3571428571 / 750);
}
#feature .sec.sec03 .sec__btnarea {
  padding-top: calc(120 * var(--vw) * 0.3571428571 / 750);
  padding-bottom: calc(120 * var(--vw) * 0.3571428571 / 750);
  margin-top: calc(126 * var(--vw) * 0.3571428571 / 750);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    padding-top: 66.6666666661px;
  }
  #feature .sec.sec03 .sec__ttl {
    margin-top: 27.9999999998px;
  }
  #feature .sec.sec03 .sec__txt {
    margin-top: 19.9999999998px;
  }
  #feature .sec.sec03 .sec__btnarea {
    padding-top: 79.9999999994px;
    padding-bottom: 79.9999999994px;
    margin-top: 83.9999999993px;
  }
}/*# sourceMappingURL=style.css.map */