@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

@keyframes mvPhotoReveal {
  from {
    filter: blur(22px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #111;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.onlyPc {
  display: block !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp {
  display: none !important;
}

.onlySp2 {
  display: none !important;
}

#gg2026 img {
  display: block;
  width: 100%;
  height: auto;
}
#gg2026 {
  /* ------------------------------------------
  site logo / season label
  (fixed, color swaps by whichever section bg sits behind them)
  ------------------------------------------ */
}
#gg2026 .siteLogo {
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 100;
  width: 10.6%;
  animation: heroFadeIn 0.9s ease-out 0.9s both;
}
#gg2026 .siteLogo img.-white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#gg2026 .siteLogo.-dark img.-white {
  opacity: 1;
}
#gg2026 .siteSeason {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 100;
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  transition: color 0.3s ease;
  animation: heroFadeIn 0.9s ease-out 2.4s both;
}
#gg2026 .siteSeason.-dark {
  color: #fff;
}
#gg2026 {
  /* ------------------------------------------
  mv
  pinned via position:sticky; JS drives a --p (0-1) scroll-progress
  custom property on #js-mv while it's pinned, used below to parallax
  the two text blocks upward and crossfade the background photos
  ------------------------------------------ */
}
#gg2026 .mv {
  position: relative;
  height: 220vh;
  background: #000;
}
#gg2026 .mv_stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
#gg2026 .mv_bg {
  position: absolute;
  inset: 0;
}
#gg2026 .mv_bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gg2026 .mv_bg img:not(.-alt) {
  animation: mvPhotoReveal 1.4s ease-out both;
  will-change: filter;
}
#gg2026 .mv_bg img.-alt {
  opacity: 0;
  transition: opacity 1.6s ease;
}
#gg2026 .mv_bg.-swap img.-alt {
  opacity: 1;
}
#gg2026 .mv_copy {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 60.7%;
  text-align: center;
  transform: translateX(-50%);
  bottom: calc(9% + var(--p-copy, 0) * 100vh);
}
#gg2026 .mv_copy_season {
  width: 25.2vw;
  margin: 0 auto 2.5%;
  margin-bottom: 32px;
  animation: heroFadeInUp 0.9s ease-out 1.4s both;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2026 .mv_copy_title {
  animation: heroFadeInUp 1s ease-out 1.8s both;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2026 .mv_text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8%;
  gap: 3vw;
  transform: translateY(calc(70vh + var(--p-text, 0) * -70vh));
}
#gg2026 .mv_lead {
  max-width: 84%;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
#gg2026 .mv_num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
}
#gg2026 .mv_num em {
  letter-spacing: 0.02em;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
#gg2026 {
  /* ------------------------------------------
  item list
  ------------------------------------------ */
}
#gg2026 .itemList {
  width: 100%;
}
#gg2026 .item {
  position: relative;
  padding: 8.5vw 3% 3.2vw 3%;
}
#gg2026 .item.-white {
  background: #fff;
}
#gg2026 .item.-cream {
  background: #f5f2ec;
}
#gg2026 .item.-black {
  background: #000;
}
#gg2026 .item.-black .item_no,
#gg2026 .item.-black .item_credit,
#gg2026 .item.-black .item_quote {
  color: #fff;
}
#gg2026 .item_inner {
  position: relative;
}
#gg2026 .item_data {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  opacity: 0;
  transform: translateY(calc(-50% + 24px));
  transition: opacity 1s ease 0.85s, transform 1s ease 0.85s;
}
#gg2026 .item_no {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#gg2026 .item_credit li {
  margin-bottom: 3px;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
#gg2026 .item_credit a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  display: inline-block;
  margin-bottom: 3px;
}
#gg2026 .item_credit a:hover {
  text-decoration: none;
}
#gg2026 .item_credit a.disable {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  margin-bottom: 0px;
}
#gg2026 .item_credit .notice {
  color: #9e9e9e;
  text-decoration: none !important;
  margin-top: -4px;
}
#gg2026 .item_photo {
  position: relative;
  width: 37%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease 0.4s;
}
#gg2026 .item_photo_spacer {
  display: block;
  aspect-ratio: 4/5;
}
#gg2026 .item_photo .-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
#gg2026 .item_photo .-slide.-active {
  opacity: 1;
}
#gg2026 .item_quote {
  max-width: 65%;
  margin: 3vw auto 0;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
