@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #000;
  --color_wbpink01: #df0070;
  --color_wbpink02: #ff8bc5;
  --color_wbpink03: #ff55aa;
  --color_wbpink04: #ffdbed;
  --color_wbblue01: #182770;
  --color_wbblue02: #a7d4ef;
  --color_wbgray01: #a0a0a0;
  --color_wbgray02: #e2e2e2;
  --color_wbpurple01: #8e7dfa;
  --color_wbpurple02: #6765c4;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  line-height: 1.625;
  font-size: 1.6rem !important;
  color: var(--color_black);
  font-feature-settings: "palt";
  z-index: -1;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/2025tgc/saitama/assets/images/bg_pc01.webp") no-repeat top center / cover #f7f7e6;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background-color: #fff;
  font-weight: bold;
}
#cpn-main * {
  font-weight: bold;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main main {
  position: relative;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, .3) 0 0 18px;
  mix-blend-mode: multiply;
}
#cpn-main section {
  position: relative;
}
#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
  transition: .3s;
}
.ic_link::after,.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/2025tgc/saitama/assets/images/ic_link.svg") no-repeat center / contain;
  margin-left: .5rem;
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
  right: -2.5rem;
  bottom: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width:768px) {
  section {
   padding: 0 4vw 4rem;
  }
  #terms .term {
    padding: 0 0.8rem 0 0;
  }
}
#information p:before,
#information p:after,
.entryBtnLarge:before,
.entryBtnLarge:after,
.CDT_btn_p:before,
.CDT_btn_p:after {
  position: absolute;
  content: "";
  display: block;
  vertical-align: baseline;
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  position: absolute;
  width: 20vw;
  max-width: 75%;
  margin: auto;
  background: url("/special/2025tgc/saitama/assets/images/bg_pc02.webp") no-repeat;
  background-size: contain;
  height: 30.2vw;
  top: calc((100% - 590px) / 2);
  left: calc((100% - 20vw) / 2);
}
.benefits picture img {
  padding: 8px 0 0;
}
.benefits ul {
  padding: 8vw 1.4vw;
  width: 100%;
  position: absolute;
  top: 0;
}
.benefits li {
  margin-bottom: .6vw;
  text-align: left;
}
.benefits li:nth-of-type(3n) {
  margin-bottom: 0;
}
.benefits li a {
  color: var(--color_wbpink01);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: 0;
  padding: .38vw 1vw .42vw;
  border-radius: 5px;
}
.benefits li a::after {
  background: url("/special/2025tgc/saitama/assets/images/ic_pink.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: .95em;
  transition: 0s;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.7vw;
}
.bg_contents .benefits .access {
  background: linear-gradient(90deg,rgba(223, 0, 112, 1) 0%, rgba(229, 81, 138, 1) 50%, rgba(223, 0, 112, 1) 100%);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  margin: 1em auto;
  padding: 2em 7.4em 2em 0em;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.bg_contents .benefits .access:after {
  background: url("/special/2025tgc/saitama/assets/images/qr.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 6em;
  height: 6em;
  top: 0.6em;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 7.5vw 1.4vw;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: calc((100% - 250px) / 2);
  right: 0;
  margin-top: 0;
}
.bg_right_img {
  width: 100%;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
}
.bg_period {
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  bottom: 1%;
  height: max-content;
  margin: auto;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.bg_period .entry_sub_tx,
.bg_period [class*=cdt_date] small {
  font-size: 1.3vw;
  color: var(--color_wbblue01);
  font-weight: bold;
  padding: 12% 0 0;
}
.bg_period.cta_area {
  position: relative;
  width: 20vw;
  height: 15vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: url("/special/2025tgc/saitama/assets/images/bg_pc03.webp") no-repeat center / contain;
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .bg_period {
    top: 17%;
  }
  .bg_right_img {
    width: 80%;
    left: 10%;
  }
  .bg_period .CDT_btn_tx {
    box-shadow: 0 4px #e22481;
  }
  .bg_period .CDT_btn_p a:before {
    right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .CDT .cdt_num {
    border: solid .3vw var(--color_wbpink01);
  }
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .bg_period .entry_sub_tx {
    padding: 11% 0 0;
  }
}

/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: left;
  line-height: 1.4;
}
.prize_box ul.indMark > li,#conditions ul.indMark > li {
  margin: 0 1.2rem;
}
.term .blank {
  margin-top: 1rem;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  background: url("/special/2025tgc/saitama/assets/images/bg.webp") no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 0 100px;
}
h1 {
  font-size: 1rem;
}
.mv {
  margin: -3px auto 0;
}

/* info
------------------------------------------------*/
#cpn-main section#info {
  background: url("/special/2025tgc/saitama/assets/images/bg_sec01.webp") no-repeat;
  background-size: cover;
  margin-top: -76px;
  padding-bottom: 100px;
}
#cpn-main #info h2 {
  position: relative;
  width: 72%;
  padding: 56px 0 24px;
  margin: auto;
}
.info_wrap {
  font-size: 2.3rem;
}
.info_wrap dt {
  color: var(--color_wbpink01);
}
.info_wrap dd {
  color: var(--color_wbblue01);
}
.date span {
  font-size: 2.6rem;
}
.time dt,
.time span {
  font-size: 1.8rem;
}
.info_wrap dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}
.info_wrap dl dt {
  margin-right: 0.5em;
}
.info_wrap dl dd {
  margin-right: 0.8em;
}
.info_wrap dl dd:last-of-type {
  margin-right: 0;
}
.info_wrap .place {
  padding: 15px 0 0;
}
.detail_btn {
  border-radius: 5.8rem;
	width: 68%;
	padding: 18px 0;
	margin: 20px auto;
  background-color: var(--color_wbpink01);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px var(--color_wbpink02);
}
#cpn-main .detail a {
	color: #fff!important;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
