@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper{
    border: none;
}



/* 　　ヘッダー 　　*/
header {
    background: #fff;
    width: 100%;
    z-index: 999;
}
header img {
    padding: 8px 10px;
    width: auto;
    height: 25px;
}



/* 各画像を画面幅いっぱいに広げる（ヘッダーのロゴだけ例外） */
.contents-img img{
    width:100%;
    height:auto;
}


/* 追尾ボタン */
.tracking-btn {
    font-weight: bold;
    color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: fixed;
    text-decoration: none;
    width: 100px;
    height: 70px;
    padding-top: 30px;
    line-height: 1;
    border-radius: 300px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
    right: 10px;
    bottom: 10px;
    font-size: 22px;
    background-size: 25px 25px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    z-index: 9999;
}



/* 「無料で読める」ボタン */
.btn_wrap{
    position: relative;
    top: 0px;
    height: 150px;
}
.induction-btn{
    color: #fff;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    max-height: 120px;
    display: block;
    border-radius: 300px;
    background-size: 25px 25px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 99;
    animation: induction 1s infinite steps(2, start) alternate;

}
.induction-btn-shadow{
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-height: 120px;
    top: 50px;
    display: block;
    border-radius: 300px;
    background-color: #a8476e;
    position: absolute;
    top:2%;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 88;
}
.induction-text{
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: auto;
}
.induction-text strong{
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 42px;
}

.btnWrap_firstview{
    margin: 13px auto 10px;
}
.btn_join--1{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #B70346;
    position: relative;
}
.btn_join--2{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #B70346;
    position: relative;
    margin-bottom: 15px;
}
.jump span{
    animation: jump 0.3s ease-in;
    position: relative;
}
@keyframes jump {
    0% {top: 0}
    50% {top:-17px}
    100%{top: 0}
}
.btnText--1{
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btnText--2{
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btnText--1::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}
.btnText--2::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}

.btn_details{
    background-image: linear-gradient(to top, #51bbca 0%, #7be3f2 100%);
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #51bbca;
    position: relative;
}

.btnWrap_footer{
margin: 10px 0 30px 0;
}

@media (max-width: 400px) {
    .btnText--1::after {
        display: none;
    }
    .btnText--2::after {
        display: none;
    }
}


@media (max-width: 360px) {
    .btn_wrap{
        position: relative;
        top: 0px;
        height: 140px;
    }
    .induction-text{
    font-size: 7.8vw;
    line-height: 1.2;
    }
    .induction-text strong{
        font-size: 8.2vw;
    }
    .induction-btn{
        height: 90%;
    }
    .induction-btn-shadow{
        height: 90%;
    }
}



@keyframes induction {
    0% {transform:translate(0, -15px);}
    100% {transform:translate(0, 0px);}
}





/*gif アニメ　ボタン*/

/* .btn{
	display: block;
	width:93.75%;
    height:auto;
	margin: 0 auto;
}

.btn_set{
	margin: 2% 0 8%;
} */



/* 作者（サークル）名 */
.writer-name{
    margin: 10px 5px 15px 0;
}

.credit{
	color:#ffffff;
    font-size:11px;
    text-align:right;
}


/* footer */


.copyright{
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
}
