@charset "UTF-8";
.pc {
  display: none !important;
}

.sp {
  display: initial !important;
}

.contents01 h1 {
  padding: 0 16px;
}

h2 {
  max-width: 80%;
}

h2 span {
  padding: 0 1em;
}

.contents02,
.contents03,
.contents04,
.contents05 {
  padding: 40px 16px;
}

#prize,
#terms {
  background-image: url(../images/keihinback_01_sp.png);
  background-size: contain;
}

.BUTTON_ZLL {
  width: 100%;
}

.head_black {
  padding: 30px 0 10px 0;
  text-align: center;
  background-color: #f9f0bf;
}

.contents01 {
  padding: 10px 0 0 0;
}
.contents01 h1 {
  margin: 0 auto;
  padding: 0px 16px 20px;
}

.background {
  background-image: url(../images/cont01back_sp.webp);
  background-size: contain;
}

.period {
  flex-direction: column;
  width: 100%;
  gap: 0.5em;
  margin: 1em auto 1em auto;
}
.period img {
  width: 100%;
  max-width: 180px;
  padding: 0 0;
  margin: 0 auto;
}
.period p {
  color: #000;
}
.period p span {
  font-size: 86%;
}

.contents01_in {
  padding: 0 16px;
  padding: 0 0;
}

.contents01_in02 {
  padding: 0 0.5em;
}

.other-prizes {
  padding-bottom: 30px;
}

.contents02 {
  background: #007ec6;
}

.button-junp_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1em 8px;
  width: 100%;
}

.button-junp {
  padding: 10px;
}
.button-junp::after {
  right: 10px;
}

.button-junp--long-text {
  padding: 10px 20px 10px 10px;
  font-size: 13px;
}
.button-junp--long-text::after {
  right: 10px;
}

#prize {
  padding: 40px 14px;
}

@media screen and (max-width: 540px) {
  #prize .item_containers {
    grid-template-columns: 1fr;
  }
  #prize .prize_item {
    height: 100%;
    display: grid;
    align-content: flex-start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas: "auto   itemimg     " "auto   itemimg     " "itemname itemname" "detail       detail      ";
  }
  #prize .prize_item .course {
    font-size: 30px;
  }
  #prize .prize_item .course span {
    font-size: 16px;
  }
  #prize .prize_item .number {
    font-size: 38px;
  }
  #prize .prize_item .number span {
    font-size: 18px;
  }
  #prize .prize_item .itemname .icon-cold {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 100%;
  }
  #prize .prize_item .itemname .icon-cold img {
    width: auto;
    max-width: 40px;
  }
  #prize .item_containers.single {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
  }
}
#Wchance.contents03 {
  padding: 0 0 0 0;
}
#Wchance.contents03 .space_em {
  height: 0;
}

#Wchance::after {
  background-color: #F0E800;
}

@media screen and (max-width: 428px) {
  .wch_inner {
    display: flex;
    flex-flow: column wrap;
    gap: 1em;
    justify-content: flex-start;
    align-items: center;
    /* 縦方向の中央に配置（必要に応じてstretchやflex-startに変更） */
    flex-wrap: wrap;
    /* 必要に応じて折り返しを許可 */
    width: 100%;
  }
  .wch_inner .wch_inner_l {
    flex-basis: 100%;
    height: 100%;
  }
  .wch_inner .wch_inner_r {
    flex-basis: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.box_t02 {
  margin-top: 0;
}
.box_t02 .catch {
  padding: 0 1em;
}
.box_t02 h5 {
  width: 90%;
  padding: 0 0;
  margin: 1em auto 0 auto;
}

#terms {
  padding: 2em 0 1em 0;
}
#terms h4 {
  text-align: center;
}

.note .bg_head_3 {
  background: #ffffff;
  padding: 2em 0.5em;
}
.note .bg_head_3 h5 {
  padding: 4px 0.3em;
}
.note ul {
  padding-left: 0;
}

.modal-content {
  margin: 1em;
  padding: 3.5em 1em 2em 1em;
}/*# sourceMappingURL=tasty_cp_2026_s.css.map */