@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
	--color_orange01: #ea6400;
  --color_orange02: #f39800;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #6c2c2f;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.625;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/pompompurin/assets/images/bg_pc01.webp") no-repeat center bottom / cover #fff;
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  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:500px) {
  html {
    font-size: 62.5%;
  }
}

h2 {
  display: inline-block;
  position: relative;
  margin: 2rem 0 1.2rem 0;
  padding: 0 1rem .75rem;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}
h2::before {
  left: -0.5rem;
}
h2::after {
  right: -0.5rem;
}
@media screen and (max-width: 500px) {
  h2::before,h2::after {
    bottom: -.7rem;
    width: 1rem;
    height: 1rem;
  }
}
/* common
------------------------------------------------*/
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes triAnimationFrame2 {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(5.5px) rotate(90deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: rgba(219, 143, 33, 1) 0 0 8px;
  background: #fff7d4;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: .06em;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main a {
  position: relative;
  color: #242ee2;
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%;
	line-height: 1.1;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
	margin: 0 0 0 .5rem;
  background: url("/special/pompompurin/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 500px) {
  #cpn-main {
    max-width: 500px;
    margin: 0 auto;
  }
  #terms .wrap>section {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .ic_link_terms::after {
    width: 2.6vw;
    height: 2.6vw;
  }
}
/* bg_contents
------------------------------------------------*/
.charactor_move04 {
  position: relative;
  z-index: -2;
  width: 100vw;
  height: 17svh;
  background: url("/special/pompompurin/assets/images/pom.webp") repeat-x 0 0;
  background-size: auto 100%;
  animation: move04 60s linear infinite;
  grid-area: 2 / 1 / 3 / 2;
}
@keyframes move04 {
  from  { background-position: 0 0;}
  to { background-position: calc((17svh * 768) / 29) 0;}
}

