@charset "UTF-8";

/* story
========================================== */
.story-area {}
.story-area a { display: block; }
.story-inner {}

body .d-contentsBox {
    width: 100%;
}

body .story-area{
	background: url(../images/story/bg-top.jpg) no-repeat center top,
	url(../images/story/bg-bottom.jpg) no-repeat center bottom;
	background-size: contain,contain;
    background-color: #47515b;
	color: #ffffff;
	padding-top: calc(50 / 1000 * 100%);
	padding-bottom: calc(30 / 1000 * 100%);
	margin: 0 auto 40px;
}



h2.d-box-title{
	width: 380px;
    height: 116px;
    background-image: url(../images/story/title.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	font-size: 0;
    margin: 0 auto 50px;
}

	body .d-contentsBox-inner {
    overflow: visible;
	}



/* story-article
------------------------------------------ */
.story-article-body {
	width: 90%;
	margin: 0 auto;
}

.story-article-mainImg {
	width: 100%;
	max-width: 960px;
	height: 0;
	margin: 0 auto;
	padding-top: calc(667 / 1000 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents {}
.story-article-contents p {
	margin: 0 0 1.5em 0;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.story-article-contents p strong{
	color: #00e0d3;
	display:inline-block;
}

.story-article-contents p span{
    letter-spacing: -0.15em;
	margin-right: 0.15em;
}

.story-article-contents figure {
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents figure.fig-l {
	float: left;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 2em 1em 0;
}

.story-article-contents figure.fig-r {
	float: right;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 0 1em 2em;
}

.story-article-contents .text-r {
}

.story-article-contents .text-l {
}

.story-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.story-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}

.story-article-contents br.cb {
	clear: both;
}


.story-article-title {
	width: 100%;
    height: 0;
	margin: 6% auto;
	padding-top: calc(82 / 740 * 100%);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*
.story-article-title {
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
	margin: 40px auto 40px;
	padding: 0;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
	color: #ffffff;
}
.story-article-title span.number {
	font-size: 6.3rem;
	letter-spacing: 1px;
	text-align: center;
	display: block;
    font-family: "Century Gothic","Avenir-Light";
	text-transform: capitalize;
}
.story-article-title span.date {
	display: block;
	width: 50%;
	background-color: #ad0018;
	font-size: 2rem;
	text-align: center;
	margin: 2% auto 0 auto;
	padding: 0.8% 0;
	letter-spacing: 0.1em;
    font-family: "Century Gothic","Avenir-Light";
}
*/


@media only screen and (min-width: 601px) and (max-width: 992px) {}

@media only screen and (max-width: 600px) {
	body .story-area{
		background-size: 180%,180%;
		margin: 0 auto 0;
	}
	
	body h2.d-box-title {
		padding: 10% !important;
		width: 100%;
		height: auto;
		margin: 30px auto 50px;
	}

	.story-article-body {
		padding: 0;
		overflow: hidden;
	}

	.story-article-mainImg {
		width: calc(94% + 1px);
		height: 0;
		margin: 0 auto;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
	}

	.story-article-contents {
		padding: 0 3% 0;
	}
	.story-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	
	.story-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}

	.story-article-contents .text-l {
		float: none;
		width: 100%;
	}
	
	.story-article-contents br.cb {
		display: none;
	}

	.story-article-title {
	margin: 10% auto;
	padding-top: calc(82 / 510 * 100%);
	}
	/*.story-article-title span.number {
		font-size: 4rem;
		letter-spacing: 0;
		margin-left: 0;
	}
	.story-article-title span.date {
	margin: 4% auto 0 auto;
	padding: 0.8% 0;
		font-size: 1.3rem;
	}*/
	
}


/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 0;
	padding-bottom: 50px;
	border-radius: 2px;
	overflow: hidden;
}

.story-share-title,
.story-share-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 20px 0;
}

.story-share-title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	width: 170px;
}
.story-share-title br { display: none; }

.story-share-body {
	border-left: 1px solid #fff;
}

.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%;
	}
	.story-share-body > ul > li {
		margin: 5px 0;
	}
	.story-share-body > ul > li > a {
		width: 100px !important;
	}
}

