@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
    font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.img100{
    width:100%;
    height:auto;
    vertical-align:bottom;
}

.cont_end {
	background-image: url(../images/tlbltate01/titile_back.png);
	padding-bottom:25px;
}


img {
  display: block;
}


.w300{
    display:block;
    margin:5px auto 10px;
    width:93.75%;
    height:auto;
}

.scroll_back{
	background-color:#523a3a;
	}

.scroll_back2 {
	background-color:#3be3dd;
}




	
#scroll_bannar{
	opacity:0;
	animation-name:scroll_anime;
	animation-duration:0.8s;
	animation-timing-function:ease;
	animation-delay:0;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	-webkit-animation-name:scroll_anime;
	-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 scroll_anime{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes scroll_anime{
	0% {opacity:0;}
	100% {opacity:1;}
}

            .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);}
            }
            
/*mainstory animation*/

#on-btn1 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: fixed;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 100px;
    height: 70px;
    padding-top: 30px;
    line-height: 100%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #d04171;
    transition: .4s;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
    background-color: #ff4996;
    background-size: 25px 25px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    z-index: 9999;
}

.bold{
	font-weight: bold;
}

.t_next{
	display: block;
	width:75%;
    height:auto;
    vertical-align:bottom;
	margin: 6px auto;
}

.comic-title {
    color:#ff3091;
	font-weight:bold;
	font-size:120%;
	margin:15px 0 5px;
    padding:0 10px;
    line-height:1.1em;
	text-decoration:underline;
}

.mar_t_30{
    margin-top:30px;
}

.mar_t_20{
	margin-top:20px;
}

.mar_b_15{
    margin-bottom:15px;
}

.main_text_back{
    background-color:rgba(255,255,255,0.8);
    padding:10px 0;
}

.main_text{
	text-align:left;
	font-size:90%;
	padding:0 10px;
	line-height:1.2em;
}


.sub_text_back{
	background-color:#fffeeb;
    padding:10px 0;
}


.btn{
	display:block;
	margin:1% auto 5%;
	width:93%;
	height:auto;
}


.credit{
    font-size:11px;
    text-align:right;
    margin:5px 5px 0 0;
}

/*TOPアニメーション*/

.top img{
    vertical-align:bottom;
}
            
.top,.m_com{
	position:relative;
	overflow-x:hidden;
}

.top,.slide_anime,.round_trip_anime{
	width:100%;
}

.top,.slide_anime,.round_trip_anime{
	position:relative;
	left:0;
	margin:0;
	padding:0;
}

.slide_anime{
	margin-left:-200%;
	width:200%;
}

.slide_anime img:first-child{
	position:relative;
	width:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.slide_anime img:nth-child(2){
	position:absolute;
	width:100%;
	top:0;
	left:100%;
	margin:0;
	padding:0;
}

.round_trip_anime{
	margin-left:-100%;
}

.round_trip_anime img:first-child{
	position:relative;
	width:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.round_trip_anime img:nth-child(2){
	position:absolute;
	width:100%;
	top:0;
	left:100%;
	margin:0;
	padding:0;
}

.top>img{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
/*TOPアニメーション*/


/*共通フッター*/

footer{
    background-color:#f2f2f2;
    text-align:center;
    padding-bottom:10px;
    }

.copy{
    padding-top:10px;
	color:#000000;
    font-size:14px;
}

/*共通フッター*/



/*無料コンテンツ*/

.btn_back1{
    position:relative;
}

.r_btn1{
    position:absolute;
    bottom:10%;
    right:6.5%;
    width:87%;
}


/*無料コンテンツ*/