@charset "utf-8";

/* ================================================================
  忘年会景品 課税ページ / bk-kazei.css
  PC/SP統合・ページ専用CSS
================================================================ */

#main.bkk-page,
#main.bkk-page * {
  box-sizing: border-box;
}

#main.bkk-page {
  --bkk-font: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  --bkk-serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  --bkk-brown: #745536;
  --bkk-brown-dark: #4f3522;
  --bkk-gold: #c5a437;
  --bkk-gold-soft: #f6efd8;
  --bkk-bg: #fffaf0;
  --bkk-cream: #fffdf7;
  --bkk-text: #2f2a24;
  --bkk-muted: #6f655c;
  --bkk-border: #e8dcc3;
  --bkk-red: #b93d2f;
  --bkk-shadow: 0 14px 34px rgba(79, 53, 34, .12);
  font-family: var(--bkk-font);
  color: var(--bkk-text);
  line-height: 1.85;
}

#main.bkk-page a {
  color: inherit;
  text-decoration: none;
}

#main.bkk-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bkk-breadcrumb {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 20px;
}

.bkk {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.bkk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 30px;
  align-items: stretch;
  margin: 0 0 28px;
  padding: 42px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .96), rgba(246, 239, 216, .94)),
    radial-gradient(circle at top right, rgba(197, 164, 55, .3), transparent 34%);
  border: 1px solid var(--bkk-border);
  box-shadow: var(--bkk-shadow);
}

.bkk-kicker,
.bkk-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--bkk-brown);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

.bkk-hero h1 {
  margin: 0 0 18px;
  color: var(--bkk-brown-dark);
  font-family: var(--bkk-serif);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.28;
  letter-spacing: .02em;
}

.bkk-lead {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 700;
}

.bkk-hero__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.bkk-hero__points li {
  position: relative;
  padding: 12px 12px 12px 34px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  font-weight: 700;
  line-height: 1.5;
}

.bkk-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 12px;
  color: var(--bkk-red);
  font-weight: 900;
}

.bkk-hero__cta,
.bkk-finalCta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bkk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 2px solid var(--bkk-gold);
  font-weight: 800;
  line-height: 1.4;
  transition: opacity .2s ease, transform .2s ease;
}

.bkk-btn:hover {
  opacity: .82;
  transform: translateY(-1px);
}

.bkk-btn--primary {
  background: var(--bkk-gold);
  color: #fff !important;
}

.bkk-btn--sub {
  background: #fff;
  color: var(--bkk-brown) !important;
}

.bkk-hero__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--bkk-border);
}

.bkk-hero__sideTitle {
  margin: 0 0 10px;
  color: var(--bkk-red);
  font-size: 20px;
  font-weight: 900;
}

.bkk-hero__side p:last-child {
  margin: 0;
  font-weight: 700;
}

.bkk-anchor,
.bkk-categoryNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 46px;
}

.bkk-anchor a,
.bkk-categoryNav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  color: var(--bkk-brown) !important;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(79, 53, 34, .06);
}

.bkk-section {
  margin: 0 0 56px;
}

.bkk-section__head {
  margin: 0 0 22px;
  text-align: center;
}

.bkk-section__head h2 {
  margin: 0 0 12px;
  color: var(--bkk-brown-dark);
  font-family: var(--bkk-serif);
  font-size: clamp(25px, 3.2vw, 36px);
  line-height: 1.35;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
}

.bkk-section__head p:not(.bkk-section__label) {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bkk-muted);
  font-weight: 700;
}

.bkk-textBox,
.bkk-section--accent,
.bkk-finalCta {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  box-shadow: var(--bkk-shadow);
}

.bkk-textBox p {
  margin: 0 0 16px;
}

.bkk-textBox p:last-child {
  margin-bottom: 0;
}

.bkk-note {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--bkk-gold-soft);
  color: var(--bkk-brown-dark);
  font-weight: 700;
}

.bkk-cardGrid {
  display: grid;
  gap: 18px;
}

