/*
Theme Name:  沖縄クエスト
Theme URI:   https://okinawa.quest/
Description: 沖縄北部の旅メディア「沖縄クエスト」公式WordPressテーマ。ポップなマガジンスタイルデザイン。
Author:      沖縄クエスト 編集部
Version:     1.0.0
License:     Private
Text Domain: okinawa-quest
*/

/* =========================================================
   RESET & BASE
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Maru Gothic ProN",
    "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #333;
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: transparent; }

/* ---- Design tokens ---- */
:root {
  --pink:        #FF007F;
  --pink-deep:   #d6006a;
  --pink-soft:   #fce4ec;
  --yellow:      #FFFF00;
  --yellow-soft: #FFFCEB;
  --cyan:        #00BFFF;
  --cyan-soft:   #e0f7fa;
  --orange:      #FF8C00;
  --orange-soft: #fff3e0;
  --green:       #32CD32;
  --green-soft:  #e8f5e9;
  --line:        #06C755;
  --line-deep:   #04A845;
  --ink:         #333;
  --ink-soft:    #666;
  --bg:          #FFFCEB;
  --max-width:   1200px;
}

/* ---- Utility ---- */
.text-pink   { color: var(--pink); }
.text-orange { color: var(--orange); }
.heart { color: var(--pink); display: inline-block; animation: heartbeat 1.4s ease-in-out infinite; }

.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 16px;
  position: relative;
}
.section { padding: 80px 0; position: relative; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-desc { font-weight: 800; color: var(--ink-soft); margin-top: 16px; font-size: 1rem; }

/* =========================================================
   SITE HEADER (フロントページ・掲載ページ共通)
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--pink);
  border-bottom: 4px solid var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 54px;
}
.site-header-brand {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.site-header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header-nav a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  transition: background 0.2s;
  white-space: nowrap;
}
.site-header-nav a:hover { background: rgba(255,255,255,0.3); }
.site-header-nav .nav-line { background: var(--line); border-color: var(--line-deep); }
.site-header-nav .nav-line:hover { background: var(--line-deep); }
.site-header-back {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  opacity: .85;
  text-decoration: none;
}
@media (max-width: 480px) {
  .site-header-nav a { font-size: 0.7rem; padding: 4px 10px; }
}

/* =========================================================
   SITE NAV (記事・カテゴリーアーカイブ共通)
   ========================================================= */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 54px;
  border-bottom: 4px solid var(--pink-deep);
}
.site-nav-brand {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.site-nav-back {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  background: rgba(255,255,255,0.18);
  padding: 6px 16px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.4);
  transition: background 0.2s;
}
.site-nav-back:hover { background: rgba(255,255,255,0.32); }

/* =========================================================
   LABELS & TITLES (フロントページ)
   ========================================================= */
.label-pop {
  display: inline-block;
  background: var(--cyan);
  color: #fff;
  padding: 6px 26px;
  font-size: 1.05rem;
  font-weight: 900;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 4px 0 rgba(0,0,0,0.1);
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.label-pop--cyan   { background: var(--cyan); }
.label-pop--orange { background: var(--orange); }
.label-pop--green  { background: var(--green); }

.title-pop {
  font-size: clamp(2rem, 7vw, 3.4rem);
  font-weight: 900;
  color: var(--pink);
  line-height: 1.25;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.08);
}

/* =========================================================
   HERO (フロントページ)
   ========================================================= */
.hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 16px 60px;
  border-bottom: 8px solid var(--pink);
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(0,30,60,0.20) 0%, rgba(0,30,60,0.62) 100%),
    url("https://images.unsplash.com/photo-1612476919598-a233d3692cc6?auto=format&fit=crop&q=80&w=2000");
  background-size: cover;
  background-position: center 40%;
  animation: kenburns 18s ease-in-out infinite alternate;
}

