@charset "UTF-8";
:root {
	--white: #fff;
	--black: #000;
	--gray: #444444;
	--green: #76dfdf;
	--pink: #f79aee;
	--sky-blue: #6fccee;
}

/* loader
---------------------------------------------------------- */

.loader_container {
	background: url(../img/another/another-bg.png) repeat center top;
	background-color:rgba(255,250,255,0.5);
	background-blend-mode:lighten;
}
.loader_container::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: -1;
}

.loader {
	display: flex;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
}

.loader div {
	background: var(--sky-blue);
}

/* another
--------------------------------------*/
#another .container {
	background: inherit;
}
#another .contents-block {
	background: url(../img/another/another-bg.png) repeat center top;
	background-color:rgba(255,250,255,0.5);
	background-blend-mode:lighten;
}

@media only screen and (max-width: 750px) {
	#another .c-headline-lv2 {
		width: 70%;
	}
}

/* another_intro
--------------------------------------*/
.another_intro {
	border-radius: 30px;
    padding: 7vw;
	border: 3px solid var(--pink);
	background-color: var(--white);
}
.another_intro p {
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .2rem;
	text-align: center;
	color: var(--gray);
}

@media only screen and (max-width: 750px) {
	.another_intro {
		border-radius: 20px;
        padding: 5vw;
	}
	.another_intro p {
		font-size: 1.3rem;
		letter-spacing: 0;
		text-align: left;
	}
}

/* another_trailer
--------------------------------------*/
.mv_list {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.mv_list li {
	width: 48%;
	background: var(--white);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
	border: 3px solid var(--green);
    border-radius: 20px;
}
.movie_box {
	width: 100%;
	padding: 15px;
}
.trailer_ttl {
	padding: 10px 10px 20px;
	background-color: var(--green);
	text-align: center;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
	color: var(--black);
	border-radius: 0 0 15px 15px;
}
.trailer_ttl h3 {
	color: #fff;
	line-height: 1.6;
}
.trailer_ttl a,
.trailer_ttl span.no_link {
	margin: 10px auto 0;
	max-width: 250px;
	display: block;
}
.making_block {
	margin: 0 auto;
	padding: 0 0 100px;
}
.making_box {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 751px) {
	.making_block {
		width: 750px;
	}
	.present_block {
		width: 750px;
		margin: 0 auto 60px;
		padding: 30px;
		border-radius: 15px;
		background: #fff;
	}
	.present_block a {
		display: block;
	}
	.present_block a img {
		width: 500px;
		margin: 0 auto 5px;
	}
}

@media only screen and (max-width: 750px) {
	.mv_list li {
		width: 100%;
	}
	.movie_box {
		padding: 20px;
	}
	.trailer_ttl {
		padding: 10px 5px 20px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.making_block {
		padding: 0 6% 40px;
	}
	.making_box {
		padding: 8px;
	}
	.present_block {
		margin: 20px 3%;
		padding: 30px 3%;
		border-radius: 15px;
		background: #fff;
	}
	.present_block a img {
		margin: 0 0 5px;
	}
	.dl_link {
		color: var(--sky-blue);
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 320px) {
	.trailer_ttl {
		font-size: 1.8rem;
		text-align: left;
	}
}

/* another_cast
--------------------------------------*/
#another .cast_box {
	border: 3px solid var(--pink);
    border-radius: 20px;
	padding: 40px;
}
#another .cast_box h3 {
	color: var(--pink);
}
@media only screen and (max-width: 750px) {
	#another .cast_box {
		padding: 20px;
	}
}

/* another_staff
--------------------------------------*/
#another #staff_list {
	border: 3px solid var(--green);
}
#another .list_box {
	padding: 40px;
	border-bottom: none;
	justify-content: space-around;
}
#another .list_box dt,
#another .list_box h3 {
	font-weight: bold;
	color: var(--sky-blue);
}
.list_box ul {
	padding-bottom: 15px;
}
.bnr_list {
	margin-bottom: 15px;
}
.bnr_list img {
	width: auto;
	height: 30px;
}

@media only screen and (min-width: 751px) {
	.list_box .col1 {
		width: 40%;
	}
	.list_box .col2 {
		width: 40%;
	}
	.list_box .col3 {
		width: 20%;
	}
	.list_box dt {
		width: 11rem;
	}
	.list_box dd {
		width: calc(100% - 12rem);
	}
}

@media only screen and (max-width: 750px) {
	#another .list_box {
		padding: 20px;
	}
	.list_box > dl,
	.list_box > div {
		width: 100%;
	}
	.list_box > div {
		padding-top: 15px;
	}
}

.cast_pht {
	width: 40%;
}
.cast_prof {
	width: 56%;
}


@media only screen and (max-width: 750px) {	
	.cast_pht,
	.cast_prof {
		width: 100%;
	}
}