:root {
  --pink: #f45b78;
  --hot: #f13462;
  --soft: #fff6f0;
  --cream: #fffaf4;
  --ink: #3c2725;
  --muted: #7f6560;
  --line: #f3ddd8;
  --green: #57c45c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(245, 86, 134, 0.16), transparent 28rem),
    radial-gradient(circle at 80% 0%, rgba(69, 185, 189, 0.14), transparent 26rem),
    #fff;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  display: none;
  width: 34vw;
  max-width: 520px;
  min-width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(46px);
  opacity: 0.55;
  pointer-events: none;
  will-change: transform;
}

body::before {
  left: 5vw;
  top: 10vh;
  background: rgba(245, 86, 134, 0.22);
  animation: float-pink 13s ease-in-out infinite alternate;
}

body::after {
  right: 4vw;
  top: 3vh;
  background: rgba(69, 185, 189, 0.2);
  animation: float-blue 16s ease-in-out infinite alternate;
}

a {
  color: inherit;
}

.lp-shell {
  width: min(100%, 390px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff8f2 46%, #fff 100%);
  box-shadow: 0 0 42px rgba(68, 38, 34, 0.11);
}

.hero-image img,
.image-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-image {
  background: #fff;
}

.image-cta {
  display: block;
  margin: 12px 15px 0;
  text-decoration: none;
}

.bottom-image-cta {
  margin: 0 15px 12px;
}

.cta-affiliate {
  display: block;
  aspect-ratio: 360 / 96;
  background: url("assets/cta-btm.png") center / contain no-repeat;
}

.cta-affiliate a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.cta-affiliate > img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.panel {
  position: relative;
  margin: 14px 10px;
  padding: 20px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(114, 77, 66, 0.08);
}
.panel.ranking {
  margin: 14px 0;
  border-radius: 0;
  padding: 20px 10px;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--ink);
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 27px;
  background: url("assets/section-title-side.png") center / contain no-repeat;
}

.section-title::after {
  transform: scaleX(-1);
}

.section-title em {
  color: var(--hot);
  font-style: normal;
  font-size: 1.35em;
}

.check-list,
.feature-list,
.rank-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list {
  width: 62%;
}

.check-list li,
.feature-list li,
.rank-card li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 2.18;
  font-weight: 900;
}

.check-list li::before,
.feature-list li::before,
.rank-card li::before,
.tip-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--pink);
  border-radius: 50%;
}

.check-list li::after,
.feature-list li::after,
.rank-card li::after,
.tip-card p::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid var(--pink);
  border-bottom: 1.5px solid var(--pink);
  transform: rotate(-45deg);
}

.rimoko {
  position: absolute;
  display: block;
  width: 84px;
  height: auto;
  pointer-events: none;
}

.worry-rimoko {
  right: 28px;
  bottom: 0;
}

.photo-section {
  min-height: 300px;
  padding: 40px 0 0;
  overflow: hidden;
  background: url("assets/title_bg.jpg") center top / cover no-repeat;
}

.photo-section::before {
  display: none;
}

.photo-title {
  z-index: 2;
  margin: 0 auto 35px;
  font-size: 23px;
  text-shadow: 0 2px 8px #fff, 0 2px 8px #fff;
}

.photo-title::before,
.photo-title::after {
  display: none;
}

.photo-title em {
  font-size: 1.05em;
}

.reason-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0 12px;
}

.reason-grid article,
.ng-grid article {
  text-align: center;
}

.reason-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-grid b{
  display: block;
  font-size: 10.5px;
  line-height: 1.35;
}
.ng-grid b {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.reason-grid .ico {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(114, 77, 66, 0.1);
  mask: none;
}

.reason-grid .ico::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: var(--pink);
  mask: var(--mask) center / contain no-repeat;
}

.feature-list {
  padding: 8px 12px;
  border: 1px solid #f5e5dc;
  border-radius: 8px;
  background: #fff;
}

.feature-list li + li {
  border-top: 1px solid var(--line);
}

.tip-card {
  position: relative;
  margin: 14px 10px 22px;
  padding: 18px 100px 18px 58px;
  border: 1.5px dashed var(--pink);
  border-radius: 12px;
  background: #fff;
}

.tip-card p {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 900;
}

.tip-card p::before {
  left: -35px;
  top: 8px;
  width: 24px;
  height: 24px;
}

.tip-card p::after {
  left: -27px;
  top: 15px;
  width: 10px;
  height: 5px;
}

