@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper{
    background-size: 50px 50px;
    border: none;
}



/* 　　ヘッダー 　　*/
header {
    background: #fff;
    width: 100%;
    z-index: 999;
}
header img {
    padding: 10px 10px;
    width: auto;
    height: 30px;
}
 


.scroll_bannar{
	opacity:0;
	animation-name:fade-animation;
	animation-duration:0.8s;
	animation-timing-function:ease;
	animation-delay:0;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	-webkit-animation-name:fade-animation;
	-webkit-animation-duration:0.8s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-delay:0;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
}

@-webkit-keyframes fade-animation{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes fade-animation{
	0% {opacity:0;}
	100% {opacity:1;}
}


/* 各画像を画面幅いっぱいに広げる（ヘッダーのロゴだけ例外） */
.contents-img img{
    width:100%;
    height:auto;
}


/* .pop{
    -webkit-animation-name:pop;
    -webkit-animation-property:-webkit-transform;
    -webkit-animation-duration:780ms;
    -webkit-animation-iteration-count:infinite;
    -webkit-transform-origin:center bottom;
    animation-name: pop;
    animation-duration:780ms;
    animation-iteration-count:infinite;
    transform-origin:center bottom;
}
@-webkit-keyframes pop{
    0%{-webkit-transform:scale(1,1);}
50%{-webkit-transform:scaleX(0.8);}
}
@keyframes pop{
    0%{transform:scale(1,1);}
50%{transform:scaleX(0.8);}
}
             */


/* 追尾ボタン */
.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: -10px;
    height: 160px;
}
.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;
}


@media (max-width: 560px) {
    .btn_wrap{
        position: relative;
        top:-10px;
        height: 120px;
    }
    .induction-text{
      font-size: 6.8vw;
      /* font-size: 34px; */
      line-height: 1.2;
    }
    .induction-text strong{
        font-size: 7.2vw;
        /* font-size: 38px; */
    }
    .induction-btn{
        height: 90%;
    }
    .induction-btn-shadow{
        height: 90%;
    }
    
  }


  @media (max-width: 360px) {
    .btn_wrap{
        position: relative;
        top:-10px;
        height: 120px;
    }
    .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, -25px);}
    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:10px 0;
    text-align: center;
    color:#ffffff;
    font-size:14px;
}
