:root {
  --header-width: 124px;
  --text-white: #fff;
  --fade-duration: 1400ms;
  --intro-darkness: 0;
  --surface-dark: #151515;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f4f2ef;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  color: var(--text-white);
  background:
    linear-gradient(rgba(248, 247, 245, 0.78), rgba(248, 247, 245, 0.8)),
    url("../img/back.jpeg") center center / cover no-repeat fixed;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
}

br.copy-break {
  display: inline;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #000;
  content: "";
  opacity: var(--intro-darkness);
  pointer-events: none;
  transition: opacity 160ms linear;
}

main {
  position: relative;
  z-index: 1;
}

body.reveal-enabled [data-reveal] {
  opacity: 0;
  filter: blur(4px);
  transition:
    opacity 2400ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 2400ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 10;
  display: flex;
  width: var(--header-width);
  padding: 35px 0 34px 34px;
  flex-direction: column;
  align-items: flex-start;
  color: var(--text-white);
  pointer-events: none;
  transition: color 180ms ease;
}

.site-header.is-on-light {
  color: #1f1f1f;
}

.site-header.is-on-dark {
  color: var(--text-white);
}

.site-logo,
.site-nav a {
  pointer-events: auto;
}

.site-logo {
  width: 74px;
  margin-bottom: 44px;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
}

.site-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a:focus-visible,
.site-logo:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: var(--surface-dark);
}

.hero-panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--surface-dark);
}

.hero-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  content: "";
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--fade-duration) ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-panel-left .hero-slide img {
  object-position: center center;
}

.hero-panel-right .hero-slide img {
  object-position: center center;
}

.watch-note {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: var(--text-white);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.watch-note-ladies {
  top: 59%;
  left: 60%;
}

.watch-note-mens {
  top: 83%;
  left: 43%;
}

.watch-note-solar {
  top: 34%;
  left: 53%;
}

.concept-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 110px 40px 100px var(--header-width);
  color: #1e1e1e;
}

.concept-inner {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.concept-logo {
  width: 92px;
  margin: 0 auto 42px;
}

.concept-section h2 {
  margin: 0 0 34px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

.concept-copy {
  display: grid;
  gap: 28px;
  color: rgba(30, 30, 30, 0.72);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.concept-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 5;
}

.concept-detail-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 86px 72px 112px var(--header-width);
  color: #1e1e1e;
}

.concept-composition {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "image-main text-main"
    "text-sub image-sub";
}

.concept-visual {
  margin: 0;
  min-height: clamp(420px, 39vw, 590px);
  overflow: hidden;
}

.concept-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.concept-visual-primary {
  grid-area: image-main;
}

.concept-visual-primary img {
  object-position: center center;
}

.concept-visual-secondary {
  grid-area: image-sub;
}

.concept-visual-secondary img {
  object-position: center center;
}

.concept-text {
  display: flex;
  min-height: clamp(420px, 39vw, 590px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 8vw, 118px) clamp(38px, 7vw, 116px);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.concept-text-primary {
  grid-area: text-main;
}

.concept-text-secondary {
  grid-area: text-sub;
  align-items: flex-start;
  padding-left: clamp(28px, 4.7vw, 72px);
}

.concept-text h2 {
  margin: 0 0 24px;
  color: #a18a50;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.concept-text p {
  width: min(360px, 100%);
  margin: 0 0 28px;
  color: rgba(31, 31, 31, 0.7);
  font-size: 14px;
  line-height: 2.35;
  letter-spacing: 0;
}

.concept-text p:last-child {
  margin-bottom: 0;
}

body.reveal-enabled .concept-detail-section .concept-breeze-item {
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(-56px, 10px, 0);
  transition:
    opacity 1800ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 2000ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1900ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.reveal-enabled .concept-detail-section.is-visible .concept-breeze-item {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

body.reveal-enabled .concept-detail-section.is-visible .concept-breeze-item:nth-child(2) {
  transition-delay: 140ms;
}

body.reveal-enabled .concept-detail-section.is-visible .concept-breeze-item:nth-child(3) {
  transition-delay: 260ms;
}

body.reveal-enabled .concept-detail-section.is-visible .concept-breeze-item:nth-child(4) {
  transition-delay: 380ms;
}

.introduction-section {
  position: relative;
  min-height: 100svh;
  padding: 160px 72px 240px var(--header-width);
  color: var(--text-white);
  overflow: visible;
}

.introduction-section::before {
  position: absolute;
  top: -34svh;
  right: 0;
  bottom: -24svh;
  left: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 9% 22%, rgba(255, 246, 218, 0.2) 0%, rgba(255, 246, 218, 0.11) 26%, rgba(255, 246, 218, 0) 58%),
    linear-gradient(132deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 246, 218, 0.08) 20%, rgba(255, 246, 218, 0) 52%);
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 24%, #000 76%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 24%, #000 76%, rgba(0, 0, 0, 0) 100%);
}

.introduction-section::after {
  position: absolute;
  top: -40svh;
  left: -12%;
  z-index: 0;
  width: 68%;
  height: 96svh;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.12), rgba(255, 246, 218, 0.04) 42%, rgba(255, 246, 218, 0) 68%);
  content: "";
  filter: blur(24px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 28%, #000 78%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  transform: rotate(-4deg);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 28%, #000 78%, rgba(0, 0, 0, 0) 100%);
}

.introduction-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  gap: 136px;
}