.tip-rimoko {
  right: 8px;
  bottom: -3px;
  width: 83px;
}

.caution .section-title {
  font-size: 18px;
}

.ng-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ng-grid article {
  position: relative;
  min-height: 104px;
  padding: 15px 8px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(114, 77, 66, 0.07);
}

.ng-grid em {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #d0d0d0;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
}

.faq details {
  margin: 8px 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(114, 77, 66, 0.06);
}

.faq summary {
  position: relative;
  display: block;
  padding: 12px 34px 12px 40px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.faq summary::before {
  content: "Q.";
  position: absolute;
  left: 14px;
  color: var(--pink);
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  color: var(--pink);
  font-size: 18px;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  margin: 0;
  padding: 0 18px 14px 40px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.ranking {
  background: #fffaf3;
}

.rank-card {
  position: relative;
  min-height: 0;
  margin: 10px 0;
  padding: 15px;
  border-radius: 10px;
  color: inherit;
  background: #fff;
  box-shadow: 0 8px 16px rgba(114, 77, 66, 0.09);
}

.rank-body {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 15px;
  align-items: start;
}

.rank-body img {
  width: 100%;
  height: 132px;
  border-radius: 8px;
  object-fit: cover;
}

.rank-badge {
  position: absolute;
  left: 15px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1.5px dashed var(--pink);
  border-radius: 50%;
  color: var(--pink);
  background: #fff;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.rank-badge strong {
  display: block;
  margin-top: -1px;
  font-size: 19px;
  line-height: 1;
}

.rank-card h3 {
  margin: 0 0 3px;
  padding-left: 62px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.rank-content {
  min-width: 0;
}

.rank-heading {
  margin-bottom: 15px;
  min-width: 0;
}

.rank-catch {
  margin: 0 0 15px;
  padding-left: 62px;
  color: var(--hot);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
}

.rank-desc {
  margin: 0;
  color: #6e5550;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 700;
}

.rank-card li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.55;
}

.rank-card li::before {
  top: 4px;
  width: 9px;
  height: 9px;
}

.rank-card li::after {
  left: 3px;
  top: 7px;
  width: 4px;
  height: 2px;
}

.rank-button {
  display: block;
  width: min(65%, 206px);
  min-width: 168px;
  margin: 15px auto 0;
  aspect-ratio: 412 / 88;
  overflow: hidden;
  color: transparent;
  background: url("assets/btn_detail.png") center / contain no-repeat;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.rank-affiliate-button {
  position: relative;
}

.rank-affiliate-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.rank-affiliate-button > img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.last-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 26px 0 0;
  color: var(--hot);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.last-guide::before,
.last-guide::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("assets/section-title-side.png") center / contain no-repeat;
}

.last-guide::after {
  transform: scaleX(-1);
}

.last-guide span {
  color: var(--hot);
}

.legal {
  margin: 0;
  padding: 0 18px 12px;
  color: #a58a84;
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
}

.site-footer {
  padding: 10px 20px 26px;
  color: #9f8581;
  text-align: center;
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  margin-bottom: 10px;
}

.site-footer a,
.site-footer button {
  border: 0;
  padding: 0;
  color: #8d706b;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.site-footer small {
  font-size: 11px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(63, 42, 39, 0.48);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  max-height: min(78vh, 720px);
  padding: 24px 20px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(75, 48, 43, 0.26);
}

.modal-panel h2 {
  margin: 0 34px 14px 0;
  color: var(--pink);
  font-size: 22px;
  line-height: 1.35;
}

.modal-body {
  max-height: calc(min(78vh, 720px) - 86px);
  overflow: auto;
  padding-right: 4px;
}

.modal-body h3 {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: 14px;
}

.modal-body p {
  margin: 0;
  color: #6b4a44;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff0f4;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--pink);
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

body.modal-open {
  overflow: hidden;
}

.ico {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  color: var(--pink);
  background: currentColor;
  mask: var(--mask) center / contain no-repeat;
}

.face-off { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 33 33 3-3L9 6 6 9Zm6 23c2.6 5 7.3 8 12 8 2.3 0 4.6-.7 6.6-2l-5.5-5.5c-.4.1-.7.1-1.1.1a8.6 8.6 0 0 1-8.6-8.6c0-.4 0-.7.1-1.1L10 17.5C8 19.3 6.4 21.5 5 24c1.4 3 3.8 5.9 7 8Zm12-24c-2 0-4 .5-5.8 1.5l5 5h.8a8.6 8.6 0 0 1 8.6 8.6v.8l5.7 5.7c1.9-1.8 3.5-4 4.7-6.5C39.3 16.6 32.6 8 24 8Z'/%3E%3C/svg%3E"); }
.chat { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 6C12.9 6 4 13.2 4 22c0 5 3 9.5 7.8 12.5L9 43l9.7-5.2c1.7.2 3.5.4 5.3.4 11.1 0 20-7.2 20-16.1S35.1 6 24 6Zm-9 19.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm9 0a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm9 0a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z'/%3E%3C/svg%3E"); }
.home { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 24 20-17 20 17-3 3-3-2.5V42H28V29h-8v13H10V24.5L7 27l-3-3Z'/%3E%3C/svg%3E"); }
.clock { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4a20 20 0 1 0 0 40 20 20 0 0 0 0-40Zm2 10v9l8 5-2 3.5-10-6V14h4Z'/%3E%3C/svg%3E"); }
.money { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 44c11 0 20-8.2 20-18.4 0-7.2-4.6-13.8-11.5-16.8L35 4H13l2.5 4.8C8.6 11.8 4 18.4 4 25.6 4 35.8 13 44 24 44Z'/%3E%3C/svg%3E"); }
.heart { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 42S6 31 6 17.5C6 10.8 10.3 7 15.5 7c3.5 0 6.4 1.9 8.5 5 2.1-3.1 5-5 8.5-5C37.7 7 42 10.8 42 17.5 42 31 24 42 24 42Z'/%3E%3C/svg%3E"); }
.users { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 23a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm14 0a7 7 0 1 0 0-14 7 7 0 0 0 0 14ZM3 41c1.4-8 6.4-13 14-13s12.6 5 14 13H3Zm27.4-12.7c6.8.8 11.3 5.4 12.6 12.7h-8.7a22.3 22.3 0 0 0-3.9-12.7Z'/%3E%3C/svg%3E"); }
.phone { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4h18a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4H15a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4Zm0 6v26h18V10H15Zm7 29h4v2h-4v-2Z'/%3E%3C/svg%3E"); }
.line { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 6C13 6 4 13.2 4 22.2c0 8.1 7 14.9 16.3 16.1L19 44l7.2-5.4C36.2 37.8 44 30.8 44 22.2 44 13.2 35 6 24 6Z'/%3E%3C/svg%3E"); color: var(--green); }
.bag { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10c0-4 2.7-7 6-7s6 3 6 7h9l3 32H6l3-32h9Zm4 0h4c0-1.8-.8-3-2-3s-2 1.2-2 3Zm0 9h4v4h5v4h-5v7h-4v-7h-5v-4h5v-4Z'/%3E%3C/svg%3E"); color: #d49737; }
.building { --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6h24v12h8v24H8V6Zm5 5v5h5v-5h-5Zm9 0v5h5v-5h-5Zm-9 10v5h5v-5h-5Zm9 0v5h5v-5h-5Zm-9 10v6h5v-6h-5Zm9 0v6h5v-6h-5Zm10-7v13h4V24h-4Z'/%3E%3C/svg%3E"); color: #c3a06f; }

.shine {
  overflow: hidden;
  position: relative;
}

.shine::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -52%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent);
  animation: shine 3.1s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-1 {
  transition-delay: 0.08s;
}

.reveal.delay-2 {
  transition-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@keyframes shine {
  0%, 48% { left: -52%; }
  72%, 100% { left: 125%; }
}

@keyframes float-pink {
  from {
    transform: translate3d(-10px, -8px, 0) scale(0.98);
  }
  to {
    transform: translate3d(34px, 26px, 0) scale(1.08);
  }
}

@keyframes float-blue {
  from {
    transform: translate3d(12px, 8px, 0) scale(1.04);
  }
  to {
    transform: translate3d(-32px, 34px, 0) scale(0.96);
  }
}

@media (min-width: 700px) {
  body {
    padding: 0;
    overflow-x: hidden;
    background: #fff;
  }

  body::before,
  body::after {
    display: block;
  }

  .lp-shell {
    width: 390px;
    zoom: 1.55;
  }
}

@media (max-width: 350px) {
  .rank-card { grid-template-columns: 116px 1fr; }
  .tip-card { padding-right: 96px; }
  .rimoko { width: 88px; }
}
