@charset "UTF-8";

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

    /* CSS Document */

    /*----------------------------------------
SP用レイアウト(768px以下のスクリーン)
----------------------------------------*/

    /* body全体の初期スタイル調整 */

    body {
        width: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }


    /*----------------------------------------
全体レイアウト/背景設定(PC)
----------------------------------------*/

    /* 全体エリア(全体背景を設定するにはここ) */

    .main {
        background-image: none;
        width: 100%;
        margin: 0%;

    }

    .img {
        vertical-align: bottom;
    }

    .contents {
        margin: 0 auto;
        background: #fff;
    }

    .contents_inner {
        margin: 0;

    }

    .contents p {
        line-height: 1.8em;
        font-size: 1.3em;
        color: #606060;
    }

    table {
        margin: 0 auto;
    }

    .contents td {
        line-height: 1.8em;
        font-size: 1.3em;
        color: #606060;
        padding-left: 2%;
    }

    .contents h2 {
        margin: 0 0 0em;
        padding: 0.3em 0.9em;
        font-size: 2em;
        font-weight: bold;
        color: #464646;
        text-align: center;

    }

    .contents h3 {
        margin: 0 0 0em;
        font-size: 2em;
        font-weight: bold;
        color: #a6a6a6;
        padding: 0.25em 0.5em;
        /*上下 左右の余白*/
        border-left: solid 5px #a6a6a6;
        /*左線*/
    }


    /*----------------------------------------
ファーストビュー設定
----------------------------------------*/

    .fv {
        width: 100%;
        margin: 0%;

    }

    #main-contents {
        width: 100%;
        margin: 0%;

    }

/*----------------------------------------
あなただけの
----------------------------------------*/

.sec02-03_only-you {
    position: relative;
    overflow: hidden;

}

.loop_01 {
    margin: 0 auto;
    position: absolute;
    top: 12%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loop_box1 {
    display: flex;
}

.loop_box1 img {
    min-width: 180vw;
}

.loop_box1 img:first-child {
    animation: loop 100s -50s linear infinite;
}

.loop_box1 img:last-child {
    animation: loop2 100s linear infinite;
}

/*----------------------------------------
所属ライバーの声/縦カルーセル
----------------------------------------*/

/*-------------------
絳月 るうあ
---------------------*/

.sec08_itv_area {
    position: relative;
    overflow: hidden;
}

.slide_show1{
    position: absolute;
    width: 100%;
    bottom: 60.3%;
}

.slide_show1 img {
    opacity: .5;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
    height: auto;
}

.slide_show1 .slick-center img {
    opacity: 1;
    transform: scale(1);
}

.slide_show1 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slide_show1 button:focus {
    outline: none;
}

.slide_show1 button.arrow-common {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14%;
    padding-top: 6%;
    cursor: pointer;
    z-index: 5;
}

.slide_show1 button.arrow-prev {
    background-image: url(../images/arrow_prev.png);
    left: 7%;
    width: 7%;
}

.slide_show1 button.arrow-next {
    background-image: url(../images/arrow_next.png);
    right: 7%;
    width: 7%;
}

/*-------------------
結月さみい
---------------------*/

.slide_show2{
    position: absolute;
    width: 100%;
    bottom: 30.8%;
}

.slide_show2 img {
    opacity: .5;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
    height: auto;
}

.slide_show2 .slick-center img {
    opacity: 1;
    transform: scale(1);
}

.slide_show2 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slide_show2 button:focus {
    outline: none;
}

.slide_show2 button.arrow-common {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14%;
    padding-top: 6%;
    cursor: pointer;
    z-index: 5;
}

.slide_show2 button.arrow-prev {
    background-image: url(../images/arrow_prev.png);
    left: 7%;
    width: 7%;
}

.slide_show2 button.arrow-next {
    background-image: url(../images/arrow_next.png);
    right: 7%;
    width: 7%;
}

/*-------------------
猿良うき
---------------------*/

.slide_show3{
    position: absolute;
    width: 100%;
    bottom: 1.5%;
}

.slide_show3 img {
    opacity: .5;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
    height: auto;
}

.slide_show3 .slick-center img {
    opacity: 1;
    transform: scale(1);
}

.slide_show3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slide_show3 button:focus {
    outline: none;
}

.slide_show3 button.arrow-common {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14%;
    padding-top: 6%;
    cursor: pointer;
    z-index: 5;
}

.slide_show3 button.arrow-prev {
    background-image: url(../images/arrow_prev.png);
    left: 7%;
    width: 7%;
}

.slide_show3 button.arrow-next {
    background-image: url(../images/arrow_next.png);
    right: 7%;
    width: 7%;
}

/*----------------------------------------
応募方法・応募条件エリア＿無限ループ画像
----------------------------------------*/

.sec10_entry {
    position: relative;
    overflow: hidden;

}

.loop_02 {
    margin: 0 auto;
    position: absolute;
    top: 2%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loop_box2 {
    display: flex;
}

.loop_box2 img {
    min-width: 300vw;
}

.loop_box2 img:first-child {
    animation: loop 100s -50s linear infinite;
}

.loop_box2 img:last-child {
    animation: loop2 100s linear infinite;
}

.loop_03 {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    bottom: 26%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loop_box3 {
    display: flex;
}

.loop_box3 img {
    min-width: 300vw;
}

.loop_box3 img:first-child {
    animation: loop 100s -50s linear infinite;
}

.loop_box3 img:last-child {
    animation: loop2 100s linear infinite;
}

.loop_04 {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    bottom: 1.5%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loop_box4 {
    display: flex;
}

.loop_box4 img {
    min-width: 300vw;
}

.loop_box4 img:first-child {
    animation: loop 100s -50s linear infinite;
}

.loop_box4 img:last-child {
    animation: loop2 100s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/*----------------------------------------
よくある質問
----------------------------------------*/

.sec11_faq_cv-area {
    background-image: url(../images/sec11_faqーarea.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.accordion_wrap {
    width: 100%;
    padding-top: 57%;
    padding-bottom: 5%;
    margin-left: 2.5%;
}

.accordion {
    margin-bottom: 5%;
    position: relative;
}

.accordion__btn {
    cursor: pointer;
    position: relative;
}

.accordion__btn::before {
    content: '';
    display: inline-block;
    border-radius: 20%;
    width: 5%;
    height: 4px;
    background-color: #b2d918;
    position: absolute;
    right: 7.5%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.accordion__btn::after {
    content: '';
    display: inline-block;
    border-radius: 20%;
    width: 5%;
    height: 4px;
    background-color: #b2d918;
    position: absolute;
    right: 7.5%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.accordion__btn.show::before {
    opacity: 0;
}

.accordion__btn.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
    display: none;
}




    a.back_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 50%;
        margin: auto;
        padding: 1rem 0;
        font-weight: normal;
        border: 1px solid #a6a6a6;
        color: #a6a6a6;
        border-radius: 100vh;
        transition: 0.5s;
        font-size: 1.2em;
    }

    a.back_btn:hover {
        color: #fff;
        background: #a6a6a6;
    }

    .back_btn:hover::after {
        transform: translateY(-50%) scaleX(1.4);
    }

    /*----------------------------------------
フッター部分
----------------------------------------*/

    .footer {
        background-color: #ec599b;
        padding: 4em 0em;
        text-align: center;
        font-size: 1.2em;
        color: #fff;
    }

    .footer a {
        color: #fff;
    }

}