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

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  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: #000;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .is_pcnone {
  display: none;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transition: all 1s ease;
}
#feature .js_anime.is_fadettl p {
  overflow: hidden;
}
#feature .js_anime.is_fadettl p span {
  display: block;
  transform: translateY(110%);
  transition: transform 1s;
}
#feature .js_anime.is_fadetxt {
  opacity: 0;
  transform: translateY(1em);
  transition: opacity 1s, transform 1s;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadettl p span {
  transform: translate(0);
}
#feature .js_anime.is_show.is_fadetxt {
  opacity: 1;
  transform: translate(0);
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#feature .hero {
  width: 50%;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  overflow: hidden;
}
#feature .hero .hero__img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: opacity 1.2s ease;
}
#feature .hero .hero__img figure {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure a {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .hero .hero__ttl {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: calc(60 * var(--vw) / 1400);
  line-height: calc(52.92 * var(--vw) / 1400);
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feature .hero .hero__ttl p {
  overflow: hidden;
}
#feature .hero .hero__ttl p span {
  display: block;
  opacity: 0;
  transform: translateY(130%);
}
#feature .hero.is_show .hero__img {
  opacity: 1;
}
#feature .hero.is_show .hero__ttl p span {
  animation-name: ttl-up;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
#feature .sec {
  width: 50%;
}
#feature .sec .inner {
  max-width: calc(420 * var(--vw) / 1400);
  margin: 0 auto;
  padding-top: calc(521 * var(--vw) / 1400);
  padding-bottom: calc(150 * var(--vw) / 1400);
  position: relative;
  overflow-x: clip;
}
#feature .sec .sec__herotxt {
  font-weight: 600;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: calc(34.8 * var(--vw) / 1400);
  letter-spacing: 0.045em;
  white-space: nowrap;
}
#feature .sec .sec__credit {
  width: 100%;
  position: absolute;
  top: calc(100% + 25 * var(--vw) / 1400);
}
#feature .sec .sec__credit .credit {
  display: flex;
  justify-content: center;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(14.4 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: calc(1 * var(--vw) / 1400);
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#feature .sec .sec__credit.sec__credit01 .credit .item .link p::after {
  bottom: calc(1 * var(--vw) / 1400);
}
#feature .sec .sec__img {
  width: calc(420 * var(--vw) / 1400);
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__img .slider .slick-slide {
  line-height: 0;
}
#feature .sec .sec__img .slider .slick-dots {
  width: 100%;
  height: calc(3 * var(--vw) / 1400);
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: calc(12 * var(--vw) / 1400);
  left: 0;
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-dots li {
  width: calc(39 * var(--vw) / 1400);
  height: calc(3 * var(--vw) / 1400);
}
#feature .sec .sec__img .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #dcdcdc;
  text-indent: -9999px;
  padding: 0;
  border: none;
  position: relative;
}
#feature .sec .sec__img .slider .slick-dots li.slick-active button {
  background-color: #333333;
}
#feature .sec .sec__img.sec__img01 {
  margin-top: calc(391 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img02 {
  margin-top: calc(39 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img03 {
  margin-top: calc(48 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img04 {
  margin-top: calc(39 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img05 {
  margin-top: calc(56 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img06 {
  margin-top: calc(39 * var(--vw) / 1400);
}
#feature .sec .sec__ttl {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(48 * var(--vw) / 1400);
  line-height: calc(40.99 * var(--vw) / 1400);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
#feature .sec .sec__ttl.sec__ttl01 {
  margin-top: calc(83 * var(--vw) / 1400);
}
#feature .sec .sec__ttl.sec__ttl02 {
  margin-top: calc(89 * var(--vw) / 1400);
  font-size: calc(45 * var(--vw) / 1400);
  line-height: calc(37.39 * var(--vw) / 1400);
  font-weight: 700;
  opacity: 0.3;
}
#feature .sec .sec__ttl.sec__ttl03 {
  margin-top: calc(88 * var(--vw) / 1400);
}
#feature .sec .sec__ttl.sec__ttl04 {
  margin-top: calc(98 * var(--vw) / 1400);
  font-size: calc(45 * var(--vw) / 1400);
  line-height: calc(37.39 * var(--vw) / 1400);
  font-weight: 700;
  opacity: 0.3;
}
#feature .sec .sec__ttl.sec__ttl05 {
  margin-top: calc(88 * var(--vw) / 1400);
}
#feature .sec .sec__txt {
  font-weight: 600;
  font-size: calc(15.6 * var(--vw) / 1400);
  line-height: calc(28.8 * var(--vw) / 1400);
  letter-spacing: 0.07em;
  white-space: nowrap;
}
#feature .sec .sec__txt.sec__txt01 {
  margin-top: calc(11 * var(--vw) / 1400);
}
#feature .sec .sec__txt.sec__txt02 {
  margin-top: calc(10 * var(--vw) / 1400);
}
#feature .sec .sec__txt.sec__txt03 {
  margin-top: calc(13 * var(--vw) / 1400);
  letter-spacing: 0.05em;
}
#feature .sec .sec__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(250 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__btn a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw) / 1400);
  line-height: calc(62.31 * var(--vw) / 1400);
  letter-spacing: 0.055em;
  position: relative;
}
#feature .sec .sec__btn a::after {
  content: "";
  width: calc(140 * var(--vw) / 1400);
  height: calc(1 * var(--vw) / 1400);
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#feature .viewall {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(151 * var(--vw) / 1400) auto calc(168 * var(--vw) / 1400);
}
#feature .viewall a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: calc(28.8 * var(--vw) / 1400);
  letter-spacing: 0.055em;
  position: relative;
}
#feature .viewall a::after {
  content: "";
  width: 100%;
  height: calc(1 * var(--vw) / 1400);
  background-color: #000;
  position: absolute;
  bottom: calc(3 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */