@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap');
/*
font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;

*/

#by {
	padding: 0;
	margin: 0;
	font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 2;
	color: #0b5384;
}
#by img {
	width: 100%;
	border: none;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by a {
	text-decoration: none;
	color: #0b5384;
}
#by .anim {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#by .anim.ac {
	opacity: 1;
}

.spview {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.spview {
		display: block;
	}	
	.pcview {
		display: none;
	}
}


#by {
	width: 100%;
}
#head .visual {
	position: relative;
	overflow: hidden;
}
#head .title {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 40%;
	opacity: 0;
	transition: 1.5s all 0s ease;
	z-index: 10;
}
#head .title.ac {
	opacity: 1;
}
#head .img {
	position: relative;
	opacity: 0;
	filter: blur(5px);
	transition: 1.5s all 0s ease;
}
#head .img.ac {
	opacity: 1;
	filter: blur(0px);
}
#head .txt {
	width: 90%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 2.2;
	margin: 5% auto 0;
	transition: 1.5s all 0s ease;
}

@media only screen and (max-width: 768px)  {
	#head .title {
		position: absolute;
		top: 36%;
		left: 2%;
		width: 72%;
	}
	#head .txt {
		font-size: 12px;
		margin: 10% auto;
		text-align: left;
	}

}


#main_contents {
	
}

.contents_wrap {
	padding: 30px 0;
}
.contents_wrap:nth-of-type(2) {
	background: #eee;
}
.section {
	position: relative;
	max-width: 1200px;
	margin: 5% auto 10%;
}
.section .box {
	position: relative;
}
.section .box .img {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.section .box .img a::after {
	content: "＋ STYLING ITEMS";
	position: absolute;
	bottom: 12px;
	left: 12px;
	font-size: 10px;
	color: #FFF;
	
}
.section .box .img .credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 120px;
	width: 40%;
	filter: invert(1)
}
.section .box .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 10;
	transition: 1s all 0.2s ease;
}
.section .box .img img {
	position: relative;
	opacity: 0;
	filter: blur(5px);
	transition: 2s all 0s ease;
}
.section .box .img.ac img {
	opacity: 1;
	filter: blur(0);
}
.contents_wrap:nth-of-type(2) .section .box .img::before {
	background: #eee;
	z-index: 10;
	transition: 1s all 0.2s ease;
}
.section .box .img.ac::before,.contents_wrap:nth-of-type(2) .section .box .img.ac::before {
	left: -100%;

}
.section:nth-of-type(even) .box .img.ac::before,.contents_wrap:nth-of-type(2) .section:nth-of-type(even) .box .img.ac::before {
	left: 100%;

}
.section .box .data {
	width: 50%;
	position: absolute;
	top: 45%;
	right: 0;
	transform: translate(0,-50%);
	box-sizing: border-box;
	padding: 5%;
}
.section:nth-of-type(even) .box .img {
	margin-left: 50%;
}
.section:nth-of-type(even) .box .data {
	right: auto;
	left: 0;
}
.section .box .data .no {
	font-family: 'EB Garamond', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.5px;
	font-size: 18px
}
.section .box .data .no span {
	display: inline-block;
	font-size: 70px;
	position: relative;
	padding: 0 20px
}

.section .box .data .name {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin: 10px auto 25px;
	line-height: 1.5;
	
}
.section .box .data .txt {
	font-size: 14px;
	
}
.section .box .data .btn {
	text-align: center;
	margin: 50px auto 0;
	
}

.section .box .data .btn a {
	display: inline-block;
	text-align: center;
	border: 1px solid #0b5384;
	border-radius: 50px;
	background: #FFF;
	font-family: 'EB Garamond', serif;
	padding: 2px 50px;
	transition: 0.6s all 0s ease;
}
.section .box .data .btn a:hover {
	background: #0b5384;
	color: #FFF;
}
@media only screen and (max-width: 768px)  {
	.section {
		margin: 5% auto 15%;
	}
	.section .box .img,.section:nth-of-type(even) .box .img  {
		width: 100%;
		margin: 0 auto;
	}
	.section .box .data,.section:nth-of-type(even) .box .data {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		transform: translate(0);
		box-sizing: border-box;
		padding: 5%;
	}
	.section .box .data .txt {
		font-size: 12px;

	}
	.section .box .data .btn {
		margin: 5% auto;

	}
}



.section .item {
	margin: 5% auto;
}
.section .item .tit {
	font-family: 'EB Garamond', serif;
	margin-bottom: 16px;
	text-align: center;
	font-size: 20px
}
.section .item ul { 
	width: 70%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 25px;
	margin: 0 auto;
}
.section .item ul li  { 
	margin-bottom: 50px;
}
.section .item ul li .img { 
	position: relative;
	line-height: 0;
}
.section .item ul li .img .icon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	line-height: 1;
	text-align: center;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
	font-size: 13px;
}
.section .item ul li .name { 
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
}
.section .item ul li a { 
	transition: 0.6s all 0s ease;
}
.section .item ul li a:hover { 
	opacity: 0.6;
}

@media only screen and (max-width: 768px)  {
	.section .item {
		margin: 10% auto;
	}
	.section .item .tit {
		font-family: 'EB Garamond', serif;
		font-size: 18px;
		text-align: center;
	}
	.section .item ul { 
		width: 80%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap:5px;
		margin: 0 auto;
	}
	.section .item ul.variation { 
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap:5px;
		margin: 0 auto;
	}	
	.section .item ul li .name { 
		width: 90%;
		margin: 10px auto;
		font-size: 10px;
	}
}
