@charset "UTF-8";
/* ==========================================================================
   BEAUTIFUL CARS / DKエディション LP 追加スタイル
   対象ページ: https://www.beautifulcars.biz/f/dk-edition
   ベースCSS : style_dk-edition.css（本ファイルより先に読み込むこと）

   目次
     01. ファーストビュー・応援サマリー ... .dk-support*
     02. 土屋圭市さんの声バナー ......... .dk-voice*
     03. セット紹介・4択ナビ ............ .dk-set-*, .dk-choice-*
     04. ケアガイド（番号マップ）........ .dk-number-guide, .dk-care-*
     05. アンカー移動・戻る導線 ......... .dk-item-target, .dk-card-return
     06. 単品ラインナップ ............... .content04 .dk-item-group*
     07. セットカード（#sets）........... #sets .item-block, .dk-set-codes
     08. メルマガ導線・応援企画 ......... .dk-newsletter-shortcut, .dk-activity*
     09. ブランド紹介・クロージング ..... .dk-series-*, .dk-closing-*
     10. レスポンシブ（767px / 480px）... @media
   ========================================================================== */

#item,
#story,
#faq,
#mailmagazine,
#sets,
#set-wash,
#set-cleaner,
#set-wheel,
#set-coating,
#basic-wash,
#deep-clean,
#gloss-care {
  scroll-margin-top: 120px;
}

.dk-support {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 18px 8px;
  color: #303632;
  background: #fff;
  box-sizing: border-box;
}

.dk-support-label {
  margin: 0 0 12px;
  color: #0c8156;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
}

.dk-support-title {
  margin: 0 0 24px;
  color: #171b18;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
}

.dk-support-lead,
.dk-support-text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #303632;
}

.dk-support-lead {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 2;
}

.dk-support-text {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.95;
}

.dk-support-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 0;
  border-top: 1px solid #0c8156;
  border-bottom: 1px solid #0c8156;
  color: #303632;
  background: #fff;
  list-style: none;
}

.dk-support-facts li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.dk-support-facts li+li {
  border-left: 1px solid #d5e2dd;
}

.dk-support-actions {
  text-align: center;
}

.dk-support-actions .cta {
  margin-top: 0;
}

.dk-support-story-link {
  display: inline-block;
  margin-top: 18px;
  color: #303632;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dk-series-intro {
  max-width: 1000px;
  margin: 64px auto 36px;
  padding: 0 18px;
  color: #303632;
  box-sizing: border-box;
}

.dk-series-copy {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.dk-series-label,
.dk-closing-label {
  margin: 0 0 10px;
  color: #0c8156;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .12em;
}

.dk-series-title,
.dk-closing-title {
  margin: 0 0 18px;
  color: #171b18;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .02em;
}

.dk-series-text,
.dk-closing-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  text-align: left;
}

.dk-series-image,
.dk-closing-image {
  display: block;
  width: 100%;
  height: auto;
}

.dk-set-intro {
  max-width: 880px;
  margin: 0 auto 48px;
  color: #303632;
}

.dk-set-intro .itemList_title {
  margin-bottom: 24px;
}

.dk-set-intro .itemList_title h2 {
  margin-bottom: 8px;
}

.dk-set-subtitle {
  margin: 0;
  color: #303632;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
  text-align: center;
}

.dk-set-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.dk-set-lead+.dk-set-lead {
  margin-top: 12px;
}

.dk-choice-title {
  margin: 54px 0 18px;
  color: #171b18;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.dk-choice-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dk-choice-list li {
  padding: 0;
}

.dk-choice-list a {
  position: relative;
  display: block;
  height: 100%;
  padding: 18px 34px 18px 18px;
  border: 1px solid #c8d8d1;
  border-radius: 4px;
  background: #fff;
  color: #303632;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color .2s ease,background-color .2s ease;
}

.dk-choice-list a::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #0c8156;
  font-size: 13px;
  font-weight: 600;
}

.dk-choice-list a:hover {
  border-color: #0c8156;
  background: #f0f7f4;
}

.dk-choice-list a:target {
  outline: 2px solid #0c8156;
  outline-offset: 6px;
  scroll-margin-top: 96px;
}

.dk-choice-list strong {
  display: block;
  margin-bottom: 5px;
  color: #171b18;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.dk-choice-list span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
}

.dk-number-guide {
  max-width: 880px;
  margin: 36px auto 0;
  padding: 32px 0 0;
  border-top: 1px solid #171b18;
  border-bottom: 1px solid #171b18;
  color: #171b18;
  background: #fff;
  box-sizing: border-box;
}

