@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #333;
	--color_red: #e50000;
	--color_orange : #e03f00;
}
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/nijisanji202512_sim/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;
  transition: .2s;
}
/* common
------------------------------------------------*/
.tx_red { color: #e50000!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: #3d8964 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 {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/nijisanji202512_sim/assets/images/ic_link.svg") no-repeat center / contain;
  margin-left: .5rem;
  vertical-align: baseline;
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
/* entryBtn
------------------------------------------------*/
.entryBtn {
  background: linear-gradient(180deg,rgba(226, 91, 0, 1) 43%, rgba(226, 26, 0, 1) 100%);
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 20rem;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: 0.8rem auto 1.5rem;
  transition: .2s;
}
.entryBtnLarge {
  padding: .3rem;
}
.entryBtnLarge a {
  background: linear-gradient(180deg,rgba(226, 91, 0, 1) 43%, rgba(226, 26, 0, 1) 100%);
  font-weight: bold;
  color: #fff;
  border: solid 3px #fff;
  position: relative;
  font-size: 2.8rem;
  padding: 0.7rem;
}
.bg_period .entryBtnLarge a {
  padding: 0.5rem;
  font-size: 1.3vw;
}
.entryBtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 22px;
  width: 3.5rem;
  height: 2.2rem;
  background: url("/special/nijisanji202512_sim/assets/images/ic_white.svg") no-repeat;
  top: 1.9rem
}
.bg_period .entryBtn a::before, .cta_follow .entryBtn a::before {
  transform: rotate(90deg);
}
.bg_period .entryBtn a::before {
  width: 1.3vw;
  height: 2vw;
  top: .4vw;
  right: 1.4vw;
}
.cta_follow .entryBtn a::before {
  top: 2.1rem;
}
@media screen and (max-width: 500px) {
  .entryBtnLarge::before{
    left: -13%;
  }
}
@media screen and (max-width: 400px) {
  .entryBtnLarge a {
    border: solid 2.5px #fff;
  }
  .entryBtnLarge {
    padding: .4rem;
  }
}

