@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : story.css
Description :
===================================================================== */


/* =====================================================================
*    story
* =================================================================== */
.story::before {
	content: '';
	position: absolute;
	background: url(../images/story/bg_story.jpg) no-repeat center top/cover;
	width: calc(1600 / 750 * 100%);
	height: calc(230 / 750 * 100vw);
	top: 0;
	left: -57%;
	margin: calc(40 / 750 * 100%) auto 0;
}

.story_box .sec_ttl {
	margin: 0 0 calc(140 / 750 * 100%);
}

.story_box {
	margin: 0 0 calc(80 / 750 * 100%);
}

.story_movie_wrap {
	margin: 0 0 calc(70 / 630 * 100%);
}

.story_movie_photo {
	width: calc(690 / 630 * 100%);
	margin: 0 0 calc(20 / 630 * 100%);
}

.story_movie_photo::before {
	background: #ff4800;
	background: -webkit-gradient(linear, left top, right top, from(#ff4800), color-stop(25%, #f7480e), color-stop(50%, #4451ff), color-stop(75%, #228cd6), to(#10ca95));
	background: linear-gradient(to right, #ff4800 0%, #f7480e 25%, #4451ff 50%, #228cd6 75%, #10ca95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4800', endColorstr='#10ca95', GradientType=1);
}

.story_movie {
	margin: 0 0 calc(50 / 630 * 100%);
}

.story_subttl {
	font-family: 'Playfair Display', serif;
	font-size: 9rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
	margin-bottom: calc(70 / 630 * 100%);
	color: #696969;
}

.story_subttl.last {
	font-size: 9rem;
}

.story_subttl::before {
	content: '';
	position: absolute;
	width: 9.5rem;
	height: 1px;
	background-color: #696969;
	left: 0;
	bottom: 0;
	margin-bottom: 4rem;
}

.story_subttl.last::before {
	width: 10rem;
}

.story_subttl span {
	font-size: 19rem;
	line-height: .5;
}

.story_date {
	color: #c91149;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.story_date p {
	display: inline-block;
	white-space: nowrap;
	font-weight: 700;
}

.story_date small {
	color: #696969;
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin: 0.6em 0 0;
}

.story_movie_btn::before {
	content: "";
	display: block;
	width: calc(107 / 750 * 100vw);
	height: calc(107 / 750 * 100vw);
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.story_movie_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(35 / 750 * 100vw);
	height: calc(10 / 750 * 100vw);
	border-bottom: calc(3 / 750 * 100vw) solid #fff;
	border-right: calc(3 / 750 * 100vw) solid #fff;
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
	z-index: 2;
}

.story_txt_list li > p {
	font-size: 2.8rem;
	line-height: 1.75;
}

.story_txt_list_photo,
.story_txt_list li > p {
	margin: 0 auto calc(50 / 630 * 100%);
}

.story_txt_more .story_txt_list {
	height: 20em;
	overflow: hidden;
}

.story_txt_more_btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.story_txt_more_btn a {
	margin: calc(50 / 660 * 100%) auto 0;
	background-color: #fff;
	display: block;
	width: calc(480 / 750 * 100vw);
	top: 0;
	padding: 0.9em 0;
	border: 1px solid #000;
	color: #000;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.arrow2::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: relative;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -0.25em;
	margin: 0 0 0 1em;
}

.story_sns_share {
	margin: calc(80 / 630 * 100%) 0 0;
	padding: calc(40 / 630 * 100%) 0;
}

.story_sns_share::before,
.story_sns_share::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background: #ff4800;
	background: -webkit-gradient(linear, left top, right top, from(#ff4800), color-stop(25%, #f7480e), color-stop(50%, #4451ff), color-stop(75%, #228cd6), to(#10ca95));
	background: linear-gradient(to right, #ff4800 0%, #f7480e 25%, #4451ff 50%, #228cd6 75%, #10ca95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4800', endColorstr='#10ca95', GradientType=1);
}

.story_sns_share::before {
	top: 0;
}

.story_sns_share::after {
	bottom: 0;
}

.story_sns_share dt {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	margin: 0 0 calc(30 / 630 * 100%);
}

.story_sns_share_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story_sns_share_list li {
	width: calc(200 / 630 * 100%);
	margin: 0 calc(10 / 630 * 100%) 0 0;
}

.story_sns_share_list li:last-of-type {
	margin: 0;
}

.story_sns_share_list li a {
	padding: calc(15 / 200 * 100%) 0;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	white-space: nowrap;
}

.facebookShare a {
	background-color: #3b5997;
}

.twitterShare a {
	background-color: #55aced;
}

.lineShare a {
	background-color: #08b704;
}

.story_bnr {
	margin: calc(80 / 630 * 100%) auto 0;
	border: 2px solid #000;
	padding: calc(50 / 630 * 100%) 0;
}

.story_bnr li:not(:last-child) {
	margin-bottom: calc(30 / 630 * 100%);
}

.story_bnr li:nth-child(odd) {
	margin-left: calc(-60 / 630 * 100%);
	margin-right: calc(60 / 630 * 100%);
}

.story_bnr li:nth-child(even) {
	margin-right: calc(-60 / 630 * 100%);
	margin-left: calc(60 / 630 * 100%);
}

.story_bnr li::before {
	background: #f1ff38;
	background: -webkit-gradient(linear, left top, right top, from(#f1ff38), color-stop(25%, #b7e449), color-stop(50%, #52b4c2), color-stop(75%, #4c4dff), to(#a200ff));
	background: linear-gradient(to right, #f1ff38 0%, #b7e449 25%, #52b4c2 50%, #4c4dff 75%, #a200ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ff38', endColorstr='#a200ff', GradientType=1);
}

@media screen and (min-width: 768px) {
	.story {
		padding: calc(140 / 1200 * 100%) 0 0;
	}

	.story::before {
		background-size: cover;
		width: 100%;
		height: calc(190 / 1200 * 100vw);
		left: 0;
		right: 0;
		margin: calc(55 / 1200 * 100%) auto 0;
	}

	.story_box {
		padding: 0;
		margin: 0 0 80px;
	}

	.story_box .sec_ttl {
		margin: 0 0 calc(135 / 1000 * 100%);
	}

	.story_movie {
		width: calc(800 / 1000 * 100%);
		margin: 0 auto;
	}

	.story_movie_wrap {
		margin: 0 auto calc(80 / 800 * 100%);
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.story_movie_photo {
		width: 100%;
		margin: 0 0 calc(10 / 800 * 100%);
	}

	.story_movie_btn:hover {
		opacity: 0.7;
	}

	.story_movie_btn::before {
		width: calc(107 / 1200 * 100vw);
		height: calc(107 / 1200 * 100vw);
	}

	.story_movie_btn::after {
		width: calc(35 / 1200 * 100vw);
		height: calc(10 / 1200 * 100vw);
		border-bottom: calc(3 / 1200 * 100vw) solid #fff;
		border-right: calc(3 / 1200 * 100vw) solid #fff;
	}

	.story_subttl {
		width: auto;
		margin: 0;
		padding-left: calc(105 / 800 * 100%);
		border-width: 2px;
		font-size: 5.9rem !important;
	}

	.story_subttl.last {
		line-height: 2;
		padding-left: calc(60 / 800 * 100%);
	}

	.story_subttl::before {
		margin-bottom: 2.8rem;
	}

	.story_subttl.last::before {
		margin-bottom: 5.5rem;
        width: 6rem;
	}

	.story_subttl span {
		font-size: 12rem;
	}

	.story_date {
		width: calc(300 / 800 * 100%);
		font-size: 2.4rem;
		margin: calc(65 / 800 * 100%) 0 0;
	}

	.story_date small {
		display: inline-block;
		font-size: 1.3rem;
	}

	.story_date::before {
		width: calc(44 / 590 * 100%);
		margin: calc(14 / 590 * 100%) 0 0 calc(-54 / 590 * 100%);
	}

	.story_txt_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: calc(960 / 1000 * 100%);
		margin: 0 auto;
		font-size: 1.4rem;
		line-height: 1.875;
	}

	.story_txt_list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		max-width: 960px;
	}

	.other_images li {
		width: calc(460 / 960 * 100%) !important;
	}

	.story_txt_list li > p {
		font-size: 1.6rem;
		line-height: 1.875;
	}

	.story_txt_list li.wide > p {
		width: calc(460 / 960 * 100%);
		margin: 0 0 calc(60 / 960 * 100%) 0;
	}

	.story_txt_list_photo {
		width: 100%;
		margin: 0 0 calc(60 / 960 * 100%);
	}

	.story_txt_list li.wide .story_txt_list_photo {
		width: calc(460 / 960 * 100%);
	}

	.trailer li:nth-child(2n),
	.spoiler li.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.story_txt_more .story_txt_list {
		height: 10em;
	}

	.story_txt_more_btn a {
		width: calc(360 / 1000 * 100%);
		margin: calc(40 / 1000 * 100%) auto 0;
		padding: 1.1em 0;
		font-size: 1.8rem;
	}

	.story_txt_more_btn a:hover {
		background-color: #000;
		border-color: #fff;
		color: #fff;
	}

	.story_txt_more_btn a.arrow2::after {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.story_txt_more_btn a.arrow2:hover::after {
		border-color: #fff;
	}

	.story_sns_share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: calc(20 / 800 * 100%) auto 0;
		padding: calc(20 / 800 * 100%) 0;
	}

	.story_sns_share dt {
		width: calc(300 / 800 * 100%);
		font-size: 1.6rem;
		margin: 0;
	}

	.story_sns_share dd {
		width: calc(640 / 800 * 100%);
	}

	.story_sns_share_list li {
		width: calc(200 / 640 * 100%);
		margin: 0 calc(20 / 640 * 100%) 0 0;
	}

	.story_sns_share_list li a {
		padding: calc(10 / 200 * 100%) 0;
		font-size: 1.4rem;
		line-height: 1;
	}

	.story_sns_share_list li a:hover {
		opacity: 0.7;
	}

	.story_bnr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(900 / 1000 * 100%);
		padding: calc(50 / 1000 * 100%) 0;
		margin: calc(100 / 1000 * 100%) auto 0;
	}

	.story_bnr li {
		width: calc(475 / 900 * 100%);
	}

	.story_bnr li:nth-child(odd) {
		margin-bottom: 0;
		margin-left: calc(-50 / 900 * 100%);
		margin-right: calc(0 / 900 * 100%);
	}

	.story_bnr li:nth-child(even) {
		margin-right: calc(-50 / 900 * 100%);
		margin-left: calc(50 / 900 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.story {
		padding: 100px 0 0;
		background-size: 1600px auto;
	}

	.story::before {
		max-width: 1600px;
		max-height: 190px;
		margin: 55px auto 0;
	}

	.story_box {
		padding: 0;
	}

	.story_movie_btn::before {
		width: 100px;
		height: 100px;
	}

	.story_movie_btn::after {
		width: 35px;
		height: 10px;
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
	}

}

/* =====================================================================
*    delivery 
* =================================================================== */

.delivery {
	padding: calc(100 / 750 * 100%) 0;
	background-color: #121318;
}

.delivery::before {
	background: url(../images/top/bg_delivery_sp.jpg) no-repeat center/cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.delivery .top_ttl {
	margin: 0 calc(60 / 750 * 100%) -2.2rem;
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	z-index: 2;
	white-space: nowrap;
}

.delivery .top_ttl::before,
.delivery .top_ttl::after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 2em;
	top: 1rem;
	bottom: 0;
	margin: auto;
}

.delivery .top_ttl::before {
	left: 0;
}

.delivery .top_ttl::after {
	right: 0;
}

.delivery_list {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: calc(70 / 630 * 100%) calc(40 / 630 * 100%);
}

.delivery_list li:not(:last-child) {
	margin-bottom: calc(40 / 550 * 100%);
}

.delivery_list li::before {
	background: #574aee;
	background: -webkit-gradient(linear, left top, right top, from(#574aee), color-stop(25%, #8d42a1), color-stop(50%, #db4233), color-stop(75%, #ff6e00), to(#ffcc00));
	background: linear-gradient(to right, #574aee 0%, #8d42a1 25%, #db4233 50%, #ff6e00 75%, #ffcc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#574aee', endColorstr='#ffcc00', GradientType=1);
}

@media screen and (min-width: 768px) {
	.delivery {
		padding: 60px 0;
	}

	.delivery::before {
		background: url(../images/top/bg_delivery_pc.jpg) no-repeat center/cover;
		height: 100%;
		right: 0;
		margin: auto;
	}

	.delivery .top_ttl {
		width: auto;
		font-size: 2.4rem;
		margin: 0 calc(100 / 1000 * 100%) -1.3rem;
	}

	.delivery .top_ttl::before,
	.delivery .top_ttl::after {
		width: calc(250 / 1000 * 100%);
	}

	.delivery .sec_contents {
		width: calc(800 / 1000 * 100%) !important;
	}

	.delivery_list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: calc(50 / 800 * 100%) 0;
        justify-content: center;
	}

	.delivery_list li {
		width: calc(440 / 800 * 100%);
	}

	.delivery_list li:first-child {
		margin: 0 calc(20 / 800 * 100%) 0 calc(-50 / 800 * 100%);
	}

	.delivery_list li:last-child {
		margin: 0 calc(-50 / 800 * 100%) 0 0;
	}
}

@media screen and (min-width: 1200px) {
	.delivery::before {
		max-width: 1600px;
	}

	.delivery .top_ttl::before,
	.delivery .top_ttl::after {
		width: 230px;
	}
}


/* =====================================================================
*    backnumber
* =================================================================== */
.backnumber_box {

	overflow: hidden;
	padding: calc(130 / 750 * 100%) 0 calc(150 / 750 * 100%);
}

.backnumber_box::before {
	content: '';
	position: absolute;
	background: url(../images/story/bg_back_sp.png) no-repeat center top/cover;
	width: 100%;
	height: calc(333 / 750 * 100vw);
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
}

.backnumber_box::after {
	content: '';
	position: absolute;
	background: url(../images/story/bg_back2.jpg) no-repeat center bottom/cover;
	width: calc(1600 / 750 * 100%);
	height: calc(300 / 750 * 100vw);
	bottom: 0;
	left: -57%;
}

.backnumber_box .inner {
	z-index: 2;
}

.bucknumber_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bucknumber_list li {
	width: 50%;
	margin: 0 0 calc(40 / 630 * 100%);
}

.bucknumber_list li a {
	width: calc(320 / 345 * 100%);
	margin: 0 auto;
}

.bucknumber_list li figcaption {
	width: calc(130 / 320 * 100%);
	color: #fff;
	background: url(../images/story/img_back_ep.png) no-repeat top left/contain;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: .8em 0 2.2em 2em;
}

.bucknumber_list li figcaption span {
	font-size: 1.8rem;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.backnumber_box {
		padding: 80px 0;
	}

	.backnumber_box::before {
		background: url(../images/story/bg_back_pc.png) no-repeat center top/cover;
		height: calc(177 / 1200 * 100vw);
		right: 0;
		margin: auto;
	}

	.backnumber_box::after {
		background: url(../images/story/bg_back2.jpg) no-repeat center bottom/contain;
		width: 100%;
		height: calc(300 / 1200 * 100vw);
		left: 0;
		right: 0;
		margin: auto;
	}

	.backnumber_box .sec_ttl {
		margin: 0 0 calc(55 / 1000 * 100%);
	}

	.bucknumber_list li {
		width: calc(244 / 1000 * 100%);
		margin: 0 calc(8 / 1000 * 100%) calc(20 / 1000 * 100%) 0;
	}

	.bucknumber_list li:nth-child(4n),
	.bucknumber_list li:last-child {
		margin-right: 0;
	}

	.bucknumber_list li a {
		width: calc(235 / 244 * 100%);
		margin: 0 0 0 auto;
	}

	.bucknumber_list li a figure::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border: 2px solid #e64bae;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.bucknumber_list li a:hover figure::after {
		opacity: 1;
	}

	.bucknumber_list li figcaption {
		padding: .8em 0 1em 1em;
		width: calc(110 / 240 * 100%);
	}

	.bucknumber_list li figcaption span {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1200px) {
	.backnumber_box::before {
		max-width: 1600px;
		max-height: 177px;
	}

	.backnumber_box::after {
		max-width: 1600px;
		max-height: 400px;
	}
}