.detail_btn::after {
  content: "";
  position: relative;
  display: inline-block;
  right: -1em;
  width: 2.2rem;
  height: 2.2rem;
  background: url("/special/2025tgc/saitama/assets/images/ic_link_white.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .detail_btn {
    width: 75%;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  #cpn-main section#info {
    background-size: contain;
  }
}
@media screen and (max-width: 375px) {
  #cpn-main #info h2 {
    padding: 12vw 0 24px;
  }
}
/* terms
------------------------------------------------*/
#cpn-main #terms h2::before,#cpn-main #terms h2::after {
  display: none;
}
#cpn-main #terms {
  background: url("/special/2025tgc/saitama/assets/images/bg_02.webp") no-repeat;
  background-size: cover;
  margin: -15% 0 0;
  padding: 3rem 3rem 15rem;
}
#cpn-main #terms #termsContent .term p,
#cpn-main #terms #termsContent .term li,
#cpn-main #terms #termsContent .term span,
#cpn-main #terms #termsContent .term a {
  font-weight: normal!important;
}
#cpn-main #terms .text_indent, #terms .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#cpn-main #terms .text_indent, #terms .list li.text_indent--reset {
  padding-left: 0;
  text-indent: inherit;
}
.tx_red{
  color: #f00;
}
#cpn-main #terms #termsContent {
  width: 44.0rem;
  height: 37.0rem;
  margin: 0 auto 2.5rem;
  border: 2px solid #a0a0a0;
  overflow: hidden;
  font-size: 1.6rem;
  font-feature-settings: normal;
  background-color: #fff;
  letter-spacing: 0;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.0rem);
  margin: 1.0rem 1.4rem 1.4rem 1.8rem;
  padding: 0 1.0rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color_wbpink03) #fff;
  scrollbar-color: #726A59;
  text-align: left;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
  width: .3rem;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
  background-color: #726A59;
  border-radius: .15rem;
}
#cpn-main #terms #termsContent .wrap > section {
  margin-top: 1.4rem;
}
#cpn-main #terms #termsContent .wrap > section:first-of-type {
  margin-top: 0;
}
#cpn-main #terms #termsContent .wrap > section:last-of-type {
  padding-bottom: 1.0rem;
}
#cpn-main #terms #termsContent h2 {
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #2A2926;
  padding-top: 0;
  line-height: normal;
}
#cpn-main #terms #termsContent h3 {
  font-weight: bold;
  margin-bottom: .3rem;
}
#cpn-main #terms #termsContent .small_list {
  margin-top: .3rem;
}
#cpn-main #terms #termsContent .small_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.47rem;
}
#cpn-main #terms .text_indent, #terms .list-2 {
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  #cpn-main #terms #termsContent .wrap {
    height: calc(100% - 4rem);
    margin: 2rem 1.4rem 2rem 1.8rem;
    padding: 0 0.5rem 0 0;
  }
}

