@charset "UTF-8";
/* init
[------------------------------------------------*/
:root {
  --color_black: #070d1e;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--color_black);
  font-feature-settings: "palt";
  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 !important;
  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("../images/pc_bg.webp") no-repeat top center / cover #fff;
  content: "";
}
img {
  width: 100%;
  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;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  position: relative;
  margin: 0 auto;
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 500px;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background: #fff;
}
#cpn-main picture {
  display: block;
}
#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
}
.ic_link::after,.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url(../images/ic_link.svg) no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
}
header {
	background: url(../images/kv_bg01.webp) no-repeat center / cover;
}
header .fv_txt picture:first-of-type {
	padding: 1.2rem 0 1.3rem;
}
header .fv_txt picture:nth-of-type(3) {
	padding: 1.3rem 0 0.5rem;
}
@media screen and (max-width: 500px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .2s;
  text-decoration: none;
  border-radius: 5rem;
}
/*カウントダウンタイマー
------------------------------------------------*/
[class*=cdt_date] small {
  font-size: 1.1vw;
  letter-spacing: .06em;
  padding: 12% 0 0;
  font-weight: bold;
}
.CDT .entry_sub_tx,.CDT .cdt_date {
	color: #484a4c;
}
.cdt_num {
  display: inline-block;
  min-width: 2.6vw;
  height: auto;
  border-radius: 1rem;
  margin: 0 .4vw;
  padding: .5rem .5rem .8rem;
  text-align: center;
  color: var(--color_black);
  font-weight: 900;
  font-family: inherit;
  background-clip: padding-box;
  border: solid 0.3vw var(--color_black);
  background: #fff;
  line-height: 1;
  font-size: 1.6vw;
}
@media screen and (max-width: 1380px) {
  .cdt_num {
    border-radius: .7rem;
    padding: .3rem .3rem .5rem;
  border-width: 3px;
  }
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark li {
  text-align: left;
  line-height: 1.5;
	font-weight: 600!important;
}
/* kv
------------------------------------------------*/
#kv {
  background: url("../images/kv_bg02.webp") no-repeat center/cover;
}
#kv picture:first-of-type {
	padding: 1.5rem 2.5rem 1rem;
}
#kv picture:nth-of-type(2) {
	padding-bottom: 4.5rem;
}
/* prize
------------------------------------------------*/
#prize {
padding: 0 2rem 2.5rem;
background: url("../images/bg_check.webp") no-repeat center/cover;
}
[id*="prize"] .prize_inner {
  position: relative;
  padding: 2rem 0 0;
}
[id*="prize"] h2 {
  position: relative;
	top: 3rem;
	z-index: 2;
	padding: 0.9rem 0 1.1rem;
	width: 86%;
	font-size: 2.3rem;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	line-height: 1;
}
[id*="prize"] h2::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #4d575b;
    z-index: -1;
    transform: skewX(-25deg);
}
[id*="prize"] h2 span {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 3px;
}
.prize01_img_wrap {
  margin: 1.3rem 5rem 0;
}
.prize01_img_wrap picture+picture {
  margin: 1.8rem auto .5rem;
}
.prize01_img02_wrap {
	margin-top: 2rem;
}
.prize_inner .tx_small {
  text-align: right;
	font-size: 1.6rem;
	color: #999999;
	font-weight: 500;
}
#prize_box1 .prize_inner {
	padding: 4.5rem 0 0;
}
#prize_box1 .prize_img01 {
	padding: 0 3rem 0;
}
#prize_box1 .prize_inner .tx_small {
margin: 0.5em -3em 0 0;
}
#prize_box1 .prize_inner .indMark li{
  text-align: justify;
  margin: .2rem 5rem 0;
}
#prize_box1 .prize_inner .indMark li:first-of-type {
	margin: 0.5rem -45px 0 -45px;
	color: #000;
}
#prize_box2 {
	margin-top: -1rem;
}
#prize_box2 .indMark{
  margin: .5rem 1.7rem .5rem;
	font-size: 1.6rem;
	color: #000;
}
#prize_box2 .indMark li{
  text-align: left;
}
.prizeA {
	margin-top: 2.9rem;
	background: #f2f2f2;
	box-shadow: 3px 3px 0px #212121;
	height: 42.5rem;
}
.prizeB {
	margin-top: 4.5rem;
	background: #f2f2f2;
	box-shadow: 3px 3px 0px #212121;
	padding-bottom: 0.4rem;
}
.prizeA picture {
	top: -3rem;
	position: relative;
	right: -1.4rem;
}
.prizeB picture {
	top: -3rem;
	position: relative;
	right: 0.9rem;
	width: 105%;
}
.prize2_tx {
  display: inline-block;
	color: #484a4c;
  margin: .8rem auto .4rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.prize_inner .prize2_tx::before {
	background: url(../images/ic_check_prize.webp) no-repeat center / contain;
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	position: relative;
	top: 0.7rem;
}
#prize_box2 .prizeB .tx_small,#prize_box2 .prizeA .tx_small {
  margin: -2.5rem 1rem 0 0;
}
.entry_together {
  margin-top: 2.8rem;
}
@media screen and (max-width: 500px) {
  #prize .tx_bl {
    font-size: 6.5vw;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  background: #212121;
  padding-bottom: 2rem;
  border-top: 0.7rem solid;
  border-image: linear-gradient(to right, rgba(156, 163, 170, 1) 0%, rgba(235, 246, 255, 1) 24%, rgba(138, 146, 155, 1) 50%, rgba(212, 222, 231, 1) 75%, rgba(138, 146, 155, 1) 100%);
  border-image-slice: 1;
  padding-top: 3.5rem;
}
#conditions h2 {
  color: #fff;
  border-color: #fff;
	padding: 2rem 0;
	border-top: .2rem solid #fff;
	border-bottom: .2rem solid #fff;
	width: 85%;
	margin: 0 auto;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}
