@charset "UTF-8";

#index-top-box-wrap {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

#index-top-box-wrap li {
	position: relative;
	list-style: none;
	display: block;
	height: 0;
}

a.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 2s, visibility 0s;
	-moz-transition: opacity 2s, visibility 0s;
	transition: opacity 2s, visibility 0s;
}

a.box.op-in {
	opacity: 1;
	visibility: visible;
}

a.box.op-in:hover {
	opacity: .7;
}

.box-n {
	background-color: #e94f19;
	background-image: url(/static/vaundy/official/news.svg);
}
.box-l {
	background-color: #c3cb19;
	background-image: url(/static/vaundy/official/live.svg);

}
.box-d {
	background-color: #e7215f;
	background-image: url(/static/vaundy/official/discography.svg);
}
.box-v {
	background-color: #f4aa41;
	background-image: url(/static/vaundy/official/video.svg);
}
.box-b {
	background-color: #1f7b3a;
	background-image: url(/static/vaundy/official/biography.svg);
}

.box-g {
	background-color: #0b2f8d;
	background-image: url(/static/vaundy/official/goods.svg);

}


/* carousel slick
============================== */
.list--bnr .slick-dots {
	bottom: -40px;
	left: 0;
}
.list--bnr .slick-dots li {
	margin: 0;
}
.slick-slide img {
	width: 100%;
}
.slick-next,.slick-prev {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: 0 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	transition: .5s;
	transform: translate(0,-20px);
	cursor: pointer;
	outline: 0;
}
.slick-next::before, .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 20px;
	height: 20px;
}
.slick-next::after,.slick-prev::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .3;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #e6e6e6;
}
.slick-next:hover::after, .slick-prev:hover::after {
	opacity: .5;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
	pointer-events: none;
}
.slick-next.slick-disabled::before, .slick-prev.slick-disabled::after {
	opacity: 0;
	pointer-events: none;
}
.slick-next {
	right: calc(1.5vw + 20px);
}
.slick-next::before {
	transform: translate(-50%, -50%);
}
.slick-prev {
	left: -20px;
}
.slick-prev::before {
	transform: translate(-50%, -50%) rotate(180deg);
}
.list--bnr {
	transition: .3s;
	overflow: hidden;
}
.list--bnr .slick-list {
	overflow: visible;
}
.list--bnr .slick-list.is--slide {
	overflow: visible !important;
}
.list--bnr.slick-initialized {
	overflow: visible;
	height: auto;
}
.list--bnr li {
	margin: 0 25px 0 0;
	display: inline-block;
	font-size: 0;
}
.list--bnr li a, .list--bnr li img {
	width: 100%;
}

/* section--banner
============================== */
.section--banner {
	overflow: hidden;
	padding: 0;
}
.section--banner .slideBnr {
	width: 640px;
	margin: 60px auto;
}
.section--banner .slideBnr li {
	list-style: none;
	padding: 0 30px;
	line-height: 0;
}
.section--banner .slick-list {
	overflow: visible;
}
.section--banner .no-slick {
	display: flex;
	justify-content: center;
	width: auto;
}


/*******************************************
for pc
*******************************************/
@media screen and (min-width: 769px) {
	#index-top-box-wrap li {
		width: calc(100% / 3);
		flex-basis: calc(100% / 3);
		padding-top: calc(100% / 3);
	}

	/* carousel slick
	============================== */
	.list--bnr li {
		margin: 0 30px;
	}
	.list--bnr li a {
		display: inline-block;
	}
	.list--bnr.no-slick li {
		width: 18vw;
	}

	/* section--banner
	============================== */
	.section--banner .slideBnr {
		margin: 60px auto;
	}
	.section--banner .no-slick {
		li {
			width: 40%;
			max-width: 700px;
		}
	}
}

/*******************************************
for sp
*******************************************/
@media screen and (max-width: 768px) {
	#index-top-box-wrap li {
		flex-basis: 50%;
		width: 50%;
		padding-top: 50%;
	}

	/* carousel slick
	============================== */
	.list--bnr {
		margin-left: 12vw;
	}
	.list--bnr .slick-list {
		width: 80vw;
	}
	.list--bnr li {
		margin: 0 15px 0 0;
	}
	.list--bnr.one,.list--bnr.two {
		display: block;
		margin: 0 auto;
	}
	.list--bnr.one li, .list--bnr.two li {
		width: 100%;
		max-width: none;
		margin-bottom: 3vw;
	}

	/* section--banner
	============================== */
	.section--banner .slideBnr {
		width: 90%;
		margin: 50px auto 20px;
		li {
			padding: 0 min(2.5vw, 30px);
		}
	}
}