@charset "utf-8";

/*----------エピソード----------*/

.chara-check {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px auto 30px;
	padding: 0 30px;
}
.chara-check p {
	position: relative;
	display: inline-block;
	margin: 0 auto 18px;
	padding: 10px 15px;
	font-size: 20px;
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	background: #cc51ea;
}
.chara-check p::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #cc51ea transparent transparent;
	translate: -50% 100%;
}
.spacer {
	width: 100%;
}
.chara-check label {
	margin: 0 3px 6px;
	padding: 4px 12px 6px 10px;
	color: #000;
	background: #f0ccf9;
	border-radius: 100px;
	cursor: pointer;
}
.chara-check input[type="checkbox"] {
	appearance: none;
	position: relative;
	width: 1em;
	height: 1em;
	vertical-align: -4px;
	background: #fff;
	border-radius: 2px;
}
.chara-check input[type="checkbox"]:checked {
	background: #cc51ea;
}
.chara-check input[type="checkbox"]:checked:before {
	position: absolute;
	content: '';
	top: 0;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
ul.episodes_top {
    margin: 30px 40px 40px;
}
ul.episodes_top li a {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
	color: #855dac;
	font-weight: 700;
	line-height: 1.5;
	background: #fff;
	border-left: 8px solid #cc51ea;
	border-radius: 6px;
}
ul.episodes_top li span:last-child {
	display: none;
}
ul.episodes_top li a:before {
	position: absolute;
	top: 50%;
	right: 12px;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 4px solid #cc51ea;
	border-right: 4px solid #cc51ea;
	transform: rotate(45deg);
}
.entry.episodes {
	position: relative;
}
.entry.episodes#punirunes1::before,
.entry.episodes#punirunes2::before,
.entry.episodes#punirunes3::before,
.entry.episodes#punirunes4::before {
	position: absolute;
	content: "";
	right: 20px;
	top: 25px;
	width: 240px;
	height: 70px;
}
.entry.episodes#punirunes1::before {
	background: url("../images/under/tab_logo1.png") no-repeat center top / contain;
}
.entry.episodes#punirunes2::before {
	background: url("../images/under/tab_logo2.png") no-repeat center top / contain;
}
.entry.episodes#punirunes3::before {
	background: url("../images/under/tab_logo3.png") no-repeat center top / contain;
}
.entry.episodes#punirunes4::before {
	background: url("../images/under/tab_logo4.png") no-repeat center top / contain;
}
.entry.episodes .mov {
	margin: 30px auto 0;
	max-width: 800px;
}
.thum {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin-top: 25px;
}
.thum img {
	width: 49%;
}
.timetxt {
	display: table;
	margin: 0 auto 30px;
	padding: 12px 18px 14px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: #e84340;
}
	@media screen and (max-width: 769px){
		.chara-check {
			margin: 5px auto 15px;
			padding: 0 15px;
		}
		.chara-check p {
			margin-bottom: 15px;
			padding: 5px 10px 7px;
			font-size: 16px;
		}
		.chara-check p::after {
			border-width: 12px 8px 0 8px;
		}
		.chara-check label {
			padding: 2px 8px 4px;
		}
		.chara-check input[type="checkbox"] {
			vertical-align: -3px;
		}
		.chara-check input[type="checkbox"]:checked:before {
			top: 0;
			left: 3px;
			width: 3px;
			height: 7px;
		}
		ul.episodes_top {
			margin: 15px 15px 25px;
		}
		ul.episodes_top li a {
			margin-bottom: 10px;
			padding: 6px 25px 6px 6px;
		}
		ul.episodes_top li a:before {
			right: 8px;
			width: 8px;
			height: 8px;
			margin-top: -5px;
			border-top: 3px solid #cc51ea;
			border-right: 3px solid #cc51ea;
		}
		.entry.episodes#punirunes1::before,
		.entry.episodes#punirunes2::before,
		.entry.episodes#punirunes3::before,
		.entry.episodes#punirunes4::before {
			right: 5px;
			top: -13px;
			width: 160px;
			height: 45px;
		}
		.entry.episodes#punirunes1::before {
			right: 5px;
			top: -13px;
			width: 160px;
			height: 45px;
		}
		.entry.episodes .mov {
			margin-top: 20px;
		}
		.thum {
			flex-direction: column;
			margin-top: 0;
		}
		.thum img {
			width: 100%;
			margin-top: 15px;
		}
		.timetxt {
			display: block;
			margin: 10px 15px 15px;
			padding: 6px 10px 8px;
		}
	}
	
