/* ときまるブース（共通CSSの変数を利用） */

.tokimaru-hero {
  position: relative;
  padding: 4rem 1.5rem 2.75rem;
  border-bottom: var(--kfb-border);
  box-shadow: 0 8px 0 var(--kfb-black);
  background: radial-gradient(circle at 10% 10%, rgba(255, 215, 0, 0.85), transparent 55%),
    radial-gradient(circle at 85% 25%, rgba(0, 206, 209, 0.75), transparent 50%),
    radial-gradient(circle at 65% 80%, rgba(255, 20, 147, 0.75), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
  overflow: hidden;
}

.tokimaru-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: var(--kfb-border);
  box-shadow: var(--kfb-shadow);
  border-radius: 12px;
}

.tokimaru-hero-tag {
  display: inline-block;
  font-family: var(--font-pop);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 2px solid var(--kfb-black);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 0 var(--kfb-black);
  margin-bottom: 1.15rem;
}

.tokimaru-hero-random-wrap {
  margin: 0 auto 1rem;
  max-width: min(220px, 55vw);
}

.tokimaru-hero-random-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  box-shadow: 3px 3px 0 var(--kfb-black);
}

.tokimaru-hero-title {
  margin: 0 0 0.65rem;
}

.tokimaru-hero-title-main {
  display: block;
}

.tokimaru-hero-logo {
  display: block;
  max-width: min(280px, 70vw);
  height: auto;
  margin: 0 auto 0.5rem;
}

.tokimaru-hero-title-text {
  display: block;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(1.55rem, 4.6vw, 2.1rem);
  color: var(--kfb-black);
  text-shadow: 3px 3px 0 #fff, 5px 5px 0 var(--kfb-black);
  line-height: 1.25;
}

.tokimaru-hero-lead {
  margin: 0;
  font-size: clamp(0.95rem, 2.4vw, 1.1rem);
  line-height: 1.7;
}

.tokimaru-section {
  padding: 2.75rem 1.5rem;
  background: #fff;
}

/* グルメ・ステージ・シェア・スポット・ハイハイレースと同じパステル縦ストライプ */
.tokimaru-section.tokimaru-section--stripe {
  background-color: #e6f4ff;
  background-image: repeating-linear-gradient(90deg,
      #e6f4ff 0px,
      #e6f4ff 40px,
      #e8e0f2 40px,
      #e8e0f2 80px,
      #ffdde8 80px,
      #ffdde8 120px,
      #ffddc8 120px,
      #ffddc8 160px,
      #fff4c8 160px,
      #fff4c8 200px,
      #d8f0e8 200px,
      #d8f0e8 240px,
      #e6f4ff 240px,
      #e6f4ff 280px);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 280px 100%;
}

.tokimaru-section--center {
  padding-top: 1.75rem;
  padding-bottom: 3.25rem;
}

.tokimaru-section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.tokimaru-section-title {
  margin: 0 0 1.1rem;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(1.3rem, 3.2vw, 1.7rem);
  padding: 0.35rem 0.9rem;
  display: inline-block;
  background: #fff;
  border: 3px solid var(--kfb-black);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--kfb-black);
}

.tokimaru-card {
  background: rgba(255, 255, 255, 0.96);
  border: var(--kfb-border);
  box-shadow: var(--kfb-shadow);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
}

.tokimaru-card--alt {
  background: rgba(255, 255, 255, 0.96);
}

.tokimaru-card-lead {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 800;
}

.tokimaru-card-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.85;
}

.tokimaru-card-text + .tokimaru-card-text {
  margin-top: 0.75rem;
}

.tokimaru-card-text--emph {
  font-weight: 800;
  font-family: var(--font-pop);
  font-size: 1.02rem;
}

.tokimaru-subheading {
  margin: 1.1rem 0 0.5rem;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--kfb-black);
}

.tokimaru-inline-link {
  font-weight: 800;
  color: #2f6585;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.tokimaru-inline-link:hover {
  color: #244f68;
}

.tokimaru-daruma-photo {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 14px;
  border: 2px solid rgba(92, 26, 26, 0.35);
  box-shadow:
    0 0 0 3px rgba(255, 212, 122, 0.45),
    5px 6px 0 rgba(26, 26, 26, 0.12),
    0 12px 32px rgba(139, 69, 19, 0.12);
}

.tokimaru-daruma-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.tokimaru-photo-note {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  opacity: 0.78;
  text-align: center;
}

