@charset "UTF-8";



/* --------------------------------------------------------------------------------------------- contents */
/* ----------------------------------------------------------------------------------- main */
#contents .main{
	background: #ffffff;
	position: relative;
	height: 540px;
	overflow: hidden;
}
#contents .main .slide{
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1500px;
	width: 3000px;
	opacity: 0;
}
#contents .main .slide li{
	max-width: 1000px;
}
#contents .main .slide .bx-prev,
#contents .main .slide .bx-next{
	background-color: rgba(255, 255, 255, 0.6);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	display: block;
	width: 1000px;
	height: 500px;
	z-index: 10;
}
#contents .main .slide .bx-prev{
	background-position: 943px center;
	background-image: url(/common/img/icon_circle-arrow-left.png);
	left: 0;
}
#contents .main .slide .bx-next{
	background-position: 10px center;
	background-image: url(/common/img/icon_circle-arrow-right.png);
	right: 0;
}
#contents .main .slide .bx-pager{
	padding: 13px 0 0;
	text-align: center;
}
#contents .main .slide .bx-pager .bx-pager-item{
	display: inline-block;
	margin: 0 10px;
}
#contents .main .slide .bx-pager .bx-pager-link{
	background-color: #CECECF;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	text-indent: -9999px;
}
#contents .main .slide .bx-pager .bx-pager-link.active{
	background-color: #E4007F;
}
@media screen and (max-width:768px){
	#contents .main{
		height: auto;
	}
	#contents .main .slide{
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		width: auto;
	}
	#contents .main .slide ul{
		margin: 0 0 0 -100%;
	}
	#contents .main .slide li{
		max-width: 100%;
	}
	#contents .main .slide .bx-prev,
	#contents .main .slide .bx-next{
		background-color: transparent;
		background-size: 24px 24px;
		top: 50%;
		width: 24px;
		height: 24px;
		margin: -12px 0 0;
		z-index: 10;
	}
	#contents .main .slide .bx-prev{
		background-position: center center;
		left: 5px;
	}
	#contents .main .slide .bx-next{
		background-position: center center;
		right: 5px;
	}
	#contents .main .slide .bx-pager{
		padding: 10px 0;
	}
	#contents .main .slide .bx-pager .bx-pager-item{
		margin: 0 5px;
	}
	#contents .main .slide .bx-pager .bx-pager-link{
		width: 6px;
		height: 6px;
		border-radius: 3px;
	}
}

/* ----------------------------------------------------------------------------------- news */
#contents .news{
	box-sizing: border-box;
	display: table;
	background-color: #F2F2F2;
	padding: 30px 40px;
	width: 100%;
	color: #E4007F;
	line-height: 1.3;
}
#contents .news a{
	color: #E4007F;
	text-decoration: none;
}
#contents .news h2,
#contents .news > div{
	display: table-cell;
}
#contents .news h2{
	border-right: 1px solid #EFC2DB;
	width: 100px;
	font-size: 1.6rem;
}
#contents .news > div{
	padding: 0 25px;
}
#contents .news table{
	font-size: 1.4rem;
}
#contents .news table th,
#contents .news table td{
	padding: 5px;
	text-align: left;
}
#contents .news table th{
	width: 125px;
	font-weight: normal;
}
@media screen and (max-width:768px){
	#contents .news{
		display: block;
		padding: 12px 10px;
	}
	#contents .news h2,
	#contents .news > div{
		display: block;
	}
	#contents .news h2{
		border-right: none;
		padding: 5px 0;
		width: auto;
		font-size: 1.4rem;
	}
	#contents .news > div{
		padding: 0;
	}
	#contents .news table{
		font-size: 1.0rem;
	}
	#contents .news table th,
	#contents .news table td{
		display: block;
		padding: 3px 0;
	}
	#contents .news table th{
		width: auto;
	}
}

/* ----------------------------------------------------------------------------------- menu */
#contents .menu > div{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 460px;
	color: #ffffff;
}
#contents .menu .inner{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 160px 0 0;
	width: 1200px;
}
#contents .menu h2{
	font-size: 4.4rem;
	font-weight: normal;
}
#contents .menu h2 small{
	display: block;
	margin: 10px 0 0;
	font-size: 1.4rem;
}
#contents .menu .more a{
	background-position: 93% center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
	border: 1px solid #ffffff;
	width: 160px;
	height: 40px;
	margin: 50px 0 0;
	padding: 13px 0 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.4rem;
}
#contents .menu > div.goods{
	background-image: url(/img/menu_goods_bg.png);
	background-color: #FEE001;
}
#contents .menu > div.goods{
	color: #E4007F;
}
#contents .menu > div.goods .more a{
	background-image: url(/img/icon_expand-goods.png);
	border-color: #E4007F;
	color: #E4007F;
}
#contents .menu > div.shop{
	background-image: url(/img/menu_shop_bg.png);
	background-color: #00A0E9;
}
#contents .menu > div.shop .more a{
	background-image: url(/img/icon_expand-shop.png);
}
#contents .menu > div.campaign{
	background-image: url(/img/menu_campaign_bg.png);
	background-color: #9FA0A0;
}
#contents .menu > div.campaign .more a{
	background-image: url(/img/icon_expand-campaign.png);
}
#contents .menu > div.what{
	background-image: url(/img/menu_what_bg.png);
	background-color: #F7B52C;
}
#contents .menu > div.what .more a{
	background-image: url(/img/icon_expand-what.png);
}
#contents .menu > div.shop .inner,
#contents .menu > div.what .inner{
	padding: 160px 0 0 600px;
}
@media screen and (max-width:768px){
	#contents .menu > div{
		height: 150px;
	}
	#contents .menu .inner{
		padding: 40px 0 0 5.5%;
		width: auto;
	}
	#contents .menu h2{
		font-size: 1.8rem;
	}
	#contents .menu h2 small{
		margin: 5px 0 0;
		font-size: 1.0rem;
	}
	#contents .menu .more a{
		background-position: 93% center;
		background-size: 7px 7px;
		width: 80px;
		height: 20px;
		margin: 15px 0 0;
		padding: 5px 0 0;
		font-size: 0.9rem;
	}
	#contents .menu > div.shop .inner,
	#contents .menu > div.what .inner{
		padding: 40px 0 0 50%;
	}
	#contents .menu > div.shop .inner {
		overflow: hidden;
	}
}