/*----------キャラクター----------*/

.chara_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entry.chara {
	position: relative;
	width: 46%;
	min-height: 200px;
	padding: 0;
	margin: 0 1.5% 40px;
}
.entry.chara:last-child {
	min-height: 320px;
}
.entry.chara h3 {
	margin: 0 0 20px;
	padding: 10px 20px;
	font-size: 32px;
	border: 2px solid #855dac;
	box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
}
.entry.chara .charaimg {
	position: absolute;
	top: -30px;
	right: -10px;
	width: 220px;
}
.entry.chara .charaimg.yuka {
	top: -60px;
	width: 200px;
	right: 0;
}
.entry.chara .charaimg img {
	width: 100%;
}
.entry.chara .charaimg:not(.yuka) img:hover {
	animation: shake 0.2s linear infinite;
}
@keyframes shake {
	0% {transform: skew(0deg,0deg);}
	25% {transform: skew(2deg, 2deg);}
	75% {transform: skew(-2deg, -2deg);}
	100% {transform: skew(0deg,0deg);}
}
.entry.chara p {
	padding: 0 180px 0 20px;
}
.entry.chara:last-child p {
	padding-right: 120px;
}
	@media screen and (max-width: 769px){
		.chara_all {
			flex-direction: column;
		}
		.entry.chara {
			width: 100%;
			min-height: auto;
			padding: 0;
			margin: 0 0 15px;
		}
		.entry.chara:last-child {
			height: auto;
		}
		.entry.chara h3 {
			margin: 0 0 10px;
			padding: 9px 15px 11px;
			font-size: 24px;
			border-left: none;
			border-right: none;
			box-shadow: 0 2px 0 0 #fff inset, 0 -2px 0 0 #fff inset;
		}
		.entry.chara .charaimg {
			position: static;
			width: 33%;
			float: right;
			margin: -60px 10px 0 0;
		}
		.entry.chara .charaimg.yuka {
			width: 33%;
		}
		.entry.chara p {
			padding: 0 15px;
		}
		.entry.chara:last-child p {
			padding-right: 15px;
		}
	}

/*----------グッズ----------*/

ul.goods_top {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin: 30px 40px 40px;
}
ul.goods_top li a {
	display: block;
	height: 100%;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	line-height: 1.4;
	background: #f0ccf9;
	border-radius: 10px;
}
ul.goods_top li img {
	width: 100%;
	height: 150px;
	margin-bottom: 8px;
	object-fit: cover;
}
.entry.goods .goodsimg {
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}
.entry.goods .goodsimg img {
	width: 100%;
}
.entry.goods dl {
	margin-top: 30px;
}
.entry.goods dl dt {
	float: left;
	width: 12em;
	font-size: 90%;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
	background: #84ac5d;
	border-radius: 100px;
}
.entry.goods dl dd {
	margin-bottom: 0.5em;
	padding-left: 11.2em;
}
	@media screen and (max-width: 769px){
		ul.goods_top {
			grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
			gap: 10px;
			margin: 15px 15px 25px;
		}
		ul.goods_top li a {
			background: #fff;
		}
		ul.goods_top li img {
			border: 1px solid #f0ccf9;
		}
		ul.goods_top li img {
			height: 100px;
		}
		.entry.goods .goodsimg {
			margin-bottom: 15px;
		}
		.entry.goods dl {
			margin-top: 15px;
		}
		.entry.goods dl dd {
			word-break: break-all;
		}
	}
	
/*----------スタッフ・キャスト----------*/

.entry.staff ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry.staff ul li {
	width: 48%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	text-align: right;
	border-bottom: 1px dotted #855dac;
}
.entry.staff li span {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: 700;
	color: #ac855d;
}
	@media screen and (max-width: 769px){
		.entry.staff li span {
			width: 6.5em;
		}
	}
	
/*----------すぺしゃる----------*/

.entry.special .image {
	margin: 0 auto 30px;
	max-width: 1000px;
}
.entry.special .image img {
	width: 100%;
}
.entry.special p {
	color: #c91275;
	font-size: 20px;
	font-weight: 700;
	font-feature-settings: "palt";
	text-align: center;
}
	@media screen and (max-width: 769px){
		.entry.special .image {
			margin-bottom: 15px;
		}
		.entry.special p {
			font-size: 16px;
			text-align: left;
		}
	}