@charset "UTF-8";

html {
  font-size: 0.486vw;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 6.8px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

ul li {
  list-style: none;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: 游ゴシック体,
    游ゴシック Medium,
    Yu Gothic Medium,
    Yu Gothic,
    YuGothic,
    Hiragino Kaku Gothic ProN,
    Meiryo,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
  background: #e9f2e9;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

#feature .feature__inner {
  width: 75rem;
  position: relative;
  background: #f5faf5;
  overflow: clip;
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  cursor: pointer;
  opacity: .7;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

.l-container {
  width: 100%;
  overflow: clip;
}

#feature .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - -20px);
  overflow: hidden;
  position: sticky;
  top: 80px;
}

#feature .left figure {
  width: 36.86426rem;
  transform: translateY(-2.5rem);
}

#feature .right {
  grid-column: 3;
  justify-self: center;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 20px);
  overflow: hidden;
  position: sticky;
  top: 80px;
  left: auto;
  transform: none;
}

#feature .right figure {
  width: 36rem;
  transform: translateY(1rem);
}

#feature .sticky {
  position: sticky;
}

#feature .section.sec01.sticky {
  top: 80px!important;
}

/** section **/
#feature .section.sec01 {
  background: #f5faf5;
  height: 118rem;
}

#feature .section.sec02 {
  height: 638rem;
}

#feature .section.sec02 .block_area__inner {
  background: #fff;
  position: relative;
  top: 30rem;
  padding-bottom: 30rem;
}

#feature .sec02 .deco {
  width: 100rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

#feature .sec03 {
  padding-bottom: 15rem;
}

#feature .sec03 .deco {
  width: 100rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%);
}

#feature .section.sec03 .block_area__inner {
  background: #f5faf5;
  position: relative;
  top: 15rem;
}

/*-------------------------
 fade_anim
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: all 1s ease-out;
}

#feature .fadeIn.active {
  opacity: 1;
}

#feature .sec02 .fadeUp {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s ease-out;
  background: #fff;
}

#feature .sec03 .fadeUp {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s ease-out;
  background: #f5faf5;
}


#feature .fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------
 slide
-------------------------*/
#feature .splideAuto {
  width: 100%;
  margin-top: 7.5rem;
}

#feature .splide__slide img {
  width: 100%;
  height: auto;
}

#feature .splideFade01 {
  width: 100%;
  margin: -6.5rem auto 0;
  padding-left: 2.7rem;
  overflow: hidden;
  background: #fff;
}

#feature .splideFade01 .splide__list img {
  width: 56rem;
  margin: auto;
}

#feature .splideFade02 {
  width: 100%;
  margin: -16rem auto 0;
  padding-left: 21.5rem;
  overflow: hidden;
  background: #fff;
}

#feature .splideFade02 .splide__list img {
  width: 55rem;
  margin: auto;
}

#feature .splideFade03 {
  width: 100%;
  margin: -7rem auto 0 -12.5rem;
  overflow: hidden;
  background: #fff;
}

#feature .splideFade03 .splide__list img {
  width: 56.5rem;
  margin: auto;
}

#feature .splideFade04 {
  width: 100%;
  margin: -7.3rem auto 0;
  overflow: hidden;
  background: #fff;
}

#feature .splideFade04 .splide__list img {
  width: 51.7rem;
  margin: auto;
}

#feature .splideFade05 {
  width: 100%;
  margin: -8.2rem auto 0;
  padding-left: 28.5rem;
  overflow: hidden;
  background: #fff;
}

#feature .splideFade05 .splide__list img {
  width: 52rem;
  margin: auto;
}


#feature .splideFade06 {
  width: 100%;
  margin: -16rem auto 0 0;
  overflow: hidden;
  background: #f5faf5;
}

#feature .splideFade06 .splide__list img {
  width: 74.5rem;
  margin: 0 auto 0 -12.9rem;
}

#feature .splideFade07 {
  width: 100%;
  margin: -17.6rem auto 0 0;
  overflow: hidden;
  background: #f5faf5;
}

#feature .splideFade07 .splide__list img {
  width: 57.5rem;
  margin: 0 auto 0 8.5rem;
}

#feature .splideFade08 {
  width: 100%;
  margin: -8.6rem auto 0 0;
  overflow: hidden;
  background: #f5faf5;
}

#feature .splideFade08 .splide__list img {
  width: 47rem;
  margin: 0 auto 0 12.5rem;
}

#feature .splide__pagination__page {
  position: relative;
  overflow: hidden;
  width: 10rem;
  height: 1rem;
  border: none;
  background: #ecf4ea;
}

#feature .sec03 .splide__pagination__page {
  background: #e3e8e2;
}
  