#conditions .indMark>li {
  font-weight: 500;
}
#tab__content01 {
  background: #93a1aa;
}
#tab__content02 {
  background: #a0a0a0;
}
#conditions .sub_tx{
  font-weight: 500;
  margin: 2rem 0 1.5rem;
  font-size: 2rem;
  color: #fff;
}
#conditions .conditions_list {
	color: #fff;
  text-align: center;
  padding: 0 3.4rem 0;
}
.conditions_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.conditions_list li {
  font-size: 1.7rem;
	font-weight: 600;
  line-height: 1.8;
  margin-bottom: 2.8rem;
	text-decoration: underline;
	text-decoration-color: #7a7a7a;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.2rem;
}
#conditions .indMark {
	margin: 0 1rem;
}
.conditions_inner {
  padding: 2rem 2rem 2.5rem;
}
.conditions_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
}
.conditions_inner p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.swiper-slide-txt {
	margin: 0 1rem;
}
.conditions03.conditions_inner p {
  margin-bottom: 3rem;
}
.conditions_inner .indMark li {
  margin-top: .6rem;
  text-align: justify!important;
}
.conditions_inner p span {
  font-weight: bold;
  color: #212121;
}
.conditions_inner picture {
  width: 90%;
  margin: 5rem auto 2rem;
	background: #e2e2e2;
	border-radius: 1.3rem;
}
.tx_botoom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 500px) {
  .conditions_inner {
    padding: 20px 3vw 30px;
  }
  .conditions_inner p {
    font-size: 3.5vw;
  }
  .conditions_inner picture {
    margin-top: 4rem;
  }
}

