@charset "UTF-8";

/* d-link
========================================== */
.d-link-area {
	margin: 10px auto 55px;
}
.d-link-area .d-link-item:not(:first-child) { margin-top: 20px; }
.d-link-area .d-btn {
	width: 51.164%;
	background-color: transparent;
	border: 2px dashed #09c09b;
}
.d-link-area .d-btn.chart { border: 2px dashed #019ec0; }
.d-link-area .d-btn.fashion { border: 2px dashed #f650a2; }
.d-link-area .d-btn:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: none;
	border-right: 2px solid #141414;
	border-bottom: 2px solid #141414;
	border-left: none;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.d-link-area .d-btn {
		width: 75%;
	}
}

@media only screen and (max-width: 600px) {
	.d-link-area {
		margin: 10% auto 0;
	}
	.d-link-area .d-link-item:not(:first-child) { margin-top: 15px; }

	.d-link-area .d-btn {
		width: 94%;
	}
	.d-link-area .d-btn:after {
		width: 9px;
		height: 9px;
		border-top: none;
		border-right: 2px solid #141414;
		border-bottom: 2px solid #141414;
		right: 15px;
	}
}

/* story
========================================== */
.story-area {
	padding: 50px 0 80px !important;
}
.story-area .d-box-body {
	padding: 70px;
}
.story-area .d-box-body:before,
.story-area .d-box-body:after {
	background-image: url(../images/common/bg-line-green.png);
}
.story-area a { display: block; }
.story-inner {}


/* story-article
------------------------------------------ */
.story-article-body {
	margin: 0 auto;
	background-color: transparent;
}

.story-article-mainMovie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	position: relative;
}
.story-article-mainMovie:before,
.story-article-mainMovie:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	z-index: 10;
}
.story-article-mainMovie:before {
	width: 21.2%;
	max-width: 150px;
	height: 0;
	padding-top: 15%;
	background-image: url(../images/story/story-bg-illust-01.png);
	top: -11%;
	left: -5%;
}
.story-article-mainMovie:after {
	width: 21.2%;
	max-width: 150px;
	height: 0;
	padding-top: 14.5%;
	background-image: url(../images/story/story-bg-illust-02.png);
	bottom: -9.5%;
	right: -6%;
}

.story-article-mainMovie-data {
	padding-top: calc(9 / 16 * 100%);
	position: relative;
}

