@charset "UTF-8";

html,body {
background: #4479e3;
background: #353cab;
background: #284eb0;
}
#midokoro{
cursor: pointer;
}
#cutWrap1,
#cutWrap2,
#cutWrap3,
#cutWrap4,
#imageRotator{
position: relative;
margin-bottom: 2vw;
}
#cutWrap1 img,
#cutWrap2 img,
#cutWrap3 img,
#cutWrap4 img,
#imageRotator img{
position: absolute;
top:0;
left: 0;
}
#isetsu{
width:80%;
margin: 10vw auto 20vw auto;
}
#isetsuHead{
background:url("/eximages/2019/story/isetsu_head_sp.png") top center no-repeat;
background-size: 100%;
color: #FFF;
text-align: justify;
line-height: 2.2em;
font-size: 3.4vw;
padding: 31vw 6vw 0 6vw;
}
#isetsuFoot{
background:url("/eximages/2019/story/isetsu_foot_sp.png") bottom center no-repeat;
background-size: 100%;
height: 25vw;
}
#isetsuImg{
width: 100%;
margin-bottom: 4vw;
}

/*PC*/
@media screen and (min-width:880px){

#isetsu{
width:650px;
margin: 50px auto 100px auto;
}
#isetsuHead{
background:url("/eximages/2019/story/isetsu_head_pc.png") top center no-repeat;
background-size: 100%;
padding:180px 40px 0px 40px;
font-size: 17px;
}
#isetsuImg{
width: 75%;
margin: 0 12.5% 20px 12.5%;
}
#isetsuFoot{
background:url("/eximages/2019/story/isetsu_foot_pc.png") bottom center no-repeat;
background-size: 100%;
height: 140px;
}

}