@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body {
	font-family: "NotoSerifJP", "Noto-Serif-JP", "Noto Serif JP","NotoSansJP", "Noto-Sans-JP", "Noto Sans JP", "Roboto", sans-serif;
	font-size: 14px;
	line-height: 180%;
	color: #fff;
	background: #000;
}

img {
  vertical-align: bottom;
}

.w100{width: 100%;}

#container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#opening {
	margin-bottom: 60px;
	background-color: #000;
}

#content {
  width: 100%;
  overflow: hidden;
}










#feature {
	width: 100%;
}
#feature .content01 {
	margin-bottom: 40px;
}
#feature .content01 .ttl {
	margin: 40px 10px 10px;
	font-size: 20px;
	font-weight: 900;
}
#feature .content01 .img {
	margin: 0 10px;
}
#feature .content01 .txt {
	margin: 10px 10px 0px;
	font-size: 14px;
	font-weight: 400;
}

#feature .content02 {
	margin: 40px 10px 10px;
	padding: 30px 0px;
	border: 5px solid #fad87e;
}
#feature .content02 .img {
}
#feature .content02 .line {
	width: 90%;
	margin: 30px auto;
	border-top: 1px solid #fad87e;
}

#feature .content03 {
	margin-bottom: 40px;
}
#feature .content03 .ttl {
	margin: 40px 10px 10px;
	font-size: 20px;
	font-weight: 900;
}
#feature .content03 .img {
	margin: 0 10px;
}
#feature .content03 .txt {
	margin: 10px 10px 0px;
	font-size: 14px;
	font-weight: 400;
}


#lineup {
	margin: 60px 0 0 0;
	padding: 0;
	width: 100%;
}

#lineup .content01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	gap: 20px;
}

#lineup .content01 .item {
	margin: 0 10px;
	width: 100%;
	border: 4px double #fad87e;
}
#lineup .content01 .item a {
	padding: 20px 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}
#lineup .content01 .item a .name {
	padding: 0 10px;
	margin-bottom: 15px;
}
#lineup .content01 .item a .name h1 {
	font-size: 0;
}
#lineup .content01 .item a .name img {
	max-width: 100%;
}
#lineup .content01 .item a .txt {
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 16px;
}
#lineup .content01 .item a .tag {
	padding-left: 10px;
}
#lineup .content01 .item a .tag img {
	margin-right: 5px;
}
#lineup .content01 .item a .img {
	text-align: center;
}
#lineup .content01 .item a .img img {
	width: 90%;
}







#movie {
	margin: 60px 0 0 0;
	width: 100%;
	background-color: #000;
	box-sizing: border-box;
}
#movie .inner {

}
#movie h2 img {
	margin-bottom: 10px;
}
#movie h2 span {
	font-size: 22px;
	position: relative;
	top: -2px;
}

#movie .inner ul .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#movie .inner ul .youtube iframe {
  width: 100%;
  height: 100%;
}



#footer {
	padding: 60px 0 10px;
}
#footer .inner {
	position: relative;
}
#footer .inner .footer_logo {
	text-align: center;
}
#footer .inner .footer_logo a {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
#footer .inner .footer_logo a:hover {
	opacity: 0.7;
}
#footer .inner .copy {
	width: 100%;
	position: absolute;
	top: 135px;
	font-size: 11px;
	color: #8a7350;
	text-align: center;
}



#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10;
}
#overlay #overlay_inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 700px;
	height: 700px;
	padding: 10px;
	background-color: #ffffff;
	overflow: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
#overlay .close {
	position: fixed;
	width: 100px;
	top: 50%;
	left: 50%;
	margin: 370px 0 0 -50px;
	color: #fff;
	font-family: 'roboto';
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
#overlay .close:hover {
	opacity: 0.7;
}

.popup {
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.popup:hover {
	opacity: 0.7;
}




.sp_none {display: none;}

.overview {
	opacity: 0;
}