@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_red01: #ed403d;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  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/meteorites/assets/images/bg_pc01.webp") no-repeat center top / cover #fff;
  content: "";
}
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%;
  }
}
h2 {
  display: inline-block;
  position: relative;
  margin: 2rem auto 1.2rem;
  padding: 0 1rem .75rem;
  border-bottom: #fff solid 2px;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
}
h2::before,h2::after {
  display: block;
  position: absolute;
  bottom: -.55rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
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);
  }
}
.text_yellow {
  position: relative;
  color: #fcff83;
  text-shadow: 2px 2px 3px rgba(122, 31, 31, 0.5);
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
}
.text_yellow::before, .text_yellow::after {
    display: block;
    position: absolute;
    top: 9px;
    width: 1.8rem;
    height: 2.6rem;
    background: url(/special/meteorites/assets/images/yellow_deco.svg) no-repeat center / contain;
    content: "";
}
.text_yellow::before {
  left: -10%;
}
.text_yellow::after {
 right: -10%;
 transform:scale(-1,1);
}
.s_text_yellow::before {
  left: -24%;
}
.s_text_yellow::after {
 right: -24%;
}
/* 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(255, 255, 255, .7) 0 0 15px;
  background: #00000e;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: .06em;
  mix-blend-mode: multiply;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main a {
  position: relative;
  color: #fff;
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%;
	line-height: 1.1;
}
#cpn-main .kv_link a {
	line-height: 1.3;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("/special/meteorites/assets/images/ic_link_white.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 768px) {
  #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
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  position: absolute;
  top: calc((100% - 500px) / 2);
  left: calc((100% - 23vw) / 2);
  width: 23vw;
  max-width: 80%;
  height: 37vw;
  margin: -12.5% auto 0;
  background: url("/special/meteorites/assets/images/bg_pc02.webp") no-repeat;
  background-size: contain;
}
.benefits picture {
  width: 89%;
  display: inline-block;
  margin: 2.7vw auto 0;
  padding-bottom: .5vw;
  border-bottom: #fff solid 1px;
}
.benefits picture img {
  width: 85%;
}
.benefits ul {
  position: absolute;
  width: 100%;
  padding: 0 1.3vw;
  text-align: left;
}
.benefits li {
  border-bottom: #fff solid 1px;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
  border-bottom: none;
}
.benefits li:last-of-type {
  border-bottom: none;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.3vw;
}
.benefits li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .8vw .7vw;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0s;
}
.benefits li a::after {
  display: inline-block;
	width: 1.5em;
  height: 1.6em;
  margin-top: .3rem;
	background: url("/special/meteorites/assets/images/ic_pc.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  border-radius: .7vw;
  margin: .2em 1em;
  padding: 2em 7.4em 2em 0;
  background: linear-gradient(90deg,rgb(0, 90, 127) 0%, rgb(68, 43, 107) 100%);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits .access::after {
  display: inline-block;
  position: absolute;
  top: .65em;
  right: 1em;
  width: 6em;
  height: 6em;
  margin: auto;
  background: url("/special/meteorites/assets/images/qr.webp") no-repeat center;
  background-size: cover;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1200px) {
  .benefits li a, .benefits p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1100px) {
    .benefits li a, .benefits p {
        font-size: 1.1vw;
    }
}
@media screen and (max-width: 1150px) {
  .bg_contents .benefits .access {
    margin-top: 0;
    padding: 1.3em 7em 1.7em 0;
		bottom: -0.2vw;
  }
  .bg_contents .benefits .access::after {
    top: .6em;
    right: 1.5em;
    width: 5em;
    height: 5em;
  }
}
@media screen and (max-width: 1060px) {
  .bg_contents .benefits .access::after {
    top: .9em;
    right: 1.5em;
    width: 4.5em;
    height: 4.5em;
  }
}
@media screen and (max-width: 1060px) {
  .bg_contents .benefits .access {
    padding: 1.5em 7em 1.5em 0;
		font-size: 0.9vw;
		bottom: 0.3vw;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 300px) / 2);
  right: 0;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  margin-top: 0;
}
.bg_right_img {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg_period {
  top: 0;
  bottom: 1%;
  font-feature-settings: "palt";
  position: relative;
  width: 24vw;
  height: 15vw;
  margin: auto;
  padding: 0;
  background: url("/special/meteorites/assets/images/bg_pc03.webp") no-repeat center / contain;
  text-align: center;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 10% 0 2%;
  color: #fff;
  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 - 1.8rem) / 2);
  width: 1.2vw;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .bg_period {
    top: 17%;
    width: 23vw;
  }
  .bg_right_img {
    left: 8%;
    width: 80%;
  }
  .CDT .cdt_num {
    width: 3.5vw;
    padding: .6rem .5rem;
  }
  .bg_right_area .CDT_btn_p a::before {
    top: calc((3.2vw - 2.3rem) / 2);
  }
  .bg_right_area .CDT_btn_p {
    height: 3.4vw;
  }
}
.ahamo_badge {
  margin: 0 0 0 .4em;
  padding: .2em .2em .3em .2em;
  border: 1px solid #fcff83;
  color: #fcff83;
  font-size: .55em;
  font-weight: 400;
  line-height: 1.2;
	text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .entry_sub_tx,
  [class*=cdt_date] small {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 0 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active */