.conditions_link {
  display: flex;
  justify-content: space-between;
  margin: 0 1rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.conditions_link li {
  align-items: center;
  flex: 1;
  background: #545454;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: -.2rem;
  padding: 1.3rem 0 1.7rem;
  cursor: pointer;
  border-radius: 1rem 1rem 0 0;
  transition: .2s;
  animation: fadeIn .5s ease-in-out forwards;
	line-height: 1.3;
}
.conditions_link .conditions_link1 {
  margin-right: 1.5rem;
	background: #6b767c;
}
.conditions_link .conditions_link1.active {
  background: #93a1aa;
  color: #fff;
}
.conditions_link .conditions_link2.active {
  background: #a0a0a0;
  color: #fff;
}
.conditions_link .conditions_link2.active::after {
  background-color: #fff;
}
.conditions_link .txt_big {
	font-size: 2.5rem;
	font-weight: bold;
}
/* btn
------------------------------------------------*/
.btn_ahamo {
  padding-top: 2rem;
}
.btn_ahamo a {
  pointer-events: all;
  color: #fff !important;
  background: #475a63;
  font-size: 2.2rem;
  font-weight: bold;
  width: 83%;
  margin: 0 auto 0;
  padding: 1.3rem 0 1.8rem;
  line-height: 1.2;
  box-shadow: rgba(34, 38, 28, 1) 0 6px;
}
/* swiper
------------------------------------------------*/
.swiper {
  position: relative;
}
.swiper-wrapper {
  align-items: center;
  vertical-align: middle;
  padding-bottom: 40px;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
#conditions .swiper-horizontal > .swiper-pagination-bullets,
#conditions .swiper-pagination-bullets.swiper-pagination-horizontal,
#conditions .swiper-pagination-custom, #conditions .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
#conditions .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#conditions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
#conditions .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2rem));
  border-radius: 50%;
  border: .2rem solid #fff;
  opacity: 1;
  background: transparent;
}
#conditions .swiper-pagination-bullet-active {
  background: #fff;
}
#conditions .swiper-button-next,
#conditions .swiper-button-prev {
  top: calc((100% - 3.9rem) / 2);
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  border-radius: 50%;
  background: #5f6568;
}
#conditions .swiper-button-next::after, #conditions .swiper-button-prev::after {
  font-size: 2.1rem;
  font-weight: bold;
}
#conditions .swiper-button-prev, #conditions .swiper-rtl .swiper-button-next {
  left: .5rem;
  right: auto;
  font-weight: bold;
}
#conditions .swiper-button-next, #conditions .swiper-rtl .swiper-button-prev {
  right: .5rem;
  left: auto;
}
@media screen and (max-width: 500px) {
  .swiper-wrapper {
    padding-bottom: 4rem;
  }
  #conditions .swiper-button-next, #conditions .swiper-button-prev {
    top: calc((100% - 1.5rem) / 2);
    width: 4rem;
    height: 4rem;
  }
  #conditions .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #conditions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
  #conditions .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5vw));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5vw));
  }
}

/* タブ切り替え
------------------------------------------------*/
.tab__content {
  display: none;
  padding: 0 0 3rem;
  margin: 0 1rem;
  z-index: 2;
  position: relative;
}

.tab__content.active {
  display: block;
}

