@charset "utf-8";
main {
	/* margin: 0 auto; */
	overflow-x: hidden;
	/* max-width: 1200px; */
}
/* section.headline {
	position: relative;
	width: 42%;
	left: 53%;
	padding: 250px 0 150px;
} */

section.headline {
	position: relative;
	width: 47%;
	left: 50%;
	padding: 320px 0 80px;
}

section.headline p {
	color: #091f5c;
	font-weight: bold;
	/* font-size: 128.6%; */
	font-size: 1.31vw
}
section.headline p img {
	margin-bottom: 1em;
}
section.headline p span {
	font-weight: bold;
	text-align: right;
	display: block;
	margin-top: 1em;
	font-size: 75%;
}
section.feature,
section.movie {
	padding: 11.11vw 0 0;
}

section.movie {
	/* padding: 11.11vw 0 0; */
	padding: 20.11vw 0 0;
}


/*section.feature article {
	width: 55%;
	min-height: 100px;
	background: rgba(128, 188, 46,0.7);
	padding: 30px;
} */

section.feature article {
	min-height: 100px;
	background: rgba(128, 188, 46,0.7);
	padding: 30px 30px 50px;
}

section.feature article.blur {
	backdrop-filter: blur(4px);
}

/* section.feature article h2 {
	font-size: 464.3%;
	color: #091f5c;
	font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px 0 #ffffff;
	position: relative;
	left: 90%;
} */

section.feature article h2 {
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 300%;
	color: #091f5c;
	font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px 0 #ffffff;
	/*position: relative;
	left: 90%;*/
}


/* section.feature article dl {
	width: 85%;
	margin-top: -110px;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
} */

section.feature article dl {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	font-size: 106.7%;
}

section.feature article dl dt:not(:last-of-type),
section.feature article dl dd:not(:last-of-type) {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ffffff;
}
section.feature article dl dt {
	box-sizing: border-box;
	padding-left: 10px;
	width: 18%;
}
section.feature article dl dd {
	width: 82%;
}
section.feature article dl dd a {
	color: #ffffff;
	text-decoration: underline;
}
section.movie article {
	max-width: 1000px;
	margin: 40px auto 0;
}
section.movie article h2 {
	font-size: 300%;
	color: #091f5c;
	font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px 0 #ffffff;
	margin-bottom: 30px;
}
section.movie article ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.movie article ul li {
	width: 48%;
	background-color: #091f5c;
	color: #ffffff;
	margin-bottom: 1em;
}
section.movie article ul li p {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
section.movie article ul li p iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.movie article ul li h3 {
	font-size: 125%;
	font-weight: bold;
	padding: 0.6em 1em;
	text-align: center;
}

section.movie article ul li h3 > a {
	color: rgba(255,255,255,1.0);
}

@media screen and (max-width: 1200px) {
	section.headline {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	section.headline {
		padding-top: 200px;
	}
}

@media screen and (max-width: 768px) {
	.bg {
		background-position-x: center;
		background-size: 96%;
	}

	br.pc {
		display: none;
	}

	section.headline {
		width: 90%;
		left: 0;
		margin-top: 100%;
		padding: 0 5%;
	}

	section.headline p {
		font-size: 4.26vw;
	}

	section.feature,
	section.movie {
		padding: 20px 0;
	}
	section.feature article {
		padding: 15px;
		width: 95%;
	    box-sizing: border-box;
	    margin-top: 30px;
	}
	section.feature article h2 {
		font-size: 10vw;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 0 10px;
	}

	section.movie article ul li h3 {
		font-size: 3.7333vw;
		padding: 0.4em 0.7em;
	}
	section.feature article dl {
	    width: 100%;
	    margin: 0 0 15px;
	    }
	section.feature article dl dt {
		width: 7em;
	}
	section.feature article dl dd {
		width: 70%;
	}
	section.movie article {
		padding: 0 5%;
	}
	
	section.movie article h2 {
		font-size: 10vw;
	}
	
	section.movie article ul li {
		width: 100%;
	}
}
