@charset "UTF-8";
/* init
[------------------------------------------------*/
:root {
  --color_black: #000;
  --color_blue: #0976d7;
}
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;
  box-shadow: rgba(23, 78, 175, .8) 0 0 18px;
  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;
}
h2 {
  position: relative;
  background: var(--color_black);
  padding: 1.5rem 0;
}
h2::before, h2::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/h2_bg.svg") no-repeat top left/contain;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
  transform: rotate(180deg);
}
h2 span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
h2 span::before,h2 span::after {
  background: url("../images/h2_deco.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
}
h2 span::before {
  padding-right: 4rem;
}
h2 span::after {
  padding-left: 4rem;
}
@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: .3s;
  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_num {
  display: inline-block;
  height: auto;
  border-radius: 1rem;
  padding: .5rem .5rem .8rem;
  text-align: center;
  color: var(--color_blue);
  font-weight: 900;
  font-family: inherit;
  background-clip: padding-box;
  line-height: 1;
  border: solid 5px var(--color_blue);
  background: #fff;
  min-width: 2.6vw;
  font-size: 1.6vw;
  margin: 0 .4vw;
}
@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.4;
}
/* kv
------------------------------------------------*/
#kv {
  background: url("../images/kv_bg.webp") no-repeat center/cover;
}
/* prize
------------------------------------------------*/
#prize {
  background: linear-gradient(0,rgba(255, 188, 2, 1) 0%, rgba(254, 206, 7, 1) 5%, rgba(254, 202, 7, 1) 40%, rgba(255, 232, 10, 1) 80%, rgba(255, 188, 2, 1) 100%);
}
.prize_wrap {
  padding: 0 2rem 3rem;
}
[id*="prize_box"] .prize_inner {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding: 5rem 0 2.5rem;
  margin-top: -2px;
}
[id*="prize_box"] h3 {
  position: relative;
  top: 3rem;
  z-index: 1;
  padding: 1rem 0 1.3rem;
  width: 90%;
  border-radius: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
  background: var(--color_blue);
  color: #fff;
  margin: 0 auto;
  line-height: 1;
}
[id*="prize_box"] h3 span {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 3px;
}
#prize .tx_bl {
  position: relative;
  color: var(--color_blue);
  font-size: 3.3rem;
  font-weight: 900;
  display: inline-block;
}
#prize .tx_bl::before,#prize .tx_bl::after {
  position: absolute;
  content: "";
  width: .5em;
  height: 1em;
  top: .3em;
  background: url("../images/ic_tx.svg") no-repeat center/contain;
}
#prize .tx_bl::before {
  left: -2rem;
}
#prize .tx_bl::after {
  transform: scale(-1,1);
  right: -2rem;
}
#prize .tx_bold {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
.prize01_img_wrap {
  margin: 0 5rem;
}
.prize01_img_wrap .tx_bold {
  margin: 1rem auto 1.7rem;
}
.prize01_img_wrap picture+picture {
  margin: 1.8rem auto .5rem;
}
.prize_inner .tx_small {
  text-align: right;
  font-size: 1.5rem;
}
#prize_box1 .prize_inner .tx_small {
  margin-right: -1em;
}
.and {
  color: var(--color_blue);
  font-size: 3rem;
  border-radius: 50%;
  border: 2px solid var(--color_blue);
  width: 47px;
  height: 47px;
  line-height: 1.3;
  margin: -1rem auto 2rem;
}
#prize_box1 .prize_inner .indMark li{
  text-align: justify;
  margin: .2rem 5rem 0;
}
#prize_box1 .prize_inner .indMark li:first-of-type {
  margin-top: 1rem;
}
#prize_box1 .prize2_tx {
  padding: 1rem 6rem;
}
#prize_box2 .line_img {
  margin: 1.5rem 1.5rem .5rem;
}
#prize_box2 .indMark li{
  text-align: center!important;
}
.prizeA {
  margin-top: 3.5rem;
}
#prize_box2 .prizeA .tx_bold {
  margin: 1.5rem auto .5rem;
}
#prize_box2 .indMark li{
  margin: 2rem 4.7rem 0;
  text-align: left!important;
}
.prize2_tx {
  font-size: 2rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  border: 2px solid var(--color_black);
  font-weight: 500;
  margin: 0 auto 1rem;
  display: inline-block;
  line-height: 1;
}
#prize_box2 .prizeA .tx_small {
  margin-bottom: .5rem;
}
#prize_box2 .prize_num {
  border-radius: 6px;
  border: 2px solid var(--color_black);
  font-weight: bold;
  background: var(--color_black);
  color: #fff;
  font-size: 2.3rem;
  display: inline-block;
  padding: .2rem 0 .5rem;
  line-height: 1;
  width: 4.2em;
  margin-top: 1rem;
}
#prize_box2 .prize_num span {
  font-weight: bold;
  font-size: 3.1rem;
}
#prize_box2 .tx_small {
  margin-right: 3.5rem;
  margin: .5rem 3.5rem 0 0;
}
@media screen and (max-width: 500px) {
  .and {
    width: 10vw;
    height: 10vw;
    font-size: 6.5vw;
    line-height: 1.2;
  }
  #prize .tx_bl {
    font-size: 6.5vw;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  background: url("../images/conditions_bg.webp") no-repeat center top/cover #6cccff;
  margin-bottom: 3rem;
}
.conditions_wrap {
  padding: 0 3rem 3.5rem;
}
#conditions .sub_tx{
  font-weight: 500;
  margin: 1.6rem 0 2rem;
  font-size: 1.8rem;
}
.conditions_inner {
  position: relative;
  background: #fff;
  padding: 20px 4rem 25px;
  border-radius: .8rem;
}
.conditions_inner + .conditions_inner {
  margin-top: 35px;
}
.conditions_inner h3 {
  text-align: left;
  width: 7.8rem;
  margin-left: -2rem;
}
.conditions_inner p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.conditions_inner .indMark li {
  margin-top: .6rem;
  text-align: justify!important;
}
.conditions_inner p span {
  font-weight: bold;
  color: var(--color_blue);
}
.conditions_inner picture {
  width: 65%;
  margin: 0 auto 15px;
}
.conditions01 picture {
  width: 46%;
  margin-top: .6rem;
}
.conditions02 picture {
  width: 70%;
  margin-top: 2.2rem;
}
.conditions03 picture {
  width: 91%;
  margin-top: 1.6rem;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_date {
  position: absolute;
  top: -.9rem;
  right: -1.5rem;
  content: "";
  width: 48%;
}
@media screen and (max-width: 768px) {
  .conditions_inner {
    padding: 20px 3.2vw 30px;
  }
  .conditions_inner + .conditions_inner {
    margin-top: 25px;
  }
  .conditions_inner h3 {
    width: 8rem;
    margin-left: 0;
  }
  .conditions_inner p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .conditions_inner p {
    font-size: 3.7vw;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 0 3rem .5rem;
}
#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: var(--color_blue);
}
.date_wrap dd,.date_wrap dd>p {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.date_wrap .tx_left {
  margin-top: 2rem;
}
.date_wrap .tx_left dd {
  line-height: .8;
}
.date_wrap dd span {
  font-size: 1.6rem;
  font-weight: bold;
}
.date_wrap .caution {
  font-size: 1.5rem;
  font-weight: 500!important;
  color: var(--color_blue);
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .date_wrap .caution {
    font-size: 3.5vw;
  }
}
/* terms
------------------------------------------------*/
.entryBtn_decoration::before,.button_p.entry-btnStyle_checked::before {
  left: -5%;
}
.entryBtn_decoration::after,.button_p.entry-btnStyle_checked::after {
  right: -5%;
  transform: scale(-1,1);
}
.indMark > li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.5rem;
}
#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;
  color: #fff!important;
  background: var(--color_blue);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
  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;
  left: 0;
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  top: 1.2rem;
  background: var(--color_blue);
}
#cpn-main #terms .caution {
  margin: 1rem 0 3rem;
}
#terms .indMark > li {
  font-weight: 500;
}
.terms_wrap {
  padding: 0 2.7rem 2.3rem;
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .2rem solid var(--color_blue);
  border-radius: 13px;
  overflow: hidden;
  text-align: left;
  margin: 3rem auto 1.7rem;
  
}
#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: var(--color_blue) #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: var(--color_blue);
  border-radius: .3rem;
}
#cpn-main #termsContent .wrap > section.line {
  border-bottom: .2rem solid var(--color_blue);
  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 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 .size-s.indMark li {
  text-indent: -1em;
  padding-left: .9em;
  text-align: justify;
}
#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;
  transition: .3s;
}
.terms_m {
  margin-bottom: 2.2rem;
}
.terms_m2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #terms {
    padding-bottom: 1.3rem;
  }
}
/* entryBtn
------------------------------------------------*/
.entryBtnLarge {
  padding: .3rem;
}
.entry_wrap {
  position: relative;
}
.entryBtn_decoration {
  position: relative;
}
.button_p.entry-btnStyle_checked::before,.button_p.entry-btnStyle_checked::after,.entryBtn_decoration::before, .entryBtn_decoration::after {
  position: absolute;
  top: 10%;
  width: 5rem;
  height: 5rem;
  z-index: 3;
  margin: auto;
  content: "";
  background: url("../images/btn_deco.svg") no-repeat center / contain;
  pointer-events: none;
}
.entry_wrap .entryBtn {
  background: var(--color_black);
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 9999px;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: .8rem auto 1.5rem;
  box-shadow: #515151 0 5px;
  transition: .2s;
}
.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;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  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 {
  width: 1.2vw;
  height: 1.5vw;
  top: calc((2.8vw - 1.8rem) / 2);
  right: 30px;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: bold;
  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;
  content: "";
  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;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("../images/ic_check.svg") no-repeat center / 85% auto;
}
@media screen and (max-width: 1500px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  #bg_right_area .entryBtnLarge a::before {
    top: calc((3vw - 1.7rem) / 2);
    right: 23px;
  }
}
@media screen and (max-width: 1300px) {
  #bg_right_area .entryBtnLarge a::before {
    top: calc((3.2vw - 1.8rem) / 2);
    right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 18px;
    top: calc((3.4vw - 1.6rem) / 2);
  }
}
@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(255, 255, 255, .9);
  padding: 1rem 0;
  margin: auto;
  right: 0;
}
.link_ahamo {
  margin-bottom: 27px;
}
.link_ahamo a {
  color: #fff!important;
  background: var(--color_blue);
  font-size: 2.2rem;
  border: unset;
  width: 35rem;
  margin: 0 auto 0;
  padding: 1.5rem;
  box-shadow: 1px 5px #0053b7;
}
.link_ahamo a::before {
  position: absolute;
  right: 26px;
  top: 1em;
  width: .9em;
  height: .9em;
  content: "";
  background: url("../images/ic_link_white.svg") no-repeat center / contain;
}
@media screen and (max-width: 500px) {
  .link_ahamo a::before {
    width: 3.8vw;
    height: 3.8vw;
    right: 5.5vw;
    top: 4.5vw;
  }
}