/* 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;
}
/* kv
------------------------------------------------*/
#cpn-main #prize {
  width: 100%;
  padding: 0;
  background: url("/special/nijisanji202512_sim/assets/images/kv_bg.webp") no-repeat center / cover;
}
.kv_tx img{
  margin-top: 6.3rem;
}
.kv_tx .indMark {
  padding: 0 4.5rem 6.5rem;
}
/* conditions
------------------------------------------------*/
.conditions {
  background-color: #ffe5c0;
  margin-bottom: 3.3rem;
  padding: 0 0 3rem;
}
.conditions .title_bg {
  position: relative;
  width: 100%;
}
.conditions .title_bg h2 {
  color: var(--color_orange);
  font-size: 3.5rem;
}
.conditions .title_bg p {
  color: #e25b00;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
}
.conditions .tx_box {
  position: relative;
  width: 100%;
  padding: 1.3rem 3.2rem 2.5rem;
  background: url(/special/nijisanji202512_sim/assets/images/conditions_txbox_bg.webp) no-repeat center / contain;
}
.conditions .tx_box li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 0.8rem;
  text-align: left;
}
.conditions .tx_box li span {
  color: var(--color_red);
  font-weight: bold;
}
.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: 7.5rem;
  margin-left: -2rem;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.conditions_wrap .Mark {
  margin-top: 1rem;
}
.conditions_wrap p span {
  font-weight: bold;
  color: var(--color_red);
}
.conditions_wrap picture {
  margin: 20px auto;
}
.conditions01 picture {
  width: 47%;
  margin-top: 3px;
}
.conditions02 picture {
  margin-top: 20px;
  width: 70%;
}
.conditions03 picture {
  width: 92%;
  margin-top: 18px;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_date {
  position: absolute;
  top: 1rem;
  right: .7rem;
  content: "";
  width: 20.5%;
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 0 calc(2.4rem + 2px) 3rem;
}
#cpn-main .date_wrap section {
  padding: 0;
}
.date_wrap section + section {
  margin-top: 2.7rem;
}
.date_wrap h3 {
  font-size: 2.9rem;
  font-weight: 500;
  padding: .5rem 0 .7rem;
  background: #ffea6c;
  line-height: 1;
}
.date_wrap section p {
  color: var(--color_black);
  margin-top: .6rem;
  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.4vw;
  }
}
/* profile
------------------------------------------------*/
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
  }
}
.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);
}
@media screen and (max-width: 850px){
  .remodal-close {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .remodal-close {
    width: 4rem;
    height: 4rem;
  }
}
@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-bottom: 2.6rem;
  text-align: center;
  background: url("/special/nijisanji202512_sim/assets/images/member_bg.webp") top center / cover ;
}
.member_clm {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.6rem 1.2rem 0;
}
.member_clm::before {
  position: absolute;
  content: "";
  display: inline-block;
  right: -13px;
  width: 105%;
  height: 6rem;
  background: url("/special/nijisanji202512_sim/assets/images/member_clm_deco.svg") no-repeat;
  top: -4rem;
}
.member_box {
  width: calc((100% - 2.5rem)/3);
}
.member_box:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.member h2 img {
  width: 100%;
}
.member .member_title {
  position: relative;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 0.75;
  margin-top: 4rem;
}
.member .member_title span {
  font-size: 2rem;
  font-weight: 500;
}
.member .member_title::before, 
.member .member_title::after {
  content: "";
  position: absolute;
  top: 30%;
  width: 28%;
  height: 2px;
  background: #fff;
}
.member .member_title::before {
  left: 30px;
}
.member .member_title::after {
  right: 30px;
}
.member .entryBtn {
  background: #014927;
  margin: 1.2rem 1.4rem 1.5rem;
}
.member .entryBtnLarge a {
  background: linear-gradient(180deg,rgba(243, 0, 39, 1) 43%, rgba(173, 0, 0, 1) 100%);
  border: solid 3px #fff;
  font-size: 2.4rem;
  padding: 1.2rem;
}
.member .entryBtn a::before {
  background: url(/special/nijisanji202512_sim/assets/images/ic_link_white.svg) no-repeat;
  right: 26px;
  width: 2rem;
  height: 2rem;
}
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 100%);;
}
.remodal {
  background: #fff;
  max-width: 910px;
}
.member_detail {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
}
.member_detail img {
  height: 100%;
  width: 40%;
  margin-right: 3rem;
}
.member_detail .modal_inner {
  width: 100%;
  text-align: left;
}
.member_detail p {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1;
}
.name .largeletters {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
}
.modal_inner .member_tx {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
}
.member_detail span {
  display: block;
  font-size: 2.9rem;
  margin-top: 1.8rem;
  font-weight: bold;
}
.member_detail .name_01 {
  color: #c83c35;
}
.member_detail .name_02 {
  color: #82808c;
}
.member_detail .name_03 {
  color: #526faf;
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #fff;
  top: 0;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.remodal-close {
  position: absolute;
  top: -66px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media screen and (max-width: 810px) {
.remodal {
  max-width: 664px;
}
  .name .largeletters {
  font-size: 2.7rem;
}
.member_detail span {
  font-size: 1.8rem;
  margin-top: 1.5vw;
}
.member_detail{
  padding: 20px;
  justify-content: left;
  }
.modal_inner .member_tx {
  font-size: 13.5px;
  font-feature-settings: "palt";
  }
.member_detail p {
  margin-bottom: 2vw;
}
.remodal-close::before, .remodal-close::after {
  width: 3px;
  height: 4rem;
  left: 3rem;
  top: 1rem;
  }
  .remodal-close {
  top: 0;
  right: 5%;
  }
  .remodal-close {
    top: -7rem;
    right: 2%;
    width: 5rem;
    height: 5rem;
  }
.member_detail img {
  margin-right: 20px;
}
  }
@media screen and (max-width: 500px) {
.remodal {
  max-width: 100%;
}
.member_detail p {
  text-align: center;
  }
  .member_detail {
  display: block;
  text-align: center;
}
  .member_detail {
  padding: 3rem 2rem;
  }
  .member_detail .modal_inner {
    margin: 0;
  }
  .modal_inner .member_tx.item01{
    margin: 0 1.8rem;
}
  .modal_inner .member_tx {
  font-size: 3.3vw;
  margin: 0 3rem;
  text-align: left;
  }
  .member_detail > img {
    width: 60%;
  }
  .name .largeletters {
    font-size: 3rem;
  }
  .member_detail span {
    font-size: 2rem;
    margin-top: .8rem;
  }
  .member_detail p {
    margin-bottom: 1.5rem;
  }
  .remodal-close::before, .remodal-close::after {
  width: 2px;
  height: 2.5rem;
  left: 2rem;
  top: 1rem;
  background: var(--color_black);
  }
  .remodal-close {
  top: 1rem;
  right: 5%;
  }
  .remodal-close {
    top: 1rem;
    right: 2%;
    width: 5rem;
    height: 5rem;
  }
  .member_detail img {
    margin-right: 0;
  }
  .member .entryBtn a::before {
    right: 5vw;
  }
}
/* terms
------------------------------------------------*/
#terms {
  padding-top: 2.5rem;
  padding: 0 2.7rem 2.3rem;
}
.terms_inner {
  margin-top: 2rem;
}
.terms_inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--color_orange);
}
.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_orange)!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_orange);
}
#cpn-main .cp_prize .size-s {
  margin-top: 1.2rem;
}
#cpn-main #terms .caution {
  margin: 1rem 0 2.8rem;
}
#terms .indMark > li {
  font-weight: 500;
  font-size: 1.38rem;
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 3.5vw;
  }
  .conditions .indMark > li {
    padding: 0 0 0 3vw;
    font-weight: 500;
    font-size: 3vw;
  }
  .conditions_wrap {
    padding: 4vw 8vw 6vw;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 7vw;
  }
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .2rem solid var(--color_orange);
  border-radius: 15px;
  overflow: hidden;
  word-break: break-all;
  text-align: justify;
  margin: 1rem 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_orange);
  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%;
  text-align: center;
  font-size: 1.6rem;
  margin: 1.2rem auto 0;
}
footer .cp {
  background-color: #fff6e3;
  margin: 1.8rem auto 0;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .3s;
  text-decoration: none;
  border-radius: 5rem;
}
.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 46px;
}
.link_ahamo {
  margin-bottom: 27px;
}
.link_ahamo a {
  color: #fff;
  background-color: #666;
  font-size: 2.2rem;
  border: unset;
  width: 35rem;
  margin: 0 auto 0;
  padding: 1.5rem;
}
.link_ahamo a::before {
  background-color: #fff;
  position: absolute;
  right: 26px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
}
.link_ahamo a::after {
  width: 4px;
  height: 4px;
  right: 31px;
  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);
  position: absolute;
  content: "";
  top: calc(50% - 3px);
}
@media screen and (max-width: 500px) {
  .link_ahamo a::before {
    width: 3.5vw;
    height: 3.5vw;
    right: 5.5vw;
  }
  .link_ahamo a::after {
    width: 0.8vw;
    height: 0.8vw;
    right: 7vw;
  }
}
@media screen and (max-width: 360px) {
  .link_ahamo a::before {
    top: calc(50% - 6px);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
[class*=cdt_date] small {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .06em;
}
[class*=cdt_date] small {
  font-size: 2rem;
  color: var(--color_black);
}
.cdt_num {
  display: inline-block;
  height: auto;
  border-radius: 10px;
  padding: .3vw .13vw;
  text-align: center;
  color: var(--color_red);
  font-size: 1.6vw;
  font-weight: bold;
  font-family: inherit;
  background-clip: padding-box;
  line-height: 1;
  margin: 0 3px;
  background-color: #fff;
  border: solid 3px var(--color_red);
  width: 2.5vw;
}
@media screen and (max-width: 1500px)  {
  .cdt_num {
    border: solid 2.3px var(--color_red);
    border-radius: 5px;
  }
}
/* entry_wrap
------------------------------------------------*/
#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/nijisanji202512_sim/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
@media screen and (max-width: 768px) {
  .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;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_orange);
  border-radius: 10px;
}
.benefits ul li a.is-active::after {
  background: url("/special/nijisanji202512_sim/assets/images/anchor_arrow_active.svg") no-repeat;
}
.bg_contents .benefits {
  position: absolute;
  width: 24vw;
  margin: auto;
  height: 30vw;
  top: calc((100% - 530px) / 2);
  left: calc((100% - 23vw) / 2);
  background: url(/special/nijisanji202512_sim/assets/images/bg_pc02.webp) no-repeat center center / contain;
}
.bg_contents .benefits .logo_img {
  display: block;
  margin-top: 1.5vw;
}
.benefits picture img {
  padding: 0 0 1vw;
}
.benefits ul {
  padding: 0 1.8vw 0 1.6vw;
  width: 100%;
  position: absolute;
  margin: auto;
}
.benefits li {
  position: relative;
  text-align: left;
  padding: 0.2vw 0 0;
}
.benefits img.line {
  display: flex;
  padding-top: 0.2vw;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
}
.benefits li a {
  color: var(--color_orange);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: .3vw 0.5vw .35vw;
}
.benefits li a::after {
  background: url("/special/nijisanji202512_sim/assets/images/anchor_arrow.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: .8em;
  transition: 0s;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.33vw;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 1.5em auto;
  padding: .7em 6.5em 1em 0;
  border-radius: .7vw;
  color: var(--color_orange);
  font-size: 1.1vw;
  font-weight: bold;

  text-align: center;
  line-height: 1.5;
}
.bg_contents .benefits .access:after {
  background: url("/special/nijisanji202512_sim/assets/images/qr.png") no-repeat center / cover;;
  display: inline-block;
  position: absolute;
  top: -.3em;
  right: 2em;
  width: 5em;
  height: 5em;
  margin: auto;
  vertical-align: baseline;
  content: "";
}
.bg_contents .bg_right_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0 auto 0;
  max-width: calc((100% - 500px) / 2);
}
.bg_right_img {
  position: relative;
}
.bg_right_img picture{
  display: block;
  max-width: 67%;
  margin: 5vw auto 0;
}
.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: 500;
  padding: 6% 0 0;
}
.bg_period.cta_area {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 1%;
  border-image-slice: 1;
  text-align: center;
  letter-spacing: 0.04em;
  margin: auto;
  width: 100%;
  padding: 0 8.7vw;
}
.bg_right_area .bg_right_inner {
  width: calc((100% - 500px) / 2);
  height: 40%;
  position: fixed;
  bottom: 4rem;
  right: 0;
}
.bg_right_area .bg_right_inner picture {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: max-content;
  height: 100%;
}
.bg_right_area .bg_right_inner img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1600px) {
  .bg_right_img picture {
    max-width: 80%;
    margin: 8vw auto 0;
  }
  .bg_period.cta_area {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 1500px) {
  .benefits ul li a.is-active {
    border-radius: 7px;
  }
}
@media screen and (max-width: 1400px) {
  .bg_right_area .bg_right_inner picture {
    width: 80%;
    right: 9%;
    top: 8%;
  }
  .bg_right_area .bg_right_inner {
    height: 83%;
    top: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .bg_right_img picture {
    max-width: 95%;
  }
  .bg_period.cta_area {
    padding: 0 3.8vw;
  }
  .bg_period .entryBtnLarge a {
    border: solid 1.5px #fff;
  }
}
.bg_period .entryBtnLarge a {
  padding: 0.3rem 0 0.6rem;
  border: solid 2.5px #fff;
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  summary:hover {
    opacity: .8;
  }
  .member_box button:hover {
    opacity: 1;
    transform: translateY(.5rem);
    transition: .2s;
  }
  .benefits li a:hover {
    opacity: 1;
    background: var(--color_orange);
    color: #fff;
    border-radius: 10px;
  }
  .benefits li a:hover::after {
    background: url("/special/nijisanji202512_sim/assets/images/anchor_arrow_active.svg") no-repeat;
  }
	.benefits a{
		opacity: 1;
	}
  .entry_wrap .entryBtn:hover,#member .entryBtn:hover,.link_ahamo.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    transition: .2s;
  }
  .entry_wrap .entryBtn a,#member .entryBtn:hover a {
    opacity: 1;
  }
}
/* accordion
------------------------------------------------*/
.accordion {
  margin: 3rem 1.9rem 0;
  border-radius: 10px;
  overflow: hidden;
}
summary {
  transition: .2s;
}
summary::marker {
  content: "";
}
details summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.toggle_sign {
  position: relative;
}
.toggle_sign::before,
.toggle_sign::after {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2.4em;
  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_title {
  position: relative;
  padding: 0.4rem 0 0.7rem;
  background: linear-gradient(180deg,rgba(252, 114, 0, 1) 0%, rgba(221, 64, 0, 1) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  cursor: pointer;
}
details[open] .accordion_title { 
  border-bottom: 2px solid #fff; 
}
.accordion_content {
  border-radius: 0 0 .8rem .8rem;
  padding: 2.5rem 1.2rem 2.7rem;
  background: #dd4000;
}
@media screen and (max-width: 500px) {
  .toggle_sign::before,
  .toggle_sign::after {
    width: 4vw;
    height: 0.6vw;
  }
  .accordion {
    border-radius: 1.8vw;
  }
}
/*十字アニメーション*/
.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 all and (max-width: 580px) {
  .agreement_check_label {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 374px) {
  .camp_pr_content details {
      margin-bottom: 24px;
  }
}
/*追従
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background-color: rgba(255, 229, 102, .8);
  padding: 2rem 2.5rem;
  margin: auto;
  right: 0;
}
.cta_follow .entry_wrap {
  position: relative;
}
.cta_follow .entryBtn {
  margin: 0;
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
  }
}