#feature .splide__pagination__page::after {
  content: "";
  position: absolute;
  inset: 0;
  transform-origin: left;
  transform: scaleX(0);
  background: #c1e5ba;
}

#feature .splide__pagination__page.is-active::after {
  animation: progress-bar 3s linear forwards;
}

#feature .splide__pagination__page:not(.is-active)::after {
  animation: none;
  transform: scaleX(0);
}

@keyframes progress-bar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner {
  width: 100%;
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

/** sec01 **/
#feature .ttl .icon {
  width: 5.78566rem;
  margin: 0 auto;
  padding-top: 10.3rem;
}

#feature .ttl h2 {
  font-size: 8.8rem;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 1.7rem 0 0 0.6rem;
  color: #ea537a;
  line-height: 0.86;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 400;
}

#feature .ttl h2 span {
  font-size: 5.2rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
}

#feature .ttl p {
  margin-top: 4.4rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #ea537a;
  text-align: center;
}

#feature .sec01_ttl .icon {
  width: 4.82138rem;
  top: -16rem;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}

#feature .sec01_ttl h2 {
  font-size: 8rem;
  letter-spacing: 0.075em;
  text-align: center;
  margin: -16rem 0 0 0.6rem;
  color: #ea537a;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 400;
}

#feature .sec01_ttl p {
  margin-top: 1.4rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #ea537a;
  text-align: center;
}

#feature .sec03_ttl .icon {
  width: 4.82138rem;
  margin: 0 auto;
  position: relative;
  top: -2rem;
}

#feature .sec03_ttl h2 {
  font-size: 8rem;
  letter-spacing: 0.075em;
  text-align: center;
  margin: -2.3rem 0 0 0.6rem;
  color: #ea537a;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 400;
}

#feature .sec03_ttl p {
  margin-top: 1.5rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #ea537a;
  text-align: center;
  position: relative;
  z-index: 20;
}

#feature .lead {
  margin-top: 6.7rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/** sec02 **/
#feature .no01 {
  margin: 7rem 0 0 1rem;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ea537a;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 20;
}

#feature .no01::after {
  content: "";
  width: 25rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.8rem;
  left: 24rem;
  z-index: 10;
}

#feature .no01 span {
  margin-left: 0.5rem;
  font-size: 11rem;
  letter-spacing: 0.075em;
}

#feature .blinking01 {
  width: 9rem;
  position: absolute;
  top: 11.7rem;
  left: 11.7rem;
}

#feature .blinking02 {
  width: 9rem;
  position: absolute;
  top: 16.3rem;
  right: 12.2rem;
}

#feature .blinking03 {
  width: 9rem;
  position: absolute;
  top: 38.2rem;
  left: 7.2rem;
}

#feature .blinking04 {
  width: 9rem;
  position: absolute;
  top: 38.3rem;
  right: 3.5rem;
}

#feature .blinking05 {
  width: 10rem;
  position: absolute;
  top: 8.4rem;
  left: 40.2rem;
}

#feature .blinking06 {
  width: 9rem;
  position: absolute;
  top: 20.5rem;
  right: 14rem;
}

#feature .blinking07 {
  width: 9rem;
  position: absolute;
  top: 59.7rem;
  left: 2.5rem;
}

#feature .blinking08 {
  width: 10rem;
  position: absolute;
  top: 74.3rem;
  left: 39.5rem;
}

#feature .splide__pagination.splide-class-pagination {
  margin: -6.9rem auto 0 -2.5rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade02 .splide__pagination.splide-class-pagination {
  margin: -8.6rem auto 0 -21.4rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade03 .splide__pagination.splide-class-pagination {
  margin: 2.3rem auto 0 25rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade04 .splide__pagination.splide-class-pagination {
  margin: -8.3rem auto 0 0.5rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade05 .splide__pagination.splide-class-pagination {
  margin: 2.1rem auto 0 -28.3rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade06 .splide__pagination.splide-class-pagination {
  margin: -6.8rem auto 0 -0.3rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade07 .splide__pagination.splide-class-pagination {
  margin: -18.9rem auto 0 -0.3rem;
  position: relative;
  z-index: 20;
}

#feature .splideFade08 .splide__pagination.splide-class-pagination {
  margin: -18rem auto 0;
  position: relative;
  z-index: 20;
}

#feature .splide-class-pagination.splide__pagination li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#feature .splide-class-pagination.splide__pagination li button {
  border: none;
  border-radius: 0;
}

#feature .item_name {
  margin-top: 3.7rem;
  font-size: 5rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #ea537a;
  font-family: "ivysoft-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}

#feature .item_name.item_name__02 {
  margin: 3.6rem 0 0 -0.8rem;
}

#feature .item_name.item_name__03 {
  text-align: left;
  position: absolute;
  top: 33.8rem;
  right: 7.5rem;
}

#feature .item_name.item_name__05 {
  text-align: right;
  position: absolute;
  top: 33rem;
  left: 12.3rem;
}

