@charset "UTF-8";

/* story
========================================== */
.story-area {
	padding: 60px 0 0;
}
.story-area a { display: block; }
.story-inner {
	max-width: 100%;
	padding: 0;
}

@media only screen and (max-width: 992px) {
	.story-area {
		padding: 30px 0 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.story-area {
		padding: 20px 0 0;
	}
}


/* story-icon
------------------------------------------ */
.story-icon {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.story-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

.story-icon-pasta::before {
	width: 20%;
	max-width: 193px;
	height: 0;
	padding-top: 15%;
	background-image: url(../images/story/story-icon-pasta.png);
	top: -20px;
	right: -10%;
}

.story-icon-toast::before {
	width: 20%;
	max-width: 106px;
	height: 0;
	padding-top: 8.2%;
	background-image: url(../images/story/story-icon-toast.png);
	top: -20px;
	right: 15%;
}

.story-icon-coffee::before {
	width: 20%;
	max-width: 151px;
	height: 0;
	padding-top: 7.9%;
	background-image: url(../images/story/story-icon-coffee.png);
	top: -35px;
	left: 15%;
}

.story-icon-turtle::before {
	width: 20%;
	max-width: 70px;
	height: 0;
	padding-top: 4.0%;
	background-image: url(../images/story/story-icon-turtle.png);
	top: 35px;
	left: 0%;
	position: absolute;
}

@media only screen and (max-width: 992px) {
	.story-icon {
		margin-top: 3%;
	}
	.story-icon-pasta::before {
		top: -100px;
		right: -3%;
	}
	.story-icon-coffee::before {
		top: -120px;
		left: 10%;
	}
	.story-icon-toast::before {
		top: -110px;
		right: 15%;
	}
	.story-icon-turtle::before {
		top: -40px;
		left: -2%;
	}
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-icon-toast::before {
		top: -30px;
		right: 19%;
	}
	.story-icon-turtle::before {
		top: 30px;
		left: 1%;
	}
	.story-icon-pasta::before {
		top: -30px;
		right: 1%;
	}
	.story-icon-coffee::before {
		top: -20px;
		left: 14%;
	}
}

@media only screen and (max-width: 600px) {
	.story-icon::before {
		top: -2.5%;
	}
	.story-icon-pasta::before {
		top: -5px !important;
		right: 1% !important;
	}
	.story-icon-coffee::before {
		top: -15px !important;
		left: 10% !important;
	}
	.story-icon-toast::before {
		top: -10px !important;
		right: 15% !important;
	}
	.story-icon-turtle::before {
		top: 20px !important;
		left: -4% !important;
	}
}


/* story-box-body
------------------------------------------ */
.story-area .d-box-body-bg {
	width: 100%;
	height: 0;
	margin-bottom: -1.25%;
	padding-top: calc(79 / 1280 * 100%);
	background: url(../images/story/story-bg-top.png) no-repeat center transparent;
	background-size: 100% auto;
}
.story-box-body {
	width: 100%;
	padding: 100px 0 35px;
	background: url(../images/story/story-bg.png) repeat-y center top transparent;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

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

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


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

.story-article-mainMovie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	position: relative;
}

.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: 800px;
	height: 0;
	margin: 0 auto;
	padding-top: calc(533 / 800 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents {}
.story-article-contents + .story-article-contents { padding-top: 20px; border-top: 5px solid #eebe15; }
.story-article-contents p {
	margin: 0;
	color: #4b2500;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.story-article-contents figure {
	width: 100%;
	max-width: 800px;
	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(533 / 800 * 50%);
	margin: 0 2em 1em 0;
}

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

.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-date {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 0;
	color: #dcab00;
	font-size: 0;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ ProN W6';
	line-height: 1;
}
.story-article-date span.date {
	margin-right: 30px;
	font-size: 3.3rem;
	letter-spacing: 3px;
}
.story-article-date span.time {
	font-size: 2.6rem;
}

.story-article-title {
	margin-top: 20px;
	padding: 0;
	color: #dcab00;
	font-size: 0;
	font-weight: bold;
	line-height: 1;
}
.story-article-title span.number {
	display: block;
	color: #4b2500;
	font-size: 3.6rem;
}
.story-article-title span.subtitle {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	background: url(../images/story/story-bg-title.png) no-repeat center bottom transparent;
	background-size: 100% auto;
	color: #dc7816;
	font-size: 3.9rem;
	text-align: center;
	line-height: 1.4;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.story-article-title span.number { font-size: 2.4rem; }
	.story-article-title span.subtitle { font-size: 3rem; }
}

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

	.story-article-mainMovie { width: calc(100% - 6% + 1px); }

	.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 3%;
	}
	.story-article-contents + .story-article-contents { padding-top: 10px; border-top: 3px solid #eebe15; }
	.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(533 / 800 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(533 / 800 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents br.cb {
		display: none;
	}

	.story-article-date {
		margin-top: 15px;
		align-items: flex-end;
	}
	.story-article-date span.date { margin-right: 10px; font-size: 1.6rem; }
	.story-article-date span.time { font-size: 1.4rem; }

	.story-article-title {
		margin: 10px auto;
		padding: 0;
	}
	.story-article-title span.number {
		font-size: 1.7rem;
		letter-spacing: 0;
		margin-left: 0;
	}
	.story-article-title span.subtitle {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 2rem;
	}
}


/* story-detail-btn
------------------------------------------ */
.story-detail-btn {
	margin: 20px auto 60px;
}
.story-detail-btn .d-btn {
	background-color: #46b274;
}

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

@media only screen and (max-width: 600px) {
	.story-detail-btn {
		margin: 3% auto 6%;
		padding: 0 6%;
	}
}


/* story-share
------------------------------------------ */
.story-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 40px;
	border: 1px solid #fff;
	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;
	}
	.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: 60px;
}
.story-channel-inner {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.story-channel-title {
	margin-bottom: 20px;
	color: #4b2500;
	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-area {
		margin-top: 12%;
	}
	.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"); }
}


/* backnumber
========================================== */
.backnumber-area {
	margin: 0 auto;
	padding: 50px 0 80px;
	background: url(../images/story/backnumber-bg.png) repeat center transparent;
	background-size: auto;
	position: relative;
	overflow: hidden;
}

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

.backnumber-title {
	width: 360px;
	height: 0;
	padding-top: 120px;
	margin: auto;
	background: url(../images/story/backnumber-title.png) no-repeat center top transparent;
	background-size: contain;
	text-indent: -9999px;
	white-space: nowrap;
	position: relative;
}
.backnumber-title::before {
	content: "";
	display: block;
	width: 48.5%;
	max-width: 174px;
	padding-top: 23.7%;
	background: url(../images/story/backnumber-icon.png) no-repeat center transparent;
	background-size: contain;
	top: 50%;
	right: -82%;
	position: absolute;
	z-index: 0;
}

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

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

.backnumber-list-item {
	width: calc((100% - 20px) / 2);
	margin: 20px 0 0 20px;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(2n+1) {
	margin-left: 0;
}

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

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

.backnumber-list-item-inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.backnumber-list-item-wrap {
	width: calc((100% - 1px) / 2);
}

.backnumber-list-item-box {
	padding: 10px 15px;
	font-weight: bold;
	white-space: normal;
}

.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;
	width: 60%;
	color: #4b2500;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}

.backnumber-list-item-date {
	display: inline-block;
	width: 40%;
	color: #4b2500;
	font-size: 1.2rem;
	line-height: 1;
	text-align: right;
}

.backnumber-list-item-title {
	margin-top: 5px;
	color: #dc7816;
	font-size: 1.3rem;
}

.backnumber-list-item-text {
	margin-top: 5px;
	color: #000;
	font-size: 1.2rem;
}


@media only screen and (max-width: 992px) {
	.backnumber-area {
		padding: 9% 0;
	}
	.backnumber-title {}
	.backnumber-title::before { top: 30%; right: -60%; max-width: 150px; }
	.backnumber-body {
		margin: 6% auto;
		padding: 0;
	}
	.backnumber-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0 3%;
	}
	.backnumber-list-item { width: 100%; margin: 0 auto 0; }
	.backnumber-list-item:not(:first-child) { margin-top: 1%;}
	.backnumber-list-item a { width: 100%; display: flex; flex-wrap: nowrap; }
	.backnumber-list-item-inner { flex-wrap: wrap; padding: 3px; }
	.backnumber-list-item-wrap { width: 100%; display: flex; flex-wrap: wrap; }
	.backnumber-list-item-wrap:not(:first-child) { margin-top: 10px; }
	.backnumber-list-item-box { width: 60%; padding: 0 7px 0 7px; }
	.backnumber-list-item-img { width: 40%; padding-top: 24.8%; }
	.backnumber-list-item-num { font-size: 1.3rem; }
	.backnumber-list-item-date { font-size: 1rem; }
	.backnumber-list-item-title { font-size: 1.3rem; }
	.backnumber-list-item-text { font-size: 1.1rem; line-height: 1.4; }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* backnumber
	------------------------------------------ */
	.backnumber-area {}
	.backnumber-title {}
	.backnumber-list-item {}
	.backnumber-list-item-inner { padding: 10px; }
	.backnumber-list-item-box { padding: 10px 10px 0 10px; }
	.backnumber-list-item-num { font-size: 1.6rem; }
	.backnumber-list-item-date { font-size: 1.2rem; }
	.backnumber-list-item-title { font-size: 1.3rem; }
	.backnumber-list-item-text { font-size: 1.1rem; line-height: 1.7; }
}

@media only screen and (max-width: 600px) {
	.backnumber-title { width: 100% !important; padding-top: 60px; }
	.backnumber-title::before { top: 30%; right: 6%; max-width: 60px; }
	.backnumber-list-item-title { margin-top: 0; }
	.backnumber-list-item-text { margin-top: 0; }
}

