@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #444;
	--color_red: #d34b3f;
	--color_blue01: #0f9ed8;
	--color_blue02: #00398c;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  line-height: 1.625;
  font-size: 1.6rem !important;
  color: var(--color_black);
  font-feature-settings: "palt";
  z-index: -1;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/arujan/assets/images/bg.webp") no-repeat top center / cover #f7f7e6;

}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background-color: #fff;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main main {
  position: relative;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, .3) 0 0 18px;
  mix-blend-mode: multiply;
}
#cpn-main section {
  position: relative;
}

#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
}
.ic_link::after,.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/arujan/assets/images/ic_link.svg") no-repeat center / contain;
  margin-left: .5rem;
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
  right: -2.5rem;
  bottom: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
#cpn-main h2 { color: var(--color_blue02);}
#area_black h2{
  font-size: 3.2rem;
	font-weight: 700;
  margin-bottom: 0;
}
section {
 padding: 0 3rem 4rem;
}
@media screen and (max-width:768px) {
  section {
   padding: 0 4vw 4rem;
  }
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  background: #000;
  position: relative;
  border-radius: 50rem;
  letter-spacing: .06em;
  width: 17.5vw;
  margin: 4.5rem auto 2rem;
  background-image: linear-gradient(90deg, #f5c139, #fbed4b 50%, #f5c139);
  outline: #00398c solid 2px;
  outline-offset: -8px;
}
@media screen and (max-width:1450px) {
  .bg_period .CDT_btn_tx {
    outline-offset: -6px;
  }
}
.CDT_btn_p:before,
.CDT_btn_p:after {
  min-width: 46px;
  width: 10%;
  height: 7.2rem;
}
.bg_period .CDT_btn_p a{
  width: 90%;
	z-index: 1;
}
.CDT_btn_p:before {
  left: -2.5rem;
}
.CDT_btn_p:after {
  right: -2rem;
}
.CDT_btn_p a {
  font-size: 1.3vw;
  font-weight: bold;
  color: var(--color_blue02) !important;
  width: 87%;
}
#cpn-main .btn.entryBtn {
  margin-bottom: 3rem;
}
.entryBtnLarge {
  width: 362px;
  height: 72px;
  position: relative;
}
.entryBtnLarge a::after {
  content: "";
  margin: auto;
  position: absolute;

  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  opacity: 0;
  z-index: 1;
}
.entryBtnLarge:before,
.entryBtnLarge:after {
  min-width: 46px;
  height: 7.3rem;
}
.cta_follow .CDT_btn_p:after {
  right: 3.5rem;
}
.entryBtn a::before,
.CDT_btn_p a:before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  top: 2.5rem;
  right: 30px;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/special/arujan/assets/images/ic_blue.svg") no-repeat;
  transform: rotate(90deg);
}
.entryBtnLarge::after{
 content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  width: 47rem;
  height: 9.5rem;
  top: -12.5%;;
  left: -5.5rem;
  background: url("/special/arujan/assets/images/entry_decoration.webp") no-repeat center center / contain;
}
.bg_right_area .CDT_btn_p a:before{
  top: calc((3.8vw - 1.2rem) / 2);
  width: 1vw;
}
.entryBtn a::before {
  top: calc((72px - 1.35rem) / 2);
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 38rem;
    height: 7.2rem;
  }
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .entryBtnLarge::before{
    left: -13%;
  }
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: justify;
  line-height: 1.4;
}
.prize_box ul.indMark > li,.conditions ul.indMark > li {
  margin: 0 1.2rem;
}
/* inner
------------------------------------------------*/
.date_wrap {
  padding: 0 calc(2.4rem + 2px);
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  width: 100%;
  padding: 0;
}
.mv img {
  width: 100%;
}
.mv {
  margin-bottom: 3rem;
}
/* movie
------------------------------------------------*/
#movie {
  background-image: linear-gradient(#d2f1f9, #ebfaff);
  margin-bottom: 30px;
  position: relative;
  margin-top: 6rem;
  padding-top: 7rem;
}
.movie {
  width: 95%;
  line-height: 0;
  margin: 0 auto;
  background: url("/special/arujan/assets/images/youtube_bg.webp")  no-repeat top center/cover;
}
#cpn-main h2.movie_title {
  position: absolute;
  background: url("/special/arujan/assets/images/bg_header.webp") no-repeat center/contain;
  padding: 1rem 0 2.3rem;
  font-weight: bold;
  top: -3.5rem;
  left: 2.5rem;
  width: 90%;
}
.movie_text {
  margin: -2rem 0 2rem;
}
.movie_text img {
  width: 38rem;
}
.youtube {
  padding: 6px;
}
.youtube .iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.youtube-video {
  max-width: 560px;
}
@media screen and (max-width: 500px) {
  .movie {
    width: 100%;
  }
  .youtube {
    padding: 1.2vw;
  }
}
/* profile
------------------------------------------------*/
.profile_clm {
  display: flex;
  flex-wrap: wrap;
}
.profile_box {
  width: 100%;
}
.profile_box button {
  width: 100%;
  padding: 0;
  border: none;
  transition: all ease-in-out .3s;
  position: relative;
}
.profile_box button::before {
  width: 100%;
  height: 8.3rem;
  content: "";
  opacity: 0;
  display: block;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
}
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: linear-gradient(180deg,rgba(2, 84, 201, .7) 0%, rgba(197, 232, 255, .7) 100%);
}
.remodal {
  background: transparent;
  max-width: 910px;
}
.profile_red{
	padding: 4px;
	background-image: linear-gradient(0deg, #ea918f, #d34b3f);
	border-radius: 1rem;
	max-width: 700px;
	margin: 0 auto;
  position: relative;
}
.profile_detail {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
  background: #fff;
  border-radius: .8rem;
}
.profile_detail * {
  text-align: left;
}
.profile_detail .modal_inner {
  width: 100%;
}
.profile_detail .modal_inner span{
  text-align: center;
	font-size: 2.4rem;
	display: block;
  font-weight: 500;
}
.profile_detail p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 810px) {
  .remodal {
    max-width: 664px;
  }
  .profile_detail{
    padding: 4rem 5rem;
    justify-content: left;
  }
  .modal_inner .profile_tx {
    font-size: 13.5px;
  }
  .profile_detail picture {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
  }
  .profile_detail {
    display: block;
    padding: 3rem;
  }
  .profile_detail .modal_inner {
    margin: 0;
  }
}
.remodal-close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  border-radius: 1rem;
  height: 100%;
  left: calc(50% - 2px);
  top: 0;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.profile_red .remodal-close {
  top: 4%;
  right: 2%;
}
.profile_red .remodal-close::before, .profile_red .remodal-close::after {
  background: #d34b3f;
}
.remodal-close.member_btn {
  top: 2%;
  right: 1%;
}
.remodal-close.member_btn::before, .remodal-close.member_btn::after {
  background: #444;
}

