@charset "SHIFT_JIS";

/*------------common------------*/
.lp_wrap{
  max-width: 960px;
  margin: 0 auto;
  color: #707070;
}
.lp_inner{
  padding: 0 40px;
}
.lp_wrap img{
  max-width: fit-content;
  width: 100%;
}
/*parts*/
.text_wrap{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.icon_wrap{
  text-align: center;
}
.icon_ttl{
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.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;}
.mt-110{margin-top: 110px;}
.mt-120{margin-top: 120px;}
.m-auto{margin-left: auto;margin-right: auto;}
.lp_wrap sup{vertical-align: top;font-size: 0.8em;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.font_bold{font-weight: 700;}
.color_white{color: #fff;}
.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;}
@media only screen and (max-width: 959px){
  .lp_wrap{
    max-width: inherit;
  }
  .lp_inner{
    padding: 0 4.171vw;
  }
  .icon_wrap img{
    width: 6.26vw;
    margin: 0 auto;
  }
  .icon_ttl{
    font-size: 6.048vw;
  }
  .mt-5{margin-top: 0.521vw;}
  .mt-10{margin-top: 1.043vw;}
  .mt-15{margin-top: 1.564vw;}
  .mt-20{margin-top: 2.086vw;}
  .mt-30{margin-top: 3.128vw;}
  .mt-40{margin-top: 4.171vw;}
  .mt-50{margin-top: 5.214vw;}
  .mt-60{margin-top: 6.257vw;}
  .mt-70{margin-top: 7.299vw;}
  .mt-80{margin-top: 8.342vw;}
  .mt-90{margin-top: 9.385vw;}
  .mt-100{margin-top: 10.428vw;}
  .mt-110{margin-top: 11.47vw;}
  .mt-120{margin-top: 12.513vw;}
}
/*------------btn------------*/
.grd_btn.btn_01 a{
  box-shadow: 0px 10px 30px 0px rgba(255, 166, 173, 0.9);
  background: linear-gradient(to right, #FB8B1F, #FA2B6A);
}
.grd_btn.btn_02 a{
  box-shadow: 0px 10px 30px 0px rgba(157, 255, 247, 0.9);
  background: linear-gradient(to right, #18EFF1, #76AEB3, #FF8900);
}
.grd_btn a{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
}
.grd_btn p{
  position: absolute;
  top: 11px;
  left: 17px;
  border: 3px solid #fff;
  height: 128px;
  width: 690px;
  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;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
	right: 65px;
	width: 30px;
	height: 30px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
@media only screen and (max-width: 959px){
  .grd_btn.btn_01 a{
    box-shadow: 0px 1.04vw 3.13vw 0px rgba(255, 166, 173, 0.9);
  }
  .grd_btn.btn_02 a{
    box-shadow: 0px 1.04vw 3.13vw 0px rgba(157, 255, 247, 0.9);
  }
  .grd_btn a{
    height: 15.641vw;
    width: 75.078vw;
    border-radius: 10.428vw;
    font-size: 4.38vw;
  }
  .grd_btn p{
    top: 1.147vw;
    left: 1.773vw;
    border: 0.31vw solid #fff;
    height: 13.034vw;;
    width: 71.95vw;
    border-radius: 10.428vw;
  }
  .grd_btn p span.style_01{
    font-size: 3.337vw;
  }
  .grd_btn a:after{
    right: 6.778vw;
    width: 3.128vw;
    height: 3.128vw;
    border-top: 0.42vw solid #fff;
    border-right: 0.42vw solid #fff;
  }
}
/*------------ac------------*/
.ac_switch{
  position: relative;
  cursor: pointer;
  background: #626262;
  padding: 24px 60px 24px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.ac_contents{
  background: #fff;
  color: #000;
  padding: 40px;
}
.ac_area_02 .ac_contents{
  background: #333333;
  color: #fff;
}
.ac_switch:after,
.ac_switch.ac_open:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.ac_switch:after{
  background:url("/bakuage/netflix/preview_screening/202507/assets/images/open.png");
  background-size: 100% 100%;
}
.ac_switch.ac_open:after{
  background:url("/bakuage/netflix/preview_screening/202507/assets/images/close.png");
  background-size: 100% 100%;
}
.ac_none{display: none;}
@media only screen and (max-width: 959px){
  .ac_switch{
    padding: 2.503vw 6.257vw 2.503vw 3.128vw;
    font-size: 3.128vw;
  }
  .ac_contents{
    padding: 4.171vw;
  }
  .ac_switch:after,
  .ac_switch.ac_open:after{
    width: 2.086vw;
    height: 2.086vw;
    right: 3.128vw;
  }
}
/*------------kv------------*/
.top_logo_area{
  text-align: center;
  background-color: #000;
  padding: 60px 0;
}
@media only screen and (max-width: 959px){
  .top_logo_area{
    padding: 6.257vw 0;
  }
  .top_logo_area img{
    width: 66.94vw;
  }
}
/*------------section_01------------*/
.section_01{
  background-image: url(/bakuage/netflix/bakuagesummer_campaign/assets/images/bg_01.png);
  background-color: #ecfbfe;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 80px 0 80px;
}
.section_01 .btn_top_text{
  font-size: 32px;
  font-weight: 700;
}
.section_01 .white_box{
  background-color: rgb(255 255 255 / 0.36);
  box-shadow: 0px 0px 15px 0px rgba(73, 199, 193, 0.35);
  text-align: center;
  padding: 45px 0 90px;
}
.section_01 .white_box_top_text{
  font-size: 44px;
  font-weight: 700;
  color: #4EBCCB;
}
.section_01 .notice_text{
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 959px){
  .section_01{
    padding: 8.342vw 0 8.342vw;
  }
  .section_01 .btn_top_text{
    font-size: 3.337vw;
  }
  .section_01 .white_box{
    box-shadow: 0px 0px 1.56vw 0px rgba(73, 199, 193, 0.35);
    padding: 4.692vw 0 9.385vw;
  }
  .section_01 .white_box_top_text{
    font-size: 4.588vw;
  }
  .section_01 .notice_text{
    font-size: 2.92vw;
  }
}
/*------------section_02------------*/
.section_02{
  background-color: #edfffe;
}
.section_02 .video_wrap{
  text-align: center;
  margin: auto;
  font-size: 0;
}
.section_02 .img_03{
  text-align: center;
  margin-bottom: 100px;
}
.section_02 .video_wrap video{
  width: 100%;
  max-width: 800px;
}
.section_02 .text_wrap{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #575757;
}
.section_02 .text_01{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.section_02 .text_02{
  font-size: 32px;
}
@media only screen and (max-width: 959px){
  .section_02 .img_03{
    margin-bottom: 10.428vw;
  }
  .section_02 .video_wrap video{
    max-width: 83.42vw;
  }
  .section_02 .text_wrap{
    max-width: 83.42vw;
  }
  .section_02 .text_01{
    font-size: 3.754vw;
  }
  .section_02 .text_02{
    font-size: 3.337vw;
  }
}
/*------------section_03------------*/
.bg_wrap_01{
  background-image: url(/bakuage/netflix/bakuagesummer_campaign/assets/images/bg_02.png);
  background-color: #000;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 350px 0 0;
}
.section_03{
  text-align: center;
}
.section_03 .sec_ttl{
  font-size: 120px;
  font-weight: 700;
  color: #fff;
}
.section_03 .sec_sb_ttl{
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}
.section_03 .num_ttl{
  background-color: #fff;
  padding: 55px 0;
  text-align: left;
}
.section_03 .num_span{
  position: relative;
  display: block;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  padding-left: 180px;
  line-height: 1;
}
.section_03 .num_span .style_01{
  font-size: 28px;
  text-align: left;
}
.section_03 .num_box .num_span:before{
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: 92px;
  height: 92px;
  top: 50%;
  transform: translateY(-50%);
  left: 68px;
}
.section_03 .num_1 .num_span:before{background-image: url(/bakuage/netflix/bakuagesummer_campaign/assets/images/num_01.png);}
.section_03 .num_2 .num_span:before{background-image: url(/bakuage/netflix/bakuagesummer_campaign/assets/images/num_02.png);}
.section_03 .num_3 .num_span:before{background-image: url(/bakuage/netflix/bakuagesummer_campaign/assets/images/num_03.png);}
.section_03 .num_inner{
  border: 4px solid #fff;
  border-top: none;
  box-sizing: border-box;
  padding: 60px 40px;
}
.section_03 .num_text{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
.section_03 .num_notice{
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 959px){
  .bg_wrap_01{
    padding: 36.496vw 0 0;
  }
  .section_03 .sec_ttl{
    font-size: 12.513vw;
  }
  .section_03 .sec_sb_ttl{
    font-size: 6.465vw;
  }
  .section_03 .num_ttl{
    padding: 5.735vw 0;
  }
  .section_03 .num_span{
    font-size: 5.005vw;
    padding-left: 18.77vw;
  }
  .section_03 .num_span .style_01{
    font-size: 2.92vw;
  }
  .section_03 .num_box .num_span:before{
    width: 9.593vw;
    height: 9.593vw;
    left: 7.091vw;
  }
  .section_03 .num_inner{
    border: 0.42vw solid #fff;
    padding: 6.257vw 4.171vw;
  }
  .section_03 .num_text{
    font-size: 3.754vw;
  }
  .section_03 .num_notice{
    font-size: 2.503vw;
  }
}
/*------------section_04------------*/
.section_04 .sub_ttl{
  font-size: 36px;
  font-weight: 700;
  padding-left: 25px;
  border-left: 7px solid #2DCBB8;
  color: #fff;
}
@media only screen and (max-width: 959px){
  .section_04 .sub_ttl{
    font-size: 3.754vw;
    padding-left: 2.607vw;
    border-left: 0.73vw solid #2DCBB8;
  }
}
/*------------float_area------------*/
.float_area{
  background-color: rgb(255 255 255 / 0.36);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.fixed{
  opacity: 1;
  z-index: 10;
}
.float_area ul{
  display: flex;
  justify-content: center;
}
.float_area ul li:first-child{
  margin-right: 50px;
}
.page-docomo-lp .page-second footer{
  padding-bottom: 170px;
}
/*parts*/
.float_area ul li .grd_btn.btn_01 a{
  box-shadow: 0px 5px 10px 0px rgba(255, 166, 173, 0.9);
}
.float_area ul li .grd_btn.btn_02 a{
  box-shadow: 0px 5px 10px 0px rgba(157, 255, 247, 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 p span.style_01{
  font-size: 21px;
}
.float_area ul li .grd_btn a:after{
	right: 37px;
	width: 17px;
	height: 17px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
@media only screen and (max-width: 959px){
  /*parts*/
  .float_area ul li .grd_btn.btn_01 a{
    box-shadow: 0px 0.52vw 1.04vw 0px rgba(255, 166, 173, 0.9);
  }
  .float_area ul li .grd_btn.btn_02 a{
    box-shadow: 0px 0.52vw 1.04vw 0px rgba(157, 255, 247, 0.9);
  }
  .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: 3.858vw;
    width: 1.773vw;
    height: 1.773vw;
    border-top: 0.42vw solid #fff;
    border-right: 0.42vw solid #fff;
  }
  .float_area{
    padding: 1.56vw 0;
    max-width: 100.104vw;
  }
  .float_area ul li:first-child{
    margin-right: 5.214vw;
  }
  .page-docomo-lp .page-second footer{
    padding-bottom: 17.855vw;
  }
}
/*------------footer------------*/
.banner_bottom{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-docomo-lp footer{
  max-width: 960px;
  margin: 0 auto;
  background-color: #000;
  margin-top: -1px !important;
}
@media only screen and (max-width: 959px){
  .banner_bottom{
    max-width: 72.993vw;
  }
  .page-docomo-lp footer{
    max-width: 100.104vw;
  }
}