/* logo tiles */
.logo-tiles {
  position: absolute; top: 14px; left: 14px;
  display: flex; flex-direction: column; gap: 4px; z-index: 5;
}
.logo-tile {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  font-size: 1.4rem; font-weight: 900; color: #fff;
  border-radius: 8px; border: 2px solid #000;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
  animation: pop-in 0.6s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.logo-tile--pink   { background: var(--pink); }
.logo-tile--cyan   { background: var(--cyan);   animation-delay: 0.1s; }
.logo-tile--yellow { background: var(--yellow); color: #000; animation-delay: 0.2s; }
.logo-tile--green  { background: var(--green);  color: #fff; animation-delay: 0.3s; }

/* free badge */
.hero-free-badge {
  position: absolute; top: 18px; right: 14px;
  width: 110px; height: 110px; border-radius: 50%;
  background: var(--yellow); border: 3px dashed var(--pink);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  font-weight: 900; color: #000;
  transform: rotate(15deg); z-index: 5;
  animation: pop-in 0.7s 0.4s cubic-bezier(0.34,1.56,0.64,1) backwards,
    wobble 4s 1.5s ease-in-out infinite;
}
.hero-free-badge-tag  { font-size: 0.7rem; }
.hero-free-badge-main { font-size: 1.7rem; color: var(--pink); line-height: 1; margin: 2px 0; }

/* title */
.hero-inner {
  position: relative; max-width: 720px; width: 100%; z-index: 4;
}
.hero-lead {
  display: inline-block; background: #fff; color: var(--ink);
  padding: 6px 18px; border-radius: 999px;
  font-size: 0.95rem; font-weight: 900; margin-bottom: 14px;
  border: 2px solid #000; box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
  animation: pop-in 0.6s 0.2s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.hero-title {
  position: relative; display: inline-flex;
  align-items: flex-start; justify-content: center; margin-bottom: 6px;
}
.hero-title-main {
  font-size: clamp(4rem, 18vw, 9rem); font-weight: 900;
  color: var(--pink); line-height: 0.9; letter-spacing: -0.04em;
  filter:
    drop-shadow(3px 3px 0 #fff) drop-shadow(-3px -3px 0 #fff)
    drop-shadow(3px -3px 0 #fff) drop-shadow(-3px 3px 0 #fff);
  animation: pop-in 0.7s 0.3s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.hero-title-edition {
  background: #000; color: var(--yellow);
  padding: 4px 14px; border-radius: 50px;
  font-size: clamp(0.8rem, 2vw, 1.1rem); font-weight: 900;
  border: 2px solid var(--yellow);
  transform: rotate(10deg); margin-left: -6px; margin-top: 6px;
  animation: pop-in 0.6s 0.7s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.hero-title-sub {
  display: inline-block; background: var(--cyan); color: #fff;
  padding: 8px 38px; font-size: clamp(1.2rem, 4.5vw, 2rem); font-weight: 900;
  border-radius: 100px; margin-top: 4px;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1); border: 4px solid #fff;
  transform: rotate(-2deg);
  animation: pop-in 0.6s 0.5s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.hero-bubble {
  display: inline-block; background: #fff;
  border: 4px solid var(--pink); border-radius: 50px;
  padding: 8px 20px; font-weight: 900;
  font-size: clamp(0.85rem, 2.5vw, 1rem); margin: 22px 0 26px;
  transform: rotate(-6deg); box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  animation: pop-in 0.6s 0.9s cubic-bezier(0.34,1.56,0.64,1) backwards,
    swing 5s 2s ease-in-out infinite;
}

/* floating deco */
.floater { position: absolute; z-index: 3; pointer-events: none; font-weight: 900; }
.floater--star {
  top: 40%; right: 6%; font-size: 2.4rem;
  color: var(--yellow); text-shadow: 2px 2px 0 #000;
  animation: spin-slow 8s linear infinite;
}
.floater--circle {
  top: 30%; left: 5%; width: 28px; height: 28px;
  border-radius: 50%; background: var(--cyan); border: 3px solid #000;
  animation: float-up-down 4s ease-in-out infinite;
}
.floater--zigzag {
  bottom: 38%; right: 12%; width: 36px; height: 14px;
  background:
    linear-gradient(135deg, var(--pink) 25%, transparent 25%) -8px 0,
    linear-gradient(225deg, var(--pink) 25%, transparent 25%) -8px 0;
  background-size: 16px 14px;
  animation: float-up-down 5s 0.5s ease-in-out infinite;
}

/* =========================================================
   POP BUTTON
   ========================================================= */
.btn-pop {
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 14px 32px; border-radius: 20px; color: #fff; text-align: center;
  position: relative; z-index: 4;
  transition: transform 0.18s, border-bottom-width 0.18s, box-shadow 0.18s;
  animation: pop-in 0.6s 1.1s cubic-bezier(0.34,1.56,0.64,1) backwards;
}
.btn-pop--line {
  background: var(--line);
  border-bottom: 8px solid var(--line-deep);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}
.btn-pop:hover, .btn-pop:focus-visible {
  transform: translateY(4px); border-bottom-width: 4px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.btn-pop-tag  { font-size: 0.95rem; font-weight: 900; }
.btn-pop-main { font-size: clamp(1.05rem, 4vw, 1.6rem); font-weight: 900; letter-spacing: 0.04em; }
.btn-pop--full { width: 100%; max-width: 500px; }

/* =========================================================
   AREA GUIDE
   ========================================================= */
.section-area {
  background-color: var(--bg);
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-size: 20px 20px;
}
.area-grid {
  display: grid; grid-template-columns: 1fr; gap: 28px;
  max-width: 1200px; margin: 0 auto;
}
.area-card {
  background: #fff; border: 8px solid #fff;
  border-radius: 30px; padding: 40px 20px 30px;
  text-align: center; position: relative;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.area-card:hover {
  transform: translateY(-10px) rotate(2deg);
  box-shadow: 0 22px 40px rgba(0,0,0,0.15); z-index: 10;
}
.area-card--green  { border-color: var(--green); }
.area-card--cyan   { border-color: var(--cyan); }
.area-card--orange { border-color: var(--orange); }
.area-card--pink   { border-color: var(--pink); }
.area-card--yellow { border-color: var(--yellow); }
.area-card--green  h3 { color: var(--green); }
.area-card--cyan   h3 { color: var(--cyan); }
.area-card--orange h3 { color: var(--orange); }
.area-card--pink   h3 { color: var(--pink); }
.area-card--yellow h3 { color: #b8960a; }
.area-icon-box {
  width: 110px; height: 110px; margin: 0 auto 22px;
  display: grid; place-items: center; font-size: 4.2rem;
  background: #f7f7f7; border-radius: 50%;
  border: 5px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.4s;
}
.area-card:hover .area-icon-box { transform: rotate(-8deg) scale(1.05); }
.area-sticker {
  position: absolute; top: -15px; left: -10px;
  background: var(--yellow); color: #000; padding: 5px 14px;
  font-weight: 900; font-size: 0.85rem; border: 2.5px solid #000;
  transform: rotate(-15deg); border-radius: 6px; z-index: 2;
}
.area-card h3 { font-size: 1.9rem; margin-bottom: 12px; font-weight: 900; line-height: 1.1; }
.area-card p  {
  font-size: 0.95rem; line-height: 1.65; color: #444;
  font-weight: 800; text-align: left; margin-bottom: 18px;
}
.area-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.area-tag  { font-size: 0.72rem; font-weight: 900; padding: 3px 10px; border-radius: 4px; }
.area-card--green  .area-tag { color: var(--green);  background: var(--green-soft); }
.area-card--cyan   .area-tag { color: var(--cyan);   background: var(--cyan-soft); }
.area-card--orange .area-tag { color: var(--orange); background: var(--orange-soft); }
.area-card--pink   .area-tag { color: var(--pink);   background: var(--pink-soft); }
.area-card--yellow .area-tag { color: #b8960a;       background: var(--yellow-soft); }

/* =========================================================
   BENEFIT
   ========================================================= */
.section-benefit { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 20px; }
.benefit-card {
  background: #fff; border: 3px solid #eee; border-radius: 20px; padding: 24px;
  display: flex; flex-direction: column; align-items: flex-start;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.benefit-card:hover {
  transform: scale(1.03) rotate(-1deg); border-color: var(--pink);
  box-shadow: 0 12px 28px rgba(255,0,127,0.15);
}
.benefit-icon {
  font-size: 2.4rem; margin-bottom: 14px; background: var(--bg);
  width: 60px; height: 60px; display: grid; place-items: center;
  border-radius: 15px; transition: transform 0.4s;
}
.benefit-card:hover .benefit-icon { transform: rotate(12deg) scale(1.1); }
.benefit-card h4 { font-size: 1.25rem; font-weight: 900; color: var(--pink); margin-bottom: 8px; }
.benefit-card p  { font-size: 0.92rem; color: #555; line-height: 1.65; font-weight: 700; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.section-flow {
  background: var(--bg);
  border-top: 5px solid var(--yellow); border-bottom: 5px solid var(--yellow);
}
.flow-grid { display: grid; grid-template-columns: 1fr; gap: 50px 30px; max-width: 1100px; margin: 60px auto 0; }
.flow-card {
  background: #fff; border-radius: 25px; padding: 44px 28px 26px;
  text-align: center; position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05); border: 3px solid #fff;
  transition: transform 0.25s;
}
.flow-card:hover { transform: translateY(-6px); }
.flow-num {
  position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 60px; background: var(--pink); color: #fff;
  font-size: 1.9rem; font-weight: 900; border-radius: 50%;
  display: grid; place-items: center;
  border: 4px solid #fff; box-shadow: 0 6px 14px rgba(255,0,127,0.35);
}
.flow-card:hover .flow-num { animation: bounce 0.6s; }
.flow-card h4 { font-size: 1.25rem; font-weight: 900; margin: 12px 0 8px; color: #333; }
.flow-card p  { font-size: 0.95rem; color: #666; font-weight: 700; line-height: 1.65; }

/* =========================================================
   FEATURED CATEGORY GRID (フロントページ)
   ========================================================= */
.section-feature { background: #fff; }
.special-label {
  display: inline-block; background: var(--pink); color: #fff;
  padding: 10px 40px; font-size: clamp(1.5rem, 5.5vw, 2.2rem);
  font-weight: 900; border-radius: 12px; transform: rotate(-2deg);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.1); letter-spacing: 0.04em;
}
.category-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 30px;
}
@media (max-width: 480px) { .category-grid { grid-template-columns: 1fr; gap: 16px; } }
.category-card-link {
  display: block; text-decoration: none; border-radius: 20px;
  overflow: hidden; border: 4px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 0 rgba(0,0,0,0.12);
  transition: transform 0.22s, box-shadow 0.22s;
}
.category-card-link:hover { transform: translateY(-6px); box-shadow: 0 14px 0 rgba(0,0,0,0.12); }
.category-card {
  padding: 28px 24px 24px; color: #fff;
  display: flex; flex-direction: column; gap: 8px; min-height: 190px;
}
.category-card--pink   { background: linear-gradient(135deg, #FF007F 0%, #ff6ba7 100%); }
.category-card--green  { background: linear-gradient(135deg, #32CD32 0%, #27ae60 100%); }
.category-card--orange { background: linear-gradient(135deg, #FF8C00 0%, #e67e22 100%); }
.category-card--cyan   { background: linear-gradient(135deg, #00BFFF 0%, #0099d6 100%); }
.category-card-icon    { font-size: 2.2rem; line-height: 1; }
.category-card-count   {
  display: inline-block; width: fit-content;
  background: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px; padding: 2px 12px; font-size: 0.75rem; font-weight: 900;
}
.category-card-name  { font-size: clamp(1.1rem, 3.5vw, 1.45rem); font-weight: 900; line-height: 1.2; }
.category-card-desc  { font-size: 0.8rem; opacity: 0.92; line-height: 1.6; font-weight: 700; }
.category-card-arrow { margin-top: auto; padding-top: 12px; font-size: 0.82rem; font-weight: 900; }

/* =========================================================
   FINAL CTA (フロントページ)
   ========================================================= */
.section-cta {
  text-align: center; background: var(--bg);
  border-top: 8px solid var(--pink); padding: 100px 20px;
}
.section-cta .container { display: flex; flex-direction: column; align-items: center; }
.cta-title {
  font-size: clamp(1.8rem, 6vw, 2.5rem); color: var(--pink); font-weight: 900;
  line-height: 1.35; -webkit-text-stroke: 1px #fff;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.05);
}
.cta-meta  { font-weight: 900; margin: 18px 0 36px; color: #555; }
.cta-bonus {
  margin-top: 28px; display: inline-block; background: #fff;
  padding: 14px 26px; border-radius: 14px;
  border: 3px dashed var(--orange); font-weight: 900; font-size: 0.95rem;
}

/* =========================================================
   SITE FOOTER (フロントページ)
   ========================================================= */
.site-footer {
  background: var(--pink); color: #fff;
  padding: 50px 20px; text-align: center; font-weight: 900;
}
.footer-brand { font-size: 1.2rem; letter-spacing: 0.1em; }
.footer-copy  { font-size: 0.78rem; margin-top: 12px; opacity: 0.85; font-weight: 700; }
.footer-copy a { text-decoration: underline; color: #fff; opacity: 0.8; }

/* =========================================================
   FLOATING LINE BANNER
   ========================================================= */
.float-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; justify-content: center;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  pointer-events: none; transform: translateY(120%); opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), opacity 0.35s ease;
}
.float-banner.is-visible { transform: translateY(0); opacity: 1; }
.float-banner-btn {
  pointer-events: auto; display: flex; align-items: center; justify-content: center;
  gap: 12px; width: 100%; max-width: 640px;
  background: var(--line); color: #fff; padding: 14px 20px;
  border-radius: 18px; border-bottom: 6px solid var(--line-deep);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25); text-decoration: none;
  transition: transform 0.18s, border-bottom-width 0.18s, box-shadow 0.18s;
  position: relative; overflow: hidden;
}
.float-banner-btn::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: shimmer 3.2s ease-in-out infinite; pointer-events: none;
}
.float-banner-btn:hover, .float-banner-btn:focus-visible {
  transform: translateY(3px); border-bottom-width: 3px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}
.float-banner-icon { font-size: 1.6rem; line-height: 1; flex-shrink: 0; animation: heartbeat 1.8s ease-in-out infinite; }
.float-banner-text { display: flex; flex-direction: column; align-items: center; line-height: 1.15; }
.float-banner-tag  { font-size: 0.78rem; font-weight: 900; letter-spacing: 0.04em; opacity: 0.95; }
.float-banner-main { font-size: clamp(1rem, 3.6vw, 1.3rem); font-weight: 900; letter-spacing: 0.03em; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(30px) rotate(-1deg);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.34,1.56,0.64,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0) rotate(0); }
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }

/* =========================================================
   ARTICLE HERO (記事ページ)
   ========================================================= */
.article-hero {
  position: relative; height: 320px;
  display: flex; align-items: flex-end;
  padding: 32px 20px; overflow: hidden;
  border-bottom: 6px solid var(--yellow);
}
.article-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: kenburns 20s ease-in-out infinite alternate;
}
.article-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.62) 100%);
}
.article-hero-inner {
  position: relative; z-index: 2;
  max-width: 800px; margin: 0 auto; width: 100%;
}
.article-hero-tag {
  display: inline-block;
  background: var(--yellow); color: #000;
  font-size: 0.78rem; font-weight: 900;
  padding: 4px 14px; border-radius: 4px;
  border: 2px solid #000; margin-bottom: 10px;
  transform: rotate(-2deg);
}
.article-hero-title {
  font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 900;
  color: #fff; line-height: 1.25;
  filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.5));
}
.article-hero-sub {
  margin-top: 8px; color: rgba(255,255,255,0.85);
  font-size: 0.9rem; font-weight: 700;
}

/* =========================================================
   ARTICLE BODY (記事ページ)
   ========================================================= */
.article-wrap { max-width: 800px; margin: 0 auto; padding: 48px 20px 80px; }
.article-section { margin-bottom: 56px; }

.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pink); color: #fff;
  font-size: 0.72rem; font-weight: 900;
  padding: 4px 16px; border-radius: 50px;
  letter-spacing: 0.1em; margin-bottom: 12px;
}
.article-h2 {
  font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 900; color: var(--pink);
  line-height: 1.3; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 4px dashed var(--yellow);
}
.article-body { font-size: 0.97rem; font-weight: 700; color: #444; line-height: 1.9; }
.article-body + .article-body { margin-top: 12px; }

/* info box */
.info-box {
  background: var(--bg); border: 3px solid var(--yellow);
  border-radius: 16px; padding: 20px 22px; margin: 20px 0; font-size: 0.92rem;
}
.info-box-title { font-size: 1rem; font-weight: 900; color: var(--orange); margin-bottom: 10px; }
.info-box dl    { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; }
.info-box dt    { font-weight: 900; color: var(--pink); white-space: nowrap; }
.info-box dd    { color: #444; }
.info-box a     { color: var(--pink); text-decoration: underline; }

/* hack box */
.hack-box {
  background: var(--pink-soft); border-left: 6px solid var(--pink);
  border-radius: 0 14px 14px 0; padding: 18px 20px; margin: 20px 0;
}
.hack-box-label { font-size: 0.75rem; font-weight: 900; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 6px; }
.hack-box p { font-size: 0.92rem; font-weight: 700; color: #555; line-height: 1.8; }

/* warn box */
.warn-box {
  background: #fff8e1; border-left: 6px solid var(--orange);
  border-radius: 0 14px 14px 0; padding: 18px 20px; margin: 20px 0;
}
.warn-box p { font-size: 0.92rem; font-weight: 700; color: #666; line-height: 1.8; }

/* steps */
.steps { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.step-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 3px solid #eee; border-radius: 14px;
  padding: 16px 18px; transition: border-color 0.2s;
}
.step-item:hover { border-color: var(--pink); }
.step-num {
  width: 36px; height: 36px; background: var(--pink); color: #fff;
  font-size: 1.1rem; font-weight: 900; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
}
.step-text h4 { font-size: 1rem; font-weight: 900; color: #333; margin-bottom: 4px; }
.step-text p  { font-size: 0.88rem; font-weight: 700; color: #666; line-height: 1.7; }

/* spot cards */
.spot-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 20px 0; }
@media (min-width: 560px) { .spot-grid { grid-template-columns: repeat(2, 1fr); } }
.spot-card {
  border: 3px solid #eee; border-radius: 16px; padding: 18px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.spot-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 8px 20px rgba(0,191,255,0.15); transform: translateY(-4px);
}
.spot-card-icon { font-size: 2rem; margin-bottom: 10px; }
.spot-card h4  { font-size: 1rem; font-weight: 900; color: var(--pink); margin-bottom: 6px; }
.spot-card p   { font-size: 0.86rem; font-weight: 700; color: #555; line-height: 1.7; }
.spot-tag {
  display: inline-block; background: var(--cyan-soft); color: #0090c0;
  font-size: 0.68rem; font-weight: 900; padding: 2px 10px;
  border-radius: 4px; margin-top: 8px;
}

/* time table */
.time-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.92rem; }
.time-table th { background: var(--pink); color: #fff; padding: 10px 14px; font-weight: 900; text-align: left; }
.time-table td { padding: 10px 14px; border-bottom: 2px solid #eee; font-weight: 700; color: #444; }
.time-table tr:nth-child(even) td { background: var(--bg); }
.time-table .highlight td { background: var(--pink-soft); font-weight: 900; }

/* =========================================================
   ARTICLE CTA (記事下 LINE誘導)
   ========================================================= */
.article-cta {
  background: var(--bg); border-top: 6px solid var(--pink);
  padding: 60px 20px; text-align: center;
}
.article-cta-title {
  font-size: clamp(1.4rem, 4.5vw, 2rem); font-weight: 900;
  color: var(--pink); line-height: 1.35; margin-bottom: 24px;
}
.btn-line-article {
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  background: var(--line); color: #fff; padding: 16px 40px;
  border-radius: 20px; font-weight: 900;
  border-bottom: 7px solid var(--line-deep);
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
  transition: transform 0.18s, border-bottom-width 0.18s;
  max-width: 400px; width: 100%;
}
.btn-line-article:hover { transform: translateY(4px); border-bottom-width: 3px; }
.btn-line-article span:first-child { font-size: 0.88rem; }
.btn-line-article span:last-child  { font-size: 1.2rem; letter-spacing: 0.04em; }

/* =========================================================
   ARTICLE FOOTER (記事・カテゴリーページ)
   ========================================================= */
.article-footer {
  background: var(--pink); color: #fff;
  text-align: center; padding: 28px 20px;
  font-size: 0.82rem; font-weight: 700;
}
.article-footer a { opacity: 0.8; text-decoration: underline; color: #fff; }

/* =========================================================
   CATEGORY ARCHIVE pages
   ========================================================= */
.archive-hero { padding: 52px 20px 40px; text-align: center; color: #fff; }
.archive-hero--pink   { background: linear-gradient(135deg, #FF007F 0%, #ff6ba7 100%); }
.archive-hero--green  { background: linear-gradient(135deg, #32CD32 0%, #27ae60 100%); }
.archive-hero--orange { background: linear-gradient(135deg, #FF8C00 0%, #e67e22 100%); }
.archive-hero--cyan   { background: linear-gradient(135deg, #00BFFF 0%, #0099d6 100%); }
.archive-breadcrumb  { font-size: 0.78rem; opacity: 0.8; margin-bottom: 16px; }
.archive-breadcrumb a { color: #fff; text-decoration: underline; }
.archive-hero-icon  { font-size: 3rem; display: block; margin-bottom: 10px; line-height: 1; }
.archive-hero-title { font-size: clamp(1.8rem, 6vw, 2.6rem); font-weight: 900; line-height: 1.2; }
.archive-hero-desc  {
  margin-top: 10px; font-size: 0.95rem; opacity: 0.92;
  font-weight: 700; max-width: 480px; margin-left: auto; margin-right: auto;
}
.archive-hero-count {
  display: inline-block; margin-top: 16px;
  background: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px; padding: 4px 18px;
  font-size: 0.82rem; font-weight: 900;
}
.archive-wrap { max-width: 860px; margin: 0 auto; padding: 40px 20px 64px; }
.archive-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 600px) { .archive-grid { grid-template-columns: repeat(2, 1fr); } }
.archive-card {
  display: block; text-decoration: none; color: inherit;
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 3px solid #f0f0f0; box-shadow: 0 4px 0 rgba(0,0,0,0.07);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.archive-card:hover {
  transform: translateY(-6px); box-shadow: 0 10px 0 rgba(0,0,0,0.1);
  border-color: var(--pink);
}
.archive-card-img {
  width: 100%; height: 200px;
  background-size: cover; background-position: center; position: relative;
}
.archive-card-img img { width: 100%; height: 100%; object-fit: cover; }
.archive-card-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--yellow); border: 2px solid #000;
  font-weight: 900; padding: 3px 12px; font-size: 0.8rem;
  transform: rotate(-4deg); border-radius: 4px; color: #333;
}
.archive-card-body  { padding: 18px 20px 22px; }
.archive-card-title { font-size: 1.08rem; font-weight: 900; color: var(--pink); line-height: 1.4; }
.archive-card-desc  { font-size: 0.85rem; color: #666; margin-top: 8px; line-height: 1.65; font-weight: 700; }
.archive-card-more  {
  display: inline-block; margin-top: 14px; font-size: 0.82rem;
  font-weight: 900; color: var(--pink); letter-spacing: 0.04em;
}

/* =========================================================
   掲載希望ページ (listing)
   ========================================================= */
.listing-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 60px 20px 52px; text-align: center; position: relative; overflow: hidden;
}
.listing-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 60% 30%, rgba(255,0,127,.18) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(0,191,255,.12) 0%, transparent 50%);
}
.listing-hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
.listing-hero-limit {
  display: inline-block; background: var(--pink); color: #fff;
  font-size: .78rem; font-weight: 900; padding: 5px 18px;
  border-radius: 50px; letter-spacing: .06em; margin-bottom: 20px;
  animation: pulse 1.8s ease-in-out infinite;
}
.listing-hero-title {
  font-size: clamp(1.7rem, 5vw, 2.6rem); font-weight: 900; color: #fff;
  line-height: 1.3; margin-bottom: 16px;
}
.listing-hero-title .accent      { color: #FFFF00; }
.listing-hero-title .accent-pink { color: #FF69B4; }
.listing-hero-sub  { font-size: .95rem; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 32px; }
.listing-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.hero-badge {
  background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.25);
  border-radius: 50px; color: #fff; font-size: .8rem; font-weight: 900; padding: 6px 16px;
}
.hero-badge .icon { margin-right: 4px; }
.btn-cta-main {
  display: flex; flex-direction: column; align-items: center;
  width: fit-content; margin: 0 auto;
  background: var(--line); color: #fff; border-radius: 16px; padding: 18px 40px;
  font-weight: 900; text-decoration: none;
  box-shadow: 0 6px 24px rgba(6,199,85,.45);
  transition: transform .15s, box-shadow .15s; min-width: 260px;
}
.btn-cta-main:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(6,199,85,.55); }
.btn-cta-main .tag { font-size: .72rem; opacity: .9; margin-bottom: 4px; }
.btn-cta-main .main { font-size: 1.1rem; }
.btn-cta-sub { display: block; text-align: center; margin-top: 12px; color: rgba(255,255,255,.65); font-size: .76rem; }
.lst-section { padding: 56px 20px; }
.lst-section:nth-child(even) { background: #FFFCEB; }
.lst-container { max-width: 720px; margin: 0 auto; }
.lst-label {
  display: inline-block; font-size: .72rem; font-weight: 900;
  letter-spacing: .1em; padding: 4px 14px; border-radius: 50px; margin-bottom: 12px;
}
.lst-label--pink   { background: var(--pink); color: #fff; }
.lst-label--cyan   { background: var(--cyan); color: #fff; }
.lst-label--orange { background: var(--orange); color: #fff; }
.lst-label--green  { background: var(--line); color: #fff; }
.lst-h2   { font-size: clamp(1.3rem, 3.5vw, 1.8rem); font-weight: 900; line-height: 1.35; margin-bottom: 20px; color: #222; }
.lst-body { font-size: .95rem; line-height: 1.85; color: #444; margin-bottom: 20px; }
.set-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
@media (max-width: 560px) { .set-grid { grid-template-columns: 1fr; } }
.set-card { border-radius: 20px; padding: 28px 22px; position: relative; overflow: hidden; }
.set-card--listing { background: linear-gradient(135deg, #fff0f6 0%, #ffe0ee 100%); border: 3px solid var(--pink); }
.set-card--line    { background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%); border: 3px solid #06C755; }
.set-card-num   { font-size: .7rem; font-weight: 900; letter-spacing: .1em; margin-bottom: 8px; opacity: .6; }
.set-card-icon  { font-size: 2.2rem; margin-bottom: 10px; display: block; }
.set-card-title { font-size: 1.1rem; font-weight: 900; margin-bottom: 10px; color: #222; }
.set-card-free  { display: inline-block; font-size: 1.6rem; font-weight: 900; color: var(--pink); margin-bottom: 8px; }
.set-card--line .set-card-free { color: #06C755; }
.set-card-desc  { font-size: .82rem; line-height: 1.7; color: #555; }
.benefit-list   { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.benefit-list li {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border-radius: 14px; padding: 16px 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.benefit-list li .bi { font-size: 1.5rem; flex-shrink: 0; }
.benefit-list li .bt { font-weight: 900; font-size: .95rem; color: #222; margin-bottom: 4px; }
.benefit-list li .bd { font-size: .82rem; color: #666; line-height: 1.6; }
.target-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px; margin-top: 24px;
}
.target-chip {
  background: #fff; border: 2px solid #e0e0e0; border-radius: 12px;
  padding: 12px 10px; text-align: center; font-size: .82rem; font-weight: 900; color: #444;
}
.target-chip .tci { display: block; font-size: 1.5rem; margin-bottom: 4px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.faq-item { background: #fff; border-radius: 14px; padding: 18px 20px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.faq-q { font-size: .92rem; font-weight: 900; color: var(--pink); margin-bottom: 8px; }
.faq-q::before { content: 'Q. '; }
.faq-a { font-size: .87rem; line-height: 1.7; color: #555; }
.faq-a::before { content: 'A. '; font-weight: 900; color: #333; }
.step-flow { display: flex; flex-direction: column; gap: 0; margin-top: 24px; }
.step-flow-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border-radius: 14px; padding: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.step-flow-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--pink); color: #fff;
  font-size: .9rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.step-flow-text h4 { font-size: .95rem; font-weight: 900; margin-bottom: 4px; color: #222; }
.step-flow-text p  { font-size: .83rem; line-height: 1.65; color: #666; }
.step-flow-arrow   { text-align: center; font-size: 1.3rem; color: #ddd; margin: 4px 0; }
.lst-cta {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  padding: 60px 20px; text-align: center;
}
.lst-cta-limit {
  display: inline-block; background: #FF007F; color: #fff;
  font-size: .8rem; font-weight: 900; padding: 6px 22px;
  border-radius: 50px; margin-bottom: 20px; letter-spacing: .06em;
}
.lst-cta-title { font-size: clamp(1.3rem, 4vw, 1.9rem); font-weight: 900; color: #fff; line-height: 1.4; margin-bottom: 10px; }
.lst-cta-sub   { font-size: .88rem; color: rgba(255,255,255,.7); margin-bottom: 32px; }
.lst-cta-note  { font-size: .75rem; color: rgba(255,255,255,.45); margin-top: 16px; }
.lst-footer    { background: #111; padding: 24px 20px; text-align: center; }
.lst-footer p  { color: rgba(255,255,255,.45); font-size: .75rem; }
.lst-footer a  { color: rgba(255,255,255,.55); text-decoration: underline; }

/* =========================================================
   プライバシーポリシー・特定商取引法ページ
   ========================================================= */
.policy-wrap { max-width: 820px; margin: 0 auto; padding: 40px 20px 80px; }
.policy-wrap h1 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; color: #222; margin-bottom: 8px; }
.policy-updated { font-size: 0.82rem; color: #999; margin-bottom: 40px; }
.policy-section { margin-bottom: 40px; }
.policy-section h2 {
  font-size: 1.05rem; font-weight: 900; color: #FF007F;
  border-left: 4px solid #FF007F; padding-left: 12px; margin-bottom: 14px;
}
.policy-section p  { font-size: 0.95rem; line-height: 1.9; color: #444; margin-bottom: 10px; }
.policy-section ul { font-size: 0.95rem; line-height: 1.9; color: #444; padding-left: 1.4em; margin-bottom: 10px; }
.policy-section ul li { margin-bottom: 4px; list-style: disc; }
.policy-section a  { color: #FF007F; text-decoration: underline; }
.policy-divider    { border: none; border-top: 2px dashed #FFE0EF; margin: 40px 0; }

/* tokusho table */
.tokusho-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; margin-top: 8px; }
.tokusho-table th {
  background: #FFF0F7; color: var(--pink);
  padding: 12px 16px; font-weight: 900; text-align: left;
  border: 1px solid #FCCDE4; width: 38%;
  vertical-align: top;
}
.tokusho-table td {
  padding: 12px 16px; border: 1px solid #FCCDE4;
  color: #444; vertical-align: top; line-height: 1.75;
}
.tokusho-table tr:nth-child(even) th { background: #ffe8f4; }
.tokusho-note {
  background: var(--bg); border: 2px solid var(--yellow);
  border-radius: 14px; padding: 16px 20px;
  font-size: 0.88rem; line-height: 1.8; color: #555;
  margin-top: 32px;
}

/* =========================================================
   KEYFRAMES
   ========================================================= */
@keyframes pop-in {
  0%   { transform: scale(0.6) translateY(20px); opacity: 0; }
  60%  { transform: scale(1.06) translateY(0);   opacity: 1; }
  100% { transform: scale(1)    translateY(0);   opacity: 1; }
}
@keyframes wobble {
  0%, 100% { transform: rotate(15deg) translateY(0); }
  50%      { transform: rotate(20deg) translateY(-4px); }
}
@keyframes swing {
  0%, 100% { transform: rotate(-6deg); }
  50%      { transform: rotate(-2deg); }
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  20%      { transform: scale(1.25); }
  40%      { transform: scale(1); }
  60%      { transform: scale(1.15); }
  80%      { transform: scale(1); }
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes float-up-down {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes kenburns {
  0%   { transform: scale(1.0)  translate(0, 0); }
  100% { transform: scale(1.08) translate(-1%, -1%); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  30%      { transform: translateX(-50%) translateY(-8px) scale(1.06); }
  60%      { transform: translateX(-50%) translateY(0)    scale(0.95); }
}
@keyframes shimmer {
  0%   { transform: translateX(-120%); }
  60%  { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.04); }
}

/* =========================================================
   BREAKPOINTS
   ========================================================= */
@media (min-width: 600px) {
  .area-grid    { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid    { grid-template-columns: repeat(3, 1fr); }
  .hero-free-badge { width: 130px; height: 130px; }
  .hero-free-badge-main { font-size: 2rem; }
}
@media (min-width: 900px) {
  .section { padding: 100px 0; }
  .area-grid    { grid-template-columns: repeat(4, 1fr); }
  .benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-free-badge { width: 150px; height: 150px; top: 30px; right: 30px; }
  .hero-free-badge-main { font-size: 2.4rem; }
  .logo-tile { width: 52px; height: 52px; font-size: 1.7rem; }
}
@media (min-width: 1200px) { .section { padding: 120px 0; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
