@charset "UTF-8";

:root {
  /* PC環境の画面幅（1400px基準）で右側50%内にデザインを最適に収めるための係数 */
  --lpSetSize: (100vw / 1400) * 0.71237;
}

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;
}

ul li {
  list-style: none;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 50;
}

.pc-footer {
  margin: 0;
  position: relative;
  z-index: 25;
  background: #fff;
}

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  display: flex; /* PC用：左右分割レイアウト */
  justify-content: center;
  width: 100%;
}

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

#feature .right {
  width: 50%;
}

#feature .feature__inner {
  width: calc(750 * var(--lpSetSize));
  position: relative;
  margin: auto;
  padding-bottom: calc(82 * var(--lpSetSize));
}

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

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

.d-f {
  display: flex;
}

/*-------------------------
 View all
-------------------------*/
#feature .anker__fix--img {
  position: fixed;
  bottom: calc(125 * var(--lpSetSize));
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#feature .anker__fix--img figure {
  width: calc(100 * var(--lpSetSize));
  height: calc(100 * var(--lpSetSize));
}

#feature .anker__fix--img.is-active {
  opacity: 1;
  visibility: visible;
}

/*-------------------------
 hero
-------------------------*/
/* PC用：左側固定のメインビジュアル（親要素から画像まで全て100%で引き伸ばす） */
#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;
}

/* 右側スクロール領域内のSP用hero（システム出し分け互換用） */
#feature .right .hero {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  position: relative;
}

#feature .hero_img {
  position: relative;
  width: calc(581 * var(--lpSetSize));
  margin: calc(102 * var(--lpSetSize)) calc(84 * var(--lpSetSize)) 0;
}

#feature .hero_ttl {
  width: calc(394 * var(--lpSetSize));
  position: absolute;
  top: calc(622 * var(--lpSetSize));
  left: calc(180 * var(--lpSetSize));
}

/*-------------------------
 Typography
-------------------------*/
#feature .lead_ttl {
  text-align: center;
  margin-top: calc(83 * var(--lpSetSize));
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: calc(34 * var(--lpSetSize));
  line-height: 1.75;
  font-style: normal;
  letter-spacing: 0;
}

#feature .lead {
  text-align: center;
  margin-top: calc(22 * var(--lpSetSize));
  font-family: "Ryo Text PlusN", "りょう Text PlusN", serif;
  font-weight: 400;
  font-size: calc(18 * var(--lpSetSize));
  line-height: 1.888889;
  letter-spacing: 0;
}

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

#feature .ttl {
  width: calc(573.5693 * var(--lpSetSize));
  margin: calc(235 * var(--lpSetSize)) auto 0;
}

#feature .btn {
  width: calc(183 * var(--lpSetSize));
  margin: calc(150 * var(--lpSetSize)) auto 0;
}

#feature .staff {
  width: calc(287 * var(--lpSetSize));
  margin: calc(91 * var(--lpSetSize)) auto 0;
}

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

/*-------------------------
 Image
-------------------------*/
#feature .img01 {
  width: calc(327 * var(--lpSetSize));
  margin-top: calc(106 * var(--lpSetSize));
  margin-left: calc(211 * var(--lpSetSize));
}

#feature .img02 {
  width: calc(478 * var(--lpSetSize));
  margin-top: calc(28 * var(--lpSetSize));
  margin-left: calc(135 * var(--lpSetSize));
}

#feature .img03 {
  width: calc(360 * var(--lpSetSize));
  margin-top: calc(118 * var(--lpSetSize));
  margin-left: calc(27 * var(--lpSetSize));
}

#feature .img04 {
  width: calc(310 * var(--lpSetSize));
  margin-top: calc(145 * var(--lpSetSize));
  margin-left: calc(20 * var(--lpSetSize));
}

#feature .img05 {
  width: calc(311 * var(--lpSetSize));
  margin-top: calc(115 * var(--lpSetSize));
  margin-left: calc(219 * var(--lpSetSize));
}

#feature .img06-07-wrap {
  width: calc(478 * var(--lpSetSize));
  margin-top: calc(28 * var(--lpSetSize));
  margin-left: calc(135 * var(--lpSetSize));
  position: relative;
}
#feature .swiper.img06-07 {
  width: 100%;
  overflow: hidden;
}

