@charset "UTF-8";

/* CSS Document */

/*----------------------------------------
PC用レイアウト(768px以上スクリーン)
----------------------------------------*/

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

html,
body {
    width: 100%;
}

body {
    font-size: 62.5%;
    /*emの計算をしやすくするための定番設定*/
    font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
    font-weight: normal;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div img{
    vertical-align: bottom !important;
}

/* ブラウザのCSSをリセット */

p {
    margin: 0 !important;
    margin: 0 !important;
}

section {
    clear: both;
    overflow: hidden;
}

/*----------------------------------------
見出しタグ設定(PC)
----------------------------------------*/

h2 {
    text-align: center;
}

h2 img {
    width: 70%;
    margin-top: 5%;
    margin-bottom: 3%;
}

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

}

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

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

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

.main {
    width: 100%;
    background-image: url(../images/pc_bg.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

/*カラム内部のサイズ*/
#main-contents {
    width: 590px;
    margin-left: 52%;
}

#home {
    width: 100%;
}

.contents {
    max-width: 590px;
    background: #fff;
    padding: 1% 0;

}

.contents_inner {
    margin: 5% 5%;
    padding: 5% 5%;
    border-radius: 20px;
}

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

table {
    margin: 0 auto;
}

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

/* カラム全体の幅を変更する */

/*----------------------------------------
FV/CVエリア01
----------------------------------------*/

.cv_area_01 {
    position: relative;
    margin: 0 auto;
}

.cv_btn_01 img {
    position: absolute;
    margin-top: -30%;
    width: 100%;
    transition-duration: .4s;
}

.cv_btn_01:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv_btn_01.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

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

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

}

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

.loop_box1 {
    display: flex;
}

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

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

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

/*----------------------------------------
事務所紹介エリア_CVエリア02
----------------------------------------*/

.cv_area_02 {
    position: relative;
    margin: 0 auto;
}

.cv_btn_02 img {
    position: absolute;
    margin-top: -42%;
    width: 100%;
    transition-duration: .4s;
}

.cv_btn_02:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv_btn_02.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

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

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

.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: 5%;
    width: 5%;
}

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

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

.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: 5%;
    width: 5%;
}

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

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

.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: 5%;
    width: 5%;
}

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



/*----------------------------------------
CVエリア03
----------------------------------------*/

.cv_area_03 {
    position: relative;
    margin: 0 auto;
}

.cv_btn_03 img {
    position: absolute;
    margin-top: -36%;
    width: 100%;
    transition-duration: .4s;
}

.cv_btn_03:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv_btn_03.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

/*----------------------------------------
CVエリア04
----------------------------------------*/

.cv_area_04 {
    position: relative;
    margin: 0 auto;
}

.cv_sub-btn img {
    position: absolute;
    top: 28.8%;
    left: 22%;
    width: 55%;
    transition-duration: .4s;
}

.cv_sub-btn:hover {
    opacity: 0.6;
}




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

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

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

.loop_box2 {
    display: flex;
}

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

.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: 130vw;
}

.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: 130vw;
}

.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-area {
    background-image: url(../images/sec11_faq-area.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

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

.accordion {
    width: 89%;
    margin-bottom: 5%;
    margin-left: 2.8%;
    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;
}

/*----------------------------------------
CVエリア05
----------------------------------------*/

.cv_area_05 {
    position: relative;
    margin: 0 auto;
}

.cv_btn_05 img {
    position: absolute;
    margin-top: -45%;
    width: 100%;
    transition-duration: .4s;
}

.cv_btn_05:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv_btn_05.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}


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

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

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

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

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

.footer a {
    color: #fff;
}