@charset "utf-8";

.mono-row + .mono-row{
	margin-top: 30px;
}
.mono-row{
	display: flex;
	align-items: center;
}
.mono-row.re{
	flex-direction: row-reverse;
}
.mono-row li{
	flex: 1 1 auto;
}
.mono-row li.tx{
	margin-left: 64px;
	width: calc(50% - 64px);
}
.mono-row.re li.tx{
	margin-left: 0px;
	margin-right: 64px;
}
.ph img{
	width: 100%;
	height: auto;
}
.ph{
	border-radius: 10px;
	line-height: 1;
	overflow: hidden;
}

.bg-gray90{
	background: #191919;
}
.c-green{
	color: #80bc00;
}

.tx-large{
	font-size: clamp(1.2rem, 5vw, 2.6rem);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

#movie-review{
	padding: 100px 0;
}
#conte-tablet .levanga_lp_live_dl{
	padding-bottom: 0;
}




@media screen and (max-width: 767px) {

	.mono-row{
		display: block;
		align-items: center;
	}
	.mono-row.re li.tx,
	.mono-row li.tx{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%
	}

	#movie-review .tx{
		text-align: center;
		margin-top: 50px;
	}
	#movie-review .mono-row + .mono-row{
		margin-top: 50px;
	}
	#movie-review{
		padding: 70px 0;
	}



}