.netflix{
  background: #000;
  color: #fff;
}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

共通バーツ打ちけし

**************************************************/
#SBP23 .section{
  max-width: 980px;
  margin: 0 auto; 
}
#SBP23 .bd2cTitle{
  margin: 0;
}
#SBP23 .entryBody{
  margin-top: 120px; 
}
#SBP23 .header .navBtn {
  z-index: 10002;
}
#SBP23 .header .headNav {
  z-index: 10001;
}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

共通設定

**************************************************/

.netflix .entryBody .entryBox{
  padding: 60px 80px;
  border-radius: 10px;
  background-color: #fff;
  color: #4d4d4d;
  box-shadow: 0px 0px 22px 0px #e21e1b;
}

.bgDiagonal,.bgDiagonal2{
  position: relative;
}

.bgDiagonal >*,.bgDiagonal2 >*{
  position:relative;
  z-index: 100;
}

.bgDiagonal:before{
  display:block;
  position:absolute;
  content: "";
  top: 178px;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0.14;
  background-image: linear-gradient(to bottom, #e21e1b, rgba(226, 30, 27, 0));
}

.bgDiagonal:after{
  width: 0px;
  height: 0px;
  position:absolute;
  top: 178px;
  left: 0;
  border-style: solid;
  border-width: 300px 100vw 0 0;
  border-color: #000000 transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
}

.bgDiagonal2:before{
  display:block;
  position:absolute;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0.14;
  background-image: linear-gradient(to bottom, #e21e1b, rgba(226, 30, 27, 0));
}


.bgDiagonal2:after{
  width: 0px;
  height: 0px;
  position:absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 300px 100vw 0 0;
  border-color: #000000 transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
}


@media screen and (max-width: 1024px) {
  .netflix{
    padding-bottom: 180px;
  }
  #SBP23 .entryBody{
    margin-top: 60px; 
  }

  .netflix .entryBody .entryBox{
    padding: 30px;
    border-radius: 5px;
  }

  .bgDiagonal:before{
    display:block;
    position:absolute;
    content: "";
    top: 200px;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14;
    background-image: linear-gradient(to bottom, #e21e1b, rgba(226, 30, 27, 0));
  }
  
  .bgDiagonal:after{
    width: 0px;
    height: 0px;
    position:absolute;
    top: 200px;
    left: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
  }
  
  .bgDiagonal2:before{
    display:block;
    position:absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14;
    background-image: linear-gradient(to bottom, #e21e1b, rgba(226, 30, 27, 0));
  }
  
  
  .bgDiagonal2:after{
    width: 0px;
    height: 0px;
    position:absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
  }
  
}



/*+*+++++++++++++++++++++++++++++++++++++++++++++++

ビジュアルエリア

**************************************************/
.netflix{
  padding-bottom: 190px;
}
.netflix .kv{
  background: #1a1a1a;
}

.netflix .kv .campaign{
  max-width: 1200px;
  height: 80px;
  box-sizing: border-box;
  padding: 0 10%;
  margin: 0 auto;
  background-color: #404040;
  display:flex;
  justify-content:center;
  align-items: center;
}

.netflix .kv .campaign .campaignLabel{
  width: 145px;
  height: 60px;
  margin: 0 20px 0 0;
  display:flex;
  justify-content:center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  text-align:center;
  font-size: 20px;
  color: #e21e1b;
  font-weight: bold;
}

.netflix .kv .campaign .campaignDate{
  width: calc(100% - 165px);
}

.netflix .kv .campaign .campaignDate img{
  width: 100%;
  height: auto;
}



@media screen and (max-width: 1024px) {
  .netflix .kv .campaign{
    height: auto;
    padding: 20px 40px;
    flex-direction: column;
  }
  
  .netflix .kv .campaign .campaignLabel{
    width: 100%;
    height: 30px;
    margin: 0 0 24px;
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 1;
  
  }
  
  .netflix .kv .campaign .campaignDate{
    width: 100%;
  }

}


/*+*+++++++++++++++++++++++++++++++++++++++++++++++

スライドエリア

**************************************************/

.slider{
  padding: 10px 0;
}
.slider_list li{
  position: relative;
}

.slider_list li a > img{
  width: 100%;
}

.slider_list li .ico{
  position:absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.slider_list li .ico img{
  width: 60px;
}

.sliderButton{
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 60px;
  margin-top: -30px;
}

.sliderButton > img{
  width: 60px;
}
.sliderButton.sliderButtonNext{
  right: calc( 2% - 20px );
}
.sliderButton.sliderButtonPrev{
  left: calc( 2% - 20px );
}

@media screen and (max-width: 1024px) {

.sliderButton{
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  margin-top: -20px;
}

.sliderButton > img{
  width: 40px;
}
.sliderButton.sliderButtonNext{
  right: 16%;
}
.sliderButton.sliderButtonPrev{
  left: 16%;
}
}


/*+*+++++++++++++++++++++++++++++++++++++++++++++++

リードエリア

**************************************************/
.netflix .lead{
  max-width: 820px;
  margin: 0 auto 58px;
}
.netflix .lead p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 0;
}

.netflix .lead .leadBox{
  margin-top: 20px;
  padding: 22px 140px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.netflix .lead .leadBox > p strong{
  font-weight: bold;
  color: #fff;
}

.netflix .lead .leadBox p a{
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .netflix .lead{
    margin: 0 auto 30px;
    padding: 20px 40px;
  }

  .netflix .lead p {
    text-indent: -1em;
    padding-left: 1em;
  }
  
  
  .netflix .lead .leadBox{
    padding: 11px 25px;
  }
}


/*+*+++++++++++++++++++++++++++++++++++++++++++++++

エントリーボタンエリア

**************************************************/
.netflix .entry{
  width: 640px;
  margin: 0 auto;
  text-align:center;
}

.netflix .entry .entryTxt{
  text-align:center;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
}

.netflix .entry .entryBtn{
  display:block;
  width: 640px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 26px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #e21e1b 2%, #e02d1e 35%, #d96026 52%, #864901 84%);
  text-decoration: none;
  position: relative;
}
.netflix .entry .entryBtn:after{
  display:block;
  position:absolute;
  right: 175px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}


.netflix .entry .entryBtn:hover{
  opacity: .75;
}

.entryFloat{
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  z-index: 10000;
  opacity: 0;

}

.entryFloat.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.entryFloat.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(300px);
  }
}

.netflix .entryFloat .entryBtnLg{
  display:block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 26px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #e21e1b 2%, #e02d1e 35%, #d96026 52%, #864901 84%);
  text-decoration: none;
  position: relative;
}

.netflix .entryFloat .entryBtnLg:after{
  display:block;
  position:absolute;
  right: 92px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}

.netflix .entryFloat .entryBtnLg:hover{
  opacity: .75;
}


@media screen and (max-width: 1024px) {
  .netflix .entry{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .netflix .entry .entryTxt{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  
  .netflix .entry .entryBtn{
    display:block;
    width: 100%;
    font-size: 2.0rem;
    padding: 16px 0 16px 0;
    text-align:center;
    background-image: linear-gradient(174deg, #e21e1b 2%, #e02d1e 35%, #d96026 52%, #864901 84%);
    text-decoration: none;
    position: relative;
  }
  .netflix .entry .entryBtn:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
  
  
  .netflix .entry .entryBtn:hover{
    opacity: 1;
  }


    
  .entryFloat{
    position: fixed;
    bottom: 40px;
    left: 0%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 0px;
    width: 100%;
    z-index: 10000;

  }

  .netflix .entryFloat .entryBtnLg{
    display:block;
    width: 100%;
    
    box-sizing: border-box;
    font-size: 2rem;
    border-radius: 5px;
    padding: 16px 0 16px 0;
  }

  .netflix .entryFloat .entryBtnLg:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }



  .netflix .entryFloat .entryBtnLg:hover{
    opacity: .75;
  }

}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

見出しデザイン

**************************************************/


#SBP23 .netflix .bd2cTitle{
  text-align:center;
  border:none;
  margin-bottom: 60px;
}

#SBP23 .netflix .bd2cTitle::after{
  background: #E21E1B;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  left: 50%;
  margin-left: -50px;
}

@media screen and (max-width: 1024px) {
  #SBP23 .netflix .bd2cTitle{
    text-align:center;
    border:none;
    margin-bottom: 60px;
  }
  
  #SBP23 .netflix .bd2cTitle::after{
    background: #E21E1B;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    left: 50%;
    margin-left: -50px;
  }
  
  
    #SBP23 .netflix .bd2cTitle{
      margin-bottom: 30px;
    }
  
}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