@media screen and (max-width: 850px){
  .remodal-close {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .remodal-close {
    width: 4rem;
    height: 4rem;
  }
  .remodal-close.member_btn {
    top: 3%;
    right: 3%;
  }
  .profile_red .remodal-close {
    right: 3%;
  }
}
@media screen and (max-width: 550px){
  .remodal-close {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .remodal-close {
    width: 3rem;
    height: 3rem;
  }
  .remodal-close::before, .remodal-close::after {
    width: 3px;
  }

}
/* member
------------------------------------------------*/
.member {
  padding: 0 2.4rem;
  text-align: center;
}
.main h2 {
  margin-bottom: 2.05rem;
  text-align: center;
  font-size: 3.3rem;
  color: #f74c8b;
  font-weight: 600;
}
.member_clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.0rem;
  margin-left: -0.1rem;
}
.member_clm p span:first-of-type {
  color: #ff3355;
  font-size: 70%;
  font-weight: 500;
}
.member_clm :nth-of-type(2) p span:first-of-type {
  color: #998489;
}
.member_clm :nth-of-type(3) p span:first-of-type {
  color: #a660cc;
}
.member_clm :nth-of-type(4) p span:first-of-type {
  color: #ff71a4;
}
.member_clm :nth-of-type(5) p span:first-of-type {
  color: #3b9e50;
}
.member_clm :nth-of-type(6) p span:first-of-type {
  color: #f7bb00;
}
.member_clm :nth-of-type(7) p span:first-of-type {
  color: #ff742e;
}
.member_clm p span span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 1.1rem;
  right: -3rem;
  border-radius: 50%;
  background-color: #ff3355;
}
.member_clm :nth-of-type(2) p span span{
  background-color: #998489;
}
.member_clm :nth-of-type(3) p span span{
  background-color: #a660cc;
}
.member_clm :nth-of-type(4) p span span{
  background-color: #ff71a4;
}
.member_clm :nth-of-type(5) p span span{
  background-color: #3b9e50;
}
.member_clm :nth-of-type(6) p span span{
  background-color: #f7bb00;
}
.member_clm :nth-of-type(7) p span span{
  background-color: #ff742e;
}
.member_box {
  margin-bottom: .5rem;
  width: calc((100% - 2.0rem)/2);
}
.member_box a {
  cursor: pointer;
  position: relative;
}
.member_box:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.member_box:nth-of-type(7) {
  margin: auto;
}
.member_box p {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0.9rem 2.0rem;
  color: #261714;
  position: relative;
  line-height: 1
}
.member_box p::before, .member_box p::after {
    position: absolute;
    display: block;
    content: '';
    top: 37%;
    right: -1.9rem;
    width: .3rem;
    height: 1.3rem;
    background-color: #fff;
    z-index: 1;
   }
