/*******************************
	Last Updated: 2015-09-11
*******************************/
/*******************************
	Desktop
*******************************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
}
a:link,
a:visited {
	color: #248;
	text-decoration: none;
}
a:hover,
a:active {
	color: #248;
	text-decoration: underline;
}
img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
	object-fit: contain;
}
ul,
ol {
	list-style: none;
}
b,
strong {
	font-weight: 500;
}
i,
italic {
	font-style: italic;
}
html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Pingfang SC', 'Lantinghei SC', 'Hiragino Sans GB', Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	color: #333;
}

#wrapper {
	background: #fff;
}





#cover {
	width: 100%;
	height: 100vh;
	background-image: 
		linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,.5)),
		url('cover.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: auto;
	background-size: cover;
	color: #fff;
	position: relative;
	overflow: hidden;
}
#cover .credit {
	position: absolute;
	bottom: 2px;
	right: 20px;
	color: rgba(255,255,255,1);
	font-size: 1.2rem;
}
#cover .credit span {
	color: rgba(255,255,255,0.7);
	margin-left: 10px;
}
#cover #title {
	width: auto;
	position: absolute;
	left: 15%;
	bottom: 25%;
	background: rgba(0,0,0,0.6);
	padding: 30px 25px;
}
#cover #title .kicker {
	margin-bottom: 5px;
}
#cover #title h1 {
	display: inline;
	font-family: serif;
	font-weight: 700;
}
#cover #title h1 img {
	width: 60%;
}
#cover #title h1 span {
	display: none;
}
#cover #title h1:after {
	content: '';
	display: block;
	width: 64px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin: 15px 0 8px;
}

#cover #title .byline {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
#cover #title .pub-date {
	font-size: 12px;
	margin-left: 10px;
}
#cover #title .summary {
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	margin-top: 10px;
}
#cover #title .summary span {
	display: block;
}



.share {
	clear: both;
	float: left;
	height: 24px;
	margin-top: 40px;
	margin-left: 1px;
	display: block;
}
.share a {
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.6;
	transition: all .2s ease-in-out;
}
.share a:hover {
	opacity: 1;
}
.share a.twitter {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_twitter.svg');
}
.share a.facebook {
	width: 22px;
	background-size: 22px 22px;
	background-image: url('./share_facebook.svg');
}
.share a.weibo {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_weibo.svg');
}
.share a.wechat {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_wechat.svg');
}
.qrcode {
	display: none;
	position: absolute;
	left: 240px;
	bottom: 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 200px;
	height: 200px;
	z-index: 50;
	background: #fff;
}
.qrcode img {
	width: 100%;
	height: 100%;
}
.qrcode p {
	line-height: 200%;
	text-shadow: 0 1px 2px #000;
}
.qrcode button {
	overflow: hidden;
	margin: 0 auto;
	font-size: smaller;
	color: #333;
	text-decoration: none;
	background: #eee;
	padding: 2px 8px;
	border-radius: 2px;
}


#article {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}


.paragraph {
	margin-top: 40px;
	padding-bottom: 40px;
}
.paragraph:last-child {
	padding-bottom: 0;
}

.paragraph p {
	text-align: justify;
	padding: 0 130px;
	margin-bottom: 20px;
}
.paragraph p:last-child {
	margin-bottom: 0;
}




#article h3 {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}


figure {}
figure.inline-photo {
	float: right;
	max-width: 480px;
	margin-left: 20px;

}

figcaption {
	margin-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 140%;
	text-align: right;
	color: #666;
}
figcaption span {
	color: #999;
	margin-left: 10px;
}

figure.span-photo figcaption {
	margin-bottom: 40px;
}
aside.inline-wiki {
	float: left;
	font-size: 16px;
	max-width: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-right: 5px solid #eee;
}
aside.inline-wiki p {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	padding: 0;
}
aside.inline-wiki p:before {
	content: '';
	display: block;
	width: 10%;
	margin: 5px 0;
	border-top: 1px solid #ccc;
}
.animation-notes p {
	font-size: 14px;
	color: #666;
	line-height: 140%;
	padding: 0 5px;
	margin-top: 5px;
}
.animation-notes p span {
	font-size: 12px;
	color: #999;
}

.interview {
	border-top: 1px solid #eee;
}
.interview h4 {
	font-size: 20px;
	text-align: center;
	margin: 40px 0;
}
.interview .qna {

}
.interview .qna:after {
	content: '';
	width: 20%;
	margin: 20px auto;
	display: block;
	border-bottom: 1px solid #eee;
}
.interview .qna:last-child:after {
	border-bottom: none;
}

#curtain-fall {
	clear: both;
	width: 100%;
	max-width: 980px;
	margin: 50px auto 0;
}
#curtain-fall ul {
	text-align: center;
	font-size: 1.2rem;
	color: #888;
	background: #f8f8f8;
}
#curtain-fall ul#credits-desktop li {
	display: inline-block;
	margin-right: 20px;
	line-height: 100%;
}
#curtain-fall ul#credits-desktop li span {
	font-weight: 600;
	color: #888;
	margin-left: 5px;
}
#curtain-fall ul#credits-desktop li:after {
	content: '//';
	margin-left: 20px;
	color: #ccc;
}
#curtain-fall ul#credits-desktop li:last-child:after {
	display: none;
	margin-left: 0;
}
#curtain-fall ul#credits-mobile {
	display: none;
}
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-family: Serif;
	font-size: 14px;
	color: #666;
}

/*******************************
	iPhone
*******************************/
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
body {}
#cover {/*
	min-height: 380px;
	max-height: 720px;
*/}
#cover #title {
	left: 12%;
	bottom: 15%;
}
#cover #title h1 img {
    width: 100%;
}
#cover #title .summary span {
	display: inline;
}
#cover #title .byline {
    line-height: 140%;
}
#cover .credit {
	right: 5px;
	bottom: 5px;
	text-align: right;
	line-height: 140%;
}
#cover .credit span {
	display: block;
}
.share {
	display: none;
}
.paragraph {
    margin-top: 20px;
    padding-bottom: 20px;
}
.paragraph p {
	padding: 0 16px;
}
figure.inline-photo {
	float: none;
	max-width: 100%;
	margin-left: 0;
    margin-bottom: 20px
}
figcaption {
	text-align: left;
	margin-left: 16px;
}
#article h3,
.interview h4 {
	padding: 0 24px;
}
aside.inline-wiki {
	float: none;
	max-width: 100%;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	border-right: none;
	background: #f2f2f2;
}
#curtain-fall ul#credits-desktop {
	display: none;
}
#curtain-fall ul#credits-mobile {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #f8f8f8;
}
#curtain-fall ul#credits-mobile li {
	clear: both;
	display: block;
	font-size: 1.4rem;
}
#curtain-fall ul#credits-mobile li div.item {
	float: left;
	width: 50%;
	text-align: right;
}
#curtain-fall ul#credits-mobile li div.name {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: 600;
	color: #888;
}

footer {
	margin: 10px 0 20px;
}
}