キャンペーン内容

**************************************************/
#SBP23 .netflix .campaign{
  text-align: center;
  margin-bottom: 40px;
}
#SBP23 .netflix .campaign .campaignTxt{
  text-align:center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

#SBP23 .netflix .campaign .campaignImg{
  margin: 0;
  margin-bottom: 40px;
}

#SBP23 .netflix .campaign .campaignNote{
  margin: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {

  #SBP23 .netflix .campaign{
    text-align: center;
    margin-bottom: 0;
  }

  #SBP23 .netflix .campaign .campaignImg{
    margin: 0;
    margin-bottom: 40px;
    text-align:center;
  }
  #SBP23 .netflix .campaign .campaignImg img{
    width: 100%;
  }
  
  #SBP23 .netflix .campaign .campaignNote{
    margin: 0;
    font-size: 1.2rem;
    text-align:left;
    text-indent: -.7em;
    padding-left: .7em;
  }


}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

条件

**************************************************/

#SBP23 .netflix .condition ol{
  list-style-type: none;
  margin-bottom: 40px;
}

#SBP23 .netflix .condition ol li{
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
  counter-increment: count
}

#SBP23 .netflix .condition ol li:before{
  width: 24px;
  height: 24px;
  color: #fff;
  text-align:center;
  font-size: 1.8rem;
  border-radius: 12px;
  background-color: #e21e1b;
  display:block;
  position:absolute;
  top: 0;
  left: 0;
  content:counter(count);
}