.member_box p::after {
  transform: rotate(90deg);
}
.member_detail {
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: flex;
	background: #fff;
	border-radius: 15px;
}
.member_detail img {
 width: 34rem;
 height: 100%;
 padding: 3rem 3rem 2.5rem 3rem;
}
.member_detail .modal_inner {
  width: auto;
  text-align: left;
	margin: auto 3rem auto 0;
}
.member_detail .modal_inner .blankspace_beside {
 padding-left: 3.3rem;
}
.member_detail .modal_inner .blankspace_vertical {
 padding-top: 1.5rem;
}

.member_detail p {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #444;
}
.name_pink .largeletters {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #00699e;
	text-align: left;
}

.member_detail span {
  display: block;
  font-size: 2.0rem;
  margin-top: 2.0rem;
  border-bottom: none;
  color: #261714;
}
.member_detail table {
margin: auto;
}
@media screen and (max-width: 950px) {
  .member_detail table:last-of-type {
    margin: 0 0 0 0.5rem;
  }
	.member_detail span {
  margin-top: 0;
}
}
.member_detail table tbody {
  font-size: 1.6rem;
  color: #261714;
  height: 24rem;
  line-height: 4.5rem;
}
.member_detail table tbody th {
width: 15rem;
}
.member_detail table tbody td {
font-size: 1.8rem;
line-height: 2.2rem;
}
.modal_ic {
  position: relative;
}
.modal_ic {
  position: relative;
}
@media screen and (max-width: 768px) {
  .name_pink .largeletters {
  text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .member_box p {
    font-size: 2.1rem;
    margin: 1.0rem 2rem 0;
  }
  .member_clm p span span {
    width: 2rem;
    height: 2rem;
    right: -2.8rem;
    top: 29%;
  }
  .member_box p::before, .member_box p::after {
    right: -1.9rem;
    width: 0.2rem;
    height: 1.0rem;
    top: 40%;
  }
  .member_detail{
  padding: 4rem 3rem 0;
  }

ember_detail p span {
  margin-top: 1.0rem;
  }
  .member_detail > img {
    max-width: 22rem;
    width: 80%;
  }
}

 @media screen and (max-width: 750px){
  .member_detail {
  display: block;
  text-align: center;
  padding: 0 0 1rem;
}
  .member_detail .modal_inner {
  margin: 0 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .member_detail {
  padding: 4rem 3rem;
  }
  .member_detail .modal_inner {
    margin: 0;
  }
}

/* terms
------------------------------------------------*/
#terms {
  padding-top: 2.5rem;
  padding-bottom: 1.1rem;
}
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.5rem;
}
#cpn-main .indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1.0rem;
  padding-left: 2.1rem;
}
#cpn-main .indMark.size-m > li > span {
  color: #fff!important;
  background-color: var(--color_blue02)!important;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  top: .5rem;
  left: -1.0rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
