@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: #A8F86B;
  color: #000;
  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;}
.pt-50{padding-top: 50px;}
.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_h li,.indent_h{text-indent: -0.5em; padding-left: 0.5em;}
.list_indent_1 li,.indent_1{text-indent: -1em; padding-left: 1em;}
.list_indent_1h li,.indent_1h{text-indent: -1.5em; padding-left: 1.5em;}
.list_indent_2 li,.indent_2{text-indent: -2em!important; padding-left: 2em!important;}
.link_style_01{color: #3769FB;text-decoration: underline;font-weight: bold;}
.link_style_02{color: #75FAE6;text-decoration: underline;font-weight: bold;}
.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;}
  .pt-50{padding-top: 5.208vw;}
}
@media only screen and (max-width: 799px){
  .lp_wrap{
    font-size: 4vw;
  }
}
/*------------parts------------*/
.white_box{
  background-color: #fff;
  /*box-shadow: 0px 0px 20px 10px rgba(163, 216, 255, 0.4);*/
}
@media only screen and (max-width: 959px){
  .white_box{
    /*box-shadow: 0px 0px 2.08vw 1.04vw rgba(163, 216, 255, 0.4);*/
  }
}
/*------------grd_btn 画像------------*/
/*.grd_btn a{
  box-shadow: 0px 10px 30px 0px rgba(17, 44, 1, 0.33);
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px){
  .grd_btn a{
    box-shadow: 0px 1.04vw 3.13vw 0px rgba(17, 44, 1, 0.33);
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
  }
}*/
/*------------grd_btn button------------*/
.grd_btn button{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  box-sizing: border-box;
  /*未チェック*/
  background: #999;
}
/*checked*/
.grd_btn button.entry-btnStyle_checked{
  cursor: pointer;
  box-shadow: 0px 10px 30px -6px rgba(0, 98, 255, 0.66);
  background: linear-gradient(to right, #38E319, #B0E00A);
  border: 11px solid #fff;
}
.grd_btn span.btn_outer{
  position: absolute;
  /*top: 11px;
  left: 17px;
  border: 3px solid #fff;
  height: 128px;
  width: 690px;*/
  border-radius: 100px;
  box-sizing: border-box;
  /*border*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grd_btn span.btn_outer span.btn_inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
/*.grd_btn button:after{
  position: absolute;
  content: "";
  background-image: ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
	right: 45px;
	width: 93px;
	height: 58px;
}*/
@media only screen and (max-width: 959px){
  .grd_btn button{
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
    font-size: 3.75vw;
  }
  /*checked*/
  .grd_btn button.entry-btnStyle_checked{
    box-shadow: 0px 1.0416vw 1.0416vw -0.625vw rgba(17, 44, 1, 0.33);
    border: 1.1458vw solid #fff;
  }
  .grd_btn span.btn_outer{
    /*top: 1.146vw;
    left: 1.771vw;
    border: 0.3125vw solid #fff;
    height: 13.333vw;
    width: 71.875vw;*/
    border-radius: 10.417vw;
  }
  /*.grd_btn button:after{
    right: 4.688vw;
    width: 9.688vw;
    height: 6.042vw;
  }*/
}
.btn_wrap{
  text-align: center;
}
.btn_wrap input{
  accent-color: #F83CD2;
}
.btn_wrap label{
  margin: 0 0 0 5px!important;
}
.btn_notice{
  margin-top: 10px;
  font-size: 0.75em;
}
@media only screen and (max-width: 959px){
  .btn_wrap label{
    margin: 0 0 0 0.52vw!important;
  }
  .btn_notice{
    margin-top: 1.042vw;
  }
}
/*------------grd_btn a------------*/
.grd_btn.btn_01 a{
  background: linear-gradient(to right, #FB48E5, #DF0242);
}
.grd_btn.btn_02 a{
  background: linear-gradient(to right, #F1D61E, #FE8A16);
}
.grd_btn a{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 30px -6px rgba(0, 98, 255, 0.66);
  border: 11px solid #fff;
}
.grd_btn p{
  position: absolute;
  /*top: 11px;
  left: 17px;
  border: 3px solid #fff;
  height: 128px;
  width: 690px;*/
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  box-sizing: border-box;
}
.grd_btn p span.btn_span_outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.grd_btn p span.style_01{
  font-size: 32px;
}
/*.grd_btn a:after{
  position: absolute;
  content: "";
  background-image: ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
	right: 45px;
	width: 93px;
	height: 58px;
}*/
@media only screen and (max-width: 959px){
  .btn_top_text{
   font-size: 3.75vw;
  }
  .grd_btn a{
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
    font-size: 4.375vw;
    box-shadow: 0px 1.0416vw 1.0416vw -0.625vw rgba(17, 44, 1, 0.33);
    border: 1.1458vw solid #fff;;
  }
  .grd_btn p{
    /*top: 1.146vw;
    left: 1.771vw;
    border: 0.3125vw solid #fff;
    height: 13.333vw;
    width: 71.875vw;*/
    border-radius: 10.417vw;
  }
  .grd_btn p span.style_01{
    font-size: 3.333vw;
  }
  /*.grd_btn a:after{
    right: 4.688vw;
    width: 9.688vw;
    height: 6.042vw;
  }*/
}
/*------------logo_area------------*/
.logo_area{
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 959px){
  .logo_area{
    padding: 2.083vw 0;
  }
  .logo_area img{
    width: 45.625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------section_01------------*/
.section_01{
  background-image: linear-gradient(#431FBA, #121734);
  padding: 60px 0 70px;
  color: #fff;
}
.section_01 .white_box{
  padding: 125px 0;
  color: #000;
  border-radius: 20px;
}
.img_02{
  margin-left: -5px;
}
.section_01 .text_04{
  font-size: 44px;
}
.section_01 .link_01 a{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
/*tag_wrap*/
.section_01 .tag_wrap{
  display: flex;
  align-items: center;
}
.section_01 .tag_wrap .tag_img{
  margin-right: 10px;
  margin-top: 28px;
}
.section_01 .tag_wrap .tag_text_01{
  font-size: 40px;
}
.section_01 .tag_wrap .tag_text_02{
  font-size: 34px;
}
.section_01 .tag_text_03{
  font-size: 28px;
}
.section_01 .tag_wrap .tag_text_01,
.section_01 .tag_wrap .tag_text_02,
.section_01 .tag_text_03{
  color: #D80EF2;
  font-weight: bold;
}
.section_01 .tag_wrap .tag_text_01 .text_01,
.section_01 .tag_wrap .tag_text_02 .text_01{
  font-size: 60px;
}
@media only screen and (max-width: 959px){
  .section_01{
    padding: 6.25vw 0 7.292vw;
  }
  .section_01 .white_box{
    padding: 13.021vw 0;
    border-radius: 2.083vw;
  }
  .img_02{
    margin-left: -0.521vw;
  }
  .section_01 .text_04{
    font-size: 4.583vw;
  }
  .section_01 .ttl_02{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_01 .link_01 a{
    font-size: 5.125vw;
  }
  /*tag_wrap*/
  .section_01 .tag_wrap .tag_img{
    margin-right: 1.042vw;
    margin-top: 1.317vw;
    width: 29.6875vw;
  }
  .section_01 .tag_wrap .tag_text_01{
    font-size: 4.167vw;
  }
  .section_01 .tag_wrap .tag_text_02{
    font-size: 3.942vw;
  }
  .section_01 .tag_text_03{
    font-size: 3.217vw;
  }
  .section_01 .tag_wrap .tag_text_01 .text_01,
  .section_01 .tag_wrap .tag_text_02 .text_01{
    font-size: 6.25vw;
  }
  /*img*/
  .img_01_01{
    width: 76.9791vw;
    margin-left: auto;
    margin-right: auto;
  }
  .img_01_02{
    width: 80.5208vw;
    margin-left: auto;
    margin-right: auto;
  }
  .img_02{
    width: 88.0208vw;
  }
}
/*------------section_02------------*/
.section_02 .bg_01{
  background: url(/bakuage/spotifypremium/campaign_202606/assets/images/bg_01.png);
  background-size: cover;
  padding-top: 60px;
}
.section_02 .sec_ttl .style_01{
  font-size: 48px;
}
.section_02 .sec_ttl .style_02{
  font-size: 50px;
}
.section_02 .sec_ttl .style_03{
  font-size: 65px;
}
.section_02 .tb_ttl{
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
  min-width: 440px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
}
.section_02 .tb_ttl:before,
.section_02 .tb_ttl:after{
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 3px;
  height: 70%;
  margin: auto;
  background: #fff;
}
.section_02 .tb_ttl:before{
  left: 0;
  transform: rotate(-30deg);
}
.section_02 .tb_ttl:after{
  right: 0;
  transform: rotate(30deg);
}
/*-----tab-----*/
.tab_menu_list{
  display: flex;
  justify-content: center;
}
.tab_menu_list li{
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #666;
  width: 300px;
  border: 3px solid #000;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_menu_list li:not(:first-child){
  margin-left: 5px;
}
.tab_menu_list li.tab_select{
  background-color: #000;
  color: #fff;
}
.tab_contents{
  display:none;
  background :#000;
  padding-top: 50px;
  padding-bottom: 70px;
}
.tab_on{
  display: block;
}
/*-----tab_contents-----*/
.tab_contents .tab_in_ttl{
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tab_contents .notice_01{
  font-size: 27px;
  color: #fff;
}
.tab_contents .box_01,
.tab_contents .box_02{
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  position: relative;
  text-align: center;
}
.tab_contents .box_01{
  padding: 50px 0 40px;
}
.tab_contents .box_02{
  padding: 100px 0 40px;
  margin-top: 100px;
}
.tab_contents .box_01 .box_ttl,
.tab_contents .box_02 .box_ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #000;
  padding: 2px 50px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 85%;
  transform: translate(-50%,-50%);
}
.tab_contents .box_text_01{
  font-size: 32px;
  font-weight: bold;
}
.tab_contents .box_text_02{
  font-size: 24px;
}
.tab_contents .box_text_03{
  font-size: 54px;
  font-weight: bold;
}
.poinco_wrap{
  position: relative;
  height: 250px;
  margin-top: -45px;
}
.poinco_01{
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.poinco_02{
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.poinco_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tab_contents .list_indent_1{
  font-size: 27px;
  color: #fff;
}
.tab_contents .box_03_ttl{
  background-color: #FFF000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.tab_contents .box_03_inner{
  padding: 40px;
  background-color: #fff;
}
.tab_contents .box_03_text{
  font-size: 24px;
}
.tab_contents .box_03_text .style_01{
  color: #e60039;
  text-decoration: underline;
}
.tab_contents .box_03_text .style_02{
  font-size: 20px;
}
.tab_contents .box_03_text .style_03{
  color: #e60039;
}
@media only screen and (max-width: 959px){
  .section_02 .bg_01{
    padding-top: 6.25vw;
  }
  .section_02 .sec_ttl .style_01{
    font-size: 5vw;
  }
  .section_02 .sec_ttl .style_02{
    font-size: 5.208vw;
  }
  .section_02 .sec_ttl .style_03{
    font-size: 6.771vw;
  }
  .section_02 .tb_ttl{
    font-size: 3.333vw;
    min-width: 45.833vw;
    padding: 0 3.125vw;
  }
  .section_02 .tb_ttl:before,
  .section_02 .tb_ttl:after{
    width: 0.313vw;
  }
  /*-----tab-----*/
  .tab_menu_list{
    padding: 0 4.167vw;
  }
  .tab_menu_list li{
    padding: 1.042vw;
    font-size: max(2.292vw,10px);
    border: 2px solid #000;
    border-radius: 3.125vw 3.125vw 0 0;
  }
  .tab_menu_list li:not(:first-child){
    margin-left: 0.521vw;
  }
  .tab_contents{
    padding-top: 5.208vw;
    padding-bottom: 7.292vw;
  }
  /*-----tab_contents-----*/
  .tab_contents .tab_in_ttl{
    font-size: 4.688vw;
  }
  .tab_contents .notice_01{
    font-size: max(2.813vw,10px);
  }
  .tab_contents .box_01,
  .tab_contents .box_02{
    border-radius: 3.125vw;
  }
  .tab_contents .box_01{
    padding: 5.208vw 0 4.167vw;
  }
  .tab_contents .box_02{
    padding: 10.4166vw 0 4.167vw;
    margin-top: 12vw;
  }
  .tab_contents .box_01 .box_ttl,
  .tab_contents .box_02 .box_ttl{
    font-size: 3.333vw;
    border: 2px solid #000;
    padding: 0.208vw 5.208vw;
  }
  .tab_contents .box_text_01{
    font-size: 3.333vw;
  }
  .tab_contents .box_text_02{
    font-size: max(2.5vw,10px);
  }
  .tab_contents .box_text_03{
    font-size: 5.625vw;
  }
  .poinco_wrap{
    height: 26.042vw;
    margin-top: -4.687vw;
  }
  .poinco_01{
    left: -2.604vw;
  }
  .poinco_02{
    right: -2.604vw;
  }
  .poinco_text{
    width: 100%;
  }
  .tab_contents .list_indent_1{
    font-size: max(2.813vw,10px);
  }
  .tab_contents .box_03_ttl{
    font-size: 3.333vw;
    padding: 3.125vw 0;
  }
  .tab_contents .box_03_inner{
    padding: 4.167vw;
  }
  .tab_contents .box_03_text{
    font-size: max(2.5vw,10px);
  }
  .tab_contents .box_03_text .style_02{
    font-size: max(2.083vw,9px);
  }
  /*img*/
  .text_01 img{
    width: 42.813vw;
    margin-left: auto;
    margin-right: auto;
  }
  .poinco_01 img{
    width: 18.021vw;
    margin-left: auto;
    margin-right: auto;
  }
  .poinco_02 img{
    width: 19.375vw;
    margin-left: auto;
    margin-right: auto;
  }
  .icon_plus img{
    width: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/*-----plan_wrap-----*/
.plan_wrap{
  background-color: #a6a6a6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.plan_box{
  border: 3px solid #000;
  border-radius: 30px;
  background-color: #fff;
  padding-bottom: 40px;
}
.plan_ttl{
  padding: 50px 0;
  text-align: center;
  border-bottom: 3px solid #000;
}
.plan_notice_01{
  font-size: 24px;
  font-weight: bold;
}
.plan_flex{
  padding: 40px 60px;
  display: flex;
  justify-content: space-around;
}
.plan_flex.pink{
  background-color: #ffedfd;
}
.plan_flex.green{
  background-color: #effef3;
}
.plan_flex .plan_left{
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.plan_flex .plan_right{
  text-align: left;
  font-size: 32px;
  font-weight: bold;
}
.plan_right_01{
  display: flex;
  align-items: flex-start;
}
.plan_right_01 img{
  margin-left: 5px;
}
.plan_flex .plan_right .style_01{
  font-size: 59px;
}
.plan_box .indent_list_1{
  font-size: 27px;
  color: #626d73;
}
@media only screen and (max-width: 959px){
  .plan_wrap{
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .plan_box{
    border: 2px solid #000;
    border-radius: 3.125vw;
    padding-bottom: 4.167vw;
  }
  .plan_ttl{
    padding: 5.208vw 0;
    border-bottom: 2px solid #000;
  }
  .plan_notice_01{
    font-size: max(2.5vw,10px);
  }
  .plan_flex{
    padding: 4.167vw 6.25vw;
  }
  .plan_flex .plan_left{
    font-size: max(2.917vw,10px);
  }
  .plan_flex .plan_right{
    font-size: 3.333vw;
  }
  .plan_right_01 img{
    margin-left: 0.521vw;
  }
  .plan_flex .plan_right .style_01{
    font-size: 6.146vw;
  }
  .plan_box .indent_list_1{
    font-size: max(2.813vw,10px);
  }
  /*img*/
  .text_03 img{
    width: 52.188vw;
    margin-left: auto;
    margin-right: auto;
  }
  .text_04 img{
    width: 47.813vw;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_right_01 img{
    width: 10.625vw;
  }
}
/*------------section_03------------*/
.section_03{
  background-color: #000;
}
.section_03 .lp_inner{
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 959px){
  .section_03{
    background-color: #000;
  }
  .section_03 .lp_inner{
    padding-top: 8.333vw;
    padding-bottom: 10.417vw;
  }
}
/*------------ac------------*/
.accordion-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.accordion-list:not(:first-child) {
  margin-top: 40px;
}
.accordion-title {
  background: #F47FFF;
  color: #121212;
  cursor: pointer;
  font-size: 38px;
  font-weight: bold;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.accordion-title:before {
  background-image: url(/bakuage/spotifypremium/campaign_202606/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: #121212;
  position: absolute;
  right: 70px;
  top: 50%;
}
.accoIcon::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #121212;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: rotate(-90deg);
  transition: 0.5s;
}
.accoIcon.show::after {
  transform: 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 {
    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_04------------*/
.section_04{
  background-color: #FEE344;
}
.section_04 .lp_inner{
  padding-top: 60px;
  padding-bottom: 115px;
}
.section_04 .white_box{
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(168, 248, 107, 1);
  text-align: center;
  border-radius: 20px;
}
.section_04 .white_box_ttl{
  background-color: #B58EF8;
  padding: 5px 40px 20px;
  font-weight: 710;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.section_04 .white_box_ttl .main_ttl{
  font-size: 54px;
  letter-spacing: 8px;
  color: #76FFA7;
  border-bottom: 5px dashed #76FFA7;
  display: inline-block;
}
.section_04 .white_box_ttl .main_ttl span{
  font-size: 80px;
}
.section_04 .white_box_ttl .sub_ttl{
  font-size: 40px;
}
.section_04 .step_02 .white_box_ttl .sub_ttl{
  font-size: 34px;
}
.section_04 .step_02 .white_box_ttl .sub_ttl .style_01{
  font-size: 50px;
}
.section_04 .step_02 .white_box_ttl .sub_ttl .style_02{
  font-size: 40px;
}
.section_04 .white_box .white_box_inner{
  padding: 60px 40px;
}
.section_04 .white_box .white_box_inner .step_top_text{
  font-size: 46px;
  font-weight: 710;
}
@media only screen and (max-width: 959px){
  .section_04 .lp_inner{
    padding-top: 6.25vw;
    padding-bottom: 11.979vw;
  }
  .section_04 .white_box{
    box-shadow: 0px 1.0416vw 3.125vw 0px rgba(168, 248, 107, 1);
    border-radius: 2.083vw;
  }
  .section_04 .white_box_ttl{
    padding: 0.521vw 4.167vw 2.083vw;
    border-radius: 2.083vw 2.083vw 0 0;
  }
  .section_04 .white_box_ttl .main_ttl{
    font-size: 5.625vw;
    letter-spacing: 0.833vw;
    border-bottom: 0.5208vw dashed #76FFA7;
  }
  .section_04 .white_box_ttl .main_ttl span{
    font-size: 8.333vw;
  }
  .section_04 .white_box_ttl .sub_ttl{
    font-size: 4.167vw;
  }
  .section_04 .step_02 .white_box_ttl .sub_ttl{
    font-size: 3.542vw;
  }
  .section_04 .step_02 .white_box_ttl .sub_ttl .style_01{
    font-size: 5.208vw;
  }
  .section_04 .step_02 .white_box_ttl .sub_ttl .style_02{
    font-size: 4.167vw;
  }
  .section_04 .white_box .white_box_inner{
    padding: 6.25vw 4.167vw;
  }
  .section_04 .white_box .white_box_inner .step_top_text{
    font-size: 4.792vw;
  }
  /*img*/
  .step1_img{
    width: 18.125vw;
    margin-left: auto;
    margin-right: auto;
  }
  .step2_img{
    width: 15.2083vw;
    margin-left: auto;
    margin-right: auto;
  }
  .step3_img{
    width: 36.875vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------section_05------------*/
.section_05{
  background-color: #FEE344;
}
.section_05 .lp_inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
/*ac*/
.accordion{
  border-radius: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 5px 10px 0px rgba(181, 142, 248, 1);
}
.switch{
  position: relative;
  background: #FF6CDF;
  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/spotifypremium/campaign_202606/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/spotifypremium/campaign_202606/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/spotifypremium/campaign_202606/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/spotifypremium/campaign_202606/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;
    box-shadow: 0px 0.5208vw 1.0416vw 0px rgba(181, 142, 248, 1);
  }
  .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(255 255 255 / 0.66);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.fixed{
  opacity: 1;
  z-index: 10;
}
.float_area ul{
  display: flex;
  justify-content: center;
}
.float_area ul li:nth-child(2){
  margin-left: 30px;
}
/*-----grd_btn a-----*/
.float_area ul li .grd_btn a{
  box-shadow: 0px 5px 10px 0px rgba(121, 69, 31, 0.9);
}
.float_area ul li .grd_btn a{
  height: 85px;
  width: 410px;
  font-size: 24px;
}
.float_area ul li .grd_btn p{
  top: 7px;
  left: 10px;
  border: 3px solid #fff;
  height: 72px;
  width: 392px;
}
/*-----grd_btn a-----*/
.float_area ul li .grd_btn a{
  box-shadow: 0px 5px 10px 0px rgba(121, 69, 31, 0.9);
}
.float_area ul li .grd_btn a{
  height: 85px;
  width: 410px;
  font-size: 24px;
}
.float_area ul li .grd_btn p{
  top: 7px;
  left: 10px;
  border: 3px solid #fff;
  height: 72px;
  width: 392px;
}
/*.float_area ul li .grd_btn a:after{
	right: 20px;
	width: 46.5px;
	height: 22.5px;
}*/
/*調整*/
.float_area{
  font-size: 18px;
}
.float_area .grd_btn button{
  max-width: 400px;
  max-height: 90px;
  font-size: 22px;
}
.float_area .grd_btn button.entry-btnStyle_checked{
  border: 6px solid #fff;
}
@media only screen and (max-width: 959px){
  /*-----grd_btn a-----*/
  .float_area ul li .grd_btn a{
    box-shadow: 0px 0.52vw 1.04vw 0px rgba(17, 44, 1, 0.33);
  }
  .float_area ul li:nth-child(2){
    margin-left: 3.125vw;
  }
  .float_area ul li .grd_btn a{
    height: 8.863vw;
    width: 42.753vw;
    font-size: 2.503vw;
  }
  .float_area ul li .grd_btn p{
    top: 0.73vw;
    left: 1.043vw;
    border: 0.31vw solid #fff;
    height: 7.508vw;
    width: 40.876vw;
  }
  .float_area ul li .grd_btn p span.style_01{
    font-size: 2.19vw;
  }
  .float_area ul li .grd_btn a:after{
    right: 2.083vw;
    width: 4.844vw;
    height: 2.344vw;
  }
  .float_area{
    padding: 1.56vw 0;
    max-width: 100.104vw;
  }
}
@media only screen and (max-width: 768px){
  /*調整*/
  .float_area{
    font-size: max(2.341vw,10px);
  }
  .float_area .grd_btn button{
    max-width: 52.016vw;
    max-height: 11.704vw;
    font-size: 2.861vw;
  }
  .float_area .grd_btn button.entry-btnStyle_checked{
    border: 0.625vw solid #fff;
  }
}
/*------------footer------------*/
.page-docomo-lp .page-second #include_footer_menu footer{
  padding-bottom: 250px;
}
@media only screen and (max-width: 768px){
  .page-docomo-lp .page-second #include_footer_menu footer{
    padding-bottom: 32vw;
  }
}
/*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;
}