@media screen and (max-width: 385px) {
  #cpn-main #conditions h2 {
    margin: 10px auto 20px;
  }
  #cpn-main #terms {
    margin: -12% 0 0;
  }
  #conditions .conditions_wrap + .conditions_wrap {
    margin-top: 14px;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  font-size: 1.9rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  height: 12.8rem;
  text-align: center;
  font-size: 1.6rem;
  max-width: 750px;
  margin: 1.2rem auto 0;
}
footer .cp {
  background-color: var(--color_wbgray02);
  margin: 1.8rem auto 0;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.bg_right_area .CDT_btn_p {
  height: 3.8vw;
}
.btn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 46px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #35241A;
  transition: .3s;
  text-decoration: none;
  border-radius: 20rem;
}
.btn a span {
  position: relative;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #fff;
}
.btn a span::before {
  position: absolute;
  right: 21px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
}
.btn a span::after {
  position: absolute;
  content: '';
  right: 35px;
  top: calc(50% - 3.5px);
  width: 0;
  height: 0;
}
.link_ahamo {
  margin-bottom: 27px;
  width: 340px;
}
.link_ahamo a {
  background-color: #666;
  font-size: 2.2rem;
  border: unset;
  box-shadow: none;
}
.link_ahamo a span::before {
  background-color: #fff;
}
.link_ahamo a span::after, .link_docomo a span::after {
  width: 4px;
  height: 4px;
  right: 27px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    right: 3.5rem;
    top: calc(50% - 2px);
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    right: 2.2rem;
    top: calc(50% - .8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
    border: unset;
    box-shadow: none;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    width: .4rem;
    height: .4rem;
    right: 2.8rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.0rem;
  }
  .btn {
    width: 300px;
    height: 58px;
  }
  .entry_wrap .entryBtn a:before {
    top: calc((7.2rem - 1.35rem) / 2);
  }
  .CDT_btn .CDT_btn_p a:before {
    top: calc((58px - 1.8rem) / 2);
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  .btn {
    max-width: 38rem;
    width: 256px;
    max-height: 8rem;
    height: 46px;
  }

  .btn a span::after {
    top: calc(50% - 2px);
  }
  .CDT_btn .CDT_btn_p a:before {
    top: calc((50px - 1.8rem) / 2);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background-color: #fff;
  padding: 1rem 0;
  margin: auto;
  right: 0;
}
.cta_follow .CDT_btn_tx {
  margin: 0.5rem auto 1rem;
  width: 68%;
  font-size: 2.4rem;
}
[class*=cdt_date] small {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 60vw;
    font-size: 2rem;
  }
}
[class*=cdt_date] small {
  font-size: 2rem;
  color: var(--color_black);
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.2vw;
  border-radius: 10px;
  padding: .2vw .2vw .2vw .2vw;
  text-align: center;
  color: var(--color_wbpink01);
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  background-clip: padding-box;
  line-height: 1;
  margin: 0 3px;
  background-color: #fff;
  border: solid 5px var(--color_wbpink01);
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  background: var(--color_wbpink03);
  position: relative;
  border-radius: 50rem;
  letter-spacing: .06em;
  width: 17.5vw;
  margin: 4.5rem auto 2rem;
  box-shadow: 0 7px #e22481;
}
.CDT_btn_p:before,
.CDT_btn_p:after {
  min-width: 46px;
  width: 10%;
  height: 7.2rem;
}
.bg_period .CDT_btn_p:before,
.bg_period .CDT_btn_p:after {
  top: 12px;
}
.CDT_btn_p:before {
  left: -2.5rem;
  background: url("/special/2025tgc/saitama/assets/images/ic04_L.svg") no-repeat center;
}
.CDT_btn_p:after {
  right: -2rem;
  background: url("/special/2025tgc/saitama/assets/images/ic04_R.svg") no-repeat center;
}
.CDT_btn_p a {
  font-size: 1.3vw;
  font-weight: bold;
  color: #fff !important;
  width: 87%;
}
#cpn-main .btn.entryBtn {
  margin-bottom: 3rem;
}
.entryBtnLarge {
  width: 362px;
  height: 72px;
  position: relative;
}
.entryBtnLarge a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  opacity: 0;
  z-index: 1;
}
.entryBtnLarge:before,
.entryBtnLarge:after {
  min-width: 46px;
  height: 7.3rem;
}
.entryBtnLarge:before,
.cta_follow .CDT_btn_p:before {
  left: -4.5rem;
  background: url("/special/2025tgc/saitama/assets/images/ic03_L.svg") no-repeat center;
}
.cta_follow .CDT_btn_p:before {
  left: 3.5rem;
}
.entryBtnLarge:after,
.cta_follow .CDT_btn_p:after {
  right: -4.5rem;
  top: 0;
  background: url("/special/2025tgc/saitama/assets/images/ic03_R.svg") no-repeat center;
}
.cta_follow .CDT_btn_p:after {
  right: 3.5rem;
}
.entryBtn a::before,
.CDT_btn_p a:before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  top: calc((66px - 1.8rem) / 2);
  right: 30px;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/special/2025tgc/saitama/assets/images/ic_white.svg") no-repeat;
  transform: rotate(90deg);
}
.bg_right_area .CDT_btn_p a:before{
  top: calc((3.8vw - 1.8rem) / 2);
  width: 1vw;
}
.entryBtn a::before {
  top: calc((72px - 1.35rem) / 2);
  transform: rotate(0deg);
}