.dk-number-guide-label {
  margin: 0 0 8px;
  color: #0c8156;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .16em;
}

.dk-number-guide-title {
  margin: 0;
  color: #171b18;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.dk-number-guide-heading {
  padding: 0 24px;
  text-align: center;
}

.dk-care-map {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #171b18;
  list-style: none;
}

.dk-care-stage {
  min-width: 0;
  padding: 26px 20px 28px;
  text-align: center;
  box-sizing: border-box;
}

.dk-care-stage+.dk-care-stage {
  /* 内側の区切りは外枠より弱く（外枠・横罫は #171b18 のまま） */
  border-left: 1px solid #c8d8d1;
}

.dk-care-stage-index {
  display: block;
  margin: 0 0 5px;
  color: #0c8156;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .14em;
}

.dk-care-stage-title {
  margin: 0 0 20px;
  color: #171b18;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.dk-care-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 7px;
  border: 1px solid #0c8156;
  border-radius: 50%;
  color: #fff;
  background: #0c8156;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease,transform .2s ease;
  box-sizing: border-box;
}

.dk-care-code:visited {
  color: #fff;
}

.dk-care-code:hover {
  color: #fff;
  background: #075f41;
  transform: translateY(-1px);
}

.dk-care-code:focus-visible {
  outline: 2px solid #171b18;
  outline-offset: 3px;
}

.dk-care-code:target {
  outline: 2px solid #171b18;
  outline-offset: 3px;
  scroll-margin-top: 96px;
}

.dk-care-sequence {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.dk-care-arrow {
  color: #0c8156;
  font-size: 13px;
  line-height: 1;
}

.dk-care-stage-text {
  margin: 12px 0 0;
  color: #303632;
  font-size: 14px;
  line-height: 1.75;
}

.dk-care-stage-note {
  display: block;
  margin-top: 3px;
  color: #0c8156;
  font-size: 12px;
  font-weight: 600;
}

.dk-care-branch {
  margin-top: 20px;
  padding-top: 20px;
  /* 内側の区切りのため、縦の仕切り線と同じ濃さに揃える */
  border-top: 1px solid #c8d8d1;
}

.dk-care-finish-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 10px;
  color: #303632;
  font-size: 12px;
  line-height: 1.6;
}

.dk-care-guide-note {
  margin: 0;
  padding: 16px 24px;
  border-top: 1px solid #171b18;
  color: #171b18;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.dk-care-link-note {
  display: block;
  margin-bottom: 2px;
  color: #0c8156;
  font-weight: 600;
}

.dk-item-target {
  scroll-margin-top: 96px;
}

.dk-item-target:target {
  outline: 2px solid #0c8156;
  outline-offset: 6px;
}

.dk-card-return {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #171b18;
  color: #171b18;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease,background-color .2s ease;
  box-sizing: border-box;
}

.dk-item-target:target .dk-card-return {
  display: flex;
}

.dk-card-return:hover {
  color: #fff;
  background: #171b18;
}

.dk-card-return:focus-visible {
  outline: 2px solid #0c8156;
  outline-offset: 3px;
}

.dk-closing {
  max-width: 1000px;
  margin: 72px auto 80px;
  padding: 0 18px;
  color: #303632;
  box-sizing: border-box;
}

.dk-closing-copy {
  max-width: 760px;
  margin: 32px auto 0;
  text-align: center;
}

.dk-closing-actions {
  margin-top: 28px;
  text-align: center;
}

.dk-closing-actions .cta {
  margin-top: 0;
}

.content04 .dk-item-group+.dk-item-group {
  margin-top: 70px;
}

.content04 .dk-item-group-title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

.content04 .dk-item-group-lead {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
}

.content04 .dk-item-group-catch {
  display: block;
  margin-bottom: 4px;
  color: #171b18;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.content04 .dk-item-group-note {
  display: block;
  color: #505651;
  font-size: 13px;
  line-height: 1.8;
}

.content04 .dk-item-group .itemList {
  justify-content: flex-start;
  column-gap: 20px;
}

.content04 .item_price {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.content04 .item_price span {
  font-size: 12px;
  font-weight: 400;
}

.content04 .item-block form {
  margin: 0;
}

.content04 .dk-product-info-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.content04 .dk-product-info-link img {
  width: 100%;
  height: auto;
  transition: opacity .2s ease;
}

.content04 .dk-product-info-link:hover img {
  opacity: .88;
}

.content04 .dk-product-info-link:hover h3 {
  color: #0c8156;
}

.content04 .dk-product-info-link:focus-visible {
  outline: 2px solid #0c8156;
  outline-offset: 3px;
}

.content04 .dk-product-info-link h3 {
  transition: color .2s ease;
}

.dk-section-lead {
  max-width: 720px;
  margin: -12px auto 42px;
  color: #505651;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

#sets .itemList {
  column-gap: 20px;
}

#sets .item-block {
  display: flex;
  flex: 0 0 calc(25% - 15px);
  flex-direction: column;
  width: calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin-top: 0;
  box-sizing: border-box;
}