#SBP23 .netflix .condition ol li + li{
  margin-top: 14px;
}

#SBP23 .netflix .condition ol li span{
  color: #e21e1b;
}

#SBP23 .netflix .condition p{
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

#SBP23 .netflix .condition ul li{
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #SBP23 .netflix .condition ol{
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
  }

  #SBP23 .netflix .condition ol li{
    font-size: 1.6rem;
    padding-left: 32px;
  }

  #SBP23 .netflix .condition ol li:before{
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    border-radius: 10px;
  }


  #SBP23 .netflix .condition ol li + li{
    margin-top: 7px;
  }


  #SBP23 .netflix .condition p{
    margin-bottom: 10px;
  }

  #SBP23 .netflix .condition ul li{
    text-indent: -1em;
    padding-left: 1em;
  }

}



/*+*+++++++++++++++++++++++++++++++++++++++++++++++

キャンペーン対象期間

**************************************************/
#SBP23 .period .periodTxt{
  margin:0;
  font-size: 2.8rem;
  text-align:center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #SBP23 .period .periodTxt{
    margin:0;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #SBP23 .period .periodTxt span{
    display: block;
  }
  
  #SBP23 .period .periodTxt span{
    margin-bottom: 12px;;
  }

  #SBP23 .period .periodTxt span:last-child{
    margin-bottom: 0;
  }
}


/*+*+++++++++++++++++++++++++++++++++++++++++++++++

キャンペーン参加⽅法

**************************************************/

.joinTxt{
  text-align:center;
}

#SBP23 .acBox {
  background: #fff;
  border-radius: 10px;
  margin-top: 60px;
}
#SBP23 .acBoxLead {
  color: #4D4D4D;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 0 40px;
  font-weight: bold;
  position:relative;
  padding-left: 32px;
}

#SBP23 .acBoxLead:before{
  width: 24px;
  height: 24px;
  display:block;
  position:absolute;
  background: #E21E1B;
  border-radius: 12px;
  top: 50%;
  left: 0%;
  margin-top: -12px;
  content: "";
}


