  /* 91孟弼プリンスクラブ
---------------------------- */
#spc .c-heading__title{
  max-width: initial;
  width: auto;
}
#spc .l-block--type2{
 padding-top: 0;
 padding-bottom: 0;
}
#spc .section_mv{
  text-align:center;
  font-size:16px;
  margin: 70px auto;
}

#spc .section_mv .text{
 line-height:2;
}

#spc .section_mv .text-s{
 font-size:14px;
}

#spc .mv_pc{
  max-width:835px;
  width:100%;
  margin:0 auto 80px;
}
#spc .p-benefit-btn{
 height: 70px;
}

#spc .c-btn3 a{
 margin-bottom:20px;
}
#spc .c-btn3 a .spc-logo{
 max-width: 216px;
}

#spc .c-btn3 a:before , #spc .c-btn3 a:hover:before, #spc .c-btn3 a:focus:before{
 content:none;
}

#spc .c-icon-blank{
  position: absolute;
    top: 5px;
    right: 15px;
}

#spc .c-title1{
 line-height:1.8;
 padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
 #spc .l-block {
    padding-top: 60px;
    padding-bottom: 0;
 }
 #spc .l-block.section_mv_top {
  padding-top: 0;
 }
 #spc .section_mv{
  padding: 0 18px;
  margin: 30px auto 0;
 }

  #spc .mv_pc {
    max-width: initial;
    width: 100%;
    margin: 0 auto 30px;
  }
  #spc .section_mv .text{
    text-align: left;
  }
  #spc .section_mv .text br{
    display: none;
  }


}

/* point
----------------- */
#spc .c-cards.spc-pont{
  margin: auto;
  text-align: center;
}

#spc .spc-pont-flex{
 display: flex;
}

#spc .spc-pont-flex li{
  background: #f5f5f5;
  border-radius: 10px;
  max-width: 280px;
  width: 100%;
  padding: 28px;
  text-align: center;
  margin-right: 30px;
}
#spc ul.spc-pont-flex:first-of-type{
  margin-bottom: 30px;
}
#spc ul.spc-pont-flex:last-of-type{
  margin-bottom: 40px;
}
#spc .spc-pont-flex li:last-of-type{
  margin-right: 0;
}
#spc .spc-pont-flex li .point-text{
 line-height: 1.6;
 height: 52px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight:600;
 font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #spc .c-title1{
    text-align: left;
    font-weight: 600;
    line-height: 1.6;
    font-size: 20px;
  }
  #spc .spc-pont-flex{
    flex-wrap: wrap;
    justify-content: space-between;
    
   }
   #spc ul.spc-pont-flex:first-of-type{
    margin-bottom: 0;
   }
   #spc  .c-title1--center:after{
    left: 0;
    transform: translateX(0);
   }

   #spc .spc-pont-flex li {
    max-width:48%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
   }
   #spc .spc-pont-flex li:nth-of-type(even) {
     margin-right: 0;
   }
   #spc ul.spc-pont-flex:last-of-type {
    margin-bottom: 30px;
  }

  #spc .spc-pont .text-s {
    font-size: 14px;
  }

}



/* shop
----------------- */
#spc .spc-shop{
  text-align: center;
  margin: 0 auto 100px;
}
#spc .spc-shop .text{
  line-height: 1.6;
}
#spc .spc-shop .p-benefit-btn{
   margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #spc .spc-shop .text{
    text-align: left;
  }
  #spc .spc-shop .text br{
    display: none;
  }
  #spc .spc-shop {
    margin: 0 auto 60px;
  }
}


/* SEIBU Smile ID
----------------- */
#spc .spc-smileid-bg{
  background: url(/assets/img/group/spc/spc-smileid-bg.jpg);
 
}

#spc .spc-smileid{
  padding: 90px 0 100px;
  color: #fff;
  text-align: center;
}
#spc .spc-smileid h3{
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 42px;
  position: relative;
}
#spc .spc-smileid h3::after{
  content: url(/assets/img/group/spc/spc-smileid-under.png);
  display: block;
  position: absolute;
  top: 24px;
}

#spc .spc-smileid .join-btn{
 display: block;
 font-size: 24px;
 font-weight: 600;
 color: #444444;
 background: #ffdf34;
 margin: 0 auto 20px;
 max-width: 620px;
 width: 100%;
 border-radius: 10px;
 text-align: center;
 padding:30px 0;
 
}
#spc .spc-smileid .join-btn .btn-text{
  display: inline-block;
  position: relative;
}
#spc .spc-smileid .c-icon-blank {
  right: -28px;
  top: 0;
}
#spc .spc-smileid .join-btn:hover {
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
  border-radius: 10px;
  background-color: #fff;
}
#spc .spc-smileid .text{
  line-height: 1.6;
}

#spc .guide-info{
  max-width: 620px;
  width: 100%;
  border: 1px solid #fff;
  padding: 26px;
  margin: 40px auto 0;
  color: #fff;
  text-align: left;
}
#spc .guide-info a{
  color: #fff;
  line-height: 1.6;
  text-decoration: underline;
  display: inline;
  position: relative;
}

#spc .guide-info a::after{
  content: url(/assets/img/common/icon_blank.gif);
}