.story-article-mainMovie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.story-article-mainImg {
	width: 100%;
	max-width: 860px;
	height: 0;
	margin: 0 auto;
	padding-top: calc(570 / 860 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents {
	margin-top: 0;
}
.story-article-contents p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
.story-article-contents p + p {
	margin-top: 2rem;
}
.story-article-contents figure {
	width: 100%;
	max-width: 860px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents figure.fig-l {
	float: left;
	width: 49%;
	padding-top: calc(570 / 860 * 49%);
	margin: 0 2em 1em 0;
}

.story-article-contents figure.fig-r {
	float: right;
	width: 49%;
	padding-top: calc(570 / 860 * 49%);
	margin: 0 0 1em 2em;
}

.story-article-contents figure.img-vertical {
	width: 33%;
	padding-top: calc(570 / 860 * 65%);
}

/* figure - horizontal */
.story-article-contents .fig-box {
	margin: 0 auto;
}
.story-article-contents .fig-box:after { content: ''; display: block; clear: both; }
.story-article-contents .fig-box figure {
	float: left;
	width: 49%;
	padding-top: calc(570 / 860 * 49%);
	margin: 0 auto 1em;
}
.story-article-contents .fig-box figure.small,
.story-article-contents .fig-box figure.img-vertical {
	width: 33%;
	padding-top: calc(570 / 860 * 65%);
}
.story-article-contents .fig-box figure.large {
	width: 65%;
	padding-top: calc(570 / 860 * 65%);
}
.story-article-contents .fig-box figure:last-of-type {
	margin-left: 2%;
}

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

.story-article-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	align-content: stretch;
	background-image: url(../images/story/story-bg-title-pc.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 14px;
	margin-bottom: 15px;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.story-article-title span {}
.story-article-title span.number {
	color: #09c09b;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 5px;
}
.story-article-title span.date {
	margin-left: 10px;
	color: #09c09b;
	font-size: 2.2rem;
	font-weight: bold;
}
.story-article-title span.date span {
	font-size: 1.4rem;
}

/* #10 */
.last-story-box {
}
.last-story-box figure {
	margin-left: 2% !important;
}
.last-story-box p {
}




@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-area .d-box-body {
		padding: 70px 30px;
	}
}

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

@media only screen and (max-width: 600px) {
	.story-area {
		padding: 9% 0 12% !important;
	}
	.story-area .d-box-body {
		padding: 6% 0 8%;
	}

	.story-article-body {
		margin: 0 3%;
		padding: 0;
	}

	.story-article-mainMovie { width: calc(100% - 6% + 1px); }
	.story-article-mainMovie:before {
		width: 22%;
		height: 0;
		padding-top: 20%;
		top: -9%;
		left: -5%;
	}
	.story-article-mainMovie:after {
		width: 22%;
		height: 0;
		padding-top: 20%;
		bottom: -9.5%;
		right: -5%;
	}

	.story-article-mainImg {
		width: calc(100% - 6% + 1px);
		height: 0;
		margin: 0 auto;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
	}

	.story-article-contents {
		padding: 0 3%;
		margin-top: 10px;
	}
	.story-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.story-article-contents p + p {
		margin-top: 1.5rem;
	}

	.story-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(570 / 860 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(570 / 860 * 100%);
		margin: 0 auto 1.5em;
	}

	.story-article-contents figure.img-vertical {
		width: 100%;
		padding-top: calc(570 / 860 * 200%) !important;
	}

	/* figure - horizontal */
	.story-article-contents .fig-box {
		width: 100%;
	}
	.story-article-contents .fig-box figure {
		float: none;
		width: 100%;
		padding-top: calc(570 / 860 * 100%) !important;
		margin: 0 auto 1.5em;
	}
	.story-article-contents .fig-box figure.small,
	.story-article-contents .fig-box figure.img-vertical {
		width: 100%;
		padding-top: calc(570 / 860 * 200%) !important;
	}
	.story-article-contents .fig-box figure.large {
		width: 100%;
		padding-top: calc(570 / 860 * 100%) !important;
	}
	.story-article-contents .fig-box figure:last-of-type {
		margin-left: 0;
	}

	.story-article-contents br.cb {
		display: none;
	}

	.story-article-contents br.cb ~ br:last-of-type {
		display: none;
	}

	.story-article-title {
		margin-bottom: 15px;
		background-image: url(../images/story/story-bg-title-sp.png);
		background-size: auto 7px;
	}
	.story-article-title span {}
	.story-article-title span.number {
		margin-left: 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.story-article-title span.date { font-size: 1.9rem; }
	.story-article-title span.date span { font-size: 1.2rem; }

	/* #10 */
	.last-story-box {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.last-story-box figure {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		order: 2;
	}
	.last-story-box p {
		width: 100%;
		margin-bottom: 2rem;
		order: 1;
	}
}


/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 860px;
	margin: 30px auto 0;
	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: 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;
	}
	.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: 55px;
}
.story-channel-inner {
	max-width: 860px;
	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-sub-title {
	font-weight: bold;
}

.story-channel-list {
	width: 100%;
	text-align: left;
}
.story-channel-item { font-size: 1.6rem; line-height: 2; }
.story-channel-item:not(:first-child) { margin-top: 15px; }
.story-channel-item a { text-decoration: underline; }
.story-channel-item a span {}
.story-channel-item.tada .story-channel-sub-title { color: #ff005a; }
.story-channel-item.tada a {}
.story-channel-item.tada a span {}
.story-channel-item.hulu .story-channel-sub-title { color: #67ae3e; }
.story-channel-item.hulu a {}
.story-channel-item.hulu a span {}

@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-area {
		margin-top: 10%;
	}
		.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 { font-size: 1.4rem; line-height: 1.7; }
	.story-channel-item:not(:first-child) { margin-top: 15px; }
	.story-channel-item a {}
	.story-channel-item a span {}
	.story-channel-item.tada a span {}
	.story-channel-item.hulu a span {}
}


/* backnumber
========================================== */
.backnumber-area {
	margin: 0 auto;
	padding: 10px 0 20px !important;
	background-image: none !important;
	background-color: #fe7ba7 !important;
	position: relative;
	overflow: hidden;
}
.backnumber-area:before {
	content: '';
	display: block;
	width: 95.1%;
	height: 0;
	max-width: 1426px;
	padding-top: 43.067%;
	background: url(../images/story/backnumber-bg-illust-pc.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 13%;
	left: 51.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}

.backnumber-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 15;
}

.backnumber-title {
	font-size: 3.2rem;
	background-color: #fe7ba7;
	color: #fff;
	padding: 15px 0;
	line-height: 1;
}

.backnumber-body {
	margin: 0 auto;
	background-color: transparent;
}

.backnumber-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.backnumber-list:after { content: ''; display: block; clear: both; }

.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 1.2%;
	margin-bottom: 0.8%;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(4n+1) {
	margin-left: 0;
}

.backnumber-list-item a {
	display: block;
	background-color: #fff;
}

.backnumber-list-item.is-current a {
	pointer-events: none;
	background-color: #dedede;
}

.backnumber-list-item-box {
	padding: 15px;
	white-space: normal;
	position: relative;
}
.backnumber-list-item.is-new .backnumber-list-item-box:after,
.backnumber-list-item.is-update .backnumber-list-item-box:after {
	content: '最新話追加!';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #e4007f;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 1;
	min-width: 7.5rem;
	text-align: center;
}
.backnumber-list-item.is-update .backnumber-list-item-box:after {
	content: 'ダイジェスト公開!';
	background: #019ec0;
	font-size: 8px;
	padding: 4px;
}

.backnumber-list-item-img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.backnumber-list-item-num {
	display: inline-block;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

.backnumber-list-item-date {
	display: inline-block;
	margin-left: 10px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
}

.backnumber-list-item-text {
	color: #666;
	font-size: 1.2rem;
}


@media only screen and (max-width: 992px) {
	.backnumber-area { background-image: url(../images/common/bg-area.png) !important; padding: 0 0 20% !important; }
	.backnumber-area:before { display: none; }
	.backnumber-title {
		background: url(../images/story/backnumber-title-illust-sp.png) no-repeat 10px center #fe7ba7;
		background-size: auto 25px;
		font-size: 1.6rem;
		padding: 15px 15px 15px 40px;
	}
	.backnumber-body {
		margin: 0 auto;
		padding: 0;
	}
	.backnumber-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.backnumber-list-item { width: 100%; margin: 0 !important; border-top: 1px solid #ccc; }
	.backnumber-list-item:not(:first-child) {}
	.backnumber-list-item a { width: 100%; display: flex; flex-wrap: nowrap; }
	.backnumber-list-item-box { width: 55%; padding: 10px; }
	.backnumber-list-item-img { width: 45%; padding-top: 26.8%; }
	.backnumber-list-item-num { font-size: 1.7rem; }
	.backnumber-list-item-date { margin-left: 5px; font-size: 1.2rem; }
	.backnumber-list-item-text { font-size: 1.1rem; line-height: 1.5; }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* backnumber
	------------------------------------------ */
	.backnumber-area {}
	.backnumber-title {}
	.backnumber-list-item {}
	.backnumber-list-item-box {}
	.backnumber-list-item-num { font-size: 2rem; }
	.backnumber-list-item-date { margin-left: 10px; font-size: 1.4rem; }
	.backnumber-list-item-text { font-size: 1.1rem; line-height: 1.7; }
}

@media only screen and (max-width: 600px) {}