.bg_contents {
  display: grid;
  position: fixed;
  top: 18svh;
  left: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 3fr 1fr;
  place-items: center;
  z-index: -2;
  width: 100%;
  height: 81svh;
  grid-row-gap: 2svh;

}
.bg_left_area {
  display: grid;
  position: absolute;
  left: 0;
  place-items: start center;
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  height: 100%;
}
.bg_left_area .benefits::after {
  display: block;
  position: absolute;
  top: -12.2svh;
  left: 6%;
  content: "";
  width: 11.5svh;
  height: 17svh;
  background: url("/special/pompompurin/assets/images/pom09.png") no-repeat 0 0 / 100%;
}
.bg_contents .benefits {
	display: grid;
	position: absolute;
	top: 0;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 5fr;
	place-items: center;
	aspect-ratio: 21 / 29;
	width: auto;
	max-width: min(80%, 386px);
	height: 100%;
	max-height: min(100%, 535px);
	background: url(/special/pompompurin/assets/images/bg_pc02.webp) no-repeat center / contain;
}
.benefits picture {
  padding: 5% 12% 2%;
  width: 110%;
}
.benefits .logo_img{
  display:block;
  grid-area: 1 / 1 / 2 / 2;
  width: 75%;
  margin: .1vw auto;
}
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  grid-area: 2 / 1 / 3 / 2; 
  width: auto;
  height: 100%;
  padding: 7% 7% 7%;
}
.benefits ul li {
  width: 100%;
  text-align: left;
}
.benefits ul li:nth-of-type(4n) {
  margin-bottom: 0;
}
.benefits ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .2em .5em .2em;
  border-radius: 5px;
  color: #ea6400;
  text-decoration: none;
  justify-content: space-between;
  transition: 0s;
}
.benefits ul li a::after {
	mask-image: url("/special/pompompurin/assets/images/ic_pc_active.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #ea6400; 
	content: "";
	position: relative;
	display: inline-block;
	width: 1em;
	height: .95em;
}
.benefits ul li a, .benefits p {
	font-weight: bold;
	font-size: min(1.3vw, 2.6svh);
}
.bg_contents .benefits .access {
	background: #ea6400;
	color: #fff;
	font-size: min(1.1vw, 2.2svh);
	font-weight: bold;
	padding: 1.5em 6.4em 2em 0em;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.bg_contents .benefits .access:after {
	background: url("/special/pompompurin/assets/images/qr.png") no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 5em;
	height: 5em;
	top: 0.85em;
	right: .8em;
	margin: auto;
}
.bg_contents .bg_right_area {
	position: absolute;
	width: calc((100% - 500px) / 2);
	max-width: calc((100% - 500px) / 2);
	right: 0;
	display: grid;
	height: 100%;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	grid-area: 1 / 1 / 2 / 2;
}
.bg_right_area {
	width: 100%;
	position: absolute;
  justify-content: center;
	align-items: center;
	grid-area: 1 / 1 / 2 / 2;
  place-items: start center;
}
.bg_period {
	font-feature-settings: "palt";
	position: absolute;
	height: max-content;
}
.entry_sub_tx span {
	font-size: 1.6vw;
	font-weight: bold;
}
.entry_sub_tx span.slash {
  vertical-align: 0.1em;
  font-size: 1.3vw;
  color: #6c2c2f;
  font-weight: bold;
  padding: 12% 0 0;
}

.bg_period .entry_sub_tx, .bg_period [class*=cdt_date] small {
	font-size: 1.3vw;
	color: #6c2c2f;
	font-weight: bold;
	padding: 3% 0 0;
}
.bg_period::after {
  display: block;
  position: absolute;
  top: -15svh;
  right: 6%;
  content: "";
  width: 11svh;
  height: 17svh;
  background: url("/special/pompompurin/assets/images/pom10.png") no-repeat center center / 100%;
}
.bg_right_area picture {
  position: absolute;
  display: block;
  width: auto;
  max-width: 21vw;
  height: 100%;
  margin: auto;
  grid-area: 2 / 1 / 3 / 2;
  aspect-ratio: 390 / 281;
  place-content: center;
}
.bg_right_area picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1330px) {
  .bg_contents .benefits {
      height: auto;
  }
}
@media screen and (max-width: 1330px) and (min-height: 645px) {
  .bg_left_area .benefits::after,.bg_period::after,.charactor_move04 {
    height: 10vw;
  }
  .bg_left_area .benefits::after {
    top: -6.4vw;
    width: 6vw;
  }
	.bg_period::after {
		top: -8.5vw;
    width: 6vw;
	}
  .charactor_move04 {
    animation: move04-2 60s linear infinite;
  }
}
@keyframes move04-2 {
  from  { background-position: 0 0;}
  to { background-position: calc((10vw * 768) / 29) 0;}
}

@media screen and (min-width: 1920px) {
    .entry_sub_tx span {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 1500px) {
    .bg_period .entry_sub_tx, .bg_period [class*=cdt_date] small {
        font-size: 1.1vw;
    }
}
@media screen and (max-width: 1500px) {
    .CDT .cdt_num {
        border: solid 3px var(--color_orange02);
        border-radius: 0.9rem;
    }
}
@media screen and (max-width: 1024px) {
    .bg_contents {
        display: none;
    }
}
@media screen and (max-width: 1510px) {
  .bg_contents .benefits {
      height: auto;
  }
}
.bg_right_img {
  align-items: center;
  position: absolute;
  width: 100%;
}
.bg_period {
	align-items: center;
	position: relative;
	width: 21vw;
  max-width: 386px;
	height: 12.5vw;
	padding: 0;
	background: #fdfbf4;
  border: 3px solid #f39800;
  border-radius: 1.6rem;
	text-align: center;
  grid-area: 1 / 1 / 2 / 2;
  
}
.bg_period .entry_sub_tx {
	color: #6c2c2f;
	font-size: 1.2vw;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx span.slash {
  vertical-align: 0.1em;
  font-size: 1.3vw;
  color: #6c2c2f;
  font-weight: bold;
  padding: 12% 0 0;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 10% 0 2%;
  color: #6c2c2f;
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: .06em;
}
.bg_right_area .CDT_btn_p {
  height: 3.8vw;
}
.bg_right_area .CDT_btn_p a::before{
  top: calc((3.3vw - 2.3rem) / 2);
  width: 1vw;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .CDT .cdt_num {
    width: 3.5vw;
    padding: .1rem .1em .15em .2rem;
  }
  .bg_right_area .CDT_btn_p a::before {
    top: calc((3.2vw - 2.9rem) / 2);
  }
  .bg_right_area .CDT_btn_p {
    height: 3.4vw;
  }
}
@media screen and (max-width: 1400px) {
  .CDT .cdt_num {
    padding: .4rem .1em .2em .2rem;
  }
}
@media screen and (max-width: 1400px) {
  .entry_sub_tx,
  [class*=cdt_date] small {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1280px) {
	.bg_period {
		border: 2px solid #f39800;
	}
	.CDT .cdt_num {
		border: solid 2px var(--color_orange02);
	}
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active */
.benefits ul li a.is-active {
  color: #fff;
	background-color: var(--color_orange01);
}
.benefits ul li a.is-active::after {
  background: url("/special/pompompurin/assets/images/ic_pc_active.svg") no-repeat;
}
/* list indent
------------------------------------------------*/
.wrap>section .blank {
  margin-top: 1rem;
}
.indMark {
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
	line-height: 1.4;
}
/* kv
------------------------------------------------*/
.kv_tx {
  position: relative;
}
.kv_link {
  width: 93%;
  border: 2px solid #fff;
  margin: 0 auto;
  background: linear-gradient(0,rgba(40, 29, 66, 1) 0%, rgba(52, 64, 130, 1) 50%, rgba(40, 29, 66, 1) 100%);
	border-radius: 3px;
}
.kv_link a {
  position: relative;
  font-size: 2.25rem;
  line-height: 1;
  text-decoration: none;
  padding-left: 1rem;
  padding: 1rem 0 1.2rem 3.5rem;
  font-weight: bold;
}
.kv_link a::before {
  display: inline-block;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
  transform: rotate(90deg);
  width: 2.5rem;
  height: 2rem;
  margin: auto;
  background: url(/special/pompompurin/assets/images/ic_white.svg) no-repeat;
  content: "";
}
@keyframes hexagon {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 66px;
  margin: 0 auto;
  text-align: center;
}
.btn.disable::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  background: rgba(0, 0, 0, .3);
  content: '';
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  color: #35241A;
  text-decoration: none;
  transition: .3s;
}
.btn a span {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
	font-weight: bold;
}
.btn a span::after {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 35px;
  width: 0;
  height: 0;
  content: '';
}
.link_ahamo {
  width: 350px;
  margin-bottom: 3rem;
}
#cpn-main .link_ahamo a {
  display: flex;
  box-shadow: #ffbf3e 0 4px;
  background: #944e34;
  font-size: 2.2rem;
}
.link_ahamo a span::after {
	display: inline-block;
	position: absolute;
	top: 0.3rem;
	right: 2.5rem;
	width: 1.8rem;
	height: 1.8rem;
	margin: auto;
	background: url(/special/pompompurin/assets/images/ic_brown.svg) no-repeat;
	will-change: filter;
	content: "";
}
@media screen and (max-width: 500px) {
  .btn {
    width: 300px;
    height: 58px;
  }
  .entry_wrap .entryBtn a::before {
		top: calc(6rem / 2);
		right: 1.8rem;
		width: 2.5rem;  
	}
  .CDT_btn .CDT_btn_p a::before {
    top: calc((58px - 2.4rem) / 2);
  }
  .link_ahamo {
    margin-bottom: 3rem;
  }
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    top: calc(50% - .8rem);
    right: 3.5rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
  }
  .link_ahamo a span::after {
    right: 2.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .link_ahamo a {
    border-width: 2px;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .CDT_btn .CDT_btn_p a::before {
    top: calc((50px - 3rem) / 2);
  }
  .link_ahamo {
    width: 32rem;
    height: 6.8rem;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  padding: 1.3rem 0 1.2rem;
  margin: auto;
  background: rgba(255, 247, 212, 0.8);
}
.cta_follow .CDT_btn_tx {
  width: 80%;
  margin: .5rem auto 1rem;
  background: var(--color_orange01);
  font-size: 2.4rem;
	box-shadow: #ffbf3e 0 4px;
}
.cta_follow .CDT_btn_p a::before {
  top: 1.9rem;
	width: 1.9rem;
	right: 3.5rem;
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3vw;
  min-width: 2.2vw;
  margin: 0 .3vw;
  padding: 0 .4rem .3rem .3rem;
  border-radius: 1rem;
  border: solid 3px var(--color_orange02);
  background-clip: padding-box;
  background: #fdfbf4;
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
	color: var(--color_orange01);
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) {
  .cdt_num {
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    padding: 1.6rem 0 1.2rem;
		width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 60vw;
    font-size: 2.5rem;
  }
	.cta_follow .CDT_btn_p a::before {
		top: 32%; 
	}
}
@media screen and (max-width: 500px) {
  .cta_follow .CDT_btn_tx {
    width: 80vw;
    border-width: 3px;
  }
}
@media screen and (max-width: 300px) {
	.cta_follow .CDT_btn_p a::before {
		right: 12%; 
		top: 36%;
	}
}

/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  width: 17.5vw;
  margin: 5.5rem auto 2rem;
  border: 5px solid #fff;
  border-radius: 50rem;
  box-sizing: border-box;
  background: var(--color_orange01);
	box-shadow: #ffbf3e 0 4px;
  letter-spacing: .06em;
}
.CDT_btn_p a {
  width: 88%;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
	margin-top: 4rem;
}
.bg_right_area .CDT_btn_p a {
	padding-bottom: 0.3rem;
}
.entryBtnLarge {
  position: relative;
  width: 100%;
  height: 100%;
}
.entryBtnLarge a {
	color: #fff!important;
}
.entryBtn a::before,
.CDT_btn_p a::before {
  display: inline-block;
  position: absolute;
  top: 2.3rem;
  right: 1.5vw;
  transform: rotate(90deg);
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("/special/pompompurin/assets/images/ic_white.svg") no-repeat;
  will-change: filter;
  content: "";
}
.entryBtn a::before {
  top: calc((72px - 1.8rem) / 2);
  transform: rotate(0deg);
}
.entryBtn .btn_red01 a::before {
	filter: none;
}
@media screen and (max-width: 1480px) {
  .bg_right_area .CDT_btn_tx {
		border: 4px solid #fff;
  }
}
@media screen and (max-width: 1400px) {
  .bg_right_area .CDT_btn_tx {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .bg_right_area .CDT_btn_tx {
    margin-top: 3rem;
		border: 3px solid #fff;
    box-shadow: #ffbf3e 0 3.5px;
  }
}
@media screen and (max-width: 1000px) {
  .entryBtn a::before {
    right: 2vw;
  }
	.bg_right_area .CDT_btn_p a {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 500px) {
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.5rem;
  }
  .CDT_btn_p a::before {
    top: 38%;
  }
}
@media screen and (max-width: 425px) {
	.entryBtn a::before {
		top: 2.5rem;
		right: 2.3rem
	}
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn,#conditions .entryBtn {
  width: 39rem;
  height: 8.1rem;
  margin: 2.5rem auto 1.5rem;
  border-radius: 50rem;
  font-size: 2.4rem;
  letter-spacing: .06em;
}
.entry_wrap ul {
  margin: 1rem 2rem 0;
}
.entry_wrap .entryBtn a {
  display: block;
  margin: auto;
  padding-top: 2.1rem;
  border: 4px solid #fff;
  box-sizing: border-box;
	box-shadow: #ffbf3e 0 4.5px;
  background: var(--color_orange01);
  font-weight: bold;
  line-height: 1.1;
  font-size: 2.8rem;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 58px;
  background: rgba(0, 0, 0, .5);
  content: '';
}
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: 500;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.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 {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 2px solid #6c2c2f;
	background-color: #fdfbf4; 
  border-radius: 1.5px;
  box-sizing: border-box;
  content: "";
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/pompompurin/assets/images/ic_check01.svg") no-repeat center / 80% auto;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry.entryBtn .entryBtnLarge a {
  box-shadow: none;
  text-shadow: none;
  animation: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry.entryBtn .entryBtnLarge a>span {
  text-shadow: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2.entryBtn .entryBtnLarge a>span {
  text-shadow: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2.entryBtn .entryBtnLarge a {
  box-shadow: none;
  text-shadow: none;
  animation: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ .entryBtn .entryBtnLarge a::before {
  filter: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2 .entryBtnLarge a::before {
  filter: none;
}
@media screen and (max-width: 500px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  #conditions .entryBtn {
    margin-bottom: 0;
  }
  .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;
    border-radius: .15rem;
  }
}
.entry_wrap .indMark li {
	font-size: 1.5rem;
	color: #e62600;
  font-weight: 500!important;
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 400px) {
  .entry_wrap .entryBtn a {
    border-width: 3px;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main .kv_link a:hover {
    opacity: .3;
  }
	#cpn-main a:hover {
    opacity: .6;
  }
#cpn-main .cta_follow .CDT_btn_p a:hover, #cpn-main .entryBtnLarge a:hover,#cpn-main .link_ahamo.btn a:hover {
		opacity: 1;
	}
  .benefits li a:hover {
    background: var(--color_orange01);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/pompompurin/assets/images/ic_pc_active.svg") no-repeat;
  }
  #cpn-main .entryBtn a:hover,
  #cpn-main .CDT_btn_p a:hover,
  .CDT_btn_p a:hover,#cpn-main .detail a:hover, {
    opacity: 1;
		transform: translateY(.5rem);
    box-shadow: none!important;
    transition: .3s;
  }
	.link_ahamo.btn a:hover {
		transform: translateY(.5rem);
    box-shadow: none!important;
    transition: .3s;
	}
  #cpn-main .detail a:hover::before {
    opacity: .3;
  }
}
.cta_follow .CDT_btn_p a:hover,.bg_right_area .CDT_btn_p a:hover,.entryBtnLarge a:hover {
	  opacity: 1;
		transform: translateY(.5rem);
    box-shadow: none!important;
    transition: .3s;
}
/*date_wrap
--------------------------------------------------------------*/
#cpn-main .date_wrap div {
  padding: 0;
}
.date_wrap {
  padding: 5rem calc(2.4rem + 2px) 4rem;
}
.date_wrap dl + dl {
  margin-top: 1.5rem;
}
.date_wrap dt {
  border: 2px solid #f9761d;
	background-color: #f9761d;
	border-radius: 3rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
	letter-spacing: 0.2rem;
}
.date_wrap dl dd {
  margin-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: bold;
	letter-spacing: 0.08em;
}
.date_wrap dl dd span {
  font-size: 1.6rem;
  font-weight: bold;
}
#cpn-main .caution {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1em;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
	color: #e62600;
}
@media screen and (max-width: 500px) {
  #cpn-main .caution {
    font-size: 3.5vw;
  }
}
/* privilege
------------------------------------------------*/
#privilege {
	padding: 2rem 2rem 0 2rem;
}
#privilege h2 {
  border-bottom: none;
	margin: 2rem 0 1.2rem 3.5rem;
}
#privilege h2::before,#privilege h2::after {
  display: none;
}
#privilege h2::before {
	content: "";
	background: url("/special/pompompurin/assets/images/h2_deco_01.webp")  no-repeat center/contain;
	display: block;
	position: absolute;
	min-width: 7.5rem;
  height: 7.5rem;
	top: -2.6rem;
  left: -8rem;
}
#privilege h2::after {
	background: url("/special/pompompurin/assets/images/h2_deco_02.svg")  no-repeat center;
	content: "";
	display: block;
	position: absolute;
	min-width: 3rem;
  height: 3rem;
	top: -1.5rem;
	right: -2rem;
}
#privilege h2 span {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: .5rem;
	color: var(--color_orange01);
}
#privilege h2 span .txt_brown {
	color: #6c2c2f;
}
#privilege .h2_content {
	display: flex;
  margin-top: 2rem;
	justify-content: space-around;
}
#privilege .h2_txt01 {
	width: 9.5%;
}
#privilege .h2_privilege01 img {
	width: 40rem;
	margin: 0 0 0 0.5rem;
}
.h2_privilege01 {
	width: 87%;
}
#privilege ul {
  margin: 0.8em 2rem;
}
#privilege ul li:nth-child(n+2) {
	margin-top: 0.4rem!important;
}
#privilege .h2_txt02 {
	width: 10.4%;
	margin-top: 0.7rem;
}
#privilege .h2_privilege02 {
	width: 87%;
}
#privilege .h2_privilege02 img {
	width: 40rem;
	margin: 0.5em 0 0 0.5rem;
}
#privilege .indMark li {
	font-weight: 600;
}
@media screen and (max-width: 500px) {
  #privilege ul {
    font-size: 3vw;
  }
}
/* plan
------------------------------------------------*/
.plan_transfer h3 {
  margin: 0!important;
	width: 100%!important;
	border-bottom: #fff solid 2px;
	background-clip: padding-box;
}
.transfer {
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
	display: block;
	background: linear-gradient(135deg,rgba(5, 173, 168, 0.5) 0%, rgba(0, 28, 25, 0.5) 100%);
	margin: 0;
	border-radius: 3rem 0 0 0;
	padding: 1rem 0;
	line-height: 1.3;
	font-size: 3.7rem;
	font-weight: 600;
}
.transfer_big {
	font-size: 4.5rem;
	font-weight: 600;
}
.plan_ahamo {
	margin: 3.5rem 0 0;
	box-shadow: rgb(255, 255, 255) 0px 0px 7px 0px, rgb(255, 255, 255) 0px 0px 7px 0px inset;
	border-radius: 3rem 0;
	border-width: 2px;
	border-style: solid;
	border-image: initial;
}
.plan_ahamo h3 {
    margin: 0 !important;
    width: 100% !important;
    border-bottom: #fff solid 2px;
    background-clip: padding-box;
}
.ahamo_contractor {
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
	display: block;
	background: linear-gradient(90deg,rgba(164, 85, 255, 0.5) 0%, rgba(55, 0, 114, 0.5) 100%);
	margin: 0;
	border-radius: 3rem 0 0 0;
	padding: 1rem 0;
}
.contractor_big {
	font-size: 4rem;
	font-weight: bold;
}
.h3_img {
	margin: 0.1rem 1.8rem 0 2rem;
}
.bg_red {
  padding: 1rem 3rem 1rem;
	position: relative;
	background: linear-gradient(90deg,rgba(4, 131, 137, 0.4) 0%, rgba(1, 33, 29, 0.4) 100%);
}
.plan_transfer .bg_red ul li {
	margin-top: 0.4rem;
}
.plan_transfer .bg_red::after {
  content: "";
  display: block;
  height: 2px;
  margin: 3rem auto 0;
  background: rgba(255,255,255,0.7);
}
.plan_ahamo .bg_red {
	padding: 1rem 3rem 2rem;
	background: linear-gradient(90deg,rgba(153, 100, 255, 0.3) 0%, rgba(24, 0, 61, 0.3) 100%);
	border-radius: 0 0 3rem 0;
}
.bg_bl {
  padding: 1rem 3rem 2.5rem;
	background: linear-gradient(90deg,rgba(4, 131, 137, 0.4) 0%, rgba(1, 33, 29, 0.4) 100%);
	border-radius: 0 0 3rem 0;
}
.bg_red .indMark,.bg_bl .indMark {
  margin: 2rem 1rem 0;
}
.plan_text_red {
  text-shadow: 0 0 6px var(--color_red01), 0 0 10px var(--color_red01);
  font-size: 2.5rem;
  font-weight: bold;
	line-height: 1.1;
}
.bg_red .indMark_red {
	color: rgb(252, 255, 131);
	margin-top: 1rem;
	padding-left: 1.8rem;
}
.red_big_bottom {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.text_num {
  font-size: 4rem;
  font-weight: bold;
}
.red_big {
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: 0 0 20px var(--color_red01), 0 0 20px var(--color_red01);
}
.bg_bl .red_big {
  text-shadow: 0 0 20px #005add, 0 0 20px #005add;
}
.bg_bl .plan_text_red {
  text-shadow: 0 0 6px #005add, 0 0 10px #005add;
}
.plan_ttl02 {
  margin: -2rem auto 2rem;
}
.ttl03_deco {
	position: absolute;
	margin: -11rem 0 0 -2.3rem;
	width: 88%;
}
/* conditions
------------------------------------------------*/
#conditions {
  margin-top: 3rem;
  padding: 6rem 1.5rem 8rem;
	background: url(/special/pompompurin/assets/images/date_wrap_bg.webp) no-repeat center/cover;
	background-size: 100% 100%;
	position: relative;
}
#conditions .conditions_tx {
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
	font-weight: 500;
}
#conditions.conditions h2::before, #conditions.conditions h2::after {
	content: none;
}
#conditions h2 {
  font-size: 3.5rem;
  margin-bottom: 8px;
}
#conditions h2::before {
	content: "";
  background: url(/special/pompompurin/assets/images/h2_deco01.svg) no-repeat center/contain;
	position: absolute;
	left: -1.1em;
	top: -19%;
	width: 15%;
	height: 1.5em;
}
#conditions h2::after {
	content: "";
  background: url(/special/pompompurin/assets/images/h2_deco02.svg) no-repeat center/contain;
	position: absolute;
	left: 6.8em;
	top: -19%;
	width: 10.5%;
	height: 1.5em;
}
#conditions.conditions h2 {
	border-bottom: none;
}
.conditions_wrap h3 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}
.conditions_wrap {
  border: 3px solid #f9761d;
  border-radius: 16px;
  padding: 0.4rem 1.6rem;
	background-color: #fdfbf4;
	margin-top: 2rem;
}
.conditions_date li {
  font-size: 1.7rem;
  line-height: 1.5;
	text-align: left;
	text-indent: -1.4em;
  padding: 1.2rem 0.2rem 1.2rem 2.4rem;
	font-weight: 700;
}
.conditions_number {
	font-size: 1.9rem;
	font-weight: 700;
}
.conditions_date li:not(:last-child) {
  border-bottom: 2px solid #ffc476;
}
.orange {
  color: var(--color_orange01);
	font-weight: bold;
}
.conditions_date .orange {
  color: var(--color_orange01);
	font-weight: 700;
}
.sub_tx {
	font-weight: 600;
	font-size: 2rem;
}
.conditions_wrap02 {
  margin-top: 3rem;
}
@media screen and (max-width: 500px) {
	.conditions_wrap {
		border: 2px solid #f9761d;
	}
}
@media screen and (max-width: 385px) {
  .tx_decoration picture {
		max-width: 48%;
		margin: -4.5rem 0 0 11.5rem;  
	}
	.conditions_wrap ol>li {
  	border: 1.5px solid #fff;
	}
	.conditions_wrap ol>li p:first-of-type {
    border: 1.5px solid #fff;
		border-top: none;
    border-left: none;
  }
	.conditions_wrap01 picture {
		max-width: 68%;
    margin: -2rem auto 0;
	}
	.conditions_wrap02 picture {
		max-width: 65%;
    margin: -1.8rem auto 0;
	}
}
/*------------ btn ------------*/
#conditions .entryBtn {
  margin: 4rem auto 0;
}
#conditions .entryBtn a {
  display: block;
  margin: auto;
  padding: .75rem 0;
  border: 3px solid #fff;
  box-sizing: border-box;
  background: rgba(160,0,46,.7);
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.4rem;
  box-shadow: 0 0 10px 2px var(--color_red01), inset 0 0 10px 2px var(--color_red01);
}
/* movie
------------------------------------------------*/
#movie {
  padding: 2rem 0 3rem;
}
#movie h2 {
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: none;
  display: block;
}
.movie_top picture {
  margin: -4.5rem -0.3rem -1rem 0;
}
.movie picture:first-child {
	width: 12.5%;
	margin: 0 0 0 72%;
	z-index: 1;
	position: relative;
}
.movie picture:nth-child(2) {
  width: 67%;
  margin: -0.3rem auto;
  padding: 6px;
  background: url("/special/pompompurin/assets/images/youtube_bg01.webp") no-repeat top center/cover;
  line-height: 0;
}
.movie picture:nth-child(4) {
	width: 19.5%;
	margin: -0.5rem 0 0 4.4rem;
}
.movie picture:nth-child(5) {
  width: 80%;
  margin: -0.6rem auto;
  padding: 6px;
  background: url("/special/pompompurin/assets/images/youtube_bg02.webp") no-repeat top center/cover;
  line-height: 0;
}
@media screen and (max-width: 450px) {
  .movie_top picture {
    margin: -4.5rem 0 -1rem 8.45rem;
		max-width: 68%;
  }
}
@media screen and (max-width: 350px) {
	.movie {
  	padding: 5px;
  }
}
/* profile
------------------------------------------------*/
#movie {
  padding: 6rem 0 2rem;
  background: url("/special/pompompurin/assets/images/profires_bg.webp") no-repeat top center/cover;
	background-size: 100% 100%;
}
#movie h2  {
  border: none;
  padding: 0;
}
#movie h2:first-child {
  margin: 1.5rem auto -5rem;
}
#movie .profires h2 {
  margin: 5rem auto 2.5rem!important;
}
#movie .profires_img {
	width: 73%;
	margin: 0 auto;
}
#movie p {
  text-align: center;
  padding: 2% 7% 3%;
  margin: 0 0 1rem;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 500;
}
.plan_transfer {
  padding: 1.5rem 0 5rem 0;
  display: flex;
  justify-content: center;
}
.plan_transfer p {
  background-color: #fff7d4;
  border-radius: 16px;
  max-width: 666px;
}
.profires_name {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  color: #944e34;
	margin-bottom: -1.7rem;
}
#movie .movie_txt {
	max-width: 95%;
	height: auto;
	margin: 0 auto;
}
#movie .movie_txt02 {
	margin-top: 3rem;
}
@media screen and (max-width: 510px) {
	#movie p {
	font-size: 1.6rem;
	margin: 0.5rem 2rem 1rem;
	}
}
/* terms
------------------------------------------------*/
section#terms {
	padding: 6rem 0 2rem;
	margin: -4rem 0 0;
}
.txt_bottom {
	margin-bottom: 0.5rem;
}
.txt_bold {
	font-weight: bold;
}
#terms .list_relative li {
	position: relative;
	text-indent: 0!important;
  padding-left: 2.6rem!important;
  font-size: 1.8rem!important;
}
#terms .list_relative > li + li {
    margin-top: 4px;
}
#terms .list > li > span {
    color: #fff;
    background-color: var(--color_orange01)!important;
    font-weight: bold !important;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: -0.1rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
}
.red_txt {
	color: #e62600;
  font-weight: 500;
}
#terms h2 {
  margin-bottom: 2rem;
  color: #6c2c2f;
}
#terms h2::before,#terms h2::after {
  background: #ffff9f;
}
#terms .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#termsContent {
  width: 44rem;
  height: 37rem;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  border: 2px solid var(--color_orange01);
  border-radius: 1vw;
  background: rgba(253, 251, 244, 1);
  color: #6c2c2f;
  font-size: 1.8rem;
}
#termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 3.5rem);
  margin: 1rem 1.4rem 1.4rem 1.8rem;
  padding: 1.5rem 1rem 0 0;
  overflow-y: scroll;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--color_orange01) transparent;
  text-align: left;
}
#termsContent .wrap::-webkit-scrollbar {
  width: .3rem;
}
#termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#termsContent .wrap::-webkit-scrollbar-thumb {
  border-radius: .15rem;
  background: #6c2c2f;
}
#termsContent .wrap > section {
  margin: 1.4rem 1rem 0 0;
  padding-left: .5rem;
  padding-bottom: 2.2rem !important;
  border-bottom: .2rem solid #ffc476;
	text-align: justify;
}
#termsContent .wrap > section:first-of-type {
  margin-top: 0;
}
#termsContent .wrap > section:last-of-type {
  padding-bottom: 1rem;
  border-bottom: none;
}
#termsContent h3 {
  margin-bottom: .3rem;
  font-weight: bold;
	font-size: 2.3rem;
}
#termsContent .small_list {
  margin-top: .5rem;
}
#termsContent .small_list li {
  padding-left: 1em;
  font-size: 1.55rem;
  text-indent: -1em;
}
#terms .text_indent, #terms .p_indent {
  padding-left: 1em;
  text-indent: -1em;
}
#terms .text_indent, #terms .list.indent_none li {
  text-indent: 0;
}
#terms .campaign_benefits p {
	padding-left: 4em;
  text-indent: -4em;
}
#terms .txt_indent_none {
	padding-left: 1em!important;
  text-indent: -1em!important;
}
#terms .campaign_benefits p:last-child  {
	margin-top: 0.5rem;
}
.txt_indent01 li {
	padding-left: 0.5em!important;
	text-indent: -0.58em!important;
}
.txt_indent02 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.txt_indent01 .txt_indent03 li {
	padding-left: 0.5em!important;
	text-indent: -1.7rem!important;
}
@media screen and (max-width: 800px) {
  #termsContent {
		border-radius: 2vw;
	}
}
@media screen and (max-width: 500px) {
  #termsContent .wrap {
    height: calc(100% - 4rem);
    margin: 2rem 1.4rem 2rem 1.8rem;
    padding: 0 .5rem 0 0;
  }
  #terms {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 385px) {
  #conditions .conditions_wrap + .conditions_wrap {
    margin-top: 14px;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
	font-weight: 500;
}
.campaignCode span {
  font-size: 2.3rem;
	font-weight: 500;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 1.2rem auto 0;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 3rem auto 0;
  padding: 3rem 0;
  background: #ffed8d;
}
footer p a {
	text-decoration: none;
}