@charset "utf-8";

/* --------------------------------------------------------- */
/* KEY VISUAL */

/* Module / JS CarouselGallery*/
/* sass/module/_carousel-gallery.scss */

.kv {
	position: relative;
	height: calc(100vh - 60px);
	background-color: #fff;
	overflow: hidden;
}

.msie .kv {
	height: calc(60vh - 60px);
}

.kv-ttl-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 60px);
	height: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.kv-ttl-container-inner {
	transition: 3s ease-out 1.5s;
	transition-property: color, opacity;
	opacity: 0;
	color: #fff;
}

.load .kv-ttl-container-inner {
	opacity: 1;
}

.kv-ttl {
	color: currentColor;
}

.kv-subttl {
	margin: 0;
	color: currentColor;
}

/* ---------- */

.kv__info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

.kv__info-inner {
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	list-style: none;
}

.kv__info-inner li {
	margin-bottom: 10px;
	box-sizing: border-box;
}

.kv__info-inner li:last-child {
	margin-bottom: 0;
}

.kv__info .information__meta-ttl {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
}

.kv__info .information-index__anchor {
	display: grid;
	grid-template-columns: 6em 1fr;
	text-decoration: none !important;
	color: #fff !important;
}

.kv__info .information-index__anchor > * {
	margin: 0;
}

.kv__info .information__meta-icon svg {
	width: 20px;
	height: 20px;
	stroke-width: 2;
}


@media screen and (min-width: 768px) {
	.kv-ttl {
		font-size: 7rem;
		margin-bottom: 0.2em;
	}
	
	.kv-subttl {
		font-size: 2.2rem;
	}
	
	.kv__info-inner {
		
	}
	
	.kv__info .information__meta-date {
		display: inline-flex;
		align-items: center;
		margin-right: 20px;
	}
	
	.kv__info .information__meta-ttl {
		display: flex;
		align-items: center;
		margin-right: 20px;
	}
	
	.kv__info .information__meta-cat {
		margin-right: 20px;
	}
	
	.kv__info .information__meta-icon {
		position: absolute;
		display: block;
		left: auto;
		right: 20px;
		top: 0;
		bottom: 0;
		height: 20px;
		width: 20px;
		margin: auto;
		order: 4;
	}
	
	.kv__info .information__meta-ttl,
	.kv__info .information-index__anchor {
		position: relative;
		display: flex;
		padding: 5px 20px;
		border-radius: 5px;
		font-size: 1.4rem;
	}
	
}

@media screen and (min-width: 1280px) {
	
	.kv {
		height: calc(100vh - 15px);
	}
	
	.CG-layer-inner {
		max-width: calc(50vh - 148px);
	}
	
	.CG-layer-inner.-s {
		max-width: 30vh;
	}
	
	.CG-layer-inner.-l {
		max-width: calc(100vh - 148px);
	}
	
	.kv__info {
		bottom: 0;
		left: 15px;
		width: calc(100% - 30px);
	}
	
	.kv__info .information-index__anchor {
		
	}
	
	.kv__info .information-index__anchor:hover {
		border-radius: 5px;
		background-color: rgba(0,0,0,0.2);
	}
	
	/* Home only */
	.scroll-y-start .site-subheader {
		height: 120px;
	}
	
	.-show .site-subheader {
		height: 80px;
	}
	
	.kv .CarouselGallery:before {
		border: 15px solid #fff;
		border-bottom: none;
	}
}
