@charset "utf-8";

/***** top *****/
/* メインビジュアル */
#mv {
	background: url("../images/mainimg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 59%;
	position: relative;
}

#mv .theme{
	position: absolute;
	left: 0;
	right: 0;
	top: 2.5%;
	margin: 0 auto;
	width: 17%;
}

#mv .period{
	opacity: 1;
	transition: 0.2s;
}

#mv .period:hover{
	opacity: 0.8;
	transition: 0.2s;
}

#mv .period img{
	position: absolute;
	left: 1.5%;
	top: 3%;
	margin: 0 auto;
	width: 26%;
}

@media screen and (max-width:1000px) {
#mv .theme{
	top: 1.5%;
	width: 23%;
}	
#mv .period img{
	top: 4%;
	left: 1%;
	width: 32%;
}	
}

/* タイトル */
h2.mainTtl {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	color: var(--base-color);
	font-size: 4.6rem;
	font-weight: 400;
	font-family: "Tilt Warp", 'Noto Sans';
	line-height: 1;
}
h2.mainTtl2 {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	color: var(--base-color);
	font-size: 2.6rem;
	font-weight: 500;
	font-family: "Tilt Warp", 'Noto Sans';
	line-height: 1;
}
@media screen and (max-width:768px) {
h2.mainTtl {
	font-size: 2.8rem;
	margin: 0 auto 5px auto;
}
h2.mainTtl2 {
	font-size: 1.9rem;
	margin: 0 auto 15px auto;
}
}


.news{
	margin: 3.5% auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.news__inner div{
	width: 860px;
	height: 260px;
	margin: 0 auto;
	overflow-y: scroll;
}

.news__inner dl{
	width: 98%;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #444;
}

.news__inner dl dt{
	color: var(--base-color);
	font-weight: 700;
	margin-bottom: 5px;
}

.news__inner dl dd{
	font-weight: normal;
}

.poster__inner{
	width: 270px;
	display: block;
	margin: 0 0 0 3%;
	text-align: center;
}

.poster__inner a{
	display: block;
}

.poster__inner a:first-child{
	width: 80%;
}

.poster__inner img{
	width: 100%;
}

.venue{
	padding: 2% 0 4% 0;
    width: 100%;
}

.venue__inner{
	margin: 0 auto;
	text-align: center;
}

.venue__inner p span:first-child{
	display: block;
	margin: 0 auto 10px auto;
	font-family: "Tilt Warp", 'Noto Sans';
	font-weight: bold;
	font-size: 2.8rem;
}

.venue__inner p span:last-child{
	font-size: 2rem;
}


@media screen and (max-width:1000px) {

.news{
	margin: 5% auto;
	max-width: 100%;
	display: block;
}

.news__inner div{
	width: 90%;
	height: 200px;
	margin: 0 auto;
	overflow-y: scroll;
}
	
.poster__inner{
	width: 70%;
	display: block;
	margin: 4% auto 0 auto;
	text-align: center;
}

.poster__inner a{
	display: block;
}

.venue__inner{
	width: 90%;
}
	
.venue__inner p span:first-child{
	font-size: 1.8rem;
	margin: 0 auto 5px auto;
}

.venue__inner p span:last-child{
	font-size: 1.3rem;
}

}
	
