@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
:root {
  --bg: #ffffff;
  --text: #141414;
  --lavender: #c8b6ff;
  --lavender-deep: #8a11f6;
  --lavender-soft: #f6f2ff;
  --line: #e8deff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(140deg, #ffffff 0%, #ffffff 58%, #fbf8ff 100%);
}

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

section {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

.drop-page__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .drop-page__inner {
    padding: 0 16px;
  }
}
.drop-page__hero {
  padding: 120px 0 88px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .drop-page__hero {
    padding: 70px 0 56px;
  }
}
.drop-page__hero .drop-page__inner {
  position: relative;
}
.drop-page__lang {
  position: absolute;
  top: -40px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .drop-page__lang {
    top: -30px;
    right: 16px;
    font-size: 0.92rem;
    gap: 6px;
  }
}
.drop-page__lang-link {
  color: #595959;
  transition: color 0.25s ease;
}
.drop-page__lang-link:hover {
  color: var(--lavender-deep);
}
.drop-page__lang-link.is-active {
  color: var(--lavender-deep);
  font-weight: 700;
}
.drop-page__lang-sep {
  color: #9a9a9a;
}
.drop-page__eyebrow {
  margin: 0;
  color: var(--lavender-deep);
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}
.drop-page__logo {
  margin: 22px auto 0;
  width: min(100%, 500px);
}
@media only screen and (max-width: 767px) {
  .drop-page__logo {
    width: min(100%, 320px);
    margin-top: 18px;
  }
}
.drop-page__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.drop-page__title {
  margin: 20px auto 0;
  max-width: 860px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(2.7rem, 9.5vw, 6.1rem);
  line-height: 0.95;
  letter-spacing: 0.09em;
  font-weight: 800;
}
.drop-page__title span {
  display: block;
}
.drop-page__title::after {
  content: "";
  display: block;
  width: min(320px, 55%);
  height: 2px;
  margin: 24px auto 0;
  background: var(--lavender);
  transform: skewX(-24deg);
}
.drop-page__artists, .drop-page__edition {
  margin: 14px 0 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.drop-page__artists {
  font-size: clamp(0.78rem, 2.1vw, 0.98rem);
  font-weight: 700;
}
.drop-page__edition {
  font-size: clamp(0.77rem, 2vw, 0.92rem);
  color: #3d3d3d;
}

.gallery {
  padding-top: 0;
}
.gallery__layout {
  display: grid;
  grid-template-columns: 212px 1fr;
  gap: 18px;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .gallery__layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.gallery__selector {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .gallery__selector {
    order: 2;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.gallery__thumb {
  appearance: none;
  border: 1px solid #e9e2ff;
  background: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery__thumb:hover {
  border-color: var(--lavender);
  box-shadow: 0 12px 24px rgba(191, 168, 255, 0.24);
}
.gallery__thumb:hover img {
  transform: scale(1.03);
}
.gallery__thumb.is-active {
  border-color: var(--lavender-deep);
  box-shadow: 0 0 0 2px rgba(170, 146, 255, 0.24);
}
.gallery__main {
  margin: 0;
  border: 1px solid #ece6ff;
  background: #fff;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gallery__main {
    order: 1;
  }
}
.gallery__main img {
  width: auto;
  margin: 0 auto;
  display: block;
  height: 100%;
  object-fit: cover;
}

.details {
  border-top: 2px solid var(--line);
}
.details__wrap {
  display: grid;
  grid-template-columns: minmax(150px, 250px) 1fr;
  column-gap: 58px;
}
@media only screen and (max-width: 767px) {
  .details__wrap {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.details__label {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.16em;
  color: var(--lavender-deep);
}
.details__list {
  margin: 0;
}
.details__row {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #eee8ff;
}
@media only screen and (max-width: 767px) {
  .details__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 0;
  }
}
.details__row dt {
  margin: 0;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.05em;
}
.details__row dd {
  margin: 0;
  line-height: 1.9;
}
.details__row--price dd {
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.concept {
  overflow: hidden;
}
.concept__wrap {
  position: relative;
  max-width: 960px;
}
.concept__label {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.15em;
  color: var(--lavender-deep);
}
.concept__ghost {
  position: absolute;
  top: -18px;
  right: -10px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.5rem, 15vw, 9rem);
  font-weight: 800;
  color: rgba(200, 182, 255, 0.08);
  letter-spacing: 0.08em;
  pointer-events: none;
}
.concept__text {
  position: relative;
  margin-top: 22px;
  max-width: 760px;
}
.concept__text p {
  margin: 0 0 18px;
  line-height: 1.95;
  font-size: clamp(0.98rem, 2.1vw, 1.08rem);
}
.concept__text p:last-child {
  margin-bottom: 0;
}

.sales {
  background: var(--lavender-soft);
  border-top: 2px solid var(--lavender);
  border-bottom: 2px solid var(--lavender);
}
.sales__wrap {
  display: grid;
  row-gap: 22px;
  justify-items: start;
}
.sales__title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2rem);
  letter-spacing: 0.08em;
}
.sales__text {
  margin: 0;
  max-width: 720px;
  line-height: 1.8;
}
.sales__cta {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid var(--lavender-deep);
  color: var(--lavender-deep);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.sales__cta:hover {
  color: #ffffff;
  background-color: var(--lavender-deep);
  transform: translateY(-2px);
}
.sales .salemethod {
  width: 100%;
  margin-top: 16px;
  padding: 30px 28px;
  background: linear-gradient(165deg, #ffffff 0%, #fcf9ff 100%);
  border: 1px solid #e8deff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sales .salemethod {
    padding: 20px 16px;
  }
}
.sales .salemethod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lavender-deep), #c8b6ff);
}
.sales .salemethod h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.65rem);
  color: var(--lavender-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sales .salemethod h3 {
  margin: 16px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--lavender-deep);
  background: #f6f1ff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.6;
}
.sales .salemethod p {
  padding-left: 20px;
  line-height: 1.75;
  color: var(--text-dim);
}
.sales .salemethod ul {
  margin: 8px 0 0;
  padding: 12px 14px 12px 1.8em;
}
.sales .salemethod ul li {
  margin: 0 0 8px;
  line-height: 1.8;
}
.sales .salemethod ul li:last-child {
  margin-bottom: 0;
}
.sales .salemethod a {
  color: var(--lavender-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sales .salemethod__items li {
  list-style-type: decimal;
}
.sales .salemethod__notice li {
  font-size: 0.95rem;
}
.sales .salemethod__note {
  margin: 18px 0 0;
  padding-top: 12px;
  text-align: center;
  color: #4a4a4a;
  font-size: 0.92rem;
}

.makers {
  padding-top: 82px;
}
@media only screen and (max-width: 767px) {
  .makers {
    padding-top: 52px;
  }
}
.makers__wrap {
  display: grid;
  row-gap: 20px;
}
.makers__label {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.14em;
  color: var(--lavender-deep);
}
.makers__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .makers__logos {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.makers__logo {
  margin: 0;
  display: grid;
  place-items: center;
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
  .makers__logo {
    padding: 0;
  }
}
.makers__logo img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.makers__logo--creature img, .makers__logo--blitzkrieg img {
  max-height: 250px;
}

.page-footer {
  padding: 26px 0 32px;
  border-top: 1px solid #ebe6fa;
  background: #ffffff;
}
.page-footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .page-footer__wrap {
    flex-direction: column;
  }
}
.page-footer__wrap p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: #464646;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.global_head {
  margin: 0 !important;
}

header,
footer {
  position: relative;
  z-index: 10;
}/*# sourceMappingURL=style.css.map */