﻿/*	p.title
============================== */
main article > div.outer > div.inner p.title {
	line-height:1.5;
	text-align:center;
	margin-bottom:1.25em;
}
main article > div.outer > div.inner p.title > b,
main article > div.outer > div.inner p.title > span {
	display:block;
}
@media all and (min-width: 768px) {
main article > div.outer > div.inner p.title b {
	font-size:200%;
}
main article > div.outer > div.inner p.title > span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
main article > div.outer > div.inner p.title > b {
	font-size:5.5vw;
}
main article > div.outer > div.inner p.title > span {
	font-size:3.5vw;
}
}


.comics p.lines > b {
	color:#ff788c;
}
.comics p.lines > span {
	color:#0897aa;
}


/*	.pics
============================== */
div.pics div.pics-inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
div.pics-inner figure span, div.pics-inner figure span img {
	display:block;
}
div.pics-inner figure span {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(568 / 400 * 100%);
	padding-top: calc(568 / 400 * 100%);
}
div.pics-inner figure span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.pics-inner figure span.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
	box-shadow:3px 3px 0 hsla(0,0%,0%,0.05);
}
div.pics > p {
	text-align:center;
	line-height:1.5;
}
@media all and (min-width: 768px) {
div.pics {
	margin-bottom:40px;
}
div.pics div.pics-inner {
	gap: 20px;
	margin-bottom:16px;
}
div.pics div.pics-inner figure {
	width:calc((100% - 20*2px)/3);
}
div.pics > p {
	font-size:75%;
}
}
@media all and (max-width: 767px) {
div.pics {
	margin-bottom:20px;
}
div.pics div.pics-inner {
	gap: 8px;
	margin-bottom:8px;
}
div.pics div.pics-inner figure {
	width:calc((100% - 8*2px)/2);
}
div.pics > p {
	font-size:62.5%;
}
}
