@charset "UTF-8";

/*---------------------------------------------------------------------------------------
　story introduction
---------------------------------------------------------------------------------------*/

body{
	background:url("../images/bg_red@2x.jpg") repeat-y 0 0;
    background-size:cover;
}

#main{
	padding:80px 0;
    position: relative;
    z-index: 1;
}

.main-inner h1{
	max-width:1200px;
    margin:0 auto;
    position: relative;
    
}

.main-inner section{
	margin:8% auto 0 auto;
    max-width:1200px;
    width:90%;
    padding:0 20px;
    box-sizing: border-box;
}

.main-inner .section-inner{
	position: relative;
}

.main-inner h2{
	margin:0 0 3% 0;
    z-index: 1;
    position: relative;
    color:#000;
    font-size:357%;
    font-weight: bold;
    font-family: 'bebasregular',sans-serif;

}

.section-inner {
    margin-right:40%;
}

.section-inner p {
    margin-top:1em;
    line-height: 1.6;
    color:#fff;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 130%;
    font-weight: bold;
}

.section-inner p:first-child {
   margin-top:0;
}

h2#copy-2{
	max-width:1200px;
    margin:40px auto 100px auto;
    position: relative;
    
}
#bg-fable-pc{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 0;
    pointer-events: none;
    width:100%;
}



#bg-fable-pc .inner{
    max-width:1200px;
    margin:0 auto;
    position: relative;
}

#bg-fable-pc .inner figure{
    margin:0 0 0 50%;
}



@media(max-width:768px) {

#main{
	padding:50px 0 0 0;
    position: relative;
    z-index: 1;
}


.main-inner h2{
    font-size:10vw;

}



.section-inner {
    margin-right:0;
}

.main-inner section {
    width: auto;
}

h2#copy-2{
	max-width:1200px;
    margin:30% auto 0 auto;
    position: relative;
    
}

#bg-fable-sp{
    width:80%;
    margin:-55% auto 0 auto;
}




}
