@charset "UTF-8";

html {
  font-size: 0.4857143vw;
  scroll-behavior: smooth;
}

@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;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
  background: #cdcfd3;
}

#feature .feature__inner {
  width: 75rem;
  position: relative;
  background: #fff;
  order: 2;
}

#feature .feature__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  

  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  
  z-index: 25; 
  
  pointer-events: none; 
}

#feature .feature__inner::after {
  display: none;
}

#l-header, .l-header, #header, .header, .common-header {
  z-index: 9999 !important;
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

.l-container {
  width: 100%;
  overflow: clip;
}

#feature .pc_content {
  display: grid;
  grid-template-columns: 1fr 75rem 1fr;
}

#feature .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 80px;
  order: 1;
}

#feature .left figure {
  width: 47rem;
  margin: 0 auto 8rem;
}

#feature .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 80px;
  order: 3;
}

#feature .right figure {
  width: 32rem;
  margin: 0 auto;
}

/*-------------------------
 fade_anim
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  filter: blur(1rem);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}

#feature .fadeIn.active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

#feature .sticky_container {
  position: relative;
  margin-top: 6.3rem;
}

#feature .sticky_container .sticky_item {
  position: sticky;
  top: 80px;
}

#feature .sticky_container figure {
  width: 100%;
  height: auto;
  display: block;
}

#feature .sticky {
  position: sticky;
}

#feature .clipRight {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.0s cubic-bezier(0.37, 0, 0.63, 1) 0.1s;
}
#feature .clipRight.active {
  clip-path: inset(0);
}

#feature .fadeInZoom {
  overflow: hidden;
}
#feature .fadeInZoom img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .fadeInZoom.active img {
  opacity: 1;
  transform: scale(1);
}
/*-------------------------
  Slider (Splideフェード共通設定)
-------------------------*/
#feature .splide-fade {
  position: relative;
  z-index: 1;
  width: 100%;
}

#feature .splide__slide a {
  display: block;
}

#feature .splide__track {
  background: #fff;
}

#feature .splide__slide img {
  width: 100%;
  display: block;
}

/* 下部に表示される丸ドット（ページネーション）のスタイル */
#feature .splide__pagination {
  position: absolute;
  top: auto;
  bottom: 3rem;
  right: 3.5rem;
  z-index: 10;
  display: flex;
  gap: 3rem;
  padding: 0;
  margin: 0;
}

#feature .splide__pagination__page {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  display: block;
  flex: none;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
}

#feature .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1);
}

#feature .sec03 .splide__pagination__page {
  border: 1px solid #000;
}

#feature .sec03 .splide__pagination__page.is-active {
  background: #000;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 75rem;
  height: fit-content;
  position: relative;
  z-index: 20;
}

#feature .hero_ttl {
  width: 62rem;
  position: absolute;
  top: 63rem;
  left: 50%;
  transform: translate(-50%);
}

/*-------------------------
 lead
-------------------------*/
#feature .lead_text {
  min-height: 200px;
}

#feature .lead_text p {
  font-size: 2.6rem;
  line-height: 1.846;
  letter-spacing: 0.05em;
  margin: 10.5rem auto 0 0;
  text-align: center;
}

/*-------------------------
 content
-------------------------*/
#feature .section {
  background: #fff;
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .img_overlap_area {
  position: relative;
  width: 100%;
}

#feature .sec01,
#feature .sec02 {
  position: relative;
  padding-bottom: 16rem; 
}

#feature .sec03 {
  position: relative;
}

#feature .sec01 .ttl01 {
  position: absolute;
  bottom: 3.5rem;
  right: 4.5rem;
  width: 61.5%;
}

#feature .sec01 .ttl02 {
  position: absolute;
  bottom: 101rem;
  right: 4rem;
  width: 36%;
}

#feature .sec02 .ttl03 {
  position: absolute;
  bottom: 97.5rem;
  left: 3rem;
  width: 36%;
}

#feature .sec02 .splide_img05 {
  margin: 10rem auto 0;
  width: 56rem;
}

#feature .sec03 .sec_ttl03 {
  margin: 20rem auto 0;
}

#feature .sec03 .ttl04 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: 60%;
  z-index: 10;
}

#feature .sec03 .ttl05 {
  position: absolute;
  bottom: 3rem;
  right: 3.5rem;
  width: 64%;
  z-index: 10;
}

#feature .sec03 .sec_ttl04 {
  margin: 16.5rem auto 0;
}

#feature .sec03 .ttl06 {
  position: absolute;
  bottom: 33rem;
  left: 6rem;
  width: 46%;
  z-index: 10;
}

#feature .sec03 .staff_credits {
  position: absolute;
  bottom: 5.5rem;
  left: 6rem;
  width: 47%;
  z-index: 10;
}

