@charset "UTF-8";

html {
  font-size: 0.4679vw;
}

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

/*-------------------------
 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-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 {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  display: block;
  width: 100%;
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

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

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

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

#feature .flex {
  display: flex;
}

#feature .left {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  order: 1;
  flex: 1;
}

#feature .left_txt {
  width: 6vw;
  margin: 0 0 0 4.2rem;
}

#feature .left_txt {
  width: 6vw;
  position: absolute;
  top: 4.5rem;
  left: 0;
}

#feature .left_txt02 {
  width: 27.2vw;
  position: absolute;
  bottom: 4.5rem;
  left: 3rem;
}

#feature .right_txt {
  width: 6.2vw;
  position: absolute;
  bottom: 3.8rem;
  right: 4.33rem;
}

#feature .right {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  order: 3;
  flex: 1;
  justify-content: center;
  align-items: center;
}

/*-------------------------
 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;
  transition: opacity 0.3s, visibility 0.3s;
}

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

/*-------------------------
 Text_Modal
-------------------------*/
#feature .about-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 200;
}

#feature .about-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s, visibility 0.3s;
}

#feature .about-modal_inner {
  position: relative;
  height: 100%;
  width: 75rem;
  margin: 0 auto;
  background:
    linear-gradient(rgba(42, 250, 81, 0.6), rgba(42, 250, 81, 0.6)),
    url("../img/about_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#feature .about-modal_inner .close-btn {
  width: 3.8rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 50;
}

#feature .about-modal_content {
  width: 75rem;
  height: fit-content;
  margin: auto;
  padding-top: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#feature .about-modal_content h2 {
  font-size: 6.4rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .about-modal_content h2 span {
  font-size: 4rem;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 2.4rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .about-modal_content p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 8.5rem;
  font-feature-settings: unset;
  font-feature-settings: "palt";
}

#feature .about-modal_content p.insta {
  margin-top: 2rem;
  letter-spacing: 0;
}

#feature .about-modal_content p.insta a {
  color: #000;
}


#feature .about-modal_content p span:nth-of-type(1),
#feature .about-modal_content p span:nth-of-type(2) {
  margin: 0 0.6rem;
}

#feature .about-modal_content p span:nth-of-type(3) {
  margin: 0 1.2rem;
}

#feature .about-modal_content p span:nth-of-type(4) {
  margin: 0 0 0 0.5rem;
}

#feature .about-modal_content p span:nth-of-type(5) {
  margin: 0 0.5rem;
}

#feature .about-modal_content p span:nth-of-type(6) {
  margin: 0 0.5rem 0 1.1rem;
}

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

/* モーダル全体 */
#feature .s-wrap_modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

/* 開いた時 */
#feature .s-wrap_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 背景 */
#feature .s-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
}

/* モーダル内 */
#feature .s-wrap_modal .s-modal {
  position: relative;
  z-index: 1;
  width: 75rem;
  height: 100%;
  margin: auto;
  background: rgba(42, 250, 81, 0.6);
}

/* モーダル本体 */
#feature .swiper_modal {
  max-width: 100%;
  height: fit-content;
  overflow: hidden;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

/* 開いた時 */
#feature .s-wrap_modal.is-open .swiper_modal {
  opacity: 1;
}

#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 .s-wrap_modal .swiper-slide img {
  height: auto;
  width: 69rem;
  max-height: 75vh;
  margin: auto;
}

/* 閉じるボタン */
#feature .s-wrap_modal .s-modal_close-btn {
  width: fit-content;
  height: 100%;
  margin: auto;
  cursor: pointer;
}

#feature .s-wrap_modal .s-modal_close-btn .close-btn {
  width: 4rem;
  height: fit-content;
}

/* 下スライダー */
#feature .swiper02 {
  margin-top: 10rem;
}

#feature .swiper02 .swiper-slide {
  width: 48rem;
}

#feature .swiper02 .swiper-wrapper {
  height: fit-content;
  transition-timing-function: linear;
}

/* pagination */
#feature .swiper02 .swiper-pagination {
  top: 1.4rem;
  left: 1.5rem;
  width: fit-content;
  height: fit-content;
}

#feature .swiper02 .swiper-pagination-bullet {
  position: relative;
  width: 4.8rem;
  height: 1.93px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.5rem !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 .swiper-button-prev,
#feature .swiper-button-next {
  width: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#feature .swiper-button-prev {
  background-image: url("../img/arrow-prev.svg");
}

#feature .swiper-button-next {
  background-image: url("../img/arrow-next.svg");
}

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

/*-------------------------
 Movie
-------------------------*/
#feature .movie_area {
  width: 75rem;
  height: fit-content;
  margin: 0 auto;
  position: relative;
}

#feature .ttl {
  width: 71.88242rem;
  margin: 0 auto;
}

#feature .movie_area .movie video {
  width: 72rem;
  margin: 0 auto;
  filter: drop-shadow(0px 0px #000);
}

#feature .movie_area p {
  width: 3rem;
  position: absolute;
  bottom: 2.2rem;
  right: 0.5rem;
  z-index: 20;
}

/*-------------------------
 Lead
-------------------------*/
#feature .lead {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 10.8rem auto 4.8rem;
}

#feature .lead span:nth-of-type(1) {
  margin-right: 1.2rem;
}

#feature .lead span:nth-of-type(2) {
  margin: 0 1.2rem;
}

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

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

#feature .about {
  width: 25.51396rem;
  margin: 0 1.5rem 0 auto;
  cursor: pointer;
}

#feature .feature__footer {
  padding-bottom: 14.5rem;
  background: #2afa51;
}

#feature .feature__footer .collection_ttl {
  width: 59.41709rem;
  margin: 0 auto;
  padding-top: 7rem;
}

#feature .btn {
  width: 48rem;
  margin: 15rem auto 0;
}

#feature .staff p {
  margin: 11.4rem auto 20rem;
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  line-height: 1.52;
  text-align: center;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------
 Image/Text
-------------------------*/
#feature .image_area {
  position: relative;
  width: 75rem;
  cursor: pointer;
}

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

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

/*-------------------------
 Credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8rem;
  margin-top: 3rem;
  min-height: 8rem;
  height: auto;
}

#feature .credit-inner a {
  font-size: 2.53rem;
  letter-spacing: 0;
  line-height: 1.75;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .swiper_modal {
  width: 71rem;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#feature .s-wrap_modal .s-modal_close-btn .close-btn {
  width: 3.8rem;
}

#feature .s-wrap_modal .s-modal_close-btn {
  width: 4rem;
  height: fit-content;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 50;
}

#feature .credit-inner {
  width: 100%;
  margin: 4rem 0 0 0.2rem;
  gap: 0 1.7rem;
}

#feature .swiper-button-prev,
#feature .swiper-button-next {
  width: 2rem;
}

#feature .swiper-button-prev {
  left: 0;
  top: 47.7%;
}

#feature .swiper-button-next {
  right: 0;
  top: 47.7%;
}

#feature .credit01 .credit-inner,
#feature .credit03 .credit-inner,
#feature .credit04 .credit-inner,
#feature .credit06 .credit-inner {
  width: 40rem;
}