@media only screen and (max-width: 600px) {
	.story-share {
		max-width: 94%;
		margin: 6% auto 0 auto;
	}
	.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: 5%;
}
.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 {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.story-channel-item {
	display: inline-block;
	width: 48.45%;
	vertical-align: top;
}
.story-channel-item:not(:first-child) { margin-left: 3.1%; }
.story-channel-item a {
	width: 100%;
	padding: 13px 10px;
	border-radius: 3px;
}
.story-channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.story-channel-item.tada a { background-color: #ff005a; }
.story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-pc.png"); }
.story-channel-item.hulu a { background-color: #3ce132; }
.story-channel-item.hulu a span { background-image: url("../images/story/story-channel-hulu-pc.png"); }

.chart-btn {
	width: 95%;
	margin: 0 auto;
}
.chart-btn .d-btn{
	margin: 1.5% auto 6%;
	padding: 15px 0;
	width: 60%;
	background-color: rgba(0,0,0,0.60);
}


@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-channel-inner {
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.story-channel-inner {
		max-width: 100%;
		margin: 0 3%;
	}
	.story-channel-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.story-channel-list { width: 100%; font-size: 0; }
	.story-channel-item { width: 47%; }
	.story-channel-item:not(:first-child) { margin-left: 6%; }
	.story-channel-item a { padding: 13px 10px; }
	.story-channel-item a span { height: 43px; }
	.story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-sp.png"); }
	.story-channel-item.hulu a span { background-image: url("../images/story/story-channel-hulu-sp.png"); }


	.chart-btn {
		margin: 3% auto 12% auto;
	}
	.chart-btn .d-btn {
		width: 100%;
		padding: 8px 0;
	}
	.chart-btn .d-btn:after { width: 8px; height: 8px; }
}


/* backnumber
========================================== */
.backnumber-area {
	width: 85%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

.backnumber-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
	font-size: 0;
	height: 23px;
    background: url(../images/story/backnumber-title.png) no-repeat left top;	
}

.backnumber-body {
	margin: 0 auto;
	background-color: transparent;
}

.backnumber-num { /* preload for Webfont */
	display: none;
	font-family: "";
}

.backnumber-list {
	width: 100%;
	counter-reset: num;
	padding: 3% 0;
	border-bottom: 2px solid #fff;
}
.backnumber-list:after { content: ''; display: block; clear: both; }

.backnumber-list-item {
	width: 9.5%;
	margin-top: 0.8%;
	margin-bottom: 0.8%;
	position: relative;
	float: left;
}

.backnumber-list-item:not(:first-child) { margin-left: 0.5%; }

.backnumber-list-item.is-current:before {
	background-color: #999;
}

.backnumber-list-item a {
	display: block;
}
.backnumber-list-item.is-current a {
	pointer-events: none;
}

.backnumber-list-item-img {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: #0b8079;
}

.backnumber-list-item-img.b-last {
	background-size: 60%;
}

.is-current .backnumber-list-item-img {
	background-color: #17938c;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.backnumber-area {
		margin: 35px auto 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.backnumber-area {
		margin: 5% auto;
		padding-bottom: 20px;
	}
	body .backnumber-title {
    position: relative;
    width: 100%;
    height: auto;
    background-size: contain;
    background-image: url(../images/story/backnumber-title_sp.png);	
}

	.backnumber-body {
		margin: 0 auto;
		padding: 0 0 3%;
	}
	.backnumber-list {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		font-size: 0;
		-webkit-overflow-scrolling: touch;
		padding: 3% 0 5%;
		border-bottom: 1px solid #fff;
	}

	
	.backnumber-list-item { width: 19%; 
	margin-top: 1%;
	margin-bottom: 0%;
	}
	.backnumber-list-item:not(:first-child) { margin-left: 1%; }
	.backnumber-list-item:nth-child(5n+1) { margin-left: 0; }
	.backnumber-list-item:nth-child(n+6) { margin-top: 1%; }
	.backnumber-list-item-img a{ }
	.backnumber-list-item-img a span { font-size: 0; }

}


/* digest
========================================== */
.digest-area {
	width: 85%;
	max-width: 850px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 50px;
}
.digest-inner {
	width: 100%;
	padding: 3% 0;
	border-bottom: 2px solid #fff;
}

.digest-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
	font-size: 0;
	height: 30px;
    background: url(../images/story/digest-title.png) no-repeat left top;	
}

.digest-area h4 {
	width: 80%;
	margin: 30px auto 0 auto;
	padding: 5px 0;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
	color: #ffffff;
	background-color: #ad0018;
}

.digest-body {
	width: 80%;
	padding: 20px 0px 20px 0;
	position: relative;
	margin: 0 auto;
}

.digest-date {
	padding-top: 56%;
	position: relative;
}
.digest-body iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.digest-all-btn .d-btn{
	margin: 1.5% auto;
	padding: 15px 0;
	width: 60%;
	background-color: rgba(0,0,0,0.60);
}


@media only screen and (min-width: 601px) and (max-width: 992px) {
	.digest-area {
		margin: 0 auto 5% auto !important;
	}
}

@media only screen and (max-width: 600px) {
	.digest-area {
		padding-bottom: 30px;
	}
	body .digest-title {
		position: relative;
		width: 100%;
		height: auto;
		background-size: contain;
		background-image: url(../images/story/digest-title_sp.png);	
	}

	.digest-area h4 {
		width: 100%;
		margin: 20px auto 0 auto;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.digest-body {
		width: 100%;
		margin: 0 auto;
		padding: 4% 0 3%;
	}
	.digest-body iframe{
	width: 100%;
	height: 100%;
	}

	.digest-all-btn {
		margin: 3% auto 3% auto;
	}
	.digest-all-btn .d-btn {
		width: 100%;
		padding: 8px 0;
	}
	.digest-all-btn .d-btn:after { width: 8px; height: 8px; }

	
}
