@charset "utf-8";

#index {
	padding-top: clamp(30px, (30/768)*100vw, 60px);
}

#mainslider {
	opacity: 0;
	transition: opacity 0.1s;
	margin-bottom: 0 !important;
}

#mainslider.slick-initialized {
	opacity: 1;
}

#mainslider .item {
	padding: clamp(5px, (5/768)*100vw, 10px);
	background-color: #fff;
	box-shadow: 0 0 5px rgba(000, 000, 000, 0.2);
	max-width: 980px;
	width: min((350/375) *100vw, 980px);
	transition: opacity 0.3s ease;
}


#mainslider .slick-track {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#mainslider .mainslider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(6px, (6/768) *100vw, 12px);
	padding-top: 25px;
}

#mainslider .mainslider-dots li {
	min-width: 10px;
	min-height: 10px;
	border-radius: 50%;
	border: solid 1px #C70057;
	background-color: #fff;
	cursor: pointer;
}

#mainslider .mainslider-dots li.slick-active {
	background-color: #C70057;
}

#mainslider .mainslider-dots li button {
	appearance: none;
	display: none;
}


@media print,
screen and (min-width: 1024px) {
	#mainslider .item:hover {
		opacity: 0.7;
	}
}






/*----------------------------------
  store
------------------------------------*/

#store {
	margin-top: clamp(50px, (50/768) * 100vw, 80px);
	position: relative;
	overflow: hidden;
	padding-bottom: clamp(40px, (40/768)*100vw, 80px);
}

#store h2.deco {
	color: #C70057;
}

#store h2.deco:before {
	background-image: url("../../common_v13/img/icon/svg/menu/icon_store_mv.svg");
	width: 60px;
	height: 60px;
	background-size: 50px auto;
}


#store div.inner-box {
	position: relative;
	z-index: 1;
}

#store div.inner-box>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	height: 80px;
	background-position: right 15px center;
	background-color: #FFF;
	background-size: 20px auto;
	border-radius: 10px;
	padding-left: 15px;
}

#store div.inner-box>a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../common_v13/img/icon/svg/icon_search.svg") no-repeat center;
	background-size: 20px auto;
	margin-right: 5px;
}

#store .area_nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
	padding-bottom: 10px;
}

#store .area_nav li {
	width: calc((100% - 10px) / 2);
	margin: 0 !important;
}

#store .area_nav li a {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #C70057;
	border-radius: 10px;
	color: #fff;
}


@media print,
screen and (min-width: 1024px) {

	#store {
		padding-top: 100px;
		margin-top: 0;
	}

	#store h2.deco:before {
		width: 80px;
		height: 80px;
		background-size: 80px auto;
	}

	#store div.inner-box {
		display: flex;
		justify-content: space-between;
	}

	#store div.inner-box>a {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		font-size: 2.4rem;
		width: 300px;
		height: 300px;
		background-position: center 78%;
		background-color: #FFF;
		background-size: 30px auto;
		border-radius: 20px;
		padding: 0 30px 70px;
		text-align: center;
		line-height: 1.5;
		transition: .2s all ease;
	}

	#store div.inner-box>a:hover {
		background-color: #FFF565;
	}

	#store div.inner-box>a:before {
		width: 45px;
		height: 45px;
		background-size: 40px auto;
		margin-bottom: 20px;
		margin-right: 0;
	}

	#store .area_nav {
		margin-top: 0;
		padding-bottom: 15px;
		width: calc(100% - 300px - 30px);
		gap: 15px;
	}

	#store .area_nav li {
		width: calc((100% - (15px * 2)) / 3);
	}


	#store .area_nav li a {
		height: 80px;
		border-radius: 10px;
		font-size: 1.8rem;
		background-position: right 15px center;
		transition: .2s all ease;
	}

	#store .area_nav li a:hover {
		background-color: #FFF565;
		color: #C70057;
	}

}


@media print,
screen and (min-width: 1280px) {
	#store .area_nav {
		gap: 30px clamp(15px, (15/1280)*100vw, 30px);
	}

	#store .area_nav li {
		width: calc((100% - (clamp(15px, (15/1280)*100vw, 30px) * 3)) / 4);
	}
}


.bg_ar_red_mv {
	background: #FFF url(../img/icon/svg/arrow/ar_red_mv.svg) no-repeat right 10px center;
	background-size: 16px auto;
}


.bg_ar_red_mv02 {
	background: url("../img/icon/svg/arrow/ar_red_mv02.svg") no-repeat right 10px center;
	background-size: 16px auto;
}