#feature .item_name.item_name__06 {
  text-align: left;
  position: absolute;
  top: 40rem;
  left: 32.7rem;
}

#feature .txt {
  width: 54rem;
  margin: 2.7rem auto 0;
  font-size: 2.4rem;
  letter-spacing: 0.048em;
  line-height: 2;
  text-align: justify;
}

#feature .txt__03 {
  margin: 3.8rem auto 0;
}

#feature .txt__04 {
  letter-spacing: 0.054em;
}

#feature .txt__05 {
  margin: 3.8rem auto 0;
}

#feature .txt__06 {
  margin: 3.8rem auto 0;
}

#feature .txt__07 {
  margin: 1.7rem auto 0;
}

#feature .txt__08 {
  margin: 1.7rem auto 0;
  letter-spacing: 0.07em;
}

#feature .txt__08 span {
  letter-spacing: 0.02em;
}

#feature .no02 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ea537a;
  top: 28.4rem;
  left: 13rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no02::after {
  content: "";
  width: 25.2rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.7rem;
  left: -13rem;
  z-index: 10;
}

#feature .no02 span {
  font-size: 11rem;
  letter-spacing: 0.075em;
}

#feature .no03 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: left;
  color: #ea537a;
  top: 19.4rem;
  left: 42rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no03::after {
  content: "";
  width: 33.1rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  z-index: 10;
}

#feature .no03 span {
  font-size: 11rem;
  letter-spacing: 0.075em;
}


#feature .no04 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ea537a;
  margin: 0 auto 0 31.5rem;
  padding-top: 6.5rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no04::after {
  content: "";
  width: 25rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.7rem;
  left: -6.5rem;
  z-index: 10;
}

#feature .no04 span {
  font-size: 11rem;
  letter-spacing: 0.075em;
}

#feature .no05 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ea537a;
  top: 18.5rem;
  left: 20rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no05::after {
  content: "";
  width: 32rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.7rem;
  left: -20rem;
  z-index: 10;
}

#feature .no05 span {
  font-size: 11rem;
  letter-spacing: 0.075em;
}

/** sec03 **/
#feature .no01__2 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: right;
  color: #ea537a;
  top: 25.4rem;
  left: 33rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no01__2 span {
  font-size: 11rem;
  margin-left: 0.75rem;
  letter-spacing: 0.075em;
}

#feature .no01__2::after {
  content: "";
  width: 41.8rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.7rem;
  left: 0.3rem;
  z-index: 10;
}

#feature .no02__2 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: right;
  color: #ea537a;
  padding-top: 8.4rem;
  margin: 0 auto 0 21rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no02__2::after {
  content: "";
  width: 33.4rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.8rem;
  left: -21rem;
  z-index: 10;
}

#feature .no02__2 span {
  margin-left: 0;
  font-size: 11rem;
  letter-spacing: 0.075em;
}

#feature .no03__2 {
  width: fit-content;
  font-size: 6rem;
  letter-spacing: 0.075em;
  text-align: right;
  color: #ea537a;
  padding-top: 8.8rem;
  margin: 0 19.7rem 0 auto;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  z-index: 20;
}

#feature .no03__2::after {
  content: "";
  width: 33rem;
  height: 2px;
  display: block;
  margin: auto;
  background: #ea537a;
  position: absolute;
  bottom: 0.9rem;
  left: 0;
  z-index: 10;
}

#feature .no03__2 span {
  margin-left: 0.2rem;
  font-size: 11rem;
  letter-spacing: 0.075em;
}

#feature .btn {
  text-align: center;
  padding-top: 16.9rem;
  padding-bottom: 18rem;
  margin: 0 auto;
  background: #f5faf5;
}

#feature .btn a {
  width: 62rem;
  padding: 0.5rem 10rem;
  margin: auto;
  font-size: 5rem;
  letter-spacing: 0.05em;
  text-align: center;
  background: #ea537a;
  color: #f5faf5;
  font-family: "ivysoft-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  font-style: normal;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit a {
  margin-top: 1.7rem;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "ivysoft-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 200;
  font-style: normal;
  text-transform: uppercase;
  z-index: 30;
}

#feature .credit02 .credit,
#feature .credit04 .credit {
  margin-top: 1.9rem;
}

#feature .credit03 .credit {
  margin-top: 2rem;
}

#feature .credit05 .credit {
  padding-bottom: 14rem;
}

#feature .credit07 .credit {
  margin-top: 1.8rem;
}

#feature .credit08 .credit {
  margin-top: 1.9rem;
}
