@charset "UTF-8";
/* init
[------------------------------------------------*/
:root {
  --color_black: #444;
  --color_navy01: #415ca3;
  --color_navy02: #7a95b2;
}
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/kurobamario/assets/images/pc_bg.webp") no-repeat top center / cover #fff;

}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background-color: #fff;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main {
  position: relative;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, .3) 0 0 18px;
  mix-blend-mode: multiply;
}
#cpn-main section {
  position: relative;
}

#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
}
.ic_link::after,.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/kurobamario/assets/images/ic_link.svg") no-repeat center / contain;
  margin-left: .5rem;
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
  right: -2.5rem;
  bottom: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
#cpn-main h2 { color: var(--color_navy01);}
#area_black h2{
  font-size: 3.0rem;
}
section {
 padding: 0 3rem 4rem;
}
@media screen and (max-width:768px) {
  section {
   padding: 0 4vw 4rem;
  }
}
/* bg_contens
------------------------------------------------*/
.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: 19vw;
  max-width: 75%;
  margin: auto;
  background: url(/special/kurobamario/assets/images/bg_pc02.webp) no-repeat;
  background-size: contain;
  height: 28.2vw;
  top: calc((100% - 590px) / 2);
  left: calc((100% - 20vw) / 2);
}
.benefits picture {
  width: 90%;
  display: block;
}
.benefits picture img {
  padding: 2vw 1vw 0;
}
.benefits ul {
  padding: 7.7vw 1.8vw;
  width: 100%;
  position: absolute;
  top: 0;
}
.benefits li {
  text-align: left;
  padding-bottom: .7rem;
}
.benefits li:nth-of-type(3n) {
  padding-bottom: 0;
}
.benefits li a {
  color: var(--color_navy01);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: 0s;
  opacity: inherit;
  padding: .38vw 1vw .42vw;
}
.benefits li a:after {
  background: url("/special/kurobamario/assets/images/ic_navy.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  transition: 0s;
  top: .1em;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.6vw;
}
.benefits ul li a.is-active {
  color: #fff;
  background: var(--color_navy01);
  border-radius: .5rem;
}
.benefits ul li a.is-active::after {
  background: url("/special/kurobamario/assets/images/ic_active.svg") no-repeat;
}
.bg_contents .benefits .access {
  background: linear-gradient(0deg,rgba(177, 192, 209, 1) 0%, rgba(122, 149, 178, 1) 85%);
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  margin: .8vw auto;
  padding: 2em 7.4em 2em 0em;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.bg_contents .benefits .access:after {
  background: url("/special/kurobamario/assets/images/qr.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 6em;
  height: 6em;
  top: 0.6em;
  right: 1em;
  margin: auto;
}
.bg_right {
  padding: 1.2vw 0 1.5vw;
  width: 22vw;
  background-color: #fff;
  border: 3px solid #678AA5;
  margin: 0 auto;
  border-radius: 2rem;
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: calc((100% - 400px) / 2);
  right: 0;
}
#bg_right_area .entryBtnLarge {
  width: 18vw;
  height: 4vw;
  padding: .15vw;
}
#bg_right_area .entryBtnLarge::before,#bg_right_area .entryBtnLarge::after {
  width: 3.8vw;
  height: 3.2vw;
  top: .4vw;
  background-image: url("/special/kurobamario/assets/images/btn_deco_pc.svg");
}
#bg_right_area .entryBtnLarge a {
  border: solid .3vw #fff;
  font-size: 1.4vw;
  border-radius: 20rem;
}
#bg_right_area .entryBtnLarge a::before {
  width: 1.2vw;
  height: 1.2vw;
  right: 7%;
}
#bg_right_area .entryBtnLarge a::after {
  width: 18vw;
  height: 4.vw;
}
#bg_right_area .entryBtn {
  width: 18vw;
  height: 4vw;
  font-size: 1.6vw;
  margin: 1.5rem auto 0;
}
.entry_sub_tx {
  color: var(--color_navy01);
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: .5vw;
}
.entry_sub_tx span {
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .bg_contents .benefits .access {
    border-radius: .8rem;
  }
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* entryBtn
------------------------------------------------*/
.entryBtnLarge {
  width: 380px;
  height: 80px;
  position: relative;
  padding: .3rem;
}
.entryBtnLarge a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 38rem;
  height: 8rem;
  border-radius: 10rem;
  opacity: 0;
  z-index: 1;
}
.entryBtnLarge::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: url("/special/kurobamario/assets/images/h2_deco.svg") no-repeat center / contain;
  width: 8rem;
  height: 8rem;
  top: 0;
  left: -15%;
}
.entryBtnLarge::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: url("/special/kurobamario/assets/images/h2_deco.svg") no-repeat center / contain;
  width: 8rem;
  height: 8rem;
  top: 0;
  right: -15%;
  transform: scaleX(-1);
}
.entry_wrap .entryBtn {
  background: linear-gradient(-90deg,rgba(247, 210, 127, 1) 0%, rgba(186, 134, 42, 1) 100%);
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 20rem;
  letter-spacing: .06em;
  width: 38rem;
  height: 8rem;
  margin: 2.5rem auto 3rem;
}
.entry_wrap .entryBtn a {
  background: linear-gradient(-90deg,rgba(247, 210, 127, 1) 0%, rgba(186, 134, 42, 1) 100%);
  font-weight: bold;
  color: #fff!important;
  border: solid 5px #fff;
  position: relative;
  font-size: 2.4rem;
}
.entryBtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 30px;
  width: 2rem;
  height: 1.5rem;
  background: url("/special/kurobamario/assets/images/ic_white.svg") no-repeat;
}
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: rgba(248, 243, 255, .95);
  padding: 1rem 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 38rem;
    height: 8rem;
  }
  .entry_wrap .entryBtn a {
    border: solid .5rem #fff;
  }
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .entryBtnLarge::before{
    left: -16%;
  }
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: left;
  line-height: 1.4;
}
.prize_box ul.indMark > li,.conditions ul.indMark > li {
  margin: 0 1.2rem;
}
/* inner
------------------------------------------------*/
.date_wrap {
  padding: 0 calc(2.4rem + 2px);
}
/* kv
------------------------------------------------*/
#cpn-main div#kv {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 20px;
  margin-top: -1px;
  background: url("/special/kurobamario/assets/images/kv_bg.webp") no-repeat center/cover;
}
.kv_img {
  text-align: center;
}
.kv_img img {
  width: 55%;
}
.kv_tx {
  text-align: center;
  padding: 1rem 0 0;
}
.kv_tx img {
  width: 98%;
}
h1 {
  font-size: 1rem;
  background-color: #5782a3;
  padding: 1.8rem 7rem;
}