/* ----- 白河だるま×ときまる（見出し・カードを少しリッチに） ----- */
.tokimaru-section--daruma {
  position: relative;
  overflow: visible;
  padding-bottom: clamp(2rem, 12vw, 5.5rem);
}

/* アナウンサー写真：セクション右下に重ねて表示 */
.tokimaru-hirai-photo-float {
  position: absolute;
  right: clamp(0.35rem, 2.5vw, 1.75rem);
  bottom: clamp(0.5rem, 2vw, 1.25rem);
  z-index: 4;
  width: clamp(112px, 24vw, 220px);
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  border: 3px solid #fff;
  box-shadow:
    0 10px 32px rgba(26, 26, 26, 0.22),
    4px 4px 0 rgba(26, 26, 26, 0.18);
  pointer-events: none;
}

.tokimaru-section--daruma .tokimaru-section-inner {
  position: relative;
  z-index: 1;
}

.tokimaru-daruma-header {
  text-align: center;
  margin-bottom: 1.35rem;
}

.tokimaru-daruma-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8b4513;
  opacity: 0.92;
}

.tokimaru-daruma-title {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
  background: linear-gradient(180deg, #fffefb 0%, #fff 55%, #fff8f5 100%);
  box-shadow: 3px 3px 0 rgba(26, 26, 26, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tokimaru-daruma-lead-badge {
  margin: 0.85rem 0 0;
  display: flex;
  justify-content: center;
}

.tokimaru-daruma-lead-badge-inner {
  display: inline-block;
  padding: 0.28rem 1rem 0.32rem;
  font-family: var(--font-pop);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #5c1a1a;
  background: linear-gradient(135deg, #ffe8a8 0%, #ffd27a 45%, #ffc14d 100%);
  border: 2px solid var(--kfb-black);
  border-radius: 999px;
  box-shadow: 2px 2px 0 rgba(26, 26, 26, 0.2);
}

.tokimaru-card--daruma {
  position: relative;
  overflow: hidden;
  padding-top: 1.55rem;
  background: linear-gradient(165deg, rgba(255, 252, 248, 0.98) 0%, rgba(255, 255, 255, 0.99) 42%, rgba(255, 245, 248, 0.96) 100%);
  border: 2px solid rgba(26, 26, 26, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    4px 4px 0 rgba(26, 26, 26, 0.08),
    12px 18px 36px rgba(139, 69, 19, 0.06);
}

.tokimaru-card--daruma::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c41e3a 0%, #e85d75 35%, #ffd27a 70%, #c41e3a 100%);
  opacity: 0.9;
  pointer-events: none;
}

.tokimaru-card--daruma > .tokimaru-split-layout {
  position: relative;
  z-index: 1;
}

.tokimaru-split-layout--daruma {
  align-items: stretch;
}

.tokimaru-daruma-lead {
  font-size: 1.06rem;
  color: #2a1810;
}

.tokimaru-daruma-price {
  margin: 0.7rem 0 0;
  width: fit-content;
  padding: 0.3rem 0.75rem 0.35rem;
  border-radius: 999px;
  font-family: var(--font-pop);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #c41e3a 0%, #e85d75 55%, #c41e3a 100%);
  box-shadow: 3px 3px 0 rgba(26, 26, 26, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.tokimaru-daruma-detail {
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border-left: 4px solid #c41e3a;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.tokimaru-daruma-cta {
  margin-top: 1rem !important;
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 232, 240, 0.95), rgba(255, 248, 252, 0.98));
  border: 2px dashed rgba(196, 30, 58, 0.35);
  color: #3d1f28;
  line-height: 1.65;
}

.tokimaru-hirai-panel {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(230, 244, 255, 0.65) 0%, rgba(255, 255, 255, 0.88) 100%);
  border: 1px solid rgba(26, 26, 26, 0.1);
  box-shadow: 0 2px 12px rgba(47, 101, 133, 0.08);
}

.tokimaru-hirai-panel .tokimaru-subheading {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: 1rem;
  color: #1a3d52;
}

.tokimaru-hirai-heading-with-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  line-height: 1.35;
}

.tokimaru-hirai-logo {
  display: block;
  height: clamp(38px, 9vw, 52px);
  width: auto;
  max-width: min(200px, 55vw);
  object-fit: contain;
  flex-shrink: 0;
}

.tokimaru-hirai-heading-label {
  flex: 1 1 12rem;
  min-width: 0;
}

.tokimaru-hirai-panel-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.8;
}

.tokimaru-note--daruma {
  text-align: center;
  margin-top: 1.1rem;
  font-size: 0.88rem;
}

.tokimaru-split-aside--daruma {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tokimaru-daruma-visual {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 1rem 1rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 8px 28px rgba(26, 26, 26, 0.06);
}

.tokimaru-daruma-visual-title {
  margin: 0 0 0.15rem;
  font-size: clamp(1rem, 2.6vw, 1.15rem);
  color: #5c1a1a;
}

.tokimaru-daruma-visual-caption {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  color: #666;
}

.tokimaru-daruma-visual .tokimaru-photo-note {
  margin-top: 0.55rem;
}

.tokimaru-split-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
}

.tokimaru-split-main {
  flex: 1 1 auto;
  min-width: 0;
}

.tokimaru-split-main .tokimaru-list {
  margin-top: 0;
}

.tokimaru-split-aside {
  flex: 0 0 clamp(220px, 34vw, 340px);
  margin: 0;
}

.tokimaru-split-photo-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-pop);
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  font-weight: 800;
  text-align: center;
  color: var(--kfb-black);
}

