@charset "utf-8";
/*********************************
SPECIAL CONTENTS -- SHEEP HEAD 'ASTIRUTE / SSIZZ '
last update - 2026.05.05
*********************************/
/*-------------------------------
 main
---------------------------------*/
:root {
  --hero-max: 1760px;
  --hero-bg: #020913;
  --hero-text: #fff;
  --hero-gold: #c79d2f;
  --hero-gold-2: #f0c14b;
}
/* over-write */
main {
  font-size: calc(var(--fs) * 1.6);
  background: #f8f9ff;
  
  
  
  @media (max-width: 959px) {
    --fs: 0.8rem;
  }
}
.conts-heading-title {
  font-weight: bold;
}
@media (max-width: 500px) {
  .link-btn {
    padding: calc(var(--rs) * 3.5) calc(var(--rs) * 3);
  }
}
.link-btn-container .link-btn.link-btn--buy:nth-of-type(2) {
  margin: calc(var(--fs) * 2) auto 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.link-btn-container {
  display: block;
}
a.link-not,
.product-menu__buy.link-not,
.link-btn--buy.link-not,
.link-text.link-text--btn.link-not {
  pointer-events: none;
  background: #ccc;
}
/* onlinestore link button */
.product-menu--buy {
  padding: 0 0.5em;
  text-align: right;
  flex: 1 0 auto;
}
.product-menu__buy {
  padding: 0.4em 1.5em;
  margin: 0 auto;
  background: var(--c-red);
  border-radius: 4em;
  color: var(--c-wht);
  font-size: calc(var(--fs) * 1.4);
  display: inline-block;
  text-align: center;
}
@media (max-width: 500px) {
  .product-menu__buy {
    font-size: calc(var(--fs) * 1.3);
  }
}
.product-menu__buy:hover {
  color: var(--c-wht);
  text-decoration: none;
  filter: opacity(0.8);
}
.link-btn.link-btn-y {
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
  color: var(--c-blk);
  line-height: 1.4;
  background: #F8CE3D;
  strong {
    font-size: 120%;
    color: #c02136
  }
  &:after {
    border-left-color: var(--c-blk);
  }
}
@media screen and (min-width: 768px) {
  #headerNavi {
    z-index: 5;
  }
  #headerLogo-container {
    z-index: 10;
  }
}
s {
  color: #888;
}
.slick-dots {
  display: none!important;
}
#productDetails {
  padding-bottom: 0;
}
/*-------------------------------
 Slide-store--link
---------------------------------*/
#store-link {
  color: var(--c-wht);
  width: 100%;
  background: rgb(0 0 0 / 0.8);
  border-bottom: 1px solid #434343;
  position: fixed;
  z-index: 16;
  top: -125px;
  left: 0;
  transition: top 0.3s ease, bottom 0.3s ease, transform 0.3s ease;
}
@media (max-width: 500px) {
  #store-link {
    top: -110px; /* 初期位置を画面上に設定 */
    bottom: auto;
  }
}
.store-link--wrap {
  width: var(--w-sm);
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem calc(var(--rs) * 2) 0.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.store-link--wrap li:nth-of-type(1) {
  width: 5em;
  @media (max-width: 500px) {
    display: none;
    width: 8em;
  }
}
.store-link--item {
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
}
@media (max-width: 500px) {
  .store-link--item {
    font-size: calc(var(--fs) * 1.6);
  }
}
.store-link--wrap li:last-of-type {
  white-space: nowrap;
  margin-left: auto;
}
/* =========================
   HERO
========================= */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--hero-bg);
  color: var(--hero-text);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 -3px 50%;
  margin-inline: auto;
  width: 70vw;
  height: 3px;
  background: linear-gradient(90deg,transparent, rgb(58 96 146), transparent);
  transform: translate(-50%, -50%);
}
.hero__inner {
  position: relative;
  max-width: var(--hero-max);
  min-height: clamp(920px, 52vw, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(560px, 50vw, 810px);
  isolation: isolate;
}
.hero__stage {
  position: relative;
  min-height: inherit;
  background: #020913;
}
.hero__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  left: -150px;
}
.hero__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.00) 42%,
      rgba(0, 0, 0, 0.24) 78%,
      rgba(0, 0, 0, 0.52) 100%
    );
}
.hero__smoke {
  position: absolute;
  z-index: 4;
  left: -14%;
  bottom: -4%;
  width: 128%;
  max-width: none;
  height: auto;
  opacity: 0.88;
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero__haretsu-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}
.hero__haretsu {
  position: absolute;
  left: 23%;
  bottom: 0%;
  width: auto;
  height: clamp(1000px, 57vw, 1200px);
  max-width: none;
  max-height: none;
  transform: translateX(-50%);
  object-fit: contain;
  filter:
    drop-shadow(0 32px 46px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 24px rgba(90, 160, 220, 0.12));
}
.hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
}
.hero__main-box {
  position: relative;
  width: min(96%, 720px);
  margin-inline: auto;
}
.hero__main-box img {
  text-align: right;
  margin-left: auto;
}
.hero__title-image.hero__title-image--spec {
    margin-inline: auto 0;
}
.hero__title-image {
  display: block;
  width: min(100%, 700px);
  height: auto;
  margin-inline: auto;
}
.hero__title-image--spec {
  margin-top: clamp(18px, 2vw, 28px);
  width: min(100%, 540px);
}
.hero__date {
  margin: 68px 0 0;
  color: var(--hero-gold);
  font-size: clamp(32px, 2.7vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}
.hero__date span {
  font-size: 0.9em;
}
.hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  min-height: 58px;
  margin: 26px auto 0;
  color: var(--hero-gold-2);
      font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid var(--hero-gold);
  background: rgba(5, 8, 13, 0.54);
}
.hero__cta:hover {
  color: #111;
  background: var(--hero-gold-2);
}
@media (max-width: 1280px) and (min-width: 981px) {
  .hero__inner {
    min-height: clamp(780px, 72vw, 900px);
    grid-template-columns: minmax(0, 1fr) clamp(430px, 44vw, 580px);
  }
  .hero__haretsu {
    left: 22%;
    bottom: 0%;
    height: clamp(760px, 80vw, 960px);
  }
  .hero__smoke {
    left: -16%;
    bottom: -4%;
    width: 136%;
  }
  .hero__content {
    padding: 44px 24px 52px 14px;
  }
  .hero__main-box {
    width: min(100%, 560px);
    padding: 32px 0;
  }
  .hero__date {
    font-size: clamp(24px, 2.8vw, 40px);
  }
  .hero__cta {
    width: min(86%, 420px);
    min-height: 54px;
  }
}
@media (max-width: 1100px) and (min-width: 981px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) clamp(400px, 45vw, 480px);
  }
  .hero__haretsu {
    left: 20%;
    height: clamp(830px, 65vw, 900px);
  }
  .hero__main-box {
    width: min(100%, 460px);
    /* padding: 34px 24px; */
  }
  .hero__title-image {
    width: 100%;
  }
  .hero__title-image--spec {
    width: 88%;
  }
}
@media (max-width: 980px) {
  .hero__inner {
    display: block;
    max-width: 100%;
    min-height: auto;
  }
  .hero__stage {
    height: clamp(560px, 78vw, 760px);
    min-height: 0;
  }
  .hero__haretsu-layer {
    height: clamp(560px, 95vw, 790px);
    inset: 0 0 auto;
  }
  .hero__haretsu {
    left: 43%;
    bottom: 5%;
    height: 108%;
    transform: translateX(-50%);
  }
  .hero__smoke {
    left: -18%;
    bottom: -4%;
    width: 138%;
  }
  .hero__content {
    min-height: auto;
    background: #02070d;
  }
  .hero__main-box {
    width: min(100%, 760px);
    border-left: 0;
    border-right: 0;
    padding: 30px 3vw;
  }
}
@media (max-width: 767px) {
  .hero__stage,
  .hero__haretsu-layer {
    height: clamp(460px, 140vw, 630px);
  }
  .hero__haretsu {
    left: 40%;
    bottom: 0%;
    height: 110%;
    transform: translateX(-54%);
  }
  .hero__bg {
    object-position: center;
  }
  .hero__main-box {
    padding: 28px 18px 32px;
  }
  .hero__title-image {
    width: 100%;
  }
  .hero__title-image--spec {
    width: 75%;
  }
  .hero__date {
    margin-top: 5rem;
    font-size: clamp(27px, 7.4vw, 38px);
  }
  .hero__cta {
    width: 86%;
    min-height: 54px;
    margin-top: 18px;
    font-size: 14px;
  }
}
/*-------------------------------
 
---------------------------------*/
.features {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0;
  color: var(--c-wht);
  background:
    radial-gradient(circle at 50% 0%, rgba(76, 155, 255, 0.22), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(76, 155, 255, 0.18), transparent 16%),
    radial-gradient(circle at 82% 22%, rgba(69, 126, 190, 0.16), transparent 28%),
    linear-gradient(180deg, #061421 0%, #02070d 100%);
}
.features::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(120, 180, 240, 0.08) 42.2%, transparent 43%),
    linear-gradient(165deg, transparent 0 64%, rgba(120, 180, 240, 0.05) 64.2%, transparent 65%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 80px
    );
  opacity: 0.55;
  pointer-events: none;
}
.features::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(90, 175, 255, 0.8), transparent 2.5%),
    radial-gradient(circle at 50% 100%, rgba(90, 175, 255, 0.65), transparent 2.5%);
  pointer-events: none;
  opacity: 0.7;
}
.features__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(214, 178, 95, 0.42);
  background:
    linear-gradient(135deg, rgba(4, 14, 24, 0.76), rgba(2, 7, 12, 0.64));
  box-shadow:
    0 0 0 1px rgba(90, 160, 230, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
/* 外枠の四隅飾り */
.features__inner::before,
.features__inner::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  background:
    linear-gradient(90deg, #d6b25f 0 34px, transparent 34px) left top / 90px 1px no-repeat,
    linear-gradient(#d6b25f 0 34px, transparent 34px) left top / 1px 90px no-repeat,
    linear-gradient(270deg, #d6b25f 0 34px, transparent 34px) right top / 90px 1px no-repeat,
    linear-gradient(#d6b25f 0 34px, transparent 34px) right top / 1px 90px no-repeat,
    linear-gradient(90deg, #d6b25f 0 34px, transparent 34px) left bottom / 90px 1px no-repeat,
    linear-gradient(0deg, #d6b25f 0 34px, transparent 34px) left bottom / 1px 90px no-repeat,
    linear-gradient(270deg, #d6b25f 0 34px, transparent 34px) right bottom / 90px 1px no-repeat,
    linear-gradient(0deg, #d6b25f 0 34px, transparent 34px) right bottom / 1px 90px no-repeat;
  opacity: 0.72;
}
.features__inner::after {
  inset: 18px;
  opacity: 0.18;
  filter: blur(1px);
}
.features__head {
  position: relative;
  max-width: 940px;
  padding-left: 36px;
}
.features__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(214, 178, 95, 0.85),
    transparent
  );
}
.section-kicker {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  color: #d6b25f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.section-kicker::after {
  content: "";
  display: inline-block;
  width: 220px;
  height: 1px;
  margin-left: 18px;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(214, 178, 95, 0.9), transparent);
}
.features__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-shadow: 0 0 28px rgba(95, 165, 230, 0.16);
}
.features__lead {
  margin: 24px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 32px);
  margin-top: clamp(40px, 5vw, 64px);
}
.kit-feature-card {
  position: relative;
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 20% 0%, rgba(72, 144, 210, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(4, 15, 26, 0.92), rgba(1, 6, 11, 0.82));
  border: 1px solid rgba(214, 178, 95, 0.44);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  clip-path: polygon(
    0 0,
    calc(100% - 22px) 0,
    100% 22px,
    100% 100%,
    22px 100%,
    0 calc(100% - 22px)
  );
}
/* カード内の金ライン */
.kit-feature-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 100px;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 178, 95, 0.95), transparent);
}
/* 右下の短い斜線アクセント */
.kit-feature-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 54px;
  height: 12px;
  background:
    linear-gradient(120deg, transparent 0 10%, #d6b25f 10% 24%, transparent 24% 34%, #d6b25f 34% 48%, transparent 48% 58%, #d6b25f 58% 72%, transparent 72%);
  opacity: 0.9;
}
.kit-feature-card__num {
  margin: 0 0 26px;
  color: #d6b25f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 0 20px rgba(214, 178, 95, 0.16);
}
.kit-feature-card__title {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.kit-feature-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 2.1;
  letter-spacing: 0.03em;
}
/* SP */
@media (max-width: 767px) {
  .features {
    padding: 32px 0;
  }
  .features__inner {
    width: calc(100% - 24px);
    padding: 28px 16px;
  }
  .features__head {
    padding-left: 18px;
  }
  .section-kicker::after {
    width: 96px;
  }
  .features__title {
    font-size: 30px;
  }
  .features__lead {
    font-size: 16px;
  }
  .features__grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .kit-feature-card {
    min-height: auto;
    padding: 24px 20px 42px 28px;
  }
  .kit-feature-card::before {
    left: 20px;
    top: 70px;
    width: 120px;
  }
  .kit-feature-card__num {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .kit-feature-card__title {
    font-size: 21px;
  }
  .kit-feature-card__text {
    font-size: 14px;
    line-height: 2;
  }
}
/*-------------------------------
 STORY
---------------------------------*/
.story {
  position: relative;
  overflow: hidden;
  color: var(--c-wht);
  background:
    radial-gradient(circle at 18% 52%, rgba(73, 144, 210, 0.18), transparent 34%),
    linear-gradient(180deg, #04101a 0%, #02070d 100%);
  border-top: 1px solid rgba(190, 220, 250, 0.14);
  border-bottom: 1px solid rgba(190, 220, 250, 0.14);
}
.story:before {
    content: "";
    position: absolute;
    inset: -1px 0 auto 50%;
    margin-inline: auto;
    width: 70vw;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(58 96 146), transparent);
    transform: translate(-50%, -50%);
}
.story__inner {
  width: min(1500px, calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(64px, 8vw, 112px) 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.story__visual {
  position: relative;
  min-height: clamp(460px, 80vw, 960px);
}
.story__visual::before {
  content: "";
  position: absolute;
  inset: auto 6% 0;
  height: 24%;
  background: radial-gradient(ellipse at center, rgba(84, 150, 220, 0.28), transparent 68%);
  filter: blur(18px);
  opacity: 0.8;
}
.story__image {
  position: absolute;
  left: 52%;
  bottom: 0;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 30px 44px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 24px rgba(104, 171, 232, 0.14));
}
.story__body {
  position: relative;
  padding: clamp(28px, 3.2vw, 44px);
  background:
    linear-gradient(135deg, rgba(5, 14, 24, 0.78), rgba(2, 7, 12, 0.62));
}
.story__kicker {
  margin: 0 0 16px;
  color: #d6b25f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.story__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.story__text {
  margin-top: 28px;
}
.story__text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.story__text p + p {
  margin-top: 1.25em;
}
.story__closing {
  margin: 28px 0 0;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(214, 178, 95, 0.28);
}
@media (max-width: 980px) {
  .story__inner {
    grid-template-columns: 1fr;
  }
  .story__visual {
    min-height: clamp(420px, 85vw, 770px);
  }
  .story__image {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .story__inner {
    width: calc(100% - 28px);
    padding: 48px 0;
    gap: 28px;
  }
  .story__visual {
    min-height: clamp(400px, 120vw, 770px);
  }
  .story__body {
    padding: 24px 18px;
  }
  .story__title {
    font-size: 26px;
  }
  .story__title br {
    display: none;
  }
  .story__text p {
    font-size: 14px;
    line-height: 2;
  }
  .story__closing {
    font-size: 16px;
  }
}
/*-------------------------------
 product
---------------------------------*/
.product {
  position: relative;
  overflow: hidden;
  color: var(--c-wht);
  background:
    radial-gradient(circle at 24% 48%, rgba(70, 145, 220, 0.18), transparent 34%),
    radial-gradient(circle at 80% 40%, rgba(214, 178, 95, 0.06), transparent 30%),
    linear-gradient(180deg, #04101a 0%, #02070d 100%);
  border-top: 1px solid rgba(190, 220, 250, 0.12);
  border-bottom: 1px solid rgba(190, 220, 250, 0.12);
  padding: clamp(72px, 8vw, 120px) 0;
}
.product__inner {
  width: min(1500px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 6vw, 54px);
  align-items: center;
}
.product__visual {
  position: relative;
  min-height: clamp(520px, 50vw, 810px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__visual::before {
  content: "";
  position: absolute;
  inset: 8% 0 2%;
  background:
    radial-gradient(circle at 50% 48%, rgba(118, 188, 255, 0.22), transparent 44%),
    radial-gradient(ellipse at 50% 88%, rgba(75, 150, 230, 0.22), transparent 62%);
  filter: blur(2px);
  opacity: 0.95;
}
.product__visual-frame {
  position: relative;
  width: min(100%, 620px);
  height: clamp(520px, 44vw, 770px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(214, 178, 95, 0.22);
  opacity: 0.8;
}
.product__visual-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(214,178,95,.9) 0 52px, transparent 52px) left top / 130px 1px no-repeat,
    linear-gradient(rgba(214,178,95,.9) 0 52px, transparent 52px) left top / 1px 130px no-repeat,
    linear-gradient(270deg, rgba(214,178,95,.9) 0 52px, transparent 52px) right bottom / 130px 1px no-repeat,
    linear-gradient(0deg, rgba(214,178,95,.9) 0 52px, transparent 52px) right bottom / 1px 130px no-repeat;
}
.product__image {
  position: relative;
  z-index: 2;
  width: min(112%, 720px);
  max-width: none;
  height: auto;
  transform: translateY(0%);
  filter:
    brightness(0.96)
    contrast(1.06)
    drop-shadow(0 34px 48px rgba(0,0,0,.62))
    drop-shadow(0 0 28px rgba(95,170,235,.18));
}
/* RIGHT SPEC PANEL */
.product__spec-panel {
  position: relative;
  padding: clamp(48px, 5vw, 72px) clamp(42px, 5vw, 72px);
}
.product__spec-panel::before {
  /* content: ""; */
  position: absolute;
  inset: 22px;
  pointer-events: none;
  border: 1px solid rgba(150, 205, 255, 0.09);
}
.product__spec-panel::after {
  /* content: ""; */
  position: absolute;
  inset: 22px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(214,178,95,.9) 0 54px, transparent 54px) left top / 140px 1px no-repeat,
    linear-gradient(rgba(214,178,95,.9) 0 54px, transparent 54px) left top / 1px 140px no-repeat,
    linear-gradient(270deg, rgba(214,178,95,.9) 0 54px, transparent 54px) right bottom / 140px 1px no-repeat,
    linear-gradient(0deg, rgba(214,178,95,.9) 0 54px, transparent 54px) right bottom / 1px 140px no-repeat;
}
.product__kicker {
  margin: 0 0 20px;
  color: #d6b25f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  font-weight: 700;
}
.product__title {
  margin: 0 0 clamp(24px, 2vw, 28px);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.product__spec {
  margin: 0;
  display: grid;
}
.product__row {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  align-items: baseline;
}
.product__row:first-child {
  border-top: 1px solid rgba(255,255,255,.08);
}
.product__row dt {
  color: rgba(190, 220, 250, 0.68);
  font-size: 14px;
  line-height: 1.8;
}
.product__row dd {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.8;
  font-weight: 600;
}
.product__row dd strong {
  display: inline-block;
  color: var(--hero-gold);
  font-size: clamp(18px, 1.5vw, 24px);
}
/* TABLET */
@media (max-width: 1080px) {
  .product__inner {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 32px));
    gap: 36px;
  }
  .product__visual {
    min-height: auto;
  }
  .product__visual-frame {
    width: min(100%, 620px);
    height: clamp(520px, 78vw, 720px);
  }
  .product__image {
    width: min(104%, 600px);
  }
}
/* SP */
@media (max-width: 767px) {
  .product__inner {
    width: calc(100% - 28px);
    padding: 52px 0;
    gap: 28px;
  }
  .product__visual-frame {
    height: clamp(420px, 116vw, 560px);
  }
  .product__visual-frame::after,
  .product__spec-panel::after {
    inset: 14px;
    background:
      linear-gradient(90deg, rgba(214,178,95,.85) 0 34px, transparent 34px) left top / 90px 1px no-repeat,
      linear-gradient(rgba(214,178,95,.85) 0 34px, transparent 34px) left top / 1px 90px no-repeat,
      linear-gradient(270deg, rgba(214,178,95,.85) 0 34px, transparent 34px) right bottom / 90px 1px no-repeat,
      linear-gradient(0deg, rgba(214,178,95,.85) 0 34px, transparent 34px) right bottom / 1px 90px no-repeat;
  }
  .product__spec-panel {
    padding: 34px 22px;
  }
  .product__spec-panel::before {
    inset: 14px;
  }
  .product__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .product__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .product__row dt {
    font-size: 12px;
  }
  .product__row dd {
    font-size: 14px;
  }
}
.item-spec-note {
  color: rgba(190, 220, 250, 0.68);
}
/*-------------------------------
 USP
---------------------------------*/
.usp-sec {
  background: #f4f4f4;
  padding: 0 calc(var(--rs) * 2);
}
.usp-cont {
  width: var(--w-md);
  max-width: 100%;
  padding: calc(var(--rs) * 8) 0;
  margin: 0 auto;
  position: relative;
  div:has(.usp-catch) {
    margin: 0 0 5rem;
  }
}
.usp-catch {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: calc(var(--fs) * 3.6);
  color: #c90632;
  margin: calc(var(--fs) * 2) 0 calc(var(--fs) * 1);
}
@media (max-width: 770px) {
  .usp-catch {
    font-size: calc(var(--fs) * 2.4);
  }
}
.usp-lead {
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.8;
  padding: 0.5em 0 0;
}
.cont-title {
  font-size: calc(var(--fs) * 3.4);
  font-style: normal;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 calc(var(--rs) * 4);
  @media (min-width: 899px) {
    line-height: 1.5;
  }
  & h3 {
    font-weight: bold;
  }
  & p {
  font-size: 50%;
  color: #606060;
  }
}
.grid-section {
}
.grid-section + .grid-section {
  margin-top: calc(var(--rs) * 4);
}
.grid-container {
  display: grid;
  container-type: inline-size;
  gap: 1cqi;
  .grid-item {
    position: relative;
    .usp-num {
      font-size: calc(var(--rs) * 2.4);
      color: var(--c-wht);
      line-height: 1;
      width: calc(var(--rs)* 4);
      height: calc(var(--rs)* 4);
      background: #333;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 0.2rem;
    }
  }
  &.grid-2-columns { 
    grid-template-columns: 1fr 1fr;
  }
  &.grid-full-width {
    grid-template-columns: 1fr;
    .grid-item {
      grid-column: 1 / -1;
    }
  }
  /* 左に縦長、右に縦ふうたつ */
  &.grid-complex-layout {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    .grid-item:nth-child(1) {
      grid-row: 1 / span 2;
      grid-column: 1;
    }
    .grid-item:nth-child(2) {
      grid-row: 1;
      grid-column: 2;
    }
    .grid-item:nth-child(3) {
      grid-row: 2;
      grid-column: 2;
    }
  }
  /* 左に縦ふたつ、右に縦長 */
  &.grid-complex-layout-alt {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    .grid-item:nth-child(1) {
      grid-row: 1;
      grid-column: 1;
    }
    .grid-item:nth-child(2) {
      grid-row: 2;
      grid-column: 1;
    }
    .grid-item:nth-child(3) {
      grid-row: 1 / span 2;
      grid-column: 2;
      background: var(--c-wht);
    }
  }
  /* 上にふたつ、下に横長*/
  &.grid-2-1 {
    grid-template-columns: 1fr 1fr;
    .grid-item:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
    }
    .grid-item:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
    }
    .grid-item:nth-child(3) {
      grid-column: 1 / -1;
      grid-row: 2;
    }
  }
  /* 上に横長、下にふたつ*/
  &.grid-1-2 {
    grid-template-columns: 1fr 1fr;
    .grid-item:nth-child(1) {
      grid-column: 1 / -1;
      grid-row: 1;
    }
    .grid-item:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }
    .grid-item:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
  }
  &.grid-unique {
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    .grid-item:nth-child(1) {
      grid-area: 1 / 1 / 2 / 3; 
      min-height: 200px;
      z-index: 1;
    }
    .grid-item:nth-child(2) {
      width: 50cqi;
      height: 50cqi;
      background: var(--c-wht);
      border: 1cqi solid #f4f4f4;
      border-top: none;
      border-right: none;
      z-index: 2;
      grid-area: 1 / 1 / 2 / 3;
      justify-self: end;
      align-self: start;
    }
    .grid-item:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; 
    }
    .grid-item:nth-child(4) {
      grid-area: 2 / 2 / 3 / 3; 
    }
  }
}
.usp-txt {
  font-size: calc(var(--fs) * 1.6);
  margin-top: calc(var(--fs) * 1.6);
  padding: 0 0 calc(var(--rs) * 1);
  position: relative;
  .usp-tit {
    font-size: calc(var(--fs) * 1.8);
    font-weight: bold;
    line-height: 1.3;
  }
  .usp-dscr {
    text-align: justify;
    line-height: 1.6;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
    + .usp-dscr {
      padding: 0.5rem 0 0 0;
    }
    + .usp-tit {
      padding-top: calc(var(--fs) * 1.6);
    }
    strong {
      font-size: calc(var(--fs) * 2.2);
      padding: calc(var(--rs) * 2) 0 calc(var(--rs) * 2);
      display: block;
      @media (min-width: 899px) {
        font-size: calc(var(--fs) * 3);
      }
    }
  } 
}
.usp-stand {

  @media (min-width: 899px) {

  }
}
:is(.usp-cont) .item-spec-note {
  color: var(--c-blk);
  width: min(100%, var(--w-sm));
  margin: 0 auto;
  padding: 0.5rem 0 0;
}
/*
:is(.usp-cont) .spec-container {
  background: rgba(255,255,255,0.8);
}
*/
/*-------------------------------
 COLOR
---------------------------------*/
.color-sec {
  /* background: #e7eff5; */
  padding: calc(var(--rs) * 8) calc(var(--rs) * 2);
  background: radial-gradient(circle at 50% 0%, rgba(76, 155, 255, 0.22), transparent 18%), radial-gradient(circle at 50% 100%, rgba(76, 155, 255, 0.18), transparent 16%), radial-gradient(circle at 82% 22%, rgba(69, 126, 190, 0.16), transparent 28%), linear-gradient(180deg, #061421 0%, #02070d 100%);
  border-bottom: 1px solid rgba(190, 220, 250, 0.12);
}
.color-cont {
  width: calc(var(--w-md) + 4vw);
  max-width: 100%;
  padding: 0 calc(var(--rs) * 2);
  margin: 0 auto;
  position: relative;
}
.color-lead {
  font-size: calc(var(--fs) * 2.2);
  color: var(--c-wht);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.color-catch {
  font-weight: bold;
  font-size: clamp(38px, 4vw, 48px);
  padding: 0 0 calc(var(--rs) * 1.6);
  color: var(--hero-gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .color-catch {
    font-size: 28px;
  }
}
.color-text {
  padding: 0 0 calc(var(--fs) * 3.2);
  line-height: 1.6;
  color: var(--c-wht);
  font-weight: normal;
}
.item-cont {
  background: var(--c-wht);
  padding: calc(var(--rs) * 1) calc(var(--rs) * 1) 0;
}
:is(.item-cont)  {
  .related-items {
    width: 100%;
  }
  .item-list {
    max-width: calc(100% / 3);
    margin-top: 0;
    padding: 0;
  }
}
.recd {
  color: var(--c-blk);
  background: var(--c-wht);
  padding: 0 calc(var(--rs) * 1) calc(var(--rs) * 1);
}
.recd-catch {
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
  color: var(--c-wht);
  background: #000;
  padding: 0.8rem calc(var(--fs) * 1.6) 0.5rem;
}
.recd-dd {
  
}
.color-tbl {
  background: #ffffff;
  width: 100%;
  border-collapse: collapse;
}
.color-tbl tr + tr {
  border-top: 1px solid #dadada;
}
.color-tbl th {
  width: 20em;
  position: relative;
  padding: calc(var(--fs) * 1) 1em;
  background: #e7e7e7;
}
.color-tbl td {
  padding: calc(var(--fs) * 1) 1em;
}
.recd-note {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.5rem calc(var(--rs) * 1) 0;
  color: var(--c-wht);
  font-weight: normal;
}
.recd-note li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media (max-width: 770px) {
  .color-tbl th, .color-tbl td {
    display: block;
    width: 100%;
  }
}
/*-------------------------------
 schedule
（基本デザイン以外でスケジュールエリアを作成する際は add_schedule-foo.css にて各商品別にCSS設定）
---------------------------------*/
/*-------------------------------
 ボークス会員について
---------------------------------*/
.order-members {
  color: var(--c-wht);
  font-family: sans-serif;
  padding: 0.5rem 1rem 1rem;
  margin: calc(var(--rs) * 1.5) auto calc(var(--rs) * 4);
  background: rgb(0 0 0);
  border: 0.3rem double rgb(255 255 255);
  text-align: center;
  width: min(96%, var(--w-sm));
}
.order-members dt {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  margin: var(--rs);
}
.members-link {
  display: inline-block;
  margin: 0 auto;
}
.order-members dd {
  text-align: left;
  /* margin: 0.5rem 1em; */
}
.link-text__deco--more {
  padding-right: 1em;
}
.link-text__deco--more::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 2px 5px;
  border: 0;
  border-top: 2px solid var(--c-link);
  border-right: 2px solid var(--c-link);
  display: inline-block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.link-text__deco--more:hover::after {
  border-color: var(--c-link-hover);
}
@media screen and (orientation: landscape) and (min-width: 767px) {
  .members-link {
    display: flex;
    justify-content: space-evenly;
  }
}
.cont-defaultschedule {
  padding: calc(var(--rs)* 4) calc(var(--rs)* 2) calc(var(--rs)* 6);
  background: var(--c-bg-gry);
}
/* schedule -  coment */
.schedule-coment {
  width: min(96%, var(--w-sm));
  margin: 0 auto;
  margin-top: calc(var(--rs) * 2);
}
.schedule-catch {
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
}
.schedule-text {
  margin-top: 0.5em;
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.8;
}
/* schedule - date */
.schedule-date {
  width: min(96%, var(--w-sm));
  margin: 0 auto;
  margin-top: calc(var(--rs) * 4);
}
.schedule-date__group {
  padding-bottom: calc(var(--rs) * 1);
  background: var(--c-wht);
}
.schedule-date__group:not(:first-child) {
  margin-top: calc(var(--rs) * 4);
}
.schedule-date dt {
  padding: calc(var(--rs) * 0.5) calc(var(--rs) * 1.5);
  background: var(--c-link-hover);
  color: var(--c-wht);
  font-size: calc(var(--fs) * 1.8);
}
.schedule-date dd {
  padding: 0  calc(var(--rs) * 1.5);
  margin-top: 1em;
  line-height: 1.5;
}
.schedule-date dd > p {
  margin: 1em auto;
}
/* schedule notice*/
.schedule-notice {
  width: calc(100% + calc(var(--rs) * 1));
  padding: calc(var(--rs) * 0.5);
  padding-top: 1em;
  margin-top: calc(var(--rs) * 2);
  border-top: 1px solid var(--c-gry-light);
  color: var(--c-gry-dark);
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.3;
  position: relative;
  left: calc(var(--rs) * -0.5);
  font-weight: normal;
}
.schedule-notice > li {
  padding: 0.2em 1em;
  text-indent: -1em;
}
/* kadokawa store */
p.link-btn-container a.link-btn.link-btn--buy:nth-of-type(2) {
  margin: 0 auto calc(var(--fs)* 2);
}
/* 二次予約 */
.scd-grey {
  color: #ccc;
}
.scd-red {
  color: #f00;
}
/* リリース情報 */
.release_sch {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.2rem 0 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  dt {
    font-size: calc(var(--fs) * 1.4);
    color: inherit;
    padding: 0 0;
    background: none;
  }
  dd {
    padding: 0 0 0 0.3em;
    margin-top: 0;
  }
  dd:nth-of-type(2) {
    padding: 0 0 0 0.5em;
  }
}
.base-conts > .release_sch {
  padding: 1rem 0 1.5rem;
}
.usp-wrap > .release_sch {
  width: min(100%, var(--w-sm));
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
}
/*-------------------------------
 mail
---------------------------------*/
.mail-sec {
  background: var(--c-wht);
  padding: calc(var(--fs) * 4) calc(var(--rs) * 2) calc(var(--fs) * 4);
}
.main-cont {
  max-width: var(--w-md);
  margin: 0 auto;
}
.heading-category-shoulder {
  font-size: calc(var(--fs) * 1.4);
  color: #999;
  text-align: center;
  margin: -0.5em auto 1rem;
}
.text-lead-page {
  padding: 0 2%;
  margin: 1rem auto;
  line-height: 1.8;
  text-align: center;
  font-weight: normal;
}
/*-------------------------------
 SP
---------------------------------*/
.sp-conts__list {
  width: min(48%, 33rem);
  flex: 1 1 auto;
}