/* 中の四角
------------------------------------------------*/
#conditions .clip-path {
  position: relative;
  display: grid;
  width: 90%;
  height: 46rem;
  margin: 2.5rem auto 0.5rem;
  background: #fff;
  align-items: center;
  line-height: 1.5;
  border: .2rem solid #212121;
  overflow: hidden;
  color: #6b6b6b;
}
@media screen and (max-width: 500px) {
  #conditions .clip-path {
    height: 47.5rem;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 1.5rem 3rem .5rem;
  color: #212121;
	border-top: 0.7rem solid;
	border-image: linear-gradient(to right, rgba(156, 163, 170, 1) 0%, rgba(235, 246, 255, 1) 24%, rgba(138, 146, 155, 1) 50%, rgba(212, 222, 231, 1) 75%, rgba(138, 146, 155, 1) 100%);
	border-image-slice: 1;
}
#cpn-main .date_wrap dl {
  margin-bottom: 2rem;
}
.date_wrap dt {
  margin-top: 2rem;
}
.date_wrap dt {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: .3rem;
  background: linear-gradient(to right, #1a202d 0%, #42515b 50%, #1a202d 100%);
}
.date_wrap dd,.date_wrap dd>p {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.date_wrap dd span {
  font-size: 1.6rem;
  font-weight: bold;
}
.date_wrap .caution {
  font-size: 1.6rem;
  font-weight: 500!important;
  color: #545454;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
	margin-top: 0;
}
.date_wrap .caution.text_center {
	text-align: center;
}
/* terms
------------------------------------------------*/
#terms {
	border-top: 0.7rem solid;
	border-image: linear-gradient(to right, rgba(156, 163, 170, 1) 0%, rgba(235, 246, 255, 1) 24%, rgba(138, 146, 155, 1) 50%, rgba(212, 222, 231, 1) 75%, rgba(138, 146, 155, 1) 100%);
	border-image-slice: 1;
}
#terms h2 {
  border: none;
	padding: 2rem 0;
	width: 85%;
	color: #000;
	margin: 1rem auto;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1;
}
#terms  ul.indMark li {
	font-weight: 400!important;
}
.indMark > li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.6rem;
}
.indMark_prize_box2 li {
	text-indent: -1.1em;
  padding-left: 1.5em;
	margin: 0!important;
	font-size: 1.6rem!important;
	color: #484a4c!important;
}
#cpn-main .indMark.size-m > li {
  position: relative;
  font-size: 1.6rem;
  margin-left: 1rem;
  padding-left: 2.1rem;
  text-align: justify;
}
#cpn-main .indMark.size-m > li > span {
  position: absolute;
  top: .5rem;
  left: -1rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff!important;
  background: #666;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
}
#cpn-main .period li {
  position: relative;
  padding-left: 1.6rem!important;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #666;
  content: "";
}
#terms .indMark > li {
  font-weight: 500;
}
.terms_wrap {
  padding: 0 2.7rem 3.5rem;
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .2rem solid #666;
  overflow: hidden;
  text-align: left;
  margin: 1rem auto 2.2rem;
  
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  padding: 0;
}
#cpn-main #terms #termsContent a {
  text-decoration: underline;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4rem);
  margin: 2rem 1.4rem 2rem 2rem;
  padding: 0 1rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: #ccc #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: #666;
  border-radius: .3rem;
}
#cpn-main #termsContent .wrap > section.line {
  border-bottom: .2rem solid #666;
  padding-bottom: 2.2rem!important;
  margin-right: 1rem;
}
#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#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;
  text-align: justify;
}
#cpn-main #terms #termsContent .line p {
	letter-spacing: 0.04em;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#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 .line .size-m {
	font-size: 1.8rem
}
#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1em;
  padding-left: .9em;
  text-align: justify;
}
#cpn-main #terms .indMark_big {
  text-indent: -1.1em;
  padding-left: 1em!important;
	font-size: 1.6rem!important;
	font-weight: bold!important;
}
#cpn-main #terms #termsContent .size-s.indMark .indent_0 {
  text-indent: 0;
	margin-top: 1.6rem;
}
#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;
}
#cpn-main #terms #termsContent .indMark .indMark_small {
	font-size: 1.6rem!important;
	text-indent: -1em!important;
  padding-left: .9em!important;
  text-align: justify;
}
.period-s span {padding: 0 .7rem 0 0!important;}
#cpn-main #terms #termsContent .wrap a {
  text-decoration:underline;
  color: #242ee2;
  transition: .2s;
}
.terms_m {
  margin-bottom: 2.2rem;
}
.terms_m2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 514px) {
	#cpn-main #terms #termsContent .line p {
		letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 768px) {
  #terms {
    padding-bottom: 1.3rem;
  }
}
/* information
------------------------------------------------*/
#information {
	background: url("../images/information_bg.webp")  no-repeat center / cover;
	content: "";
	padding: 2.5rem 4rem 2.6rem;
}
#information h2 {
	position: relative;
	z-index: 2;
	padding: 0.8rem 0 1rem;
	width: 94%;
	font-size: 3.4rem;
	font-weight: 900;
	color: #fff;
	margin: 0 auto;
	line-height: 1;
}
#information h2::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #4d575b;
	z-index: -1;
	transform: skewX(-26deg);
}
#information p {
	font-size: 2.1rem;
	font-weight: bold;
	color: #212121;
	margin: 0.7rem 0 1rem;
}
#information p::before,#information p::after {
	display: inline-block;
  width: 2px;
  height: 1.4em;
  content: "";
  background-color: #212121;
	vertical-align: middle;
}
#information p::before {
  margin-right: 0.6em;
  transform: rotate(-45deg);
}
#information p::after {
  margin-left: 0.5em;
  transform: rotate(45deg);
}
#information a {
	transition: opacity 0.2s;
}
/* entryBtn
------------------------------------------------*/
.entryBtnLarge {
  padding: .3rem;
}
.entry_wrap {
  position: relative;
}
.entryBtn_decoration {
  position: relative;
}
.entry_wrap .entryBtn {
  background: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 9999px;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: .8rem auto 1.5rem;
	box-shadow: #444 0 0 3px;
  transition: .2s;
	border: 1px solid var(--color_black);
}
.entry_wrap .entryBtn a {
  position: relative;
  background: var(--color_black);
  font-weight: bold;
  color: #fff!important;
  font-size: 2.6rem;
  padding: 1rem;
  opacity: 1;
}
.entryBtn a::before {
  position: absolute;
  right: 38px;
  top: .75em;
  display: inline-block;
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("../images/ic_white.svg") no-repeat;
  content: "";
}
#bg_right_area .entryBtnLarge a::before, #follow .entryBtnLarge a::before {
  transform: rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
}
#bg_right_area .entryBtnLarge a::before {
  top: 0.9vw;
  right: 3rem;
  width: 1.2vw;
  height: 1.5vw;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: 400;
  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 {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 1px solid var(--color_black);
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
  content: "";
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("../images/ic_check.svg") no-repeat center / 85% auto;
}
@media screen and (max-width: 1670px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.7rem;
  }
}
@media screen and (max-width: 1500px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.5rem;
  }
}
@media screen and (max-width: 1400px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.2rem;
  }
}
@media screen and (max-width: 1300px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    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;
  }
  .entryBtn a::before {
    right: 30px;
  }
}
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: rgba(239, 239, 239, .6);
  padding: .6rem 0 0;
  margin: auto;
  right: 0;
}
.link_ahamo {
  margin: 4rem 0 2.7rem;
}
.link_ahamo a {
  color: #fff!important;
  background: #93a1aa;
  font-size: 2.2rem;
  border: unset;
  width: 35rem;
  margin: 0 auto 0;
  padding: 1.5rem;
}
.btn_ahamo a::before {
  position: absolute;
  right: 8%;
  top: 1em;
  width: .9em;
  height: .9em;
  content: "";
  background: url(../images/ic_white.svg) no-repeat;
}
.btn_ahamo a::before {
  position: absolute;
  right: 8%;
  top: 1.5em;
  width: 1.4em;
  height: 1.4em;
}
.link_ahamo a::before {
	background: url("../images/btn_ic.svg") no-repeat center / contain;
	content: "";
	 position: absolute;
  right: 8%;
  top: 1em;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 500px) {
  .btn_ahamo a::before {
    right:6vw;
    top: 6vw;
    width: 5.5vw;
    height: 4.8vw;
  }
  .link_ahamo a::before {
    right: 5.5vw;
    top: 4.5vw;
    width: 3.8vw;
    height: 3.8vw;
  }
}