/* profile
------------------------------------------------*/
.profile_clm {
  display: flex;
  flex-wrap: wrap;
}
.profile_box {
  width: 100%;
  margin: 2rem auto;
}
.profile_box .profile_position {
  width: 16%;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  transform: rotateZ(-10deg);
}
.profile_box button {
  width: 100%;
  padding: 0;
  border: none;
  transition: all ease-in-out .3s;
  position: relative;
}
.profile_box button::before {
  width: 100%;
  height: 8.3rem;
  content: "";
  opacity: 0;
  display: block;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
}
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: linear-gradient(0deg,rgba(215, 219, 221, .75) 0%, rgba(169, 205, 224, .75) 100%);
}
.remodal {
  background: #fff;
  max-width: 970px;
}
.profile_detail {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
  background: #fff;
  border: #678AA5 2px solid;
  border-radius: .8rem;
}
.profile_detail * {
  text-align: left;
}
.profile_detail .modal_inner {
  width: 100%;
}
.profile_detail p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #678AA5;
  top: 0;
  border-radius: 1rem;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.remodal-close {
  position: absolute;
  top: -55px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media screen and (max-width: 810px) {
  .remodal {
    max-width: 664px;
  }
  .profile_detail{
    padding: 4rem 5rem;
    justify-content: left;
  }
  .modal_inner .profile_tx {
    font-size: 13.5px;
  }
  .remodal-close::before, .remodal-close::after {
    width: 3px;
    height: 3rem;
    left: 3rem;
    top: 1rem;
  }
  .remodal-close {
    top: -.5%;
    right: 2%;
    width: 3rem;
    height: 3rem;
  }
  .profile_detail picture {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
  }

  .profile_detail {
    display: block;
    padding: 3rem;
  }
  .profile_detail .modal_inner {
    margin: 0;
  }
  .remodal-close::before, .remodal-close::after {
    width: 2px;
    height: 2.5rem;
    left: 2rem;
    top: 1rem;
  }
  .remodal-close {
    top: 1%;
    right: 2%;
    width: 3rem;
    height: 3rem;
  }
}
/* terms
------------------------------------------------*/
#terms {
  padding-top: 2.5rem;
  padding-bottom: 1.1rem;
}
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.5rem;
}
#cpn-main .indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1.0rem;
  padding-left: 2.1rem;
}
#cpn-main .indMark.size-m > li > span {
  color: #fff!important;
  background-color: var(--color_navy01)!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_navy01);
}
#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_navy01);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  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_navy01) #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_navy01);
  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.5;
}
#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: -1em;
  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;
}
#cpn-main #terms #termsContent .size-s.indMark_indent>li {
  text-indent: 0;
}
.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: linear-gradient(100deg,rgba(177, 192, 209, 1) 0%, rgba(122, 149, 178, 1) 100%);
  color: #fff;
  margin: 1.8rem auto 0;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  width: 340px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
