#campaign-banner {
  display: none !important;
}

/* KV */
@media screen and (min-width: 1280px) {
  .block-goodslist-page--freepage-header > picture {
      width: 127vw !important;
  }
}


/* KV タイトル */
.block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title {
  margin: 0 0 0 7rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title {
   margin: 0 0 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title {
   margin: -1rem 0 0 0;
  }
}

.block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title .title {
  color: #004385;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title .title {
   font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .block-goodslist-page--freepage-header .block-goodslist-page--freepage-header-title .title {
   font-size: 2rem;
  }
}

.title-sub {
  font-size: 2rem;
  font-weight: 500;
  color: #e60012;
  margin: 0rem 0 -2.4rem 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .title-sub {
   font-size: 1.7rem;
   margin: 0rem 0 -1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .title-sub {
   font-size: 1.5rem;
   margin: 1rem 0 -2.4rem 0;
  }
}


.block-goodslist-page--freepage-header-title .off {
  color: #e60012;
}
.block-goodslist-page--freepage-header-title .off span {
  font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* イベント概要 */
.event-detail {
  max-width: 1100px;
  margin: 6rem auto 8rem;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 20px;
  background: #f9f8f6;
}
@media screen and (max-width: 767px) {
  .event-detail { 
    margin: 3rem auto 8rem;
    padding: 2rem 2rem;
  }
}

/* イベント概要 - タイトル */
.event-detail-title {
  color: #004385;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .event-detail-title {
   font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .event-detail-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.event-detail-title-sub {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .event-detail-title-sub {
   font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .event-detail-title-sub {
    font-size: 1.5rem;
  }
}

/* イベント概要 - 本文 */
.event-detail-lead {
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .event-detail-lead {
    font-size: 1.3rem;
  }
}
.event-detail-lead-notice {
    font-size: 1.3rem;
    padding: 1rem 0;
    display: inline-block;
}
@media screen and (max-width: 767px) {
  .event-detail-lead-notice {
    font-size: 1rem;
  }
}

/* イベント概要 - アイテム */
.event-detail-items {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  width: fit-content;
  margin: 0 auto 4rem;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .event-detail-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.event-detail-item-img {
  width: 170px;
  margin-bottom: .8rem;
}
@media screen and (max-width: 767px) {
  .event-detail-item-img {
    max-width: auto;
  }
}
@media screen and (max-width: 900px) {
  .event-detail-item-img {
    width: auto;
    max-width: 170px;
  }
}



.event-detail-item-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e60012;
}
@media screen and (max-width: 767px) {
  .event-detail-item-name {
     font-size: 1.2rem;
  }
}

/* イベント概要 - 導入例 */
.event-detail-example {
  width: 100%;
  max-width: 550px;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
  text-align: left;
}

.event-detail-example-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .event-detail-example-title {
     font-size: 1.5rem;
  }
}



/* コンテナ */
.event-detail-example-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #a3a8ac;
}

/* 行アイテム */
.event-detail-example-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #a3a8ac;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .event-detail-example-item-row {
     flex-wrap: wrap;
     padding: .8rem 1rem .3rem;
     font-size: 1.4rem;
  }
}

/* 商品名エリア */
.event-detail-example-item-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .event-detail-example-item-name {
   font-size: 1.4rem;
  }
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #e60012;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 .5rem 0 0;
}
@media screen and (max-width: 767px) {
  .dot {
     margin: .1rem 0 0;
  }
}

/* 価格表示エリア */
.event-detail-example-item-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .event-detail-example-item-price {
    font-size: 1.4rem;
    margin: 0 0 0 2rem;
  }
}

/* 元の価格（取り消し線） */
.original-price {
  font-size: 2rem;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: line-through;
  font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .original-price {
   font-size: 1.5rem;
  }
}

/* 矢印 */
.arrow {
  color: #333333;
  font-size: 1.6rem;
  padding: 0 .3rem;
}

/* 割引後の価格 */
.discount-price {
  font-size: 2.3rem;
  font-weight: 500;
  color: #333333;
  font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .discount-price {
   font-size: 1.6rem;
  }
}




.txt-red {
  color: #e60012;;
}

/* バナーエリア */
.ban-area {
    max-width: 900px;
    margin: 50px auto 150px;
}
@media screen and (max-width: 767px) {
  .ban-area {
    margin: 0px auto 80px;
  }
}