@media screen and (max-width: 1400px) {
  .bg_period .CDT_btn_p:before,
  .bg_period .CDT_btn_p:after {
    width: 3vw;
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 38rem;
    height: 7.2rem;
  }
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .entryBtnLarge::before{
    left: -13%;
  }
}
@media screen and (max-width: 390px) {
  .CDT_btn_tx,
  #terms .entry_wrap .entryBtn {
    box-shadow: 0 4px #e22481;
  }
  .detail .detail_btn {
    box-shadow: 0 4px var(--color_wbpink02);
  }
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50rem;
  letter-spacing: .06em;
  width: 36.2rem;
  height: 7.2rem;
  margin: 2.5rem auto 3rem;
  box-shadow: 0 7px #e22481;
}
.entry_wrap .entryBtn a {
  background: var(--color_wbpink03);
  font-weight: bold;
  color: #fff!important;
  font-size: 2.4rem;
  position: relative;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 58px;
  z-index: 2;
}
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: normal;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
}
.entry_wrap input[type="checkbox"],.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 1.5px solid var(--color_black);
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/2025tgc/saitama/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 2.7rem;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px var(--color_black);
    border-radius: .15rem;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main a:hover {
    opacity: .6;
  }
  #cpn-main .entry_wrap .entryBtn a:hover,
  #cpn-main .detail a:hover,
  #cpn-main .CDT_btn_p a:hover,
  .CDT_btn .CDT_btn_p a:hover {
    box-shadow: none;
    transform: translateY(.5rem);
    transition: .2s;
    opacity: 1;
  }
  .benefits li a:hover {
    background: var(--color_wbpink01);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/2025tgc/saitama/assets/images/ic_pink_active.svg") no-repeat;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  background: url("/special/2025tgc/saitama/assets/images/bg_01.webp") no-repeat;
  background-size: cover;
  margin: -64px 0 0;
  padding: 3rem 3rem 15rem;
  color: var(--color_wbblue01);
}
#conditions > p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.conditions_wrap {
  background-color: var(--color_wbblue02);
  padding: 25px 4rem 20px;
  border-radius: .8rem;
  position: relative;
}
.conditions_wrap + .conditions_wrap {
  margin-top: 24px;
}
.conditions_wrap h3 {
  text-align: left;
  width: 7rem;
  margin-left: -2rem;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.conditions_wrap p span {
  background: linear-gradient(transparent 60%, rgba(255, 241, 64, 0.8) 60%);
}
.conditions_wrap picture {
  width: 65%;
  margin: 20px auto 16px;
}
.conditions01 picture {
  width: 90%;
  margin-top: 25px;
}
.conditions02 picture {
  margin: 24px auto 10px;
  width: 59%;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_date {
  position: absolute;
  top: .8rem;
  right: 1rem;
  content: "";
  width: 21%;
}
@media screen and (max-width: 500px) {
  #conditions {
    background-size: cover;
  }
  .conditions_wrap {
    padding: 4.5vw 8.5vw 4.5vw;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 390px) {
  #conditions {
    background-size: cover;
  }
  .conditions_wrap {
    padding: 3.2vw 8.5vw 3.2vw;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 5vw;
  }
}

#conditions h2,
#terms h2,
#information h2 {
  color: #fff;
  font-size: 3.2rem;
  margin: 20px auto 20px;
  padding: 0.3rem 0 0.7rem;
  line-height: 1;
}
#conditions h2{
  background-color: var(--color_wbblue01);
  box-shadow: 5px 5px var(--color_wbpink02);
  width: 36%;
}
#terms h2 {
  background-color: var(--color_wbpink03);
  box-shadow: 5px 5px var(--color_wbblue02);
  width: 64%;
}
#information h2 {
  background-color: var(--color_wbpurple01);
  box-shadow: 5px 5px var(--color_wbpink02);
  width: 50%;
}
@media screen and (max-width: 500px) {
  #conditions {
    margin: -86px 0 0;
  }
}
/* information
------------------------------------------------*/
#information {
  background-color: var(--color_wbpink04);
  margin: -132px 0 0;
  padding: 2rem 0 3rem;
}
#information p {
  color: var(--color_wbpurple02);
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
#information p:before,
#information p:after {
  top: 0.4em;
  width: 1em;
  height: 1em;
  background: url("/special/2025tgc/saitama/assets/images/ic_p.svg") no-repeat center;
  background-size: auto 1.7rem;
}
#information p:before {
  left: -1em;
}
#information p:after {
  right: -1em;
  transform: scaleX(-1);
}
#information picture {
  margin: 1rem auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #information {
    padding: 1rem 0 3rem;
  }
}
@media screen and (max-width: 480px) {
  #information {
    margin: -14rem 0 0;
  }
}
/* price
------------------------------------------------*/
#price {
  padding: 3rem 3rem 5rem;
}
#price picture {
  padding: 10px;
  margin: auto;
  background: linear-gradient(90deg,rgba(71, 179, 242, 1) 0%, rgba(238, 255, 124, 1) 100%, rgba(94, 233, 230, 1) 50%);
  border-radius: 24px;
}
#price picture img {
  width: 85%;
  padding: 2rem 3rem 0;
  background: #fff;
  border-radius: 15px
}
#price ul {
  padding-top: 2rem;
}
#price ul li {
  font-size: 1.6rem;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  #information {
    padding-bottom: 5rem;
  }
}
/* last
------------------------------------------------*/
#cpn-main main .last .link_ahamo a span,
#cpn-main main .last .campaignCode,
#cpn-main main .last .campaignCode span,
#cpn-main footer .website-link a,
#cpn-main footer .cp {
  font-weight: normal;
}
/*--------*/
@media screen and (max-width: 768px) {
  .cta_follow .CDT_btn_p:before,
  .cta_follow .CDT_btn_p:after {
   top: -6px;
  }
  .cta_follow .CDT_btn_p:before {
    left: -4.5rem;
  }
  .cta_follow .CDT_btn_p:after {
    right: -4.5rem;
  }
}
@media screen and (max-width: 500px) {
  #conditions h2,
  #terms h2,
  #information h2 {
    font-size: 5.7vw;
  }
}
@media screen and (max-width: 375px) {
  .entryBtnLarge:before {
    left: -5.5rem;
  }
  .entryBtnLarge:after {
    right: -5.5rem;
  }
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_wbpink01);
}
.benefits ul li a.is-active::after {
  background: url("/special/2025tgc/saitama/assets/images/ic_pink_active.svg") no-repeat;
}

