﻿/*	.story
============================== */

div.story article {
	text-align:left;
}
div.story article header {
	text-align:center;
	background-image: -webkit-gradient(linear, center left, center right, from(hsla(0,0%,100%,0.3)), color-stop(0.5, hsla(0,0%,100%,0.5)), color-stop(0.5, transparent), to(transparent));
	background-image: linear-gradient(90deg, hsla(0,0%,100%,0.3), hsla(0,0%,100%,0.5) 50%, transparent 50%);
}
div.story article header h2,div.story article header h3, div.story article header p {
	line-height:1.25;
}
div.story article header h2, div.story article header p {
	color:#000;
}
div.story article header h2 {
	color:#000;
}
div.digest article header h3,
div.story article header h3 {
	font-weight:700;
	color:#fff;
	display:inline-block;
	background-color:hsla(0,0%,0%,0.9);
	padding:0 0.5em;
}
div.story article header p {
	margin-top:0.75em;
}
div.story article div.txt {
	background-color:hsla(0,0%,100%,0.75);
}
div.story article header p > span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(53,99%,50%,0.5)), to(hsla(53,99%,50%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(53,99%,50%,0.5) 50%);
	padding:0 0.5em;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
div.story,
div.story article,
div.story article div.inner {
	position:relative;
}
@media all and (min-width: 768px) {
div.story {
	padding:40px 0;
}
div.story article div.inner {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.story article header {
	margin-bottom:30px;
}
div.story article header h2 {
	font-size:500%;
}
div.digest article header h3,
div.story article header h3 {
	font-size:150%;
}
div.story article header p {
	font-size:300%;
}
div.story article div.txt {
	padding:30px;
}
}
@media all and (max-width: 767px) {
div.story {
	padding:25px 0;
}
div.story article header {
	margin-bottom:20px;
}
div.story article header h2 {
	font-size:12vw;
}
div.digest article header h3,
div.story article header h3 {
	font-size:3.5vw;
}
div.story article div.inner {
	padding:0 20px;
}
div.story article header p {
	font-size:6vw;
}
div.story article div.txt {
	padding:20px;
}
}


/*	.btn
============================== */
div.story article div.txt div.btn {
	text-align: center;
}
div.story article div.txt div.btn a {
	display: inline-block;
	background-color:#000;
	text-decoration: none;
}
div.story article div.txt div.btn a span {
	display: block;
	text-align: center;
	color: #fff;
	font-weight:bold;
	line-height:1.25;
	padding: 0.5em 2em;
}
div.story article div.txt div.btn a:hover {
}
@media all and (min-width: 768px) {
div.story article div.txt div.btn:not(:last-child) {
	margin-bottom:30px;
}
div.story article div.txt div.btn a {
	font-size:175%;
	border: 3px solid hsla(53,99%,50%,0.5);
}
div.story article div.txt div.btn a span {
	border: 3px solid #fff;
}
}
@media all and (max-width: 767px) {
div.story article div.txt div.btn:not(:last-child) {
	margin-bottom:15px;
}
div.story article div.txt div.btn a {
	font-size:112.5%;
	border: 2px solid hsla(53,99%,50%,0.5);
}
div.story article div.txt div.btn a span {
	border: 2px solid #fff;
}
}



div.story article div.mention {
	text-align:center;
}
div.story article div.mention > p {
	line-height:1.5;
	font-family: "Helvetica Neue","游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
@media all and (min-width: 768px) {
div.story article div.mention {
	margin-bottom:40px;
}
div.story article div.mention > p {
	font-size:125%;
}
}
@media all and (max-width: 767px) {
div.story article div.mention {
	margin-bottom:20px;
}
div.story article div.mention > p {
	font-size:3vw;
}
}



/*	.digest
============================== */
div.digest,
div.digest article,
div.digest article div.inner {
	position:relative;
}
div.digest article {
	text-align:left;
}
div.digest article header {
	text-align:center;
	background-image: -webkit-gradient(linear, center left, center right, from(hsla(0,0%,100%,0.3)), color-stop(0.5, hsla(0,0%,100%,0.5)), color-stop(0.5, transparent), to(transparent));
	background-image: linear-gradient(90deg, hsla(0,0%,100%,0.3), hsla(0,0%,100%,0.5) 50%, transparent 50%);
}
div.digest article header h2 {
	font-family: hypatia-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.05em;
	text-indent:0.05em;
	line-height:1.25;
}
div.digest article header h2 {
	color:#000;
}
div.digest article header h3 {
	line-height:1.25;
}
@media all and (min-width: 768px) {
div.digest {
	padding-bottom:40px;
}
div.digest article div.inner {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.digest article header {
	padding-top:40px;
	margin-bottom:30px;
}
div.digest article header h2 {
	font-size:500%;
}
}
@media all and (max-width: 767px) {
div.digest {
	padding-bottom:25px;
}
div.digest article header {
	padding-top:25px;
	margin-bottom:20px;
}
div.digest article header h2 {
	font-size:12vw;
}
div.digest article div.inner {
	padding:0 20px;
}
}
