/*/////////////////////////////////////////////////////////////////////////
sorefuru
/////////////////////////////////////////////////////////////////////////*/

/*img
__________________________________*/
section.unit p.photo {background-repeat:no-repeat;background-size:cover;}
section.unit p.photo .cover{width:100%;height:100%;}

/*cast*/
section.unit p.cast1 {background-image:url(../img/cast1.jpg);}
section.unit p.cast2 {background-image:url(../img/cast2.jpg);}
section.unit p.cast3 {background-image:url(../img/cast3.jpg);}
section.unit p.cast4 {background-image:url(../img/cast4.jpg);}
section.unit p.cast5 {background-image:url(../img/cast5.jpg);}
section.unit p.cast6 {background-image:url(../img/cast6.jpg);}
section.unit p.cast7 {background-image:url(../img/cast7.jpg);}

/* PC only
__________________________________*/

@media screen and (min-width: 768px) {

/* cast */
section.unit p.cast1 {width:400px;height:250px;margin: 10px auto 40px;}
section.unit p.cast2 {width:300px;height:452px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast3 {width:300px;height:450px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast4 {width:300px;height:450px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast5 {width:400px;height:250px;margin: 10px auto 40px;}
section.unit p.cast6 {width:400px;height:250px;margin: 10px auto 40px;}
section.unit p.cast7 {width:300px;height:450px;margin: 10px auto 40px;}/*縦*/
}


/* SMP only
__________________________________*/

@media screen and (max-width: 767px) {

/* cast */
section.unit p.cast1 {width:296px;height:197px;margin: 10px auto 40px;}
section.unit p.cast2 {width:200px;height:301px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast3 {width:200px;height:300px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast4 {width:200px;height:300px;margin: 10px auto 40px;}/*縦*/
section.unit p.cast5 {width:296px;height:197px;margin: 10px auto 40px;}
section.unit p.cast6 {width:296px;height:197px;margin: 10px auto 40px;}
section.unit p.cast7 {width:200px;height:300px;margin: 10px auto 40px;}/*縦*/

}
