:root {
  --ink: #49372f;
  --muted: #715e55;
  --paper: #fffdf9;
  --cream: #f8f0e6;
  --rose: #c85f72;
  --rose-soft: #f3dadd;
  --line: #dfcfc0;
  --shadow: 0 18px 46px rgba(73, 55, 47, .12);
}

.catlog-lp-page {
  min-width: 0;
  margin: 0 !important;
  padding: 0;
}

.catlog-lp-page *,
.catlog-lp-page *::before,
.catlog-lp-page *::after {
  box-sizing: border-box;
}

.catlog-lp-site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
}

.catlog-lp-site-name {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.catlog-lp-site-footer {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 34px 20px 100px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  text-align: center;
}

.catlog-lp-site-footer p {
  margin: 5px 0;
  font-size: 13px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.95;
}

body.catlog-lp-page {
  color: var(--ink);
  background: var(--cream);
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.95;
}

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

a {
  color: var(--rose);
  font-weight: 800;
  text-underline-offset: .2em;
}

.article {
  width: min(100%, 920px);
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(73, 55, 47, .08);
}

.article-hero {
  padding: clamp(32px, 10vw, 60px) clamp(22px, 8vw, 84px) 54px;
  background:
    linear-gradient(180deg, rgba(243, 218, 221, .7), rgba(255, 253, 249, 0));
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;

  line-height: 1.42;
}

.article-hero > p {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
}

.hero-photo {
  margin: 38px 0 0;
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.article-section {
  padding: clamp(56px, 9vw, 94px) clamp(22px, 8vw, 84px);
  border-top: 1px solid var(--line);
}

.article-section:nth-of-type(even) {
  background: #fff9f4;
}

h2 {
  padding-left: 20px;
  border-left: 6px solid var(--rose);
  font-size: clamp(28px, 4vw, 40px);
}

h3 {
  margin-top: 48px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--rose-soft);
  font-size: clamp(22px, 3vw, 28px);
}

p {
  margin: 24px 0 0;
  font-size: 17px;
}

.section-photo {
  margin: 34px 0 42px;
}

.section-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

ul {
  margin: 28px 0;
  padding: 26px 28px 26px 54px;
  border: 1px solid var(--line);
  background: #fff;
}

li {
  margin: 8px 0;
  padding-left: 5px;
}

li::marker {
  color: var(--rose);
}

blockquote {
  margin: 34px 0;
  padding: 0;
  border: 0;

background: var(--rose-soft) !important;
}

blockquote p {
  margin: 0;
padding:20px 0;
}

.affiliate-banner {
  display: block;
  width: min(100%, 500px);
  margin: 14px auto 0;
}

.affiliate-banner img {
  width: 100%;
  height: auto;
}

blockquote:has(.affiliate-banner) {
  margin-bottom: 0;
  padding: 0;
  border-left: 0;
  background: transparent;
}

blockquote:has(.affiliate-banner) > p {
  margin-bottom: 0;
}

blockquote + hr {
  display: none;
}

.article-section:has(> blockquote + hr) {
  padding-bottom: 24px;
}

.article-section:has(> blockquote + hr) + .article-section {
  padding-top: clamp(40px, 6vw, 64px);
}

.article-hero:has(.affiliate-banner) {
  padding-bottom: 24px;
}

.article-hero:has(.affiliate-banner) + .article-section {
  padding-top: clamp(20px, 6vw, 34px);
}

.final-affiliate-link {
  text-align: center;
}

.final-affiliate-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid var(--rose);
  background: #fff;
  color: var(--rose);
  box-shadow: none;
  text-align: center;
  text-decoration: none;
}

.tracking-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

hr {
  width: 70px;
  margin: 52px auto;
  border: 0;
  border-top: 3px solid var(--line);
}

.floating-cta {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(520px, calc(100vw - 28px));
  min-height: 58px;
  padding: 10px 28px;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  box-shadow: 0 12px 30px rgba(94, 38, 49, .25);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity .2s ease, transform .2s ease;
  text-decoration: none;
}

.floating-cta > span {
  position: absolute;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 190px);
  transform: translateX(-50%);
  text-align: center;
}

.cta-cat {
  position: absolute;
  left: 10px;
  bottom: -2px;
  width: 104px;
  height: 108px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 5px 5px rgba(73, 55, 47, .24));
  pointer-events: none;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
    line-height: 1.85;
  }

  .article {
    box-shadow: none;
  }

  .article-hero {
    padding-top: 48px;
  }

  .hero-photo {
    margin-top: 28px;
  }

  .hero-photo img {
    aspect-ratio: 4 / 3;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    padding-left: 14px;
    border-left-width: 5px;
    font-size: 27px;
  }

  p {
    font-size: 16px;
  }

  .section-photo {
    margin: 28px 0 34px;
  }

  .section-photo img {
    border-radius: 4px;
  }

  ul {
    padding: 20px 18px 20px 40px;
  }

  .floating-cta {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }

  .floating-cta > span {
    max-width: calc(100% - 150px);
  }

  .cta-cat {
    left: 6px;
    width: 92px;
    height: 98px;
  }
}
