@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (max-device-width: 1080px) and (min-device-pixel-ratio : 2)
{

/* template */

* {
	-webkit-text-size-adjust : none;
}

.del {
	display:none!important;
}

.del_sp {
	display:none!important;
}
.del_pc {
	display:block!important;
}

.w_320 {
	width:320px!important;
	max-width:320px!important;
}

.w_300 {
	width:300px!important;
	max-width:300px!important;
}

.no_border {
	border:none!important;
}

.re_block {
	display:block;

}


/* contents */

.main01 {
	width:320px;
	height:720px;
	display:block;
	background-image:url(images/sp320_main01.jpg);
	background-repeat:no-repeat;
}

}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

/* template */

/* contents */

.main01 {
	background-image:url(images/sp640_main01.jpg);
	-webkit-background-size:320px 720px!important;
	background-size:320px 720px!important;
}

}