@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;
}

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

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

#song-section h2 span{
	display: inline-block;
    vertical-align: middle;
}

#song-section h2 #song-title-main{
	width: 68.5%;
}

#song-section h2 #song-title-sub{
	width: 19%;
}

#song-section-inner{
    margin-top:5%;
}

#song-section #song-photo{
    float:left;
    width:37%;
    
}

#song-section #song-text{
    float:right;
    width:58%;
}

#song-section #song-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;
}

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

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

}


@media(max-width:768px) {

#main{
	padding:50px 0;
}

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

#song-section h2 #song-title-main{
	width: 100%;
}

#song-section h2 #song-title-sub{
	width: 30%;
    margin-top:2%;
}

#song-section-inner{
    margin-top:10%;
}

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

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

#song-section #song-text h3:first-child{
    margin-top:1em;
}

}

@media(max-width:640px) {

}

@media(max-width:375px) {

}
