:root {
  color-scheme: light;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: #ffffff;
  color: #505d6a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

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

.rental-page {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 52px 28px 96px;
}

.hero {
  text-align: center;
}

.hero__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 36px;
  min-width: min(100%, 772px);
  padding: 18px 54px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #585f68;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.hero__body {
  margin: 0;
  color: #5f5f63;
  font-size: clamp(19px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.72;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 34px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666669;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero__fact-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #666669;
}

.hero__fact-icon svg {
  width: 100%;
  height: 100%;
}

.products {
  margin-top: 78px;
}

.section-title {
  margin: 0 0 26px;
  color: #595c61;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.products__title {
  margin: 0 0 42px;
  color: #595c61;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rental-page--ja .hero__body {
  font-weight: 400;
}

.rental-page--ja .hero__facts li {
  font-weight: 400;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 56px 14px;
  justify-content: center;
}

.product-card {
  grid-column: span 2;
  overflow: hidden;
  border: 0;
  background: #ffffff;
}

.product-card:nth-child(-n + 3) .product-card__image-wrap {
  height: 300px;
}

.product-card:nth-last-child(2):nth-child(4),
.product-card:nth-last-child(1):nth-child(5) {
  grid-column: span 3;
  justify-self: center;
  width: 100%;
  max-width: 360px;
}

.product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1 / 0.92;
  padding: 0;
  background: #ffffff;
}

.product-card__image-wrap--pair {
  gap: 0;
  justify-content: center;
}

.product-card__image-wrap--stack {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding-right: 0;
}

.product-card__image {
  object-fit: contain;
}

.product-card__image--mouse-left,
.product-card__image--mouse-right {
  width: 56%;
  height: 108%;
}

.product-card__image--mouse-left {
  transform: translateX(8px);
}

.product-card__image--mouse-right {
  transform: translateX(-8px);
}

.product-card__image--shion-pink,
.product-card__image--shion-blue {
  width: 48%;
  height: 108%;
}

.product-card__image--shion-pink {
  transform: translateX(8px);
}

.product-card__image--shion-blue {
  transform: translateX(-8px);
}

.product-card__image--keyboard-top,
.product-card__image--keyboard-bottom {
  width: 112%;
  height: 48%;
}

.product-card__image--keyboard-top {
  transform: translate(14px, 8px);
}

.product-card__image--keyboard-bottom {
  transform: translate(14px, -8px);
}

.product-card__image--pad {
  width: 100%;
  height: 100%;
}

.product-card__details {
  min-height: 104px;
  padding: 0;
  border: 2px solid #8d9197;
  background: #e6f0fc;
}

.product-card__details h3 {
  margin: 0;
  padding: 8px 14px 7px;
  border-bottom: 1px solid #b5c7e5;
  background: #d7e6fb;
  color: #1f2328;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.14em;
  text-transform: none;
}

.product-card__pricing {
  padding: 8px 14px 9px;
}

.product-card__details p {
  margin: 0 0 3px;
  color: #616368;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.product-card__details strong {
  display: block;
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.products__tag-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  margin-left: 6px;
}

.products__tag-box {
  width: 34px;
  height: 34px;
  border: 2px solid #5b97ff;
  border-radius: 6px;
  background: #ffffff;
}

.products__tag-label {
  color: #4f5562;
  font-size: 18px;
  font-weight: 700;
}

.note {
  margin-top: 16px;
  border-radius: 20px;
  padding: 16px 22px;
}

.note--blue {
  margin-top: 34px;
  background: #e8f1ff;
}

.note--yellow {
  margin-top: 18px;
  border-radius: 16px;
  background: #ffe8a5;
}

.note__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.note__row--compact {
  gap: 8px;
}

.note__image-icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  object-fit: contain;
}

.note__svg-icon {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: #b48a1b;
}

.note__svg-icon svg {
  width: 100%;
  height: 100%;
}

.note__title {
  margin: 0;
  color: #4f79aa;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.note__body {
  margin: 4px 0 0;
  color: #58708c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.note__body--single {
  margin-top: 0;
  color: #9d7b19;
  font-size: 14px;
  font-weight: 700;
}