#cpn-main .period li {
  padding-left: 1.6rem!important;
  position: relative;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  top: 1.2rem;
  background: var(--color_blue02);
}
#cpn-main .cp_prize .size-s {
  margin-top: 1.2rem;
}
#cpn-main #terms .caution {
  margin: 1.6rem 0 3.7rem;
}
#terms .indMark > li {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 3.5vw;
  }
  .conditions .indMark > li {
    padding: 0 0 0 3vw;
    font-weight: 500;
  }
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .2rem solid var(--color_blue02);
  border-radius: 10px;
  overflow: hidden;
  text-align: justify;
  margin: 3rem auto 2.5rem;
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  color: var(--color_black);
  padding: 0;
}
#cpn-main #terms #termsContent a {
  text-decoration: underline;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4.0rem);
  margin: 2.0rem 1.4rem 2.0rem 2.0rem;
  padding: 0 .6rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: var(--color_blue02) #fff;
  scrollbar-width: thin;
  
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
  width: .6rem;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
  background-color: var(--color_black);
  border-radius: .3rem;
}
#cpn-main #termsContent .wrap > section.line {
  border-bottom: .2rem solid var(--color_blue02);
  padding-bottom: 2.2rem!important;
  margin-right: 1rem;
}
#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#cpn-main #termsContent .wrap > section > section {
  margin-top: 1.4rem;
}
#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}
#cpn-main #terms #termsContent p {
  font-size: 1.9rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .cp_prize .size-s {
  margin-top: 6px;
}
#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}
#cpn-main #terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -.5em;
  padding-left: .5em;
}
#cpn-main #terms #termsContent .size-s li,
#cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1.0em;
  padding-left: .9em;
}
#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#cpn-main #terms #termsContent .weightNormal {
  font-weight: normal;
}
.period-s span {padding: 0 .7rem 0 0!important;}
#cpn-main #terms #termsContent .wrap a {
  text-decoration:none;
  color: #242ee2;
}
.terms_m {
  margin-bottom: 2.2rem;
}
.terms_m2 {
  margin-bottom: 1rem;
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  font-size: 1.9rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  height: 12.8rem;
  text-align: center;
  font-size: 1.6rem;
  max-width: 750px;
  margin: 1.2rem auto 0;
	color: #fff;
}
footer .cp {
  background-color: var(--color_blue01);
  margin: 1.8rem auto 0;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.bg_right_area .CDT_btn_p {
  height: 3.8vw;
}
.btn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 46px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #35241A;
  transition: .3s;
  text-decoration: none;
  border-radius: 20rem;
}
.btn a span {
  position: relative;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #fff;
}
.btn a span::before {
  position: absolute;
  right: 21px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
}
.btn a span::after {
  position: absolute;
  content: '';
  right: 35px;
  top: calc(50% - 3.5px);
  width: 0;
  height: 0;
}
.link_ahamo {
  margin-bottom: 27px;
  width: 340px;
}
.link_ahamo a {
  background-color: #666;
  font-size: 2.2rem;
  border: unset;
  box-shadow: none;
}
.link_ahamo a span::before {
  background-color: #fff;
}
.link_ahamo a span::after, .link_docomo a span::after {
  width: 4px;
  height: 4px;
  right: 27px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    right: 3.5rem;
    top: calc(50% - 2px);
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    right: 2.2rem;
    top: calc(50% - .8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
    border: unset;
    box-shadow: none;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    width: .4rem;
    height: .4rem;
    right: 2.8rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.0rem;
  }
  .btn {
    width: 300px;
    height: 58px;
  }
  .entry_wrap .entryBtn a:before {
    top: calc((7.2rem - 1.35rem) / 2);
  }
  .CDT_btn .CDT_btn_p a:before {
    top: calc((58px - 1.8rem) / 2);
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  .btn {
    max-width: 38rem;
    width: 256px;
    max-height: 8rem;
    height: 46px;
  }

  .btn a span::after {
    top: calc(50% - 2px);
  }
  .CDT_btn .CDT_btn_p a:before {
    top: calc((50px - 1.8rem) / 2);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background-color: #fff;
  padding: 2rem 0;
  margin: auto;
  right: 0;
}
.cta_follow .CDT_btn_tx {
  margin: 0.5rem auto 1rem;
  width: 68%;
  font-size: 2.4rem;
	z-index: 1;
}
[class*=cdt_date] small {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 60vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .cta_follow .CDT_btn_tx {
  outline-offset: -6px;
}
}
[class*=cdt_date] small {
  font-size: 2rem;
  color: var(--color_black);
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.2vw;
  border-radius: 10px;
  padding: .3vw .3vw .3vw .3vw;
  text-align: center;
  color: var(--color_red);
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  background-clip: padding-box;
  line-height: 1;
  margin: 0 3px;
  background-color: #fff;
  border: solid 4px var(--color_red);
}
/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50rem;
  letter-spacing: .06em;
  width: 36.2rem;
  height: 7.2rem;
  margin: 2.5rem auto 3rem;
}
.entry_wrap .entryBtn a {
  font-weight: bold;
  color: var(--color_blue02)!important;
  font-size: 2.4rem;
  position: relative;
  background-image: linear-gradient(90deg, #f5c139, #fbed4b 50%, #f5c139);
  outline: #00398c solid 2px;
  outline-offset: -8px;
}
@media screen and (max-width: 425px) {
.entry_wrap .entryBtn a {
  outline-offset: -6px;
}
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 58px;
  z-index: 2;
}
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: normal;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
}
.entry_wrap input[type="checkbox"],.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 1.5px solid var(--color_black);
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/arujan/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 2.7rem;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px var(--color_black);
    border-radius: .15rem;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
/*date_wrap
--------------------------------------------------------------*/
#cpn-main .date_wrap section {
  padding: 0;
}
.date_wrap section + section {
  margin-top: 2rem;
}
.date_wrap h3 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: .3rem;
  background: var(--color_blue01);
}
.date_wrap section p {
  color: var(--color_black)444;
  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!important;
  color: var(--color_red);
}
#cpn-main p.caution {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  #cpn-main .caution {
    font-size: 3.5vw;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  position: absolute;
  width: 21vw;
  max-width: 75%;
  margin: auto;
  background: url("/special/arujan/assets/images/bg_pc02.webp") no-repeat;
  background-size: contain;
  height: 33.2vw;
  top: calc((100% - 590px) / 2);
  left: calc((100% - 20vw) / 2);
}
.benefits picture img {
  padding: 8px 0 0;
}
.benefits .logo_img{
	width: 80%;
	display:block;
	margin: .1vw auto;
}
.benefits ul {
  padding: 8vw 1.4vw;
  width: 100%;
  position: absolute;
  top: 0;
}
.benefits li {
  margin-bottom: .6vw;
  text-align: left;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
}
.benefits li a {
  color: var(--color_blue02);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: 0;
  padding: .38vw 1vw .42vw;
  border-radius: 5px;
}
.benefits li a::after {
  background: url("/special/arujan/assets/images/ancblue.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: .95em;
  transition: 0s;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.5vw;
}
.bg_contents .benefits .access {
  background:var(--color_blue02);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  margin: 1em auto;
  padding: 2em 7.4em 2em 0em;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.bg_contents .benefits .access:after {
  background: url("/special/arujan/assets/images/qr.png") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 6em;
  height: 6em;
  top: 0.6em;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 7vw 1.4vw;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: calc((100% - 250px) / 2);
  right: 0;
  margin-top: 0;
}
.bg_right_img {
  width: 100%;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
}
.bg_period {
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  bottom: 1%;
  height: max-content;
  margin: auto;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.bg_period .entry_sub_tx,
.bg_period [class*=cdt_date] small {
  font-size: 1.3vw;
  color: var(--color_blue02);
  font-weight: bold;
  padding: 12% 0 0;
}
.bg_period.cta_area {
  position: relative;
  width: 20vw;
  height: 15vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: url("/special/arujan/assets/images/bg_pc03.webp") no-repeat center / contain;
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .bg_period {
    top: 17%;
  }
  .bg_right_img {
    width: 80%;
    left: 10%;
  }
  .bg_period .CDT_btn_p a:before {
    right: 20px;
    transform: rotate(90deg);
    top:  calc((3.8vw - 1.2rem) / 2);
  }
	.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 .3vw var(--color_red);
		border-radius: 7px;
  }
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .bg_period .entry_sub_tx {
    padding: 11% 0 0;
  }
}
.bg_right_area .CDT_btn_p::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  width: 3.8vw;
  height: 8rem;
  top: 5px;
  left: -107%;
	background: url("/special/arujan/assets/images/btn_deco_pc.svg") no-repeat center;
}
.bg_right_area .CDT_btn_p::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  width: 3.8vw;
  height: 8rem;
  top: 5px;
  right: -107%;
  transform: scaleX(-1);
	background: url("/special/arujan/assets/images/btn_deco_pc.svg") no-repeat center;
}
.cta_follow .CDT_btn .btn::before{
 content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
	background: url("/special/arujan/assets/images/btn_deco_pc.svg") no-repeat center;
  width: 8rem;
  height: 8rem;
  top: -8px;
  left: 1%;
}
.cta_follow .CDT_btn .btn::after{
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
	background: url("/special/arujan/assets/images/btn_deco_pc.svg") no-repeat center;
  width: 8rem;
  height: 8rem;
  top: -8px;
  right: 1%;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
.cta_follow .CDT_btn .btn::before{
  left: -22%;
}
.cta_follow .CDT_btn .btn::after{
  right: -22%;
}
}
@media screen and (max-width: 1500px) {
.bg_right_area .CDT_btn_p::after {
  width: 2.8vw;
  height: 6rem;
  top: 10px;
}
.bg_right_area .CDT_btn_p::before {
  width: 2.8vw;
  height: 6rem;
  top: 10px;
}
}
@media screen and (max-width: 1200px) {
.bg_right_area .CDT_btn_p::after {
  width: 1.8vw;
  height: 5rem;
  top: 10px;
}
.bg_right_area .CDT_btn_p::before {
  width: 1.8vw;
  height: 5rem;
  top: 10px;
}
}
@media screen and (max-width: 380px) {
.cta_follow .CDT_btn .btn::before{
  left: -12%;
}
.cta_follow .CDT_btn .btn::after{
  right: -12%;
}
}
/* h2_decoration
------------------------------------------------*/
.h2_decoration {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
}
.h2_decoration::before,.h2_decoration::after {
  position: absolute;
  top: .3rem;
  content: "";
  display: block;
  min-width: 46px;
  width: 7rem;
  height: 5rem;
  background: url("/special/arujan/assets/images/h2_blue_01.svg") no-repeat center;
  background-size: auto 3.4rem;
  vertical-align: baseline;
}
.h2_decoration02::before,.h2_decoration02::after {
  position: absolute;
  top: 3rem;
  content: "";
  display: block;
  min-width: 46px;
  width: 5rem;
  height: 5rem;
  background: url("/special/arujan/assets/images/h2_border.svg") no-repeat center;
  background-size: auto;
  vertical-align: baseline;
}
#conditions .h2_decoration::before,#conditions .h2_decoration::after {
	position: absolute;
  top: .3rem;
  content: "";
  display: block;
  min-width: 46px;
  width: 7rem;
  height: 5rem;
  background: url("/special/arujan/assets/images/h2_blue_02.svg") no-repeat center;
  background-size: auto 3.4rem;
  vertical-align: baseline;
}
.h2_decoration::after {
  transform: scaleX(-1);
  right: 5.6rem;
}
.h2_decoration02::after {
  transform: scaleX(-1);
  right: 5.6rem;
}

