@charset "UTF-8";



html>body>iframe{display:none}@media(max-width : 600px){
	.pc_only{display:none !important}
}

@media(max-width : 600px){
	.sp_only{display:block !important}
}



/* ストーリページ
========================================== */
.sub_story {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_storyIn {
	text-align: left;
	width: 1000px;
	padding: 4%;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}


@media screen and (max-width: 992px){
	.sub_story {
		padding: 10% 0 0 0;
	}
	.sub_storyIn {
		width: auto;
	}

	
}


/* story-article
------------------------------------------ */
.story-article-body {
	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;
	font-size: 1.65rem;
	line-height: 1.6;
	letter-spacing: 0.10em;
	text-align: left;
}
.story-article-contents p a {
	display: inline;
	outline:none;
}

.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: 46%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 1.5em 1em 0;
}

.story-article-contents figure.fig-r {
	float: right;
	width: 46%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 0 1em 1.5em;
}

.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 {
	margin: 50px 0 20px 0;
	text-align: center;
}
.story-article-title p.number {
	font-size: 4em;
    letter-spacing: 2px;
	background: #f5168d;
    color: #fff;
    padding: 1% 2%;
	line-height: 1.0;
	display: inline-block;
	text-align: center;
	    margin-bottom: 20px;
}
.story-article-title p.date {
	font-size: 2em;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
    .story-article-title p.number {
        padding: 2% 2% 0 2%;
    }
}


@media only screen and (max-width: 600px) {
	.story-article-body {
		margin: 0;
		padding: 0;
		background-color: #fff;
		overflow: hidden;
	}

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

	.story-article-contents {
		padding: 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 br.cb {
		display: none;
	}

	.story-article-title {
		margin: 20px auto 0 auto;
		padding: 0;
	}
	.story-article-title span.number {
		font-size: 3rem;
		letter-spacing: 0;
		margin-left: 0;
	}
	.story-article-title span.date {
		font-size: 2rem;
	}
}



/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 20px auto;
	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: 90%;
	}
	.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;
	}
	.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 {}
.story-channel-inner {
	max-width: 960px;
	margin: 50px 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: #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: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.story-channel-inner {
		max-width: 100%;
		margin: 0;
	}
	.story-channel-title {
		margin-bottom: 10px;
		font-size: 1.9rem;
		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"); }
}

/* vod
========================================== */
.vod-banner-area .vod-banner-inner{
	padding:0;
	max-width: 820px;
    margin: 80px auto 20px auto;
}
@media(max-width : 992px){
	.vod-banner-area .vod-banner-inner{
		padding:0 10px
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-list{
	display:flex
}
.vod-banner-area .vod-banner-inner .vod-banner-item{
	width:48%;margin: 0 auto;
}
@media(max-width : 600px){
	.vod-banner-area .vod-banner-inner .vod-banner-item{
		width:48.5%
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-item:nth-of-type(2){
	margin-left:4%
}
@media(max-width : 600px){
	.vod-banner-area .vod-banner-inner .vod-banner-item:nth-of-type(2){
		margin-left:3%
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-item a{
	display:block;
	width:100%
}
.vod-banner-area .vod-banner-inner .vod-banner-item a img{
	width:100%
}




