@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #000;
	--color_red: #ed3543;
	--color_blue: #00a0e9;
	--color_orange01 : #f56c27;
	--color_orange02 : #ff4e00;
}
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/sonoku/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%;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
/* 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(255, 179, 128, .75) 0 0 18px;
  mix-blend-mode: multiply;
}
#cpn-main section {
  position: relative;
}

#cpn-main a {
  position: relative;
  text-decoration: none;
  transition: .3s;
}
.ic_link::after,.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/sonoku/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%;
}
.underline {
  position: relative;
  z-index: 1;
}
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background-color: #fff422;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
#cpn-main h2 {
  display: inline-block;
  color: var(--color_red);
}
#area_black h2{
  font-size: 3.2rem;
	font-weight: 700;
  margin-bottom: 0;
}
section {
 padding: 0 3rem 3rem;
}
@media screen and (max-width:768px) {
  section {
   padding: 0 4vw 4rem;
  }
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  border-radius: 50rem;
  letter-spacing: .06em;
  width: 17.5vw;
  margin: 3.5rem auto 2rem;
  background-color: var(--color_orange02);
  box-shadow: 0 5px #dd3e00;
}
.bg_period .CDT_btn_p a{
  width: 86%;
  height: 86%;
}
.CDT_btn_p a {
  font-size: 1.3vw;
  font-weight: bold;
  color: #fff !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;
  bottom: 2.4rem;
  right: 30px;
  width: 3.5rem;
  height: 2.2rem;
  background: url("/special/sonoku/assets/images/ic_white.svg") no-repeat;
  transform: rotate(90deg);
}
.entryBtnLarge::after{
 content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  width: 47rem;
  height: 9.8rem;
  top: -13.5%;;
  left: -5.2rem;
  background: url("/special/sonoku/assets/images/entry_decoration.webp") no-repeat center center / contain;
  z-index: -1;
}
.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);
}
.date_wrap h4 {
  margin-top: 2rem;
  color: #044eb7;
  font-size: 2.3rem;
  background-color: #d7f4ff;
  border-radius: 30px;
  font-weight: bold;
}
.date_wrap .tx_blue {
  color: #00387c;
  font-size: 1.7rem;
  font-weight: bold;
}
/* kv
------------------------------------------------*/
h1 {
  padding: 1.7rem 4.5rem 2.5rem;
  background-color: #fff;
}
#cpn-main section#kv {
  width: 100%;
  padding: 0;
  background: url("/special/sonoku/assets/images/kv_bg.webp") no-repeat center / cover;
}
.kv_content {
  padding: 0 1rem 1rem;
}
.kv_img img {
  width: 52%;
}
.kv_img {
  margin: -1.2rem 0 0;
}
.kv_tx {
  padding: 0 1rem 1rem;
}
/* anchor_link
------------------------------------------------*/
.anchor {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  padding: 3.5rem 24rem 3.6rem;
  background: #4bbaff;
  box-shadow: 0 6px #239cd8;
}
.anchor img {
  position: absolute;
  width: 97%;
  height: auto;
  transform: translate(-50%, -50%);
  margin: -1rem 0;
}
.anchor_list {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 5rem;
}
.anchor_list a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  padding: .5rem .9rem;
  color: #fff;
}
.anchor_list .anchor_tx01 {
  background: #ec5d88;
  box-shadow: 0 6px #d3427d;
}
.anchor_list span {
  font-size: 1.9rem;
  font-weight: 600;
}
.anchor_list .anchor_tx02 {
  background: #2aa40f;
  box-shadow: 0 6px #2b8700;
}
.anchor_list a::before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: .3rem .5rem 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.anchor_list .anchor_tx01::before {
  background-image: url("/special/sonoku/assets/images/arrow_pink.svg");
}
.anchor_list .anchor_tx02::before {
  background-image: url(/special/sonoku/assets/images/arrow_green.svg);
}
@media screen and (max-width: 450px) {
  .anchor_list a {
    border-radius: 2vw;
    box-shadow: 0 2.5px var(--color_black);
  }
}
/* movie
------------------------------------------------*/
#movie {
  background-color: #fffeeb;
  position: relative;
  padding: 1rem 1rem 3rem;
}
.movie,.box01 .rp_img {
  width: 95%;
  line-height: 0;
  margin: 0 auto;
  background: url("/special/sonoku/assets/images/youtube_bg.webp")  no-repeat top center/cover;
}
#cpn-main h2.movie_title {
  background: url("/special/sonoku/assets/images/bg_header.webp") no-repeat center/contain;
  color: #ec5d88;
  padding: 2rem 0 4rem;
  font-weight: bold;
  width: 84%;
}
.movie_text {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
  margin-right: 1rem;
}
.movie_text::after {
  display: inline-block;
  position: absolute;
  top: 64%;
  right: -.2em;
  width: 4%;
  height: 29%;
  background: url("/special/sonoku/assets/images/tx_decoration.svg") no-repeat;
  content: "";
}
.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 {
  padding: 1rem 2rem 3rem;
}
  .movie {
    width: 100%;
  }
  .movie_text::after {
    right: -.8em;
  }
  .youtube {
    padding: 1.2vw;
  }
}
/* profile
------------------------------------------------*/
#profile_wrap {
  padding: 2rem 0 0;
  margin-top: 4rem;
  background: url("/special/sonoku/assets/images/profile_bg.webp") no-repeat center / cover;
}
.profile_clm {
  display: flex;
  flex-wrap: wrap;
}
.profile_box {
  width: 100%;
}
#area_black .profile_decoration {
  margin: 0 auto 1rem;
  width: 60%;
}
.profile_box button {
  width: 100%;
  padding: 0;
  border: none;
  transition: all ease-in-out .3s;
  position: relative;
}
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: rgba(255,249,146,0.35);
}
.remodal {
  background: #fff;
  max-width: 460px;
	border: 4px solid #ff6692;
	border-radius: 1rem;
}
.profile_red{
  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 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
    border: 4px solid #ff6692;
  }
  .profile_detail {
    display: block;
    padding: 4rem;
  }
  .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: -22%;
}
.profile_red .remodal-close::before, .profile_red .remodal-close::after {
  background: #ff6692;
}
.remodal-close.member_btn {
  top: -22%;
}
.remodal-close.member_btn::before, .remodal-close.member_btn::after {
  background: #ff578f;
}
@media screen and (max-width: 850px){
  .remodal-close {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .remodal-close {
    width: 4rem;
    height: 4rem;
  }
  .remodal-close.member_btn {
    top: 2vw;
    right: 2vw;
  }
  .profile_red .remodal-close {
    right: 3%;
    top: 3%;
  }
}
@media screen and (max-width: 500px){
  .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 1.2rem;
  text-align: center;
}
.main h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #f74c8b;
  font-weight: 600;
}
.member_clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  margin-left: -0.1rem;
}
.member_box {
  width: 48%;
}
.member_box button {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.member_detail {
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.member_detail img {
 width: 34rem;
 height: 100%;
 padding: 3rem 3rem 2.5rem 3rem;
}
.member_detail .modal_inner {
  width: auto;
  text-align: left;
	padding: 2rem 4rem;
}
.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: #000;
  font-weight: 500;
}
.name_pink .largeletters {
  display: block;
  font-size: 3rem;
  font-weight: 700;
	text-align: center;
}

.member_detail span {
  display: block;
  font-size: 2.0rem;
  border-bottom: none;
  color: #ff578f;
}
.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_clm p span span {
    width: 2rem;
    height: 2rem;
    right: -2.8rem;
    top: 29%;
  }

.member_detail p span {
  margin-top: 1.0rem;
  }
  .member_detail > img {
    max-width: 22rem;
    width: 80%;
  }
}

 @media screen and (max-width: 750px){
  .member_detail .modal_inner {
  margin: 0 2rem;
  }
}
@media screen and (max-width: 500px) {
  .member_detail .modal_inner {
    margin: 0;
  }
}
.profile_box button img {
    filter: drop-shadow(0 .75rem 0 #e03878);
    transition: .3s;
    transform: translateZ(0);
}
.profile_box button img:hover {
    filter: drop-shadow(0 0 0 #e03878);
    transform : translate(0, .75rem);
}
.profile_clm button:hover, .member_clm button:hover {
    opacity: 1;
}
.shadow {
    position: absolute;
    top: 0;
}
.member_box .shadow {
    filter: drop-shadow(0 .5rem 0 #e03878);
    transition: .3s;
    transform: translateZ(0);
}
.member_box .shadow:hover {
    filter: drop-shadow(0 0 0 #e03878);
    transform : translate(0, .5rem);
}
.member_wrap {
  position: relative;
  height: 100%;
}
.member_01:first-of-type {
    position: relative;
    left: 0;
}
.member_01 .member_img {
  position: absolute;
  content: "";
  width: 49.7%;
  z-index: 2;
  right: 0;
  top: 0;
}
.member_02 .member_img {
  position: relative;
  width: 62.4%;
  z-index: 2;
}
.member_02 .shadow {
  position: absolute;
  top: 0;
}
.member_box span {
  display: block;
}
/* point
------------------------------------------------*/
#point .indMark > li {
  text-indent: -2.1em;
  padding-left: 2.1em;
}
#point h2 {
  margin-top: 4rem;
}
#point .point_list li+li {
  margin-top: 2rem;
}
#point .point_list li {
  position: relative;
}
#point .point_list li:nth-of-type(2n)::after {
  position: absolute;
  right: 1rem;
  top: -3rem;
  content: "";
  width: 9rem;
  height: 8rem;
  background: url("/special/sonoku/assets/images/point_img01.webp") no-repeat center / contain;
}
#point .point_list li:last-of-type::before {
  position: absolute;
  left: -1.5rem;
  bottom: -4.8rem;
  content: "";
  width: 9rem;
  height: 8rem;
  background: url("/special/sonoku/assets/images/point_img02.webp") no-repeat center / contain;
}
#point .point_list {
  margin: 1rem auto 5rem;
}
/* terms
------------------------------------------------*/
#terms {
  padding-top: 2.5rem;
  padding-bottom: 1.1rem;

  background: url("/special/sonoku/assets/images/footprints.webp") no-repeat top center / 90% auto;
}
.terms_inner {
  margin-top: 3rem;
}
.indMark > li, .indent li {
  text-indent: -1.1em;
  padding-left: 1.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_red)!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_red);
}
#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_red);
  border-radius: 13px;
  overflow: hidden;
  word-break: break-all;
  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_red) #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_red);
  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.3;
  letter-spacing: normal;
}
#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;
}
footer .cp {
  background-color: #fffeeb;
  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;
  margin-bottom: 3rem;
}
.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% - 3px);
  width: 0;
  height: 0;
}
.link_ahamo {
  margin-bottom: 27px;
  width: 340px;
  
}
.link_ahamo a {
  background-color: #545353;
  font-size: 2.2rem;
  border: unset;
  box-shadow: 0 5px #302f2f;
}
.link_ahamo a span::before {
  background-color: #fff;
}
.link_ahamo 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;
    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;
  }
  .link_ahamo 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((6.5rem - 1.35rem) / 2);
  }
  .CDT_btn .CDT_btn_p a:before {
    top: 33%;
    width: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo 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);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background-color: rgba(255, 249, 146, .8);
  padding: 2.2rem 0;
  margin: auto;
  right: 0;
}
.cta_follow .CDT_btn_tx {
  margin: 0.5rem auto 1rem;
  width: 82%;
  height: 120%;
  font-size: 2.7rem;
	z-index: 1;
}
[class*=cdt_date] small {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .cta_follow .CDT_btn_tx {
    width: 100%;
  }
  .cta_follow .CDT_btn_tx {
    width: 42rem;
    height: 8.2rem;
    font-size: 2.8rem;
  }
  .cta_follow .CDT_btn_p.btn {
    width: 100%;
    height: 100%;
  }
  .cta_follow {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 82vw;
    height: 8rem;
    font-size: 2.7rem;
  }
}
[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: .5vw .3vw;
  text-align: center;
  color: var(--color_orange02);
  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 2px var(--color_orange01);
}
/* 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: #fff!important;
  font-size: 2.4rem;
  position: relative;
  background-color: var(--color_orange02);
  box-shadow: 0 5px #dd3e00;
}
.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/sonoku/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_blue);
  border-radius: 5px;
}
.date_wrap section p {
  color: var(--color_black);
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 600;
}
.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: #fff422;
  background-size: contain;
  height: 29.5vw;
  top: calc((100% - 530px) / 2);
  left: calc((100% - 20vw) / 2);
  border-radius: 1vw;
}
.benefits picture img {
  padding: 8px 0 0;
}
.benefits .logo_img{
	width: 100%;
	display:block;
	padding: 1rem 1vw;
}
.benefits ul {
  padding: 0 1vw;
  width: 100%;
  position: absolute;
  margin: auto;
}
.benefits li {
  margin-bottom: .6vw;
  text-align: left;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
}
.benefits li a {
  color: var(--color_orange01);
  background-color: #fff;
  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("/special/sonoku/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.3vw;
}
.bg_contents .benefits .access {
  color: var(--color_orange01);
  font-size: 1vw;
  font-weight: bold;
  padding: 2em 7em 2em 0;
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-top: 1rem;
}
.bg_contents .benefits .access:after {
  background: url("/special/sonoku/assets/images/qr.png") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 5em;
  height: 5em;
  top: 1.2em;
  right: 2em;
  margin: auto;
}
.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: #000;
  font-weight: bold;
  padding: 6% 0 0;
}
.bg_period.cta_area {
  position: relative;
  width: 20vw;
  margin: auto;
  padding: 0;
  text-align: center;
  background: #fff;
  border: #fff422 solid .3vw;
  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_contents .bg_right_area {
    top: calc((100% - 302px) / 2);
  }
  .bg_right_img {
    width: 80%;
    left: 10%;
  }
  .bg_period .CDT_btn_p a:before {
    right: 20px;
    transform: rotate(90deg);
    top:  calc((3.8vw - .5rem) / 2);
  }
	.bg_period .entry_sub_tx,
.bg_period [class*=cdt_date] small {
  font-size: 1.1vw;
}
}
@media screen and (max-width: 1340px) {
  .bg_contents .bg_right_area {
    top: calc((100% - 350px) / 2);
  }
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    height: 31.5vw;
    max-width: 85%;
    left: calc((100% - 22vw) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
.bg_right_area .CDT_btn_p::after,.bg_right_area .CDT_btn_p::before {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  width: 2.4vw;
  height: 3vw;
	background: url("/special/sonoku/assets/images/btn_deco_pc.svg") no-repeat center;
}
.bg_right_area .CDT_btn_p::after {
  left: 3%;
  bottom: -34%;
}
.bg_right_area .CDT_btn_p::before {
  right: 2%;
  top: -12%;
  transform: scale(-1);
}
.cta_follow .CDT_btn .btn::before{
 content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
	background: url("/special/sonoku/assets/images/btn_deco_pc.svg") no-repeat center;
  width: 4rem;
  height: 4rem;
  top: 4.5rem;
  left: 7%;
}
.cta_follow .CDT_btn .btn::after{
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
	background: url("/special/sonoku/assets/images/btn_deco_pc.svg") no-repeat center;
  width: 4rem;
  height: 4rem;
  top: -1.8rem;
  right: 7%;
  transform: scale(-1);
}
@media screen and (max-width: 2000px) {
  .bg_right_area .CDT_btn_p::after {
    bottom: -40%;
  }
}
@media screen and (max-width: 1600px) {
  .bg_right_area .CDT_btn_p::after {
    bottom: -50%;
  }
}
@media screen and (max-width: 768px) {
.cta_follow .CDT_btn .btn::before{
  left: 6%;
  top: 63%;
}
  .cta_follow .CDT_btn .btn::after{
  right: 6%;
  top: -5%;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow .CDT_btn .btn::before{
  left: 7%;
  top: 64%;
  }
  .cta_follow .CDT_btn .btn::after{
    right: 7%;
    top: -.6rem;
  }
}
@media screen and (max-width: 425px) {
.cta_follow .CDT_btn .btn::before{
  top: 64%;
  left: -4%;
}
.cta_follow .CDT_btn .btn::after{
  top: -12%;
  right: -4%;
}
}
/* h2_decoration
------------------------------------------------*/
.h2_decoration {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
}
.h2_decoration::before {
  left: 5.6rem;
}
#terms h2::before {
  left: 5.6rem;
}
/* prize_box
------------------------------------------------*/
#prize_box1 {
  padding: 3rem 2rem 2rem; 
}
.prize_box {
  position: relative;
  padding: 3rem 0;
}
#cpn-main .prize_box_h2 {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  border-radius: .8rem .8rem 0 0;
  font-size: 3rem;
  font-weight: 600;
}
#prize_box1 .prize_box_h2 {
  position: relative;
  font-weight: 700;
  background: var(--color_orange01);
  border: 2px solid var(--color_orange01);
}
#prize_box1 h2 {
  position: relative;
  padding: .4rem 0;
  font-weight: 700;
  background: var(--color_orange01);
  border: 2px solid var(--color_orange01);
}
#cpn-main .h2_l::before,#prize_box1 h2::before,#cpn-main .h2_l::after,#prize_box1 h2::after {
  position: absolute;
  display: block;
  top: 3%;
  width: 2.4rem;
  height: 5.2rem;
  background: url("/special/sonoku/assets/images/h2_decoration.svg") no-repeat center/contain;
  content: "";
}
#prize_box1 h2::before {
  left: -14.5%;
  top: 8%;
}
#prize_box1 h2::after {
  top: 8%;
}
#cpn-main .h2_l::after,#prize_box1 h2::after {
  right: -14.5%;
  transform: scaleX(-1);
}
#cpn-main #prize_box1 h2 {
  color: #fff;
  position: relative;
}
#prize_box1 .prize_content {
  background: #fdfeff;
  border: 4px solid var(--color_orange01);
  position: relative;
  border-radius: 0 0 .8rem .8rem;
  padding: 1rem 0 2.5rem;
  margin-top: -2px;
}
.prize_box .prize_red {
  color: var(--color_red);
}
.prize_box .red_large {
  position: relative;
  color: var(--color_red);
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .and {
    width: 13%;
  }
}
.prize_box p,.prize_box span {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.9rem;
}
.prize_box p {
  font-size: 1.7rem;
  margin-top: 1rem;
}
.prize_box .and {
  width: 11%;
  margin: -2.5rem auto 1.5rem;
}
.prize_box .plus img {
  margin: .5rem auto;
  width: 2rem;
}
#prize .prize_box .large_tx {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.prize_box .lead_decoration {
  position: relative;
  margin: 2rem 2% 2rem 0;
  margin: 0 1.5rem;
  color: #044eb7;
  font-size: 1.9rem;
}
#prize_box1 .lead_decoration {
  color: #000;
}
.prize_box .lead_decoration span {
  font-size: 2.3rem;
}
.prize_box .prize_box1_lead {
  margin: 2rem 1em 2rem 0;
}
.prize_box .prize_box1_lead .prize_orange {
  font-size: 2.4rem;
}
.prize_box .prize_box1_lead::before,.prize_box .prize_box1_lead::after {
  position: absolute;
  display: block;
  top: 20%;
  width: 3rem;
  height: 5.3rem;
  background: url("/special/sonoku/assets/images/prize_box1_lead_decoration.svg") no-repeat center/contain;
  content: "";
}
.prize_box .prize_box1_lead::before {
  left: -2%;
}
.prize_box .prize_box1_lead::after {
  right: -2%;
  transform: scaleX(-1);
}
.prize_box .lead_decoration::after {
  display: inline-block;
  position: absolute;
  top: 54.7%;
  right: 3.5rem;
  width: 7%;
  height: 37%;
  background: url("/special/sonoku/assets/images/tx_decoration.svg") no-repeat;
  content: "";
}
#prize_box1 .lead_decoration::after {
  top: 59.7%;
  right: 1.5em;
}
.prize_box .prize_link {
  position: relative;
  margin-top: .7rem;
}
.prize_box .prize_link a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  position: relative;
  background-color: var(--color_red);
  box-shadow: 0 5px #a8091c;
  border-radius: 30px;
  padding: .2rem 9rem;
}
.prize_box .prize_link a::after {
  position: absolute;
  content: "";
  top: 26%;
  right: 18%;
  width: 5%;
  height: 45%;
  background: url("/special/sonoku/assets/images/ic_prize_link.svg") no-repeat center / contain;
}
.prize_box .prize_lead .prize_red {
  font-size: 2.4rem;
}
#prize .prize_box .prize_orange {
  color: var(--color_orange02);
}
.prize_box1_wrap {
  background: url("/special/sonoku/assets/images/prize_bg.webp")top center / cover no-repeat;
  padding: 1.5rem 1.5rem 3rem;
}
.prize_box ul {
  margin: 1rem 1rem 0 1rem;
}
.prize_box picture + picture {
  margin: 1.5rem auto;
}
@media screen and (max-width: 500px) {
  .prize_box h3::before, .prize_box h3::after {
    width: 1.6rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
    #prize_box1 .prize_content {
      border: 3px solid var(--color_orange01);
  }
}
/* prize_box2
------------------------------------------------*/
#prize_box2 {
  position: relative;
  padding-bottom: 0;
}
#prize_box2 .prize_content {
    padding: 4.5rem 2rem 4rem;
    background: url(/special/sonoku/assets/images/bg_marathon.webp) #4cb55a top center / 100% auto no-repeat;
    margin-top: -4.5rem;
}
#prize_box2 .rp_lead {
  margin: 4.3rem 0 -12px;
  font-weight: bold;
  font-size: 1.7rem;
}
#prize_box2 .rp_lead:first-of-type{
  margin: 0;
}
#prize_box2 .large_tx::before, #prize_box2 .large_tx::after {
  display: block;
  position: absolute;
  top: 4px;
  width: 2rem;
  height: 3rem;
  background: url("/special/sonoku/assets/images/prize_box2_lead_decoration.svg") no-repeat center/contain;
  content: "";
}
#prize_box2 .large_tx::before {
  left: -.8%;
}
#prize_box2 .large_tx::after {
  right: -.8%;
  transform: scaleX(-1);
}
.prize_content .prize_lead {
  background: #fff;
  border: #346ee8 solid 4px;
  border-radius: 5px;
  padding: 10px 10px 30px;
  margin-top: 2rem;
}
.prize_box span {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.9rem;
}
#prize .prize_box .prize_green {
  color: #2aa40f;
}
#prize .prize_box .rp_box_tx span {
 font-size: 2.2rem;
}
#prize .prize_box .rp_flex .rp_lead span.prize_underline {
 font-size: 2.4rem;
}
#prize .prize_box .prize_blue {
  color: #044eb7;
  font-size: 2.6rem;
}
.tx_green::before {
  background: url(/special/sonoku/assets/images/ic_200RP.svg) no-repeat;
}
.tx_green::after {
  background: url(/special/sonoku/assets/images/ic_200RP.svg) no-repeat;
  transform: scaleX(-1);
}
.prize_underline {
  text-decoration-line: underline;
  text-decoration-color: #fff8a1;
  text-decoration-thickness: 1.2rem;
  text-underline-offset: -0.6rem;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 500px) {
  .prize_content .prize_lead {
    border: #346ee8 solid 3px;
    padding: 7px 5px 20px;
    margin-top: 1rem;
  }
}
/* rp_box
------------------------------------------------*/
.rp_box .rp_box_tx::after {
  display: block;
  margin-top: 1rem;
  position: absolute;
  right: 0em;
  width: 100%;
  height: 5px;
  background: url(/special/sonoku/assets/images/ic_boder.svg) no-repeat;
  content: "";
}
.prize_box .rp_box {
  position: relative;
  width: 88%;
  border: 4px solid #edceb2;
  border-radius: 10px;
  background-color: #fff;
}
.prize_box .rp_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}
.prize_box .box02 .rp_flex {
  margin: 0 2rem 0;
}
.prize_box .box03 .rp_flex {
  margin: 3rem 2rem;
}
.prize_box .box04 .rp_flex {
  margin: 3rem 2rem;
}
.prize_box .rp_box:nth-of-type(2n) {
  margin: 7rem 0 0 auto;
}
.prize_box .rp_box:nth-of-type(2n+1) {
  margin: 7rem auto 0 0;
}
.prize_box .rp_box:nth-of-type(5) {
  margin: 7rem auto 0 ;
}
.rp_box:nth-of-type(4) .rp_box_tx {
  margin: 0;
  padding: 6rem 0 1rem; 
}
.prize_box .rp_flag {
  position: absolute;
}
.prize_box .rp_box .rp_flag {
  top: -1rem;
  left: -0.8rem;
  width: 30%;
}
.prize_box .rp_box .rp_flag:nth-of-type(1) {
  top: -4rem;
}
.prize_box .rp_box:nth-of-type(5) .rp_flag:nth-of-type(1) {
  top: -6.7rem;
}
.box01,.box02,.box03,.box04 {
  position: relative;
}
.box01::after {
  display: block;
  position: absolute;
  content: "";
  background: url("/special/sonoku/assets/images/prize_ribbon01.webp")no-repeat right top/ contain;
  width: 54%;
  height: 30%;
  top: -8%;
  right: -4%;
}
.box02::after,.box03::after,.box04::after {
  display: block;
  position: absolute;
  content: "";
  background: url("/special/sonoku/assets/images/prize_ribbon02.webp")no-repeat right top/ contain;
  width: 54%;
  height: 30%;
  top: -10.5%;
  right: -4.5%;
}
.prize_box .rp_orange {
  position: absolute;
  left: 35%;
  top: 4%;
  text-align: left;
  font-size: 1.9rem;
}
.prize_box .rp_orange span {
  padding: .3rem;
  background-color: #fff;
  color: var(--color_red);
	border: var(--color_red) solid 2px;
  border-radius: 5px;
  font-size: 1.9rem;
}
.box01 .rp_img {
  width: 90%;
  margin: 2rem 2rem 1rem;
}
.prize_box .rp_flex .rp_img {
  width: 41%;
  margin-top: 0;
}
.prize_box .box03 .rp_flex .rp_img {
  width: 45%;
}
.prize_box .box04 .rp_flex .rp_img {
  width: 49%;
}
.small{
	font-size: 1.4rem!important;
}
.rp_box .rp_box_tx {
  margin: 6rem auto 1rem;
  font-size: 1.9rem;
}
.rp_box:nth-of-type(5) .rp_box_tx {
  margin: 5rem auto 1rem;
  font-size: 1.9rem;
}
.rp_box .tx_red {
  display: inline-block;
  background-color: #fff;
  color: var(--color_red);
	font-size: 5rem;
}
.rp_box .tx_orange {
  display: inline-block;
  background-color: #fff;
  color: var(--color_orange01);
	font-size: 5rem;
}
.rp_box .prize_tx_red {
  display: inline-block;
  background-color: #fff;
  color: var(--color_red);
	font-size: 5rem;
}
.rp_box .tx_green {
  display: inline-block;
  background-color: #fff;
  color: #2aa40f;
	font-size: 5rem;
}
.rp_box .tx_green span,
.rp_box .tx_orange span,
.rp_box .prize_tx_red span
{
	font-size: 3.3rem;
}
.tx_green::before {
  display: inline-block;
  position: absolute;
  top: 77%;
  left: 3.7em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_200RP.svg") no-repeat;
  content: "";
}
.tx_green::after {
  display: inline-block;
  position: absolute;
  top: 77%;
  right: 0.4em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_200RP.svg") no-repeat;
  content: "";
  transform: scaleX(-1);
}
.tx_orange::before {
  display: inline-block;
  position: absolute;
  top: 76%;
  left: 3.6em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_300RP.svg") no-repeat;
  content: "";
}.tx_orange::after {
  display: inline-block;
  position: absolute;
  top: 76%;
  right: 0.2em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_300RP.svg") no-repeat;
  content: "";
  transform: scaleX(-1);
}
.prize_tx_red::before {
  display: inline-block;

  position: absolute;
  top: 77%;
  left: 4em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_500RP.svg") no-repeat;
  content: "";
}.prize_tx_red::after {
  display: inline-block;
  position: absolute;
  top: 77%;
  right: 0.4em;
  width: 4%;
  height: 30%;
  background: url("/special/sonoku/assets/images/ic_500RP.svg") no-repeat;
  content: "";
  transform: scaleX(-1);
}
.rp_box:nth-of-type(3) .tx_pink, .rp_box:nth-of-type(4) .tx_pink {
  padding: .3rem 2rem;
}
@media screen and (max-width: 375px) {
  .prize_box .rp_box{
    border: 3px solid #edceb2;
  }
}
.slash {
    position: relative;
}
.slash::before, .slash::after {
    display: inline-block;
    position: absolute;
    width: .5em;
    height: .8em;
    top: .4em;
    content: "";
}
.slash::before {
    left: -.5em;
}
.slash::after {
    right: -.5em;
    transform: scaleX(-1);
}
.box03 .slash::before {
    left: -.5em;
}
.box03 .slash::after {
    right: -.5em;
    transform: scaleX(-1);
}
/* a-card-heading
------------------------------------------------*/
.o-card-div {
  text-align: justify;
  letter-spacing: normal;
}
.o-card-div p {
  font-weight: normal;
}
.simple-frame {
  overflow: auto;
  height: auto;
  max-height: 400px;
  margin: 12px 0;
  padding: 8px 12px;
  border-radius: 12px;
  scrollbar-color: #8B8B8B #FFF;
}
.m-textlist {
  margin-top: 1rem;
}
.m-textlist > li{
  padding-left:0;
}
.m-textlist > li::before{
  display:none;
}
.m-textlist > li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}
.m-textlist > li li {
    padding-left: 1em;
}

