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



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	color: #000;
	font-size: 0.733rem;
	font-weight: bold;
}
#main figure img {
	width: 100%;
}



/****************************************************************************************************
point
****************************************************************************************************/
#point {
	padding: 40px 0;
	background-image: linear-gradient(90deg, rgb(238,238,238), rgb(246,246,246), rgb(238,238,238));
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 100px 0 100px 0;
}
#info div {
	font-size: 1.333rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#info h2 {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
#info h3 {
	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-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.1em;
	margin: 20px 0 40px 0;
	color: #8C0000;
	font-size: 4.8rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
#info h3 .date {
	font-size:  1.866rem;
	line-height: 1.2;
}
#info h3 .small {
	font-size: 3.066rem;
}
#request-box {
	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-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
#request-box p {
	width: 100%;
	margin-top: 16px;
	font-size: 1.2rem;
	line-height: 1.8;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
}
#concept-bg img {
	width: 100%;
	height: auto;
}
#concept-bg figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bolder;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#concept-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 8.333vw;
}
#concept-text h3 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#concept-text p {
	margin-top: 1em;
	font-size: 1.333rem;
	line-height: 2.6;
	letter-spacing: 0.05em;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	margin-top: 20px;
	margin-bottom: 1px;
	border-top: 4px solid #175084;
}
.index-block {
	margin-top: 1px;
	overflow: hidden;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block a figure {
	position: relative;
}
.index-block a figure img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.index-block a figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
	line-height: 1.4;
}
.index-block a figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.index-block a::before {
	content: "";
	position: absolute;
	display: block;
	left: 20px;
	top: 0;
	width: 560px;
	height: 100%;
	background: url(../img/top/shadow.png) repeat left top;
	box-shadow: 0 0 20px 15px rgba(0,0,0,.15);
	mix-blend-mode: multiply;
	z-index: 5;
}
.index-block .index-text {
	position: absolute;
    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;
	left: 20px;
	top: 0;
	width: 560px;
	height: 100%;
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #C5B878;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 20px;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0);
	background: url(../img/top/icon.png) repeat left top;
	background-size: cover;
}
.index-block .index-text h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-image: linear-gradient(45deg, rgba(197,184,120,0), rgba(197,184,120,.5), rgba(197,184,120,0));
}
.index-block .index-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	right: 50px;
	bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	transform: translate(0, 0) skew(45deg, 0);
	transform-origin: 0 100%;
}
.index-block:nth-of-type(even) a::before {
	left: auto;
	right: 20px;
}
.index-block:nth-of-type(even) a figure figcaption {
	left: 1em;
	right: auto;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 20px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	.spLeft {
		text-align: left;
	}
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
	}
	#main figure figcaption {
		font-size: 0.4rem;
	}
	#main figure img {
		width: 102%;
		margin-left: -1%;
	}
	
	
	
	/****************************************************************************************************
	point
	****************************************************************************************************/
	#point {
		padding: 6vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 10vw 4vw 10vw 4vw;
	}
	#info div {
		font-size: 0.866rem;
		letter-spacing: 0;
	}
	#info h2 {
		margin-top: 0.1em;
		font-size: 1.733rem;
		letter-spacing: 0;
	}
	#info h3 {
		margin: 2vw 0 4vw 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#info h3 .date {
		font-size:  1.0rem;
	}
	#info h3 .small {
		font-size: 1.6rem;
	}
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
		min-width: initial;
		min-width: auto;
		margin: 3vw 0 0 0;
	}
	#request-box > div {
		width: 100%;
	}
	#request-box > div img {
		width: 100%;
	}
	#request-box p {
		width: 100%;
		margin-top: 2vw;
		font-size: 0.866rem;
		line-height: 1.6;
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept-bg img {
	}
	#concept-bg figure figcaption {
		font-size: 0.533rem;
	}
	#concept-text {
		top: 10vw;
	}
	#concept-text h3 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#concept-text p {
		font-size: 0.866rem;
		line-height: 2.6;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	#index {
		margin-top: 4vw;
		margin-bottom: 1px;
	}
	.index-block {
		margin-top: 1px;
	}
	.index-block a::before {
		display: none;
	}
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	.index-block a figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .index-text {
		position: static;
		width: 100%;
		height: auto;
		padding: 13vw 0 10vw 0;
		background: url(../img/top/shadow.png) repeat left top;
		box-shadow: none;
		font-size: 1.2rem;
	}
	.index-block .index-text h3 {
		margin-bottom: 0.6em;
		font-size: 2.4rem;
	}
	.index-block .index-text h3::before {
		width: calc(1.8vw * 2.5);
		height: calc(2vw * 2.5);
		top: calc(calc(-3vw * 2.5) + 1vw);
	}
	.index-block .index-text h3::after {
		width: 92vw;
		height: 1px;
	}
	.index-block .index-text::after {
		width: calc(5.6vw * 2);
		height: calc(1.5vw * 2);
		right: 6vw;
		bottom: 6vw;
	}
	.index-block:nth-of-type(even)  a figure figcaption {
		left: 1em;
		right: auto;
	}
	.index-block:nth-of-type(even) .index-text {
		left: auto;
		right: 120px;
	}
}

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