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



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
	padding: 110px 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
}



/****************************************************************************************************
point
****************************************************************************************************/
#point {
	background-image: linear-gradient(135deg, rgb(241,228,198), rgb(149,122,68));
}



/****************************************************************************************************
contents-inner
****************************************************************************************************/
#contents-inner {
	padding: 120px 0;
	background: url(../img/top/bg.jpg) no-repeat center top;
	background-size: cover;
}



/****************************************************************************************************
lead
****************************************************************************************************/
#lead {
}
#name {
}
#parts {
	margin: 25px 0 0 0;
}
#banner {
	margin: 36px 0 0 0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	margin: 80px 0 46px 0;
	padding: 46px 0;
	background-image:
		url(../img/top/information-top.png),
		url(../img/top/information-bottom.png);
	background-position:
		center top,
		center bottom;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		518px 18px,
		518px 18px;
}
#campaign {
	margin-top: 40px;
}
#banner-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin-top: 40px;
}
#banner-block p {
	width: 100vw;
	font-size: 0.866rem;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	margin: 160px 0 0 0;
}
.sec-ttl h2 {
	font-size: 1.333rem;
	font-family: Baskerville Old Face, Baskerville, Garamond, Times New Roman, serif;
	font-weight: normal;
	line-height: 1.4;
}
#concept-logo {
	margin-top: 40px;
}
#concept-lead {
	margin-top: 60px;
}
#concept-lead h3 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
}
#concept-img {
	margin: 40px 0 0 0;
	padding: 118px 0;
	background-image:
		url(../img/top/concept-img2-top.png),
		url(../img/top/concept-img2-bottom.png);
	background-position:
		center top,
		center bottom;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		17px 118px,
		17px 118px;
}
#concept-img img {
	width: 100%;
	height: auto;
}
#concept-copy {
	margin: 40px 0 0 0;
	font-size: 1.066rem;
	line-height: 2.0;
	letter-spacing: 1px;
}



/****************************************************************************************************
contents-block
****************************************************************************************************/
#contents-block {
	padding-top: 200px;
}
#contents-btn {
	width: 850px;
	margin: auto;
	margin-top: 50px;
}
#contents-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 8.2vw 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	contents-inner
	****************************************************************************************************/
	#contents-inner {
		padding: 15vw 0;
	}
	
	
	
	/****************************************************************************************************
	lead
	****************************************************************************************************/
	#lead {
	}
	#name {
		width: 56vw;
		margin: auto;
	}
	#parts {
	}
	#banner {
		width: 92vw;
		margin: auto;
		margin-top: 5vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		width: 92vw;
		margin: auto;
		margin-top: 10vw;
		margin-bottom: 5vw;
		padding: 8vw 0;
		background-image:
			url(../img/top/information-top.png),
			url(../img/top/information-bottom.png);
		background-position:
			center top,
			center bottom;
		background-repeat:
			no-repeat,
			no-repeat;
		background-size:
			100% auto,
			100% auto;
	}
	#information img {
		width: 84vw;
	}
	#campaign {
		width: 92vw;
		margin: auto;
		margin-top: 4vw;
	}
	#banner-block {
		gap: 2vw;
		margin: auto;
		margin-top: 6vw;
	}
	#banner-block div {
		width: 45vw;
	}
	#banner-block p {
		margin-top: 2vw;
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		margin: 15vw 0 0 0;
	}
	#concept-logo {
		width: 52vw;
		margin: auto;
		margin-top: 6vw;
	}
	#concept-lead {
		margin-top: 6vw;
	}
	#concept-img {
		margin: 6vw 0 0 0;
		padding: calc(11.8vw * 1.4) 0;
		background-image:
			url(../img/top/concept-img2-top.png),
			url(../img/top/concept-img2-bottom.png);
		background-position:
			center top,
			center bottom;
		background-repeat:
			no-repeat,
			no-repeat;
		background-size:
			calc(1.7vw * 2) calc(11.8vw * 2),
			calc(1.7vw * 2) calc(11.8vw * 2);
	}
	#concept-copy {
		margin: 6vw 0 0 0;
		font-size: 0.933rem;
		line-height: 2.0;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	contents-block
	****************************************************************************************************/
	#contents-block {
		padding-top: 10vw;
	}
	#contents-btn {
		width: 92vw;
		margin: auto;
		margin-top: 6vw;
	}
	#contents-btn ul {
		gap: 4vw;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}