﻿/*	.story
============================== */
div.story,
div.story article,
div.story article div.inner {
	position:relative;
}
div.story article {
	text-align:left;
}
div.story article header {
	text-align:center;
}
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:#0c9a96;
	margin-bottom:-0.6em;
	margin-left:-1.5em;
	text-shadow:2px 3px 0 hsla(355,100%,75%,0.5);
}
div.story article header h3 {
	font-weight:700;
	color:#0c9a96;
	color:hsla(56,100%,57%,1);
	display:inline-block;
	background-color:hsla(330,100%,84%,0.9);
	background-color:#0c9a96;
	padding:0 0.5em;
	margin-right:-7em;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	box-shadow:2px 3px 0 hsla(355,100%,75%,0.5);
}
div.story article header p {
	color:#0c726c;
	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(355,100%,75%,0.5)), to(hsla(355,100%,75%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(355,100%,75%,0.5) 50%);
	padding:0 0.5em;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
@media all and (min-width: 768px) {
div.story {
	padding-bottom:40px;
}
div.story article div.inner {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.story article header {
	padding-top:40px;
	margin-bottom:30px;
}
div.story article header h2 {
	font-size:500%;
}
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-bottom:25px;
}
div.story article header {
	padding-top:25px;
	margin-bottom:20px;
}
div.story article header h2 {
	font-size:12vw;
}
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 {
	position:relative;
	background-color:hsla(176,84%,30%,1);
	text-decoration: none;
	/**/
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	/**/
	margin:0 auto;
}
div.story article div.txt div.btn a span {
	display: inline-block;
	text-align: center;
	color:#ffaed6;
	text-shadow:2px 3px 0 hsla(175,84%,20%,0.4);
	font-weight:bold;
	line-height:1.25;
	margin-right:0.5em;
}
div.story article div.txt div.btn a:hover {
}
div.story article div.txt div.btn a:after {
	content:"";
	display:inline-block;
	transform:rotate(45deg);
}
@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-radius:30px;
	height:60px;
	width:300px;
}
div.story article div.txt div.btn a:after {
	width:12px;
	height:12px;
	border-right:3px solid #ffaed6;
	border-top:3px solid #ffaed6;
}
}
@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-radius:20px;
	height:40px;
	width:60%;
}
div.story article div.txt div.btn a:after {
	width:8px;
	height:8px;
	border-right:2px solid #ffaed6;
	border-top:2px solid #ffaed6;
}
}


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;
}
}







/*	.interview
============================== */
div.interview,
div.interview article,
div.interview article div.inner {
	position:relative;
}
div.interview article {
	text-align:left;
}
div.interview article header {
	text-align:center;
}
div.interview article header h2 {
	font-family: Rum Raisin, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing:0.05em;
	text-indent:0.05em;
	line-height:1.25;
}
div.interview article header h2 {
	color:#0c9a96;
	text-shadow:2px 3px 0 hsla(355,100%,75%,0.5);
}
@media all and (min-width: 768px) {
div.interview {
	padding-bottom:40px;
}
div.interview article div.inner {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.interview article header {
	padding-top:40px;
	margin-bottom:30px;
}
div.interview article header h2 {
	font-size:500%;
}
}
@media all and (max-width: 767px) {
div.interview {
	padding-bottom:25px;
}
div.interview article header {
	padding-top:25px;
	margin-bottom:20px;
}
div.interview article header h2 {
	font-size:12vw;
}
div.interview article div.inner {
	padding:0 20px;
}
}



/*	figure
============================== */
div.ph-large figure > span, div.ph-large figure span img {
	display:block;
}
div.ph-large figure > span {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-size:cover;
}
div.ph-large figure span.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}
div.ph-large figure span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media print {
div.ph-large figure {
	display:none;
}
}