/*-------------------------
 image
-------------------------*/
#feature .ttl01 {
  width: 44.90832rem;
  margin: 20rem auto 0;
}

#feature .ttl02 {
  width: 63.74893rem;
  margin: 12rem auto 0;
}

#feature .ttl03 {
  width: 49.69919rem;
  margin: 0 auto;
  margin-top: 19.8rem;
}

#feature .ttl04 {
  width: 41.26432rem;
  margin: 0 auto;
  padding-top: 19.2rem;
}

#feature .img01 {
  width: 100%;
  margin: 0 auto;
}

#feature .img01_2 {
  width: 61rem;
  margin: 0 auto;
  padding-bottom: 7.7rem;
}

#feature .img02 {
  width: 100%;
  margin: 0 auto;
}

#feature .img03 {
  width: 100%;
  margin: 17rem auto 0;
  border-top: 1px solid #000;
}

#feature .img04 {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
}

#feature .img05 {
  width: 100%;
  margin: 0 auto;
}

#feature .img06 {
  width: 100%;
  margin: 0 auto;
}

#feature .img07 {
  width: 100%;
  margin: 0 auto;
}

#feature .img08 {
  width: 100%;
  margin: 0 auto;
}

#feature .img09 {
  width: 100%;
  margin: 0 auto;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner .item {
  font-size: 3rem;
  line-height: 2rem;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 300;
}

#feature .credit-inner .item,
#feature .credit-inner .item a {
  color: #000;
}

#feature .credit_area .credit-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6em;
  margin-top: 3.3rem;
}

#feature .credit_ttl01,
#feature .credit_ttl02,
#feature .credit_ttl03,
#feature .credit_ttl04 {
  width: 14rem;
}

#feature .credit01.credit_area .credit-inner {
  width: 50rem;
  justify-content: center;
  margin: 2rem auto 0; 
}

#feature .sec01 .credit_ttl01 {
  margin: 4rem 0 0 30.2rem;
}

#feature .credit01.credit_area .credit-inner .item:nth-child(1) {
  margin: 0 0 6rem 11rem;
}

#feature .credit01.credit_area .credit-inner .item:nth-child(2) {
  margin: 0 11.5rem 6rem 0;
}

#feature .credit_ttl_wrap {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
  gap: 1.2rem;
}

#feature .credit02.credit_area .credit-inner {
  width: 62rem;
  justify-content: center;
  margin: 4rem 0 0 6rem;
}

#feature .credit03.credit_area .credit-inner {
  width: 62rem;
  justify-content: left;
  margin: 5rem auto 0 24rem;
}

#feature .credit04.credit_area .credit-inner {
  width: 67rem;
  justify-content: center;
  margin: 2rem auto 0 2rem;
}

#feature .credit04.credit_area .credit-inner .item:nth-child(1) {
  margin: 0 24rem 6rem 28.5rem;
}

#feature .credit04.credit_area .credit-inner .item:nth-child(2) {
  margin: 0 0 0 11rem;
}

#feature .credit04.credit_area .credit-inner .item:nth-child(3) {
  margin: 0 7rem 3rem 0;
}

#feature .credit04.credit_area .credit-inner .item:nth-child(4) {
  margin: 0 0 0 4rem;
}

#feature .sec03 .credit_ttl04 {
  margin: 4rem 0 0 30.2rem;
}

#feature .credit05.credit_area .credit-inner {
  width: 78rem;
  justify-content: center;
  margin: -0.7rem auto 0 -3rem;
}

#feature .credit05.credit_area .credit-inner .item:nth-child(1) {
  margin: 3rem 25rem 6rem 28.5rem;
}

#feature .credit05.credit_area .credit-inner .item:nth-child(2) {
  margin: 0 0 0 3rem;
}


/*--------------------------------------------------
  せり上がり
--------------------------------------------------*/
/* 1. ベース（一番下になるMVとリード文のグループ） */
#feature .hero_wrap {
  position: sticky;
  z-index: 1;
  background: #fff;
  padding-bottom: 20rem;
}

/* 2. 最初のせり上がり：hero_wrapの上に重なる */
#feature .sec01 {
  position: sticky;
  z-index: 2;
}

/* 3. 2番目のせり上がり：sec01の上に重なる */
#feature .sec02 {
  position: sticky;
  z-index: 3;
}

/* 4. 最後のせり上がり：sec02の上に重なる（一番上） */
#feature .sec03 {
  position: sticky;
  z-index: 4;
}

/*--------------------------------------------------
  フェードインズーム
--------------------------------------------------*/

#feature .fadeInZoom {
  overflow: hidden;
}
#feature .fadeInZoom img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .fadeInZoom.view img {
  opacity: 1;
  transform: scale(1);
}