/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  font-size: 1.6rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  margin: 1.2rem auto 0;
}
footer .cp {
  background: #666;
  color: #fff;
  margin-top: 5rem;
  padding: 3rem 0 3rem;
}
#cpn-main .website-link a {
  transition: .2s;
  text-decoration: none;
  color: #242ee2;
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: calc((100vw - 500px) / 2);
	overflow: hidden;
}
.bg_contents .benefits {
  position: absolute;
	width: 23vw;
	max-width: 75%;
	height: 31vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/pc_img01.webp) no-repeat center / contain;
}
.benefits picture img {
  width: 75%;
	display: block;
	margin: 11% auto 0;
}
.benefits ul {
  position: absolute;
  top: 0;
  padding: 6vw 2.3vw 0;
  width: 100%;
}
.benefits li:nth-of-type(3n) {
  margin-bottom: 0;
}
.benefits li {
	margin-bottom: .5vw;
	padding-bottom: .5vw;
	border-bottom: #070d1e solid 1px;
	text-align: left;
	line-height: 1.4;
}
.benefits li:first-child {
	border-top: #070d1e solid 1px;
	padding-top: .5vw;
}
.benefits li:nth-of-type(4n) {
	border-bottom: none;
}
.benefits li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .38vw 1vw .42vw;
  color: var(--color_black);
  text-decoration: none;
  border-radius: 5px;
}
.benefits li a::after {
  position: relative;
  display: inline-block;
  width: 1em;
  height: .95em;
  background: url("../images/ic_anchorlink.svg") no-repeat;
  content: "";
  transition: 0s;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.7vw;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 1em auto;
  padding: 2em 6em 2em 0em;
  background: #efefef;
  color: var(--color_black);
  font-size: 1.1vw;
  font-weight: bold;
  border-radius: 1.5rem;
  text-align: center;
}
.bg_contents .benefits .access:after {
  position: absolute;
  top: .9em;
  right: 1em;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: auto;
  background: url("../images/qr.webp") no-repeat center/cover;
  content: "";
  vertical-align: baseline;
}
.bg_contents .entryBtn a {
  padding: .5vw;
  font-size: 1.3vw;
  font-weight: bold;
}
.bg_contents .entryBtnLarge {
  padding: 0.2rem;
}
.bg_contents .entry_wrap .entryBtn {
  width: 70%;
  margin-top: 1.4rem;
}
.bg_contents .entryBtn_decoration::before, .bg_contents .entryBtn_decoration:after {
  top: -2%;
  width: 2vw;
  height: 3vw;
}