.bkk-cardGrid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkk-cardGrid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkk-infoCard,
.bkk-linkCard,
.bkk-miniCard,
.bkk-pointList__item,
.bkk-ctaBox {
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  box-shadow: 0 10px 26px rgba(79, 53, 34, .08);
}

.bkk-infoCard {
  padding: 24px 20px;
}

.bkk-infoCard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: var(--bkk-gold-soft);
  color: var(--bkk-brown);
  font-weight: 900;
}

.bkk-infoCard h3,
.bkk-pointList__item h3,
.bkk-ctaBox h3,
.bkk-productSection__head h3,
.bkk-linkCard h4 {
  margin: 0 0 10px;
  color: var(--bkk-brown-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: var(--bkk-font) !important;
}

.bkk-infoCard p,
.bkk-pointList__item p,
.bkk-linkCard p,
.bkk-ctaBox p,
.bkk-miniCard span {
  margin: 0;
  color: var(--bkk-muted);
  font-size: 15px;
  line-height: 1.75;
}

.bkk-pointList {
  display: grid;
  gap: 16px;
}

.bkk-pointList__item {
  position: relative;
  padding: 22px 22px 22px 58px;
}

.bkk-pointList__item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 27px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bkk-gold);
  box-shadow: 0 0 0 6px var(--bkk-gold-soft);
}

.bkk-section--accent {
  background: linear-gradient(135deg, #fff, var(--bkk-bg));
}

.bkk-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: center;
}

.bkk-split p {
  margin: 0 0 14px;
}

.bkk-split p:last-child {
  margin-bottom: 0;
}

.bkk-ctaBox {
  padding: 24px;
  background: #fff;
}

.bkk-ctaBox .bkk-btn {
  margin-top: 16px;
  width: 100%;
}

.bkk-faq {
  display: grid;
  gap: 12px;
}

.bkk-faq details {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  overflow: hidden;
}

.bkk-faq summary {
  cursor: pointer;
  padding: 18px 48px 18px 20px;
  color: var(--bkk-brown-dark);
  font-weight: 900;
  list-style: none;
  position: relative;
}

.bkk-faq summary::-webkit-details-marker {
  display: none;
}

.bkk-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bkk-gold);
  font-size: 24px;
  line-height: 1;
}

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

.bkk-faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--bkk-muted);
}

.bkk-productSection {
  margin: 0 0 38px;
  padding: 26px;
  border-radius: 24px;
  background: var(--bkk-cream);
  border: 1px solid var(--bkk-border);
}

.bkk-productSection__head {
  margin: 0 0 18px;
}

.bkk-productSection__head h3 {
  text-align: center !important;
  font-size: 26px;
  font-family: var(--bkk-serif) !important;
}

.bkk-productSection__head p {
  margin: 0;
  text-align: center;
  color: var(--bkk-muted);
  font-weight: 700;
}

.bkk-linkCard {
  display: block;
  overflow: hidden;
  transition: opacity .2s ease, transform .2s ease;
}

.bkk-linkCard:hover,
.bkk-miniCard:hover,
.bkk-chipGrid a:hover,
.bkk-more a:hover {
  opacity: .84;
  transform: translateY(-1px);
}

.bkk-linkCard img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid var(--bkk-border);
}

.bkk-linkCard__tag {
  display: inline-flex;
  margin: 18px 18px 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--bkk-gold-soft);
  color: var(--bkk-brown);
  font-size: 12px;
  font-weight: 900;
}

.bkk-linkCard h4,
.bkk-linkCard p {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.bkk-linkCard p {
  padding-bottom: 20px;
}

.bkk-chipGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bkk-chipGrid a,
.bkk-miniCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--bkk-border);
  box-shadow: 0 8px 20px rgba(79, 53, 34, .07);
  transition: opacity .2s ease, transform .2s ease;
}

.bkk-chipGrid strong,
.bkk-miniCard strong {
  display: block;
  margin: 0 0 6px;
  color: var(--bkk-brown-dark);
  font-size: 19px;
  font-weight: 900;
}

.bkk-chipGrid span {
  color: var(--bkk-muted);
  font-size: 14px;
  font-weight: 700;
}

