@charset "utf-8";

/* =========================================================
  bingo.css / PC・SP統合版
  対象HTML：bingo-unified.html
========================================================= */
#bingoTop {
  --bt-brown: #745536;
  --bt-gold: #c5a437;
  --bt-gold-dark: #a98624;
  --bt-cream: #fff8ea;
  --bt-cream-2: #f8efe0;
  --bt-orange: #f39800;
  --bt-text: #333;
  --bt-muted: #666;
  --bt-border: #e2d6c7;
  --bt-shadow: 0 12px 30px rgba(88, 62, 33, .12);
  max-width: 1280px;
  margin: 0 auto;
  color: var(--bt-text);
  font-size: 16px;
  line-height: 1.75;
}

#bingoTop *,
#bingoTop *::before,
#bingoTop *::after {
  box-sizing: border-box;
}

#bingoTop img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#bingoTop a {
  color: inherit;
  text-decoration: none;
}

#bingoTop .bt-breadcrumb {
  margin: 0 0 18px;
}

#bingoTop .bt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  padding: 48px 44px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff8ea 0%, #fff 48%, #f1dfbf 100%);
  border: 1px solid var(--bt-border);
  box-shadow: var(--bt-shadow);
  margin: 0 0 28px;
}

#bingoTop .bt-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--bt-gold-dark);
  font-weight: 700;
  letter-spacing: .04em;
}

#bingoTop .bt-hero h1 {
  margin: 0 0 18px;
  color: var(--bt-brown);
  font-size: 44px;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

#bingoTop .bt-hero__lead {
  margin: 0 0 24px;
  font-size: 18px;
}

#bingoTop .bt-hero__actions,
#bingoTop .bt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#bingoTop .bt-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 11px 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#bingoTop .bt-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--bt-shadow);
}

#bingoTop .bt-btn--primary {
  color: #fff;
  background: var(--bt-orange);
}

#bingoTop .bt-btn--outline {
  color: var(--bt-brown);
  background: #fff;
  border: 1px solid var(--bt-gold);
}

#bingoTop .bt-btn--center {
  display: table;
  margin: 28px auto 0;
}

#bingoTop .bt-hero__panel {
  background: #fff;
  border: 1px solid var(--bt-border);
  border-radius: 18px;
  padding: 24px;
}

#bingoTop .bt-hero__panelTitle {
  margin: 0 0 14px;
  color: var(--bt-brown);
  font-size: 20px;
  font-weight: 700;
}

#bingoTop .bt-hero__panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bingoTop .bt-hero__panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px dashed var(--bt-border);
  font-weight: 700;
}

#bingoTop .bt-hero__panel li:first-child {
  border-top: 0;
}

#bingoTop .bt-hero__panel span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--bt-gold);
}

#bingoTop .bt-anchor {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px;
  margin: 0 0 32px;
  border: 1px solid var(--bt-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(6px);
}

#bingoTop .bt-anchor a {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--bt-brown);
  background: var(--bt-cream);
  font-weight: 700;
}

#bingoTop .bt-searchBox,
#bingoTop .bt-section,
#bingoTop .bt-cta {
  margin: 0 0 44px;
  padding: 42px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--bt-border);
}

#bingoTop .bt-section--cream {
  background: var(--bt-cream);
}

#bingoTop .bt-searchBox {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  background: #fffdf8;
}

#bingoTop .bt-searchBox h2,
#bingoTop .bt-section__head h2,
#bingoTop .bt-cta h2 {
  margin: 0 0 14px;
  color: var(--bt-brown);
  font-size: 32px;
  line-height: 1.35;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

#bingoTop .bt-section__head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 30px;
}

#bingoTop .bt-section__head p {
  margin: 0;
  color: var(--bt-muted);
}

#bingoTop .bt-block {
  margin: 34px 0 0;
}

#bingoTop .bt-block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--bt-brown);
  font-size: 24px;
  font-weight: 700;
}

#bingoTop .bt-block h3::before {
  content: "";
  width: 8px;
  height: 28px;
  border-radius: 8px;
  background: var(--bt-gold);
}

#bingoTop .bt-block__lead {
  margin: -6px 0 18px;
  color: var(--bt-muted);
}

#bingoTop .bt-productGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

#bingoTop .bt-product {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bt-border);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(88, 62, 33, .08);
}

#bingoTop .bt-product a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#bingoTop .bt-product__image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 12px;
  background: #fff;
}

#bingoTop .bt-product__image img {
  max-height: 100%;
  object-fit: contain;
}

