@charset "UTF-8";

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

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

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

h1{
    margin:0 auto;
    position: relative;
    
}

#cast-section{
	margin:8% auto 0 auto;
    max-width:1040px;
    padding:0 20px;
    box-sizing: border-box;
}

#cast-section figure{
    float:left;
    width:50%;
    
}

#cast-section #cast-text{
    float:right;
    width:46%;
}

#cast-section #cast-text h3{
	margin:1em 0 0 0;
    z-index: 1;
    position: relative;
    color:#000;
    font-size:357%;
    font-weight: bold;
    font-family: 'bebasregular',sans-serif;
}

#cast-section #cast-text h3:first-child{
    margin-top:0;
}

#cast-section #cast-text p{
    margin-top:2em;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}


@media(max-width:640px) {

#main{
	padding:50px 0;
}

h1{
    width:80%;
    margin:0;
}

#cast-section figure{
    float:none;
    width:100%;
    margin:0 auto;
    text-align: center;
    
}

#cast-section #cast-text{
    float:none;
    width:auto;
}

#cast-section #cast-text h2{
    margin-top:10%;
}

}

@media(max-width:640px) {

}

@media(max-width:375px) {

}