#SBP23 .acBox dt {
  padding: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_acc.svg) no-repeat calc(100% - 60px) center;
  background-size: 40px 40px;
}
#SBP23 .acBox.open dt {
  cursor: default;
  background: none;
}
#SBP23 .acBox dt span.img {
  width: 65px;
  margin-right: 20px;

}
#SBP23 .acBox dt span.num {
  width: 148px;
  height: 60px;
  border-radius: 10px;
  background-color: #e21e1b;
  font-size: 2.8rem;
  margin-right: 40px;
  line-height: 1;
  padding-top: 0;
}
#SBP23 .acBox dt span.text {
  flex: 1;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 0;
  color: #000;
}
#SBP23 .acBox dt:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .acBox.open dt:hover {
  opacity: 1;
}
#SBP23 .acBox dt.cur {
  background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_acc_on.svg) no-repeat calc(100% - 60px) center;
  background-size: 40px 40px;
}
#SBP23 .acBox dd {
  border-top: 4px solid #ccc;
  padding: 40px 80px;
  line-height: 1.8;
  display: none;
}

#SBP23 .acBox dd.open{
  display: block;
}

#SBP23 .acBox dd a.entryTxt{
  color: #000;
}

#SBP23 .acBox dd a.entryBtn{
  color: #fff;
}
#SBP23 .acBox.open dd {
  display: block;
}

#SBP23 .acBox dd .flow{
  display: flex;
  color: #000;
  gap: 20px;
}

#SBP23 .acBox dd .flow .flowItem{
  flex: 1;
}

#SBP23 .acBox dd .flow .flowLabel{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#SBP23 .acBox dd .flow .flowLabel span{
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1;
}

#SBP23 .acBox dd .flow .flowNote{
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
  margin: 20px 0 0;
  line-height: 1.5;
}

#SBP23 .acBox dd .flow + .entry{
  margin-top: 60px;
}


@media screen and (max-width: 1024px) {
  #SBP23 .acBox {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
  }
  #SBP23 .acBox dt {
    padding: 20px;
    background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_acc.svg) no-repeat calc(100% - 10px) center;
  
    background-size: 20px 20px;
  }
  #SBP23 .acBox.open dt {
    cursor: default;
    background: none;
  }
  #SBP23 .acBox dt span.img {
    width: 32px;
    margin-right: 10px;
  
  }
  #SBP23 .acBox dt span.num {
    width: 74px;
    height: 30px;
    border-radius: 5px;
    background-color: #e21e1b;
    font-size: 1.4rem;
    margin-right: 20px;
  }
  #SBP23 .acBox dt span.text {
    font-size: 1.6rem;
  }
  #SBP23 .acBox dt:hover {
    opacity: 1;
    transition: 0s;
  }
  #SBP23 .acBox.open dt:hover {
    opacity: 1;
  }
  #SBP23 .acBox dt.cur {
    background: url(/mobile/set/data/menulist/campaigns/netflix-campaign-20240322/img/shared/ico_acc_on.svg) no-repeat calc(100% - 10px) center;
    background-size: 20px 20px;
  }
  #SBP23 .acBox dd {
    border-top: 2px solid #ccc;
    padding: 20px;
  
  }
  
  #SBP23 .acBox dd .entry{
    padding: 0;
  }
  
  
  #SBP23 .acBox dd .flow{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  #SBP23 .acBox dd .flow .flowItem{
    flex: 1;
    width: 60%;
  }
  
  #SBP23 .acBox dd .flow .flowItem + .flowItem{
    margin-top: 20px;
  }
  
  #SBP23 .acBox dd .flow .flowLabel{
    font-size: 1.4rem;
  }
  
  #SBP23 .acBox dd .flow .flowLabel span{
    margin-bottom: 10px;
  }
  
  #SBP23 .acBox dd .flow .flowNote{
  
    margin: 10px 0 0;
  }
  
  #SBP23 .acBox dd .flow + .entry{
    margin-top: 30px;
  }
  

}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

Netflixはここがすごい

**************************************************/

.entryBody.point{
  margin-top: 150px;
}
.entryBody .bd3cTitle{
  background: #e21e1b;
  max-width: 820px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 10px;
  position: relative;
  margin-top: -85px;
  margin-bottom: 50px;
}


.point .pointRow{
  display: flex;
  align-items: center;
}

.point .pointRow .pointImg{
  order: 2;
  width : 400px;
  margin-left: 40px;
}

.point .pointRow .pointCont{
  order: 1;
  width: calc( 100% - 440px );
}


#SBP23 .entryBody.point .pointRow .pointCont .pointTxt{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}

#SBP23 .entryBody.point .pointRow .pointCont .pointNote{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 0;
}

#SBP23 .entryBody.point .pointRow .pointCont .pointAtten{
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.point .pointRow .pointCont .pointNote strong{
  display: block;
  line-height: 2;
}

