@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1400) * 0.6533333333;
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.l-container {
  width: 100%;
}
.feature {
  width: 100%;
  font-feature-settings: 'palt';
  font-family:
    'yu-gothic-pr6n', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', メイリオ,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
.feature * {
  margin: 0;
  box-sizing: border-box;
}
.feature img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}
.feature a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.feature a:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* PC only */
.l-footer {
  padding-top: 0 !important;
}
.pc-footer {
  margin-top: 0 !important;
}

/* .feature wrap (PC ONLY)
*******************************/
.feature {
  display: flex;
}

/* .f_main
----------------------------- */
.feature .f_main {
  width: 50%;
}
.feature .f_main .inner {
  width: calc(490 * (100vw / 1400));
  margin: 0 auto;
}

/* .f_left
----------------------------- */
.feature .f_left {
  width: 50%;
}
.feature .f_left .f_left__box {
  position: relative;
  height: 100%;
}
.feature .f_left .f_left__box .f_left__title {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
@media screen and (min-width: 1401px) {
  .feature .f_left .f_left__box .f_left__title h1 {
    width: 92%;
    position: absolute;
    bottom: 9.4rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .feature .f_left .f_left__box .f_left__title h1 .txt01 {
    font-family: 'benton-modern-d-light', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 8.5rem;
    letter-spacing: 0.01em;
    line-height: 1.06;
    color: #d15e54;
    margin-bottom: 2.6rem;
  }
  .feature .f_left .f_left__box .f_left__title h1 .txt02 {
    font-size: 2.52rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #ffffff;
  }
  .feature .f_left .f_left__box .f_left__title figure img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
  }
}
@media screen and (max-width: 1400px) {
  .feature .f_left .f_left__box .f_left__title h1 {
    position: absolute;
    bottom: calc(94 * (100vw / 1400));
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .feature .f_left .f_left__box .f_left__title h1 .txt01 {
    font-family: 'benton-modern-d-light', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: calc(85 * (100vw / 1400));
    letter-spacing: 0.01em;
    line-height: 1.06;
    color: #d15e54;
    margin-bottom: calc(26 * (100vw / 1400));
  }
  .feature .f_left .f_left__box .f_left__title h1 .txt02 {
    font-size: calc(25.2 * (100vw / 1400));
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #ffffff;
  }
  .feature .f_left .f_left__box .f_left__title figure img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
  }
}

/*****************************************************
container
*****************************************************/

/* .hero (SP ONLY)
*******************************/
.feature .hero {
  position: relative;
}
.feature .hero h1 {
  text-align: center;
  position: absolute;
  top: calc(548 * var(--lpSetSize));
}
.feature .hero h1 .txt01 {
  font-family: 'benton-modern-d-light', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(96 * var(--lpSetSize));
  letter-spacing: 0.01em;
  color: #d15e54;
}
.feature .hero h1 .txt02 {
  font-size: calc(27 * var(--lpSetSize));
  letter-spacing: 0.18em;
  color: #ffffff;
}

/* .hero
----------------------------- */
.feature .hero__lead {
  padding: calc(90 * var(--lpSetSize)) 0 calc(126 * var(--lpSetSize));
}
.feature .hero__lead p {
  font-size: calc(24 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: center;
}

/* .sec
----------------------------- */
.feature .sec h2 {
  display: flex;
  width: calc(260 * var(--lpSetSize));
  margin: 0 auto calc(66 * var(--lpSetSize));
  padding: calc(4 * var(--lpSetSize)) 0;
  border-top: #000 calc(6 * var(--lpSetSize)) solid;
  border-bottom: #000 calc(6 * var(--lpSetSize)) solid;
  color: #d15e54;
  text-align: center;
  flex-direction: column;
}
.feature .sec h2::before {
  content: '';
  display: block;
  border-top: #000 1px solid;
}
.feature .sec h2::after {
  content: '';
  display: block;
  border-bottom: #000 1px solid;
}
.feature .sec h2 strong {
  font-family: 'benton-modern-d-light', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(72 * var(--lpSetSize));
  padding: calc(18 * var(--lpSetSize)) 0 calc(8 * var(--lpSetSize));
  line-height: 1;
}
.feature .sec h2 span {
  font-family: 'benton-modern-d-light', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(31 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 1.322;
  padding: 0 0 calc(34 * var(--lpSetSize));
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.feature .sec p.txt {
  font-size: calc(24 * var(--lpSetSize));
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: justify;
  margin: 0 calc(52 * var(--lpSetSize)) calc(30 * var(--lpSetSize));
}
.feature .sec06 p.txt {
  margin: 0 calc(52 * var(--lpSetSize)) calc(20 * var(--lpSetSize));
}

/* .imgXX & .sec__slide */
.feature .sec .img01 {
  width: calc(675 * var(--lpSetSize));
  margin: 0 auto calc(100 * var(--lpSetSize));
}
.feature .sec .img02 {
  margin-bottom: calc(74 * var(--lpSetSize));
}
.feature .sec .img03 {
  width: calc(690 * var(--lpSetSize));
  margin-bottom: calc(80 * var(--lpSetSize));
}
.feature .sec .img04 {
  width: calc(645 * var(--lpSetSize));
  margin: 0 0 calc(72 * var(--lpSetSize)) calc(105 * var(--lpSetSize));
}
.feature .sec .img05 {
  margin-bottom: calc(100 * var(--lpSetSize));
}
.feature .sec03 .sec__slide {
  width: calc(675 * var(--lpSetSize));
  margin: 0 auto calc(94 * var(--lpSetSize));
}
.feature .sec .img08 {
  width: calc(690 * var(--lpSetSize));
  margin: 0 0 calc(80 * var(--lpSetSize)) calc(60 * var(--lpSetSize));
}
.feature .sec .img09 {
  width: calc(660 * var(--lpSetSize));
  margin: 0 0 calc(72 * var(--lpSetSize)) 0;
}
.feature .sec05 .sec__slide {
  width: calc(690 * var(--lpSetSize));
  margin: 0 auto calc(102 * var(--lpSetSize));
}
.feature .sec .img12 {
  width: calc(675 * var(--lpSetSize));
  margin: 0 0 calc(72 * var(--lpSetSize)) 0;
}
.feature .sec .img13 {
  width: calc(690 * var(--lpSetSize));
  margin: 0 0 calc(81 * var(--lpSetSize)) calc(60 * var(--lpSetSize));
  padding: calc(43 * var(--lpSetSize)) 0 0 0;
}
.feature .sec .img14 {
  width: calc(675 * var(--lpSetSize));
  margin: 0 0 calc(72 * var(--lpSetSize));
}
.feature .sec .img15 {
  width: calc(690 * var(--lpSetSize));
  margin: 0 auto calc(80 * var(--lpSetSize));
}
.feature .sec .img16 {
  width: calc(660 * var(--lpSetSize));
  margin: 0 0 calc(74 * var(--lpSetSize)) calc(90 * var(--lpSetSize));
}
.feature .sec .img17 {
  margin: 0 0 calc(100 * var(--lpSetSize)) 0;
}
.feature .sec .img18 {
  width: calc(690 * var(--lpSetSize));
  margin: 0 auto calc(72 * var(--lpSetSize));
}
.feature .sec .img19 {
  width: calc(690 * var(--lpSetSize));
  margin: 0 0 calc(80 * var(--lpSetSize)) 0;
  padding: calc(44 * var(--lpSetSize)) 0 0 0;
}
.feature .sec .img20 {
  width: calc(645 * var(--lpSetSize));
  margin: 0 0 calc(72 * var(--lpSetSize)) calc(100 * var(--lpSetSize));
}

/* credit */
.feature .sec__credit {
  width: calc(640 * var(--lpSetSize));
  margin: 0 auto calc(149 * var(--lpSetSize));
}
.feature .sec03 .sec__credit,
.feature .sec06 .sec__credit,
.feature .sec07 .sec__credit,
.feature .sec08 .sec__credit {
  width: calc(500 * var(--lpSetSize));
  margin: 0 0 calc(149 * var(--lpSetSize)) calc(55 * var(--lpSetSize));
}

.feature .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--lpSetSize));
}
.feature .sec__credit .credit li {
  font-family: 'neue-haas-grotesk-display-pr', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(31 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 1.8;
  font-size: calc(24 * var(--lpSetSize));
}
.feature .sec__credit .credit li .price {
  margin-left: 0.2em;
}
.feature .sec__credit .credit li {
  position: relative;
}
.feature .sec__credit .credit li,
.feature .sec__credit .credit a {
  display: flex;
}

/* .sec_bottom
----------------------------- */
.feature .sec_bottom {
  padding: calc(40 * var(--lpSetSize)) 0 calc(300 * var(--lpSetSize)) 0; /* margin: 0 0 calc(300 * var(--lpSetSize)) 0; */
}
.feature .sec_bottom .sec__btn {
  display: flex;
  width: calc(660 * var(--lpSetSize));
  margin: 0 auto calc(114 * var(--lpSetSize));
  padding: calc(4 * var(--lpSetSize)) 0;
  border-top: #000 calc(8 * var(--lpSetSize)) solid;
  border-bottom: #000 calc(8 * var(--lpSetSize)) solid;
  text-align: center;
  flex-direction: column;
}
.feature .sec_bottom .sec__btn::before {
  content: '';
  display: block;
  border-top: #000 1px solid;
}
.feature .sec_bottom .sec__btn::after {
  content: '';
  display: block;
  border-bottom: #000 1px solid;
}
.feature .sec_bottom .sec__btn a {
  font-family: 'benton-modern-d-light', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(64 * var(--lpSetSize));
  padding: calc(40 * var(--lpSetSize)) 0 calc(34 * var(--lpSetSize));
  letter-spacing: -0.008em;
  line-height: 1;
  color: #d15e54;
}
.feature .sec_bottom .staff {
  font-family: 'neue-haas-grotesk-display-pr', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.feature .sec_bottom .staff dt {
  font-size: calc(28 * var(--lpSetSize));
  letter-spacing: 0.125em;
  margin: 0 0 calc(20 * var(--lpSetSize)) 0;
}
.feature .sec_bottom .staff dd {
  font-size: calc(23 * var(--lpSetSize));
  letter-spacing: 0.05em;
  line-height: 2;
}

/*****************************************************
animation
*****************************************************/

/* splide*/
.feature .splide__pagination {
  bottom: calc(-24 * var(--lpSetSize));
  left: unset;
  right: 0;
  padding: 0;
  gap: calc(12 * var(--lpSetSize));
}
.feature .splide__pagination__page {
  opacity: 1;
  width: calc(72 * var(--lpSetSize));
  height: calc(5 * var(--lpSetSize));
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.feature .splide__pagination__page.is-active {
  transform: scale(1);
}
.feature .splide__pagination__page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000000;
}
.feature .splide__pagination__page.is-active::before {
  animation: splide-loading-bar 3s linear;
  width: 100%;
}
@keyframes splide-loading-bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* フェードイン */
.js-fade-in {
  opacity: 0;
  transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.js-fade-in.is-show {
  opacity: 1;
}

/* 左から右 */
.js-slide-left {
  opacity: 0;
  transform: translateX(calc(-60 * var(--lpSetSize)));
  transition: all 1s ease-out;
}
.js-slide-left.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 右から左 */
.js-slide-right {
  opacity: 0;
  transform: translateX(calc(60 * var(--lpSetSize)));
  transition: all 1s ease-out;
}
.js-slide-right.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* --------------------------------------------------- */

@media screen and (min-width: 1400px) {
  :root {
    --lpSetSize: 1px * 0.6533333333;
  }
  .feature .f_main .inner {
    width: 490px;
  }
}
