@charset "utf-8";
.main__vi {
	width:calc(43.8166% + 20px);
	position:relative;
	padding-right:20px;
	margin-bottom:20px;
}
.main__vi--img {
	padding-top:138.7559%;
	width:100%;
	position:relative;
	border-radius: 10px;
	overflow: hidden;
}
.main__vi--img > img {
	left:0;
	top:0;
	height:100%;
	position: absolute;
	width:100%;
	object-fit:cover;
}
.main__vi--bnr {
	position: absolute;
	left:10px;
	top:10px;
	width:25%;
	max-width:250px;
}
.main__vi--bnr img {
	width:100%;
	height:auto;
}
@media screen and (max-width:768px){
	.main__vi {
		width:100%;
		padding-right:0;
		margin-bottom:2.6666vw;
	}
	.main__vi--img {
		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__subvi {
	width:59.5785%;
	margin-right:20px;
	height:100%;
	position:relative;
}
.aside__subvi--swiper {
	position: absolute;
	left:30px;
	top:0;
	width:calc(100% - 30px);
	height:100%;
	border-radius: 10px;
	overflow: hidden;
}
.asw-slide img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.asw__pagination {
	width:30px;
	position: absolute;
	left:0;
	top:0;
	bottom:0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2px;
}
.asw__pagination--point {
	width:11px;
	height:11px;
	margin: 5px 0;
}
.asw__pagination--point a {
	display: block;
}
.asw__pagination--dot {
	display: block;
	width:11px;
	height:11px;
	border:1px solid #81cddb;
	border-radius: 50%;
	background:#81cddb;
}
.asw__pagination--point.active .asw__pagination--dot {
	background:#FFF;
}
.asw__catch {
	position:absolute;
	left:0;
	bottom:-0.5em;
	font-size:14px;
	transform:rotate(0.05deg);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 800;
	color:#81cddb;
	line-height:1;
}
.aside__tickets {
	display:flex;
	width:calc(100% - 59.5785% - 20px);
	flex-direction:column;
}
.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(129,205,219,1) 0%, rgba(129,205,219,1) 25%, rgba(154,215,226,1) 25%, rgba(154,215,226,1) 25%, rgba(154,215,226,1) 50%, rgba(129,205,219,1) 50%, rgba(129,205,219,1) 75%, rgba(154,215,226,1) 75%, rgba(154,215,226,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(129,205,219,1) 0%,rgba(129,205,219,1) 25%,rgba(154,215,226,1) 25%,rgba(154,215,226,1) 25%,rgba(154,215,226,1) 50%,rgba(129,205,219,1) 50%,rgba(129,205,219,1) 75%,rgba(154,215,226,1) 75%,rgba(154,215,226,1) 100%);
	background: linear-gradient(135deg,  rgba(129,205,219,1) 0%,rgba(129,205,219,1) 25%,rgba(154,215,226,1) 25%,rgba(154,215,226,1) 25%,rgba(154,215,226,1) 50%,rgba(129,205,219,1) 50%,rgba(129,205,219,1) 75%,rgba(154,215,226,1) 75%,rgba(154,215,226,1) 100%);
	background-size: 16px 16px;
	background-position: 0 0;
}
.aside__ticket a:hover {
	animation:diagonal-bg 1s linear infinite;
}
.aside__ticket a span {
	display: block;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left:0.1em;
	color:#FFF;
	font-weight: 800;
	text-align: center;
}
.aside__ticket a:before {
	content:'';
	display: block;
	width:54px;
	height:54px;
	background:url(../img/top/icon_ticket.png) no-repeat center center / contain;
	margin-right:10px;
}
.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;
}
.aside__bottom {
	height:calc(100% - 58.6206% - 20px);
	display: flex;
	justify-content: space-between;
}
.aside__music {
	width:100%;
	height:100%;
	background:#7b99cb;
	border-radius:10px;
	border:10px solid #7b99cb;
	position:relative;
	transition:all 0.3s ease;
	width:calc(100% - 59.5785% - 20px);
}
.aside__music:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__music:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:70px;
	right:0;
	border-radius:7px;
	background:#FFF;
}
.aside__music h2 {
	position:absolute;
	right:-23px;
	top:-23px;
	width:64px;
	height:64px;
	background:url(../img/common/badge_b.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__music--swiper {
	height:100%;
}
.amc-slide {
	display:block;
	height:100%;
}
.amc-slide a {
	display:flex;
	flex-direction:column;
	height:100%;
	text-decoration:none;
}
.amc-thumb {
	width:100%;
	height:calc(100% - 70px);
	padding:5%;
	position:relative;
}
.amc-thumb img {
	height:100%;
	width:100%;
	object-fit:contain;
	overflow:hidden;
}
.amc-name {
	font-size:15px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	height:70px;
	line-height:20px;
	padding-top:10px;
	overflow:hidden;
	font-weight:800;
	color:#FFF;
	text-align:center;
	word-break:break-all;
	transform:rotate(0.05deg);
	background:#7b99cb;
}
.aside__movie {
	height:100%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:all 0.3s ease;
	width:59.5785%;
	margin-left:20px;
}
.aside__movie:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.aside__moviein {
	position:absolute;
	width:132%;
	padding-top:74.125%;
	left:50%;
	top:50%;
	transform:translate(-50%,-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;
	}
	.aside__top {
		height:auto;
		margin-bottom:2.6666vw;
		display:flex;
		flex-wrap:wrap;
		order:1;
		justify-content: space-between;
	}
	.aside__subvi {
		width:calc(50% - 1.3333vw) !important;
		margin-right:0;
		height:100%;
		position:relative;
		order:1;
	}
	.aside__subvi--swiper {
		left:0;
		top:0;
		width:100%;
		height:100%;
		border-radius:0;
		overflow: hidden;
		padding-bottom:4vw;
	}
	.asw-slide {
		border-radius: 1.3333vw;
		overflow: hidden;
	}
	.asw__pagination {
		width:100%;
		left:0;
		bottom:0;
		top:auto;
		padding-left: 0;
		display: flex;
		justify-content: center;
		z-index:500;
		flex-direction: row;
	}
	.asw__pagination--point {
		width:2.3vw;
		height:2.3vw;
		margin:0 1.15vw 0;
	}
	.asw__catch {
		left:0;
		width:100%;
		text-align: center;
		bottom:2.3em;
		font-size:1.1rem;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-weight: 800;
	}
	.aside__tickets {
		width:calc(50% - 1.3333vw) !important;
	}
	.aside__ticket {
		height:16vw;
		width:100%;
		margin-bottom:2.6666vw;
		border-radius:1.3333vw;
	}
	.aside__ticket:hover {
		transform:none;
	}
	.aside__ticket a span {
		font-size: 1.4rem;
		text-align: center;
	}
	.aside__ticket a:before {
		content:'';
		display: block;
		width:12vw;
		height:12vw;
		background:url(../img/top/icon_ticket.png) no-repeat center center / contain;
		margin-right:10px;
	}
	.aside__mvtk {
		width:100%;
		height:49.3333vw;
		border-radius:1.3333vw;
		border:5px solid #f18e43;
	}
	.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;
	}
	.aside__bottom {
		height:auto;
		width:100%;
		display: flex;
		justify-content: space-between;
	}
	.aside__music {
		width:calc(50% - 1.3333vw);
		height:49.3333vw;
		border-radius:1.3333vw;
		border:5px solid #7b99cb;
	}
	.aside__music:hover {
		transform:none;
	}
	.aside__music:before {
		bottom:10.6666vw;
		border-radius:1vw;
	}
	.aside__music h2 {
		right:-3.5vw;
		top:-3.5vw;
		width:11.2vw;
		height:11.2vw;
		font-size:0.8rem;
	}
	.amc-thumb {
		height:calc(100% - 10.6666vw);
		padding:2%;
	}
	.amc-name {
		height:10.6666vw;
		line-height:4.5vw;
		padding-top:1.3333vw;
		font-size:1.2rem;
	}
	.aside__movie {
		height:0;
		padding-top:56.25%;
		position:relative;
		width:100%;
		overflow:hidden;
		border-radius:1.3333vw;
		margin-left:0;
		margin-bottom:2.6666vw;
	}
	.aside__movie:hover {
		transform:none;
	}
	.aside__moviein {
		position:absolute;
		width:100%;
		padding-top:0;
		left:0;
		top:0;
		bottom:0;
		right:0;
		overflow: hidden;
		transform:translate(0,0);
		border-radius: 1.3333vw;
	}
	.aside__movie a {
		position: absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
	}
}
.main__characters {
	width:100%;
}
.main__characterLists {
	width:100%;
	display: flex;
	justify-content: space-between;
}
.main__characterList {
	width:calc((100% - 80px) / 5);
	position: relative;
	transition:all 0.3s ease;
}
.main__characterList:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.main__characterList a {
	position: relative;
	width:100%;
	padding-top:142.0454%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
}
.main__characterList a:before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cddb', endColorstr='#9ad7e2',GradientType=1 );
	background-size: 16px 16px;
	background-position: 0 0;
	opacity:0;
	animation: diagonal-bg 1s linear infinite;
	transition:opacity 0.3s ease;
}
.main__characterList a:after {
	content:'';
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-size:cover;
	background-position: center center;
}
.main__characterList a:hover:before {
	opacity:1;
}
.main__characterList.c-nadeshiko a {
	background-color: #fbb3b7;
}
.main__characterList.c-nadeshiko a:after {
	background-image: url(../img/character/character_1thumb.png);
}
.main__characterList.c-rin a {
	background-color: #7b99cb;
}
.main__characterList.c-rin a:after {
	background-image: url(../img/character/character_2thumb.png);
}
.main__characterList.c-chiaki a {
	background-color: #8d87b2;
}
.main__characterList.c-chiaki a:after {
	background-image: url(../img/character/character_3thumb.png);
}
.main__characterList.c-aoi a {
	background-color: #e8d19c;
}
.main__characterList.c-aoi a:after {
	background-image: url(../img/character/character_4thumb.png);
}
.main__characterList.c-ena a {
	background-color: #81cddb;
}
.main__characterList.c-ena a:after {
	background-image: url(../img/character/character_5thumb.png);
}
.main__characterList--name {
	display: none;
}
#main__lastmusicBlock {
	display: none;
}
@media screen and (max-width: 768px){
	.main__characterLists {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main__characterList {
		width:calc(50% - 1.3333vw);
		position: relative;
		transition:all 0.3s ease;
		margin-bottom:2.6666vw;
	}
	.main__characterList:hover {
		transform:none;
	}
	.main__characterList a {
		padding-top:0;
		height:49.3333vw;
		border-radius: 1.3333vw;
	}
	#main__lastmusicBlock {
		display: block;
		width:calc(50% - 1.3333vw);
		padding-top:0;
		height:49.3333vw;
	}
	#main__lastmusicBlock .aside__music {
		width:100%;
	}
}
.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:140px;
	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 a {
	position:absolute;
	display: flex;
	align-items: center;
	padding-left:180px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	color:#FFF;
	font-weight: 700;
	transform:rotate(0.05deg);
}
@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:25vw;
		border-radius:0.5vw;
		font-size:0.8rem;
		transform:rotate(0.05deg);
	}
	.topics a {
		padding-left:29vw;
		padding-right:2vw;
	}
}
.topics.topics2 {
	background:#7b99cb;
}
.topics.topics2 h2 {
	color:#7b99cb;
}
.topics.topics2:before {
	background:#657b9f;
}