.point .pointRow + .pointRow{
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {

  .netflix .entryBody .entryBox.pointGapless{
    padding-left: 0;
    padding-right: 0;
  }
  .entryBody .bd3cTitle{
    height: auto;
    padding: 10px 0;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    margin: -50px auto 25px;
    text-align: center;
  }
  

  .pointGapless .bd3cTitle{
    width: calc( 100% - 60px );
    margin-left: auto;
    margin-right: auto;

  }
  
  .point .pointRow{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
  }

  
  .point .pointRow .pointImg{
    order: 1;
    width : 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .point .pointRow .pointImg img{
    width: 100%;

  }
  
  .point .pointRow .pointCont{
    order: 2;
    width: 100%;
  }
  
  
  #SBP23 .entryBody.point .pointRow .pointCont .pointTxt{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
  }
  
  #SBP23 .entryBody.point .pointRow .pointCont .pointNote{
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
  }

  #SBP23 .entryBody.point .pointRow .pointCont .pointAtten{
    text-indent: -.5em;
    padding-left: 0em;
  }
  
  .point .pointRow + .pointRow{
    margin-top: 20px;
  }
  
  
  


}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

プラン一覧

**************************************************/

#SBP23 .entryBody.point .plan{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #a0a0a0;
}

#SBP23 .entryBody.point .plan .bd2cTitle{
  margin-bottom: 100px;
}

#SBP23 .entryBody.point .plan .planList.swiper{
  overflow: visible;
}

#SBP23 .entryBody.point .plan .planList.swiper .swiper-wrapper{
  display: flex;
  gap: 20px;
}

#SBP23 .entryBody.point .plan .planItem{
  flex: 1;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  position:relative;
}

#SBP23 .entryBody.point .plan .planItem .planRecommended{
  position:relative;
  font-size: 1.8rem;
  color: #e21e1b;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

#SBP23 .entryBody.point .plan .planItem .planRecommended::before{
  display:inline-block;
  width: 2px;
  height: 16px;
  background: #e21e1b;
  transform:rotate(-35deg);
  margin-right: 10px;
  content:"";
}

#SBP23 .entryBody.point .plan .planItem .planRecommended::after{
  display:inline-block;
  width: 2px;
  height: 16px;
  transform:rotate(35deg);
  background: #e21e1b;
  margin-left: 10px;
  content:"";
}

#SBP23 .entryBody.point .plan .planItem p{
  margin: 0;
}

#SBP23 .entryBody.point .plan .planItem .planItemHead{
  background: #000;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 10px 10px 0 0;
}

#SBP23 .entryBody.point .plan .planItem .planItemHead.planStandard{
  background-image: linear-gradient(161deg, #000 32%, #e21e1b 129%);
}


#SBP23 .entryBody.point .plan .planItem .planItemBody{
  padding: 45px 20px 40px;
}


#SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow{
  display: flex;
  align-items: center;
}

#SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow + .planItemRow{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #a0a0a0;
}

#SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow .planLabel{
  font-size: 1.6rem; 
  line-height: 1.5;
}

#SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow .planTxt{
  font-weight: bold;
  margin-left: auto;
  line-height: 1.5;
  text-align: center;
}

#SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow .planTxt span{
  display: block;
  font-size: 1.2rem;
}

#SBP23 .entryBody.point .plan .planNote{
  margin: 20px 0 0;
  font-size: 1.2rem;
}

#SBP23 .entryBody.point .plan .entry{
  margin-top: 70px;
}

#SBP23 .entryBody.point .plan .entry .entryTxt{
  color: #000;
}



