@charset "utf-8";
.header::before {
	content: "";
	display: inline-block;
	width: 11vw;
	height: auto;
	background: url(../images/cloud-l-1.webp) no-repeat;
	position: absolute;
	bottom: 0;
	left: -3vw;
	z-index: 1;
	background-size: contain;
	aspect-ratio: 274 / 193;
}
.p-section.--movie::before {
	content: "";
	display: inline-block;
	width: 11vw;
	height: auto;
	background: url(../images/cloud-r-2.webp) no-repeat;
	position: absolute;
	top: 50%;
	right: -3vw;
	z-index: 1;
	background-size: contain;
	aspect-ratio: 282 / 203;
}
.c-video {
	width: 100%;
	margin-bottom: 30px;
}
.movie__ttl {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.movie__content {
	background: #eeeeee;
	padding: 30px;
	border-radius: 10px;
}
.movie__info {
	display: flex;
	margin-bottom: 30px;
	gap: 0 40px;
	align-items: center;
	border-bottom: 1px solid #959595;
	padding-bottom: 30px;
}
.movie__date {
	font-size: 14px;
	font-weight: 600;
}
.movie__location {
	display: flex;
	align-items: center;
	gap: 10px;
}
.movie__city {
	background: var(--color-softred);
	color: #fff;
	padding: 1px 10px 0;
	border-radius: 5px;
	font-size: 14px;
	line-height: initial;
}
.shop__name a {
	color: #00a0e9;
	font-weight: 600;
}
.movie__description {
	font-size: 18px;
	line-height: initial;
}

@media screen and (max-width: 768px) {
.movie__ttl {
	line-height: 1.4;
	font-size: 18px;
}
.c-video {
	margin-bottom: 20px;
}
.movie__info {
	gap: 20px;
	flex-direction: column;
}
.movie__content {
	padding: 30px 10px;
}
.shop__name {
	flex: 1;
	line-height: 1.4;
}
.movie__description {
	font-size: initial;
}
.movie__location {
	flex-direction: column;
}
.header::before {
	width: 30vw;
}
.p-section.--movie::before {
	width: 30vw;
	top: initial;
	bottom: 0;
}
.p-section-channel::before {
	width: 30vw;
	top: initial;
	bottom: 0;
}
}