@charset "UTF-8";

.mv2.mv .mv-img > div.mv-padding {
	background-image: url("../img/mv_v_pc2.png");
}
.mv2 #news {
	width: calc(450 / 1366 * 100%);
	padding: 80px 15px 0;
}
.mv2 #news h2.news-twitter-title {
	margin: 20px 0 30px;
}
.mv2 #news h2.news-twitter-title>span {
	padding: 0;
	background: none;
}
.mv2 #news .news-twitter {
	background: none;
	max-width: none;
	height: auto !important;
	max-height: none;
	overflow: auto;
	border: none;
	border-radius: 0;
	text-align: center;
}
.mv2 #news .news-twitter a {
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 306px;
	padding-left: 12px;
	margin: 0 0 20px;
	border-radius: 30px;
	position: relative;
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.mv2 #news .twitter-btn {
	background: url('../img/logo_twitter.png') center left 32px/20.6px 16.73px no-repeat,
		linear-gradient(to bottom, #FDB7A0 0%, #FCEDB6 100%);
}
.mv2 #news .instagram-btn {
	background: url('../img/logo_instagram.png') center left 32px/20px no-repeat,
		linear-gradient(to bottom, #FDB7A0 0%, #FCEDB6 100%);
}
.mv2 #news .news-twitter a::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: solid 2px #372A14;
	border-bottom: solid 2px #372A14;
	position: absolute;
	top: calc(50% - 3.5px);
	right: 26px;
	transform: rotate(-45deg);
}
.mv2 #news .news-ticket {
	bottom: -120px;
}

@media screen and (max-width: 1360px) {
	.mv2 #news h2 {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	.mv2 #news {
		padding-top: 40px;
	}
	.mv2 #news .news-ticket {
		bottom: -90px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1160px) {
	.mv2 #news .schedule {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	#sp-mv.sp-mv2 {
		background-image: url("../img/mv_v_sp3.png");
		height: 0;
		padding-top: calc(553 / 390 * 100%);
	}
	.mv2.mv {
		margin-top: calc(553 / 390 * 100%);
	}
	.mv2 #news {
		width: 100%;
		padding: 22px 28px 23px;
	}
}

.note-box {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.ticket-info.ticket-info2 dl {
		flex-direction: column;
	}
	.ticket-info.ticket-info2 dl dt {
		width: 100%;
		text-align: left;
	}
	.ticket-info.ticket-info2 dl dd {
		width: 100%;
		padding-left: 1em;
		text-align: left;
	}
}

#introduction-movie-wrapper {
	margin: 0 auto 80px;
	max-width: 640px;
	aspect-ratio: 640 / 360;
}
#introduction-movie-wrapper > iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#introduction-movie-wrapper > p {
	margin: 1em 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
#introduction-movie-wrapper > p > a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#introduction-movie-wrapper {
		margin-bottom: 40px;
	}
	#introduction-movie-wrapper > p {
		font-size: 14px;
	}
}

#movie-info {
	border: solid 1px #372A14;
	border-radius: 9px;
	width: calc(1104 / 1366 * 100%);
	background-color: rgba(253,239,205, 0.5);
	text-align: center;
	margin: 40px auto;
	padding: 40px 0 46px;
}
#movie-info p {
	margin-bottom: 20px;
	font-weight: bold;
}
#movie-info ul {
	list-style: none;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}
#movie-info ul > li {
	text-indent: -1em;
	padding-left: 1em;
}
#movie-info li.radiko_smash_info{
	margin-top: 20px;
}

#movie-info a {
	color: #F44993;
}
@media screen and (max-width: 768px) {
	#movie-info {
		width: 100%;
		margin: 14px auto;
		padding: 34px 16px 44px;
	}
}

.sec_2 .inner .talk-show {
	background: rgba(252,229,224,0.7);
	padding: 40px 15px;
}
.sec_2 .inner .talk-show > div {
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}
.sec_2 .inner .talk-show p {
	margin: 10px 0;
}