.benefits ul li a.is-active {
  color: #f25c5c;
  text-shadow: rgb(242, 92, 92) 0 0 .2vw;
}
.benefits ul li a.is-active::after {
  background: url("/special/meteorites/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;
  font-size: 1.7rem;
	line-height: 1.5;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  padding-bottom: .5rem;
}
h1 {
  font-size: 1rem;
  background: linear-gradient(90deg,rgba(84, 53, 133, 1) 0%, rgba(42, 69, 127, 1) 100%);
}
.kv_tx {
  margin-top: 2rem;
  padding-top: 3rem;
  position: relative;
}
.kv_tx picture {
	margin-top: -1rem;
}
.kv_bg_span {
  display: block;
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: url("/special/meteorites/assets/images/kv_bg_blue.svg") no-repeat top center/contain;
  animation: hexagon 3s infinite;
}
.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 .text_yellow {
  font-size: 2rem;
  font-weight: 500;
	right: 1.7rem;
}
#kv .text_yellow::before, #kv .text_yellow::after {
  top: 0.06rem;
	right: -2.1rem;
  width: 1.5rem;
  height: 2.2rem;
}
.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/meteorites/assets/images/ic_white.svg) no-repeat;
  content: "";
}
.link02 {
	margin-top: 1.5rem;
}
.link02 a::before {
  top: 3rem;
}
#kv_text .kv_bg_span:nth-of-type(2n) {
  animation-delay: .5s;
}
#kv_text .kv_bg_span:nth-of-type(4n) {
  animation-delay: 1s;
}
#kv_text .kv_bg_span:nth-of-type(1) {
  left: 0;
  top: 14%;
  width: 7.5rem;
  height: 7.5rem;
  background: url("/special/meteorites/assets/images/kv_bg_pink.svg") no-repeat top center/contain;
}
#kv_text .kv_bg_span:nth-of-type(2) {
  right: 0;
  top: 22%;
  width: 8.5rem;
  height: 8.5rem;
  background: url("/special/meteorites/assets/images/kv_bg_purple.svg") no-repeat top center/contain;
}
#kv_text .kv_bg_span:nth-of-type(3) {
  right: -3%;
  top: 27%;
  background: url("/special/meteorites/assets/images/kv_bg_white_r.svg") no-repeat top center/contain;
}
#kv_text .kv_bg_span:nth-of-type(4) {
  right: 0;
  bottom: -10%;
}
#kv_text .kv_bg_span:nth-of-type(5) {
  left: 2%;
  bottom: -11%;
  width: 7.5rem;
  height: 7.5rem;
  background: url("/special/meteorites/assets/images/kv_bg_red.svg") no-repeat top center/contain;
}
#kv_text .kv_bg_span:nth-of-type(6) {
  left: -3%;
  top: 47%;
  background: url("/special/meteorites/assets/images/kv_bg_white_l.svg") no-repeat top center/contain;
}
@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;
}
.btn a span::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 21px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
}
.btn a span::after {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 35px;
  width: 0;
  height: 0;
  content: '';
}
.link_ahamo {
  width: 350px;
  margin-bottom: 5rem;
}
#cpn-main .link_ahamo a {
  display: flex;
  border: 3px solid #fff;
  box-shadow: none;
  background: #2d2d2d;
  font-size: 2.2rem;
}
.link_ahamo a span::before {
  background: #fff;
}
.link_ahamo a span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 27px;
  width: 4px;
  height: 4px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 300px;
    height: 58px;
  }
  .entry_wrap .entryBtn a::before {
		top: calc(6.5rem / 2);
		right: 1.8rem;
		width: 2.5rem;  
	}
  .CDT_btn .CDT_btn_p a::before {
    top: calc((58px - 2.4rem) / 2);
  }
  .CDT_btn_tx {
    text-shadow: 0 0 3px var(--color_red01), 0 0 3px var(--color_red01);
  }
  .link_ahamo {
    margin-bottom: 3rem;
  }
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    top: calc(50% - .3rem);
    right: 3.5rem;
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    top: calc(50% - .8rem);
    right: 2.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
  }
  .link_ahamo a span::after {
    right: 2.8rem;
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
  }
}
@media screen and (max-width: 500px) {
  .link_ahamo a {
    border-width: 2px;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after {
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
  }
  .CDT_btn .CDT_btn_p a::before {
    top: calc((50px - 3rem) / 2);
  }
  .link_ahamo {
    width: 32rem;
    height: 6.8rem;
  }
	#cpn-main .link_ahamo a {
  	border: 2px solid #fff;
	}
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  padding: 1.5rem 0 1rem;
  margin: auto;
  background: rgba(27, 27, 71, .75);
}
.cta_follow .CDT_btn_tx {
  width: 68%;
  margin: .5rem auto 1rem;
  border-width: 3px;
  background: #0f0404;
  font-size: 2.4rem;
}
.cta_follow .CDT_btn_p a::before {
  top: 2rem;
	width: 2.1rem;
	right: 30px;
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.2vw;
  min-width: 2.6vw;
  margin: 0 .4vw;
  padding: 0 .5rem .8rem;
  border-radius: 1rem;
  border: solid 2px #fff;
  box-shadow: 0 0 .3vw .1vw #ff9fed, inset 0 0 .3vw .1vw #ff9fed;
  background-clip: padding-box;
  background: #0f0404;
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) {
  .cdt_num {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .cta_follow {
    width: 100%;
    padding: 1.6rem 0 1.2rem;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 60vw;
    font-size: 2rem;
  }
	.cta_follow .CDT_btn_p a::before {
		top: 32%; 
	}
}
@media screen and (max-width: 500px) {
  .cta_follow .CDT_btn_tx {
    width: 80vw;
    border-width: 2px;
  }
}
@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: .25vw solid #fff;
  border-radius: 50rem;
  box-sizing: border-box;
  background: #0f0404;
  letter-spacing: .06em;
  text-shadow: 0 0 6px var(--color_red01), 0 0 10px var(--color_red01);
  box-shadow: 0 0 10px 2px var(--color_red01), inset 0 0 10px 2px var(--color_red01);
}
.CDT_btn_p a {
  width: 80%;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
}
.bg_right_area .CDT_btn_p a {
	padding-bottom: 0.3rem;
}
.entryBtnLarge {
  position: relative;
  width: 422px;
  height: 85px;
}
.entryBtn a::before,
.CDT_btn_p a::before {
  display: inline-block;
  position: absolute;
  top: 2.3rem;
  right: 25px;
  transform: rotate(90deg);
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("/special/meteorites/assets/images/ic_white.svg") no-repeat;
  filter: drop-shadow(0 0 4px var(--color_red01)) drop-shadow(0 0 4px var(--color_red01));
  will-change: filter;
  content: "";
}
#entry2 a::before {
  filter: drop-shadow(0 0 4px #b453f9) drop-shadow(0 0 4px #b453f9);
}
.entryBtn a::before {
  top: calc((72px - 1.7rem) / 2);
  transform: rotate(0deg);
}
.entryBtn .btn_red01 a::before {
	filter: none;
}
@media screen and (max-width: 1400px) {
  .CDT_btn_tx {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .CDT_btn_tx {
    margin-top: 3.2rem;
    text-shadow: 0 0 3px var(--color_red01), 0 0 5px var(--color_red01)
  }
	.bg_right_area .CDT_btn_p a {
	padding-bottom: 0;
}
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 42.2rem;
    height: 8.5rem;
  }
  #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: 42.2rem;
  height: 8.5rem;
  margin: 2.5rem auto 3rem;
  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: .55rem;
  border: 3px solid #fff;
  box-sizing: border-box;
  background: #01000f;
  font-weight: bold;
  line-height: 1.1;
  font-size: 2.8rem;
  text-shadow: 0 0 2px var(--color_red01),0 0 5px var(--color_red01);
  box-shadow: 0 0 10px 2px var(--color_red01), inset 0 0 10px 2px var(--color_red01);
}
.entry_wrap .entryBtn a>span {
  text-shadow: 0 0 6px var(--color_red01),0 0 10px var(--color_red01);
}
.entry_wrap #entry2.entryBtn a {
  text-shadow: 0 0 2px #b453f9,0 0 5px #b453f9;
  box-shadow: 0 0 10px 2px #b453f9, inset 0 0 10px 2px #b453f9;
}
.entry_wrap #entry2.entryBtn a>span {
  text-shadow: 0 0 6px #b453f9,0 0 10px #b453f9;
}
.entry_wrap .entryBtnLarge a span {
  display: inline;
  font-size: 2rem;
  font-weight: bold;
}
.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: normal;
}
.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 #fff;
  border-radius: 1.5px;
  box-sizing: border-box;
  content: "";
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/meteorites/assets/images/ic_check.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: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
    .CDT_btn_tx {
    text-shadow: 0 0 3px var(--color_red01), 0 0 3px var(--color_red01);
  }
  #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 #fff;
    border-radius: .15rem;
  }
}
.entry_wrap .indMark {
	font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
  .entry_wrap .entryBtn a {
    border-width: 2px;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main a:hover {
    opacity: .6;
  }
  #cpn-main .kv_link a:hover {
    opacity: .3;
  }
  .benefits li a:hover {
    color: #f25c5c;
    text-shadow: rgb(242, 92, 92) 0 0 .2vw;
  }
  .benefits li a:hover::after {
    background: url("/special/meteorites/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;
  }
  #cpn-main .detail a:hover::before {
    opacity: .3;
  }
  .entryBtn a:hover::before {
    animation: triAnimationFrame .75s 0s infinite;
  }
  .bg_right_area .CDT_btn_p a:hover::before,.cta_follow .btn a:hover::before {
    animation: triAnimationFrame2 .75s 0s infinite;
  }
}
/*date_wrap
--------------------------------------------------------------*/
#cpn-main .date_wrap section {
  padding: 0;
}
.date_wrap {
  padding: 5rem calc(2.4rem + 2px) 2rem;
}
.date_wrap section + section {
  margin-top: 3rem;
}
.date_wrap h3 {
  padding: .3rem;
  border: 2px solid #fff;
  box-shadow: 0 0 9px 0 var(--color_red01), inset 0 0 9px 0 var(--color_red01);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
}
.date_wrap section:nth-of-type(2n) h3 {
  box-shadow: 0 0 9px 0 #63eafc, inset 0 0 9px 0 #63eafc;
}
.date_wrap section:last-of-type h3 {
  box-shadow: 0 0 9px 0 #ff9fed, inset 0 0 9px 0 #ff9fed;
}
.date_wrap section p {
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
}
.date_wrap section p span {
  font-size: 1.6rem;
  font-weight: 600;
}
#cpn-main .caution {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1em;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 500px) {
  #cpn-main .caution {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 360px) {
	.date_wrap h3 {
  	border: 1.5px solid #fff;
  }
}
/* privilege
------------------------------------------------*/
#privilege h2 {
  border-bottom: none;
  width: 95%;
  padding: 3rem;
  background: url("/special/meteorites/assets/images/privilege_h3.webp") no-repeat center/contain;
  font-size: 2.4rem;
  text-align: center;
}
#privilege h2::before,#privilege h2::after {
  display: none;
}
#privilege h2>span {
  display: block;
  margin-bottom: .5rem;
}
#privilege h2 span>span {
  font-size: 3.2rem;
  font-weight: bold;
}
.and {
  width: 11.5%;
  margin: 0 auto .5rem;
}
#privilege ul {
  margin: 1.8em 2rem;
}
#privilege ul li:nth-child(n+2) {
	margin-top: 0.4rem!important;
}
@media screen and (max-width: 500px) {
  #privilege ul {
    font-size: 3.5vw;
  }
}
/* plan
------------------------------------------------*/
#plan {
  margin: 5rem 1.5rem 0;
	overflow: visible;
}
#plan h2 {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0;
  padding: 1.3rem 1.1rem 1.5rem 0;
  line-height: 1.3;
	background: url("/special/meteorites/assets/images/plan_h2.webp")  no-repeat center;
	background-size: 100% auto;
	font-size: 3.1rem;
	border-bottom: none;
  overflow: visible;
}
#plan h2::after,#plan h2::before{
  display: none;
}
#plan h3 {
  margin: 6rem auto 2rem;
  width: 93%;
}
.img_tx01 {
  margin: 3rem auto 2rem;
}
#plan .movie {
  margin-top: 1.5rem;
}
.plan_transfer {
	margin: 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_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 5rem;
	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;
}
.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;
}
.bg_bl .text_yellow {
	text-shadow: 2px 2px 3px rgba(31, 50, 119, 0.5);
}
.plan_ttl02 {
  margin: -2rem auto 2rem;
}
#plan .movie {
  width: 80%;
}
.bg_bl .text_yellow::before,.bg_bl .text_yellow::after {
	background: url(/special/meteorites/assets/images/bl_deco.svg) no-repeat center / contain;
}
.ttl03_deco {
	position: absolute;
	margin: -9.5rem 4.5rem 0 0;
}
@media screen and (max-width: 500px) {
	#plan h2 {
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75);
	}
}