.tokimaru-ennichi-photo {
  margin: 0;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--kfb-black);
  overflow: hidden;
  line-height: 0;
}

.tokimaru-ennichi-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.tokimaru-shop-pdf-thumb {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--kfb-black);
  overflow: hidden;
  line-height: 0;
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
}

.tokimaru-shop-pdf-thumb:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--kfb-black);
  filter: brightness(1.02);
}

.tokimaru-shop-pdf-thumb:focus-visible {
  outline: 3px solid var(--kfb-cyan);
  outline-offset: 3px;
}

.tokimaru-shop-pdf-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.tokimaru-shop-pdf-caption {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.98rem;
}

.tokimaru-shop-pdf-caption a {
  font-weight: 800;
  font-family: var(--font-pop);
  color: #2f6585;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.tokimaru-shop-pdf-caption a:hover {
  color: #244f68;
}

.tokimaru-list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.85;
}

.tokimaru-list.tokimaru-list--compact {
  line-height: 1.7;
  padding-left: 1.15rem;
}

.tokimaru-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.4rem;
  margin: 0 0 0.75rem;
}

.tokimaru-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.55rem 0.24rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.28);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--kfb-black);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.tokimaru-badge--shop {
  background: rgba(255, 20, 147, 0.1);
  border-color: rgba(255, 20, 147, 0.28);
}

.tokimaru-badge--gacha {
  background: rgba(0, 206, 209, 0.12);
  border-color: rgba(0, 206, 209, 0.35);
}

.tokimaru-badge--play {
  background: rgba(255, 215, 0, 0.16);
  border-color: rgba(255, 215, 0, 0.55);
}

.tokimaru-badge--pin {
  background: rgba(47, 101, 133, 0.12);
  border-color: rgba(47, 101, 133, 0.28);
}

.tokimaru-note {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  opacity: 0.82;
}

.tokimaru-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
  font-weight: 800;
  font-family: var(--font-pop);
  color: #fff;
  background: #2f6585;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--kfb-black);
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
}

.tokimaru-cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--kfb-black);
  filter: brightness(1.04);
}

@media (max-width: 640px) {
  .tokimaru-split-layout {
    flex-direction: column;
  }

  .tokimaru-split-aside {
    flex: 1 1 auto;
    width: 100%;
    max-width: min(420px, 100%);
    margin: 0.5rem auto 0;
  }

  .tokimaru-badges {
    margin-bottom: 0.65rem;
  }

  .tokimaru-badge {
    font-size: 0.68rem;
    padding: 0.18rem 0.45rem 0.2rem;
  }

  .tokimaru-daruma-header {
    margin-bottom: 1rem;
  }

  .tokimaru-daruma-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .tokimaru-daruma-lead-badge-inner {
    font-size: 0.72rem;
    padding: 0.22rem 0.75rem 0.26rem;
  }

  .tokimaru-card--daruma {
    padding: 1.15rem 1rem 1.2rem;
  }

  .tokimaru-hirai-panel {
    padding: 0.85rem 0.9rem;
  }

  .tokimaru-section--daruma {
    padding-bottom: clamp(3rem, 28vw, 6.5rem);
  }

  .tokimaru-hirai-photo-float {
    width: clamp(92px, 32vw, 150px);
    max-height: min(38vh, 300px);
    right: 0.25rem;
    bottom: 0.35rem;
    border-width: 2px;
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  .tokimaru-hero {
    padding: 3.5rem 1rem 2.25rem;
  }

  .tokimaru-section {
    padding: 2.25rem 1rem;
  }

  .tokimaru-card {
    padding: 1.15rem 1rem;
  }
}