/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  font-size: 2rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  margin: 1.2rem auto 0;
}
footer .cp {
  background: #8fcfff;
  margin-top: 2rem;
  padding: 3rem 0 3rem;
}
.website-link a {
  transition: .3s;
}
/* 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: 20vw;
  max-width: 75%;
  margin: auto;
  background: url("../images/pc_img01.webp") no-repeat;
  background-size: contain;
  height: 30.2vw;
  top: calc((100% - 590px) / 2);
  left: calc((100% - 20vw) / 2);
}
.benefits picture img {
  padding: 8px 0 0;
}
.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(3n) {
  margin-bottom: 0;
}
.benefits li a {
  color: var(--color_blue);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: .38vw 1vw .42vw;
  border-radius: 5px;
}
.benefits li a::after {
  background: url("../images/ic_anchorlink.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.7vw;
}
.bg_contents .benefits .access {
  background: var(--color_blue);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  margin: 1em auto;
  padding: 2em 7.4em 2em 0em;
  border-radius: 1.5rem;
  text-align: center;
  position: relative;
}
.bg_contents .benefits .access:after {
  background: url("../images/qr.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 6em;
  height: 6em;
  top: .6em;
  right: 1em;
  margin: auto;
}
.bg_contents .entryBtn a {
  font-size: 1.3vw;
  font-weight: bold;
  padding: .5vw;
}
.bg_contents .entryBtnLarge {
  padding: 0;
}
.bg_contents .entry_wrap .entryBtn {
  width: 87%;
  margin-top: 1.8rem;
}
.bg_contents .entryBtn_decoration::before, .bg_contents .entryBtn_decoration:after {
  width: 2vw;
  height: 3vw;
  top: -2%;
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 7.5vw 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;
}
.cta_area {
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  bottom: 1%;
  height: max-content;
  margin: auto;
}
.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: 20vw;
  height: 15vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: url("../images/pc_img02.webp") no-repeat center / contain;
  border-radius: 1.3rem;
  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) {
  .cta_area {
    top: 17%;
  }
  .bg_right_img {
    width: 80%;
    left: 10%;
  }
  .CDT .cdt_num {
    border: solid .3vw var(--color_blue);
  }
}
@media screen and (max-width: 1400px) {
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .cta_area .entry_sub_tx {
    padding: 11% 0 1%;
  }
  .bg_contents .benefits .access {
    border-radius: 1vw;
  }
}
.benefits .entryBtnLarge {
  height: 3.8vw;
}
.benefits .entryBtnLarge {
  font-size: 1.3vw;
  width: 87%;
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_blue);
}
.benefits ul li a.is-active::after {
  background: url("../images/ic_anchorlink_active.svg") no-repeat;
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    margin-top: 3rem;
  }
}
@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_blue);
    border-radius: .5rem;
  }
  .benefits li a:hover::after {
    background: url("../images/ic_anchorlink_active.svg") no-repeat;
  }
  #cpn-main .button_p.entry-btnStyle_checked:hover,.entry_wrap .entryBtn:hover,.link_ahamo.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
  }
  #cpn-main .button_p.entry-btnStyle_checked a:hover {
    opacity: 1;
  }
}
/*追従
------------------------------------------------*/
#follow .entry_wrap .entryBtn {
  width: 44rem;
}
@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: #515151 0 5px;
  transition: transform .2s,box-shadow .2s;
}
#cpn-main .button_p.entry-btnStyle_checked a {
  pointer-events: all;
}
#cpn-main .button_p a::before {
  position: absolute;
  right: 38px;
  top: .85em;
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}
/*未チェックボタン*/
#cpn-main .button_p {
  background: linear-gradient(to bottom, #aaaaaa 0%, #959595 20%, #959595 100%);
  color: #fff;
  width: 100%;
  height: 6.8rem;
  text-align: center;
  border-radius: 9999px;
  margin: .8rem auto 1rem;
  position: relative;
}
#cpn-main .button_p a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  #cpn-main .button_p a::before {
    right: 30px;
  }
}