@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #333;
  --color_orange: #f44822;
	--color_blue: #1040c6;
	--color_yellow: #fff536;
}
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/chargespot/assets/images/bg.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;}
.tx_annotation { text-indent: -1.8rem;display: block;margin-left: 2rem;}
*::after,*::before { transition: all .3s;}

@media screen and (max-width: 768px) {
#prize_box2::before {
    height: 71px!important;
	  top: -6rem!important;
  }
}
@media screen and (max-width: 480px) {
#prize_box2::before {
    height: 70px!important;
    top: -7.4rem!important;
  }
}
@media screen and (max-width: 480px) {
#terms::before {
    height: 70px!important;
  }
}
@media screen and (max-width: 380px) {
	#prize_box2::before {
    height: 48px!important;
    top: -5rem!important;
  }
#terms::before {
    height: 50px!important;
  }
}
/* 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;
}
#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;
}
.ic_link::after,.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2rem;
  background: url("/special/chargespot/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;
  }
}
#cpn-main h2 { color: var(--color_pink01);}
#terms h2{
  font-size: 3.0rem;
}
section {
 padding: 0 2.5% 8rem;
}
.bg_blue section:first-of-type{
	 padding: 0 2.5% 2rem;
}
.bg_blue,.no-active {
	 padding: 0 2.5% 2rem;
}
.test01 {
    padding: 0 0% 5rem;
}
@media screen and (max-width:768px) {
  section {
   padding: 1.3em 2vw 7rem;
  }
	.anchor_list{
		padding: 1em 0!important;
	}
}
/* bg_contens
------------------------------------------------*/
.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/chargespot/assets/images/bg_pc02.webp") no-repeat;
  background-size: contain;
  height: 30.2vw;
  top: calc((100% - 460px) / 2);
  left: calc((100% - 20vw) / 2);
}
.benefits picture img {
  padding: 1.5rem 0 0;
  width: 80%;
}
.bg_right_img picture img {
  width: 94%;
	padding-top: 2%;
}
.anc_wrap{
  padding: 4vw 1.2vw;
  width: 100%;
  position: absolute;
  top: 3rem;
}
.benefits li {
  padding-bottom: 1.4vw;
  text-align: left;
}
.benefits li:nth-of-type(3n) {
  padding-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%;
	border-radius:5px;
}
.benefits li a:after {
  background: url("/special/chargespot/assets/images/ic_nav.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
	transition:none;
}
/*.benefits li + li a:after {
  top: 24.5rem;
}

.benefits li:last-of-type a:after {
  top: 31.5rem;
}*/


.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.4vw;
  color: #1040c6;
	padding:1%;
}
.bg_contents .benefits .access {
  background-image: linear-gradient(45deg, #1040c6, #0086d9 50%, #1040c6);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  margin: 1.2vw -0.4vw;
  padding: 2.4em 7.4em 2em 0em;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.bg_contents .benefits .access:after {
  background: url("/special/chargespot/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.9em;
  right: 1em;
  margin: auto;
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: calc((100% - 460px) / 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.cta_area {
  position: relative;
  width: 23vw;
  height: 22vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: url("/special/chargespot/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_p a:before {
    right: 20px;
  }
}
@media screen and (max-width: 1370px) {
  .benefits ul {
    padding: 3vw 1.4vw;
  }
}
@media screen and (max-width: 1050px) {
  .benefits ul {
    padding: 2vw 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .bg_period .entry_sub_tx {
    padding: 9% 0 0;
  }
}

/* entryBtn
------------------------------------------------*/
.entryBtnLarge {
  width: 440px;
  height: 80px;
  position: relative;
}
.entryBtnLarge a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 46rem;
  height: 8rem;
  border-radius: 10rem;
  opacity: 0;
  z-index: 1;
}
.entry_wrap .entryBtn {
  border-radius: 10rem;
  position: relative;
}
.entry_wrap .entryBtn a {
  font-weight: bold;
  color: var(--color_ivory)!important;
  font-size: 2.8rem;
  position: relative;
}
.entryBtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 2.2rem;
  width: 2.4rem;
  height: 1.8rem;
  background: url("/special/chargespot/assets/images/ic_white.svg") no-repeat;
}
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: rgba(248, 243, 255, .95);
  padding: 1rem 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 44rem;
    height: 8rem;
  }
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
}
/* bg_blue
------------------------------------------------*/
.bg_blue{
	background: #cff8ff;
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: justify;
  line-height: 1.4;
}
.prize_box ul.indMark > li,.conditions ul.indMark > li {
  margin: 0 1.2rem;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  width: 100%;
  padding: 0;
}
.mv img {
  width: 100%;
}
.mv_tx {
  margin-bottom: 20px;
}
/* --nav--- */
.nav {
  width: 100%;
}
.anchor_list {
  display: flex;
  justify-content: space-between;
  padding: 1.3em 0;
}
.anchor_item {
  max-width: 28vw;
  width: 32%;
}
.anchor_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
  background: var(--color_yellow);
  box-shadow: 0 5px #53dae5;
  transition: .3s;
  font-size: min(17px, 3.4vw);
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 1.0rem;
  line-height: 1.35;
  text-align: center;
}
.anchor_list a::after {
  display: block;
  content: "";
  background-color: var(--color_blue);
  background-image: url("/special/chargespot/assets/images/ic_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  margin-top: .8rem;
}
.anchor_list li a:hover{
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 0 #53dae5;
  box-shadow: 0 0 #53dae5;
}
@media all and (max-width: 500px) {
  .anchor_list li a{
    box-shadow: 0 5px #53dae5;
    font-size: min(24px, 3.2vw);
    border-radius: 2.80000vw;
    color: #fff;
    padding: 1.6vw;
    line-height: 1.35;
  }
  .anchor_list {
    display: flex;
    justify-content: space-between;
    padding: .8em 0;
  }
}
/* --------------------
  method_cp
----------------------- */
#detail::before{
  background: url("/special/chargespot/assets/images/section_break_01.webp") no-repeat;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 9px;
  left: 0;
  top: 0;
  margin: 5% 0;
  z-index: 1;
}
#detail{
	 padding: 0;
}
#prize_box2::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  top: -9rem;
  margin: auto;
}