@media screen and (max-width: 768px) {
  #spc .spc-smileid{
    padding: 0 18px 60px;
  }
  #spc .spc-smileid .join-btn{
    max-width: initial;
    padding: 26px 20px;
    font-size: 18px;
    text-align: left;
  }
  #spc .spc-smileid h3::after {
    content: url(/assets/img/group/spc/spc-smileid-under.png);
    display: block;
    position: absolute;
    top: 24px;
    transform-origin: 0 0;
    transform: scale(0.8);
  }
  #spc .spc-smileid h3{
    font-size: 25px;
    font-feature-settings: "palt";
  }
  #spc .spc-smileid .text{
    text-align: left;
  }
  #spc .guide-info{
    margin-top: 30px;
    padding: 20px 15px;
    font-size: 14px;
  }
 
}

/* アプリ
------------------------- */
#spc .spc-app-bg{
  background: #d6ebfe;
}

#spc .spc-app{
  padding: 100px 0;
  max-width: 840px;
  width: 100%;
  margin: auto;
}

#spc .spc-app .spc-app-flex{
  display: flex;
  color: #007ac5;
}
#spc .spc-app .spc-app-flex h3{
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  padding: 3px;
  margin-bottom: 34px;
}
#spc .spc-app .spc-app-flex p{
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 600;
  font-feature-settings: "palt";
}
#spc .spc-app .spc-app-flex .app-text{
  padding-right: 70px;
}
#spc .spc-app .spc-app-flex .app-text .app-icon img{
 width: auto;
}
#spc .spc-app .spc-app-flex .app-image{
  flex-shrink: 0;
}

#spc .spc-app  .spc-app-qr{
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}

#spc .spc-app  .spc-app-logo{
 width: auto;
 margin-bottom: 30px;
}
#spc .spc-app .spc-app-qr-flex{
 display: flex;
}

#spc .spc-app .scp-qr-code{
 flex-shrink: 0;
}

#spc .spc-app .scp-qr-text{
  padding: 10px 0 0 20px;
  font-size: 14px;
 }
 #spc .spc-app .scp-qr-text li{
  margin-bottom: 10px;
 }
 #spc .spc-app .scp-qr-text li:last-child{
  margin-bottom: 0;
 }
 #spc .spc-app .scp-qr-text li .blank_icon{
 width: auto;
 margin-left: 5px;
}
#spc .spc-app .scp-qr-text a{
  text-decoration: underline;
  color: #007ac5;
 }

 @media screen and (max-width: 768px) {
  #spc .spc-app-bg{
    padding-bottom: 60px;
  }
  #spc .spc-app .spc-app-flex{
    display: block;
  }
  #spc .spc-app  .spc-app-logo{
    width: 100%;
  }
  #spc .spc-app {
    padding: 0 18px;
    max-width: initial;
    width: 100%;
    margin: auto;
 }

 #spc .spc-app .spc-app-flex .app-text{
  padding-right: 0;
 }
 #spc .spc-app .spc-app-flex h3{
  display: inline;
  font-size: 25px;
  padding: 2px;
  line-height: 1.8;
  font-feature-settings: "palt";
 }



 #spc .spc-app .spc-app-flex p{
   margin: 30px auto;
 }

 #spc .spc-app .spc-app-qr{
  padding: 30px 25px;
 }

 #spc .spc-app .spc-app-qr-flex{
  display: block;
 }
 #spc .spc-app .scp-qr-text {
  padding: 0;
  font-size: 14px;
 }
 #spc .scp-qr-code.u-only-sp{
  display: inline-block;
 }
 #spc .scp-qr-code.u-only-sp img{
  width: auto;
  height: 46px;
  display: inline-block;
  margin-bottom: 32px;
 }
 #spc .spc-app .scp-qr-text li{
  text-indent: -14px;
   margin-left: 14px;
   line-height: 1.6;
 }
 #spc .spc-app .appNone{
  display: none;
 }
}


/* SNS
------------------------- */
#spc .spc-sns-bg{
  background: url(/assets/img/group/spc/spc-sns-bg.jpg);
  color: #444444;
}

#spc .spc-sns{
  padding: 80px 0;
  text-align: center;
}

#spc .spc-sns h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#spc .spc-sns .h3-before{
 color: #007ac5;
 font-size: 20px;
 font-weight: 600;
 display: inline-block;
 position: relative;
 margin-bottom: 20px;
}
#spc .spc-sns .h3-before::before{
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #007ac5;
  position: absolute;
  bottom: 0;
  left: -15px;
  transform: rotate(-20deg);
}

#spc .spc-sns .h3-before::after{
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #007ac5;
  position: absolute;
  bottom: 0;
  right: -15px;
  transform: rotate(20deg);
}


#spc .spc-sns .spc-icon{
display: flex;
justify-content: space-between;
max-width: 300px;
width: 100%;
margin: auto;
}

@media screen and (max-width: 768px) {
  #spc .spc-sns-bg{
    padding: 50px 0;
  }
  #spc .spc-sns {
    padding: 0;
    text-align: center;
  }
  #spc .spc-sns .h3-before{
    font-size: 18px;
  }
  #spc .spc-sns h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #spc .spc-sns .spc-icon{
    max-width: 200px;
  }
  #spc .spc-sns .spc-icon li{
    max-width: 50px;
  }
}
