@charset "UTF-8";

@font-face {
  font-family: 'Linux Libertine';
  src: url('../fonts/LinLibertine.woff2') format('woff2'),
       url('../fonts/LinLibertine.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* PC用SP比率計算基準（右側領域用） */
  --lpSetSize: (100vw / 1400) * 0.71237;
}

html, body, div, span, 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;
}

ul li {
  list-style: none;
}

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

/*-------------------------
  PC 2カラム構造
-------------------------*/
#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  display: flex;
  width: 100%;
  background: #000; /* LP全体の基本背景色 */
}

/* 左側：画面余白全体にpc-hero.jpgを敷き詰める */
#feature .left {
  flex: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}

#feature .left .hero,
#feature .left .hero_flex,
#feature .left .hero_left {
  width: 100%;
  height: 100%;
}

#feature .left .hero_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center top;
}

#feature .left .hero_ttl {
  position: absolute;
  top: calc(39 * var(--lpSetSize));
  left: calc(29 * var(--lpSetSize));
  z-index: 10;
  width: calc(229 * var(--lpSetSize));
}

/* 右側：600px比率を維持して埋め込み */
#feature .right {
  width: calc(600 * var(--lpSetSize));
  flex-shrink: 0;
  background: #000;
}

#feature .feature__inner {
  width: 100%;
  position: relative;
  margin: auto;
}

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

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

/*-------------------------
  lead
-------------------------*/
#feature .lead_area {
  width: calc(544 * var(--lpSetSize));
  margin: calc(150 * var(--lpSetSize)) 0 calc(205 * var(--lpSetSize)) calc(17 * var(--lpSetSize));
}

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

/* CHECK ALL ITEMS ボタン (黒背景矩形) */
#feature .btn {
  position: absolute;
  top: calc(-57 * var(--lpSetSize));
  right: 0;
  z-index: 10;
  width: calc(294 * var(--lpSetSize));
  background-color: #000;
  padding: calc(12 * var(--lpSetSize)) calc(86 * var(--lpSetSize)) calc(42 * var(--lpSetSize)) calc(14 * var(--lpSetSize));
  box-sizing: border-box;
}

#feature .btn a {
  display: block;
  width: 100%;
}

#feature .staff {
  width: calc(534 * var(--lpSetSize));
  margin: calc(210 * var(--lpSetSize)) 0 calc(219 * var(--lpSetSize)) calc(25 * var(--lpSetSize));
}