#feature .img08 {
  width: calc(330 * var(--lpSetSize));
  margin-top: calc(137 * var(--lpSetSize));
  margin-left: calc(210 * var(--lpSetSize));
}

#feature .img09-10-wrap {
  width: calc(479 * var(--lpSetSize));
  margin-top: calc(57 * var(--lpSetSize));
  margin-left: calc(135 * var(--lpSetSize));
  position: relative;
}
#feature .swiper.img09-10 {
  width: 100%;
  overflow: hidden;
}

#feature .img11 {
  width: calc(378 * var(--lpSetSize));
  margin-top: calc(119 * var(--lpSetSize));
  margin-left: calc(18 * var(--lpSetSize));
}

#feature .img12 {
  width: calc(300 * var(--lpSetSize));
  margin-top: calc(135 * var(--lpSetSize));
  margin-left: calc(29 * var(--lpSetSize));
}

#feature .img13 {
  width: calc(440 * var(--lpSetSize));
  margin-top: calc(77 * var(--lpSetSize));
  margin-left: calc(210 * var(--lpSetSize));
}

#feature .img14-15-wrap {
  width: calc(400 * var(--lpSetSize));
  margin-top: calc(135 * var(--lpSetSize));
  margin-left: calc(176 * var(--lpSetSize));
  position: relative;
}
#feature .swiper.img14-15 {
  width: 100%;
  overflow: hidden;
}

#feature .img16-17 {
  height: calc(900 * var(--lpSetSize));
}

#feature .img16 {
  position: absolute;
  width: calc(436 * var(--lpSetSize));
  margin-top: calc(105 * var(--lpSetSize));
  margin-left: calc(29 * var(--lpSetSize));
}

#feature .img17 {
  position: absolute;
  width: calc(355 * var(--lpSetSize));
  margin-top: calc(499 * var(--lpSetSize));
  margin-left: calc(393 * var(--lpSetSize));
  z-index: 10;
}

#feature .img18 {
  width: calc(400 * var(--lpSetSize));
  margin-top: calc(251 * var(--lpSetSize));
  margin-left: calc(134 * var(--lpSetSize));
}

#feature .img19 {
  width: calc(400 * var(--lpSetSize));
  margin-top: calc(16 * var(--lpSetSize));
  margin-left: calc(134 * var(--lpSetSize));
}

#feature .img20 {
  width: calc(456 * var(--lpSetSize));
  margin-top: calc(115 * var(--lpSetSize));
  margin-left: calc(146 * var(--lpSetSize));
}

#feature .img20-21-wrap {
  width: calc(456 * var(--lpSetSize));
  margin-top: calc(111 * var(--lpSetSize));
  margin-left: calc(146 * var(--lpSetSize));
  position: relative;
}
#feature .swiper.img20-21 {
  width: 100%;
  overflow: hidden;
}

#feature .img22 {
  width: calc(458 * var(--lpSetSize));
  margin-top: calc(115 * var(--lpSetSize));
  margin-left: calc(145 * var(--lpSetSize));
}

#feature .img23 {
  width: calc(310 * var(--lpSetSize));
  margin-top: calc(114 * var(--lpSetSize));
  margin-left: calc(34 * var(--lpSetSize));
}

#feature .img24 {
  width: calc(360 * var(--lpSetSize));
  margin-top: calc(77 * var(--lpSetSize));
  margin-left: calc(14 * var(--lpSetSize));
}

#feature .img25 {
  width: calc(559 * var(--lpSetSize));
  margin-top: calc(175 * var(--lpSetSize));
  margin-left: calc(94 * var(--lpSetSize));
}

#feature .img26-27-wrap {
  width: calc(372 * var(--lpSetSize));
  margin-top: calc(75 * var(--lpSetSize));
  margin-left: calc(189 * var(--lpSetSize));
  padding-bottom: calc(106 * var(--lpSetSize));
  position: relative;
}
#feature .swiper.img26-27 {
  width: 100%;
  overflow: hidden;
}