#prize_box2::before{
  background: url(/special/chargespot/assets/images/wave_orange.svg) no-repeat bottom center / 100% ,linear-gradient(180deg, rgba(207, 248, 255,1) 98%, rgba(249, 197, 180,1) 99%);
}
/* terms
------------------------------------------------*/
#terms {
  padding-top: 4rem;
  padding-bottom: 1.1rem;
}
#terms::before{
	content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  top: -4rem;
  margin: auto;
  background: url(/special/chargespot/assets/images/wave_orange.svg) no-repeat bottom center / 100% ,linear-gradient(180deg, rgba(255, 255, 255,1) 98%, rgba(249, 197, 180,1) 99%);
	transform: scale(-1, -1);
}
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.5rem;
}
#cpn-main .indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1.0rem;
  padding-left: 2.1rem;
}
#cpn-main .indMark.size-m > li > span {
  color: #fff!important;
  background-color: #af45ed!important;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  top: .5rem;
  left: -1.0rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
#cpn-main .period li {
  padding-left: 1.6rem!important;
  position: relative;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  top: 1.2rem;
  background: #af45ed;
}
#cpn-main .cp_prize .size-s {
  margin-top: 1.2rem;
}
#terms .indMark > li {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .indMark > li ,.tx_left{
    font-size: 3.5vw!important;
  }
  .conditions .indMark > li {
    padding: 0 0 0 3vw;
    font-weight: 500;
  }
	.about_tx01,.about_tx02,.border_tx,.indMark_tx,.prize_box .ic_link{
		font-size: 3.5vw!important;
	}
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .4rem solid #af45ed;
  border-radius: 10px;
  overflow: hidden;
  text-align: justify;
  margin: 3rem auto 2.5rem;
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  color: var(--color_black);
  padding: 0;
}
#cpn-main #terms #termsContent a {
  text-decoration: underline;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4.0rem);
  margin: 2.0rem 1.4rem 2.0rem 2.0rem;
  padding: 0 .6rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: #af45ed #fff;
  scrollbar-width: thin;
  
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
  width: .6rem;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
  background-color: var(--color_black);
  border-radius: .3rem;
}
#cpn-main #termsContent .wrap > section.line {
  border-bottom: .2rem solid #af45ed;
  padding-bottom: 2.2rem!important;
  margin-right: 1rem;
}
#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#cpn-main #termsContent .wrap > section > section {
  margin-top: 1.4rem;
}
#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}
#cpn-main #terms #termsContent p {
  font-size: 1.9rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .cp_prize .size-s {
  margin-top: 6px;
}
#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}
#cpn-main #terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -.5em;
  padding-left: .5em;
}
#cpn-main #terms #termsContent .size-s li,
#cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1.0em;
  padding-left: .9em;
}
#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#cpn-main #terms #termsContent .weightNormal {
  font-weight: normal;
}
.period-s span {padding: 0 .7rem 0 0!important;}
#cpn-main #terms #termsContent .wrap a {
  text-decoration:none;
  color: #242ee2;
}
.terms_m {
  margin-bottom: 2.2rem;
}
.terms_m2 {
  margin-bottom: 1rem;
}
/* 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: #ededed;
  margin: 1.8rem auto 0;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  width: 420px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.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: 4.0rem;
}
.CDT_btn .btn a{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .3s;
  text-decoration: none;
	font-size: 2.9rem;
	font-weight: bold;
	color: #fff!important;
	background-image: linear-gradient(90deg, #ff1f9a, #ff7adc);
  outline: solid 2px #fff;
  outline-offset: -6px;
	border-radius: 4rem;
	padding: 4% 12%;
  box-shadow: 0 2px 5px 0 #f991cf;
} 
@media screen and (max-width: 1500px) {
.bg_right_img .CDT_btn .btn a{
  outline-offset: -4px;
  outline: solid 1px #fff;
} 
}
.bg_right_img .CDT_btn .btn a{
  width: 90%;
	font-size: 1.4vw;
} 
.CDT_btn .btn a{
	border-radius: 5rem;
} 
.CDT_btn .btn a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 3rem;
  width: 2.4rem;
  height: .8em;
  background: url("/special/chargespot/assets/images/ic_anc.svg") no-repeat;
	top: 3.2rem;
} 
.bg_right_img .CDT_btn .btn a::before {
	top: 40%;
	width: 9%;
	right: 1em;
} 
.btn a span {
  position: relative;
  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;
}
.bg_right_img .btn {
    width: 88%;
    height: 90%;
	margin-top: 5%;
  }
.btn.icoAnm:not(.disable) a span::after, .btn.icoAnm:not(.disable) a span::before {
  animation: triAnimationFrame .75s 0s infinite;
}
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
.link_ahamo {
  margin-bottom: 27px;
	width: 350px;
	height: 72px;
}
.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;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
		border-radius: 5rem;
  }
  .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;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 320px;
    height: 70px;
  }
	.CDT_btn_p {
	  width: 420px;
    height: 80px;
	}
}
@media screen and (max-width: 500px) {
  .btn {
    width: 300px;
    height: 60px;
  }
		.CDT_btn_p {
	  width: 420px;
    height: 80px;
	}
}
@media screen and (max-width: 425px) {
  .link_ahamo .btn {
    width: 280px;
    height: 60px;
  }
	.CDT_btn_p {
	  width: 340px;
    height: 70px;
	}
	.CDT_btn .btn a::before {
	top: 1em!important;
	}
  .btn a span::after {
    top: calc(50% - 2px);
  }
}
@media screen and (max-width: 350px) {
  .btn {
    width: 240px;
    height: 50px;
  }
		.CDT_btn_p {
	  width: 300px;
    height: 60px;
	}
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  width: 44rem;
  height: 8rem;
  margin: 2.5rem auto 3rem;
}
.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;
}
.entry_wrap .entryBtn {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 20rem;
  letter-spacing: .06em;
}
  .cta_follow .CDT_btn_tx {
    width: 60vw;
    font-size: 2rem;
  }
.entry_wrap .entryBtn {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 10rem;
}
.entry_wrap .entryBtn a {
	font-size: 2.9rem;
	font-weight: bold;
	color: #fff!important;
	background-image: linear-gradient(90deg, #ff1f9a, #ff7adc);
  outline: solid 2px #fff;
  outline-offset: -6px;
	border-radius: 4rem;
	padding: 4% 5% 4% 0%;
  box-shadow: 0 2px 5px 0 #f991cf;
}
.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/chargespot/assets/images/ic_check.svg") no-repeat center / 85% 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;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .entry_wrap .entryBtn a:hover,.anchor_list li a:hover{
    cursor: pointer;
    opacity: 1;
  }
  .entry_wrap .entryBtn a:hover::after,.anchor_list li a:hover::before {
    opacity: .2;
  }
  .benefits li a:hover {
    background: #1040c6;
    color: #fff;
		padding:1%;
    opacity: 1;
		border-radius: 5px;
  }
  .benefits li a:hover::after {
    background: url("/special/chargespot/assets/images/ic_nav_active.svg") no-repeat;
  }
}
/* h2_decoration
------------------------------------------------*/
#cpn-main .h2_l {
  color: #db3b71;
}
.h2_l::after {
  right: 7rem;
}
.h2_l::before {
  left: 7rem;
}
/* prize_box
------------------------------------------------*/
.blue_tx {
  font-size: 113%;
  color: var(--color_blue);
  font-weight: bold;
}
.blue_bg_tx {
  text-align: center;
  padding: 6px 0;
  font-weight: 550;
  color: #fff;
  background-color: #1040c6;
  border-radius: 100vh;
  height: 40px;
  width: 410px;
  margin-bottom: 1.5rem;
}
 .blue_bg_tx {
    max-width: 100%;
    height: auto;
    font-size: 119%;
}
.blue_tx {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.blue_tx::before,
.blue_tx::after {
  background-color: #1040c6;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 20px;
}
.blue_tx::before {
  margin-right: 1px;
  transform: rotate(60deg);
}
.blue_tx::after {
  margin-left: -1px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 500px) {
  .blue_tx::before, .blue_tx::after {
    width: 18px;
    height: 1.5px;
  }
}
@media screen and (max-width: 375px) {
.blue_tx::before, .blue_tx::after {
    width: 15px;
    height: 1.5px;
  }
}
@media screen and (max-width: 300px) {
.blue_tx::before, .blue_tx::after {
    width: 11px;
    height: 1.2px;
  }
}
.img_tx {
  max-width: 90%!important;
  margin-left: 1px;
	margin-bottom: 5px;
}
.indMark_tx {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}
.about_tx01,.border_tx {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.about_tx01 {
  background-color:#e6fdff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.about_tx02 {
  background-color:#e6fdff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.border_tx {
  background: linear-gradient(transparent 60%, #fbf655 0%);
  display: inline;
  padding: 0 0 0;
}
.prize_box {
  padding: 0 0 6rem;
}
#prize_box2{
 background: #f9c5b4;
}
#prize_box2 h3 {
}
.prize_box div {
  border: 4px solid var(--color_blue);
  position: relative;
  border-radius:2.5rem;
  padding: 2rem 1.5rem;
  margin-top: -2px;
  background: #fff;
}
#prize_box1 div {
  padding-bottom: 1.5rem;
}
#prize_box2 .step{
	background: var(--color_orange);
	color: #fff;
	border-radius:1.2rem 1.2rem 0 0;
}
#prize_box2 .step_inner{
	margin: -5rem 2rem 2rem;
}
.prize_box p {
  line-height: 1.3;
}
.prize_box ul {
  margin: 1.5rem auto 0;
}
.prize_box picture {
  display: block;
}
.prize_box picture + picture {
  margin: 2rem 0;
}
.prize_box .prize_img img {
  max-width: 100%;
  width: 60%;
}
.prize_box .ic_link{
	margin: 3%;
	font-weight: 600;
}
.ic_link{
  text-decoration:underline;
}
.prize_tx03 {
  margin-top: 30px;
}
.step_section {
  border: 3px solid var(--color_orange);
	border-radius: 1.8rem;
	margin-top: 13%;
	background: #fff;
}
.step_section:first-of-type {
	margin-top: 10%;
}
.step{
	font-size: 2.2rem!important;
	text-align: left;
	font-weight: bold;
	padding: 1% 3%;
}
.tx_pink{
	color: var(--color_orange);
	font-weight: bold;
	font-size: 2.2rem!important;
	margin-bottom: 1%;
}
.tx_left{
  font-size: 1.5rem;
	text-align: justify;
}
.step01_btn{
	margin: 7% 0 10%;
}
.step01_btn a{
	font-weight: bold;
}
.step01_btn a{
  background-image: linear-gradient(90deg, #1040c6, #02bbc9);
	color: #fff!important;
	font-size: 1.9rem;
	border-radius: 3rem;
  box-shadow: 0 5px #d8d8d8;
	padding: 3% 12%;
	margin: 3% 0;
	transition: .3s;
}
.step01_btn a::before{
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 2.2rem;
  width: 2.4rem;
  height: 1.8rem;
  background: url("/special/chargespot/assets/images/ic_mnp.svg") no-repeat;
	top: 2rem;
}
.step_section > picture{
	position: relative;
	top: -8rem;
	width: 15%;
	left: 20rem;
}
.btn_area{
	display: flex;
  justify-content: center;
	margin: 3%;
}
.btn_area img{
	width: 90%;
}
.btn_area a{
	transition: .3s;
}
.btn_coupon{
	margin: 5% 0 8%;
}
.step_inner .btn_coupon{
	margin: 8% 0 9%;
}
.btn_coupon a{
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff!important;
	background-image: linear-gradient(90deg, #ff1f9a, #ff7adc);
	outline: solid 2px #fff;
	outline-offset: -6px;
	border-radius: 5rem;
	padding: 5% 19%;
	box-shadow: 0 2px 5px 0 #f991cf;
  transition: .3s;
}
.ChargeSPOT_img02{
	width: 25%;
	margin-bottom: 2%;
}
.img_iphone{
	width: 39%;
}
.btn_coupon a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: -1.5rem;
  width: 2.4em;
  height: .8em;
  background: url("/special/chargespot/assets/images/ic_anc.svg") no-repeat;
  top: 3.4rem;
}
@media screen and (max-width: 768px) {
.btn_coupon a::before {
  right: .1em;
  width: 2em;
  top: 1.2em;
}
.CDT_btn .btn a::before {
  right: 0.2em;
  width: 2em;
  height: 1em;
  top: 1em;
}
}
@media screen and (max-width: 350px) {
.CDT_btn .btn a::before {
  right: -0.8em;
  width: 2.4em;
  top: 1em;
}
}
@media screen and (max-width: 375px) {
.CDT_btn .btn a::before {
  right: -0.5em;
  width: 2.4em;
  top: 1.1em!important;
}
}
@media screen and (max-width: 500px) {
  .prize_box h3::before, .prize_box h3::after {
    width: 1.6rem;
    height: 2.4rem;
  }
}

.benefits ul li a.is-active {
  color: #fff;
  background: #1040c6;
	padding:1%;
}
.benefits ul li a.is-active::after {
  background: url("/special/chargespot/assets/images/ic_nav_active.svg") no-repeat;
}
section .about_tx01,section .about_tx02 {
  line-height: 2.4rem;
}