@charset "UTF-8";

html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*-------------------------
 common
-------------------------*/
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;**/
  display: block;
  width: 100%;
  color: #000;
}

#feature .feature__inner {
  width: 100%;
  position: relative;
  overflow: clip;
  transition: background-color 0.8s ease;
}

.feature__inner.bg01 {
  background-color: rgba(202, 233, 131, 0.4);
}

.feature__inner.bg02 {
  background-color: rgba(187, 224, 239, 0.4);
}

.feature__inner.bg03 {
  background-color: rgba(240, 117, 174, 0.4);
}

.feature__inner.bg04 {
  background-color: rgba(250, 246, 190, 0.4);
}

#feature .flex {
  display: flex;
  justify-content: center;
}

#feature .left {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

#feature .right {
  width: 50%;
  margin: auto;
}

#feature .right__inner {
  width: 54rem;
  margin: auto;
}

#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%;
  display: block;
}

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

/*-------------------------
 FadeIn
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: all 1.4s ease-out;
  transition-delay: 0.3s;
}

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

#feature .image_area {
  opacity: 1;
  transform: scale(0.9);
  transition: all 0.6s ease-out;
}

#feature .image_area.active {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------
 Slider
-------------------------*/
body.is-modal-open {
  position: fixed;
  left: 0;
  width: 35rem !important;
  overflow: hidden;
}

#feature .s-wrap_modal {
  display: none;
}

#feature .s-wrap_modal.is-open {
  display: block;
}

#feature .s-wrap_modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}


#feature .s-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  transition: background 0.5s ease;
  z-index: 0;
  background: var(--modal-bg);
}

#feature .s-wrap_modal .s-modal {
  position: relative;
  z-index: 1;
  height: 100%;
}

#feature .s-wrap_modal .s-modal {
  position: relative;
  z-index: 1;
  height: 100%;
}


#feature .s-modal {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#feature .swiper_modal {
  width: clamp(648px,
    calc(648 * (100vw / 1400)),
    999rem);
  height: 110vh;
  margin-top: clamp(60px,    calc(60 * (100vw / 1400)),    6rem);
  overflow: hidden;
  transform: scale(0.78);
  position: absolute;
}

#feature .s-wrap_modal .s-modal .swiper_modal .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#feature .swiper .swiper-slide img {
  width: clamp(540px,
      calc(540 * (100vw / 1400)),
      999rem);
  /**padding-top: clamp(75px,
      calc(75 * (100vw / 1400)),
      999rem);**/
  height: auto;
}

#feature .swiper02 .swiper-slide img {
  padding-top: 0;
}

#feature .s-wrap_modal .s-modal_close-btn {
  position: absolute;
  content: "";
  top: 0;
  right: 0.4rem;
  /* transform: translateY(-50%); */
  z-index: 100;
  cursor: pointer;
  filter: brightness(1) invert(1);
}

#feature .s-wrap_modal .s-modal_close-btn .close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(30px,
      calc(30 * (100vw / 1400)),
      3rem);
}

#feature .swiper02 .swiper-wrapper {
  height: fit-content;
  background: #fff;
}

#feature .swiper02 .swiper-pagination {
  top: 0.54rem;
  left: 0.9rem;
  width: fit-content;
  height: fit-content;
}

#feature .swiper02 .swiper-pagination-bullet {
  position: relative;
  width: 3.15rem;
  height: 1.9px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.35rem !important;
  border-radius: 0;
  overflow: hidden;
}

#feature .swiper02 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
}

#feature .swiper02 .swiper-pagination-bullet-active::before {
  animation: loading-bar 4000ms linear forwards;
}

@keyframes loading-bar {
  to {
    transform: scaleX(1);
  }
}

#feature .swiper-button-prev,
#feature .swiper-button-next {
  width: clamp(16px,
      calc(16 * (100vw / 1400)),
      999rem);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#feature .swiper-button-prev {
  background-image: url("../img/arrow-prev.svg");
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(0);
}

#feature .swiper-button-next {
  background-image: url("../img/arrow-next.svg");
  right: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(0);
}

#feature .swiper-button-prev::after,
#feature .swiper-button-next::after {
  display: none;
}

/*-------------------------
 Movie
-------------------------*/
#feature .movie_area {
  width: 54rem;
  height: 100vh;
  margin: auto;
}

#feature .movie_area .sound-btn {
  background: url(../img/sound_off.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.3rem;
  right: 0;
  left: 0;
  width: 54rem;
  height: 2.94rem;
  margin: 0 auto;
  text-align: right;
  transform: translateX(50rem);
  z-index: 10;
}

#feature .movie_area .sound-btn.on {
  background: url(../img/sound_on.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.3rem;
  right: 1.3rem;
  width: 2.94rem;
  height: 2.94rem;
}

#feature .movie_area .movie {
  width: 54rem;
  height: 100vh;
  margin: auto;
}

#feature .movie_area .movie video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0px 0px #000);
}

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

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

#feature .feature__footer {
  padding-bottom: 11rem;
  width: 54rem;
  animation: bgFade 12s ease-in-out infinite;
}

@keyframes bgFade {
  0% {
    background-color: #cae983;
  }

  25% {
    background-color: #bbe0ef;
  }

  50% {
    background-color: #f075ae;
  }

  75% {
    background-color: #faf6be;
  }

  100% {
    background-color: #cae983;
  }
}

#feature .btn {
  width: 45.3rem;
  margin: 0 auto;
  padding-top: 3.3rem;
}

#feature .staff h2 {
  margin: 3.4rem 0 0 1.9rem;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "ivypresto-headline", serif;
  font-weight: 300;
  font-style: italic;
}

#feature .staff p {
  margin: 1.1rem 0 0 1.9rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/*-------------------------
 Image/Text
-------------------------*/
#feature .image_area {
  width: 54rem;
  position: relative;
  margin-top: 1.3rem;
}

#feature .image_area.img01 {
  margin-top: 0;
}

#feature .image_area figure::after {
  content: "";
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 30;
}

/*-------------------------
 Credit
-------------------------*/
#feature .credit-inner {
  width: clamp(290px,
      calc(290 * (100vw / 1400)),
      999rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(10px,      calc(10 * (100vw / 1400)),      1rem);
  margin-top: clamp(18px,      calc(18 * (100vw / 1400)),      1.8rem);
  height: 6rem;
}

#feature .credit-inner a {
  font-size: clamp(14px,
      calc(14 * (100vw / 1400)),
      999rem);
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .btn {
  width: 45.3rem;
  margin: 0 auto;
  padding-top: 3.3rem;
  filter: brightness(1) invert(1);
}

#feature .staff h2 {
  margin: 3.4rem 0 0 4.2rem;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "ivypresto-headline", serif;
  font-weight: 300;
  font-style: italic;
}

#feature .staff p {
  margin: 1.1rem 0 0 4.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------
 Color
-------------------------*/
#feature .img01,
#feature .img02,
#feature .img03,
#feature .img04 {
  background: #cae983;
}

#feature .img05,
#feature .img06,
#feature .img07,
#feature .img08 {
  background: #bbe0ef;
}

#feature .img09,
#feature .img10,
#feature .img11,
#feature .img12,
#feature .img13 {
  background: #f075ae;
}

#feature .img14,
#feature .img15,
#feature .img16,
#feature .img17,
#feature .img18 {
  background: #faf6be;
}
