@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	max-width: 400%;
	height: 240px;
	object-fit: contain;
}

#visual h2 {
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 1px;
	line-height: 240px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 70px;
}

#about .container {
	padding: 20px 0 30px;
	position: relative;
}

#about .container:after,
#about .container:before {
	content: '';
	width: 30px;
	height: 100%;
	border: solid 2px #ef8200;
	position: absolute;
	top: 0;
}

#about .container:after {
	border-left: 0;
	right: 0;
}

#about .container:before {
	border-right: 0;
	left: 0;
}

#about h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #ef8200;
}

#about p {
	margin: 0 5vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document material
--------------------------------------------------------- */

#material {
	margin: 0 5vw 70px;
}

#material .section {
	margin-bottom: 100px;
	position: relative;
}

#material h3 {
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dcdbdb;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 1px;
	line-height: 1.3;
}

#material h4 {
	height: 110px;
	margin-bottom: 30px;
	background: #fcf2ea;
	font-weight: 500;
	font-size: 5vw;
	line-height: 110px;
	color: #ef8200;
	position: relative;
}

#material h4:before {
	content: '';
	width: 1px;
	height: 50px;
	background: #ef8200;
	transform: translateX(-50%);
	position: absolute;
	top: -25px;
	left: 50%;
}

#material p {
	margin-bottom: 30px;
	text-align: justify;
}

#material #material_01 figure img,
#material #material_02 figure img {
	width: 210px;
	height: 260px;
}

#material #material_03 figure img {
	width: 210px;
	height: 233px;
}

/* ---------------------------------------------------------
	CSS Document story
--------------------------------------------------------- */

#story {
	margin: 0 5vw 20vw;
}

#story h3 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #b59a5f;
}

#story .player {
	height: 60vw;
	margin: 0 auto;
	background: #000;
}

#story iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document note
--------------------------------------------------------- */

#note {
	margin-bottom: 50px;
	padding: 40px 5vw;
	background: #dcf0fb url(../images/bg.jpg) center / auto 100%;
}

#note .container {
	padding: 8vw 5vw;
	background: #fff;
}

#note h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #6bb9ca;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.5;
	color: #6bb9ca;
}

#note p {
	text-align: justify;
}
