@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document navbar
--------------------------------------------------------- */

#navigation {
	background: rgba(255, 255, 255, 0);
	transition: .8s;
}

#navigation.active {
	background: rgba(255, 255, 255, 0.9);
}

#navigation.fixed {
	background: rgba(255, 255, 255, 1);
}

#navigation.fixed.active {
	background: rgba(255, 255, 255, 1);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	overflow: hidden;
	font-size: 0 !important;
}

#visual .slide {
	height: 66.66666666666667vw;
	margin-bottom: 40px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#visual .slide {
		margin-bottom: 20px;
	}
}

#visual .slick-list {
	height: 66.66666666666667vw;
}

#visual figure img {
	vertical-align: top;
	width: 100%;
	object-fit: contain;
}

#visual .slick-dots {
	display: flex;
	justify-content: center;
	transform: translateX(-50%);
	position: absolute;
	bottom: 40px;
	left: 50%;
}

@media only screen and (max-width: 767px) {
	#visual .slick-dots {
		bottom: 5vw;
	}
}

#visual .slick-dots button {
	vertical-align: top;
	width: 60px;
	height: 2px;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width: 767px) {
	#visual .slick-dots button {
		width: 8vw;
		height: 2px;
	}
}

#visual .slick-dots .slick-active button {
	background: #000;
}

#visual h1 {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	#visual h1 {
		font-size: 13px;
	}
}