@media screen and (max-width: 1024px) {

  #SBP23 .entryBody.point .plan{
    margin-top: 0;
    padding: 30px 0 0;
    border: none;
    position:relative;
  }

  #SBP23 .entryBody.point .plan:before{
    display: block;
    width: calc( 100% - 60px );
    height: 1px;
    background: #ccc;
    margin: 0 auto 30px;

    content: "";
  }

  #SBP23 .entryBody.point .plan .bd2cTitle{
    margin-bottom: 00px;
  }
  
  #SBP23 .entryBody.point .plan .planList.swiper{
    overflow:hidden;
    padding-top: 100px;
  }
  
  #SBP23 .entryBody.point .plan .planList.swiper .swiper-wrapper{
    gap: 0;
  }
  
  #SBP23 .entryBody.point .plan .planItem{
    flex: none;
    border-radius: 5px;
    box-sizing: border-box;
  
  }
  
  #SBP23 .entryBody.point .plan .planItem p{
    margin: 0;
  }
  
  #SBP23 .entryBody.point .plan .planItem .planItemHead{
    background: #000;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
  }
  
  #SBP23 .entryBody.point .plan .planItem .planItemBody{
    padding: 22px 10px 20px;
  }
  
  
  #SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow{
    display: flex;
    align-items: center;
  }
  
  #SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow + .planItemRow{
    margin-top: 10px;
    padding-top: 10px;
  }
  
  #SBP23 .entryBody.point .plan .planItem .planItemBody .planItemRow .planLabel{
    font-size: 1.6rem; 
    line-height: 1.5;
  }
  
  
  
  #SBP23 .entryBody.point .plan .planNote{
    margin: 10px 0 0 30px;
  }
  
  #SBP23 .entryBody.point .plan .entry{
    margin-top: 35px;
    padding: 0 30px;
  }

  #SBP23 .entryBody.point .plan .planList .sliderButton{
    position: absolute;
    top: calc( 50% + 60px );
  }

  

  #SBP23 .entryBody.point .plan .planList .sliderButton.sliderPlanButtonPrev{
    left: 5px;
  }
  #SBP23 .entryBody.point .plan .planList .sliderButton.sliderPlanButtonNext{
    right: 5px;
  }
  

}


/*+*+++++++++++++++++++++++++++++++++++++++++++++++

Netflixで観るべき人気の作品はこちら

**************************************************/

.recommendRow{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.recommendItem{
  width: 48.5%;
  position: relative;
}

.recommendItem + .recommendItem + .recommendItem{
  margin-top: 40px;
}

.recommendItem .ico{
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.recommendItem .ico img{
  width: 60px;
}

#SBP23 .entryBody.recommend .recommendRow .recommendItem p{
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.recommendItem:nth-child(even){
  margin-left: auto;
}


@media screen and (max-width: 1024px) {
  .recommendRow{
    margin-bottom: 35px;
  }
  
  .recommendItem{
    width: 100%;
  }

  .recommendItem img{
    width: 100%;
  }
  
  .recommendItem + .recommendItem{
    margin-top: 20px;
  }
  .recommendItem + .recommendItem + .recommendItem{
    margin-top: 20px;
  }
  
  #SBP23 .entryBody.recommend .recommendRow .recommendItem p{
    margin: 8px 0 0;

  }
  
  .recommendItem:nth-child(even){
    margin-left: 0;
  }
}

/*+*+++++++++++++++++++++++++++++++++++++++++++++++

注意事項

**************************************************/
#SBP23 .entryBody.attention{
  margin-bottom: 120px;
}
#SBP23 .entryBody .discList{
  margin: 0 0 40px;
}
#SBP23 .entryBody .attentionTit{
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
#SBP23 .entryBody .discList li{
  padding-left: 22px;
  position: relative;
  line-height: 2;
  font-size: 1.4rem;
  color: #4d4d4d;
}

#SBP23 .entryBody .discList li a{
  color: #4d4d4d;
  text-decoration: underline;
}

#SBP23 .entryBody .discList li:before{
  content: '●';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #a0a0a0;
  background: none;
}


#SBP23 .section .textLh {
  line-height: 1.8;
}
#SBP23 .thumbLead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 40px;
}


@media screen and (max-width: 1024px) {
  #SBP23 .entryBody.attention{
    margin-bottom: 60px;
  }
  
  #SBP23 .entryBody .discList{
    margin: 0 0 20px;
  }
  #SBP23 .entryBody .attentionTit{
    margin-bottom: 10px;
  
  }
  #SBP23 .entryBody .discList li{
    padding-left: 11px;
  
  }

}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  position: relative;
  z-index: 1000;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 8px;
  left: auto;
  border: none;
  padding: 0;
  background:none;
}

.modal-content iframe{
  margin: 0;
}
.close {
  color: #fff;
  float: right;
  font-size: 56px;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}