@charset "UTF-8";
.d-contentsBox-inner {
	padding-bottom: 120px;
}
@media only screen and (max-width: 600px) {
	.d-contentsBox-inner {
		padding-bottom: 0;
	}
}


/* story
========================================== */
.story-area {}
.story-area a { display: block; }
.story-inner { max-width: 1145px; }
#story .d-box-title {
	width: 100%;
	padding-top: 11%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/common/title-story-pc.png);
}
.story-box-body {
	margin-top: 80px;
}
@media only screen and (max-width: 600px) {
	#story .d-box-title {
		padding-top: 15%;
		background-image: url(../images/common/title-story-sp.png);
	}
	.story-box-body {
		margin-top: 8vw;
	}
}


/* story-article
------------------------------------------ */
.story-article-body {
	background-color: #fff;
}

.story-article-mainImg {
	width: 100%;
	max-width: 960px;
	height: 0;
	margin: 0 auto;
	padding-top: 56%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.story-article-body iframe {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: 446px;
}

.story-article-contents {}
.story-article-contents p {}

.story-article-title {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}
.story-article-title span.number {
	display: block;
	margin-top: 25px;
	font-size: 34px;
	line-height: 1.47;
	letter-spacing: 2.72px;
	color: #030303;
}
.story-article-title span.date {
	display: block;
	font-size: 20px;
	line-height: 2.2;
	letter-spacing: 1.2px;
	color: #030303;
}

.story-article-detail {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 calc((100% - 800px) /2);
	padding-top: 138px;
}
.story-article-detail:before {
	position: absolute;
	display: block;
}
.story-article-detail .figure {
	width: 48%;
}
.story-article-detail .figure figure {
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 57%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.story-article-detail .figure figure:not(:first-child) {
	margin-top: 40px;
}
.story-article-detail .text {
	width: 46%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1.6px;
	color: #030303;
	z-index: 0;
}

.story-article-btn {
	margin-top: 105px;
}
.story-article-btn a {
	border-color: #030303;
	color: #030303;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-article-body iframe {
		height: 51vw;
	}
	.story-article-title {
		margin-top: 6vw;
	}
	.story-article-title span.date {
		font-size: 2vw;
	}
	.story-article-title span.number {
		margin-top: 3vw;
		font-size: 3.4vw;
	}
	.story-article-detail {
		padding-top: 15vw;
		background-size: 44vw;
	}
	.story-article-detail .text {
		font-size: 1.6vw;
	}

	.story-article-btn {
		margin-top: 10.5vw;
	}
}

@media only screen and (max-width: 600px) {
	.story-article-body {}
	.story-article-mainImg {}
	.story-article-contents {}
	.story-article-contents p {}
	.story-article-body iframe {
		height: 50vw;
		padding: 0 5.5%;
	}
	.story-article-title {
		margin-top: 8vw;
		padding: 0 5.5%;
	}
	.story-article-title span.number {
		margin-top: 3.5vw;
		font-size: 5.4vw;
		letter-spacing: 1.6px;
	}
	.story-article-title span.date {
		font-size: 3.5vw;
		line-height: 1;
		letter-spacing: .78px;
	}
	.story-article-detail {
		flex-direction: column-reverse;
		padding: 0 5.5%;
		padding-top: 17vw;
		background-position: 126% top;
		background-size: 61%;
	}
	.story-article-detail .figure {
		width: 100%;
		margin-top: 10vw;
	}
	.story-article-detail .figure figure:not(:first-child) {
		margin-top: 5.3vw;
	}
	.story-article-detail .text {
		width: 100%;
		font-size: 3.7vw;
		line-height: 1.6;
		letter-spacing: 1.4px;
	}

	.story-article-btn {
		margin-top: 10.5vw;
		padding: 0 5.5%;
	}
}


/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 60px auto 0;
	border: 1px solid #030303;
}

.story-share-title,
.story-share-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0;
}

.story-share-title {
	width: 170px;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.62;
	letter-spacing: 0.11px;
	color: #030303;
}
.story-share-title br { display: none; }

.story-share-body {
	border-left: 1px solid #000;
}