#sets .item-block h3,
#sets .item_copy,
#sets .item_text {
  display: block;
  overflow: visible;
  text-overflow: clip;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

#sets .item-block h3 {
  min-height: 81px;
  margin: 18px 0 10px;
}

#sets .item_price {
  margin-bottom: 16px;
}

#sets .item_copy {
  min-height: 74px;
  margin: 0 0 14px;
  line-height: 1.75;
}

#sets .item_text {
  margin: 0 0 22px;
  line-height: 1.85;
}

#sets .dk-product-note {
  margin: 0 0 20px;
  padding: 10px 11px;
  border: 1px solid #d9e1dd;
  color: #505651;
  background: #f7f9f8;
  font-size: 11px;
  line-height: 1.75;
  box-sizing: border-box;
}

#sets .item_detail {
  margin-top: auto;
}

#item {
  margin-top: 20px;
  padding-top: 70px;
  border-top: 1px solid #e1e7e4;
}

.dk-newsletter-shortcut {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
  box-sizing: border-box;
}

.dk-newsletter-shortcut a {
  display: block;
  padding: 18px 16px;
  border-top: 1px solid #c8d8d1;
  border-bottom: 1px solid #c8d8d1;
  color: #0c8156;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  text-decoration: none;
}

.dk-newsletter-shortcut a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dk-newsletter-shortcut a:focus-visible {
  outline: 2px solid #0c8156;
  outline-offset: 3px;
}

.dk-activity {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 18px 8px;
  color: #303632;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.dk-activity-label {
  margin: 0 0 8px;
  color: #0c8156;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .12em;
}

.dk-activity-title {
  margin: 0 0 16px;
  color: #171b18;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
}

.dk-activity-text {
  max-width: 720px;
  margin: 0 auto 12px;
  font-size: 15px;
  line-height: 1.95;
  text-align: left;
}