#bingoTop .bt-product__rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--bt-orange);
  font-size: 13px;
  font-weight: 700;
}

#bingoTop .bt-product__name {
  display: block;
  padding: 13px 14px 16px;
  color: var(--bt-text);
  font-weight: 700;
  line-height: 1.55;
}

#bingoTop .bt-more {
  display: table;
  margin: 18px auto 0;
  padding: 10px 24px;
  border: 1px solid var(--bt-gold);
  border-radius: 999px;
  color: var(--bt-brown);
  background: #fff;
  font-weight: 700;
}

#bingoTop .bt-guideGrid,
#bingoTop .bt-serviceGrid,
#bingoTop .bt-reviewGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#bingoTop .bt-guideGrid article,
#bingoTop .bt-reviewGrid article {
  padding: 24px;
  border: 1px solid var(--bt-border);
  border-radius: 18px;
  background: #fff;
}

#bingoTop .bt-guideGrid span {
  color: var(--bt-gold);
  font-size: 30px;
  font-weight: 700;
}

#bingoTop .bt-guideGrid h3,
#bingoTop .bt-reviewGrid h3 {
  margin: 6px 0 10px;
  color: var(--bt-brown);
  font-size: 21px;
}

#bingoTop .bt-guideGrid p,
#bingoTop .bt-reviewGrid p {
  margin: 0;
}

#bingoTop .bt-cta--inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 28px 0 0;
  padding: 24px;
  background: #fff;
}

#bingoTop .bt-cta--inline p {
  margin: 0;
}

#bingoTop .bt-cardLinks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 34px;
}

#bingoTop .bt-cardLinks a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--bt-border);
  border-radius: 16px;
  background: #fff;
  font-weight: 700;
  color: var(--bt-brown);
}

#bingoTop .bt-cardLinks img {
  width: 92px;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 10px;
}

#bingoTop .bt-chipLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 30px;
}

#bingoTop .bt-chipLinks a {
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--bt-brown);
  background: #fff;
  border: 1px solid var(--bt-gold);
  font-weight: 700;
}

#bingoTop .bt-serviceGrid article {
  overflow: hidden;
  border: 1px solid var(--bt-border);
  border-radius: 18px;
  background: #fff;
}

#bingoTop .bt-serviceGrid img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

#bingoTop .bt-serviceGrid div {
  padding: 20px;
}

#bingoTop .bt-serviceGrid h3 {
  margin: 0 0 8px;
  color: var(--bt-brown);
  font-size: 22px;
}

#bingoTop .bt-serviceGrid p {
  margin: 0 0 10px;
}

#bingoTop .bt-serviceGrid a {
  color: var(--bt-gold-dark);
  font-weight: 700;
  text-decoration: underline;
}

#bingoTop .bt-cta {
  text-align: center;
  background: linear-gradient(135deg, var(--bt-brown), #4d351f);
  color: #fff;
}

#bingoTop .bt-cta h2,
#bingoTop .bt-cta .bt-eyebrow {
  color: #fff;
}

#bingoTop .bt-cta__actions {
  justify-content: center;
  margin: 22px 0 0;
}

