@charset "SHIFT_JIS";

/*------------common------------*/
.lp_wrap{
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
  word-break: break-all;
}
.lp_inner{
  padding: 0 40px;
}
.page-docomo-lp__main img{
  max-width: fit-content;
  width: 100%;
}
.sec_ttl{
  background-color: #482412;
  color: #fff;
  font-size: 72px;
  font-weight: 710;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mt-0{margin-top: 0;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.m-auto{margin-left: auto;margin-right: auto;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.font_bold{font-weight: 710;}
.color_white{color: #fff;}
.color_black{color: #000;}
.list_indent_1 li,.indent_1{text-indent: -1em; padding-left: 1em;}
.list_indent_2 li,.indent_2{text-indent: -2em; padding-left: 2em;}
.link_style_01{color: #3769FB;text-decoration: underline;}
.link_style_02{color: #4380EC;text-decoration: underline;}
.link_footer{color: #fff;text-decoration: underline;}
.text_pink{color: #FF4AEC;}
.marker{background: linear-gradient(transparent 90%, #FFFF0A 50%);}
@media only screen and (min-width: 960px){
  .only-pc{display: block;}
  .only-sp{display: none;}
  .lp_wrap{
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px){
  .only-pc{display: none;}
  .only-sp{display: block;}
  .lp_inner{
    padding: 0 4.167vw;
  }
  .sec_ttl{
    font-size: 7.5vw;
    height: 38.542vw;
  }
  .mt-0{margin-top: 0;}
  .mt-5{margin-top: 0.521vw;}
  .mt-10{margin-top: 1.042vw;}
  .mt-15{margin-top: 1.563vw;}
  .mt-20{margin-top: 2.083vw;}
  .mt-30{margin-top: 3.125vw;}
  .mt-40{margin-top: 4.167vw;}
  .mt-50{margin-top: 5.208vw;}
  .mt-60{margin-top: 6.25vw;}
  .mt-70{margin-top: 7.292vw;}
  .mt-80{margin-top: 8.333vw;}
  .mt-90{margin-top: 9.375vw;}
  .mt-100{margin-top: 10.417vw;}
}
@media only screen and (max-width: 799px){
  .lp_wrap{
    font-size: 4vw;
  }
}
/*------------parts------------*/
.btn_wrap a{
  position: relative;
  display: block;
  background-color: #B51515;
  box-shadow: 0px 8px 0px 0px rgba(151, 17, 16, 1);
  width: 720px;
  height: 150px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.btn_wrap a p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.btn_wrap.arrow_on a:before{
  position: absolute;
  content: "";
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/arrow_01.png);
  background-size: 100% 100%;
  width: 14px;
  height: 20px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.white_box{
  background-color: #fff;
  box-shadow: 0px 0px 20px 10px rgba(163, 216, 255, 0.4);
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px){
  .btn_wrap a{
    box-shadow: 0px 0.8333vw 0px 0px rgba(151, 17, 16, 1);
    width: 75vw;
    height: 15.625vw;
    border-radius: 10.417vw;
  }
  .btn_wrap a p{
    font-size: 3.958vw;
  }
  .btn_wrap.arrow_on a:before{
    width: 1.458vw;
    height: 2.083vw;
    right: 6.25vw;
  }
  .white_box{
    box-shadow: 0px 0px 2.08vw 1.04vw rgba(163, 216, 255, 0.4);
  }
}
/*------------logo_area------------*/
.logo_area{
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 959px){
  .logo_area{
    padding: 5.208vw 0;
  }
  .logo_area img{
    width: 75.73vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------section_01------------*/
.section_01{
  background-color: #365373;
  padding: 60px 0 70px;
  color: #fff;
}
.section_01 .notes_area .list_indent_1{
  color: #fff;
}
@media only screen and (max-width: 959px){
  .section_01{
    padding: 6.25vw 0 7.292vw;
  }
}
/*------------section_02------------*/
.section_02{
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/bg_01.png);
  background-color: #fbeedd;
  background-size: cover;
  padding: 70px 0 80px;
}
.rbn_01{
  text-align: center;
}
.step_wrap{
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.step_ttl{
  background-color: #B51515;
  text-align: center;
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 20px 0;
}
.step_inner{
  padding: 40px 40px 60px;
}
.big_text{
  font-size: 32px;
  font-weight: bold;
}
.normal_text{
  font-size: 28px;
}
.date_text{
  background-color: #FBEEDD;
  color: #482412;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.prize_rbn span{
  background-color: #C09A76;
  color: #fff;
  font-size: 36px;
  padding: 3px 10px;
}
.prize_box .btn_wrap a{
  background-color: #365373;
  box-shadow: 0px 8px 0px 0px rgba(40, 60, 85, 1);
  width: 640px;
  height: 110px;
}
.prize_box .btn_wrap a:before{
  right: 20px;
}
.prize_box .btn_wrap a p{
  font-size: 32px;
}
.sec02_text_01{
  color: #482412;
}
@media only screen and (max-width: 959px){
  .section_02{
    padding: 7.292vw 0 8.333vw;
  }
  .rbn_01{
    width: 71.6666vw;
    margin-left: auto;
    margin-right: auto;
  }
  .step_wrap{
    border-radius: 1.042vw;
  }
  .step_ttl{
    font-size: 6.631vw;
    border-radius: 1.042vw 1.042vw 0 0;
    padding: 2.083vw 0;
  }
  .step_inner{
    padding: 4.167vw 4.167vw 6.25vw;
  }
  .big_text{
    font-size: 4.754vw;
  }
  .big_text.step_text{
    font-size: 4.054vw;
  }
  .normal_text{
    font-size: 4vw;
  }
  .date_text{
    font-size: 4vw;
    padding: 1.042vw 0;
  }
  .prize_rbn span{
    font-size: 3.75vw;
    padding: 0.313vw 1.042vw;
  }
  .prize_box .btn_wrap a{
    box-shadow: 0px 0.8333vw 0px 0px rgba(40, 60, 85, 1);
    width: 66.667vw;
    height: 11.458vw;
  }
  .prize_box .btn_wrap a:before{
    right: 2.083vw;
  }
  .prize_box .btn_wrap a p{
    font-size: 3.333vw;
  }
}
/*------------ac------------*/
.accordion-container {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1400px;
}
.accordion-list:not(:first-child) {
  margin-top: 40px;
}
.accordion-title {
  background: #09662F;
  color: #fff;
  cursor: pointer;
  font-size: 38px;
  font-weight: bold;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.accordion-title:before {
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/notes_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 62px;
  transform: translateY(-50%);
  width: 78px;
  height: 102px;
}
.accoIcon::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 70px;
  top: 50%;
}
.accoIcon::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: rotate(-90deg);
  transition: 0.5s;
}
.accoIcon.show::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionWrap p {
  margin-top: 10px;
}
.accordion-text{
  display: none;
}
/*accordion-text*/
.accordion-text{
  background-color: #fff;
  padding: 30px 40px;
}
.accordion-text .ac_ttl{
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.accordion-text .mt-0{
  margin-top: 0;
}
.accordion-text .ac_text,
.accordion-text li{
  font-size: 24px;
}
.accordion-text .ac_notice{
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.accordion-text .num_list_01 li{
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.accordion-text .num_list_01 li:nth-child(n+10){
  text-indent: -3em;
  padding-left: 3em;
}
@media only screen and (max-width: 799px){
  .accordion-container {
    margin: 5.21vw auto 0;
    max-width: 145.985vw;
  }
  .accordion-list:not(:first-child) {
    margin-top: 4.171vw;
  }
  .accordion-title {
    font-size: 5.38vw;
    padding: 4.171vw 0;
  }
  .accordion-title:before {
    left: 6.465vw;
    width: 8.133vw;
    height: 10.636vw;
  }
  .accoIcon::before {
    width: 4.171vw;
    height: 1.043vw;
    right: 7.299vw;
  }
  .accoIcon::after {
    width: 4.171vw;
    height: 1.043vw;
    right: 7.299vw;
  }
  .accordionWrap p {
    margin-top: 1.043vw;
  }
  /*accordion-text*/
  .accordion-text{
    padding: 3.128vw 4.171vw;
  }
  .accordion-text .ac_ttl{
    font-size: 4.92vw;
    margin-top: 3.128vw;
    margin-bottom: 1.043vw;
  }
  .accordion-text .ac_text,
  .accordion-text li{
    font-size: 4.503vw;
  }
  .accordion-text .ac_notice{
    font-size: 3.668vw;
  }
}
/*------------section_05------------*/
.section_05 .lp_inner{
  background-color: #FBEEDD;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*ac*/
.accordion{
  border-radius: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.switch{
  position: relative;
  background: #C09A76;
  padding: 40px 100px 40px 90px;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  text-align: left;
  font-size: 28px;
  font-weight: 710;
}
.switch.open{
  border-radius: 20px 20px 0 0;
}
.contentWrap{
  background: #fff;
  text-align: left;
  padding: 40px 40px 40px 90px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  border-radius: 0 0 20px 20px;
}
.contentWrap:before{
  content: "";
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/icon_a.png);
  background-size: 27.5px 42.5px;
  width: 27.5px;
  height: 42.5px;
  position: absolute;
  top: 40px;
  left: 35px;
}
.switch:before{
  content: "";
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/icon_q.png);
  background-size: 30px 43px;
  width: 30px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.switch:after{
  content: "";
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/ac_arrow_open.png);
  background-size: 23.5px 15.5px;
  width: 23.5px;
  height: 15.5px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.switch.open:after{
  background-image: url(/bakuage/nintendo-software/xmasCP_2025/assets/images/ac_arrow_close.png);
}
.displayNone{display: none;}
@media only screen and (max-width: 799px){
  .section_05 .lp_inner{
    padding-top: 8.342vw;
    padding-bottom: 8.342vw;
  }
  /*ac*/
  .accordion{
    border-radius: 2.086vw;
    max-width: 145.985vw;
  }
  .switch{
    padding: 4.171vw 10.428vw 4.171vw 9.385vw;
    border-radius: 2.086vw;
    font-size: 4.337vw;
  }
  .switch.open{
    border-radius: 2.086vw 2.086vw 0 0;
  }
  .contentWrap{
    padding: 4.171vw 4.171vw 4.171vw 9.385vw;
    font-size: 3.92vw;
    border-radius: 0 0 2.086vw 2.086vw;
  }
  .contentWrap:before{
    background-size: 2.868vw 4.432vw;
    width: 2.868vw;
    height: 4.432vw;
    top: 4.171vw;
    left: 3.65vw;
  }
  .switch:before{
    background-size: 3.128vw 4.484vw;
    width: 3.128vw;
    height: 4.484vw;
    left: 3.65vw;
  }
  .switch:after{
    background-size: 2.45vw 1.616vw;
    width: 2.45vw;
    height: 1.616vw;
    right: 3.65vw;
  }
}
/*------------float_area------------*/
.float_area{
  /*background-color: rgb(54 83 115/ 0.5);*/
  background-color: #365373;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  z-index: 30;
}
.float_area a{
  width: 410px;
  height: 85px;
}
@media only screen and (min-width: 960px){
  .float_area a p{
    font-size: 24px;
  }
}
@media only screen and (max-width: 959px){
  .float_area{
    padding: 1.563vw 0;
  }
  .float_area a{
    width: 75vw;
    height: 15.63vw;
  }
  /*.float_area a p{
    font-size: 2.5vw;
  }*/
}
/*------------banner_bottom------------*/
.banner_bottom img{
  width: 100%;
}
.banner_bottom {
    background-color: #222;
    padding-top: 9.114583333333332vw;
    position: relative;
}
.banner_bottom .c__inner {
    width: 90%;
}
.banner_bottom a {
    color: #fff;
    display: block;
    font-size: 3.6458333333333335vw;
    text-align: center;
    text-decoration: underline;
}
.banner_bottom a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 769px){
  .banner_bottom {
      padding-top: calc(var(--vw)*4.6875);
  }
  .banner_bottom a {
      color: #fff;
      display: block;
      font-size: calc(var(--vw)*1.5625);
      text-align: center;
      text-decoration: underline;
  }
  .banner_bottom .c__inner {
      width: 100%;
  }
  .banner_bottom ul {
      -webkit-box-pack: center;
      display: -webkit-box;
      display: flex;
      justify-content: center;
  }
  .banner_bottom ul.bnr_btm_02{
      padding-bottom: calc(var(--vw)*4.6875);
  }
  .banner_bottom ul.bnr_btm_01 li {
      width: calc(var(--vw)*50.15625);
  }
  @media (min-width: 1367px), print{
    .banner_bottom {
        padding-top: 60px;
    }
    .banner_bottom ul.bnr_btm_01 li {
        width: 700px;
    }
    .banner_bottom a {
        font-size: 20px;
    }
  }
}
/*------------footer------------*/
.page-docomo-lp footer{
  padding-bottom: 160px;
}
@media only screen and (max-width: 959px){
  .page-docomo-lp footer{
    padding-bottom: 23vw;
  }
}
@media only screen and (max-width: 768px){
  .page-docomo-lp footer{
    padding-bottom: 27.666vw;
  }
}
/*close*/
.cp_attention_outer{
	padding-top: 15px;
}
.cp_attention__txt3 {
    max-width: 960px;
    min-width: 300px;
    border: 2px solid;
    color: #cc0033;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 15px;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
}