.dk-activity-link {
  display: inline-block;
  margin-top: 4px;
  color: #0c8156;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dk-mail-anchor {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .dk-support {
    padding: 8px 16px 0;
  }
  .dk-support-label {
    text-align: left;
  }
  .dk-support-title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
  }
  .dk-support-lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .dk-support-text {
    font-size: 14px;
    line-height: 1.9;
  }
  .dk-support-facts {
    grid-template-columns: 1fr;
  }
  .dk-support-facts li {
    min-height: 52px;
    font-size: 12px;
  }
  .dk-support-facts li+li {
    border-top: 1px solid #d5e2dd;
    border-left: 0;
  }
  .dk-support-actions .cta {
    width: 100%;
  }
  .dk-series-intro {
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .dk-set-intro {
    margin-bottom: 38px;
  }
  .dk-set-intro .itemList_title {
    margin-bottom: 20px;
  }
  .dk-set-subtitle {
    font-size: 18px;
    text-align: left;
  }
  .dk-set-lead {
    font-size: 14px;
    line-height: 1.9;
  }
  .dk-series-copy {
    text-align: left;
  }
  .dk-series-title,
  .dk-closing-title {
    font-size: 23px;
  }
  .dk-choice-list {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
  .dk-choice-list li {
    padding: 0;
  }
  .dk-choice-title {
    margin-top: 42px;
    text-align: left;
  }
  .dk-number-guide {
    margin-top: 28px;
    padding-top: 25px;
  }
  .dk-number-guide-title {
    font-size: 18px;
    text-align: left;
  }
  .dk-number-guide-heading {
    padding: 0 4px;
    text-align: left;
  }
  .dk-care-map {
    display: block;
    margin-top: 22px;
  }
  .dk-care-stage {
    padding: 24px 16px 26px;
  }
  .dk-care-stage+.dk-care-stage {
    border-top: 1px solid #c8d8d1;
    border-left: 0;
  }
  .dk-care-stage-title {
    margin-bottom: 18px;
  }
  .dk-care-guide-note {
    padding: 15px 8px;
    text-align: left;
  }
  .dk-item-target {
    scroll-margin-top: 72px;
  }
  .dk-care-code:target {
    scroll-margin-top: 72px;
  }
  .dk-choice-list a:target {
    scroll-margin-top: 72px;
  }
  .dk-section-lead {
    margin-top: -8px;
    margin-bottom: 32px;
    text-align: left;
  }
  #item {
    margin-top: 10px;
    padding-top: 50px;
  }
  .dk-closing {
    margin-top: 56px;
    margin-bottom: 60px;
  }
  .dk-closing-copy {
    margin-top: 24px;
    text-align: left;
  }
  .content04 .dk-item-group+.dk-item-group {
    margin-top: 50px;
  }
  .content04 .dk-item-group-title {
    font-size: 20px;
  }
  .content04 .dk-item-group .itemList {
    column-gap: 0!important;
  }
  #sets .itemList {
    column-gap: 0;
  }
  #sets .item-block {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    box-sizing: border-box;
  }
  #sets .item-block:nth-child(odd) {
    margin-right: 6px;
  }
  #sets .item-block:nth-child(even) {
    margin-left: 6px;
  }
  #sets .item-block:nth-child(n+3) {
    margin-top: 30px;
  }
  #sets .item-block h3 {
    min-height: 54px;
  }
  #sets .item_copy {
    min-height: 74px;
  }
  .content04 .dk-item-group .item-block {
    flex: 0 0 calc(50% - 6px)!important;
    width: calc(50% - 6px)!important;
    max-width: calc(50% - 6px)!important;
    box-sizing: border-box;
  }
  .content04 .dk-item-group .item-block:nth-child(odd) {
    margin-right: 6px!important;
  }
  .content04 .dk-item-group .item-block:nth-child(even) {
    margin-left: 6px!important;
  }
  .dk-activity {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width:480px) {
  #sets .item-block {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  #sets .item-block:nth-child(n+2) {
    margin-top: 30px;
  }
  #sets .item-block h3,
  #sets .item_copy {
    min-height: 0;
  }
  .content04 .dk-item-group .itemList {
    column-gap: 0;
  }
  .content04 .dk-item-group .item-block {
    flex-basis: 100%!important;
    width: 100%!important;
    max-width: 100%!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

.dk-voice {
  max-width: 860px;
  margin: 6px auto 8px;
  padding: 0 18px;
  box-sizing: border-box;
}

.dk-voice-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border: 1px solid #d5e2dd;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.dk-voice-figure {
  flex: 0 0 108px;
  margin: 0;
}

.dk-voice-figure img {
  display: block;
  width: 108px;
  height: auto;
  border-radius: 4px;
}

.dk-voice-body {
  flex: 1 1 auto;
  min-width: 0;
}

.dk-voice-label {
  margin: 0 0 8px;
  color: #0c8156;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .12em;
}

.dk-voice-quote {
  margin: 0 0 8px;
  color: #171b18;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.dk-voice-name {
  margin: 0 0 8px;
  color: #303632;
  font-size: 12px;
  line-height: 1.6;
}

.dk-voice-link {
  display: inline-block;
  color: #303632;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dk-set-codes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 12px 0 18px;
}

.dk-set-codes-label {
  margin-right: 4px;
  color: #5b6560;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .04em;
}

.dk-set-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 50%;
  background: #0c8156;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
}

.dk-set-code-arrow,
.dk-set-code-sep {
  color: #0c8156;
  font-size: 11px;
  line-height: 1;
}

.dk-activity-figure {
  max-width: 720px;
  margin: 20px auto 0;
}

.dk-activity-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.dk-activity-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.dk-activity-actions .dk-activity-link {
  margin-top: 0;
}

.dk-activity-cta {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid #0c8156;
  border-radius: 4px;
  color: #fff;
  background: #0c8156;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background-color .2s ease;
}

.dk-activity-cta:hover {
  color: #fff;
  background: #075f41;
}

.dk-activity-cta:visited {
  color: #fff;
}

@media screen and (max-width:767px) {
  .dk-voice-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }
  .dk-voice-figure {
    flex: 0 0 auto;
  }
  .dk-voice-quote {
    font-size: 15px;
    line-height: 1.8;
  }
  .dk-activity-cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   11. 開催中キャンペーン（差し替え・削除しやすい独立ブロック）
   --------------------------------------------------------------------------
   本文側の .dk-campaign-bar（告知バー）と .dk-campaign（紹介カード）専用です。
   キャンペーンを終了する場合は、本文の2ブロックを削除するだけで構いません
   （このCSSは残しておいても表示に影響しません）。
   配色を変えたい場合は、下の変数だけ書き換えてください。

   ▼ 表示・非表示について
      キャンペーンは初期状態では非表示です。本文側のスクリプトが
      「表示期間内」と判定したときだけ、html に dk-campaign-live が付き、
      下の2ブロックが表示されます。期間の変更は本文側の START / END で行います。
      スクリプトを使わず常時表示したい場合は、下の
      「常時表示スイッチ」のコメント記号を外してください。
   ========================================================================== */