@media screen and (max-width: 767px) {
  #bingoTop {
    width: auto;
    margin: 0;
    padding: 0 3.8vw;
    font-size: 3.8vw;
    line-height: 1.75;
  }

  #bingoTop .bt-hero {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 8vw 5vw;
    border-radius: 4vw;
    margin-bottom: 5vw;
  }

  #bingoTop .bt-hero h1 {
    font-size: 8.2vw;
  }

  #bingoTop .bt-hero__lead {
    font-size: 4.2vw;
  }

  #bingoTop .bt-hero__actions,
  #bingoTop .bt-cta__actions,
  #bingoTop .bt-cta--inline {
    display: grid;
    grid-template-columns: 1fr;
  }

  #bingoTop .bt-btn {
    width: 100%;
    min-height: 12vw;
    padding: 2.6vw 4vw;
  }

  #bingoTop .bt-anchor {
    top: 0;
    margin-bottom: 6vw;
    padding: 2.5vw;
    border-radius: 3vw;
  }

  #bingoTop .bt-anchor a {
    padding: 2vw 4vw;
    font-size: 3.5vw;
  }

  #bingoTop .bt-searchBox,
  #bingoTop .bt-section,
  #bingoTop .bt-cta {
    display: block;
    margin-bottom: 8vw;
    padding: 7vw 4.5vw;
    border-radius: 4vw;
  }

  #bingoTop .bt-searchBox h2,
  #bingoTop .bt-section__head h2,
  #bingoTop .bt-cta h2 {
    font-size: 6.4vw;
  }

  #bingoTop .bt-section__head {
    margin-bottom: 6vw;
    text-align: left;
  }

  #bingoTop .bt-productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5vw;
  }

  #bingoTop .bt-product__image {
    padding: 2vw;
  }

  #bingoTop .bt-product__name {
    padding: 2.8vw;
    font-size: 3.4vw;
  }

  #bingoTop .bt-product__rank {
    top: 2vw;
    left: 2vw;
    font-size: 3vw;
    padding: 1vw 2.2vw;
  }

  #bingoTop .bt-block {
    margin-top: 7vw;
  }

  #bingoTop .bt-block h3 {
    font-size: 5vw;
  }

  #bingoTop .bt-guideGrid,
  #bingoTop .bt-serviceGrid,
  #bingoTop .bt-reviewGrid,
  #bingoTop .bt-cardLinks {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  #bingoTop .bt-cardLinks a {
    grid-template-columns: 28vw 1fr;
  }

  #bingoTop .bt-cardLinks img {
    width: 28vw;
  }

  #bingoTop .bt-chipLinks {
    justify-content: flex-start;
    gap: 2.4vw;
  }

  #bingoTop .bt-chipLinks a {
    padding: 2vw 3.5vw;
    font-size: 3.5vw;
  }

  #bingoTop .bt-guideGrid article,
  #bingoTop .bt-reviewGrid article {
    padding: 5vw;
  }

  #bingoTop .bt-serviceGrid div {
    padding: 5vw;
  }
}


/* =========================================================
  2026-06 修正：検索・ランキング装飾・目玉タブ・2商品枠
========================================================= */
#bingoTop .bt-searchBox {
  display: block;
}

#bingoTop .bt-searchBox__heading {
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}

#bingoTop .bt-searchBox__heading p {
  margin: 0;
  color: var(--bt-muted);
}

#bingoTop .bt-searchBox__parts {
  width: 100%;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--bt-border);
  border-radius: 18px;
  background: #fff;
}

#bingoTop .bt-rankingPanel {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #ead8b8;
  background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
  box-shadow: var(--bt-shadow);
}

#bingoTop .bt-rankingPanel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px dashed var(--bt-border);
}

#bingoTop .bt-rankingPanel__head span {
  color: var(--bt-brown);
  font-size: 26px;
  font-weight: 800;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

#bingoTop .bt-rankingPanel__head p {
  margin: 0;
  color: var(--bt-muted);
}

#bingoTop .bt-productGrid--rankingDecor .bt-product {
  border-width: 2px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#bingoTop .bt-productGrid--rankingDecor .bt-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(88, 62, 33, .16);
  border-color: var(--bt-gold);
}

#bingoTop .bt-product--rankTop::before {
  content: "おすすめ";
  position: absolute;
  top: 12px;
  right: -34px;
  z-index: 2;
  width: 120px;
  padding: 5px 0;
  transform: rotate(35deg);
  color: #fff;
  background: var(--bt-gold);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

#bingoTop .bt-product--rankTop .bt-product__rank {
  background: #d9422f;
}

#bingoTop .bt-tabShowcase>input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#bingoTop .bt-tabNav label {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--bt-border);
  border-radius: 16px;
  background: #fff;
  font-weight: 700;
  color: var(--bt-brown);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#bingoTop .bt-tabNav label:hover {
  transform: translateY(-3px);
  box-shadow: var(--bt-shadow);
}

#bingoTop .bt-tabNav label img {
  width: 92px;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 10px;
}

#bingoTop .bt-tabPanels {
  margin-top: 20px;
}

#bingoTop .bt-tabPanel {
  display: none;
}

#bt-medama-travel:checked~.bt-tabPanels .bt-tabPanel--travel,
#bt-medama-kaden:checked~.bt-tabPanels .bt-tabPanel--kaden,
#bt-medama-meat:checked~.bt-tabPanels .bt-tabPanel--meat,
#bt-medama-apple:checked~.bt-tabPanels .bt-tabPanel--apple {
  display: block;
}

#bt-medama-travel:checked~.bt-tabNav label[for="bt-medama-travel"],
#bt-medama-kaden:checked~.bt-tabNav label[for="bt-medama-kaden"],
#bt-medama-meat:checked~.bt-tabNav label[for="bt-medama-meat"],
#bt-medama-apple:checked~.bt-tabNav label[for="bt-medama-apple"] {
  border-color: var(--bt-gold);
  box-shadow: 0 0 0 3px rgba(197, 164, 55, .18), var(--bt-shadow);
}