/* #feature .img01 {
  width: calc(589 * var(--lpSetSize));
}

#feature .img02 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(240 * var(--lpSetSize)) auto 0 0;
}

#feature .img03 {
  width: calc(471 * var(--lpSetSize));
  margin: calc(135 * var(--lpSetSize)) 0 0 calc(112 * var(--lpSetSize));
}

#feature .img04-wrap {
  width: calc(590 * var(--lpSetSize));
  margin: calc(164 * var(--lpSetSize)) auto 0 0;
}

#feature .img05 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(220 * var(--lpSetSize)) 0 0 calc(116 * var(--lpSetSize));
}

#feature .img06-wrap {
  width: calc(468 * var(--lpSetSize));
  margin: calc(168 * var(--lpSetSize)) auto 0 0;
}

#feature .img06-wrap .one_of_two,
#feature .img06-wrap .two_of_two {
  position: absolute;
  top: calc(-25 * var(--lpSetSize));
  right: calc(0 * var(--lpSetSize));
  width: calc(30 * var(--lpSetSize));
}

#feature .img07-wrap {
  width: calc(588 * var(--lpSetSize));
  margin: calc(253 * var(--lpSetSize)) auto 0 calc(0 * var(--lpSetSize));
}

#feature .img08-wrap {
  width: calc(466 * var(--lpSetSize));
  margin: calc(244 * var(--lpSetSize)) 0 0 calc(116 * var(--lpSetSize));
}

#feature .img08-wrap .one_of_two,
#feature .img08-wrap .two_of_two {
  position: absolute;
  top: calc(-25 * var(--lpSetSize));
  left: calc(0 * var(--lpSetSize));
  width: calc(34 * var(--lpSetSize));
}

#feature .img09 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(236 * var(--lpSetSize)) auto 0 0;
  padding-bottom: calc(126 * var(--lpSetSize));
}

#feature .bottom_area {
  background-color: #fff;
  padding-top: calc(51 * var(--lpSetSize));
}

#feature .img10 {
  width: calc(582 * var(--lpSetSize));
  margin: 0;
}

#feature .img11 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(192 * var(--lpSetSize)) auto 0 0;
}

#feature .img12 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(165 * var(--lpSetSize)) 0 0 calc(116 * var(--lpSetSize));
}

#feature .img13 {
  width: calc(584 * var(--lpSetSize));
  margin: calc(118 * var(--lpSetSize)) auto 0 0;
}

#feature .img14 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(240 * var(--lpSetSize)) 0 0 calc(117 * var(--lpSetSize));
}

#feature .img15 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(185 * var(--lpSetSize)) auto 0 0;
}

#feature .img16-wrap {
  width: calc(584 * var(--lpSetSize));
  margin: calc(188 * var(--lpSetSize)) auto 0 0;
}

#feature .img17 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(234 * var(--lpSetSize)) auto 0 0;
}

#feature .img18 {
  width: calc(466 * var(--lpSetSize));
  margin: calc(160 * var(--lpSetSize)) 0 0 calc(116 * var(--lpSetSize));
}

#feature .img19-wrap {
  width: calc(584 * var(--lpSetSize));
  margin: calc(141 * var(--lpSetSize)) auto 0 0;
}

#feature .img20 {
  width: calc(466 * var(--lpSetSize));
  margin: calc(173 * var(--lpSetSize)) auto 0 0;
}

#feature .img21 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(202 * var(--lpSetSize)) 0 0 calc(117 * var(--lpSetSize));
}

#feature .img22 {
  width: calc(585 * var(--lpSetSize));
  margin: calc(-62 * var(--lpSetSize)) auto 0 0;
} */

#feature .img01 {
  width: 100%;
}

#feature .img02 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(240 * var(--lpSetSize)) auto 0 0;
}

#feature .img03 {
  width: calc(471 * var(--lpSetSize));
  margin: calc(135 * var(--lpSetSize)) 0 0 auto;
}

#feature .img04-wrap {
  width: 100%;
  margin: calc(164 * var(--lpSetSize)) auto 0 0;
}

#feature .img05 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(220 * var(--lpSetSize)) 0 0 auto;
}

#feature .img06-wrap {
  width: calc(468 * var(--lpSetSize));
  margin: calc(168 * var(--lpSetSize)) auto 0 0;
}

#feature .img06-wrap .one_of_two,
#feature .img06-wrap .two_of_two {
  position: absolute;
  top: calc(-25 * var(--lpSetSize));
  right: calc(0 * var(--lpSetSize));
  width: calc(30 * var(--lpSetSize));
}

#feature .img07-wrap {
  width: 100%;
  margin: calc(253 * var(--lpSetSize)) auto 0;
}

#feature .img08-wrap {
  width: calc(466 * var(--lpSetSize));
  margin: calc(244 * var(--lpSetSize)) 0 0 auto;
}

#feature .img08-wrap .one_of_two,
#feature .img08-wrap .two_of_two {
  position: absolute;
  top: calc(-25 * var(--lpSetSize));
  left: calc(0 * var(--lpSetSize));
  width: calc(34 * var(--lpSetSize));
}

#feature .img09 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(236 * var(--lpSetSize)) auto 0 0;
  padding-bottom: calc(126 * var(--lpSetSize));
}

#feature .bottom_area {
  background-color: #fff;
  padding-top: calc(51 * var(--lpSetSize));
}

#feature .img10 {
  width: 100%;
  margin: 0;
}

#feature .img11 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(192 * var(--lpSetSize)) auto 0 0;
}

#feature .img12 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(165 * var(--lpSetSize)) 0 auto;
}

#feature .img13 {
  width: 100%;
  margin: calc(118 * var(--lpSetSize)) auto 0;
}

#feature .img14 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(240 * var(--lpSetSize)) 0 0 auto;
}

#feature .img15 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(185 * var(--lpSetSize)) auto 0 0;
}

#feature .img16-wrap {
  width: 100%;
  margin: calc(188 * var(--lpSetSize)) auto 0;
}

