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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	background: #000;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
}



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



/****************************************************************************************************
inner
****************************************************************************************************/
#inner {
	padding: 80px 0 120px 0;
	background-image: linear-gradient(180deg, rgb(0,0,0), rgb(34,34,34) 50%, rgb(0,0,0));
	color: #FFF;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
}
#point {
	font-size: 1.866rem;
	line-height: 1.4;
}
#point 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;
	gap: 10px;
}
#point ul li {
	position: relative;
	width: 280px;
	padding: 0.6em 0.5em;
	background: #B49273;
}
#point ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: 1px solid rgba(0,0,0,1);
}
#point ul li:nth-of-type(3) {
	width: 330px;
}
#info-text {
	margin-top: 50px;
	margin-bottom: 30px;
}
#info-text > div {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#info-text h2 {
	margin-top: 25px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#info-text h3 {
	margin-top: 5px;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#info-text h3 a {
	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;
	color: #FFF;
}
#info-text h3 a .date {
	font-size:  1.466rem;
	line-height: 1.2;
}
#info-text h3 a .small {
	font-size: 2.0rem;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	background: #000;
}
.index-block {
	border-top: 2px solid rgba(223,214,173,.5);
	overflow: hidden;
}
.index-block:nth-last-of-type(1) {
	border-bottom: 2px solid rgba(223,214,173,.5);
}
.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: 600px;
	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: 600px;
	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: 540px;
	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) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	inner
	****************************************************************************************************/
	#inner {
		padding: 4vw 4vw 10vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
	}
	#point {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#point ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
	}
	#point ul li {
		width: 30vw;
		padding: 0.6em 0.5em;
	}
	#point ul li::before {
		width: calc(100% - 1vw);
		height: calc(100% - 1vw);
		left: 0.5vw;
		top: 0.5vw;
	}
	#point ul li:nth-of-type(3) {
		order: 4;
		width: 100%;
	}
	#info-text {
		margin-top: 8vw;
		margin-bottom: 4vw;
	}
	#info-text > div {
		font-size: 1.0rem;
		line-height: 1.6;
	}
	#info-text h2 {
		margin-top: 4vw;
		font-size: 1.466rem;
	}
	#info-text h3 {
		margin-top: 1vw;
		font-size: 2.133rem;
	}
	#info-text h3 a {
	}
	#info-text h3 a .date {
		font-size:  0.866rem;
	}
	#info-text h3 a .small {
		font-size: 1.2rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.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) {
}