.bkk-more {
  margin: 22px 0 0;
  text-align: center;
}

.bkk-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 46px;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--bkk-brown);
  color: #fff !important;
  font-weight: 900;
  transition: opacity .2s ease, transform .2s ease;
}

.bkk-finalCta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 56px;
  background: linear-gradient(135deg, var(--bkk-brown), var(--bkk-brown-dark));
  color: #fff;
}

.bkk-finalCta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--bkk-serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
}

.bkk-finalCta p {
  margin: 0;
}

.bkk-finalCta .bkk-kicker {
  background: #fff;
  color: var(--bkk-brown) !important;
}

.bkk-finalCta .bkk-btn--sub {
  border-color: #fff;
}

@media screen and (max-width: 900px) {
  .bkk {
    padding: 0 14px 54px;
  }

  .bkk-hero {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .bkk-hero__points,
  .bkk-cardGrid--3,
  .bkk-cardGrid--4,
  .bkk-chipGrid,
  .bkk-split,
  .bkk-finalCta {
    grid-template-columns: 1fr;
  }

  .bkk-hero__side {
    padding: 20px;
  }

  .bkk-anchor,
  .bkk-categoryNav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px 8px;
    -webkit-overflow-scrolling: touch;
  }

  .bkk-anchor a,
  .bkk-categoryNav a {
    flex: 0 0 auto;
    min-width: 136px;
  }

  .bkk-textBox,
  .bkk-section--accent,
  .bkk-finalCta,
  .bkk-productSection {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .bkk-section {
    margin-bottom: 44px;
  }

  .bkk-section__head {
    text-align: left;
  }

  .bkk-section__head p:not(.bkk-section__label),
  .bkk-productSection__head p {
    text-align: left;
    margin-left: 0;
  }

  .bkk-productSection__head h3 {
    text-align: left !important;
    font-size: 23px;
  }

  .bkk-hero__cta,
  .bkk-finalCta__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bkk-btn,
  .bkk-more a {
    width: 100%;
  }

  .bkk-linkCard {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0;
  }

  .bkk-linkCard img {
    height: 100%;
    min-height: 160px;
    aspect-ratio: auto;
    border-bottom: 0;
    border-right: 1px solid var(--bkk-border);
    padding: 10px;
  }

  .bkk-linkCard__tag {
    margin: 14px 14px 6px;
  }

  .bkk-linkCard h4,
  .bkk-linkCard p {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media screen and (max-width: 520px) {
  .bkk-breadcrumb {
    padding: 0 12px;
  }

  .bkk-hero h1 {
    font-size: 30px;
  }

  .bkk-lead {
    font-size: 16px;
  }

  .bkk-infoCard,
  .bkk-pointList__item,
  .bkk-chipGrid a,
  .bkk-miniCard {
    padding: 18px 16px;
  }

  .bkk-pointList__item {
    padding-left: 50px;
  }

  .bkk-pointList__item::before {
    left: 18px;
  }

  .bkk-linkCard {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .bkk-linkCard img {
    min-height: 150px;
  }

  .bkk-linkCard p {
    font-size: 14px;
  }
}
/* SP：目玉景品カードの崩れ修正 */
@media screen and (max-width: 900px) {
  #main.bkk-page .bkk-linkCard {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-areas:
      "image tag"
      "image title"
      "image text" !important;
    gap: 0 14px !important;
    align-items: center !important;
    padding: 14px !important;
  }

  #main.bkk-page .bkk-linkCard img {
    grid-area: image !important;
    width: 96px !important;
    height: 96px !important;
    min-height: 0 !important;
    object-fit: contain !important;
    padding: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  #main.bkk-page .bkk-linkCard__tag {
    grid-area: tag !important;
    width: fit-content !important;
    margin: 0 0 6px !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
  }

  #main.bkk-page .bkk-linkCard h4 {
    grid-area: title !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    word-break: keep-all !important;
  }

  #main.bkk-page .bkk-linkCard p {
    grid-area: text !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}