@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_main: #2a42bc;
  --color_tx: #3c4043;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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;
  color: var(--color_tx);
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/lp/Pixel/202604/assets/images/bg_pc01.webp") no-repeat center / cover #fff;
  content: "";
}
a {
  transition: .2s;
  text-decoration: none;
  color: #242ee2;
}
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
------------------------------------------------*/
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: .2rem .2rem 1.4rem rgba(0, 44, 142, .3);
  background: #fff;
}
.indMark {
  margin-top: 1rem;
}
.indMark>li,.indMark2>li {
  line-height: 1.5;
  text-align: justify;
  font-size: 1.7rem;
}
.indMark>li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.indMark2 {
  margin-top: 1rem;
}
.indMark2>li {
  padding-left: 1.65em;
  text-indent: -1.65em;
}
.indMark2>li+li {
  margin-top: .5rem;
}
/* intro
------------------------------------------------*/
.intro-wrap {
  padding: 2rem 1.5rem 3.5rem;
  background: #e9f4ff;
}
/* tab-area
------------------------------------------------*/
.intro-inner {
  margin-top: 1rem;
}
.tab-area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 8.7rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #c0d7ff;
  text-align: center;
  color: #6685dd;
  cursor: pointer;
}
.tab h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  transition: transform .2s ease;
}
.tab.active {
  background: linear-gradient(180deg,rgba(90, 150, 255, 1) 7%, rgba(66, 82, 226, 1) 76%);
  box-shadow: 0 0 .4rem rgba(60, 64, 67, .3);
  color: #fff;
  z-index: 2
}
.tab-content {
  display: none;
  position: relative;
  top: -.6rem;
  margin-top: .5rem;
  padding: 2.7rem 1.7rem;
  border-top: #4252e2 .6rem solid;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 0 .4rem rgba(60, 64, 67, .3);
  background: #fff;
}
.tab-content.active {
  display: block;
}
/* cp_wrap
------------------------------------------------*/
.cp_wrap p {
  font-size: 2.2rem;
  text-align: center;
}
.cp_wrap .annotation {
  font-weight: bold;
}
.cp_wrap .btn_wrap {
  margin-bottom: 3rem;
}
.cp_wrap .entry_ic {
  width: 12%;
  margin: 2rem auto 2.5rem;
}
.cp_wrap .cp_tx1,.cp_wrap .cp_tx2 {
  font-weight: bold;
  color: #5170f2;
}
.cp_wrap .cp_tx1 {
  position: relative;
  display: block;
  margin: 0 0 2.5rem 6.5rem;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
}
.cp_wrap .cp_tx1 span {
  font-weight: bold;
  font-size: .82em;
}
.cp_wrap .cp_tx1 .annotation {
  font-size: .7em;
}
.cp_wrap .cp_tx1::before {
  position: absolute;
  bottom: -.8rem;
  left: -5.2rem;
  width: 5rem;
  height: 4.5rem;
  background: url("/special/lp/Pixel/202604/assets/images/cp_tx1_ic.svg") no-repeat center/contain;
  content: "";
}
.cp01 .cp_tx1::after {
  position: absolute;
  bottom: -.8em;
  right: 1.2rem;
  width: 94%;
  height: 24%;
  background: url("/special/lp/Pixel/202604/assets/images/cp_tx_border.svg") no-repeat center/contain;
  content: "";
}
.cp_tx_wrap .cp_tx1::before {
  left: 4.5rem;
  top: -.6rem;
}
.cp_wrap .cp_tx2 {
  display: block;
  width: 100%;
  padding: 1.2rem 0;
  background: #efffe3;
  font-size: 2.4rem;
  line-height: 1;
}
.cp_wrap .cp_tx2>.tx_s {
  font-size: .78em;
  font-weight: bold;
}
.cp02 .cp_tx1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.cp02 .cp_tx2 {
  padding-bottom: 1.4rem;
}
.cp02 .cp_tx2.pt {
  padding: 1.6rem 0 1.2rem;
}
.ic_plus {
  margin: -1.2rem auto -.8rem;
  text-align: center;
}
.ic_plus img {
  width: 2rem;
}
.tab_area_tx {
  margin-top: -4.2rem;
}
p.tx_point {
  position: relative;
  margin-top: 1.2rem;
  font-weight: bold;
  font-size: 2rem;
  color: #5170f2;
}
p.tx_point::before,p.tx_point::after {
  position: absolute;
  bottom: .2em;
  width: .8rem;
  height: 2.2rem;
  background: url("/special/lp/Pixel/202604/assets/images/ic_tx_point.svg") no-repeat;
  content: "";
}
p.tx_point::before {
  left: 2.5em;
}
p.tx_point::after {
  right: 2.5em;
  transform: scale(1,-1);
}
@media screen and (max-width: 500px) {
  .cp01 .cp_tx1::after {
    right: 1.8vw;
    width: 70.5vw;
    height: 2.3vw;
  }
  .cp02 .cp_tx1::after {
    bottom: -.7em;
    right: 22.5vw;
    width: 30vw;
    height: 3vw;
  }
}
.dt_b {
  position: relative;
  z-index: 2;
  width: 5.3em;
  margin: 1.8rem auto 0;
  padding: .3rem 0 .5rem .5em;
  line-height: 1;
  color: #FFF;
  background: #6e8ef4;
  border-radius: 99rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
}
.dt_b .annotation {
  margin-left: .2rem;
}
.dt_g {
  margin-top: .6rem;
  padding-left: 0;
  background: #7b8491;
}
.dd_b ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -1.6rem;
  padding: 2.3rem 0 .8rem;
  background: #d2eaff;
  border-radius: 1rem;
}
.dd_g ul {
  background: #d3d9e2;
}
.dd_b li {
  display: inline-block;
  margin: .3rem;
  padding: .3rem .5rem .5rem;
  background: #eef8ff;
  color: #5170f2;
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: .3rem;
}
.dd_g li {
  background: #f4f4f4;
  color: #7b8491;
}
/* charm
------------------------------------------------*/
.charm>section,.bg_white1,.bg_white2 {
  padding: 4rem 2.5rem;
  font-size: 2.3rem;
}
.charm h3 {
  margin-bottom: 3rem;
  text-align: center;
  color: #d6ebd2;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.charm .tx_s {
  font-size: 1.7rem;
  margin-top: 4rem;
  text-align: justify;
  word-break: break-all;
}
.tx_center {
  text-align: center;
}
.mt_img {
  margin-top: 2rem;
}
.charm dd {
  margin-left: 1rem;
}
/* .bg_white1
------------------------------------------------*/
.bg_white1 .tx_pink {
  color: #cc0033;
  text-align: center;
  line-height: 1.5;
  margin: 4rem auto 5rem;
  font-size: 2.3rem;
}
.bg_white1 .flex {
  margin: 4rem auto 3rem;
}
.bg_white1 .mt_tx {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.bg_white1 .flex p {
  margin-top: 1.5rem;
}
.bg_white1 h3,.bg_white2 h3 {
  color: #1f2125;
}
.bg_white1 .flex>li {
  width: 45%;
  font-size: 1.8rem;
}
/* .bg_navy
------------------------------------------------*/
.charm .bg_navy {
  background: linear-gradient(180deg,rgba(30, 51, 190, 1) 55%, rgba(30, 51, 190, 1) 0%, rgba(0, 64, 152, 1) 100%);
  color: #d6ebd2;
}
.bg_navy a {
  color: #fff;
}
.bg_navy .tx_b {
  line-height: 1.5;
}
.bg_navy .tx_white {
  color: #fff;
  margin: 4rem auto;
  padding-left: 2rem;
  line-height: 1.35;
  font-size: 2.4rem;
}
.bg_navy .tx_white.tx_center {
  padding-left: 0;
}
.bg_navy .tx_white.tx_s {
  font-size: 1.6rem;
  padding-left: 0;
  letter-spacing: .08em;
  margin-bottom: 0;
}
.bg_navy .tx_white.tx_s.tx_ind {
  margin-top: 0;
  padding-left: 1.35em;
  text-indent: -1.35em;
}
.bg_navy .logo_g {
  margin: 6rem auto;
  width: 75%;
}
.bg_navy_list {
  margin: 4rem auto 7rem;
}
.bg_navy_list img {
  width: 68%;
  margin: 0 auto 2rem;
}
.bg_navy_list .img_s img {
  width: 60%;
  margin: 0 auto 2rem;
}
.bg_navy_list>li {
  background: #273dd1;
  border-radius: 3rem;
  padding: 7rem 2rem 5rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.bg_navy_list>li+li {
  margin-top: 2rem;
}
.im_r {
  margin: 6rem -2.5rem 6rem auto;
  text-align: right;
}
.dl_mt {
  margin-bottom: 5rem;
}
.dl_mt dt {
  margin-top: 8rem;
}
.dl_mt dd {
  margin-top: 3rem;
  font-size: 2.4rem;
  padding-left: 1rem;
}
.dl_mt dt:first-of-type {
  margin-top: 0;
}
/* .bg_green
------------------------------------------------*/
.charm .bg_green {
  background: linear-gradient(0deg, rgba(227, 241, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 10rem 2.5rem 9rem;
}
.bg_green h3 {
  color: #134e2c;
}
.bg_green .dl_mt dd {
  padding-left: 0;
}
.bg_green .tx_green {
  color: #134e2c;
  text-align: center;
}
.bg_green .img_m {
  margin: 4rem -2.5rem 4rem 0;
  width: calc(100% + 2.5rem);
}
.bg_green .dl_mt {
  margin-bottom: 0;
}
/* .bg_blue
------------------------------------------------*/
.bg_blue {
  background: linear-gradient(180deg,rgba(208, 215, 254, 1) 0%, rgba(229, 240, 255, 1) 56%, rgba(222, 234, 253, 1) 100%);
}
.bg_blue h3 {
  color: #1e33be;
  margin-top: 6rem;
}
.tx_blue {
  color: #1e33be;
  text-align: center;
  margin-bottom: 5rem;
}
/* .bg_white2
------------------------------------------------*/
.bg_white2 h3 {
  margin: 6rem auto;
}
.bg_white2 .bg_white2_h3 {
  margin: 1rem auto 3rem;
}
.bg_white2 .mt_h3 {
  margin: 10rem auto 5rem;
}
.bg_white2_list li {
  background: #f3f4ff;
  border-radius: 3.5rem;
  padding: 5rem 3.2rem 6rem 4rem;
  font-size: 2.4rem;
}
.bg_white2_list li:first-of-type {
  padding-bottom: 8rem;
}
.bg_white2_list li:last-of-type {
  padding-bottom: 7rem;
}
.bg_white2_list li+li {
  margin-top: 2rem;
}
.bg_white2_list picture {
  display: block;
  width: 12%;
  margin-bottom: 2rem;
}
.logo_bg li {
  background: #ecedff;
  margin: 2rem auto;
  border-radius: 3rem;
  padding: 5rem 3rem 3rem;
  text-align: center;
}
.logo_bg li img {
  width: 82%;
}
.logo_bg p {
  font-size: 2rem;
  margin-top: 2.8rem;
}
.ul_list {
  font-size: 2.4rem;
}
.ul_list p {
  margin-top: 2rem;
  padding-left: 2rem;
}
.ul_list li+li {
  margin-top: 8rem;
}
.bg_white2 .flex {
  gap: 1rem;
  margin-bottom: 1rem;
}
.bg_white2 .mt_tx {
  margin-top: 3rem;
}
/* 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% - 630px) / 2);
  left: calc((100% - 23vw) / 2);
  width: 23vw;
  max-width: 80%;
  height: 34.5vw;
  background: #fff;
  box-shadow: 0 .6rem 1.1rem rgba(0, 44, 142, .3);
  border-radius: 1vw;
}
.benefits ul {
  width: 100%;
  padding: .6vw 1.3vw 0;
}
.benefits li {
  padding: .5vw 0;
  border-bottom: #afb4e8 solid .2rem;
}
.benefits li:last-of-type {
  margin-top: 2rem;
  border-bottom: none;
}
.benefits li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .6vw .8vw;
  border-radius: .5vw;
  color: #4473dc;
  font-weight: bold;
  font-size: 1.4vw;
  transition: 0s;
}
.benefits .tx_s {
  font-size: 1.25vw;
}
.benefits li a::after {
  display: inline-block;
  width: 1em;
  height: .9em;
  background: url("/special/lp/Pixel/202604/assets/images/ic_pc.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  padding: 2em 7.4em 2em 0;
  border-radius: .5vw;
  background: #4473dc;
  color: #fff;
  font-size: 1.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/lp/Pixel/202604/assets/images/qr.webp") no-repeat center/contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1700px) {
  .bg_contents .benefits {
    top: calc((100% - 600px) / 2);
    height: 35vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .benefits {
    top: calc((100% - 545px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .bg_contents .benefits {
    top: calc((100% - 475px) / 2);
    left: calc((100% - 22vw) / 2);
    height: 32vw;
  }
  .benefits li a {
    font-size: 1.25vw;
  }
  .benefits .tx_s {
    font-size: 1.15vw;
  }
  .bg_contents .benefits .access {
    margin-top: 1.2rem;
    padding: 1.5em 7em 1.4em 0;
  }
  .bg_contents .benefits .access::after {
    top: .6em;
    right: 1.5em;
    width: 5em;
    height: 5em;
  }
}
@media screen and (max-width: 1060px) {
  .bg_contents .benefits {
    height: 31vw;
  }
  .benefits li a {
    font-size: 1.2vw;
  }
  .benefits .tx_s {
    font-size: 1.1vw;
  }
  .bg_contents .benefits .access::after {
    top: .9em;
    right: 1.5em;
    width: 4.5em;
    height: 4.5em;
  }
  .bg_contents .benefits .access {
    padding: 1.5em 7em 1.5em 0;
    font-size: 1vw;
  }
}
.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_period {
  width: 23vw;
  height: 14vw;
  margin: auto;
  border-radius: 1vw;
  background: #fff;
  box-shadow: 0 .6rem 1.1rem rgba(0, 44, 142, .3);
  text-align: center;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 5% 0 2%;
  font-size: 1.2vw;
  font-weight: bold;
  letter-spacing: .06em;
}
.bg_right_area .CDT_btn_p {
  width: 100%;
  height: 3.5vw;
}
.bg_right_area .btn_wrap {
  width: 90%;
  padding: .24vw;
  margin-top: 1.2vw;
}
.bg_right_area .CDT_btn_p a {
  font-size: 1.3vw;
}
.bg_right_area .CDT_btn_p a::after{
  right: 1.4rem;
  width: 2vw;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .bg_right_area .CDT_btn_p a::after {
    right: .8vw;
  }
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: .6vw 1.4vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active */
.benefits ul li a.is-active {
  background: #4473dc;
  color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/lp/Pixel/202604/assets/images/ic_pc_active.svg") no-repeat;
}
/* cta_follow＿追従
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  margin: auto;
  padding: 1rem 0;
  background: rgba(217, 231, 255, .9);

}
.cta_follow .btn {
  height: 6.2rem;
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
    padding: 1.6rem 1rem 2rem;
  }
  .cta_follow .btn {
    width: 38.2rem;
    height: 6.7rem;
  }
  .cta_follow .btn_wrap {
    width: 39.2rem;
  }
  .cta_follow .btn a {
    padding-bottom: .4rem;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.3vw;
  min-width: 2.6vw;
  margin: 0 .4vw;
  padding: .2rem .5rem .4rem;
  border-radius: 1rem;
  border: solid .3rem #4473dc;
  background-clip: padding-box;
  background: #fff;
  color: #4473dc;
  font-size: 1.7vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    width: 3.5vw;
    padding: .4rem .3rem .5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
    padding: 1.6rem 0 1.2rem;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
}
@media screen and (max-width: 300px) {
  .cta_follow .CDT_btn_p a::after {
    right: 12%;
  }
}

/* チェックボックス
------------------------------------------------*/
#termsCheck p {
  margin-bottom: 2.7rem;
  text-align: center;
}
#termsCheck p input[type="checkbox"] + label, #termsCheck p input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.9rem;
  font-weight: 500;
  cursor: pointer;
}
#termsCheck p input[type="checkbox"]{
  display: none;
}
#termsCheck p input[type="checkbox"] + label::before, #termsCheck p input[type="checkbox"]:checked + label::after {
  display: block;
  position: absolute;
  top: .4rem;
  left: -.3rem;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: .5em;
  border: .1rem solid var(--color_tx);
  border-radius: .3rem;
  box-sizing: border-box;
  background: #fff;
  content: "";
}
#termsCheck p input[type="checkbox"]:checked + label::after {
  background: url("/special/lp/Pixel/202604/assets/images/ic_check.svg") no-repeat center / 1.4rem 1.4rem;
}
.entry_wrap .btn_wrap {
  cursor: default;
}
.entry_wrap:has(#entryTrigger1:checked) .btn_wrap:hover {
  opacity: 1;
  transform: translateY(.4rem);
  box-shadow: none;
}
@media screen and (max-width: 500px) {
  #termsCheck p {
    margin-bottom: 2.7rem;
    font-size: 1.8rem;
  }
  #termsCheck p input[type="checkbox"] + label, #termsCheck p input[type="checkbox"]:checked + label {
    padding-left: 2.4rem;
  }
  #termsCheck p input[type="checkbox"] + label::before, #termsCheck p input[type="checkbox"]:checked + label::after {
    top: .6rem;
    width: 2rem;
    height: 2rem;
    border-radius: .3rem;
  }
  #termsCheck p input[type="checkbox"]:checked + label::after {
	  top: .6rem;
    background: url("/special/lp/Pixel/202604/assets/images/ic_check.svg") no-repeat center / 1.5rem 1.5rem;
  }
}
/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 42rem;
  height: 8.6rem;
  margin: 0 auto;
  background: #3166dd;
  box-shadow: 0 .2rem .3rem rgb(60,64,67,.4);
  border-radius: 99rem;
  text-align: center;
  line-height: 1;
}
.btn.disable::after {
  position: absolute;
  left: -.5rem;
  top: -.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-radius: 99rem;
  background: rgba(0, 0, 0, .3);
  content: "";
}
.btn_wrap {
  background: linear-gradient(0,rgba(7, 61, 181, 1) 0%, rgba(82, 153, 255, 1) 100%);
  width: 43rem;
  margin: 0 auto;
  padding: .5rem;
  border-radius: 99rem;
  box-shadow: 0 .2rem .2rem rgb(0,0,0,.4);
  transition: .2s;
  cursor: pointer;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 99rem;
  font-size: 2.9rem;
  font-weight: bold;
  transition: .2s;
}
.cta_follow .btn {
  box-shadow: 0 .2rem .2rem rgb(0,0,0,.4);
}
.cta_follow .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .2s;
}
.Btn_tx {
  padding-bottom: .75rem;;
  font-weight: bold;
  font-size: 2.6rem!important;
  line-height: 1.3;
  letter-spacing: .07em;
}
.entryBtn .Btn_tx {
  width: 100%;
  height: 100%;
}
.Btn_tx a {
  position: unset;
  display: block;
}
.Btn_tx span {
  font-size: 1.8rem;
  font-weight: bold;
}
.btn a::after, .entryBtn a::after {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  background: url("/special/lp/Pixel/202604/assets/images/ic_btn.svg") no-repeat center/contain;
  content: "";
}
.entryBtn a::after {
  transform: rotate(-90deg);
}
#cpn-main .entryBtn.disable a::before, #cpn-main .entryBtn.disable a::after {
  display: none;
}
@media screen and (max-width: 500px) {
  .btn a {
    font-size: 2.4rem;
  }
  .entryBtn .Btn_tx {
    padding-top: .75rem;
  }
  .entryBtn a {
    position: relative;
    font-size: 2.6rem;
  }
}
.link_ahamo {
  margin: 2rem auto 1rem;
  box-shadow: none;
  background: transparent;
  transition: .2s;
}
.link_ahamo a {
  height: 70%;
  width: 80%;
  border: .2rem solid #517ded;
  border-radius: 5rem;
  box-shadow: none;
  background: #fff;
  color: #517ded;
  font-size: 1.8rem;
  font-weight: 500;
}
.link_ahamo a::before {
  position: absolute;
  right: 17px;
  top: calc(50% - 12px);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #517ded;
  content: "";
}
.link_ahamo a::after {
  top: 0;
  bottom: 0;
  right: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .8rem;
  height: .8rem;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
  background: none;
}
@media screen and (max-width: 500px) {
  .link_ahamo a::before {
    right: 4vw;
    top: calc(50% - 2.4vw);
  }
  .link_ahamo a::after {
    right: 6vw;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main a:hover {
    opacity: .6;
  }
  .benefits li a:hover {
    background: #4473dc;
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/lp/Pixel/202604/assets/images/ic_pc_active.svg") no-repeat;
  }
  .btn_wrap:hover,.cta_follow .btn_wrap:hover,.link_ahamo:hover{
    opacity: 1;
    transform: translateY(.4rem);
    box-shadow: none;
  }
  .entry_wrap .btn_wrap:hover {
    transform: translateY(0);
    box-shadow: 0 .2rem .2rem rgb(0, 0, 0, .4);
  }
  #cpn-main .btn a:hover {
    opacity: 1;
  }
  .tab h2:hover {
    transform: scale(.95);
  }
  .tab.active h2:hover {
    transform: none;
  }
  .tab:hover {
    cursor: pointer;
  }
}
/* terms
------------------------------------------------*/
#terms {
  padding: 2rem 2.5rem 2.5rem;
  background: linear-gradient(180deg,rgba(249, 255, 243, 1) 0%, rgba(242, 255, 230, 1) 100%);
}
#terms h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #4252e2;
  text-align: center;
}
#terms h3 {
  font-weight: bold;
  font-size: 2.1rem;
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 37rem;
  margin: 1.5rem auto 1.7rem;
  overflow: hidden;
  border: .2rem solid #4252e2;
  border-radius: 1.2rem;
  background: #fff;
  text-align: left;
  font-size: 1.75rem;
}
#termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 4.5rem);
  margin: 2rem 1.4rem 1.4rem 1.8rem;
  padding-right: 1.8rem;
  overflow-y: scroll;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: #4252e2 transparent;
  text-align: justify;
}
#termsContent .wrap::-webkit-scrollbar {
  width: .3rem;
}
#termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#termsContent .wrap::-webkit-scrollbar-thumb {
  border-radius: .15rem;
  background: #6c2c2f;
}
#termsContent .wrap section+section {
  margin-top: 2rem;
}
.annotation {
  font-size: .7em;
  vertical-align: top;
}
.mt_list {
  margin-top: 1rem;
}
.mt_list.tx_ind {
  margin-top: 2rem;
}
.small_list {
  font-size: .9em;
  margin-top: .8rem;
}
.tx_ind {
  text-indent: -1em;
  padding-left: 1em;
}
.tx_link {
  margin-bottom: 2.5rem;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: .5rem;
  background: url("/special/lp/Pixel/202604/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
#termsContent .wrap section ul>li,#termsContent .wrap section ol>li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: .2em;
}
#termsContent .wrap section .indNum>li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#termsContent .wrap section ul>.two_digits,#termsContent .wrap section ol>.two_digits {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#termsContent .wrap section .indMark_al>li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media screen and (max-width: 800px) {
  #termsContent {
    border-radius: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #termsContent .wrap {
    height: calc(100% - 4rem);
  }
}
.entry_wrap {
  position: relative;
}
/* footer
------------------------------------------------*/
footer {
  margin: 0 auto;
  padding: 1rem 2.4rem;
  background: #517ded;
  text-align: center;
  color: #fff;
}
.campaign_code {
  text-align: center;
}
.website-link {
  margin-top: 1.5rem;
}
.campaign_code .strong_word {
  font-size: 2.3rem;
}
.campaign_code .normal_word {
  font-size: 2rem;
}
#cpn-main footer p.cp {
  font-size: 1.6rem;
  font-feature-settings:"palt";
}
@media screen and (max-width: 500px) {
  footer {
    font-size: 1rem;
  }
  footer {
    padding: 1rem 2.4rem;
  }
}