:root {
  --ruree-text: #464e54;
  --ruree-brown: #7c6147;
  --ruree-brown-dark: #4b2419;
  --ruree-teal: #00a29a;
  --ruree-teal-dark: #00a29a;
  --ruree-line: #e8ecec;
  --ruree-bg-soft: #f7faf9;
  --ruree-white: #fff;
  --ruree-warm: #fbf7f2;
  --ruree-alert: #bf3f32;
}

.ruree-lp,
.ruree-lp * {
  box-sizing: border-box;
}

.ruree-lp {
  max-width: 840px;
  margin: 0 auto;
  background: var(--ruree-white);
  color: var(--ruree-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}

.ruree-lp a {
  color: inherit;
  text-decoration: none;
}

.ruree-section {
  padding: 18px 18px 0;
}

.ruree-section + .ruree-section {
  padding-top: 24px;
}

.ruree-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ruree-section h2 {
  margin: 0;
  color: var(--ruree-brown-dark);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ruree-section p {
  margin: 2px 0 8px;
  color: #6f797c;
  font-size: 13px;
  line-height: 1.65;
}

.ruree-section > h2 {
  margin-bottom: 10px;
}

.ruree-section > h2 + p {
  margin-top: -6px;
}

.ruree-section-head h2 {
  margin-bottom: 0;
}

.ruree-view-all {
  flex: 0 0 auto;
  color: #6f797c;
  font-size: 12px;
}

.ruree-hero {
  position: relative;
  display: block;
  min-height: 308px;
  padding: 34px 24px 28px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--ruree-line);
}

.ruree-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://img07.shop-pro.jp/PA01433/721/etc_base64/aGVyb19pbWc.png?cmsp_timestamp=20260914171637") center center / cover no-repeat;
  z-index: 0;
}

.ruree-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.ruree-hero-copy {
  position: relative;
  z-index: 2;
  width: min(390px, 58%);
  padding: 0;
  background: transparent;
  color: var(--ruree-text);
  text-align: left;
}

.ruree-hero h1 {
  max-width: 390px;
  margin: 0;
  color: #1f1b18;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(255,255,255,.98), 0 0 22px rgba(255,255,255,.92), 0 0 34px rgba(255,255,255,.76);
}

.ruree-hero p {
  max-width: 320px;
  margin: 14px 0 18px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(255,255,255,.98), 0 0 18px rgba(255,255,255,.9), 0 0 28px rgba(255,255,255,.72);
}

.ruree-hero .ruree-buttons {
  justify-content: flex-start;
}

.ruree-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ruree-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--ruree-brown);
  border-radius: 4px;
  background: #fff;
  color: var(--ruree-brown-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ruree-btn-primary,
.ruree-hero .ruree-btn-primary {
  border-color: var(--ruree-teal);
  background: var(--ruree-teal);
  color: #fff;
}

.ruree-btn-primary svg,
.ruree-hero .ruree-btn-primary svg {
  color: #fff;
  stroke: currentColor;
}

.ruree-btn svg,
.ruree-view-all svg,
.ruree-card-arrow svg,
.ruree-wide-link svg {
  width: 16px;
  height: 16px;
}

.ruree-concerns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.ruree-concern {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.ruree-concern img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.ruree-concern span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 6px;
  color: #3f4a4f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ruree-trial-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ruree-trial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 10px 6px 9px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.ruree-trial-size {
  color: #344044;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ruree-trial-label {
  color: var(--ruree-teal-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.ruree-trial-label--plain {
  color: #344044;
}

.ruree-trial-card img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 4px auto 6px;
  object-fit: contain;
}

.ruree-trial-price {
  margin-top: auto;
  color: #263137;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.ruree-trial-price small {
  font-size: 11px;
  font-weight: 500;
}

.ruree-wide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  margin-top: 8px;
  border: 1px solid var(--ruree-brown);
  border-radius: 4px;
  color: var(--ruree-brown-dark);
  font-size: 13px;
  font-weight: 700;
}

.ruree-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ruree-product {
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.ruree-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  background: var(--ruree-bg-soft);
}

.ruree-product-body {
  padding: 9px 10px 11px;
}

.ruree-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
}

.ruree-tag {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 6px;
  background: #ff9900;
  border-radius: 3px;
  color:#fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.ruree-product h3 {
  min-height: 48px;
  margin: 0 0 5px;
  color: #313a3e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ruree-product p {
  min-height: 42px;
  margin: 0 0 8px;
  font-size: 12px;
  color: #687275;
  line-height: 1.5;
}

.ruree-price {
  color: #263137;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.ruree-price small {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 500;
}