.policy {
  margin-top: 44px;
}

.policy__stack {
  display: grid;
  gap: 18px;
}

.policy-card {
  border: 2px solid #c9c9c9;
  border-radius: 26px;
  background: #ffffff;
  padding: 22px 24px 24px;
}

.policy-card__row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.policy-card__icon {
  width: 34px;
  height: 34px;
  flex: none;
  object-fit: contain;
  margin-top: 3px;
}

.policy-card__icon--diamond {
  width: 36px;
  height: 36px;
}

.policy-card__content h3 {
  margin: 0;
  color: #20232a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.policy-card__content p {
  margin: 10px 0 0;
  color: #66686c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.shipping {
  margin-top: 50px;
}

.shipping__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shipping-card {
  border: 2px solid #c9c9c9;
  border-radius: 28px;
  background: #ffffff;
  padding: 22px 28px 20px;
}

.shipping-card--green {
  border-color: #dceecf;
  background: linear-gradient(180deg, #efffde 0%, #f5ffed 100%);
}

.shipping-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shipping-card__header h3 {
  margin: 0;
  color: #55585d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.shipping-card__header--green h3 {
  color: #3dad21;
}

.shipping-card__icon {
  width: 24px;
  height: 36px;
  flex: none;
}

.shipping-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.shipping-card__price {
  margin: 26px 0 8px;
  color: #4e5a64;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.shipping-card__price--dark {
  color: #55585d;
}

.shipping-card__body {
  margin: 0;
  color: #4e5a64;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.shipping-card__body--dark {
  color: #66686c;
}

.shipping-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ecffe2 0%, #f4ffef 100%);
  padding: 14px 20px;
}

.shipping-note__icon {
  width: 22px;
  height: 22px;
  flex: none;
  object-fit: contain;
}

.shipping-note p {
  margin: 0;
  color: #4bb020;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.steps {
  margin-top: 52px;
}

.steps__list {
  display: grid;
  gap: 30px;
}

.step-item__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.step-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e7f0ff;
  color: #5b97ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.step-item__heading h3 {
  margin: 0;
  color: #23252b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.step-item__body {
  margin-left: 50px;
  margin-top: 12px;
}

.step-item__body p {
  margin: 0;
  color: #66686c;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
}

.step-item__body p + p {
  margin-top: 2px;
}

.step-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 50px;
  margin-top: 14px;
}

.step-item__badges--split .step-badge {
  max-width: max-content;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  background: #dce9ff;
  padding: 5px 12px;
  color: #5b97ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.step-badge--green {
  background: #ecffe2;
  color: #4bb020;
}

.return-rules {
  margin-top: 54px;
}

.return-rules__stack {
  display: grid;
  gap: 18px;
}

.return-rule-card {
  border: 2px solid #c9c9c9;
  border-radius: 26px;
  background: #ffffff;
  padding: 22px 24px 24px;
}

.return-rule-card__row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.return-rule-card__icon {
  width: 34px;
  height: 34px;
  flex: none;
  color: #3f8bff;
  margin-top: 4px;
}

.return-rule-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.return-rule-card__icon-image {
  width: 34px;
  height: 34px;
  flex: none;
  margin-top: 4px;
  object-fit: contain;
}

.return-rule-card__content h3 {
  margin: 0;
  color: #20232a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.return-rule-card__content p {
  margin: 10px 0 0;
  color: #66686c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.return-rule-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.return-rule-card__pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 34px;
  border: 1.5px solid #cccccc;
  border-radius: 999px;
  background: #ffffff;
  color: #66686c;
  font-size: 14px;
  font-weight: 400;
}

.return-rules__warning {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  border-radius: 18px;
  background: #ffe8a5;
  padding: 14px 20px;
}

.return-rules__warning-icon {
  width: 28px;
  height: 28px;
  flex: none;
  color: #a17710;
}

.return-rules__warning-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.return-rules__warning p {
  margin: 0;
  color: #9d7b19;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.points {
  margin-top: 56px;
}