/*-------------------------
 Credit
-------------------------*/
/* ① クレジットエリア全体のフォントスタイルと、テキスト自体の高さ指定 */
#feature [class^="credit"],
#feature .credit-inner,
#feature .credit-inner .item,
#feature .credit-inner a {
  color: #000;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: calc(18 * var(--lpSetSize));
  line-height: 1.2 !important; /* テキスト自体の上下の隙間を詰める */
  letter-spacing: 0;
}

/* ② 複数ある場合の「商品ごとの行（li）」の縦の間隔 */
#feature .credit-inner .item {
  display: block; /* 商品ごと（TOPSの行、DENIMの行）は縦に並べる */
  margin-top: 0 !important;
  margin-bottom: calc(6 * var(--lpSetSize)) !important; /* ★商品と商品の間の縦の隙間 */
  padding: 0 !important;
}

/* 一番最後の商品の下マージンは不要なのでゼロにする */
#feature .credit-inner .item:last-child {
  margin-bottom: 0 !important;
}

/* ③ 商品名（txt）と価格（price）を元の綺麗な横並びに戻す */
#feature .credit-inner .txt,
#feature .credit-inner .price {
  display: inline !important; /* 改行させずに横並びにする */
}

#feature .credit01 {
  position: absolute;
  bottom: calc(42 * var(--lpSetSize));
  right: calc(111 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit02 {
  position: absolute;
  bottom: calc(12 * var(--lpSetSize));
  right: calc(216 * var(--lpSetSize));
  z-index: 10;
}

#feature .credit03 {
  position: absolute;
  bottom: calc(65 * var(--lpSetSize));
  left: calc(-40 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit04 {
  position: absolute;
  bottom: calc(7 * var(--lpSetSize));
  left: calc(-132 * var(--lpSetSize));
  z-index: 10;
}

#feature .credit04 .credit-inner a {
  color: #727272;
}

#feature .credit05 {
  position: absolute;
  bottom: calc(32 * var(--lpSetSize));
  left: calc(-7 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit06 {
  position: absolute;
  bottom: calc(-15 * var(--lpSetSize));
  right: calc(190 * var(--lpSetSize));
  z-index: 10;
}

#feature .credit07 {
  position: absolute;
  bottom: calc(53 * var(--lpSetSize));
  left: calc(-32 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit07 .credit-inner .item:nth-child(2) a {
  pointer-events: none; /* クリック無効化 */
  cursor: default; 
}

#feature .credit08 {
  position: absolute;
  bottom: calc(98 * var(--lpSetSize));
  left: calc(29 * var(--lpSetSize));
  z-index: 10;
}

#feature .credit09 {
  position: absolute;
  bottom: calc(56 * var(--lpSetSize));
  left: calc(105 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit10 {
  position: absolute;
  bottom: calc(35 * var(--lpSetSize));
  right: calc(-12 * var(--lpSetSize));
  z-index: 10;
  transform: rotate(90deg);
  text-align: right;
}

#feature .credit11 {
  position: absolute;
  bottom: calc(9 * var(--lpSetSize));
  left: calc(158 * var(--lpSetSize));
  z-index: 10;
}

#feature .credit12 {
  position: absolute;
  bottom: calc(-89 * var(--lpSetSize));
  right: calc(38 * var(--lpSetSize));
  z-index: 10;
  text-align: right;
}

#feature .credit13 {
  position: absolute;
  bottom: calc(22 * var(--lpSetSize));
  left: calc(-2 * var(--lpSetSize));
  z-index: 10;
}

/* 旧共通レイアウト・システム下位互換用のインナークラス構造 */
#feature .credit04 .credit-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(480 * var(--lpSetSize));
  gap: 0 calc(30 * var(--lpSetSize));
  margin: 0 auto 0 calc(130 * var(--lpSetSize));
  justify-content: center;
}

#feature .credit04 .credit-inner .item {
  width: calc(213 * var(--lpSetSize));
}

#feature .credit04 .credit-inner .item:nth-child(odd) {
  text-align: right;
}

#feature .credit04 .credit-inner .item:nth-child(even) {
  text-align: left;
}

/* アニメーション指定（フェード） */
.l-container #feature .js-anime.-fade01 {
  opacity: 0;
  transition: opacity 0.8s ease-in-out 0.3s;
}
.l-container #feature .js-anime.-fade01.is-animete-active {
  opacity: 1;
}