@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
  background-color: transparent;
}

.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: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s opacity;
}
#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 opacity;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fadein .slider {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime.is_fadein figure {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime.is_fadein::after {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime.is_fadein p {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime .is_fadein .slider {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime .is_fadein figure {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime .is_fadein::after {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime .is_fadein p {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
  transition: 1s;
}
#feature .js_anime.is_blur .slider {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  filter: blur(5px);
}
#feature .js_anime.is_blur figure {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  filter: blur(5px);
}
#feature .js_anime .is_blur .slider {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.4s;
  animation-fill-mode: both;
}
#feature .js_anime .is_blur figure {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.4s;
  animation-fill-mode: both;
}
#feature .js_anime.is_show.is_fadein .slider {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show.is_fadein figure {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show.is_fadein::after {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show.is_fadein p {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show .is_fadein .slider {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show .is_fadein figure {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show .is_fadein::after {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show .is_fadein p {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show.is_blur .slider {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.4s;
}
#feature .js_anime.is_show.is_blur figure {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.4s;
}
#feature .js_anime.is_show .is_blur .slider {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.4s;
}
#feature .js_anime.is_show .is_blur figure {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.4s;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .pcbg {
  width: 100%;
  height: 100svh;
  background-image: url(../img/pc_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
#feature .main {
  width: 30%;
  margin: calc(-100svh + 50px) auto 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__logo {
  width: calc(239 * var(--vw) * 0.3 / 375);
  position: absolute;
  top: calc(297 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__ttl {
  position: absolute;
  top: calc(356 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__ttl p {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(20 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.025em;
  color: #fff;
  white-space: nowrap;
}
#feature .hero .hero__txt {
  position: absolute;
  top: calc(514 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__txt p {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(13 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}
#feature .hero .hero__arrow {
  width: calc(9 * var(--vw) * 0.3 / 375);
  position: absolute;
  top: calc(571 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__arrow img {
  animation-name: arrow;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#feature .hero .is_fadetxt p {
  overflow: hidden;
}
#feature .hero .is_fadetxt p span {
  display: block;
  position: relative;
  transform: translateY(110%);
  transition: 1s;
}
#feature .hero.is_show .is_fadetxt p span {
  transform: translateY(0%);
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#feature .sec .sec__bgimg {
  display: block;
  width: calc(375 * var(--vw) * 0.3 / 375);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#feature .sec .sec__bgimg.sec__bgimg01 {
  height: calc(420 * var(--vw) * 0.3 / 375);
  background-image: url(../img/img07.jpg);
}
#feature .sec .sec__bgimg.sec__bgimg02 {
  height: calc(420 * var(--vw) * 0.3 / 375);
  background-image: url(../img/img12.jpg);
}
#feature .sec .sec__bgimg.sec__bgimg03 {
  height: calc(420 * var(--vw) * 0.3 / 375);
  background-image: url(../img/img17.jpg);
}
#feature .sec .sec__block {
  position: relative;
  z-index: 1;
}
#feature .sec .sec__block.sec__block01 {
  height: calc(420 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__block.sec__block02 {
  height: calc(420 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__block.sec__block03 {
  height: calc(420 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__credit {
  width: calc(308 * var(--vw) * 0.3 / 375);
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(11 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.015em;
  color: #aec6be;
}
#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 .slider .slick-list {
  line-height: 0;
}
#feature .sec .sec__img .slider .slick-slide {
  position: relative;
}
#feature .sec .sec__img .slider .slick-slide .sec__ttl {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feature .sec .sec__img .slider .slick-dots {
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(7 * var(--vw) * 0.3 / 375);
  position: absolute;
  bottom: calc(21 * var(--vw) * 0.3 / 375);
  right: calc(25 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img .slider .slick-dots li {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__img .slider .slick-dots li button {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(11 * var(--vw) * 0.3 / 375);
  line-height: calc(10 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #939393;
  position: relative;
  transition: 0.3s;
  background-color: transparent;
}
#feature .sec .sec__img .slider .slick-dots li.slick-active button {
  color: #fff;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(222 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img12 {
  width: 100%;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(312 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(345 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img17 {
  width: 100%;
}
#feature .sec .sec__img.sec__img18 {
  width: calc(308 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img19 {
  width: calc(324 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img20 {
  width: 100%;
}
#feature .sec .sec__img.sec__img21 {
  width: calc(324 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img22 {
  width: 100%;
}
#feature .sec .sec__img.sec__img23 {
  width: calc(324 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img24 {
  width: 100%;
}
#feature .sec .sec__img.sec__img25 {
  width: 100%;
}
#feature .sec .sec__img.sec__img26 {
  width: 100%;
}
#feature .sec .sec__img.sec__img27 {
  width: calc(324 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img28 {
  width: 100%;
}
#feature .sec .sec__img.sec__img29 {
  width: calc(324 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__img.sec__img30 {
  width: 100%;
}
#feature .sec .sec__img.sec__img31 {
  width: 100%;
}
#feature .sec .sec__img.sec__img32 {
  width: calc(220 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__txt {
  width: calc(308 * var(--vw) * 0.3 / 375);
  margin: 0 auto;
}
#feature .sec .sec__txt p {
  font-size: calc(12 * var(--vw) * 0.3 / 375);
  line-height: calc(23 * var(--vw) * 0.3 / 375);
  text-align: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#feature .sec .sec__txt p span {
  width: calc(20 * var(--vw) * 0.3 / 375);
  height: calc(1 * var(--vw) * 0.3 / 375);
  margin-right: calc(9 * var(--vw) * 0.3 / 375);
  background-color: #707070;
}
#feature .sec .sec__ttl {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(20 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
  position: absolute;
}
#feature .sec .sec__itemname {
  width: 100%;
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(10 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  white-space: nowrap;
  color: #939393;
  position: absolute;
}
#feature .sec .sec__name {
  width: 100%;
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(14 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #fff;
}
#feature .sec .sec__btn.sec__btn01 {
  width: calc(308 * var(--vw) * 0.3 / 375);
  height: calc(50 * var(--vw) * 0.3 / 375);
  margin: 0 auto;
  border-radius: calc(50 * var(--vw) * 0.3 / 375);
  background-color: #faf7a8;
}
#feature .sec .sec__btn.sec__btn01 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__btn.sec__btn01 a span {
  padding-right: calc(15 * var(--vw) * 0.3 / 375);
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(13 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  white-space: nowrap;
  position: relative;
}
#feature .sec .sec__btn.sec__btn01 a span::after {
  content: "";
  width: calc(9 * var(--vw) * 0.3 / 375);
  height: calc(15 * var(--vw) * 0.3 / 375);
  background-image: url(../img/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(2 * var(--vw) * 0.3 / 375);
  right: calc(-1 * var(--vw) * 0.3 / 375);
}
#feature .sec .sec__btn.sec__btn02 {
  width: calc(308 * var(--vw) * 0.3 / 375);
  height: calc(50 * var(--vw) * 0.3 / 375);
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
#feature .sec .sec__btn.sec__btn02:hover {
  opacity: 0.7;
}
#feature .sec .sec__btn.sec__btn02 a {
  width: 100%;
  height: 100%;
  border: calc(1 * var(--vw) * 0.3 / 375) solid #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
}
#feature .sec .sec__btn.sec__btn02 a span {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(13 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  white-space: nowrap;
  position: relative;
}
#feature .sec .sec__buybtn {
  width: calc(308 * var(--vw) * 0.3 / 375);
  height: calc(50 * var(--vw) * 0.3 / 375);
  margin: 0 auto;
}
#feature .sec .sec__buybtn a {
  width: 100%;
  height: 100%;
  border: calc(1 * var(--vw) * 0.3 / 375) solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#feature .sec .sec__buybtn a span {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(13 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  white-space: nowrap;
  position: relative;
}
#feature .sec.sec01 {
  padding-top: calc(116 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(99 * var(--vw) * 0.3 / 375);
  position: sticky;
  top: 0;
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-top: calc(77 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(174 * var(--vw) * 0.3 / 375) auto 0;
  z-index: 3;
}
#feature .sec.sec01 .sec__img.sec__img02::after {
  content: "";
  width: calc(308 * var(--vw) * 0.3 / 375);
  height: calc(460 * var(--vw) * 0.3 / 375);
  background-image: url(../img/bg01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-80 * var(--vw) * 0.3 / 375);
  left: calc(-43 * var(--vw) * 0.3 / 375);
  z-index: -1;
}
#feature .sec.sec01 .sec__img.sec__img02 figure {
  transition-delay: 0.5s;
}
#feature .sec.sec01 .sec__ttl.sec__ttl01 {
  top: calc(240 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec01 .sec__ttl.sec__ttl01 p {
  transition-delay: 0.5s;
}
#feature .sec.sec01 .sec__txt.sec__txt01 p {
  letter-spacing: -0.01em;
}
#feature .sec.sec01 .sec__btn.sec__btn01 {
  margin-top: calc(115 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec01 #dialog {
  width: 100%;
  height: calc(1 * var(--vw) * 0.3 / 375);
  position: relative;
}
#feature .sec.sec02 {
  margin-top: 100svh;
  padding-bottom: calc((100svh - 420 * var(--vw) * 0.3 / 375) / 2);
  background-color: #fff;
  position: sticky;
  top: 0;
  scroll-margin-top: 52px;
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin: calc(63 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: calc(62 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img10 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img11 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img13 {
  margin: calc(97 * var(--vw) * 0.3 / 375) auto 0;
  z-index: 3;
}
#feature .sec.sec02 .sec__img.sec__img13::after {
  content: "";
  width: calc(345 * var(--vw) * 0.3 / 375);
  height: calc(501 * var(--vw) * 0.3 / 375);
  background-color: #e0dfdc;
  position: absolute;
  top: calc(-17 * var(--vw) * 0.3 / 375);
  left: calc(-17 * var(--vw) * 0.3 / 375);
  z-index: -1;
}
#feature .sec.sec02 .sec__img.sec__img14 {
  margin: calc(64 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img15 {
  margin: calc(44 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img16 {
  margin: calc(47 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec02 .sec__ttl.sec__ttl04 {
  margin: calc(89 * var(--vw) * 0.3 / 375) auto 0;
  position: relative;
  color: #000;
}
#feature .sec.sec02 .sec__txt.sec__txt02 {
  margin-top: calc(63 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt02 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(1) {
  letter-spacing: 0.01em;
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(2) {
  margin-top: calc(29 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(3) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(4) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(5) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt02 p:nth-child(6) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt03 {
  padding-top: calc(63 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt03 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(1) {
  letter-spacing: 0.01em;
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(2) {
  margin-top: calc(29 * var(--vw) * 0.3 / 375);
  letter-spacing: -0.04em;
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(3) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(4) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(5) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt03 p:nth-child(6) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt04 {
  margin-top: calc(64 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt04 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec02 .sec__txt.sec__txt04 p:nth-child(2) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt04 p:nth-child(3) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 {
  margin-top: calc(100 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(1) {
  letter-spacing: 0.01em;
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(2) {
  margin-top: calc(29 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(3) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(4) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(5) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt05 p:nth-child(6) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt06 {
  margin-top: calc(64 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt06 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec02 .sec__txt.sec__txt06 p:nth-child(2) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt06 p:nth-child(3) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__txt.sec__txt06 p:nth-child(4) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__block.sec__block01 {
  margin-top: calc(70 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__block.sec__block02 {
  margin-top: calc(62 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__block.sec__block03 {
  margin-top: calc(68 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec02 .sec__itemname.sec__itemname01 {
  top: calc(100% + 26 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 {
  margin-top: 100svh;
  background-color: #fff;
  position: sticky;
  top: 0;
  scroll-margin-top: 52px;
  overflow-x: clip;
}
#feature .sec.sec03 .sec__bg {
  background-color: #efefef;
}
#feature .sec.sec03 .sec__bg.sec__bg01 {
  padding-top: calc(79 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(73 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg02 {
  padding-top: calc(85 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(49 * var(--vw) * 0.3 / 375);
  border-top: calc(1.5 * var(--vw) * 0.3 / 375) solid #8b8b8b;
}
#feature .sec.sec03 .sec__bg.sec__bg03 {
  margin-top: calc(40 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(109 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg04 {
  margin-top: calc(171 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(109 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg05 {
  margin-top: calc(40 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(109 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg06 {
  padding-bottom: calc(109 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg07 {
  padding-bottom: calc(108 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg08 {
  margin-top: calc(40 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(111 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg09 {
  margin-top: calc(40 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(109 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__bg.sec__bg10 {
  margin-top: calc(29 * var(--vw) * 0.3 / 375);
  padding-bottom: calc(110 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .scrollimg {
  width: calc(375 * var(--vw) * 0.3 / 375 + 1px);
  margin-left: -1px;
  display: flex;
}
#feature .sec.sec03 .scrollimg .scrollimg__area .scrollimg__block {
  width: 1px;
  height: calc(600 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .scrollimg .scrollimg__area .scrollimg__block:nth-child(1) {
  margin-top: calc(300 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .scrollimg .sec__img {
  width: calc(375 * var(--vw) * 0.3 / 375);
  height: calc(600 * var(--vw) * 0.3 / 375);
  position: sticky;
  top: 80px;
}
#feature .sec.sec03 .scrollimg .sec__img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#feature .sec.sec03 .scrollimg .sec__img figure:nth-child(2) {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
#feature .sec.sec03 .scrollimg .sec__img figure:nth-child(3) {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
#feature .sec.sec03 .scrollimg .sec__img figure.is_show {
  opacity: 1;
  pointer-events: auto;
}
#feature .sec.sec03 .scrollimg .scrollimg__num {
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(7 * var(--vw) * 0.3 / 375);
  position: absolute;
  bottom: calc(21 * var(--vw) * 0.3 / 375);
  right: calc(25 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .scrollimg .scrollimg__num li {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(11 * var(--vw) * 0.3 / 375);
  line-height: calc(10 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #939393;
  position: relative;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}
#feature .sec.sec03 .scrollimg .scrollimg__num li.is_active {
  color: #fff;
  pointer-events: none;
}
#feature .sec.sec03 .sec__img.sec__img18 {
  margin: calc(47 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img18 .slider .slick-dots {
  bottom: calc(17 * var(--vw) * 0.3 / 375);
  right: calc(14 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__img.sec__img19 {
  margin: calc(42 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img21 {
  margin: calc(30 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img23 {
  margin: calc(42 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img27 {
  margin: calc(42 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img29 {
  margin: calc(41 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec03 .sec__ttl.sec__ttl05 {
  position: relative;
  color: #000;
  letter-spacing: 0.02em;
}
#feature .sec.sec03 .sec__ttl.sec__ttl06 {
  position: relative;
  color: #000;
  letter-spacing: 0.02em;
}
#feature .sec.sec03 .sec__ttl.sec__ttl07 {
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  top: calc(238 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec03 .sec__ttl.sec__ttl08 {
  margin: calc(142 * var(--vw) * 0.3 / 375) auto 0;
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  position: relative;
}
#feature .sec.sec03 .sec__ttl.sec__ttl09 {
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  top: calc(228 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec03 .sec__ttl.sec__ttl10 {
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  top: calc(238 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec03 .sec__ttl.sec__ttl11 {
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  top: calc(238 * var(--vw) * 0.3 / 375);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec03 .sec__ttl.sec__ttl12 {
  margin: calc(29 * var(--vw) * 0.3 / 375) auto 0;
  font-family: "times-new-roman", sans-serif;
  font-style: italic;
  font-size: calc(17 * var(--vw) * 0.3 / 375);
  line-height: calc(21 * var(--vw) * 0.3 / 375);
  color: #000;
  position: relative;
}
#feature .sec.sec03 .sec__txt.sec__txt07 {
  margin-top: calc(41 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt07 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt07 p:nth-child(2) {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt08 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt08 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt09 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt09 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt10 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt10 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt11 {
  margin-top: calc(47 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt11 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt12 {
  margin-top: calc(46 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt12 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt13 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt13 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt14 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt14 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__txt.sec__txt15 {
  margin-top: calc(48 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__txt.sec__txt15 p {
  letter-spacing: -0.02em;
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn01 {
  margin-top: calc(33 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn02 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn03 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn04 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn05 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn06 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn07 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__buybtn.sec__buybtn08 {
  margin-top: calc(34 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__itemname.sec__itemname02 {
  top: calc(100% + 4 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__itemname.sec__itemname03 {
  top: calc(100% + 4 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit01 {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit02 {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit03 {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit04 {
  margin-top: calc(22 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit05 {
  margin-top: calc(22 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit06 {
  margin-top: calc(22 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit07 {
  margin-top: calc(23 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec03 .sec__credit.sec__credit08 {
  margin-top: calc(22 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec04 {
  padding-top: calc(106 * var(--vw) * 0.3 / 375);
  margin-top: 100svh;
  background-color: #aec6be;
  z-index: 5;
}
#feature .sec.sec04 .sec__img.sec__img32 {
  margin: 0 auto;
}
#feature .sec.sec04 .sec__name {
  margin-top: calc(37 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec04 .sec__txt.sec__txt16 {
  margin-top: calc(15 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec04 .sec__txt.sec__txt16 p {
  font-size: calc(10 * var(--vw) * 0.3 / 375);
  line-height: calc(18 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.01em;
  color: #fff;
}
#feature .sec.sec04 .sec__btn.sec__btn02 {
  margin-top: calc(82 * var(--vw) * 0.3 / 375);
}
#feature .sec.sec04 .sec__logo {
  width: calc(289 * var(--vw) * 0.3 / 375);
  margin: calc(58 * var(--vw) * 0.3 / 375) auto 0;
}
#feature .sec.sec04 .sec__logo figure {
  background-color: transparent;
}
#feature .sec.sec04 .sec__ttl.sec__ttl13 {
  margin: calc(17 * var(--vw) * 0.3 / 375) auto 0;
  font-size: calc(16 * var(--vw) * 0.3 / 375);
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
}
#feature .sec.sec04 .sec__copy {
  width: 100%;
  height: calc(38 * var(--vw) * 0.3 / 375);
  padding-top: calc(7 * var(--vw) * 0.3 / 375);
  margin-top: calc(53 * var(--vw) * 0.3 / 375);
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#feature .sec.sec04 .sec__copy p {
  font-family: "tt-commons-pro", sans-serif;
  font-size: calc(10 * var(--vw) * 0.3 / 375);
  line-height: calc(19 * var(--vw) * 0.3 / 375);
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #000;
}/*# sourceMappingURL=style.css.map */