@charset "UTF-8";

/*-------------------------------
SP only
--------------------------------*/
@media screen and (max-width: 768px) {
#story .innerBox {
background: url(img/storySP.jpg) no-repeat top center;
background-size: 100%;
padding-top: 187.5%;
}
#story01,
#story02,
#story03,
#story04{
display: none;
}
}
/*-------------------------------
PC only
--------------------------------*/
@media screen and (min-width: 769px) {
#story .innerBox {
height: 1600px;
background: url(img/storyPic.jpg) no-repeat top center;
background-size: 100%;
padding: 60px 0 0 0;
}
#story01 {
margin-bottom: 600px;
}
#story02 {
margin-bottom: 60px;
}
#story03 {
margin-bottom: 60px;
}

}