/* top.css for top page */
header.site_header::before {
	z-index: 30;
}
.wrapper_top_main {
	position: relative;
}
/* main visual */
.top_main_visual {
	display: grid;
}
.top_main_visual img {
	width: 100%;
}

.top_main_msg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.top_main_msg h2 {
	margin-bottom: 1rem;
	color: var(--clr-green-smooky-exl);
	font-family: 'Noto Serif JP';
	/*font-size: 2rem;
	font-size: 4vh;*/
	font-weight: 500;
	font-weight: 300;
	text-shadow: 1px 1px 1px #fff;
	text-shadow: 2px 2px 6px #000000;
	
}
.top_main_msg p {
	margin: 0 1rem;
	color: #fefefe;
	font-weight: 500;
	letter-spacing: 0.5rem;
	text-shadow: 2px 2px 2px #353535;
	text-shadow: 2px 2px 6px #000000;
}
.top_main_msg p:last-child {
	padding: 0 1.5rem;
	text-indent: -1.5rem;
}
@media (min-width: 1400px) {
	.top_main_visual {
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.top_main_msg {
		h2 {
			font-size: 4vw;
		} 
	} 
}
@media (max-width: 1399px) {
	.top_main_visual {
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.top_main_msg {
		h2 {
			font-size: 3vw;
		} 
	} 
}
@media (min-width: 1200px) {
	.wrapper_top_main {
		padding: 2rem 0 0;
	}
}
@media (max-width: 991px) {
	.top_main_visual {
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.top_main_msg {
		h2 {
			font-size: 6vw;
		} 
	} 
}
@media (max-width: 767px) {
	.top_main_msg {
		h2 {
			font-size: 8vw;
		} 
	} 
}
@media (max-width: 575px) {
	.top_main_msg {
		h2 {
			font-size: 9vw;
		} 
	} 
}
/* lead */
.site_lead {
	margin: 2rem auto 3rem;
	padding: 1.5rem clamp(1.5rem, 0.227rem + 6.36vw, 5rem);
	border-top: 1px solid var(--accent-gray-l);
	/*border-bottom: 1px solid var(--clr-cobalt);*/
	border-bottom: 1px solid var(--accent-gray-l);
	background-image: linear-gradient(25deg, rgba(196, 223, 249, 0.8), rgba(248, 248, 248, 0.8) 10%, rgba(251, 248, 238, 0.8) 60%, rgba(196, 223, 249, 0.8) 90%),
		url(/wp-content/themes/atelierkaminoge/img/bg_site_lead-min.png);
	background-position: center left;
	background-repeat: no-repeat;
	/*background-color: linear-gradient(rgba(178, 214, 248, 0.413), rgba(222, 254, 254, 0.349));*/
	/*background-color: rgba(222, 235, 247, 0.6);*/
	background-blend-mode: lighten;
	color: #757575;
	color: var(--clr-cobalt);
	color: var(--accent-gray);
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8;
	p {
		display: grid;
		place-items: center;;
		text-shadow: 0 1px 0 #fff;
	}
}
.area_top_links {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto 3rem;
}
.area_top_links::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	margin: 0 auto;
	background: var(--accent-gray);
	background: var(--clr-lavender);
	background: var(--gradation4);
}
.area_top_links p {
	margin: 0;
	font-size: 2rem;
	text-align: center;
}
.area_top_links p a {
	position: relative;
	display: block;
	padding: 2rem;
	color: var(--link-green);
}
.area_top_links p a::before {
	transition: all .3s ease-in-out;
}
.area_top_links p a:hover::before {
	/*background-color: rgb(222, 253, 250);*/
	/*background: linear-gradient(165deg, rgb(239, 254, 253), rgb(255, 245, 248));*/
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	height: 2px;
	margin: 0 auto;
	background: var(--gradation1);
}

.area_top_links .icon_i {
	width: 2.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
}
.area_top_links .icon_i::before {
	border-radius: 50%;
}

.icon_letter {
	width: 3rem;
	height: 1.5rem;
	margin: 0 8px 0 0;
	border: 2px solid rgba(197, 255, 242, 0.5);
	background: var(--gradation2);
	background: linear-gradient(45deg, rgba(251, 252, 189, 0.5) 20%,rgba(194, 241, 251, 0.7) 50%, rgba(122, 251, 165, 0.5)) border-box border-box;
}
.icon_letter::before,
.icon_letter::after {
	position: absolute;
	top: 5px;
	content: '';
	display: inline-block;
	width: 60%;
	height: 3px;
	/*background: var(--link-green);*/
	background: var(--gradation2);
	background: #fff;
	/*background: rgba(197, 255, 242, 0.5);*/
}
.icon_letter::before {
	transform: rotate(30deg);
	left: -3px;
}
.icon_letter::after {
	transform: rotate(-30deg);
	right: -2px;
}
.sec_news .list_date-title {
	margin: 1rem 0 2rem;
}
.sec_news .list_date-title li {
	margin: 0 0 0.8rem;
	/*padding: 0 0 0 9rem;
	text-indent: -9rem;*/
}
.sec_news .list_date-title li time {
	position: relative;
	bottom: -2px;
	font-family: 'Noto Serif JP';
	font-size: 0.9rem;
	font-style: oblique;
	letter-spacing: 2px;
}
.sec_blog {
	position: relative;
	padding: 2rem 0 0;
	&::before {
		position: absolute;
		top: -3px;
		left: 0;
		content: "";
		width: 100%;
		height: 2px;
		background: linear-gradient(135deg, rgba(244, 209, 91, .5) 40%,rgba(44, 238, 144, .5) 60%,rgba(145, 251, 83, .5) 80%, rgba(69, 255, 18, 0.5) 100%);
		background: var(--gradation2);
	}
	.tile_figure {
		justify-content: space-around;
	}
}
@media (max-width: 767px) {
	.top_main_msg h2 {
		margin: 0 1rem 1rem;
	}
	.area_top_links {
		flex-direction: column;
		margin: 0 auto 3rem;
	}
	.area_top_links p a:hover::before {
		width: 15rem;
	}

}
@media (min-width: 768px) {
	.area_top_links {
		justify-content: space-evenly;
		margin: 0 auto 3rem;
	}
	.area_top_links::after {
		top: 0;
		left: 0;
		right: 0;
		width: 2px;
		height: 100%;
		margin: 0 auto;
	}
	.area_top_links p a:hover::before {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.top_main_visual_6 {
		grid-template-columns: 1fr 1fr;
	}
	.top_main_visual_4 {
		grid-template-columns: 1fr 1fr;
	}
	.site_lead,
	.top_link_info {
		width: 80vw;
	}
	.sec_news .list_date-title li time {
		margin: 0 1rem 0 0;
	}
}
@media (min-width: 992px) {
	.top_main_visual_6 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.top_main_visual_4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.site_lead {
		width: 60vw;
	}
	.top_link_info {
		width: 50vw;
	}
	.sec_news .list_date-title li time {
		margin: 0 3rem 0 0;
	}

}
@media (min-width: 1200px) {
	.site_contents {
		padding: 0 !important;
	}	
}