#feature .img17 {
  width: calc(468 * var(--lpSetSize));
  margin: calc(234 * var(--lpSetSize)) auto 0 0;
}

#feature .img18 {
  width: calc(466 * var(--lpSetSize));
  margin: calc(160 * var(--lpSetSize)) 0 0 auto;
}

#feature .img19-wrap {
  width: 100%;
  margin: calc(141 * var(--lpSetSize)) auto 0;
}

#feature .img20 {
  width: calc(466 * var(--lpSetSize));
  margin: calc(173 * var(--lpSetSize)) auto 0 0;
}

#feature .img21 {
  width: calc(467 * var(--lpSetSize));
  margin: calc(202 * var(--lpSetSize)) 0 0 auto;
}

#feature .img22 {
  width: 100%;
  margin: calc(-62 * var(--lpSetSize)) 0 0;
}

#feature .img06-wrap .swiper,
#feature .img08-wrap .swiper {
  overflow: visible !important;
}

/*-------------------------
  Swiper
-------------------------*/
#feature .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}

/*-------------------------
  Credit (黒背景矩形 + アニメーション)
-------------------------*/
#feature .credit {
  position: absolute;
  z-index: 10;
}

/* クレジット黒枠背景 */
#feature .credit-box {
  padding: calc(8 * var(--lpSetSize)) calc(14 * var(--lpSetSize));
  display: inline-block;
}

#feature [class^="credit"],
#feature .credit-inner,
#feature .credit-inner .item,
#feature .credit-inner a {
  font-family: "Linux Libertine", "LinLibertine", serif;
  font-weight: 400;
  font-size: calc(16 * var(--lpSetSize));
  line-height: 0.8 !important;
  letter-spacing: 0.01em;
}

#feature .credit-inner .item {
  display: block;
  margin-bottom: calc(4 * var(--lpSetSize)) !important;
}

#feature .credit-inner .item:last-child {
  margin-bottom: 0 !important;
}

#feature .credit-inner .txt,
#feature .credit-inner .price {
  display: inline !important;
}

/* #feature .credit01 a, */
#feature .credit02 a,
#feature .credit03 a,
#feature .credit04 a,
#feature .credit05 a,
#feature .credit06 a {
  color: #000;
}

#feature .credit07 a,
#feature .credit08 a,
#feature .credit09 a,
#feature .credit10 a,
#feature .credit11 a,
#feature .credit12 a,
#feature .credit13 a,
#feature .credit14 a,
#feature .credit15 a {
  color: #fff;
}

#feature .limited {
  font-family: "Linux Libertine", "LinLibertine", serif;
  font-weight: 400;
  font-size: calc(9 * var(--lpSetSize));
  line-height: calc(15 * var(--lpSetSize));
  letter-spacing: 0.025em;
  display: inline-block;
  margin-left: calc(5 * var(--lpSetSize));
  color: #ff83dc;
}

/* #feature .credit01 {
  background-color: #fff;
  bottom: calc(-89 * var(--lpSetSize));
  right: calc(64 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(38 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-left: calc(56 * var(--lpSetSize));
}

#feature .credit01 .link::after {
  content: "/";
} */

#feature .credit02 {
  background-color: #fff;
  bottom: calc(-83 * var(--lpSetSize));
  left: calc(53 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(12 * var(--lpSetSize));
  padding-bottom: calc(4 * var(--lpSetSize));
  padding-right: calc(27 * var(--lpSetSize));
}

#feature .credit02 .link::before {
  content: "/";
}

#feature .credit03 {
  background-color: #fff;
  bottom: calc(-82 * var(--lpSetSize));
  right: calc(44 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(27 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-left: calc(26 * var(--lpSetSize));
}

#feature .credit03 .link::after {
  content: "/";
}

#feature .credit04 {
  background-color: #fff;
  bottom: calc(-92 * var(--lpSetSize));
  right: calc(9 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(17 * var(--lpSetSize));
  padding-bottom: calc(4 * var(--lpSetSize));
  padding-left: calc(28 * var(--lpSetSize));
}

#feature .credit04 .link::after {
  content: "/";
}

