@charset "UTF-8";

/* story
========================================== */
.story-area a { display: block; }
.ieuru-second .d-inner.story-inner { padding: 0; }

.ieuru-second .d-box-body {
	background: none;
	padding: 0;
}
.ieuru-box-deco .motif-door {
	bottom: auto;
	top: 50px;
	border-bottom: none;
}
.ieuru-box-deco:after {
	top: auto;
	bottom: -64px;
}
.ieuru-box-deco .motif-door.bottom {
	top: auto;
	bottom: -59px;
	border-bottom: 1px solid #fff;
}
.ieuru-box-deco .motif-door.bottom + .motif-door.bottom {
	top: auto;
	bottom: -59px;
}

/* story-article
------------------------------------------ */
.story-article-body { margin: 0 auto 140px; }

.story-article-mainImg {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(667 / 1000 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.story-movie-data {
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}
.story-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.story-article-contents {
	background-image: url(../images/common/bg_parts.png);
	padding: 60px 70px;
}
.story-article-txtBox {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top: 50px;
}
.story-article-txtBox.first {
	margin-top: 0;
}
.story-article-txtBox p {
	width: 100%;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.12em;
	text-align: justify;
}
.story-article-txtBox .next-text {
	display: block;
	font-weight: bold;
	color: #cf38c8;
	padding: 10px 0 0;
}
.story-article-txtBox figure {
	width: 46%;
	padding-top: calc(287 / 383 * 46%);
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.story-article-txtBox.fig-l figure { float: left; margin: 0 4% 1% 0; }
.story-article-txtBox.fig-r figure { float: right; margin: 0 0 1% 4%; }

.story-article-title {
	width: 800px;
	margin-right: auto;
	margin-left: 0;
	display: flex;
	border: 1px solid #fff;
	line-height: 100px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/common/bg_border_blue.png);
}
.story-article-title .number {
	vertical-align: middle;
	width: 150px;
	position: relative;
	font-weight: bold;
	color: #cf38c8;
	text-align: center;
	border-right: 1px solid #fff;
	background-image: url(../images/common/bg_tile_blue.png);
}
.story-article-title .number small {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	padding: 0 5px 5px 0;
}
.story-article-title .date { padding: 0 30px; }
.story-article-title .date small { font-size: 20px; }


/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 60px 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-body { border-left: 1px solid #fff; }
.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 > 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;
	margin: 5px 0;
}
.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; }


/* story-guest
------------------------------------------ */
.story-guest {
	background: rgba(2, 25, 48, 0.5);
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	border-top: none;
	padding: 50px;
}
.story-guest-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5rem;
	line-height: 1;
	margin-bottom: 25px;
}
.story-guest-title .title-01 {
	color: #cf38c8;
	display: block;
}
.story-guest-title .title-02 {
	position: relative;
	display: inline-block;
	font-size: 16px;
}
.story-guest-title .title-02:before,
.story-guest-title .title-02:after {
	position: absolute;
	top: 50%;
	left: -40px;
	content: '';
	display: inline-block;
	width: 30px;
	height: 1.5px;
	background: #fff;
}
.story-guest-title .title-02:after {
	left: auto;
	right: -40px;
}
.story-guest-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-left: -25px;
}
.story-guest-item {
	width: 33.3%;
	padding-left: 45px;
}
.story-guest-img {
	width: 200px;
	margin: 0 auto 30px;
	border-radius: 50%;
	overflow: hidden;
}
.story-guest-img figure {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.story-guest-name {
	border-left: 3px solid #fff;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 20px;
}
.story-guest-name .actor {
	font-size: 16px;
	color: #cf38c8;
	display: block;
	margin-top: 10px;
}

.story-channel-list {
	font-size: 16px;
	padding-top: 50px;
}
.story-channel-title { font-weight: bold; margin: 1rem 0; }
.story-channel-item + .story-channel-item { margin-top: 1.8rem; }
.story-channel-item a { text-decoration: underline; }


/* backnumber
========================================== */
.backnumber-area {
	background-image: url("../images/story/bg_backnumber.png");
	padding: 35px 0 50px;
	border-top: 1px solid #3392cd;
}
.backnumber-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.backnumber-title {
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #fff;
	position: relative;
	line-height: 1.0;
	margin-bottom: 25px;
}
.backnumber-title .title-02 {
	display: inline-block;
	position: absolute;
	font-weight: normal;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	font-size: 16px;
}

.backnumber-body { margin: 0 auto; background-color: transparent; }
.backnumber-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	counter-reset: num;
}
.backnumber-list:after { content: ''; display: block; clear: both; }
.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 0.8%;
	margin-bottom: 0.8%;
	position: relative;
	background: #fff;
}
.backnumber-list-item:nth-child(4n+1) { margin-left: 0; }
.backnumber-list-item-txt {
	position: relative;
	padding: 15px;
	font-size: 12px;
	color: #999;
}
.backnumber-list-item.is-new .backnumber-list-item-txt:after,
.backnumber-list-item.is-update .backnumber-list-item-txt:after {
	content: '\3042\3089\3059\3058\66f4\65b0!';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #f39800;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 1;
	min-width: 7.5rem;
	text-align: center;
}
.backnumber-list-item.is-new .backnumber-list-item-txt:after {
	content: '\6700\65b0\8a71\8ffd\52a0!';
	background: #e60012;
}

