@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 487.5;
}

/*アニメーション 
----------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  filter: blur(10px);
  will-change: filter, opacity;
}
#feature .fadeIn.is-show {
  opacity: 1;
  filter: blur(0);
}
#feature .fadeTxt {
  opacity: 0;
  transform: translate(0px, -30px);
  transition: 0.5s ease-out;
}
#feature .fadeTxt.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
#feature .js-ttl {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 1s;
}
#feature .js-ttl.is-show {
  opacity: 1;
  transform: none;
  transition: 0.8s ease 1.5s;
}
#feature {
  /* スライド */
}
#feature .swiper-wrapper {
  transition-timing-function: linear;
  height: calc(450 * var(--vw));
}
#feature .swiper-slide {
  width: calc(300 * var(--vw));
  margin-right: calc(6 * var(--vw));
}

/*共通
----------------------------*/
.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;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*Wrap センターに共通コンテンツの場合
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr 34.8214285714vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  background-color: #818867;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__txt {
  width: 17.5vw;
  margin: 0 auto;
}
#feature .rightWrap {
  background-color: #818867;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap .rightWrap__txt {
  width: 15.4285714286vw;
  margin: 0 auto;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: 100%;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s;
}
#feature .hero .hero__img.is-show {
  opacity: 1;
  filter: blur(0);
}
#feature .hero .hero__lead {
  position: absolute;
  top: 39.4%;
  right: 23.9285714286vw;
  margin: auto;
}
#feature .hero .hero__lead.is-show .hero__lead01, #feature .hero .hero__lead.is-show .hero__lead02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#feature .hero .hero__lead01 {
  width: 17vw;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  transition-delay: 1s;
  display: block;
  margin-bottom: 1.2142857143vw;
}
#feature .hero .hero__lead02 {
  width: 14.7142857143vw;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  transition-delay: 2s;
  display: block;
  margin-left: 0.1428571429vw;
}
#feature .hero .hero__txt {
  margin: calc(92 * var(--vw)) auto calc(142 * var(--vw));
  font-size: calc(28 * var(--vw));
  font-weight: 600;
  line-height: 1.714;
  letter-spacing: 0.075em;
  text-align: center;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
}
#feature .sec .sec__img, #feature .sec .sec__box, #feature .sec .sec__ttl {
  position: relative;
  z-index: 1;
}
#feature .sec .sec__txt {
  font-size: calc(23 * var(--vw));
  font-weight: 600;
  line-height: 1.872;
  letter-spacing: 0.075em;
}
#feature .sec__credit {
  text-align: center;
}
#feature .sec__credit .item {
  display: inline-block;
  font-size: calc(19.71 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 calc(4 * var(--vw)) calc(20 * var(--vw)) 0;
  color: #000;
  border-bottom: 1px solid currentColor;
}
#feature .sec__credit .item .txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
#feature .sec__credit .item .txt.txt-en {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
}
#feature .sec__credit .item .price {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
}
#feature .sec__credit .item.-mr0, #feature .sec__credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec01 {
  margin: 0;
}
#feature .sec01 .sec__img {
  width: calc(300 * var(--vw));
}
#feature .sec01 .box01 {
  margin: 0 auto calc(140 * var(--vw));
}
#feature .sec01 .ttl01 {
  width: calc(417 * var(--vw));
  margin: 0 auto calc(46 * var(--vw));
}
#feature .sec01 .ttl02 {
  font-size: calc(35 * var(--vw));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 auto calc(20 * var(--vw));
}
#feature .sec01 .txt01 {
  margin: 0 auto calc(38 * var(--vw));
  text-align: center;
}
#feature .sec01 .sec__credit {
  text-align: center;
  margin: 0 auto calc(64 * var(--vw));
  padding: calc(10 * var(--vw)) 0 0;
  width: calc(300 * var(--vw));
  height: calc(50 * var(--vw));
  background-color: #4d4d4d;
}
#feature .sec01 .sec__credit .item {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
#feature .sec01 .sec__credit .item a {
  color: #fff;
}
#feature .sec01 .sec__credit .item .txt {
  font-size: calc(20 * var(--vw));
  font-weight: 600;
}
#feature .sec01 .sec__credit .item .price {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}
#feature .sec01 .sec__credit .item .price-yen {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
}
#feature .sec01 .sec__credit::after {
  content: "";
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(40 * var(--vw));
  height: calc(25 * var(--vw));
  margin: calc(22 * var(--vw)) auto 0;
}
#feature .sec01 .credit02 {
  margin: calc(56 * var(--vw)) auto calc(64 * var(--vw));
}
#feature .sec01 .box02 {
  margin: 0 auto calc(150 * var(--vw));
}
#feature .sec01 .box02 .ttl02 {
  margin: 0 auto calc(16 * var(--vw));
}
#feature .sec01 .box02 .txt01 {
  margin: 0 auto calc(34 * var(--vw));
}
#feature .sec01 .box02 .credit04 {
  margin: calc(54 * var(--vw)) auto calc(60 * var(--vw));
}
#feature .sec02 {
  margin: 0 auto calc(130 * var(--vw));
}
#feature .sec02 .ttl01 {
  width: calc(217 * var(--vw));
  margin: 0 auto calc(36 * var(--vw));
}
#feature .sec02 .txt01 {
  text-align: center;
  margin: 0 auto calc(40 * var(--vw));
}
#feature .sec02 .box01 {
  display: flex;
}
#feature .sec02 .img01 {
  width: calc(375 * var(--vw));
}
#feature .sec02 .img02 {
  width: calc(375 * var(--vw));
}
#feature .sec02 .box02 {
  display: flex;
  justify-content: space-between;
  margin: calc(80 * var(--vw)) 0 calc(34 * var(--vw)) auto;
}
#feature .sec02 .img03 {
  width: calc(370 * var(--vw));
}
#feature .sec02 .txt02 {
  width: calc(294 * var(--vw));
  text-align: justify;
  margin: calc(-10 * var(--vw)) auto 0;
  letter-spacing: 0.065em;
}
#feature .sec02 .credit05 {
  margin: 0 auto;
}
#feature .sec03 {
  margin: 0;
  text-align: center;
}
#feature .sec03 .ttl01 {
  width: calc(515 * var(--vw));
  margin: 0 auto calc(38 * var(--vw));
}
#feature .sec03 .txt01 {
  text-align: center;
  margin: 0 auto calc(42 * var(--vw));
}
#feature .sec03 .img01 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(70 * var(--vw));
}
#feature .sec03 .txt02 {
  width: calc(648 * var(--vw));
  margin: 0 auto calc(34 * var(--vw));
  text-align: justify;
}
#feature .sec03 .credit06 {
  width: calc(600 * var(--vw));
  margin: 0 auto;
}
#feature .sec03 .credit06 .item {
  margin-bottom: calc(12 * var(--vw));
}
#feature .sec03 .sec__all-btn {
  margin: calc(244 * var(--vw)) auto calc(260 * var(--vw));
  padding: 0 calc(4 * var(--vw)) calc(6 * var(--vw));
  position: relative;
  display: inline-block;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw));
  letter-spacing: 0.057em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec03 .sec__all-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: calc(0 * var(--vw));
  bottom: calc(-4 * var(--vw));
}

/*1400px以上
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 487.5px 1fr;
  }
  #feature .leftWrap .leftWrap__txt {
    width: 245px;
  }
  #feature .rightWrap .rightWrap__txt {
    width: 216px;
  }
}/*# sourceMappingURL=style.css.map */