@charset "UTF-8";
.page-ttl p {
	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 .post {
	padding: 40px;
	background: rgba(255,255,255,.2);
	color: #fff;
	margin-bottom: 40px;
}
.column .inner .main-column .post .con-box {
	justify-content: space-between;
	margin-bottom: 20px;
}
.column .inner .main-column .post .con-box .wrap {
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
}
.column .inner .main-column .post .con-box .date {
	font-size: 1.8rem;
	margin-right: 15px;
}
.column .inner .main-column .post .con-box .cat {
	display: block;
	background: var(--btncolor);
	padding: 6px 20px;
	font-size: 2rem;
	margin: 0 2px 2px 0;
}
.column .inner .main-column .post .con-box .sns-area {
	align-items: center;
}
.column .inner .main-column .post .con-box .sns-area .head {
	display: block;
	width: fit-content;
	height: 7px;
	margin-right: 15px;
}
.column .inner .main-column .post .con-box .sns-area .head img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.column .inner .main-column .post .con-box .sns-area li:not(:last-of-type) {
	margin-right: 20px;
}
.column .inner .main-column .post .con-box .sns-area li a {
	display: block;
}
.column .inner .main-column .post .con-box .sns-area li a:hover {
	transform: translateY(-2px);
}
.column .inner .main-column .post .con-box .sns-area li a img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.column .inner .main-column .post .con-box .sns-area .you a img {
	width: 38px;
}
.column .inner .main-column .post h1 {
	font-size: 3.2rem;
	margin-bottom: 20px;
}
.column .inner .main-column .post .main-movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 30px;
}
.column .inner .main-column .post .main-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.column .inner .main-column .post .img {
	margin-bottom: 30px;
}
.column .inner .main-column .post .img img {
	height: auto;
}
.column .inner .main-column .post .cont {
	font-size: 2.1rem;
	margin-bottom: 30px;
}
.column .inner .main-column .post a {
	color: #fff;
	text-decoration: underline;
}
/*子投稿*/
.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%;
}
/*------------------------
戻る
------------------------*/
.h-back {
	width: 240px;
	position: relative;
	transition: all .3s ease 0s;
}
.h-back a {
	display: block;
	padding: 20px 20px 20px 66px;
	background: #000;
	border-radius: 50vw;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
}
.h-back a:hover {
	background: var(--btncolor);
}
.h-back a::before {
	content: '';
	width: 12px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	margin: auto;
}
.h-back a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	margin: auto;
}
.h-back a span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
	width: 40px;
	height: 40px;
	border-radius: 50vw;
	border: 1px solid #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;
}