

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

  img{
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
  }

  .pc-hide{
    display: block;
  }
  .sp-hide{
    display: none;
  }
  .sp-pos-point{
    position: relative;
  }

  .flex-box{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contents-inner{
    width: 92%;
  }

  .cv-btn{
    /* background-image: url(../img/sp/cv_btn.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 0 12px; */
  }
  .cv-btn table{
    width: 100%;
  }

  .cv-btn-inner .btn-input{
    text-indent: 0;
    width: 100%;
    color: transparent;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/sp/cv_btn.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 0 12px;
  }
  .cv-btn::before{
    /* width: 100%; */
    display: none;
  }
  .sp-contents-innner{
    width: 100%;
  }
  .cv-btn:hover .cv-btn-inner .btn-input{
    box-shadow:0px 0px 0px 0px transparent;
    position: relative;
    top: 0px;
  }
  .cv-btn-red:hover .cv-btn-inner a{
    box-shadow: 0px 5px 0px 0px #d44242;
    position: relative;
    top: 0px;
  }

  /* ------------------------
  ------------------------
  ------------------------ */
  header{
    height: 60px;
    padding: 15px 0 12%;
  }
  header .contents-inner{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
  }
  .logo{
    position: static;
  }
  .header-text{
    position: relative;
    top: -2px;
    margin: 0 0 0 20px;
  }

  .mv-block01{
    height: auto;
    padding: 0 0 111%;
    background-image: url("../img/sp/mv-3.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
    .mv-block03{
      height: auto;
      padding: 0 0 14%;
      background-image: url(../img/sp/mv_band-2.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-position: top center;
    }

  /* ------------------------
  ------------------------
  ------------------------ */
  .sec01{
    padding: 14% 0 0%;
    background-image: url(../img/sp/sec01_bg.png);
    background-position: center bottom -10px;
    -webkit-background-size: 120%;
    background-size: 120%;
  }
  .sec01 h2{
    width: 92%;
    margin: auto;
  }
  .sec01-cont{
    left: auto;
  }
  .sec01-female{
    display: none;
  }

  .space{
    display: none;
  }
  .sec01 p{
    width: 100%;
    margin: auto;
    padding: 0 1em;
    /*left: 50%;
    transform: translateX(-50%);*/
    position: absolute;
    bottom: 25px;
    line-height: 1.2;
    font-size: 12px;
  }


  /* ------------------------
  ------------------------
  ------------------------ */

  .sec02 {
    padding: 14% 0;
    background-image: url(../img/sp/sec02_bg.png);
  }
  .sec02 h2{
    margin: 0 0 6%;
  }

  .sec02-box{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
  }
  .sec02-img{
    margin: 0;
  }
  .sec02-img > img{
    margin: 0 0 15px;
  }
  .sec02-img::before{
    position: absolute;
    content: '';
    left: -8px;
    top: 45px;
    width: 89px;
    height: 120px;
    background-image: url(../img/sec02_76man-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }



  /* ------------------------
  ------------------------
  ------------------------ */
  .sec03-first-box{
    padding: 14% 0 11%;
    background-image: url(../img/sp/sec03_first_bg.png);
    -webkit-background-size: 102%;
    background-size: 102%;
  }
  .sec03 li:nth-of-type(2){
    top: 0;
    left: 0;
  }
  .sec03 h2{
    width: 92%;
    margin: 0 auto 25px;
  }

  .sec03 li:nth-of-type(1),
  .sec03 li:nth-of-type(2){
    margin: 0 0 20px;
  }
  .sec03-second-box p{
    font-size: 24px;
    top: -130px;
    /* font-weight: normal; */
  }
  .sec03-second-tri{
    display: none;
  }
  .sec03-second-img{
    top: -45px;
    left: 2px;
  }
  .sec03-skin{
    padding: 17px 10px 20px;
  }
  .sec03-skin p{
    font-size: 27px;
    line-height: 1.2;
    width: 85%;
    margin: auto;
  }
  .sec03-second-box{
    padding: 90px 0 17%;
    background-image: url(../img/sp/sec03_second_box.png);
  }


  /* ------------------------
  ------------------------
  ------------------------ */
  .sec04{
    padding: 5% 0 7%;
    background-image: url(../img/sp/sec04_bg.png);
    background-position: bottom -3% right -30%;
    background-size: 78%;
  }
  .sec04 h2{
    top: auto;
    left: auto;
    margin: 0 0 5%;
  }
  .sec04 ul{
    margin: 0 0 20px;
  }
  .sec04 li{
    background: rgba(255,255,255,0.5);
    float: none;
    padding: 8% 6% 6%;
  }
  .sec04 li p{
    font-size: 15px;
    margin: 0 0 5px;
  }
  .sec04 h3{
    font-size: 20px;
  }
  .sec04-text{
    margin: 0;
  }
  .sec04 li:nth-of-type(1){
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec04 li:nth-of-type(2), .sec04 li:nth-of-type(3){
    width: 100%;
  }
  .sec04 li:nth-of-type(1):before{
    content: '';
    position: absolute;
    left: -8px;
    top: -44px;
    width: 108px;
    height: 100px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .sec04 li:nth-of-type(2):before{
    content: '';
    position: absolute;
    left: -8px;
    top: -44px;
    width: 108px;
    height: 100px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .sec04 li:nth-of-type(3):before{
    content: '';
    position: absolute;
    left: -8px;
    top: -44px;
    width: 108px;
    height: 100px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .sec04 li:nth-of-type(2), .sec04 li:nth-of-type(3){
    height: auto;
  }
  .sec04 li:nth-of-type(1),
  .sec04 li:nth-of-type(2){
    margin: 0 0 30px;
  }
  .sec04 li p span{
    /* display: inline-block; */
    padding: 0 0 0;
    background: linear-gradient(transparent 60%, #fddf8c 60%, #fddf8c 90%, #fddf8c 100%);
    /* background: linear-gradient(#ffffff 0%, #ffffff 50%,#63c1b9 50%, #63c1b9 92%,#ffffff 92%,#ffffff 100%); */
  }
  /* ------------------------
  ------------------------
  ------------------------ */
  .sec05{
    background-image: url(../img/sp/sec05_bg.png);
    padding: 14% 0 12%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .sec05 h2{
    width: 80%;
    margin: 0 auto;
  }
  .sec05-title-sub p{
    font-size: 19px;
    width: 145px;
  }
  .sec05 ul{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec05 li{
    width: 100%;
    margin: 0 0 35px;
    padding: 12% 5% 5%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .sec05 li:nth-of-type(1):before, .sec05 li:nth-of-type(2):before, .sec05 li:nth-of-type(3):before{
    width: 150px;
    background-image: url(../img/sp/step01.png);
    -webkit-background-size: contain;
    background-size: contain;
  }
  .sec05 li:nth-of-type(2):before{
    background-image: url(../img/sp/step02.png);
  }
  .sec05 li:nth-of-type(3):before{
    background-image: url(../img/sp/step03.png);
  }
  .sec05 li:nth-of-type(1) > p, .sec05 li:nth-of-type(2) > p{
    margin: 0 0 25px;
  }
  .sec05-img{
    height: auto;
    width: 48%;
    float: left;
  }
  .sec05 li > p{
    width: 50%;
    font-size: 16px;
  }
  .point-box{
    width: 100%;
    clear: both;
    padding: 5%;
  }
  .sec05 li:nth-of-type(2) .sec05-img img,
  .sec05 li:nth-of-type(3) .sec05-img img{
    width: 80%;
  }
  /* ------------------------
  ------------------------
  ------------------------ */
  .sec06{
    padding: 3% 0 10%;
  }
  .sec06 h2{
    margin: 0 0 9.5%;
  }
  .sec06 li::before{
    -webkit-background-size: contain;
    background-size: contain;
    width: 90px;
  }
  .sec06 ul{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .sec06 li{
    width: 100%;
    margin: 0 0 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: auto;
    padding: 7% 5% 5%;
  }


  .sec06 li:nth-of-type(2),
  .sec06 li:nth-of-type(3){
    display: none;
  }
  .aco{
    margin: 0 0 10px;
  }
  .sp-text{
    width: 100%;
    margin: 0 10px 0 0;
  }

  .note{
    font-size: 13px;
    line-height: 1.4;
  }
  .sec06 li h3{
    margin: 0 0 5px;
  }
  .sec06 li p{
    font-size: 15px;
  }
  .sec06 li p.name{
    position: static;
    font-size: 15px;
    letter-spacing: -1px;
    margin: 5px 0 0;
  }
  .sec06 .sec06-note{
    top: 0;
  }

  /* ------------------------
  ------------------------
  ------------------------ */

  .sec07{
    padding: 14% 0 10%;
    background-image: url(../img/sp/sec07_bg.png);
  }
  .seven-img{
    margin: 0;
  }
  .sec07 .set{
    font-weight: normal;
    line-height: 1.5;
  }
  .seven-box{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
    align-items: center;
  }
  .cv-btn-red .cv-btn-inner a{
    width: 100%;
    height: auto;
    padding: 5% 0 5% 9%;
  }
  .cv-btn-red .cv-btn-inner a img{
    width: 80%;
  }
  .sec07 .note{
    text-align: left;
  }

  .set_img{
    width: 75px;
  }

  .footer-inner{
    padding: 20px 0;
  }
  .footer-inner a:first-child{
    margin-right: 20px;
  }
  .footer-inner a{
    font-size: 13px;
  }
  section.copyright{
    font-size: 11px;
    padding: 15px 0 0 ;
  }
}

  /* ------------------------
  ------------------------
  ------------------------ */


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

}

@media screen and (min-width:480px) and (max-width:768px) {
  .sec02-img::before{
    top: 21%;
  }
}

@media screen and (max-width:320px) {
  .sec02-img::before{
    top: 25px;
    width: 59px;
  }
  .sec03-second-img{
    top: -45px;
  }
  .sec06 li p.name{
    font-size: 13px;
  }
  .sec03-second-box p{
    font-size: 22px;
  }
}


@media screen and ( min-width:376px)  and (max-width:414px) {

}

/* 202207 */
@media screen and (max-width: 759px) {
  .p-movie__text {
    font-size: 18px;
  }
  .sec04-reason01 {
    display: block;
  }
  .sec04-reason01__ttl {
    text-align: center;
  }
  .sec04-wrap {
    display: block;
  }
  .sec04-reason01__ttl {
    font-size: 20px;
    margin-left: 0;
  }
  h2.reviewWidget_title {
    margin-bottom: 0;
  }
  .note {
    font-size: 11px;
  }
}
