@charset "UTF-8";
/* CSS Document */

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

共通項目

-----------------------*/
html {
    font-size: 62.5%;
}
body {
    letter-spacing: 0.05em;
/*    font-feature-settings: "palt";*/
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 2rem;
    font-weight: 700;
/*    font-weight: 700;これもあるよ*/
    font-style: normal;
	line-height: 1.6;
    font-style: normal;
	color: #404040;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
footer{
    padding: 20px 0;
    text-align: center;
    background: #484e6c;
    color: #fff;
}
footer p{
    font-size: 1.4rem;
}
footer a{
    margin: 0 5px 20px;
    text-decoration: underline;
    display: inline-block;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.block{
    /*padding: 60px 0;*/
}
.block-bottom{
    margin-bottom: 60px;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
a:hover{
    opacity: 0.6;
}
#page_top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffc77f;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1000;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 15px -5px rgba(41,42,44,0.6);
    opacity: 0.7;
    color: #fff;
}
#page_top a::before{
    position: absolute;
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin: auto;
    right: 0;
    left:0;
    bottom: 10%;
}
#page_top a:hover{
    opacity: 1;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}
.marker{
    background: linear-gradient(transparent 65%, #f1a6c0 65%);
    font-weight: bold;
}
.sec-ttl-area{
    margin-bottom: 40px;
    text-align: center;
    padding-top: 40px;
}
.sec-ttl-area .en-ttl{
    font-size: 2.4rem;
    color: #f9c5fe;
    font-weight: 700;
}
.sec-ttl{
    font-size: 5rem;
}
.sec-ttl span{
    font-size: 5.4rem;
}

.pink{
    color:#e13b69; 
    font-weight: 700;
}
.shadow{
    -moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
h1,h2,h3,h4,h5{
    line-height: 1;
    font-weight: 700;
}

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

ボタン

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

.btn{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
.btnbox{
    margin: 0 auto;
}
.btnitem{
    text-align: center;
}
.btnbox p{
    color:#e13b69;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1),
        2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1),
        2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1);
    font-size: 3rem;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
#btnArea{
    background: rgba(255,2555,255,0.6);
    padding: 20px 0;
    text-align: center;
}




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

FV

-----------------------*/
#mainArea {
    background: url("../images/fv_haikei_pc.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: top;
    text-align: center;
}

#mainArea img {
    padding: 10px 0;
}
#mainArea .sp {
    display: none;
}
/*-----------------------

sec1　　漫画１枚目

-----------------------*/
.section1{
    background: url("../images/sec1_haikei.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: top;
    text-align: center;
}
.sec1 {
    margin: 0 auto;
}
.sec1 .pconly {
    display: block;
    margin: 0 auto;
}

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

About

-----------------------*/
.about{
    background: url("../images/about-back.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: top;
    text-align: center;
}
.about .contents {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.about .ttl {
    margin-top: 50px;
}
.about .up {
    margin-top: -100px;
}
.about .media {
    margin: 50px 0 100px;
}
@media screen and (max-width:768px){
    .about{
        background: url("../images/about-back-sp.jpg") no-repeat;
    }
    .about .ttl {
        width: 95%;
        margin: 50px auto 0;
    }
    .about .up1 {
        width: 88%;
        margin: -15px auto 0;
    }
    .about .up2 {
        width: 82%;
        margin: -15px auto 0;
    }
    .about .media {
        width: 95%;
        margin: 30px auto 50px;
    }
}
/*-----------------------

sec2　　ケアプリは稼ぎやすい環境を整えています♪

-----------------------*/
.section2{
    background: url("../images/sec2_haikei.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: top;
    text-align: center;
}
.sec2 {
    max-width: 1000px;
    margin: 0 auto;
}
.sec2 .img {
    padding: 0 0 30px;
}
.mainarea_top {
    padding-top: 80px;
}
.mainarea_gurahu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1400px;
    width: 100%;
}
.mainarea_gurahu img {
    width: 48%;
    margin: 0 10px;
}
.hyou-area {
    padding-bottom: 80px;
}
@media screen and (max-width:768px) {
    .mainarea_top {
        padding-top: 40px;
    }
    .hyou-area {
        padding-bottom: 40px;
    }
}
/*-----------------------

sec3　　漫画２枚目

-----------------------*/
.section3{
    background: url("../images/sec3_haikei.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec3 {
    margin: 0 auto;
}
.sec3 .pconly {
    display: block;
    margin: 0 auto;
}
/*-----------------------

占い師経験がない方も大歓迎！

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

#aboutArea{
    background: url("../images/sec4_haikei.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
/*#aboutArea p {
    font-size: 2.5rem;
}*/
.mokomoko img {
    margin: 30px 0;
}
.pc_point {
    display: block;
    width: 100%;
    height: auto;
}
.sp_point {
    display: none;
}
.point1{
    background: url(../images/sec4_point1_haikei.png) no-repeat;
    margin-top: 30px;
}
.point2 {
    background: url(../images/sec4_point2_haikei.png) no-repeat;
    margin-top: 30px;
}
.point3 {
    background: url(../images/sec4_point3_haikei.png) no-repeat;
    margin: 30px 0;
}
.point1,
.point2,
.point3 {
    width: 95%;
    height: 33.33%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.point1 img,
.point2 img,
.point3 img {
    padding-top: 25px;
}
.point2 img {
    margin: 0 auto;
    width: 62%;
}
.point1 .point,
.point2 .point,
.point3 .point {
    margin: 0 auto;
    padding: 35px 0;
}
.point1 .point p,
.point2 .point p,
.point3 .point p {
    margin: 0 auto;
    text-align: left;
}

.point1 .point p {
    width: 74%;
}
.point2 .point p {
    width: 51%;
}
.point3 .point p {
    width: 70%;
}

.pc_point .txt_2 {
    padding-top: 37px;
}
.pc_point .point3 .point .txt_3 {
    width: 56%;
    padding-bottom: 10px;
    margin-top: -40px;
}

.pc_point .br {
    display: inline-block;
}

.point1 .point .txt_pink,
.point2 .point .txt_pink,
.point3 .point .txt_pink {
    color: #f67b6b;
}

/*-----------------------
pc２ここから
sec4　　漫画３枚目

-----------------------*/
.sec_4{
    background: url("../images/sec5_haikei.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec_4 .pconly {
    display: block;
    margin: 0 auto;
}
/*最高月収700万円以上の実績あり*/
.sec5 {
    background: url("../images/sec6_haikei.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec5 .mainarea {
    padding: 70px 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    align-items: flex-start;
}
.sec5 .mainarea_inner {
    width: 68%;
    margin: 0 auto;
    text-align: center;
}
.sec5 .mainarea_inner .ttl {
    width: 65%;
}
.sec5 .mainarea_inner .img1 {
    padding-top: 30px;
}
.sec5 .mainarea .img {
    width: 100%;
}
.sec5 .mainarea p {
    padding-top: 23px;
}
.sec5 .kirakira {
    width: 15%;
}
.sec5 .pc {
    display: block;
}
.sec5 .sp,
.sec5 .kirakira_sponly {
    display: none;
}
.schedule {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 100px;
}
.schedule img {
    width: 46%;
}
@media screen and (max-width:768px){
    .sec5 .mainarea {
        padding-bottom: 0;
    }
    .schedule {
        display: block;
        width: 90%;
        padding: 30px 0;
    }
    .schedule img {
        padding-bottom: 20px;
        width: 100%;
    }
    .sec5 .mainarea_inner {
        width: 100%;
    }
}
/*漫画４枚目*/
.sec6 {
    background: url("../images/sec7_haikei.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec6 .pconly {
    display: block;
    margin: 0 auto;
}
/*漫画5枚目*/
.sec7 {
    background: url("../images/sec8_haikei.jpg") ;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec7 .pconly {
    display: block;
    margin: 0 auto;
}
/*口コミ*/
.sec4 {
    background: url(../images/sec9_haikei.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
    padding-bottom: 90px;
}
.sec4_ttl {
    padding: 100px 0 50px;
    text-align: center;
}
.sec4 .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*.sec4 .pconly {
    max-width: 1400px;
}*/
.sec4 .pconly img {
    margin: 0 20px;
    max-width: 2000px;
    width: 25%;
}
/*５万円贈呈キャンペーン実質中！*/
.sec8 {
    background: url(../images/sec10_haikei.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec8 .ashirai_top {
    width: 98%;
    max-width: 1500px;
    padding-top: 10px;
}
.sec8 .ashirai_under {
    width: 98%;
    max-width: 1500px;
    padding-bottom: 10px;
}
.sec8 .kyanpen {
    background: url(../images/sec10_content_haikei.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-width: 2000px;
    width: 95%;
    margin: 50px auto;
}
.sec8 .pc {
    display: block;
    width: 100%;
    height: auto;
}
.sec8 .sp {
    display: none;
}
.sec8 .honbun {
    margin: 30px auto 0;
    width: 98%;
}
.sec8 .honbun .honbun_1 {
    margin-bottom: 34px;
}
.sec8 .jouken {
    background: url(../images/sec10_jouken_haikei.jpg) no-repeat;
    margin-top: 30px;
}
.sec8 .tokuten {
    background: url(../images/sec10_tokuten_haikei.jpg) no-repeat;
    margin: 30px 0;
}
.sec8 .jouken ,
.sec8 .tokuten  {
    max-width: 1000px;
    width: 90%;
    height: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.sec8 .jouken .jouken_inner ,
.sec8 .tokuten .tokuten_inner {
    width: 90%;
    margin: 0 auto;
}

.sec8 .jouken ul,
.sec8 .tokuten ul {
    padding: 0 30px 30px;
}

.sec8 .jouken .jouken_inner li,
.sec8 .tokuten .tokuten_inner li {
    list-style: decimal outside;
    text-align: left;
    color: #ad8618;
}

.sec8 .jouken .jouken_inner span,
.sec8 .tokuten .tokuten_inner span {
    color: #464646;
}

.sec8 .jouken img,
.sec8 .tokuten img {
    padding: 30px 0;
}
.sec8 .br {
    display: inline-block;
}
.sec8 .small {
    font-size: 14px;
}
@media screen and (max-width:768px){
    .sec8 .small {
        font-size: 10px;
    }
}
/*-----------------------

応募からデビューまでの流れ

-----------------------*/
#selectArea{
    background: url("../images/sec11_haikei.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
#selectArea .inner{
    text-align: center;
}
#selectArea .box:last-of-type img {
    padding-bottom: 90px;
}
#selectArea .plus{
    text-align: center;
}
#selectArea .plus .youtubettl {
    padding: 50px 0 20px;
}

@media screen and (max-width:768px){
    iframe {
        width: 90%;
        margin: 0 auto;
    }
    .work, .youtubettl {
        width: 90%;
        margin: 0 auto;
    }
}

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

CTA

-----------------------*/
.ctaArea{
    background: url("../images/cta1_haikei.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.btnbox_top {
    text-align: center;
    padding-bottom: 30px;
}
.ctaArea .inner{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
}
@media screen and (max-width:768px){
    .btnbox_top {
        padding-bottom: 15px;
    }
}

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

募集要項

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

#treatmentArea{
    background:url(../images/sec13_haikei.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
#treatmentArea .box{
    margin-bottom:40px;
}
#treatmentArea table{
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}
#treatmentArea table tr{
    max-width: 1000px;
    width: 90%;
    height: auto;
    /*display: flex;
    align-items: stretch;
    align-items: ;
    border-top: solid 1px #9e9fc7;*/
}
#treatmentArea table tr:last-of-type{
    padding-bottom: 0;
    /*border-bottom: solid 1px #9e9fc7;*/
}
#treatmentArea table th{
    width: 200px;
    background-color: #eae5f4;
    /*font-size: 2rem;*/
    color: #484e6c;
    border-top: solid 1px #9e9fc7;
    padding: 20px 0;
}

#treatmentArea table td{
    width: 80%;
    height: auto;
    text-align: left;
    border-top: solid 1px #9e9fc7;
    padding: 20px 0 20px 30px;
}
#treatmentArea table th:last-of-type,
#treatmentArea table td:last-of-type {
    border-bottom: solid 1px #9e9fc7;
}
#treatmentArea table td ul li {
    list-style: disc;
}
#treatmentArea .br {
    display: inline-block;
}

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

2022 1223 SSW追加
よくある質問

-----------------------*/
#faq{
    background: url(../images/sec12_haikei.jpg);
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
    padding-bottom: 90px;
}
#faq .faq_sec-ttl-area{
    margin-bottom: 40px;
    text-align: center;
    padding-top: 40px;
}
#faq .box{
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 20px 30px;
    width: 90%;
    margin: 0 auto 15px;
    text-align: left;
}
#faq .Qitem {
  position: relative;
  cursor: pointer;

}
#faq .Qitem h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#faq .icon{
    padding-right: 10px;
    width: 5%;
}
#faq .txt{
    width: 95%;
}
#faq .Q {
    color: #4f3589;
}
#faq .br {
    display: inline-block;
}
#faq .Qitem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #404040;
  transition: all .3s ease-in-out;
}