#cpn-main .btn.entryBtn {
  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: 4.0rem;
}
.btn a span {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}
.btn a span::before {
  position: absolute;
  right: 21px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
}
.btn a span::after {
  position: absolute;
  content: '';
  right: 35px;
  top: calc(50% - 3.5px);
  width: 0;
  height: 0;
}
.btn.icoAnm:not(.disable) a span::after, .btn.icoAnm:not(.disable) a span::before {
  animation: triAnimationFrame .75s 0s infinite;
}
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
.link_ahamo {
  margin-bottom: 27px;
}
.link_ahamo a {
  background-color: #666;
  font-size: 2.2rem;
  border: unset;
  box-shadow: none;
}
.link_ahamo a span::before {
  background-color: #fff;
}
.link_ahamo a span::after, .link_docomo a span::after {
  width: 4px;
  height: 4px;
  right: 27px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    right: 3.5rem;
    top: calc(50% - 2px);
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    right: 2.2rem;
    top: calc(50% - .8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
    border: unset;
    box-shadow: none;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    width: .4rem;
    height: .4rem;
    right: 2.8rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.0rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    width: .4rem;
    height: .4rem;
    right: 2.8rem;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 300px;
    height: 58px;
  }
}
@media screen and (max-width: 425px) {
  .btn {
    width: 256px;
    height: 50px;
  }

  .btn a span::after {
    top: calc(50% - 2px);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow #CDT {
  margin: 0 auto;
  text-align: center;
  height: 4.9rem;
  align-content: center;
}
.cta_follow .cdt_date small {
  line-height: 0;
  font-weight: 400;
}
.cta_area {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
}

[class*=cdt_date] small {
  font-size: 1.2vw;
  color: var(--color_navy01);
  font-weight: bold;
  letter-spacing: .06em;
}
.cdt_num {
  display: inline-block;
  height: auto;
  border-radius: .7rem;
  padding: .5rem .5rem .8rem;
  text-align: center;
  color: #c4832c;
  font-weight: bold;
  font-family: inherit;
  background-clip: padding-box;
  line-height: 1;
  border: solid .2vw #6187aa;
  background: #fff;
  min-width: 2.6vw;
  font-size: 1.8vw;
  margin: 0 0.4vw;
}
.cta_follow　.entryBtnLarge {
  padding: .5vw;
}
/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .5);
  border-radius: 58px;
  z-index: 2;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: 500;
}
.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: 2px 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/kurobamario/assets/images/ic_check.svg") no-repeat center / 85% 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;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .entry_wrap .entryBtn a:hover,.anchor_list li a:hover,.profile_box button:hover {
    cursor: pointer;
    opacity: 1;
  }
  .profile_box button:hover::before, .entry_wrap .entryBtn a:hover::after,.anchor_list li a:hover::before {
    opacity: .2;
  }
  .benefits li a:hover {
    color: #fff;
    background-color: var(--color_navy01);
    border-radius: .5rem;
  }
  .benefits li a:hover::after {
    background: url("/special/kurobamario/assets/images/ic_active.svg") no-repeat;
  }
}
#cpn-main .caution {
  font-size: 1.5rem;
  font-weight: 500!important;
  color: var(--color_navy01);
}
#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;
  }
}
/*date_wrap
--------------------------------------------------------------*/
#cpn-main .date_wrap section {
  padding: 0;
  margin-bottom: 2rem;
}
.date_wrap section + section {
  margin-top: 2rem;
}
.date_wrap h3 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: .3rem;
  background: linear-gradient(-100deg,rgba(177, 192, 209, 1) 0%, rgba(122, 149, 178, 1) 100%);
}
.date_wrap section p {
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 600;
}
.date_wrap section p span {
  font-size: 1.6rem;
  font-weight: 500;
}

