@charset "UTF-8";
.page-ttl h1 {
	width: 1200px;
	margin: 0 auto 140px;
	font-size: 6rem;
	color: #fff;
}
/*------------------------
カラム
------------------------*/
.column .inner {
	width: 1200px;
	margin: 0 auto 90px;
	justify-content: space-between;
}
.column .inner .main-column {
	width: 870px;
}
.column .inner .sideber {
	width: 300px;
}
/*------------------------
メインカラム
------------------------*/
.column .inner .main-column .sns-area {
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.column .inner .main-column .sns-area .head {
	display: block;
	width: fit-content;
	height: 7px;
	margin-right: 15px;
}
.column .inner .main-column .sns-area .head img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.column .inner .main-column .sns-area li:not(:last-of-type) {
	margin-right: 20px;
}
.column .inner .main-column .sns-area li a {
	display: block;
}
.column .inner .main-column .sns-area li a:hover {
	transform: translateY(-2px);
}
.column .inner .main-column .sns-area li a img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.column .inner .main-column .sns-area .you a img {
	width: 38px;
}
.column .inner .main-column .block {
	background: rgba(255,255,255,.2);
	margin-bottom: 30px;
}
.column .inner .main-column .block .parent .main-movie {
	width: 260px;
	padding-top: 206px;
	margin: 30px 0 30px 30px;
	position: relative;
}
.column .inner .main-column .block .parent .main-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.column .inner .main-column .block .parent .img a {
	display: block;
	padding: 30px 0 30px 30px;
	width: 320px;
	height: 266px;
}
.column .inner .main-column .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column .inner .main-column .block .txt {
	flex: 1;
	position: relative;
}
.column .inner .main-column .block .parent .txt a {
	display: block;
	padding: 30px;
	color: #fff;
	position: relative;
}
.column .inner .main-column .block .parent a:hover {
	opacity: .6;
}
.column .inner .main-column .block .txt .wrap {
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	margin-bottom: 10px;
}
.column .inner .main-column .block .txt .wrap .date {
	font-size: 1.8rem;
	margin-right: 15px;
}
.column .inner .main-column .block .txt .wrap .cat {
	display: block;
	background: var(--btncolor);
	padding: 6px 20px;
	font-size: 2rem;
	margin: 0 2px 2px 0;
}
.column .inner .main-column .block .txt h2 {
	font-size: 2.6rem;
}
.caild {
	padding: 0 30px 20px;
}
.caild .item {
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	background: rgba(0,0,0,.9);
	margin-bottom: 10px;
}
.caild .item .wrap {
	align-items: center;
	color: #fff;
	line-height: 1.2;
	margin-right: 20px;
}
.caild .item .wrap .dandt {
	line-height: 1;
	margin-right: 30px;
}
.caild .item .wrap .date {
	display: block;
	font-size: 2.2rem;
	margin-right: 20px;
}
.caild .item .wrap .time {
	display: block;
	font-size: 1.8rem;
}
.caild .item .wrap .head {
	flex: 1;
	font-size: 2rem;
	line-height: 1.2;
}
.caild .item .ticket a {
	display: block;
	padding: 4px 15px;
	font-size: 1.6rem;
	overflow: hidden;
	color: transparent;
	text-shadow: 0 0 0 #fff, 0 1.5em 0 var(--btncolor);
	background: linear-gradient(to bottom, var(--btncolor) 50%, transparent 50%) 0 100%;
	background-size: 100% 200%;
	background-position: 0 0;
	transition: text-shadow 0.3s, background-position 0.3s;
}
.caild .item .ticket a:hover {
	text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
	background-position: 0 100%;
}
/*------------------------
pager
------------------------*/
.screen-reader-text {
	display: none;
}
.pager {
	text-align: center;
}
.pager .nav-links {
	display: flex;
	flex-wrap: wrap;
}
.pager .nav-links .page-numbers {
	display: block;
	background: #fff;
	min-width: 30px;
	height: 30px;
	border-radius: 50vw;
	font-size: 1.4rem;
	line-height: 28px;
	margin-inline: 0 5px;
}
.pager .nav-links .page-numbers.dots {
	border: none;
}
.pager .nav-links .current {
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	background: var(--btncolor);
	color: #fff;
}
.pager .nav-links a:hover {
	background: var(--btncolor);
	color: #fff;
}
/*------------------------
サイドバー
------------------------*/
.sideber .side-tax {
	margin-bottom: 30px;
}
.sideber .side-tax ul li {
	margin-bottom: 1px;
}
.sideber .side-tax ul li a {
	display: block;
	background: rgba(255,255,255,.7);
	padding: 20px;
	font-size: 1.8rem;
	line-height: 1;
}
.sideber .side-tax ul li a:hover {
	background: var(--btncolor);
	color: #fff;
}