/* --- 表示制御（初期は非表示。表示期間内のみ表示） --- */
.dk-campaign-bar,
.dk-campaign {
  display: none;
}
.dk-campaign-live .dk-campaign-bar,
.dk-campaign-live .dk-campaign {
  display: block;
}

/* 常時表示スイッチ：この下の4行を囲むコメント記号を外すと、期間に関係なく表示されます
.dk-campaign-bar,
.dk-campaign {
  display: block !important;
}
*/

.dk-campaign-bar,
.dk-campaign {
  --campaign-bg: #071b33;      /* 背景ベース（濃紺） */
  --campaign-accent: #e63316;  /* アクセント（赤） */
  --campaign-line: #2c4b6e;    /* 罫線 */
  /* キャンペーンページ最上部と同じグラデーション（ARTAのチームカラー） */
  --campaign-gradient: linear-gradient(135deg, #071b33 0%, #063f86 72%, #0b55a5 100%);
}

/* --- (A) ファーストビュー直下の告知バー --- */
.dk-campaign-bar {
  /* 応援サマリーの本文（.dk-support-text）と同じ幅に揃える */
  max-width: 760px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.dk-campaign-bar a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 15px 18px;
  border: 1px solid #d5dde6;
  border-left: 4px solid var(--campaign-accent);
  border-radius: 4px;
  background: #fff;
  color: #171b18;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.dk-campaign-bar a:hover {
  border-color: #b9c6d4;
  border-left-color: var(--campaign-accent);
  background: #f7f9fb;
}
.dk-campaign-bar-tag {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 2px;
  background: var(--campaign-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.dk-campaign-bar-text {
  flex: 1 1 auto;
  font-weight: 600;
}
.dk-campaign-bar-date {
  flex: 0 0 auto;
  color: #5b6560;
  font-size: 13px;
}
.dk-campaign-bar a::after {
  content: "〉";
  flex: 0 0 auto;
  color: var(--campaign-accent);
  font-size: 13px;
  font-weight: 600;
}

/* --- (B) 応援企画セクション内のキャンペーンカード --- */
.dk-campaign {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 30px 30px 32px;
  border-top: 4px solid var(--campaign-accent);
  border-radius: 2px;
  background: var(--campaign-bg);
  background: var(--campaign-gradient);
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.dk-campaign-label {
  margin: 0 0 10px;
  color: #9fc0e4;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .14em;
}
.dk-campaign-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .02em;
}
.dk-campaign-lead {
  margin: 0 0 22px;
  color: #e4eaf1;
  font-size: 14px;
  line-height: 1.95;
}
.dk-campaign-facts {
  margin: 0 0 18px;
  padding: 0;
  border-top: 1px solid var(--campaign-line);
}
.dk-campaign-facts > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--campaign-line);
}
.dk-campaign-facts dt {
  margin: 0;
  color: #9fc0e4;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 600;
}
.dk-campaign-facts dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.dk-campaign-note {
  margin: 0 0 22px;
  color: #b9c9db;
  font-size: 12px;
  line-height: 1.9;
}
.dk-campaign-cta {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 3px;
  background: #fff;
  color: var(--campaign-bg);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}
.dk-campaign-cta:hover,
.dk-campaign-cta:visited {
  color: var(--campaign-bg);
}
.dk-campaign-cta:hover {
  background: #ffe9e5;
}
.dk-campaign-past {
  margin: 16px 0 0;
}
.dk-campaign-past a {
  color: #9fc0e4;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width:767px) {
  .dk-campaign-bar {
    margin-bottom: 24px;
  }
  .dk-campaign-bar a {
    gap: 8px 10px;
    padding: 14px 15px;
    font-size: 13px;
  }
  .dk-campaign-bar-text {
    flex: 1 1 100%;
    order: 2;
  }
  .dk-campaign-bar-date {
    order: 3;
    font-size: 12px;
  }
  .dk-campaign-bar a::after {
    margin-left: auto;
    order: 4;
  }
  .dk-campaign {
    margin-top: 24px;
    padding: 24px 20px 26px;
  }
  .dk-campaign-title {
    font-size: 22px;
  }
  .dk-campaign-facts > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .dk-campaign-cta {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