.backnumber-list-item-date {
	font-size: 14px;
	position: relative;
	padding-left: 50px;
	color: #333;
	line-height: 1.8;
}

.backnumber-list .backnumber-list-item:first-child .backnumber-list-item-date:before {
	counter-reset: num;
}
.backnumber-list .backnumber-list-item:not(:first-child) .backnumber-list-item-date:before {
	counter-increment: num;
}
.backnumber-list-item-date:before {
	content: "#0" counter(num);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: inline-block;
	width: 4rem;
	height: 4rem;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.backnumber-list-item:nth-child(n + 11) .backnumber-list-item-date:before { content: "#" counter(num); }
.backnumber-list-item.is-current { opacity: 0.5; }
.backnumber-list-item a { display: block; }
.backnumber-list-item.is-current a { pointer-events: none; }
.backnumber-list-item-img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {}


/* ------------------------------------------------------------------
 tablet（0〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.ieuru-second .d-area { margin: 0 auto 50px; }
	.story-article-body { padding: 0 10px;}
	.ieuru-box-deco:after { right: 10px;}
	.story-article-title { width: 100%; }
	.story-article-contents { padding: 30px 35px; }

	.ieuru-box-deco .motif-door:not(.bottom) { display: none; }

	.story-guest { padding: 25px 10px 0; }
	.story-guest-list {
		display: block;
		margin-left: 0;
	}
	.story-guest-item {
		/* overflow: hidden; */
		display: flex;
		align-items: center;
		width: 100%;
		padding-left: 0;
		border-top: 1px solid #475e77;
		padding: 20px 0;
	}
	.story-guest-img {
		/* float: left; */
		width: 200px;
		margin: 0 auto;
	}
	.story-guest-name,
	.story-guest-txt {
		/* float: right; */
		width: calc(100% - 215px);
		margin-left: 10px;
	}
	.story-guest-name {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.backnumber-area { padding: 0; }
	.backnumber-title { margin: 0; padding: 15px 10px;}
	.backnumber-title .title-02 { right: 10px; }

	.backnumber-list-item {
		width: 100%;
		float: none;
		margin: 0;
		border-top: 1px solid #ccc;
	}
	.backnumber-list-item a { overflow: hidden; }
	.backnumber-list-item-img {
		float: left;
		height: 0;
		width: 40%;
		padding-top: 22.6%;
	}
	.backnumber-list-item-txt {
		float: right;
		width: 60%;
		padding: 10px;
	}
}


/* ------------------------------------------------------------------
 SP（0〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.ieuru-second .d-inner.story-inner { padding: 0 0 50px; }
	.story-article-body { margin: 0 auto 10px; }

	.ieuru-box-deco:after { bottom: -29px; }
	.ieuru-box-deco .motif-door.bottom { bottom: -29px;}
	.ieuru-box-deco .motif-door.bottom + .motif-door.bottom { bottom: -29px;}
	.story-article-mainImg {
		width: 100%;
		height: 0;
		margin: 0 auto;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 25px;
	}
	.story-article-contents {
		padding: 0 0 20px;
		background: url(../images/common/bg_parts.png);
		background-size: 225px 250px;
	}
	.story-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.story-article-title {
		width: 100%;
		font-size: 24px;
		line-height: 1;
	}
	.story-article-title .number { width: 70px; padding: 10px 0; }
	.story-article-title .number small { font-size: 19px; }

	.story-article-title .date { padding: 11px 10px 0; font-size: 22px; }
	.story-article-title .date small { font-size: 14px; }

	.story-movie { margin-bottom: 25px; }
	.story-movie.fin { margin-bottom: 0; padding-bottom: 25px; }

	.story-article-txtBox {
		padding: 0 10px;
		margin-top: 0;
	}
	.story-article-txtBox.fig-r p,
	.story-article-txtBox.fig-r figure,
	.story-article-txtBox.fig-l p,
	.story-article-txtBox.fig-l figure {
		width: 100%;
		float: none;
		margin: 0 auto 1.5em;
	}
	.story-article-txtBox p { margin-bottom: 25px; }
	.story-article-txtBox .next-text { padding: 10px 0 0;}
	.story-article-txtBox figure {
		margin-bottom: 20px;
		padding-top: calc(287 / 383 * 100%);
	}
	.story-channel-list {
		padding: 0 10px;
		font-size: 14px;
	}
	.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-guest-title { font-size: 25px; }
	.story-guest-title .title-02 { font-size: 10px; }
	.story-guest-title .title-02:before,
	.story-guest-title .title-02:after {
		left: -30px;
		width: 20px;
	}
	.story-guest-title .title-02:after {
		left: auto;
		right: -25px;
	}
	.story-guest-img { width: 125px; }
	.story-guest-name,
	.story-guest-txt { width: calc(100% - 135px); }
	.story-guest-name { font-size: 20px; }
	.story-guest-name .actor { font-size: 12px; }
	.story-guest-txt { font-size: 12px; }

	.backnumber-title { font-size: 20px;}
	.backnumber-title .title-02 { font-size: 10px; }
	.backnumber-list-item-date { font-size: 12px; }
	.backnumber-list-item-date:before {
		font-size: 1.7rem;
		font-size: 17px;
		height: auto;
	}
	.backnumber-list-item-txt { font-size: 11px; }
}