/* conditions
------------------------------------------------*/
#conditions {
  margin-top: 3rem;
  padding: 1rem 3rem 4rem;
  background: url("/special/meteorites/assets/images/ic_pattern_check.webp") repeat top/9% rgba(181, 110, 255, .26);
  color: #fff;
}
#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.conditions h2 {
	border-bottom: none;
}
.conditions picture {
  margin-top: -3rem;
}
.conditions_wrap h3 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}
.conditions_wrap ol>li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 2px solid #fff;
  text-align: justify;
  box-shadow: 0 0 7px 0 #b453f9, inset 0 0 7px 0 #b453f9;
  border-radius: 1rem;
  background: #301d41;
	font-size: 1.8rem;
}
.conditions_wrap ol>li+li {
  margin-top: 2rem;
}
.conditions_wrap ol>li p:first-of-type {
  width: 12%;
  height: 4rem;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  border-radius: 1rem 0;
  box-shadow: 2px 2px 7px 0 #b453f9, inset 0 0 7px 0 #b453f9;
  background: #301d41;
}
.conditions_wrap ol>li p img {
  width: 78%;
  margin: -2% 8% 0;
}
.conditions_wrap ol>li p:last-of-type {
  padding: 0.8rem 2rem 1.1rem 0.5rem;
  font-weight: bold;
  width: 85%;
	line-height: 1.3;
}
.conditions_wrap ol>li span {
  color: #ffff9f;
  font-weight: bold;
}
.conditions_wrap01 picture {
  margin: -2rem -0.6rem 0 0;
}
.conditions_wrap02 {
  margin-top: 3rem;
}
.conditions_wrap02 picture {
  margin: -2rem -0.5rem 0 0;
}
@media screen and (max-width: 768px) {
	#conditions {
		padding: 1rem 3rem 0.5rem;
	}
}
@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 h2::before,#movie h2::after {
  display: none;
}
.movie_top picture {
  margin: -4.5rem -0.3rem -1rem 0;
}
.movie {
  width: 85%;
  margin: 0 auto;
  padding: 6px;
  background: url("/special/meteorites/assets/images/youtube_bg.webp") no-repeat top center/cover;
  line-height: 0;
  box-shadow: 0 0 7px 2px rgba(255, 255, 255, .5);
}
@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
------------------------------------------------*/
#profires {
  padding: 2rem 0 0;
  background: url("/special/meteorites/assets/images/profires_bg.webp") no-repeat top center/cover;
}
#profires h2 {
  border: none;
  margin: 0 auto 2.5rem;
  padding: 0;
}
#profires h2::after,#profires h2::before {
  display: none;
}
#profires p {
background: url("/special/meteorites/assets/images/profires_p_bg.webp") no-repeat center/contain;
  text-align: justify;
  padding: 5% 8% 5%;
  margin: 0.5rem 1rem 1rem;
	font-size: 1.8rem;
	line-height: 1.45
}
@media screen and (max-width: 510px) {
	#profires p {
	font-size: 1.6rem;
	margin: 0.5rem 2rem 1rem;
	}
}
/* terms
------------------------------------------------*/
.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: #14182A;
    background-color: #fcff83!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: #f25c5c;
  font-weight: 500;
}
#terms h2 {
  margin-bottom: 2rem;
  border-color: #ffff9f;
  color: #ffff9f;
}
#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 #fff;
  border-radius: 1vw;
  box-shadow: 0 0 7px 0 #ffff9f, inset 0 0 7px 0 #ffff9f;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  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: #ffff9f 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: #ffff9f;
}
#termsContent .wrap > section {
  margin: 1.4rem 1rem 0 0;
  padding-left: .5rem;
  padding-bottom: 2.2rem !important;
  border-bottom: .2rem solid #fcff83;
	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: .3rem;
}
#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 .p_indent02 {
  padding-left: 1em;
  text-indent: -0.6em;
}
#terms .p_between {
	margin-top: 1em;
}
#terms .text_indent, #terms .list.indent_none li {
  text-indent: 0;
}
.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: 768px) {
  #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) {
  #cpn-main #conditions h2 {
    margin: 10px auto 20px;
  }
  #conditions .conditions_wrap + .conditions_wrap {
    margin-top: 14px;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 1.2rem auto 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 5rem auto 0;
  padding: 3rem 0;
  background: #444;
}