.introduction-block {
  display: grid;
  grid-template-columns: minmax(360px, 580px) minmax(360px, 1fr);
  gap: 96px;
  align-items: center;
}

.introduction-image {
  margin: 0;
}

.introduction-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.introduction-copy {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.section-kicker {
  margin: 0 0 24px;
  color: #a18a50;
  font-size: 20px;
  line-height: 1.5;
}

.introduction-copy h2 {
  margin: 0 0 32px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.introduction-copy p:not(.section-kicker) {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

.introduction-copy p:last-child {
  margin-bottom: 0;
}

.design-section {
  display: none;
  position: relative;
  min-height: 100svh;
  padding: 118px 72px 110px var(--header-width);
  background: #262626;
  color: var(--text-white);
}

.design-inner {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto;
  gap: 94px;
}

.design-block {
  display: grid;
  grid-template-columns: minmax(320px, 450px) minmax(360px, 1fr);
  gap: 94px;
  align-items: center;
}

.design-image {
  margin: 0;
}

.design-image img {
  width: 100%;
  aspect-ratio: 450 / 300;
  height: auto;
  object-fit: cover;
}

.design-copy {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.design-copy h2 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.design-copy p:not(.section-kicker) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0;
}

.design-copy p:last-child {
  margin-bottom: 0;
}

.new-items-section {
  position: relative;
  min-height: 100svh;
  padding: 96px 72px 84px var(--header-width);
  color: #1f1f1f;
}

.new-items-inner {
  width: min(930px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  margin-bottom: 70px;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}

.section-heading::before,
.section-heading::after {
  height: 1px;
  background: rgba(31, 31, 31, 0.28);
  content: "";
}

.section-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 0px;
}

.product-card a {
  display: grid;
  color: inherit;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  text-align: center;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  object-fit: contain;
}

.product-name,
.product-size,
.product-price {
  display: block;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0;
}

.product-name {
  margin-bottom: 3px;
}

.product-size,
.product-price {
  color: rgba(31, 31, 31, 0.76);
}

.all-items-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 78px 0 0 auto;
  padding: 0 38px 7px 0;
  color: #1f1f1f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.25;
  transition: color 220ms ease;
}

.all-items-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
  transform-origin: left center;
  transition: background-color 220ms ease, right 220ms ease;
}

.all-items-link::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 26px;
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
  transform: rotate(38deg);
  transform-origin: right center;
  transition: background-color 220ms ease, right 220ms ease;
}

.all-items-link:hover,
.all-items-link:focus-visible {
  color: #000;
}

.all-items-link:hover::before,
.all-items-link:focus-visible::before {
  right: -4px;
  background: rgba(31, 31, 31, 0.72);
}

.all-items-link:hover::after,
.all-items-link:focus-visible::after {
  right: -5px;
  background: rgba(31, 31, 31, 0.72);
}

.site-footer {
  position: relative;
  z-index: 1;
  min-height: 242px;
  padding: 72px 64px 28px var(--header-width);
  color: #1f1f1f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.footer-inner {
  position: relative;
  width: min(1040px, 100%);
  min-height: 160px;
  margin: 0 auto;
}