.points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: #f3f6fb;
  padding: 18px;
}

.point-card {
  min-height: 210px;
  background: #ffffff;
  padding: 20px 18px 18px;
}

.point-card--green {
  background: linear-gradient(180deg, #efffde 0%, #f5ffed 100%);
}

.point-card__icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  color: #4a90ff;
}

.point-card__icon svg {
  width: 100%;
  height: 100%;
}

.point-card__icon-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.point-card h3 {
  margin: 18px 0 10px;
  color: #50545a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.point-card--green h3 {
  color: #4bb020;
}

.point-card p {
  margin: 0;
  color: #66686c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.faq {
  margin-top: 56px;
}

.faq__list {
  display: grid;
  gap: 30px;
}

.faq-item__question {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.faq-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #dcebff;
  color: #5b97ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  flex: none;
}

.faq-item__question h3 {
  margin: 0;
  color: #1f2328;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.faq-item__answer {
  margin-top: 10px;
  margin-left: 48px;
}

.faq-item__answer p {
  margin: 0;
  color: #66686c;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}

.faq-item__answer p + p {
  margin-top: 4px;
}

@media (max-width: 960px) {
  .hero__title {
    min-width: 0;
    width: 100%;
  }

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

  .product-card:nth-last-child(2):nth-child(4),
  .product-card:nth-last-child(1):nth-child(5) {
    grid-column: span 1;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .rental-page {
    padding: 40px 16px 64px;
  }

  .hero__facts li {
    font-size: 15px;
  }

  .products {
    margin-top: 54px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .shipping-card {
    padding: 18px 18px 20px;
  }

  .shipping-card__header h3 {
    font-size: 18px;
  }

  .shipping-card__body,
  .shipping-note p {
    font-size: 14px;
  }

  .step-item__heading h3 {
    font-size: 20px;
  }

  .step-item__body p {
    font-size: 15px;
  }

  .step-badge {
    font-size: 13px;
  }

  .return-rule-card {
    padding: 18px 18px 20px;
  }

  .return-rule-card__content h3 {
    font-size: 18px;
  }

  .return-rule-card__content p,
  .return-rules__warning p {
    font-size: 14px;
  }

  .points__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .point-card h3 {
    font-size: 17px;
  }

  .point-card p {
    font-size: 14px;
  }

  .faq-item__question h3 {
    font-size: 19px;
  }

  .faq-item__answer p {
    font-size: 16px;
  }

  .policy-card {
    padding: 18px 18px 20px;
  }

  .policy-card__row {
    gap: 14px;
  }

  .policy-card__content h3 {
    font-size: 18px;
  }

  .policy-card__content p {
    font-size: 14px;
  }

  .product-card__details {
    min-height: 0;
  }

  .product-card__details h3 {
    font-size: 12px;
  }

  .product-card__details p,
  .product-card__details strong {
    font-size: 12px;
  }

  .step-item__heading {
    gap: 10px;
  }

  .step-item__number {
    min-width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .step-item__heading h3 {
    font-size: 18px;
  }

  .step-item__body,
  .step-item__badges {
    margin-left: 42px;
  }

  .step-item__body p {
    font-size: 14px;
  }

  .step-badge {
    font-size: 12px;
    padding: 5px 10px;
  }

  .return-rule-card__row {
    gap: 14px;
  }

  .return-rule-card__icon {
    width: 28px;
    height: 28px;
  }

  .return-rule-card__icon-image {
    width: 28px;
    height: 28px;
  }

  .return-rule-card__pills {
    gap: 10px;
  }

  .return-rule-card__pills span {
    min-width: 110px;
    font-size: 12px;
  }

  .return-rules__warning {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .points__grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .point-card {
    min-height: 0;
  }

  .faq-item__question {
    gap: 10px;
  }

  .faq-item__badge {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .faq-item__question h3 {
    font-size: 18px;
  }

  .faq-item__answer {
    margin-left: 40px;
  }

  .faq-item__answer p {
    font-size: 14px;
  }
}