#gg2026 .item_quote .char {
  opacity: 0;
  transition: opacity 0.05s linear;
}
#gg2026 .item_quote.-in .char {
  opacity: 1;
}
#gg2026 .item.-in .item_photo {
  opacity: 1;
}
#gg2026 .item.-in .item_data {
  opacity: 1;
  transform: translateY(-50%);
}
#gg2026 {
  /* ------------------------------------------
  insert（Noなしの単体差し込み写真）
  ------------------------------------------ */
}
#gg2026 .insert {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
#gg2026 .insert img {
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: 50% 15%;
  will-change: transform;
}
#gg2026 {
  /* ------------------------------------------
  spread（Noなし・2枚組フルブリード）
  ------------------------------------------ */
}
#gg2026 .spread {
  display: flex;
}
#gg2026 .spread_photo {
  width: 50%;
  line-height: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease, transform 1s ease;
}
#gg2026 .spread_photo:nth-child(1) {
  transition-delay: 0.1s;
}
#gg2026 .spread_photo:nth-child(2) {
  transition-delay: 0.5s;
}
#gg2026 .spread.-in .spread_photo {
  opacity: 1;
  transform: translateY(0);
}
#gg2026 {
  /* ------------------------------------------
  grid4（Noなし・4枚グリッドフルブリード）
  ------------------------------------------ */
}
#gg2026 .grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#gg2026 .grid4_photo {
  line-height: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
#gg2026 .grid4_photo:nth-child(1) {
  transition-delay: 0s;
}
#gg2026 .grid4_photo:nth-child(2) {
  transition-delay: 0.2s;
}
#gg2026 .grid4_photo:nth-child(3) {
  transition-delay: 0.4s;
}
#gg2026 .grid4_photo:nth-child(4) {
  transition-delay: 0.6s;
}
#gg2026 .grid4.-in .grid4_photo {
  opacity: 1;
}
#gg2026 {
  /* ------------------------------------------
  closing
  ------------------------------------------ */
}
#gg2026 .closing {
  position: relative;
  background: #000;
}
#gg2026 .closing_photo {
  line-height: 0;
}
#gg2026 .closing_credit {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 2;
  width: 40%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
#gg2026 .closing_credit p {
  margin-bottom: 10px;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
#gg2026 .closing_credit p:last-child {
  margin-bottom: 0;
}
#gg2026 .closing_credit p .job {
  font-style: italic;
}
#gg2026 .closing_copy {
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 2;
  width: 25.4vw;
  text-align: center;
  transform: translateX(-50%);
}
#gg2026 .closing_copy_season {
  width: 10.6vw;
  margin: 0 auto 1.5%;
  margin-bottom: 15px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #gg2026 .siteLogo {
    top: 15px;
    left: 4%;
    width: 22%;
  }
  #gg2026 .siteSeason {
    display: none;
  }
  #gg2026 .mv_copy {
    bottom: calc(18% + var(--p-copy, 0) * 100vh);
    width: 88%;
  }
  #gg2026 .mv_copy_season {
    width: 65%;
    margin-bottom: 4%;
  }
  #gg2026 .mv_text {
    gap: 4vw;
    padding-top: 14%;
  }
  #gg2026 .mv_lead {
    width: 84%;
    width: 100%;
    max-width: none;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #gg2026 .mv_num {
    font-size: 3.2rem;
  }
  #gg2026 .mv_num em {
    font-size: 1.4rem;
  }
  #gg2026 .item {
    display: flex;
    flex-direction: column;
    padding: 15% 6% 13% 6%;
  }
  #gg2026 .item_inner {
    display: contents;
  }
  #gg2026 .item_photo {
    order: 1;
    width: 100%;
  }
  #gg2026 .item_quote {
    order: 2;
    max-width: none;
    margin-top: 8%;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-left: -3%;
    margin-right: -3%;
  }
  #gg2026 .item_data {
    order: 3;
    position: static;
    width: auto;
    margin-top: 8%;
    text-align: center;
    transform: translateY(24px);
  }
  #gg2026 .item.-in .item_data {
    transform: translateY(0);
  }
  #gg2026 .item_no {
    margin-bottom: 3%;
    font-size: 2rem;
  }
  #gg2026 .item_credit li {
    font-size: 1.2rem;
  }
  #gg2026 .insert {
    height: 60vh;
  }
  #gg2026 .spread {
    flex-direction: column;
  }
  #gg2026 .spread_photo {
    width: 100%;
  }
  #gg2026 .closing_photo img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  #gg2026 .closing_credit {
    width: 82%;
  }
  #gg2026 .closing_credit p {
    font-size: 1rem;
  }
  #gg2026 .closing_copy {
    bottom: 8%;
    width: 40vw;
  }
  #gg2026 .closing_copy_season {
    width: 28vw;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */