@charset "UTF-8";

/* story
------------------------------------------ */
.story-area {
	padding: 0 0 110px;
	background: url(../images/story/story-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.story-area:before,
.story-area:after {
	content: '';
	display: block;
	height: 0;
	background-size: contain !important;
	position: absolute;
	z-index: 10;
}
.story-area:before {
	width: 29%;
	max-width: 436px;
	padding-top: 22%;
	background: url(../images/story/story-illust-01.png) no-repeat bottom center;
	bottom: -2%;
	left: 0;
}
.story-area:after {
	width: 26.4%;
	max-width: 393px;
	padding-top: 28.6%;
	background: url(../images/story/story-illust-02.png) no-repeat top center;
	top: -2.5%;
	right: 0;
}
.story-area a { display: block; }
.story-inner {
	position: relative;
	z-index: 15;
}

.story-area .d-article-mainImg img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	margin-bottom: 1em;
}

.story-share {
	max-width: 760px;
	margin: 30px auto 40px;
	border-radius: 0;
}
.story-share {
	display: table;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

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

.story-share-title {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.1;
	width: 85px;
}

.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-area .d-article-contents {
	padding: 0 40px;
}

.story-area .d-box-subTitle > span.title-01 {}


.story-area .d-article-contents p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.story-area .d-article-contents figure {
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;}

.story-area .d-article-contents figure.fig-l {
	float: left;
	width: 50%;
	padding-top: calc(285 / 380 * 50%);
	margin: 0 3em 1em 0;
}

.story-area .d-article-contents figure.fig-r {
	float: right;
	width: 50%;
	padding-top: calc(285 / 380 * 50%);
	margin: 0 0 1em 2em;
}

.story-area .d-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.story-area .d-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}


.story-area .d-article-contents br.cb {
	clear: both;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.d-article-body {
		margin: 0 25px !important;
	}

	.story-area .d-article-contents {
		padding: 0 6%;
	}
	.story-area:before {
		width: calc(29% * 1.5);
		padding-top: calc(22% * 1.5);
		bottom: -5%;
		left: 0;
	}
	.story-area:after {
		width: calc(26.4% * 1.5);
		padding-top: calc(28.6% * 1.5);
		top: -2.5%;
		right: -4%;
	}
	.story-share {
		max-width: 88%;
		margin: 30px 6%;
	}
	.story-share-body > ul > li {
		margin: 5px 0;
	}
}

@media only screen and (max-width: 600px) {
	.story-area { padding: 0 0 calc(130 / 750 * 100%); }
	.story-area:before {
		width: calc(29% * 2) !important;
		padding-top: calc(22% * 2) !important;
		bottom: -3.5% !important;
		left: -7% !important;;
	}
	.story-area:after {
		width: calc(26.4% * 2) !important;
		padding-top: calc(28.6% * 2) !important;
		top: -3.5% !important;
		right: -13% !important;;
	}
	.story-share {
		max-width: 88%;
		margin: 6%;
	}
	.story-share-title,
	.story-share-body {
		padding: 15px 0;
	}
	.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-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-area .d-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(472 / 630 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-area .d-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(472 / 630 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-area .d-article-contents {
		padding: 0 6%;
	}
	.story-area .d-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.story-area .d-article-contents br.cb {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.d-article-body {
		margin: 0 3%;
		padding: 0;
		background-color: #fff;
		overflow: hidden;
	}
	.d-article-body > figure {
		width: calc(100% + 1px);
		height: 0;
		margin: 0 auto;
		padding-top: calc(400 / 710 * 100%);
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (min-width: 601px) {
	.d-article-body {
		margin: 0 60px;
		background-color: #fff;
		overflow: hidden;
	}
	.d-article-body > figure {
		width: 100%;
		max-width: 840px;
		height: 0;
		margin: 0 auto;
		padding-top: calc(473 / 840 * 100%);
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
	}

	.story-share-title {
		width: 170px;
		font-size: 1.2rem;
	}

	.story-share-title br {
		display: none;
	}

	.story-share-body > ul > li > a {
		display: block;
		width: 110px;
		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;
	}}



/* backnumber
------------------------------------------ */
.backnumber-area {
	background: url(../images/story/backnumber-bg.png) repeat center;
	background-size: 250px auto;
	margin-bottom: 20px;
}
.backnumber-area .d-article-body {
	margin: 0 40px;
	background-color: transparent;
}
.backnumber-area .d-box-subTitle {
	width: 100%;
	height: 0;
	padding-top: calc(120 / 840 * 100%);
	background-image: url(../images/story/backnumber-title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.backnumber-num {
	display: none;
	font-family: "UDMinchoPr6N-B";
}
.backnumber-list {
	counter-reset: num;
}
.backnumber-list:after { content: ''; display: block; clear: both; }
.backnumber-list-item:after {
	counter-increment: num;
	content: "#" counter(num);
	display: block;
	margin-top: 20px;
	color: #d8296e;
	font-size: 2.6rem;
	font-family: "UDMinchoPr6N-B";
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
}
.backnumber-list-item.is-current:after {
	color: #fff;
}

.backnumber-list-item a {
	display: block;
}
.backnumber-list-item.is-current a {
	pointer-events: none;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.backnumber-area {
		margin: 35px 25px 0 !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.backnumber-area {
		margin: 0 3%;
		margin-top: 3%;
	}
	.backnumber-area .d-box-subTitle {
		padding-top: calc(140 / 710 * 100%);
		background-position: 5% center;
		background-size: cover;
	}
	.backnumber-area .d-article-body {
		margin: 0 auto;
		padding: 0 0 6%;
	}
	.backnumber-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0;
		-webkit-overflow-scrolling: touch;
		padding: 0 6%;
	}
	.backnumber-list-item {
		display: inline-block;
		width: 40.3%;
		position: relative;
		vertical-align: bottom;
	}
	.backnumber-list-item:not(:first-child) {
		margin-left: 6%;
	}
	.backnumber-list-item:last-child {
		margin-right: 6%;
	}
	.backnumber-list-item:after {
		margin-top: 12px;
		font-size: 2rem;
	}
	.backnumber-list-item-img {
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (min-width: 601px) {
	.backnumber-area {
		padding: 0 0 calc(45px - 25px);
		margin: 35px 60px 0;
	}
	.backnumber-list {
		width: 100%;
	}
	.backnumber-list-item {
		width: 31.58%;
		margin-left: 2.63%;
		margin-bottom: 25px;
		position: relative;
		float: left;
	}
	.backnumber-list-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.backnumber-list-item-img {
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}



/* story-channel
------------------------------------------ */
.story-channel-area {}
.story-channel-inner {
	max-width: 840px;
	margin: 0 40px;
	overflow: hidden;
}
.story-channel-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #d8296e;
	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: #67ae3e; }
.story-channel-item.hulu a span { background-image: url("../images/story/story-channel-hulu-pc.png"); }

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-channel-inner {
		max-width: 88%;
		margin: 30px auto;
	}
}
@media only screen and (max-width: 600px) {
	.story-channel-inner {
		max-width: 100%;
		margin: 0 6%;
	}
	.story-channel-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	/* story-channel
	------------------------------------------ */
	.story-channel { margin: 3% auto 9%; }
	.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"); }
}




/* d-article
------------------------------------------ */
/* .d-article-story-title */
.d-article-story-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: left;
	align-content: stretch;
	margin: 40px auto 15px;
	padding: 0;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.d-article-story-title span.number {
	color: #120536;
	font-size: 6.3rem;
	font-weight: bold;
	font-family: "UDMinchoPr6N-B";
	letter-spacing: 1px;
}
.d-article-story-title span.date {
	margin-top: 0.3rem;
	margin-left: 0.8rem;
	color: #120536;
	font-size: 1.6rem;
}

@media only screen and (max-width: 600px) {
	.d-article-story-title {
		margin: 20px auto 10px;
		padding: 0;
	}
	.d-article-story-title span.number {
		font-size: 4rem;
		letter-spacing: 0;
		margin-left: 0;
	}
	.d-article-story-title span.date {
		margin-top: 0;
		font-size: 1.3rem;
	}
}

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





/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {

}



/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
}