.footer-brand {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-brand img {
  width: 58px;
  height: auto;
}

.footer-copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transform: translateX(-50%);
  white-space: nowrap;
}

.footer-nav {
  position: absolute;
  top: 4px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 58px;
}

.footer-nav ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a,
.footer-policy-link {
  color: rgba(31, 31, 31, 0.78);
  font-size: 12px;
  line-height: 1.5;
  transition: color 180ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-policy-link:hover,
.footer-policy-link:focus-visible {
  color: #000;
}

.footer-policy-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 34px 6px 0;
}

.footer-policy-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(31, 31, 31, 0.34);
  content: "";
  transition: background-color 180ms ease;
}

.footer-policy-link::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: rgba(31, 31, 31, 0.34);
  content: "";
  transform: rotate(38deg);
  transform-origin: right center;
  transition: background-color 180ms ease;
}

.footer-policy-link:hover::before,
.footer-policy-link:focus-visible::before,
.footer-policy-link:hover::after,
.footer-policy-link:focus-visible::after {
  background: rgba(31, 31, 31, 0.64);
}

.product-main {
  color: #1f1f1f;
}

.product-detail {
  min-height: 100svh;
  padding: 64px 72px 74px var(--header-width);
}

.product-detail-inner {
  display: grid;
  width: min(1060px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 120px;
  align-items: start;
}

.product-gallery {
  display: grid;
  width: min(420px, 100%);
  gap: 14px;
}

.product-main-image {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1550 / 1500;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  margin: 0;
  place-items: center;
  background: rgba(255, 255, 255, 0.514);
  overflow: hidden;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-main-image img.is-fading {
  opacity: 0;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 74px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(31, 31, 31, 0.52);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, opacity 180ms ease;
}

.gallery-nav::before {
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
}

.gallery-nav-prev {
  left: 14px;
}

.gallery-nav-prev::before {
  transform: rotate(-135deg);
}

.gallery-nav-next {
  right: 14px;
}

.gallery-nav-next::before {
  transform: rotate(45deg);
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  color: rgba(31, 31, 31, 0.88);
}

.gallery-nav:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: -8px;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.product-thumb {
  display: grid;
  aspect-ratio: 1 / 1;
  padding: 8px;
  place-items: center;
  border: 1px solid rgba(31, 31, 31, 0.16);
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  opacity: 0.52;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.product-thumb.is-active,
.product-thumb:hover,
.product-thumb:focus-visible {
  border-color: rgba(31, 31, 31, 0.68);
  opacity: 1;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info {
  min-width: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.product-info h1 {
  margin: -10px 0 24px;
  color: rgba(31, 31, 31, 0.86);
font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.product-detail-price {
  margin: 0 0 26px;
  color: rgba(31, 31, 31, 0.76);
  font-size: 14px;
  line-height: 1.8;
}

.product-spec-block {
  margin-top: 28px;
}

.product-spec-block h2 {
  margin: 0 0 18px;
  color: rgba(31, 31, 31, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.product-spec-list {
  margin: 0;
  border-top: 1px solid rgba(31, 31, 31, 0.42);
}

.product-spec-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.42);
}

.product-spec-list dt,
.product-spec-list dd {
  margin: 0;
  padding: 12px 0;
  color: rgba(31, 31, 31, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.color-variation {
  margin-top: 50px;
}

.color-variation h2 {
  margin: 0 0 16px;
  color: #a18a50;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.color-variation-list {
  display: flex;
  gap: 48px;
  align-items: center;
}

.color-variation-list a {
  display: block;
  width: 92px;
}

.color-variation-list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-introduction {
  --product-intro-table-opacity: 0;
  --product-intro-text-opacity: 1;
  min-height: 180svh;
  padding: 0 72px 0 var(--header-width);
}

.product-introduction-inner {
  position: sticky;
  top: 0;
  display: grid;
  width: min(1220px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  grid-template-columns: minmax(400px, 560px) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.product-introduction figure {
  margin: 0;
}

.product-introduction-visual {
  min-width: 0;
}

.product-introduction img {
  width: 100%;
  aspect-ratio: 450 / 288;
  height: auto;
  object-fit: cover;
}

.product-introduction-copy {
  position: relative;
  min-width: 0;
  min-height: 360px;
}

.product-introduction-panel {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  min-width: 0;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-introduction-text {
  opacity: var(--product-intro-text-opacity);
  transform: translateY(-50%);
}

.product-introduction h2 {
  margin: 0 0 34px;
  color: rgba(31, 31, 31, 0.78);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

.product-introduction p {
  margin: 0 0 24px;
  color: rgba(31, 31, 31, 0.64);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 14px;
  line-height: 2;
}

.product-introduction p:last-child {
  margin-bottom: 0;
}

.solar-charge-guide {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  opacity: var(--product-intro-table-opacity);
  pointer-events: none;
  transform: translateY(-50%);
}

.solar-charge-guide h3 {
  margin: 0 0 20px;
  color: rgba(31, 31, 31, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.solar-charge-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.solar-charge-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: rgba(31, 31, 31, 0.72);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.solar-charge-table th,
.solar-charge-table td {
  padding: 9px 5px;
  border: 1px solid rgba(31, 31, 31, 0.22);
  font-weight: 500;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.solar-charge-table th {
  color: #fff;
  background: rgba(31, 31, 31, 0.42);
  font-size: 10px;
  line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    transition: none;
  }

  .site-header,
  .menu-toggle span,
  .site-nav,
  .product-main-image img,
  .gallery-nav,
  .product-introduction-panel,
  .all-items-link,
  .all-items-link::before,
  .all-items-link::after,
  body.reveal-enabled [data-reveal],
  .product-thumb,
  .footer-nav a,
  .footer-policy-link,
  .footer-policy-link::before,
  .footer-policy-link::after {
    transition: none;
  }

  .hero-slide {
    transition: none;
  }
}

@media (max-width: 900px) {
  :root {
    --header-width: 104px;
  }

  .site-header {
    padding: 25px 0 26px 24px;
  }

  .site-logo {
    width: 62px;
    margin-bottom: 32px;
  }

  .site-nav {
    gap: 19px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 50svh;
  }

  .hero-panel-left {
    min-height: 56svh;
  }

  .hero-panel-right {
    min-height: 44svh;
  }

  .watch-note-ladies {
    left: 62%;
  }

  .watch-note-mens {
    left: 44%;
  }

  .watch-note-solar {
    top: 36%;
    left: 56%;
  }

  .concept-section {
    padding: 86px 28px 86px var(--header-width);
  }

  .concept-logo {
    width: 78px;
    margin-bottom: 34px;
  }

  .concept-section h2 {
    font-size: 23px;
  }

  .concept-detail-section {
    padding: 78px 34px 88px var(--header-width);
  }

  .concept-composition {
    width: min(700px, 100%);
    grid-template-columns: 1fr;
    grid-template-areas:
      "image-main"
      "text-main"
      "image-sub"
      "text-sub";
  }

  .concept-visual,
  .concept-text {
    min-height: auto;
  }

  .concept-visual img {
    height: auto;
    min-height: 0;
  }

  .concept-text {
    padding: 42px 8px 56px;
  }

  .concept-text-secondary {
    padding-left: 8px;
  }

  .introduction-section {
    padding: 90px 34px 104px var(--header-width);
  }

  .introduction-inner {
    gap: 96px;
  }

  .introduction-block {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .introduction-copy {
    width: min(620px, 100%);
  }

  .design-section {
    padding: 86px 34px 92px var(--header-width);
  }

  .design-inner {
    gap: 76px;
  }

  .design-block {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .design-copy {
    width: min(620px, 100%);
  }

  .new-items-section {
    padding: 82px 34px 76px var(--header-width);
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 48px;
  }

  .site-footer {
    padding: 70px 34px 34px var(--header-width);
  }

  .footer-inner {
    min-height: 300px;
  }

  .footer-brand {
    top: 0;
  }

  .footer-nav {
    top: 104px;
    right: 50%;
    transform: translateX(50%);
  }

  .footer-copyright {
    bottom: 0;
  }

  .footer-policy-link {
    bottom: 44px;
    right: 50%;
    transform: translateX(50%);
  }

  .product-detail {
    padding: 48px 34px 72px var(--header-width);
  }

  .product-detail-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-gallery {
    width: min(460px, 100%);
    margin: 0 auto;
  }

  .product-main-image {
    height: auto;
  }

  .product-info h1 {
    font-size: 42px;
  }

  .product-introduction {
    min-height: auto;
    padding: 82px 34px 102px var(--header-width);
  }

  .product-introduction-inner {
    position: static;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .product-introduction-visual {
    position: static;
  }

  .product-introduction-copy {
    min-height: auto;
    padding-top: 0;
  }

  .product-introduction-panel {
    position: static;
    opacity: 1 !important;
    transform: none !important;
  }

  .solar-charge-guide {
    margin-top: 64px;
    pointer-events: auto;
  }

  .solar-charge-table-wrap {
    overflow-x: auto;
  }

  .solar-charge-table {
    min-width: 520px;
  }
}

@media (max-width: 560px) {
  :root {
    --header-width: 0px;
  }

  .site-header {
    inset: 0 0 auto 0;
    width: auto;
    min-height: 76px;
    padding: 16px 18px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }

  .site-header.is-menu-open {
    color: #1f1f1f;
  }

  .site-logo {
    width: 52px;
    margin-bottom: 0;
    position: relative;
    z-index: 12;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    pointer-events: auto;
  }

  .menu-toggle span {
    grid-area: 1 / 1;
    width: 25px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(8px);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(42deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-42deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: min(290px, calc(100vw - 48px));
    padding: 104px 30px 34px;
    flex: none;
    gap: 24px;
    border-left: 1px solid rgba(31, 31, 31, 0.08);
    background: rgba(248, 247, 245, 0.97);
    color: #1f1f1f;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 260ms ease;
    visibility: hidden;
  }

  .site-header.is-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav a,
  .watch-note {
    font-size: 13px;
  }

  .site-nav a {
    min-height: 28px;
    width: fit-content;
  }

  .hero-panel-left .hero-slide img {
    object-position: 54% center;
  }

  .hero-panel-right .hero-slide img {
    object-position: center center;
  }

  .watch-note-ladies {
    top: 58%;
    left: 56%;
  }

  .watch-note-mens {
    top: 80%;
    left: 36%;
  }

  .watch-note-solar {
    top: 33%;
    left: 50%;
  }

  .concept-section {
    min-height: 92svh;
    padding: 72px 22px;
  }

  .concept-logo {
    width: 64px;
    margin-bottom: 28px;
  }

  .concept-section h2 {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .concept-copy {
    gap: 20px;
  }

  .concept-copy p {
    font-size: 14px;
    line-height: 4;
  }

  .concept-detail-section {
    padding: 62px 22px 70px;
  }

  .concept-composition {
    width: 100%;
  }

  .concept-text {
    padding: 34px 0 44px;
  }

  .concept-text h2 {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .concept-text p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 2;
  }

  .introduction-section {
    padding: 76px 22px 90px;
  }

  .introduction-inner {
    gap: 72px;
  }

  .introduction-block {
    gap: 28px;
  }

  .section-kicker {
    margin-bottom: 16px;
  }

  .introduction-copy h2 {
    margin-bottom: 22px;
    font-size: 21px;
  }

  .introduction-copy p:not(.section-kicker) {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .design-section {
    padding: 70px 22px 76px;
  }

  .design-inner {
    gap: 62px;
  }

  .design-block {
    gap: 26px;
  }

  .design-copy h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .design-copy p:not(.section-kicker) {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .new-items-section {
    padding: 70px 22px 68px;
  }

  .section-heading {
    margin-bottom: 48px;
    gap: 14px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 24px;
  }

  .product-card img {
    margin-bottom: 12px;
  }

  .product-name,
  .product-size,
  .product-price {
    font-size: 10px;
  }

  .all-items-link {
    margin-top: 54px;
    padding-right: 34px;
    font-size: 16px;
  }

  .all-items-link::after {
    width: 23px;
  }

  .site-footer {
    padding: 58px 22px 30px;
  }

  .footer-inner {
    min-height: 330px;
  }

  .footer-policy-link {
    bottom: 52px;
  }

  .footer-brand img {
    width: 50px;
  }

  .footer-nav {
    width: min(210px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .footer-nav ul {
    gap: 18px;
  }

  .footer-nav a,
  .footer-policy-link {
    font-size: 11px;
  }

  .product-detail {
    padding: 92px 22px 58px;
  }

  .product-main-image {
    height: auto;
    min-height: 0;
  }

  .gallery-nav {
    width: 38px;
    height: 58px;
  }

  .gallery-nav::before {
    width: 17px;
    height: 17px;
  }

  .gallery-nav-prev {
    left: 6px;
  }

  .gallery-nav-next {
    right: 6px;
  }

  .product-thumbnails {
    gap: 6px;
  }

  .product-thumb {
    padding: 5px;
  }

  .product-info h1 {
    margin-top: 0;
    font-size: 34px;
  }

  .product-spec-list div {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 0;
  }

  .product-spec-list dt,
  .product-spec-list dd {
    padding: 2px 0;
  }

  .color-variation-list {
    gap: 24px;
  }

  .color-variation-list a {
    width: 72px;
  }

  .product-introduction {
    padding: 70px 22px 90px;
  }

  .product-introduction h2 {
    font-size: 22px;
  }

  .solar-charge-guide h3 {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .solar-charge-guide {
    margin-top: 46px;
  }

  .solar-charge-table {
    min-width: 500px;
  }
}






.introduction-section[data-intro-scroll] {
  min-height: 300svh;
  padding: 0 72px 0 var(--header-width);
}

.introduction-section[data-intro-scroll] .introduction-inner {
  position: sticky;
  top: 0;
  display: grid;
  width: min(1200px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  place-items: center;
}

.introduction-section[data-intro-scroll] .introduction-block {
  position: absolute;
  inset: auto 0;
  display: grid;
  grid-template-columns: minmax(360px, 580px) minmax(360px, 1fr);
  gap: 96px;
  align-items: center;
  opacity: var(--intro-panel-opacity, 0);
  pointer-events: none;
  transform: translateY(var(--intro-panel-y, 18px));
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.introduction-section[data-intro-scroll] .introduction-block.is-active {
  pointer-events: auto;
}

.introduction-section[data-intro-scroll] .introduction-block:first-child {
  --intro-panel-opacity: 1;
  --intro-panel-y: 0px;
}

@media (max-width: 900px) {
  .introduction-section[data-intro-scroll] {
    min-height: 300svh;
    padding: 0 34px 0 var(--header-width);
  }

  .introduction-section[data-intro-scroll] .introduction-block {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 560px) {
  .introduction-section[data-intro-scroll] {
    padding: 0 22px;
  }

  .introduction-section[data-intro-scroll] .introduction-inner {
    min-height: 100svh;
    padding: 76px 0 90px;
  }

  .introduction-section[data-intro-scroll] .introduction-block {
    gap: 28px;
  }
}


.introduction-section[data-intro-scroll] .introduction-block {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.introduction-section[data-intro-scroll] .introduction-block.is-active {
  pointer-events: auto;
}




/* ----------------------------------------
  CONTACT PAGE
---------------------------------------- */

.contact-page {
  color: #1f1f1f;
}

.contact-page .site-header,
.contact-page .site-header.is-on-light,
.contact-page .site-header.is-on-dark {
  color: #1f1f1f;
}

.contact-page .site-logo img {
  content: url("../img/logo-bk.png");
}

.contact-main {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
}

.contact-section {
  min-height: calc(100svh - 242px);
  padding: 58px 72px 96px var(--header-width);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.contact-heading {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto 72px;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: center;
}

.contact-heading::before,
.contact-heading::after {
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
}

.contact-heading h1 {
  margin: 0;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.contact-layout {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 500px);
  gap: 96px;
  align-items: start;
}

.contact-information h2,
.contact-form-area h2 {
  margin: 0 0 36px;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-information p {
  margin: 0 0 18px;
  color: rgba(31, 31, 31, 0.68);
  font-size: 14px;
  line-height: 2;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: rgba(31, 31, 31, 0.86);
  font-size: 13px;
  line-height: 1.6;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(31, 31, 31, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: #1f1f1f;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.form-field input {
  height: 42px;
  padding: 8px 12px;
}

.form-field textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(31, 31, 31, 0.72);
  background: rgba(255, 255, 255, 0.78);
}

.form-note {
  margin: 0;
  color: rgba(31, 31, 31, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.contact-submit {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 12px 0 0 auto;
  padding: 0 42px 8px 0;
  border: 0;
  background: transparent;
  color: #1f1f1f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  transition: color 220ms ease;
}

.contact-submit::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
  transition: background-color 220ms ease, right 220ms ease;
}

.contact-submit::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 26px;
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
  transform: rotate(38deg);
  transform-origin: right center;
  transition: background-color 220ms ease, right 220ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  color: #000;
}

.contact-submit:hover::before,
.contact-submit:focus-visible::before {
  right: -4px;
  background: rgba(31, 31, 31, 0.72);
}

.contact-submit:hover::after,
.contact-submit:focus-visible::after {
  right: -5px;
  background: rgba(31, 31, 31, 0.72);
}

@media (max-width: 900px) {
  .contact-section {
    padding: 54px 34px 86px var(--header-width);
  }

  .contact-heading {
    margin-bottom: 58px;
    gap: 24px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding: 110px 22px 76px;
  }

  .contact-heading {
    margin-bottom: 46px;
    gap: 16px;
  }

  .contact-heading h1 {
    font-size: 18px;
  }

  .contact-information h2,
  .contact-form-area h2 {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .contact-layout {
    gap: 46px;
  }

  .form-field textarea {
    min-height: 170px;
  }
}


/* ----------------------------------------
  PRIVACY POLICY PAGE
---------------------------------------- */

.privacy-page {
  color: #1f1f1f;
}

.privacy-page .site-header,
.privacy-page .site-header.is-on-light,
.privacy-page .site-header.is-on-dark {
  color: #1f1f1f;
}

.privacy-page .site-logo img {
  content: url("../img/logo-bk.png");
}

.privacy-main {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
}

.privacy-section {
  min-height: calc(100svh - 242px);
  padding: 58px 72px 112px var(--header-width);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.privacy-heading {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto 64px;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: center;
}

.privacy-heading::before,
.privacy-heading::after {
  height: 1px;
  background: rgba(31, 31, 31, 0.42);
  content: "";
}

.privacy-heading h1 {
  margin: 0;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.privacy-inner {
  width: min(920px, 100%);
  margin: 0 auto;
}

.privacy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
  color: rgba(31, 31, 31, 0.62);
  font-size: 12px;
  line-height: 1.8;
}

.privacy-breadcrumb a {
  color: rgba(31, 31, 31, 0.72);
  transition: color 180ms ease;
}

.privacy-breadcrumb a:hover,
.privacy-breadcrumb a:focus-visible {
  color: #000;
}

.privacy-content {
  display: grid;
  gap: 34px;
}

.privacy-content p {
  margin: 0;
  color: rgba(31, 31, 31, 0.72);
  font-size: 14px;
  line-height: 2.15;
}

.privacy-block {
  display: grid;
  gap: 12px;
}

.privacy-block h2 {
  margin: 0;
  color: rgba(31, 31, 31, 0.88);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.privacy-block ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding-left: 1.4em;
  color: rgba(31, 31, 31, 0.72);
  font-size: 13px;
  line-height: 2;
}

.privacy-block li {
  padding-left: 0.2em;
}

.privacy-contact {
  margin-top: 12px !important;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 31, 31, 0.22);
}

.privacy-contact a {
  color: rgba(31, 31, 31, 0.84);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-contact a:hover,
.privacy-contact a:focus-visible {
  color: #000;
}

@media (max-width: 900px) {
  .privacy-section {
    padding: 54px 34px 96px var(--header-width);
  }

  .privacy-heading {
    margin-bottom: 54px;
    gap: 24px;
  }

  .privacy-inner {
    width: min(720px, 100%);
  }
}

@media (max-width: 560px) {
  .privacy-section {
    padding: 110px 22px 82px;
  }

  .privacy-heading {
    margin-bottom: 42px;
    gap: 16px;
  }

  .privacy-heading h1 {
    font-size: 17px;
  }

  .privacy-breadcrumb {
    margin-bottom: 34px;
    font-size: 11px;
  }

  .privacy-content {
    gap: 30px;
  }

  .privacy-content p {
    font-size: 14px;
    line-height: 2.05;
  }

  .privacy-block ul {
    font-size: 12px;
    line-height: 2.05;
  }

  .privacy-block h2 {
    font-size: 14px;
  }
}


/* ----------------------------------------
  ALL ITEMS PAGE FIX
---------------------------------------- */

.all-items-page {
  color: #1f1f1f;
}

.all-items-page .site-header,
.all-items-page .site-header.is-on-light,
.all-items-page .site-header.is-on-dark {
  color: #1f1f1f;
}

.all-items-page .site-logo img {
  content: url("../img/logo-bk.png");
}

.all-items-main {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
}

.all-items-page-section {
  min-height: calc(100svh - 242px);
  padding: 96px 72px 130px var(--header-width);
}

/* New Items と同じ横幅 */
.all-items-page-inner {
  width: min(930px, 100%) !important;
  margin: 0 auto !important;
}

.all-items-block {
  width: 100%;
}

/* 見出しを既存の New Items と同じにする */
.all-items-heading {
  display: grid !important;
  margin-bottom: 70px !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 22px !important;
  align-items: center !important;
}

.all-items-heading::before,
.all-items-heading::after {
  height: 1px;
  background: rgba(31, 31, 31, 0.28);
  content: "";
}

.all-items-heading h2 {
  margin: 0 !important;
  color: #1f1f1f !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/* 商品一覧は index の New Items と完全に同じサイズ */
.all-items-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 48px 0 !important;
}

.all-items-card a {
  display: grid !important;
  color: inherit;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
  text-align: center !important;
}

/* 画像サイズも New Items と同じ */
.all-items-card img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  margin-bottom: 16px !important;
  object-fit: contain !important;
}

.all-items-card .product-name,
.all-items-card .product-size,
.all-items-card .product-price {
  display: block !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

.all-items-card .product-name {
  margin-bottom: 3px !important;
}

.all-items-card .product-size,
.all-items-card .product-price {
  color: rgba(31, 31, 31, 0.76) !important;
}

/* NEWラベル */
.new-label {
  display: inline-grid !important;
  width: fit-content !important;
  min-width: 42px !important;
  height: 24px !important;
  margin: 0 auto 8px !important;
  padding: 0 8px !important;
  place-items: center !important;
  border: 1px solid rgba(31, 31, 31, 0.58) !important;
  color: rgba(31, 31, 31, 0.82) !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

/* 2026 COLLECTION */
.collection-block {
  margin-top: 150px !important;
  padding-top: 36px !important;
  border-top: 1px solid rgba(31, 31, 31, 0.72) !important;
}

.collection-title {
  margin: 0 0 86px !important;
  color: rgba(31, 31, 31, 0.78) !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}

/* tablet */
@media (max-width: 900px) {
  .all-items-page-section {
    padding: 82px 34px 100px var(--header-width) !important;
  }

  .all-items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 64px 48px !important;
  }

  .collection-block {
    margin-top: 120px !important;
  }
}

/* sp */
@media (max-width: 560px) {
  .all-items-page-section {
    padding: 100px 22px 86px !important;
  }

  .all-items-heading {
    margin-bottom: 48px !important;
    gap: 14px !important;
  }

  .all-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 46px 24px !important;
  }

  .all-items-card img {
    margin-bottom: 12px !important;
  }

  .all-items-card .product-name,
  .all-items-card .product-size,
  .all-items-card .product-price {
    font-size: 10px !important;
  }

  .new-label {
    min-width: 38px !important;
    height: 22px !important;
    margin-bottom: 6px !important;
    font-size: 9px !important;
  }

  .collection-block {
    margin-top: 88px !important;
    padding-top: 28px !important;
  }

  .collection-title {
    margin-bottom: 56px !important;
    font-size: 17px !important;
  }
}



/* NEWタグを左上にする */
.all-items-card a {
  display: grid;
}

.new-label {
  justify-self: start !important;
  margin: 0 0 8px 0 !important;
}


.product-card img,
.all-items-card img {
  transition: opacity 220ms ease;
}

.product-card a:hover img,
.product-card a:focus-visible img,
.all-items-card a:hover img,
.all-items-card a:focus-visible img {
  opacity: 0.68;
}
