@charset "UTF-8";
/* =============================================================
   GRISE 26 SPRING AND SUMMER COLLECTION
   すべて .box-wrapper 配下にスコープ（グローバル指定禁止）
   設計幅 720px を基準に、コンテナクエリ単位(cqw)で 390〜720px を
   等比スケール（FigmaのPC/SPフレームを単一ソースで再現）
   ============================================================= */
.box-wrapper * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.box-wrapper .grise {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  line-height: 1.4;
}
.box-wrapper .grise img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper .grise a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.box-wrapper .grise .link-block {
  display: block;
}
.box-wrapper .grise .c-plusbtn {
  display: block;
  color: #000000;
  line-height: 1;
  width: 4em;
  height: 0.3em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
}
.box-wrapper .grise .c-plusbtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .box-wrapper .grise .c-plusbtn {
    bottom: 25px;
    right: 15px;
    width: 25px;
    height: 1.5px;
  }
}
.box-wrapper .grise .c-plusbtn--white {
  color: #fff;
}
.box-wrapper .grise ul {
  list-style: none;
}
.box-wrapper .grise__main {
  width: 100%;
  container-type: inline-size;
  overflow: clip;
}
.box-wrapper .grise__side {
  width: 100%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .box-wrapper .grise__side {
    display: none;
  }
}
.box-wrapper {
  /* ---------- 縦書きラベル ---------- */
}
.box-wrapper .vlabel {
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
  z-index: 2;
}
.box-wrapper .vlabel span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  white-space: nowrap;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .vlabel span {
    font-size: 18px;
  }
}
.box-wrapper .vlabel--seam {
  justify-content: flex-end;
  padding-right: 1.5cqw;
}
.box-wrapper {
  /* ============ S1 HERO ============ */
}
.box-wrapper .hero {
  margin-bottom: 120px;
}
.box-wrapper .hero__head {
  position: relative;
  width: 100%;
  aspect-ratio: 720/345;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__head {
    aspect-ratio: 380/310;
  }
}
.box-wrapper .hero__head {
  color: #fff;
}
.box-wrapper .hero__head--black {
  background: #000;
}
.box-wrapper .hero__head--img {
  background: #000;
}
.box-wrapper .hero__head .font-black {
  color: #000;
}
.box-wrapper .hero__head-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.box-wrapper .hero__head-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-wrapper .hero__title {
  font-size: 4.2cqw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__title {
    font-size: 26px;
    letter-spacing: 0em;
  }
}
.box-wrapper .hero__meta {
  display: flex;
  flex-direction: column;
  gap: 2.4cqw;
}
.box-wrapper .hero__color {
  font-size: 3.3cqw;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__color {
    font-size: 22px;
    letter-spacing: 0em;
  }
}
.box-wrapper .hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.box-wrapper .hero__date {
  font-size: 4.4cqw;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__date {
    font-size: 26px;
    letter-spacing: 0em;
  }
}
.box-wrapper .hero__site {
  font-size: 4cqw;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__site {
    font-size: 26px;
    letter-spacing: 0em;
  }
}
.box-wrapper .hero__lead {
  text-align: center;
  font-size: 2cqw;
  line-height: 2;
  letter-spacing: 0.06em;
  padding: 6cqw 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .hero__lead {
    font-size: 11px;
    padding: 60px 0;
    letter-spacing: 0em;
  }
}
.box-wrapper {
  /* ---------- 汎用ペア（2分割） ---------- */
}
.box-wrapper .pair {
  display: flex;
  width: 100%;
}
.box-wrapper .pair__cell {
  position: relative;
  width: 50%;
}
.box-wrapper .pair__cell--img {
  overflow: hidden;
}
.box-wrapper .pair__cell--bar {
  background: #000;
}
.box-wrapper {
  /* ============ S2 BIJOU/NET/MULE/SHOES GRID ============ */
}
.box-wrapper .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 120px 0;
}
.box-wrapper .grid3__cell {
  position: relative;
  overflow: hidden;
}
.box-wrapper .grid3__cell--text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.box-wrapper .grid3__cell--text span {
  font-size: 3.2cqw;
}
@media screen and (max-width: 768px) {
  .box-wrapper .grid3__cell--text span {
    font-size: 14px;
  }
}
.box-wrapper .grid3__cell--text span {
  font-weight: 400;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.box-wrapper .grid3__cell--blank {
  background: #fff;
}
.box-wrapper {
  /* ============ S4 COLLAGE（黒地） ============ */
}
.box-wrapper .collage {
  background: #000;
  margin: 120px 0;
}
.box-wrapper .collage__item:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .box-wrapper .collage__item:nth-child(1) {
    width: 85%;
  }
}
.box-wrapper .collage__item:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box-wrapper .collage__item:nth-child(2) {
    width: 100%;
  }
}
.box-wrapper .collage__item:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .box-wrapper .collage__item:nth-child(3) {
    width: 85%;
  }
}
.box-wrapper {
  /* ============ S5 / S15 バナー（黒帯＋画像） ============ */
}
.box-wrapper .banner {
  width: 100%;
  margin-block: 120px;
}
.box-wrapper .banner__bar {
  background: #000;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .box-wrapper .banner__bar {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper .banner__bar--top {
    padding: 0 0 30px 0;
  }
}
.box-wrapper .banner__ttl {
  font-size: 4.2cqw;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.box-wrapper .banner__img {
  overflow: hidden;
}
.box-wrapper {
  /* ============ S6 フリンジステージ ============ */
}
.box-wrapper .stage {
  position: relative;
  width: 100%;
  aspect-ratio: 720/887;
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .box-wrapper .stage {
    width: 60%;
    margin: 0 auto 100px;
  }
}
.box-wrapper .stage__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.box-wrapper .stage__inset {
  position: absolute;
  left: 19.6%;
  top: 17.4%;
  width: 57.66%;
  height: 65.3%;
  overflow: hidden;
}
.box-wrapper {
  /* ============ S8 ワイド＋黒帯 ============ */
}
.box-wrapper .split {
  display: flex;
  width: 100%;
  margin: 120px 0;
}
.box-wrapper .split__img {
  position: relative;
  width: 74%;
  aspect-ratio: 533/650;
  overflow: hidden;
}
.box-wrapper .split__bar {
  position: relative;
  width: 26%;
  background: #000;
}
.box-wrapper {
  /* ============ S9 タイトル重ね積み ============ */
}
.box-wrapper .stackttl {
  width: 100%;
  margin: 120px 0;
}
.box-wrapper .stackttl__img {
  position: relative;
  aspect-ratio: 720/320;
  overflow: hidden;
}
.box-wrapper .stackttl__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 4.2cqw;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 300;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box-wrapper .stackttl__ttl {
    font-size: 20px;
  }
}
.box-wrapper {
  /* ============ S10 2×2グリッド ============ */
}
.box-wrapper .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 120px 0;
}
.box-wrapper .grid2__cell {
  overflow: hidden;
}
.box-wrapper {
  /* ============ S11 モザイク ============ */
}
.box-wrapper .mosaic {
  position: relative;
  width: 100%;
  aspect-ratio: 718/1285;
  margin: 120px 0;
}
.box-wrapper .mosaic__text {
  position: absolute;
  background: #000;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 0;
}
.box-wrapper .mosaic__text p {
  font-size: 4cqw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .mosaic__text p {
    font-size: 22px;
  }
}
.box-wrapper .mosaic__img {
  position: absolute;
  overflow: hidden;
}
.box-wrapper {
  /* ============ S13 GRISE タイポグラフィ ============ */
}
.box-wrapper .typo {
  width: 100%;
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .box-wrapper .typo {
    margin: 100px 0;
  }
}
.box-wrapper .typo__row {
  position: relative;
  aspect-ratio: 727/254;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.box-wrapper .typo__word {
  font-size: 33cqw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.box-wrapper .typo__img {
  position: absolute;
  top: 14.6%;
  height: 74.8%;
  width: 19.9%;
  overflow: hidden;
  z-index: 1;
}
.box-wrapper {
  /* ============ S14 フルブリード ============ */
}
.box-wrapper .full {
  width: 100%;
  aspect-ratio: var(--ratio, 727/895);
  overflow: hidden;
}
.box-wrapper {
  /* ============ S16 ワードグリッド ============ */
}
.box-wrapper .wordgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 120px 0;
}
.box-wrapper .wordgrid__cell {
  overflow: hidden;
}
.box-wrapper .wordgrid__cell--text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.box-wrapper .wordgrid__cell--text span {
  font-size: 3cqw;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.box-wrapper {
  /* ============ S17 SUNGLASSES ============ */
}
.box-wrapper .sunglass {
  width: 100%;
}
.box-wrapper .sunglass__block + .box-wrapper .sunglass__block {
  margin-top: 0;
}
.box-wrapper .sunglass__img {
  aspect-ratio: var(--ratio, 721/420);
  overflow: hidden;
}
.box-wrapper .sunglass__bar {
  background: #000;
  color: #fff;
  display: flex;
  aspect-ratio: 721/220;
  padding: 0 0 0 0;
}
.box-wrapper .sunglass__bar p {
  font-size: 4cqw;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .sunglass__bar p {
    font-size: 22px;
  }
}
.box-wrapper {
  /* ============ S18 OTHER COLOR LINE UP ============ */
}
.box-wrapper .other {
  width: 100%;
  margin-block: 120px;
}
.box-wrapper .other__head {
  font-size: 6.6cqw;
  line-height: 1.15;
  letter-spacing: 0.04em;
  font-weight: 300;
  padding: 4cqw 0;
}
@media screen and (max-width: 768px) {
  .box-wrapper .other__head {
    font-size: 42px;
  }
}
.box-wrapper .other__collage {
  position: relative;
}
.box-wrapper .other__collage-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.box-wrapper .other__img-sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 62%;
  height: 62% !important;
  z-index: 1;
  display: flex;
  margin: 0 auto;
}
.box-wrapper .other__img-sticky img {
  margin: auto;
}
.box-wrapper .other__credit {
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 0;
}
.box-wrapper {
  /* ============ S19 LINE UP（クレジット） ============ */
}
.box-wrapper .lineup {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box-wrapper .lineup {
    margin-bottom: 100px;
  }
}
.box-wrapper .lineup__row {
  display: flex;
  width: 100%;
}
.box-wrapper .lineup__name {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5cqw;
  background: #fff;
}
.box-wrapper .lineup__img {
  width: 50%;
  aspect-ratio: 362/613;
  overflow: hidden;
}
.box-wrapper {
  /* ---------- クレジット共通 ---------- */
}
.box-wrapper .itemCredit .cred__name {
  font-size: 4cqw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box-wrapper .itemCredit .cred__name {
    font-size: 22px;
  }
}
.box-wrapper .itemCredit a {
  font-size: 4cqw;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .itemCredit a {
    font-size: 22px;
  }
}
.box-wrapper {
  /* ============ S20 FOOTER / SHOP INFO ============ */
}
.box-wrapper .foot {
  position: relative;
  width: 100%;
  aspect-ratio: 726/977;
  background: #fff;
}
.box-wrapper .foot__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82.9%;
  object-fit: cover;
}
.box-wrapper .foot__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  gap: 1.2cqw;
}
.box-wrapper .foot__logo {
  font-size: 5.5cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.box-wrapper .foot__h {
  font-size: 4cqw;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 3cqw;
}
.box-wrapper .foot__list {
  font-size: 2.4cqw;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.box-wrapper .foot__link {
  font-size: 4cqw;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 1cqw;
}
.box-wrapper .foot__link a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.box-wrapper .foot__link:first-of-type {
  margin-top: 4cqw;
}
.box-wrapper {
  /* ============ S21 SHOP INFO（円形ディスプレイ） ============ */
}
.box-wrapper .shopinfo {
  position: relative;
  width: 100%;
  aspect-ratio: 726/1001;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo {
    aspect-ratio: 390/740;
  }
}
.box-wrapper .shopinfo__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box-wrapper .shopinfo__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.5cqw;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__inner {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 60px;
    padding-right: 25px;
    color: #fff;
    text-align: right;
  }
}
.box-wrapper .shopinfo__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.75cqw;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__group {
    align-items: flex-end;
  }
}
.box-wrapper .shopinfo__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__head {
    align-items: flex-end;
  }
}
.box-wrapper .shopinfo__logo {
  font-size: 4.4cqw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__logo {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.box-wrapper .shopinfo__h {
  font-size: 3.03cqw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__h {
    font-size: 18px;
  }
}
.box-wrapper .shopinfo__list {
  font-size: 2.2cqw;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__list {
    font-size: 12px;
  }
}
.box-wrapper .shopinfo__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4cqw;
  font-size: 3.03cqw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.box-wrapper .shopinfo__links a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 768px) {
  .box-wrapper .shopinfo__links a {
    font-size: 16px;
  }
}
.box-wrapper {
  /* ============ PC（≥1024px）：2カラム＝右にルックブック / 左にSHOP INFO追従 ============ */
}
@media screen and (min-width: 1024px) {
  .box-wrapper .grise {
    max-width: none;
    display: flex;
    align-items: flex-start;
  }
  .box-wrapper .grise__main {
    width: 50.3472222222vw;
  }
  .box-wrapper .grise__side {
    width: 50.3472222222vw;
    order: -1;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .box-wrapper .foot {
    aspect-ratio: auto;
    height: 100%;
  }
  .box-wrapper .foot__bg,
  .box-wrapper .foot__inner {
    height: 100%;
  }
  .box-wrapper .foot__bg {
    position: absolute;
  }
}