@charset "utf-8";
.page_cover {
		position: fixed !important;
		width: 100%;
		height: 100%;
		background: #FFF;
		top: 0;
		left: 0;
		z-index: 9999;
}
.second_hdr {
		height: 300px;
		background: #fafafa;
		background-size: 1500px;
		background-position: center top;
		background-repeat: no-repeat;
		display: flex;
		align-items: flex-end;
}
.second_hdr.about {
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_about_pc.png);
}
.second_hdr.products {
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_products_pc.jpg);
}
.second_hdr.movie {
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_movie_pc.jpg);
}
.second_hdr.recipe {
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_recipe_pc.png);
}
.hdr_title {
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
}
.hdr_title h2 {
		max-width: 1400px;
		margin: 0 auto;
		color: #a11d23;
		font-family: 'Helvetica LT W01 Roman';
		font-size: 60px;
		font-weight: normal;
		line-height: 1;
		display: flex;
		position: relative;
		top: 30px;
		z-index: 10;
}
.hdr_title h2 .no_sup {
		font-size: 16px;
}
.main_contents {
		margin-top: 100px;
		overflow: hidden;
}
.detail_contents {
		overflow: hidden;
		min-height: 500px;
}
@media(max-width: 1023px) {
		.second_hdr {
				height: 67vw;
		}
		.second_hdr.about {
				background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_about_sp.jpg);
				background-size: auto 100%;
				background-position: center bottom;
		}
		.second_hdr.products {
				background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_products_sp.jpg);
				background-size: auto 100%;
				background-position: center bottom;
		}
		.second_hdr.movie {
				background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_movie_sp.jpg);
				background-size: cover;
				background-position: center bottom;
		}
		.second_hdr.recipe {
				background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/hdr_recipe_sp.jpg);
				background-size: auto 100%;
				background-position: center bottom;
		}
		.hdr_title h2 {
				font-size: 40px;
				top: 20px;
		}
		.main_contents {
				margin-top: 45px;
		}
		.hdr_title {
				padding: 0 30px;
		}
}
@media(max-width: 767px) {
		.second_hdr {
				height: 60vw;
		}
		.hdr_title {
				padding: 0 20px;
		}
		.hdr_title h2 {
				font-size: 30px;
				top: 14px;
		}
		.hdr_title h2 .no_sup {
				width: 25px;
				font-size: 11px;
				margin-right: 0;
				transform: translateY(4px);
		}
}
.fadeInNml {
		opacity: 0;
		transition: opacity 0.4s linear;
		will-change: opacity;
}
.fadeInNmlActive {
		opacity: 1;
}