.m-textlist > li:nth-of-type(n+10){
    padding-left: 1.8em;
    text-indent: -1.8em;
}
.m-textlist > li > ol > li  {
    padding-left: 1.0em;
    text-indent: -1.0em;
}
.step > li{
    padding-left: 4em;
    text-indent: -4em;
}
.a-image {
    padding: 0;
    border: none;
}
.link_tx {
    text-decoration: underline;
}
.link_list {
margin-top:10px;
}
.blue_tx {
    color:#01b5d0;
}
.bold_tx {
    font-weight: bold;
}
.mb10 {
margin-bottom:10px;
}
.indent_tx li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7142857143;
    letter-spacing: .04em;
    font-size: 14px;
}
.a-text {
  line-height: 1.8;
}
.o-card, .o-card-div {
  margin: 2rem;
}
.a-card-heading {
    position: relative;
    margin-top: 2rem;
    padding-left: .7em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 24px;
}
.o-card-div .a-text {
    font-size: 1.6rem;
    margin-top: 1rem;
}
.m-textlist > li {
    font-size: 1.6rem;
}
ul.m-textlist > li:nth-of-type(n+10) {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.m-textlist > li:not(:first-child) {
  margin-top: 0;
}
.simple-frame-wrap .a-text:nth-of-type(1) {
  margin-top: 0;
}
.a-card-heading::before {
  position: absolute;
  top: 5%;
  left: 0;
  width: .5rem;
  height: 100%;
  background-color: #044eb7;
  border-radius: 20px;
  content: "";
}
.a-emphasize {
  background-image: linear-gradient(90deg, #ffbe5f, #ffbe5f);
  background-repeat: no-repeat;
  background-position: 0 1.5rem;
  background-size: 100% 5rem;
  padding: 0 2px 2px;
  font-weight: bold;
}
.marathon_method_wrap {
  border-radius: 12px;
  border: 1px solid #d1d1d1;
  margin: 12px 0;
}
/*十字アニメーション*/
.accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s;
          transition: all .2s;
       -o-transition: all .2s;
}
.accordion[open] .toggle_sign::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .o-card-div .a-text {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
  .o-card-div > :defined:first-child {
    margin-top: 3.0rem;
  }
  .m-textlist > li {
    font-size: 1.8rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .step.m-textlist > li {
    padding-left: 4em;
    text-indent: -4em;
    word-break: break-all;
  }
  .m-images-array-v2, .m-textlist {
    margin-top: 1.6rem;
  }
  .a-emphasize, .a-emphasized-sentence {
    font-size: 1.8rem;
  }
  .indent_tx li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .a-card-heading::before {
    top: 13%;
    height: 80%;
  }
}
@media screen and (max-width: 370px) {
  .a-card-heading::before {
    top: 20%;
    height: 60%;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .7;
    cursor: pointer;
  }
  .benefits li a:hover {
    opacity: 1;
    background: var(--color_orange02);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/sonoku/assets/images/ancblue_active.svg") no-repeat;
  }
  .entry_wrap .entryBtn a:hover,.entry_btn a:hover,.CDT_btn_p a:hover,.anchor:hover,.anchor_tx01:hover,.anchor_tx02:hover,.link_ahamo a:hover,.prize_link a:hover {
    opacity: 1;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  }
  .entry_wrap .entryBtn a:hover,.entry_btn a:hover,.CDT_btn_p a:hover {
  -webkit-box-shadow: 0 0 #dd3e00;
          box-shadow: 0 0 #dd3e00;
  }
  .anchor:hover {
  -webkit-box-shadow: 0 0 #4bbaff;
          box-shadow: 0 0 #4bbaff;
  }
  .anchor_tx01:hover {
  -webkit-box-shadow: 0 0 #d3427d;
          box-shadow: 0 0 #d3427d;
  }
  .anchor_tx02:hover {
  -webkit-box-shadow: 0 0 #2b8700;
          box-shadow: 0 0 #2b8700;
  }
  .link_ahamo a:hover {
  -webkit-box-shadow: 0 0 #302f2f;
          box-shadow: 0 0 #302f2f;
  }
  .prize_link a:hover {
  -webkit-box-shadow: 0 0 #a8091c;
          box-shadow: 0 0 #a8091c;
  }
  .entry_wrap .entryBtn a:hover,.anchor:hover,.anchor_list li a:hover,.profile_box button:hover,.prize_link a:hover {
    opacity: 1;
  }
  .prize_link a:hover {
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  }
	.benefits a{
		opacity: 1;
	}
}
/* accordion
------------------------------------------------*/
.accordion {
  margin: 3rem 1rem 0;
  border-radius: 10px;
  border: solid 3px #044eb7;
  background: #fff;
}
.accordion p {
  font-size: 2.3rem;
}
.accordion p span {
  padding: .5rem 1rem .5rem .5rem;
  background-color: red;
  border-radius: 5px;
  color: #fff;
}
summary::marker {
  content: "";
}
details summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 500px) {
  .accordion {
    margin: 2rem 1.5rem 0;
  }
  .accordion p {
    font-size: 1.6rem;
  }
  .accordion p span {
    padding: .2rem .7rem .2rem .2rem;
  }
}
.toggle_sign::before,
.toggle_sign::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .7em;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  content: "";
}
.accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s;
          transition: all .2s;
       -o-transition: all .2s;
}
.accordion .toggle_sign::before,
.accordion .toggle_sign::after {
  background-color: #044eb7;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .7em;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  content: "";
}
.accordion_title {
  position: relative;
    padding: 0.4rem;
    border-radius: 15px;
    background-color: #fff;
    color: #044eb7;
    font-weight: bold;
    font-size: 2.5rem;
    cursor: pointer;
}
.accordion_content {
  border-radius: 0 0 .8rem .8rem;
  margin: -1rem 0 0;
}
@media screen and (max-width: 375px) {
  .accordion {
    border: 2px solid #044eb7;
  }
  .accordion .toggle_sign::before,
  .accordion .toggle_sign::after {
    width: 14px;
    height: 2px;
  }
}
/* conditions
------------------------------------------------*/
.conditions {
  background-color: #95dbfd;
  margin-bottom: 4rem;
  padding-top: 3rem;
}
.conditions > p {
  font-weight: bold;
  margin: 1.5rem auto;
  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%;
}
#cpn-main .h2_l {
  display: inline-block;
  padding: 0 5.8rem .3rem;
  color: #fff;
  background-color: #044eb7;
  border-radius: 30px;
}
#cpn-main .h2_l::before {
  left: 10%;
}
#cpn-main .h2_l::after {
  right: 10%;
}
@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_orange02);
}
.benefits ul li a.is-active::after {
  background: url("/special/sonoku/assets/images/ancblue_active.svg") no-repeat;
}