.story-share-body > ul:after {
	content: "";
	display: block;
	clear: both;
}
.story-share-body > ul > li {
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
}
.story-share-body > ul > li > a {
	display: block;
	width: 123px;
	text-align: center;
	padding: 7px 0;
	border-radius: 2px;
	color: #fff;
}
.story-share-body > ul > li > a.facebook { background-color: #3b5998; }
.story-share-body > ul > li > a.twitter { background-color: #55acee; }
.story-share-body > ul > li > a.line { background-color: #00b900; }

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-share {
		max-width: 100%;
		margin-top: 6vw;
	}
	.story-share-body > ul > li {
		margin: 5px 0;
	}
	.story-share-body > ul > li > a {
		width: 100px !important;
		font-size: 1vw;
	}
}

@media only screen and (max-width: 600px) {
	.story-share {
		width: calc(100% - 10.1%);
		margin: 0 auto;
		margin-top: 8vw;
	}
	.story-share-title,
	.story-share-body {
		padding: 15px 0;
	}
	.story-share-title {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.1;
		width: 85px;
	}
	.story-share-title br { display: block; }
	.story-share-body > ul > li {
		padding: 0 10px;
	}
	.story-share-body > ul > li > a {
		display: block;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		width: 30px;
		height: 30px;
		background-color: transparent !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.story-share-body > ul > li > a.facebook { background-image: url("../images/sns/sns-facebook-square.png") !important; }
	.story-share-body > ul > li > a.twitter { background-image: url("../images/sns/sns-twitter-square.png") !important; }
	.story-share-body > ul > li > a.line { background-image: url("../images/sns/sns-line-square.png") !important; }
}


/* story-channel
------------------------------------------ */
.story-channel-area {
	margin-top: 80px;
}
.story-channel-inner {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.story-channel-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.story-channel-list {}
.story-channel-sub-title {
	display: table-cell;
	width: 192px;
	font-size: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.tada .story-channel-sub-title {
	background-size: 68%;
	background-image: url(../images/story/logo-tada.png);
}
.hulu .story-channel-sub-title {
	background-size: 38%;
	background-image: url(../images/story/logo-hulu.png);
}
.story-channel-link {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 30px 20px 25px;
	border-left: 1px solid #fff;
}
.story-channel-item {
	display: table;
	width: 100%;
	max-width: 960px;
	overflow: hidden;
	background-color: #f4f6f8;
}
.story-channel-item:not(:first-child) { margin-top: 10px; }
.story-channel-item a {
	position: relative;
}
.story-channel-item a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #030303;
	border-right: 1px solid #030303;
	transform: translateY(-50%) rotate(45deg);
}
.story-channel-item a span {
	font-size: 18px;
	letter-spacing: 1.4px;
	color: #030303;
}
.story-channel-item.tada a {}
.story-channel-item.tada a span {}
.story-channel-item.hulu a {}
.story-channel-item.hulu a span {}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-channel-area {
		margin-top: 8vw;
	}
	.story-channel-inner {
		max-width: 100%;
	}
	.story-channel-link {
		padding: 2vw 3vw 2vw 2.6vw;
	}
	.story-channel-item a span {
		font-size: 1.8vw;
	}
	.story-channel-item:not(:first-child) {
    margin-top: 1vw;
	}
}
@media only screen and (max-width: 600px) {
	.story-channel-area {
		margin-top: 16vw;
		padding: 0 5.5%;
	}
	.story-channel-inner {}
	.story-channel-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.story-channel-sub-title {
		width: 30%;
	}
	.tada .story-channel-sub-title {
		background-size: 75%;
	}
	.hulu .story-channel-sub-title {
		background-size: 48.5%;
	}



	.story-channel-list { width: 100%; font-size: 0; }
	.story-channel-item {}
	.story-channel-item:not(:first-child) {}
	.story-channel-link {
		padding: 4vw 5vw 4vw 3vw;
	}
	.story-channel-item a:after {
		width: 6px;
		height: 6px;
	}
	.story-channel-item a span {
		font-size: 3.8vw;
		line-height: 1.4;
	}
}


/* backnumber
========================================== */
.backnumber-area {
	margin: 120px auto 0;
	max-width: 960px;
}

.backnumber-title {
	width: 100%;
	padding-top: 7%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	font-size: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/common/title-backnumber-pc.png);
}

.backnumber-body {
	margin-top: 80px;
}

.backnumber-list {
	display: flex;
	flex-flow: wrap;
}
.backnumber-list-item {
	width: 23.5%;
}
.backnumber-list-item:not(:nth-child(4n+1)) {
	margin-left: 2%;
}
.backnumber-list-item:nth-child(n+5) {
	margin-top: 40px;
}
.backnumber-list-item a {
	display: block;
}
.backnumber-list-item.is-current a {
	pointer-events: none;
}

.backnumber-list-item-img {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.backnumber-list-item-img.is-movie:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 43px;
	background-image: url(../images/story/story-icon-play.png);
	background-repeat: no-repeat;
}
.backnumber-list-item-box {
	position: relative;
	padding-top: 15px;
}
.backnumber-list-item.is-new .backnumber-list-item-box:after {
	content: 'NEW';
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 4px 12px;
	color: #fff;
	font-size: 14px;
	line-height: 0.86;
	letter-spacing: 1.12px;
	background-color: #000;
}
.backnumber-list-item-num {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 1;
}
.backnumber-list-item-date {
	display: inline-block;
	margin-left: 1em;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.5px;
	color: #030303;
}
.backnumber-list-item-text {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	color: #030303;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {}

@media only screen and (max-width: 992px) {
	.backnumber-area {
		margin-top: 16vw;
	}
	.backnumber-title {
		padding-top: 12%;
		background-image: url(../images/common/title-backnumber-sp.png);
	}
	.backnumber-body {
		padding: 0 5.5% 12vw;
		margin-top: 8vw;
	}
	.backnumber-list {}
	.backnumber-list-item {
		display: inline-block;
		width: 100%;
		margin: 0;
		position: relative;
		vertical-align: bottom;
		float: none;
	}
	.backnumber-list-item:not(:nth-child(4n+1)) {
		margin-left: 0;
	}
	.backnumber-list-item:nth-child(n+5) {
		margin-top: 0;
	}
	.backnumber-list-item:not(:first-child) {
		margin-top: 1.5vw;
	}
	.backnumber-list-item:before {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		line-height: 2.2;
		letter-spacing: 1px;
		left: -5px;
		top: -10px;
	}
	.backnumber-list-item a {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.backnumber-list-item-img {
		width: 42%;
    padding-top: 28%;
	}
	.backnumber-list-item-img.is-movie:after {
		background-size: 24%;
	}
	.backnumber-list-item-box {
		width: 54%;
		padding: 1vw 0;
	}
	.backnumber-list-item.is-new .backnumber-list-item-box:after {
		transform: none;
		padding: 1.7vw 2vw;
		font-size: 2.7vw;
		line-height: 0.6;
		letter-spacing: .8px;
	}
	.backnumber-list-item-num {
		font-size: 4.3vw;
		line-height: 0.56;
		letter-spacing: .8px;
	}
	.backnumber-list-item-date {
		font-size: calc(4.3vw * .5);
	}
	.backnumber-list-item-text {
		margin-top: 1.3vw;
		font-size: 3.2vw;
		line-height: 1.3;
		letter-spacing: .96px;
	}
}


