@charset "utf-8";
.container-contents {
 background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/mh/story/images/bg_01.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 background-attachment: fixed;
 background-size: cover;
 background-color: #fff;
}
.contents {
 position: relative;
 max-width: 1000px;
 margin: 0 auto;
 padding: 60px 0 60px;
}
.story {
 border-radius: 9px;
 background-color: rgba(255,255,255,0.85);
 box-shadow: 0px 0px 3px #CCC;
}
.story__totomaru {
 background-color: rgba(222,116,53,0.2);
}
.story__konparu {
 background-color: rgba(12,146,142,0.2);
}
.story__kira {
 background-color: rgba(58, 58, 167, 0.2);
}
.story__mirako {
 background-color: rgba(148,84,158,0.2);
}
.story__onigashima {
 background-color: rgba(234,91,76,0.2);
}

@media screen and (max-width: 767px) {
.container-contents {
 background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/mh/story/images/bg_01_sp.jpg);
 background-size: 100% auto;
}
.contents {
 margin: 0 auto;
 width: 92.1875%;
}
}
