@charset "utf-8";
.main__vi {
	width:calc(43.8166% + 20px);
	position:relative;
	padding-right:20px;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.main__vi:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.main__vi--wrapper {
	padding-top:138.7559%;
	width:100%;
	position:relative;
}
.main__vi--swiper {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:10px;
	overflow:hidden;
}
.main__vi--img {
}
.main__vi--img img {
	width:100%;
	object-fit:cover;
}
@media screen and (max-width:768px){
	.main__vi {
		width:100%;
		padding-right:0;
		margin-bottom:2.6666vw;
		transition:all 0.3s ease;
	}
	.main__vi:hover {
		transform:none;
	}
	.main__vi--swiper {
		border-radius:1.3333vw;
	}
}
.aside {
	width:calc(100% - 43.8166% - 20px);
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}
.aside__top {
	height:58.6206%;
	width:100%;
	margin-bottom:20px;
	display:flex;
}
.aside__twidget {
	width:calc(59.5785% + 20px);
	padding-right:20px;
	height:100%;
}
.aside__twidget--inner {
	width:100%;
	height:100%;
	background:rgba(129,205,219,1);
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.aside__mbanner {
	height:30%;
	transition:all 0.3s ease;
}
.aside__mbanner a {
	display: block;
	height:100%;
	border-radius: 10px;
	overflow: hidden;
}
.aside__mbanner:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__mbanner img {
	width:100%;
	height:auto;
}
.aside__bnr-goods {
	display:flex;
	width:calc(100% - 59.5785% - 20px);
	flex-direction:column;
}
.aside__bnr {
	padding-top:52.356%;
	position:relative;
	width:100%;
	margin-bottom:20px;
	border-radius:10px;
	overflow:hidden;
	transition:all 0.3s ease;
}
.aside__bnr:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__bnr--swiper {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.aside__bnr img {
	width:100%;
}
.aside__goods {
	width:100%;
/*	height:calc(100% - 30.918% - 20px);*/
	flex:1;
	background:#f18e43;
	border-radius:10px;
	border:10px solid #f18e43;
	position:relative;
	transition:all 0.3s ease;
}
.aside__goods:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__goods:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:70px;
	right:0;
	border-radius:7px;
	background:#FFF;
}
.aside__goods h2 {
	position:absolute;
	right:-23px;
	top:-23px;
	width:64px;
	height:64px;
	background:url(../img/common/badge_or.svg) no-repeat center center / contain;
	z-index:10;
	color:#FFF;
	font-weight:800;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-size:12px;
	line-height:1.25;
	transform:rotate(0.05deg);
}
.aside__goods--swiper {
	height:100%;
}
.ags-slide {
	display:block;
	height:100%;
}
.ags-slide a {
	display:flex;
	flex-direction:column;
	height:100%;
	text-decoration:none;
}
.ags-thumb {
	width:100%;
	height:calc(100% - 70px);
	padding:5% 0;
	position:relative;
}
.ags-thumb img {
	height:100%;
	width:100%;
	object-fit:cover;
	overflow:hidden;
}
.ags-name {
	height:2em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height:70px;
	line-height:30px;
	padding-top:10px;
	overflow:hidden;
	font-weight:800;
	color:#FFF;
	text-align:center;
	word-break:break-all;
	transform:rotate(0.05deg);
	background:#f18e43;
}
.aside__bottom {
	height:calc(100% - 58.6206% - 20px);
}
.aside__movie {
	height:100%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:all 0.3s ease;
}
.aside__movie:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__moviein {
	position:absolute;
	width:100%;
	padding-top:56.25%;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.aside__movieCont {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.aside__movie a {
	display:block;
	height:100%;
	position:relative;
	z-index:5;
	background:rgba(0,0,0,0);
	transition:all 0.3s ease;
}
.aside__movie:hover a {
	background:rgba(0,0,0,0);
}
.btn__play {
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	background:url(../img/common/btn_play.svg) no-repeat center center / contain;
	transition:all 0.3s ease;
}
.aside__movie:hover a .btn__play{
	transform:scale(1.2);
}
@media screen and (max-width:768px) {
	.aside {
		width:100%;
		flex-direction:row;
		margin-bottom:0;
		flex-wrap:wrap;
		position:relative;
		order:1;
	}
	.aside__top {
		height:auto;
		margin-bottom:2.6666vw;
		display:flex;
		flex-wrap:wrap;
	}
	.aside__top:before {
		content:'';
		display:block;
		width:100%;
		padding-top:56.25%;
		margin-bottom:5.1333vw;
		order:1;
	}
	.aside__twidget {
		width:100%;
		padding-right:0;
		height:100vw;
	}
	.aside__twidget--inner {
		border-radius:1.3333vw;
		height:100%;
		margin-bottom:2.6666vw;
	}
	.aside__mbanner {
		height:30.9333vw;
	}
	.aside__mbanner a {
		display: block;
		height:100%;
		border-radius: 1.3333vw;
		overflow: hidden;
	}
	.aside__mbanner img {
		width:100%;
		height:auto;
	}
	.aside__bnr-goods {
		display:flex;
		width:100%;
		flex-direction:row;
		order:2;
		justify-content:space-between;
	}
	.aside__bnr {
		height:34.6666vw;
		width:calc(50% - 1.3333vw);
		margin-bottom:0;
		border-radius:0;
		overflow:hidden;
		order:1;
		padding-top:0;
	}
	.abs-wrapper {
		justify-content:space-between;
	}
	.abs-slide {
		height:34.6666vw;
		border-radius:1.3333vw;
		overflow:hidden;
	}
	.aside__bnr:hover {
		transform:none;
	}
	.aside__goods {
		width:calc(50% - 1.3333vw);
		height:34.6666vw;
		border-radius:1.3333vw;
		border:5px solid #f18e43;
		flex:0;
	}
	.aside__goods:hover {
		transform:none;
	}
	.aside__goods:before {
		bottom:10.6666vw;
		border-radius:1vw;
	}
	.aside__goods h2 {
		right:-3.5vw;
		top:-3.5vw;
		width:11.2vw;
		height:11.2vw;
		font-size:0.8rem;
	}
	.ags-thumb {
		height:calc(100% - 10.6666vw);
		padding:2% 0;
	}
	.ags-name {
		height:10.6666vw;
		line-height:4.5vw;
		padding-top:1.3333vw;
	}
	.aside__bottom {
		width:100%;
		height:auto;
		padding-top:56.25%;
		position:absolute;
		border-radius:1.3333vw;
		overflow:hidden;
		left:0;
		top:calc(100vw + 2.6666vw);
	}
	.aside__movie {
		height:100%;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		overflow:hidden;
		border-radius:1.3333vw;
		transition:all 0.3s ease;
	}
	.aside__movie:hover {
		transform:none;
	}
}
.topics {
	background:#f18e43;
	border-radius:10px;
	height:62px;
	width:100%;
	display:flex;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.topics:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background:#E67740;
	transition:all 0.3s ease;
}
.topics:hover:before {
	width:100%;
}
.topics h2 {
	display:flex;
	height:42px;
	width:90px;
	border-radius:4px;
	justify-content:center;
	align-items:center;
	font-size:14px;
	color:#f18e43;
	font-weight:800;
	background:#FFF;
	transform:rotate(0.05deg);
	position:relative;
}
.topics__text--swiper {
	width:calc(100% - 90px);
	height:42px;
	position:relative;
}
.tts-wrapper {
	height:42px;
}
.tts-slide {
	opacity:0 !important;
}
.tts-slide.swiper-slide-active {
	opacity:1 !important;
}
.tts-slide a {
	text-decoration:none;
	font-weight:800;
	color:#FFF;
	transform:rotate(0.05deg);
	position:relative;
	display:block;
	height:42px;
	line-height:42px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:26px;
	padding-right:50px;
}
.tts-slide a:after {
	content:'';
	position:absolute;
	right:10px;
	top:50%;
	width:20px;
	height:20px;
	background:url(../img/common/c_arrow_r-line.svg) no-repeat center center / contain;
	margin-top:-10px;
}
.tts-slide a time {
	display:inline-block;
	margin-right:30px;
}
@media screen and (max-width:768px){
	.topics {
		border-radius:1.3333vw;
		height:12.1333vw;
		padding:5px;
		margin-bottom:2.6666vw;
	}
	.topics h2 {
		display:flex;
		height:calc(12.1333vw - 10px);
		width:12vw;
		border-radius:0.5vw;
		font-size:0.8rem;
		transform:rotate(0.05deg);
	}
	.topics__text--swiper {
		width:calc(100% - 12vw);
		height:calc(12.1333vw - 10px);
	}
	.tts-wrapper {
		height:calc(12.1333vw - 10px);
	}
	.tts-slide a {
		height:calc(12.1333vw - 10px);
		line-height:4vw;
		padding-left:2.6666vw;
		padding-right:0;
		padding-top:0.8vw;
	}
	.tts-slide a time {
		display:block;
	}
	.tts-slide a:after {
		display:none;
	}
}
.works {
	width:100%;
}
@media screen and (max-width:768px) {
	.works {
		order:2;
	}
}
.aside__ticket {
	height:29.4117%;
	position:relative;
	width:100%;
	margin-bottom:20px;
	border-radius:10px;
	overflow:hidden;
	transition:all 0.3s ease;
}
.aside__ticket:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__ticket a {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-decoration: none;
	background: -moz-linear-gradient(-45deg,  rgba(253,193,216,1) 0%, rgba(253,193,216,1) 25%, rgba(252,165,198,1) 25%, rgba(252,165,198,1) 25%, rgba(252,179,206,1) 50%, rgba(253,193,216,1) 50%, rgba(253,193,216,1) 75%, rgba(252,179,206,1) 75%, rgba(252,179,206,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(253,193,216,1) 0%,rgba(253,193,216,1) 25%,rgba(252,179,206,1) 25%,rgba(252,179,206,1) 25%,rgba(252,179,206,1) 50%,rgba(253,193,216,1) 50%,rgba(253,193,216,1) 75%,rgba(252,179,206,1) 75%,rgba(252,179,206,1) 100%);
	background: linear-gradient(135deg,  rgba(253,193,216,1) 0%,rgba(253,193,216,1) 25%,rgba(252,179,206,1) 25%,rgba(252,179,206,1) 25%,rgba(252,179,206,1) 50%,rgba(253,193,216,1) 50%,rgba(253,193,216,1) 75%,rgba(252,179,206,1) 75%,rgba(252,179,206,1) 100%);
	background-size: 16px 16px;
	background-position: 0 0;
}
.aside__ticket a:hover {
	animation:diagonal-bg 1s linear infinite;
}
.aside__ticket a span {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left:0.1em;
	color:#FFF;
	font-weight: 800;
}
.aside__mvtk {
	width:100%;
	height:calc(100% - 29.4177% - 20px);
	background:#f18e43;
	border-radius:10px;
	border:10px solid #f18e43;
	position:relative;
	transition:all 0.3s ease;
}
.aside__mvtk:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__mvtk:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:70px;
	right:0;
	border-radius:7px;
	background:#FFF;
}
.aside__mvtk h2 {
	position:absolute;
	right:-23px;
	top:-23px;
	width:64px;
	height:64px;
	background:url(../img/common/badge_or.svg) no-repeat center center / contain;
	z-index:10;
	color:#FFF;
	font-weight:800;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-size:12px;
	line-height:1.25;
	transform:rotate(0.05deg);
}
.aside__mvtk--swiper {
	height:100%;
}
.ams-slide {
	display:block;
	height:100%;
}
.ams-slide a {
	display:flex;
	flex-direction:column;
	height:100%;
	text-decoration:none;
}
.ams-thumb {
	width:100%;
	height:calc(100% - 70px);
	padding:5%;
	position:relative;
}
.ams-thumb img {
	height:100%;
	width:100%;
	object-fit:contain;
	overflow:hidden;
}
.ams-name {
	height:2em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height:70px;
	line-height:30px;
	padding-top:10px;
	overflow:hidden;
	font-weight:800;
	color:#FFF;
	text-align:center;
	word-break:break-all;
	transform:rotate(0.05deg);
	background:#f18e43;
}
@media screen and (max-width: 768px) {
	.aside__ticket {
		height:40.6666vw;
		width:calc(50% - 1.3333vw);
		margin-bottom:0;
		border-radius:1.3333vw;
	}
	.aside__ticket:hover {
		transform:none;
	}
	.aside__ticket a span {
		font-size: 1.2rem;
		text-align: center;
	}
	.aside__mvtk {
		height:40.6666vw;
		width:calc(50% - 1.3333vw);
		border-radius:1.3333vw;
		border:5px solid #f18e43;
		margin-bottom:0;
	}
	.aside__mvtk:hover {
		transform:none;
	}
	.aside__mvtk:before {
		bottom:10.6666vw;
		border-radius:1vw;
	}
	.aside__mvtk h2 {
		right:-3.5vw;
		top:-3.5vw;
		width:11.2vw;
		height:11.2vw;
		font-size:0.8rem;
	}
	.ams-thumb {
		height:calc(100% - 10.6666vw);
		padding:2%;
	}
	.ams-name {
		height:10.6666vw;
		line-height:4.5vw;
		padding-top:1.3333vw;
	}
}
.loadingModal {
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.8);
	overflow: auto;
	z-index:22000;
}
.loadingModal__inner {
	position: absolute;
	left:0;
	top:0;
	min-width: 1200px;
	min-height:620px;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items:center;
}
.loadingModal__img {
	position: relative;
	z-index: 5;
}
.loadingModal__img a,
.loadingModal__img img {
	display: block;
	transition:all 0.3s ease;
}
.loadingModal__img a:hover {
	transform:rotate(3deg) scale(1.03);
}
.loadingModal__close {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
@media screen and (max-width: 768px) {
	.loadingModal__inner {
		position: absolute;
		left:0;
		top:0;
		min-width: 100%;
		min-height:100%;
		width:100%;
		height:100%;
		display: flex;
		justify-content: center;
		align-items:center;
	}
	.loadingModal__img {
		width:96%;
	}
	.loadingModal__img img {
		width: 100%;
	}
	.loadingModal__img a:hover {
	transform:none;
}
}