.ruree-category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ruree-category {
  display: grid;
  grid-template-columns: 64px 1fr 18px;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 7px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
}

.ruree-category img {
  width: 64px;
  height: 44px;
  object-fit: cover;
  border-radius: 3px;
  background: var(--ruree-bg-soft);
}

.ruree-category b {
  display: block;
  color: #384348;
  font-size: 13px;
  line-height: 1.35;
}

.ruree-reasons,
.ruree-checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ruree-checks {
  grid-template-columns: repeat(4, 1fr);
}

.ruree-reason,
.ruree-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
}

.ruree-reason svg,
.ruree-check svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--ruree-teal-dark);
  stroke-width: 1.7;
}

.ruree-reason b,
.ruree-check b {
  display: block;
  color: var(--ruree-teal-dark);
  font-size: 14px;
  line-height: 1.35;
}

.ruree-reason span,
.ruree-check span {
  display: block;
  margin-top: 2px;
  color: #687275;
  font-size: 12px;
  line-height: 1.35;
}

.ruree-voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ruree-voice {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
}

.ruree-voice img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 3px;
}

.ruree-stars {
  color: #f3a619;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}

.ruree-voice b {
  display: block;
  margin: 4px 0 3px;
  color: #384348;
  font-size: 14px;
  line-height: 1.35;
}

.ruree-voice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.ruree-faq {
  border-top: 1px solid var(--ruree-line);
}

.ruree-faq-item {
  border-bottom: 1px solid var(--ruree-line);
}

.ruree-faq-question {
  display: grid;
  grid-template-columns: 1fr 26px;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #3c464a;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.ruree-faq-question span:first-child {
  min-width: 0;
}

.ruree-faq-plus {
  text-align: center;
  color: var(--ruree-teal-dark);
  font-weight: 700;
}

.ruree-faq-answer {
  display: none;
  padding: 0 26px 12px 0;
  color: #687275;
  font-size: 12px;
  line-height: 1.7;
}

.ruree-faq-item.is-open .ruree-faq-answer {
  display: block;
}

.ruree-faq-item.is-open .ruree-faq-plus {
  transform: rotate(45deg);
}

.ruree-blog-list,
.ruree-shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ruree-blog,
.ruree-shop {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fff;
}

.ruree-blog img {
  display: block;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 3px;
}

.ruree-shop img {
  width: 118px;
  height: 72px;
  object-fit: cover;
  border-radius: 3px;
}

.ruree-blog time,
.ruree-shop span {
  display: block;
  color: #879094;
  font-size: 11px;
  line-height: 1.25;
}

.ruree-blog b,
.ruree-shop b {
  display: block;
  margin-top: 3px;
  color: #384348;
  font-size: 13px;
  line-height: 1.42;
}

.ruree-footer {
  margin-top: 28px;
  padding: 22px 18px 26px;
  border-top: 1px solid var(--ruree-line);
  color: #687275;
  text-align: center;
  font-size: 12px;
}

.ruree-footer img {
  width: 142px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.ruree-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 12px;
}

@media (max-width: 720px) {
  .ruree-lp {
    max-width: none;
  }

  .ruree-section {
    padding: 18px 12px 0;
  }

  .ruree-section h2 {
    font-size: 20px;
  }

  .ruree-hero {
    min-height: 284px;
    padding: 24px 14px 18px;
    background: #fff;
  }

  .ruree-hero::before {
    background-size: auto 96%;
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  .ruree-hero-copy {
    width: min(245px, 68%);
  }

  .ruree-hero h1 {
    max-width: 245px;
    font-size: 25px;
    line-height: 1.28;
  }

  .ruree-hero p {
    max-width: 220px;
    margin: 11px 0 14px;
    font-size: 13px;
    line-height: 1.55;
  }

  .ruree-buttons {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 212px;
    gap: 8px;
  }

  .ruree-btn {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .ruree-concerns {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    overflow: visible;
    padding-bottom: 2px;
  }

  .ruree-concern span {
    min-height: 32px;
    padding: 5px 2px;
    font-size: 10px;
  }

  .ruree-trial-cards {
    gap: 6px;
  }

  .ruree-trial-card {
    padding: 9px 4px 8px;
  }

  .ruree-trial-size {
    font-size: 13px;
  }

  .ruree-trial-label {
    font-size: 12px;
  }



  .ruree-trial-price {
    font-size: 15px;
  }

  .ruree-products,
  .ruree-category-list,
  .ruree-checks,
  .ruree-shop-list {
    grid-template-columns: 1fr;
  }

  .ruree-products {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .ruree-product {
    flex: 0 0 31.5%;
    scroll-snap-align: start;
  }

  .ruree-product h3 {
    min-height: 64px;
    font-size: 11px;
  }

  .ruree-product p {
    min-height: 58px;
    font-size: 10px;
  }

  .ruree-price {
    font-size: 15px;
  }

  .ruree-category-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ruree-category {
    grid-template-columns: 54px 1fr 14px;
    min-height: 58px;
    gap: 7px;
  }

  .ruree-category img {
    width: 54px;
    height: 42px;
  }

  .ruree-category b {
    font-size: 12px;
  }

  .ruree-reasons {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .ruree-reason {
    display: block;
    min-height: 66px;
    padding: 10px 4px 9px;
    text-align: center;
  }

  .ruree-reason svg {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
  }

  .ruree-reason b {
    font-size: 12px;
  }

  .ruree-reason span {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.35;
  }

  .ruree-voices {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .ruree-voice {
    display: block;
    padding: 8px;
  }

  .ruree-voice img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 6px;
  }

  .ruree-stars {
    font-size: 11px;
  }

  .ruree-voice b {
    font-size: 12px;
  }

  .ruree-voice p {
    font-size: 10px;
    line-height: 1.45;
  }

  .ruree-blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .ruree-blog {
    display: block;
    padding: 8px;
  }

  .ruree-blog img {
    width: 100%;
    height: calc((100vw - 62px) / 2);
    max-height: 170px;
    min-height: 132px;
    aspect-ratio: 1 / 1;
    margin-bottom: 6px;
  }

  .ruree-blog time {
    font-size: 10px;
  }

  .ruree-blog b {
    font-size: 11px;
    line-height: 1.35;
  }

  .ruree-shop {
    grid-template-columns: 94px 1fr;
  }

.ruree-faq-question {
  min-height: 64px;
  padding: 18px 0;
  font-size: 14px;
}

  .ruree-faq-answer {
    padding: 0 26px 10px 0;
    font-size: 11px;
  }
}
.ruree-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.85em;
  line-height: 1;
}
.ruree-category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ruree-category {
  display: grid;
  grid-template-columns: 64px 1fr 18px;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 7px;
  border: 1px solid var(--ruree-line, #e5e1dc);
  border-radius: 4px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.ruree-category img {
  width: 64px;
  height: 44px;
  object-fit: cover;
  border-radius: 3px;
  background: var(--ruree-bg-soft, #faf7f0);
}

.ruree-category b {
  display: block;
  color: #384348;
  font-size: 13px;
  line-height: 1.35;
}

.ruree-category span {
  color: #6f7a7d;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 720px) {
  .ruree-category-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ruree-category {
    grid-template-columns: 54px 1fr 14px;
    gap: 7px;
    min-height: 58px;
    padding: 6px;
  }

  .ruree-category img {
    width: 54px;
    height: 42px;
  }

  .ruree-category b {
    font-size: 12px;
  }
}

.ruree-reason-message {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--ruree-line);
  border-radius: 4px;
  background: #fffdf8;
}

.ruree-reason-message p {
  margin: 0 0 10px;
  color: #4f585c;
  font-size: 13px;
  line-height: 1.9;
}

.ruree-reason-message p:last-of-type {
  margin-bottom: 8px;
}
.ruree-reason-message p {
  font-size: 14px;
}

.ruree-reason-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  margin-top: 8px;
  border: 1px solid var(--ruree-brown);
  border-radius: 4px;
  color: var(--ruree-brown-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ruree-reason-more::after {
  content: "\25B6";
  font-size: 13px;
}

.ruree-hero + ul {
  margin: 16px 18px 0;
  padding: 12px 14px;
  border: 1px solid #e8ecec;
  border-radius: 4px;
  background: #fffdf8;
  list-style: none;
}

.ruree-hero + ul::before {
  content: "¤ªÃÎ¤é¤»";
  display: block;
  margin-bottom: 8px;
  color: #4b2419;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.ruree-hero + ul li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #e8ecec;
  color: #687275;
  font-size: 13px;
  line-height: 1.6;
}

.ruree-hero + ul a {
  color: #384348;
  font-weight: 700;
  text-decoration: none;
}

.ruree-hero + ul a:hover {
  color: #00a29a;
}

@media (max-width: 720px) {
  .ruree-hero + ul {
    margin: 14px 12px 0;
    padding: 10px 12px;
  }

  .ruree-hero + ul::before {
    font-size: 18px;
  }

  .ruree-hero + ul li {
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 12px;
  }
}