/* h2_decoration
------------------------------------------------*/
.h2_decoration {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
}
.h2_decoration::before,.h2_decoration::after {
  position: absolute;
  top: .3rem;
  content: "";
  display: block;
  min-width: 46px;
  width: 5rem;
  height: 5rem;
  background: url("/special/kurobamario/assets/images/h2_deco.svg") no-repeat center/auto 4rem;
  vertical-align: baseline;
}
.h2_decoration::after {
  transform: scaleX(-1);
  right: 5.6rem;
}
.h2_decoration::before {
  left: 5.6rem;
}
#cpn-main .h2_purple {
  margin-bottom: 1rem;
}
.h2_decoration.h2_purple::after {
  right: 13.5rem;
}
.h2_decoration.h2_purple::before {
  left: 13.5rem;
}
.h2_l::after {
  right: 7rem;
}
.h2_l::before {
  left: 7rem;
}
/* prize_box
------------------------------------------------*/
.prize_box {
  overflow:hidden;
  padding: 0 0 3rem;
}
.prize_box>div {
  background: #fff;
  border: 2px solid var(--color_navy02);
  position: relative;
  border-radius: 0 0 .8rem .8rem;
  padding: 1.5rem 1.5rem 2.5rem;
  margin-top: -2px;
}
#cpn-main .prize_box h3 {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  border-radius: .8rem .8rem 0 0;
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(-100deg,rgba(177, 192, 209, 1) 0%, rgba(122, 149, 178, 1) 100%);
  color: #fff;
}
#prize_box1 .prize_inner .indMark {
  margin-top: 1.5rem;
}
#cpn-main .prize_box h3 span {
  font-size: 3rem;
  font-weight: bold;
}
.and {
  width: 20%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 768px) {
  .and{
    width: 13%;
  }
}
#prize_box2>div>section {
  padding: 0;
}
#prize_box2 h4 {
  width: 30%;
  margin: 0 auto;
}
#prize_box2 .prize_border {
  border-bottom: 2px solid var(--color_navy02);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.prize2_tx {
  font-size: 2rem;
  color: var(--color_navy01);
  padding: .1rem .5rem;
  border-radius: 25px;
  border: 2px solid var(--color_navy01);
  width: 90%;
  font-weight: 500;
  margin: 0 auto 2rem;
}
.prize_tx {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 1.5rem auto 2rem;
}
.prize_tx span {
  font-size: 1.3em;
  color: var(--color_navy01);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: rgba(255, 246, 191, 1);
  text-decoration-thickness: 0.5em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.25em;
}
#prize_box2>.prize_inner>section>div>picture {
  width: 70%;
  margin: 0 auto 1.5rem;
}
.prize_num_position {
  position: relative;
}
#prize_box2 .prize_num {
  border-radius: 25px;
  border: 2px solid var(--color_navy01);
  color: var(--color_navy01);
  font-weight: bold;
  background-color: #fff;
  font-size: 2.5rem;
  width: 4em;
  position: absolute;
  top: 0;
  right: 0;
}
#prize_box2 .prize2_indMark {
  width: 20em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #prize_box2 .prize2_indMark {
    width: 22em;
  }
}
/* conditions
------------------------------------------------*/
.conditions {
  background: url("/special/kurobamario/assets/images/bg.webp") no-repeat center/cover;
  margin-bottom: 45px;
  padding-top: 3rem;
}
.conditions > p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.conditions_wrap {
  background-color: #fff;
  border: 2px solid var(--color_navy02);
  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_navy01);
}
.conditions_wrap picture {
  width: 65%;
  margin: 20px auto;
}
.conditions01 picture {
  width: 50%;
  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: .4rem;
  right: .5rem;
  content: "";
  width: 22%;
}
@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;
  }
}
/*plan
------------------------------------------------*/
#plan h2 {
  margin: 4rem auto 3rem;
}
#plan>.indMark {
  padding: 1rem 1rem 0;
}
#plan>.indMark li {
  text-indent: -2em;
  padding-left: 2em;
}
/*追従
------------------------------------------------*/
#follow {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 500px;
  z-index: 10;
  background: #fff;
  margin: auto;
  padding: 2rem 0;
  right: 0;
}
#follow a {max-width: 380px;font-size: 2.6rem;}
#follow .entryBtn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #follow {
    padding: 1.2rem 0;
  }
  #follow .btn.disable a {
    font-size: 2rem;
    color: #fff;
  }
  #follow .entry_wrap {
    margin-bottom: 0;
  }
  #follow .entryBtnLarge {
    height: 5.5rem;
  }
  #follow .entryBtnLarge a::after {
    height: 5.5rem;
  }
  #follow .entryBtnLarge::before,#follow .entryBtnLarge::after {
    height: 5rem;
    width: 5rem;
    top: .2rem;
  }
  #follow .entry_wrap .entryBtn {
    height: 5.5rem;
  }
}
#bg_right_area .disable::after,#follow .disable::after {
  display: none;
}
#bg_right_area .entryBtnLarge a::before,#follow .entryBtnLarge a::before {
  transform: rotate(90deg);
}