@charset "UTF-8";

/* TOPページエリアマップ */
.l-container .main_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/assets/img/etc/drawari/2020_winter_pass/bg_index.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .main_pct_bg::before{
	display: block;
	content: "";
	padding-top: 106.5%;
}
.l-container .top_img_no1 {
	display: block;
	position: absolute;
	width: 20%;
	top: 31%;
	left: 77%;
}
.l-container .top_img_no2 {
	display: block;
	position: absolute;
	width: 20%;
	top: 46%;
	left: 32%;
}
.l-container .top_img_no3 {
	display: block;
	position: absolute;
	width: 20%;
	top: 71%;
	left: 2%;
}
.l-container .top_img_no4 {
	display: block;
	position: absolute;
	width: 20%;
	top: 86%;
	left: 51%;
}
/* TOPページエリアマップ end */

@media only screen and (min-width: 641px) {
  
/* TOPページエリアマップ */
.l-container .main_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/assets/img/etc/drawari/2020_winter_pass/bg_index.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .main_pct_bg::before{
	display: block;
	content: "";
	padding-top: 106.5%;
}
.l-container .top_img_no1 {
	display: block;
	position: absolute;
	width: 20%;
	top: 31%;
	left: 77%;
}
.l-container .top_img_no2 {
	display: block;
	position: absolute;
	width: 20%;
	top: 46%;
	left: 32%;
}
.l-container .top_img_no3 {
	display: block;
	position: absolute;
	width: 20%;
	top: 71%;
	left: 2%;
}
.l-container .top_img_no4 {
	display: block;
	position: absolute;
	width: 20%;
	top: 86%;
	left: 51%;
}
/* TOPページエリアマップ end */

}

