/*/////////////////////////////////////////////////////////////////////////
nisugitejiwaru
/////////////////////////////////////////////////////////////////////////*/
/*photo*/
section.unit p.photo {background-repeat:no-repeat;background-size:cover;}
section.unit p.photo cover{width:100%;height:100%;}
section.unit p.cast_1 {background-image:url(../img/cast_1.jpg);}
section.unit p.cast_2 {background-image:url(../img/cast_2.jpg);}


/* PC only */
@media screen and (min-width: 768px) {
	section.unit p.cast_1 {width:240px;height:280px;margin:-20px auto 0px;}
	section.unit p.cast_2 {width:240px;height:280px;margin:-20px auto 0px;}

}

/* SMP only */
@media screen and (max-width: 767px) {
	section.unit p.cast_1 {width:240px;height:280px;margin:-10px auto 3px;}
	section.unit p.cast_2 {width:240px;height:280px;margin:-10px auto 3px;}

}