#faq .Qitem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #404040;
  transition: all .2s ease-in-out;
}

#faq .Qitem.open::before {
  transform: rotate(180deg);
}

#faq .Qitem.open::after {
  opacity: 0;
}

#faq .Aitem {
    display: none;
}
#faq .Aitem p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*font-size: 1.6rem;*/
    padding-top: 20px;
}

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

@media screen and (max-width:768px){
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .flex{
        display: block;
    }
    .ctaArea{
        padding: 15px 0;
    }
    .ctaArea .inner{
        padding: 15px 0 22px;
    }
    /*body{
        font-size: 1.6rem;
    }*/
    .block{
        padding: 40px 0;
    }
    .block-bottom{
        margin-bottom: 40px;
    }
    .sec-ttl{
        font-size: 3.2rem;
    }
    .sec-ttl-area{
        margin-bottom: 20px;
    }
    p,
    ul li,
    td,
    th {
        font-size: 17px;
        line-height: 3rem;
    }
    .btnbox p{
        font-size: 2rem;
        padding-bottom: 5px;
    }
    .sec-ttl span{
        font-size: 3.8rem;
    }
    .sec-ttl-area .en-ttl{
        line-height: 1.6;
        font-size: 1.8rem;
    }
    h1, h2, h3, h4, h5{
        line-height: 2.8rem;
        font-size: 18px;
    }
    /*-----------------------

    FV

    -----------------------*/
    #mainArea{
        background: url(../images/fv_haikei_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .main-top h1{
        margin: 0 auto;
    }
    #mainArea .pc {
        display: none;
    }
    #mainArea .sp {
        display: block;
        margin: 6px 0;
    }
    #mainArea img {
        padding: 12px 0;
        margin-bottom: 50px;
    }
    /*-----------------------

    sec1　　漫画１枚目

    -----------------------*/
    .section1{
        background: url("../images/sec1-back-sp.jpg") no-repeat;
        background-size: cover;
        overflow: hidden;
        text-align: center;
    }
    .sec1 .img {
        /*width: 85%;*/
        margin: 0 auto;
        padding-top: 50px;
    }
    .sec1 .pconly {
        display: none;
    }
    .sec1 .sponly {
        display: block;
    }
    
    /*-----------------------

    sec2　　ケアプリは稼ぎやすい環境を整えています♪

    -----------------------*/
    .section2{
        background: url("../images/sp_sec2_haikei.jpg") no-repeat;
        text-align: center;
    }
    .sec2 {
        width: 88%;
        margin: 0 auto;
    }
    .sec2 .mainarea_top img {
        padding: 20px 0;
    }
    .sec2 .mainarea_gurahu img {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    
     /*-----------------------

    sec3　　漫画2枚目

    -----------------------*/
    .sec3 .pconly {
        display: none;
    }
    .sec3 .sponly {
        display: block;
    }

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

    占い師経験がない方も大歓迎！

    -----------------------*/
    #aboutArea {
        text-align: center;
        background: none;
    }
    .sec-ttl-area img {
        margin: 0 auto;
    }
    #selectArea .sec-ttl-area {
        padding-top: 0!important;
    }
    #selectArea .box:last-of-type img {
        padding-bottom: 50px;
    }
    .mokomoko img {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .sp_point,
    .sp_point .point .sp {
        display: block;
    }
    .pc_point,
    .sp_point .point .pc {
        display: none;
    }
    .sp_point .point1 {
        background: url(../images/sp_sec4_point1_haikei.png) no-repeat;
        margin-top: 30px;
    }
    .sp_point .point2 {
        background: url(../images/sp_sec4_point2_haikei.png) no-repeat;
        margin-top: 30px;
    }
    .sp_point .point3 {
        background: url(../images/sp_sec4_point3_haikei.png) no-repeat;
        margin: 30px 0;
    }

    .sp_point .point1,
    .sp_point .point2,
    .sp_point .point3 {
        width: 95%;
        height: 33.33%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 30px auto;
        padding-top: 20px;
    }
    .sp_point img {
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }
    .sp_point .point1 img {
        width: 58%;
    }
    .sp_point .point {
        padding: 30px 0;
    }
    .sp_point .br {
        display: inline-block;
    }
    .point1 .point p,
    .point2 .point p,
    .point3 .point p {
        margin: 0 auto;
        text-align: left;
        width: 85%;
    }
    .sp_point .txt_2 {
        padding-top: 37px;
    }
    .sp_point .point3 .point .txt_3 {
        padding-bottom: 10px;
        margin-top: -40px;
        text-align: center;
    }
    
    /*-----------------------

    sec_4　　漫画3枚目

    -----------------------*/
    .sec_4 .pconly {
        display: none;
    }
    .sec_4 .sponly {
        display: block;
    }

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

    sec5　　最高月収700万円以上の実績あり

    -----------------------*/
    .sec5 {
        background: url("../images/sp_sec6_haikei.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        text-align: center;
    }
    .sec5 .mainarea {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
    }
    .sec5 .mainarea .kirakira_sponly {
        width: 12%;
    }

    .sec5 p{
        line-height: 6vw;
        /*font-size: 3.3vw;*/
    }
    .sec5 .sp,
    .sec5 .kirakira_sponly {
        display: block;
    }
    .sec5 .pc,
    .sec5 .pconly {
        display: none;
    }
    .sec5 .img {
        padding-top: 70px;
        width: 90%;
        margin: 0 auto;
    }
    .sec5 .mainarea {
        padding: 0  0 70px;
    }

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

    sec6　　漫画4枚目

    -----------------------*/
    .sec6 .pconly {
        display: none;
    }
    .sec6 .sponly {
        display: block;
    }

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

    sec7　　漫画5枚目

    -----------------------*/
    .sec7 .pconly {
        display: none;
    }
    .sec7 .sponly {
        display: block;
    }
    /*-----------------------

    sec4　　口コミ

    -----------------------*/
    .section4{
        background: url("../images/sp_sec9_haikei.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .sec4 {
        padding-bottom: 80px;
    }
    .sec4 .img {
        width: 90%;
        margin: 0 auto;
    }
    .sec4 .sec4_ttl {
        padding: 80px 0 25px;
    }
    .sec4 .flex {
        display: none;
    }
    .sec4 .cardbox img {
        padding-top: 10px;
    }

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

    sec8 ５万円贈呈キャンペーン実質中！

    -----------------------*/
    .sec8  {
        background: url(../images/sp_sec10_content_haikei.jpg) no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .sec8 .kyanpen {
        width: 90%;
        margin: 10px auto;
    }
    .sec8 .honbun {
        margin-top: 15px;
    }
    .sec8 .honbun_1 {
        padding: 15px 0 35px;
    }
    .sec8 .honbun_3 {
        padding-bottom: 15px;
    }
    .sec8 .sp {
        display: block;
    }
    .sec8 .pc {
        display: none;
    }
    .sec8 .kyanpen img {
        margin: 0 auto;
    }

    .sec8 .kyanpen .ttl1 {
        width: 42%;
    }
    .sec8 .kyanpen .ttl2 {
        width: 65%;
    }
    
    .sec8 .jouken {
        background: url(../images/sp_sec10_jouken_haikei.jpg) no-repeat;
        margin-top: 30px;
    }
    .sec8 .tokuten {
        background: url(../images/sp_sec10_tokuten_haikei.jpg) no-repeat;
        margin: 30px 0;
    }
    .sec8 .jouken ,
    .sec8 .tokuten  {
        width: 100%;
        height: 33.33%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 30px auto;
    }
    .sec8 .jouken .jouken_inner ,
    .sec8 .tokuten .tokuten_inner {
        width: 85%;
        margin: 0 15px 0 auto;
        padding-bottom: 30px;
    }
    .sec8 .jouken .jouken_inner li,
    .sec8 .tokuten .tokuten_inner li {
        padding-bottom: 10px;
    }
    .sec8 .br,
    .sec8 .br {
        display: inline-block;
    }
    .sec8 .honbun .honbun_1 {
        margin-bottom: 0;
    }
    .sec8 .jouken img,
    .sec8 .tokuten img {
        padding: 30px 0 15px;
    }
    .sec8 .jouken ul,
    .sec8 .tokuten ul {
    padding: 0 0 30px;
}
    
    /*-----------------------

    CTA

    -----------------------*/
    .ctaArea{
        background: url("../images/sp_cta1_haikei.jpg")no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
        padding: 15px 0;
    }
    .ctaArea .inner {
        width: 90%;
        margin: 0 auto;
    }
    .ctaArea .btnbox_top img {
        margin: 0 auto;
    }
    
    /*-----------------------

    応募からデビューまでの流れ

    -----------------------*/
    #selectArea{
        background: url("../images/sp_sec11_haikei.jpg") no-repeat;
        background-size: cover;
    }
    #selectArea .inner .box img {
        width: 90%;
        margin: 0 auto;
    }

    /*-----------------------
    よくある質問
    -----------------------*/
    #faq{
        background: url(../images/sp_sec12_haikei.jpg);
        padding-bottom: 90px;
    }
    .faq_sec-ttl-area img {
        margin: 0 auto;
        width: 90%;
    }
    #faq .inner {
        width: 88%;
        margin: 0 auto;
    }
    #faq .box{
        padding: 15px 10px;
        margin-bottom: 15px;
        width: 100%;
    }
    #faq .icon{
        width: 12%;
    }
    #faq .txt{
        width: 100%;
        padding-left: 10px;
    }
    #faq .sp {
        display: block;
    }
    #faq .Qitem{
        padding-right: 25px;
        /*font-size: 2.5rem;*/
        margin-left: 2.5rem;
        text-indent: -2.5rem;
    }
    #faq .Qitem::after,
    #faq .Qitem::before{
        right: 6px;
    }
    #faq .Aitem p{
        padding-top: 15px;
        /*font-size: 1.7rem;*/
    }

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

    募集要項

    -----------------------*/
    #treatmentArea{
        background:url(../images/sp_sec13_haikei.jpg) no-repeat;
        background-size: cover;
    }
    #treatmentArea .sec-ttl-area img{
        margin: 0 auto;
        width: 90%;
    }
    #treatmentArea .box{
        padding: 20px 15px;
    }
    #treatmentArea .box table tr {
        width: 90%;
    }
    #treatmentArea table {
        width: 100%;
    }
    #treatmentArea table th {
        padding: 15px 5px;
    }
    #treatmentArea table td {
        width: 72%;
    }
    
}

@media screen and (max-width:430px){
    p,
    ul li,
    td,
    th {
        font-size: 15px;
        line-height: 2.4rem;
    }
    h1, h2, h3, h4, h5{
        line-height: 2.8rem;
        font-size: 17px;
    }
}