#bingoTop .bt-pickGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 28px;
}

#bingoTop .bt-pickGroup {
  padding: 16px;
  border: 1px solid var(--bt-border);
  border-radius: 18px;
  background: #fff;
}

#bingoTop .bt-pickGroup h3 {
  display: block;
  margin: 0 0 14px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--bt-brown);
  font-size: 18px;
  text-align: center;
}

#bingoTop .bt-pickGroup h3::before {
  content: none;
}

#bingoTop .bt-productGrid--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#bingoTop .bt-product--placeholder {
  min-height: 100%;
  border-style: dashed;
  background: #fffdf8;
}

#bingoTop .bt-product--placeholder .bt-product__image {
  color: var(--bt-gold-dark);
  background: repeating-linear-gradient(-45deg, #fff8ea, #fff8ea 10px, #fff 10px, #fff 20px);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #bingoTop .bt-searchBox__heading {
    text-align: left;
    margin-bottom: 4vw;
  }

  #bingoTop .bt-searchBox__parts {
    padding: 4vw;
    border-radius: 3vw;
  }

  #bingoTop .bt-rankingPanel {
    padding: 4vw;
    border-radius: 4vw;
  }

  #bingoTop .bt-rankingPanel__head {
    display: block;
  }

  #bingoTop .bt-rankingPanel__head span {
    display: block;
    margin-bottom: 2vw;
    font-size: 5.6vw;
  }

  #bingoTop .bt-cardLinks.bt-tabNav {
    grid-template-columns: 1fr 1fr;
  }

  #bingoTop .bt-tabNav label {
    grid-template-columns: 1fr;
    gap: 2vw;
    padding: 3vw;
    text-align: center;
  }

  #bingoTop .bt-tabNav label img {
    width: 100%;
  }

  #bingoTop .bt-pickGrid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  #bingoTop .bt-pickGroup {
    padding: 4vw;
    border-radius: 4vw;
  }

  #bingoTop .bt-pickGroup h3 {
    font-size: 4.6vw;
    padding: 2vw 3vw;
  }
}

/* =========================================================
  2026-06 追加修正：ボックス整理・横並びバランス調整
========================================================= */

/* 条件検索：内側の囲みを消して、見た目のボックスを1つ減らす */
#bingoTop .bt-searchBox__parts {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* ページ内メニュー：PCでは中央寄せで均等に見せる */
#bingoTop .bt-anchor {
  justify-content: center;
  flex-wrap: wrap;
  overflow-x: visible;
}

/* 目玉景品別おすすめセット：4商品専用の横並びに調整 */
#bingoTop .bt-tabPanel .bt-productGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* 予算別・点数別リンク：段のバランスを整える */
#bingoTop .bt-chipLinks {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  gap: 14px 16px;
  align-items: center;
}

#bingoTop .bt-chipLinks a {
  min-width: 132px;
  text-align: center;
}

#bingoTop #yosan-betsu .bt-chipLinks a {
  min-width: 116px;
}

#bingoTop #tensu-betsu .bt-chipLinks a {
  min-width: 142px;
}

/* クリーム背景上の中央ボタン：背景と同化しない配色に変更 */
#bingoTop .bt-section--cream .bt-btn.bt-btn--center,
#bingoTop #toujitsu_hassou .bt-btn.bt-btn--center {
  color: #fff !important;
  background: var(--bt-brown) !important;
  border: 1px solid var(--bt-brown) !important;
  box-shadow: 0 10px 22px rgba(88, 62, 33, .18);
}

#bingoTop .bt-section--cream .bt-btn.bt-btn--center:hover,
#bingoTop #toujitsu_hassou .bt-btn.bt-btn--center:hover {
  background: var(--bt-gold-dark) !important;
  border-color: var(--bt-gold-dark) !important;
}

@media screen and (max-width: 767px) {
  #bingoTop .bt-anchor {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #bingoTop .bt-tabPanel .bt-productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  #bingoTop .bt-chipLinks {
    justify-content: center;
    gap: 2.4vw;
  }

  #bingoTop .bt-chipLinks a,
  #bingoTop #yosan-betsu .bt-chipLinks a,
  #bingoTop #tensu-betsu .bt-chipLinks a {
    min-width: 31vw;
    padding: 2vw 2.8vw;
  }
}