@media screen and (max-width: 1270px) {
	.benefits picture img {
		margin: 13% auto 0;
	}
}
@media screen and (max-width: 1200px) {
	.benefits picture img {
		margin: 13% auto 0;
	}
}
@media screen and (max-width: 1180px) {
	.benefits ul {
		padding: 7vw 2.3vw 0;
	}
	.benefits li a, .benefits p {
		font-size: 1.4vw;
	}
	.bg_contents .benefits .access {
		font-size: 1vw;
	}
		.benefits picture img {
		margin: 16.5% auto 0;
	}
}
@media screen and (max-width: 1135px) {
	.benefits picture img {
		margin: 18.5% auto 0;
	}
}
@media screen and (max-width: 1100px) {
	.benefits picture img {
		margin: 21% auto 0;
	}
}
@media screen and (max-width: 1060px) {
	.benefits picture img {
		margin: 22.5% auto 0;
	}
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 16vw) / 2);
  right: 0;
	width: 100%;
	max-width: calc((100% - 500px) / 2);
	margin-top: 0;
}
.bg_right_img {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.cta_area {
  position: absolute;
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto;
  font-feature-settings: "palt";
}
.entry_sub_tx {
  font-size: 1.6vw;
  font-weight: bold;
  padding: 10% 0 3%;
}
.entry_sub_tx span {
  font-size: 1.2vw;
  font-weight: bold;
}
.cta_area {
  position: relative;
  width: 25vw;
  height: 16vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: url("../images/pc_img02.webp") no-repeat center / contain;
  border-radius: 1.3rem;
  align-items: center;
}
.benefits .entryBtnLarge {
  height: 3.8vw;
}
.benefits .entryBtnLarge {
  font-size: 1.3vw;
  width: 87%;
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_black);
}
.benefits ul li a.is-active::after {
  background: url("../images/ic_anchorlink_active.svg") no-repeat;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1550px) {
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1.2rem;
  }
  .CDT .cdt_num {
    border: solid .3vw var(--color_black);
  }
}
@media screen and (max-width: 1200px) {
  .cta_area .entry_sub_tx {
    padding: 11% 0 1%;
  }
	.bg_contents .entry_wrap .entryBtn {
		margin-top: 1rem;
  }
  .bg_contents .benefits .access {
    border-radius: 1vw;
		margin: 0.8em auto;
  }
}
@media screen and (max-width: 1050px) {
  .bg_contents .benefits .access {
    margin: 0.7em auto;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}

/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .benefits li a:hover {
    opacity: 1;
    color: #fff;
    background: var(--color_black);
    border-radius: .5rem;
  }
  .benefits li a:hover::after {
    background: url("../images/ic_anchorlink_active.svg") no-repeat;
  }
  .btn_ahamo a:hover {
    box-shadow: none;
		transform: translateY(6px);
		opacity: 1;	
  }
	#cpn-main .button_p.entry-btnStyle_checked:hover,.entry_wrap .entryBtn:hover,.entry_wrap a:hover {
    opacity: 0.8;
    box-shadow: none!important;
		transition: .2s;
  }
  #cpn-main .button_p.entry-btnStyle_checked a:hover {
    opacity: 1;
  }
	.link_ahamo a:hover {
    opacity: 0.7;
	}
	#information a:hover {
    opacity: 0.7;
		transition: 0.2s;
	}
}
/*追従
------------------------------------------------*/
#follow .entry_wrap .entryBtn {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #follow {
    width: 100%;
  }
}
/*（エントリーボタン）
------------------------------------------------*/
/*チェック済みボタン*/
#cpn-main .button_p.entry-btnStyle_checked {
  background: var(--color_black);
  box-shadow: #444 0 0 3px;
  transition: transform .2s,box-shadow .2s;
	border: #070d1e 2px solid;
}
#cpn-main .button_p.entry-btnStyle_checked a {
  pointer-events: all;
}
#cpn-main .button_p a::before {
  position: absolute;
  right: 38px;
  top: .9em;
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}
/*未チェックボタン*/
#cpn-main .button_p {
  position: relative;
  margin: 2rem auto 0;
  width: 90%;
  height: 8rem;
  background: linear-gradient(to bottom, #aaaaaa 0%, #959595 20%, #959595 100%);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
	border: 2px solid #959595;
}
#cpn-main .button_p a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  pointer-events: none;
	border: 3px solid #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 500px) {
  #cpn-main .button_p a::before {
    right: 30px;
  }
}