.h2_decoration::before {
  left: 5.6rem;
}
.h2_decoration02::before {
  left: 5.6rem;
}
#cpn-main .h2_purple {
  color: #424c66;
  margin-bottom: 1rem;
}
.h2_decoration.h2_purple::after {
  right: 13.5rem;
}
.h2_decoration.h2_purple::before {
  left: 13.5rem;
}
.h2_decoration.h2_purple::before,.h2_decoration.h2_purple::after {
  background-image: url("/special/arujan/assets/images/h2_blue_01.svg");
}
#cpn-main .h2_l {
  color: #00398c;
	margin-bottom: 0;
}
.h2_l::after {
  right: 7rem;
}
.h2_l::before {
  left: 7rem;
}
/* prize_box
------------------------------------------------*/
.prize_box {
  overflow:hidden;
  padding: 0 0 3rem;
}
#cpn-main .prize_box h3 {
  padding: .8rem 0;
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  border-radius: .8rem .8rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
}
#cpn-main .prize_box h3 span {
  font-weight: 700;
  font-size: 3.2rem;
  background: url("/special/arujan/assets/images/bg_tx01.svg") no-repeat 100% 100% / 100% 30%;
  padding: 0 .5rem 0 1.5rem;
}
#cpn-main #prize_box2 h3 span {
  background-image: url("/special/arujan/assets/images/bg_tx02.svg");
  padding: 0 1rem 0 .5rem;
}
#prize_box1 h3 {
  background: #ffe6e6;
  color: var(--color_red);
  border: 2px solid var(--color_red);
}
#prize_box2 h3 {
  border: 2px solid #f2b52f;
  background: #fff16e;
  color: var(--color_blue02);
}
.prize_box div {
  background: #fdfeff;
  border: 2px solid var(--color_red);
  position: relative;
  border-radius: 0 0 .8rem .8rem;
  padding: 3rem 1.5rem 2.5rem;
  margin-top: -2px;
}
#prize_box2 {
  padding-bottom: 0;
}
#prize_box1 div {
  padding-bottom: 4rem;
}
#prize_box2 div {
  padding-top: 2rem;
  border: 2px solid #f2b52f;
}
.and{
  width: 11%;
  margin: 3.5rem auto;
}
@media screen and (max-width: 768px) {
  .and{
    width: 13%;
  }
}
.prize_box p {
  line-height: 1.3;
}
.prize_box .large_tx {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 1.4rem;
}
.prize_box .large_tx span {
  font-size: 4.3rem;
  line-height: .8;
  font-weight: bold;
}
.prize_box .small_tx {
  font-size: 1.9rem;
  padding-top: .4rem;
  font-weight: bold;
}
.prize_box ul {
  margin: 1.8rem auto 0;
}
.prize_box picture {
  display: block;
}
.prize_box picture + picture {
  margin: 1.4rem auto;
  width: 55%;
}
.prize_box .prize_img img {
  max-width: 100%;
  width: 60%;
}
@media screen and (max-width: 500px) {
  .prize_box h3::before, .prize_box h3::after {
    width: 1.6rem;
    height: 2.4rem;
  }
}
.relative {
  position: relative;
	border: none!important;
	padding: 0rem 1.5rem!important;
}
.relative::before {
 content: "";
 margin: auto;
 position: absolute;
 display: inline-block;
 width: 100%;
 height: 38.5rem;
 top: -34.5%;
 left: 0rem;
 background: url("/special/arujan/assets/images/decoration02.webp") no-repeat center center / contain;
}
@media screen and (max-width:500px) {
 .relative::before {
  width: 106%;
  height: 39.5rem;
  top: -14.5%;
  left: -1rem;
 }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  .benefits li a:hover {
    background: var(--color_blue02);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/arujan/assets/images/ancblue_active.svg") no-repeat;
  }
	.btn:hover{
		opacity: 0.8;
		transition: .3s;
	}
		.btn:hover{
		opacity: 1;
	}
	 a:hover {
    opacity: .7;
  }
  .entry_wrap .entryBtn a:hover,.anchor_list li a:hover,.profile_box button:hover {
    cursor: pointer;
    opacity: 1;
  }
  .profile_box button:hover::before, .entry_wrap .entryBtn a:hover::after,.anchor_list li a:hover::before {
    opacity: .2;
}
	.benefits a{
		opacity: 1;
	}
}
/* conditions
------------------------------------------------*/
.conditions {
  background-color: #dcf3ff;
  margin-bottom: 45px;
  padding-top: 3rem;
}
.conditions > p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.conditions_wrap {
  background-color: #fff;
  padding: 20px 4rem 30px;
  border-radius: .8rem;
  position: relative;
}
.conditions_wrap + .conditions_wrap {
  margin-top: 35px;
}
.conditions_wrap h3 {
  text-align: left;
  width: 7rem;
  margin-left: -2rem;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.conditions_wrap .indMark {
  margin-top: 1rem;
}
.conditions_wrap p span {
  font-weight: bold;
  color: var(--color_red);
}
.conditions_wrap picture {
  width: 65%;
  margin: 20px auto;
}
.conditions01 picture {
  width: 44%;
  margin-top: 0;
}
.conditions02 picture {
  margin-top: 10px;
}
.conditions03 picture {
  width: 90%;
  margin-top: 10px;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_date {
  position: absolute;
  top: .8rem;
  right: .5rem;
  content: "";
  width: 20%;
}
@media screen and (max-width: 768px) {
  .conditions {
    padding: 3rem 2rem;
    margin-bottom: 35px;
  }
  .conditions_wrap {
    padding: 20px 3.2vw 30px;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 25px;
  }
  .conditions_wrap h3 {
    width: 8rem;
    margin-left: 0;
  }
  .conditions_wrap p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .conditions_wrap p {
    font-size: 3.7vw;
  }
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_blue02);
}
.benefits ul li a.is-active::after {
  background: url("/special/arujan/assets/images/ancblue_active.svg") no-repeat;
}