@charset "utf-8";

#mv {
	height: 840px;
	padding: 20px;
}
@media screen and (max-width:768px){
#mv {
	width: 97vw;
	padding: 0 5%;
	margin: 0 auto;
	height: auto;
/*	position: relative;*/
}
}
/*******************************/
#mv_illustration {
	margin: 0 auto;
	width: 71%;
	position: absolute;
	top: 12%;
	right: 0;
	left: 0%;
	z-index: -1;
}

#mv_illustration img {
	width: 100%;
}

@media screen and (max-width:768px){

#mv_illustration {
	position: static;
	margin: 0 auto;
	margin-top: 10%;
	z-index: -1;
}
}
/*******************************/

#date {
	text-align: center;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
}

#date img{
	width: 63%;
}

@media screen and (max-width:768px){
#date {
	text-align: center;
	position: static;
}

#date img{
	width: 100%;
	padding-top: 5%;
}
}
/*******************************/

#chair {
	text-align: center;
	position: absolute;
	top: 47%;
	right: 0;
	left: 0;
}

#chair img {
	width: 90%;
}

@media screen and (max-width:768px){

#chair {
	text-align: center;
	position: static;
}

#chair img {
	width: 100%;
	padding-top: 10%;
}
}
/*******************************/

#new {
	clear: both;
	display: block;
	margin: 30px 30px 0;
	background: rgb(0 17 45 / 60%);
/*	border: 1px solid #424962;*/
	padding: 20px 30px;
}

#new h3 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #fff;
	border-bottom: 2px solid;
	border-color: #fff;
	position: relative;
}

#new dl {
	height: 200px;
	overflow: auto;
}
#new dt {
	width: 7em;
	color: #fff;
	float: left;
	clear: left;
}
#new dd {
	margin-bottom: 15px;
	color: #fff;
	padding: 0 0 15px 7em;
	border-bottom: #424962 1px solid;
}
#new dd a {
	color: #fff;	
}

@media screen and (max-width:768px){
#new {
	margin-top: 100px;
	margin-bottom: 30px;
	padding: 20px 20px;
}

#new h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 2.4rem;
}

#new h3::before {
	width: 40%;
}

#new dt {
	width: 100%;
	float: none;
}

#new dd {
	margin-bottom: 15px;
	padding: 0 0 15px 15px;
}
}
/*******************************/