#feature .credit05 {
  background-color: #fff;
  bottom: calc(-91 * var(--lpSetSize));
  left: calc(56 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(4 * var(--lpSetSize));
  padding-bottom: calc(1 * var(--lpSetSize));
  padding-right: calc(27 * var(--lpSetSize));
}

#feature .credit05 .link::before {
  content: "/";
}

#feature .credit06 {
  background-color: #fff;
  bottom: calc(-98 * var(--lpSetSize));
  left: calc(32 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(12 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-right: calc(25 * var(--lpSetSize));
}

#feature .credit06 .link::before {
  content: "/";
}

#feature .credit07 {
  background-color: #000;
  bottom: calc(-88 * var(--lpSetSize));
  left: calc(47 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(22 * var(--lpSetSize));
  padding-bottom: calc(9 * var(--lpSetSize));
  padding-right: calc(53 * var(--lpSetSize));
}

#feature .credit07 .link::before {
  content: "/";
}

#feature .credit08 {
  background-color: #000;
  bottom: calc(-52 * var(--lpSetSize));
  right: calc(142 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(35 * var(--lpSetSize));
  padding-bottom: calc(6 * var(--lpSetSize));
  padding-left: calc(44 * var(--lpSetSize));
}

#feature .credit08 .link::after {
  content: "/";
}

#feature .credit09 {
  background-color: #000;
  bottom: calc(-92 * var(--lpSetSize));
  right: calc(54 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(15 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-left: calc(56 * var(--lpSetSize));
}

#feature .credit09 .link::after {
  content: "/";
}

#feature .credit10 {
  background-color: #000;
  bottom: calc(-82 * var(--lpSetSize));
  left: calc(128 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(23 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-right: calc(62 * var(--lpSetSize));
}

#feature .credit10 .link::before {
  content: "/";
}

#feature .credit11 {
  background-color: #000;
  bottom: calc(-81 * var(--lpSetSize));
  right: calc(142 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(23 * var(--lpSetSize));
  padding-bottom: calc(8 * var(--lpSetSize));
  padding-left: calc(43 * var(--lpSetSize));
}

#feature .credit11 .link::after {
  content: "/";
}

#feature .credit12 {
  background-color: #000;
  bottom: calc(-93 * var(--lpSetSize));
  left: calc(43 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(22 * var(--lpSetSize));
  padding-bottom: calc(2 * var(--lpSetSize));
  padding-right: calc(10 * var(--lpSetSize));
}

#feature .credit12 .link::before {
  content: "/";
}

#feature .credit13 {
  background-color: #000;
  bottom: calc(-72 * var(--lpSetSize));
  right: calc(85 * var(--lpSetSize));
  width: calc(206 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(25 * var(--lpSetSize));
  padding-bottom: calc(5 * var(--lpSetSize));
}

#feature .credit13 .link::after {
  content: "/";
}

#feature .credit14 {
  background-color: #000;
  bottom: calc(-82 * var(--lpSetSize));
  right: calc(37 * var(--lpSetSize));
  width: calc(216 * var(--lpSetSize));
  text-align: right;
  padding-top: calc(20 * var(--lpSetSize));
  padding-bottom: calc(1 * var(--lpSetSize));
}

#feature .credit14 .link::after {
  content: "/";
}

#feature .credit15 {
  background-color: #000;
  top: calc(-88 * var(--lpSetSize));
  left: calc(128 * var(--lpSetSize));
  width: calc(217 * var(--lpSetSize));
  text-align: left;
  padding-top: calc(4 * var(--lpSetSize));
  padding-bottom: calc(19 * var(--lpSetSize));
}

#feature .credit15 .link::before {
  content: "/";
}

/*-------------------------
  Animations
-------------------------*/
/* モデル画像：ぼやけた状態からのフェードイン */
#feature .js-anime-blur {
  filter: blur(12px);
  opacity: 0;
  transition: filter 1.0s ease-out, opacity 1.0s ease-out;
  will-change: filter, opacity;
}

#feature .js-anime-blur.is-animete-active {
  filter: blur(0);
  opacity: 1;
}

/* クレジット：背景矩形が下から上へスライド */
#feature .js-anime-credit {
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease-out;
  will-change: transform, opacity;
}

#feature .js-anime-credit.is-animete-active {
  opacity: 1;
  transform: translateY(0);
}