﻿/*	.header
============================== */
div.header {
}
div.header header p.logo {
	text-align:left;
}
div.header header p.logo a, div.header header p.logo a span {
	display:block;
}
div.header header p.logo a {
	position:relative;
	height:0;
	padding-top:60.9375%;
	background-size:cover;
}
div.header header p.logo a.lazy-done {
	-webkit-animation: fadeInUp 800ms;
	animation: fadeInUp 800ms;
}
div.header header p.logo a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.header header p.oa {
	font-weight:normal;
	line-height:1.25;
}
@media all and (min-width: 768px) {
div.header {
	padding:30px 0;
}
div.header header p.logo {
	width:320px;
	margin:0 auto 12px;
}
div.header header p.oa {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
div.header {
	padding:14px 0;
}
div.header header p.logo {
	width:50%;
	margin:0 auto 8px;
}
div.header header p.oa {
	font-size:125%;
}
}

/*	.unit
============================== */
div.unit > article {
	text-align:left;
}
div.unit > article > header {
	text-align:center;
}
div.unit > article > header h1 {
	line-height:1.1;
}
div.unit > article > header h1:before {
	display:block;
	color:#4ef4ff;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 2px 3px 0 #000;
}
.about div.unit > article > header h1:before {
	content:"About";
}
.original div.unit > article > header h1:before {
	content:"Original";
}
.story div.unit > article > header h1:before {
	content:"Story";
}
.caststaff div.unit > article > header h1:before {
	content:"Cast & Staff";
}
.character div.unit > article > header h1:before {
	content:"Character";
}
.news div.unit > article > header h1:before {
	content:"News";
}
div.unit > article > header h1 span {
	display:inline-block;
	font-weight:bold;
	color:#000;
	line-height:1.5;
	padding:0 0.5em;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(53,100%,73%,0.8)), to(hsla(53,100%,73%,0.8)));
	background-image: linear-gradient(transparent 50%, hsla(53,100%,73%,0.8) 50%);
}
div.unit > article > div.inner,
article.unit > div.inner {
	background-color:hsla(0,0%,100%, 0.9);
}
@media all and (min-width: 768px) {
div.unit > article {
	max-width:980px;
	margin:0 auto;
}
div.unit > article header {
	padding:30px 0;
}
div.unit > article header h1:before {
	font-size:550%;
}
div.unit > article header h1 span {
	font-size:150%;
}
div.unit > article > div.inner,
article.unit > div.inner {
	padding:40px;
	-webkit-box-shadow:hsla(144,100%,83%,0.6) 0 0 60px 0 inset;
	box-shadow:hsla(144,100%,83%,0.6) 0 0 60px 0 inset;
}
}
@media all and (max-width: 767px) {
div.unit > article header {
	padding:20px 0;
}
div.unit > article header h1:before {
	font-size:12vw;
}
div.unit > article header h1 span {
	font-size:3.5vw;
}
div.unit > article > div.inner,
article.unit > div.inner {
	padding:16px;
	-webkit-box-shadow:hsla(144,100%,83%,0.6) 0 0 30px 0 inset;
	box-shadow:hsla(144,100%,83%,0.6) 0 0 30px 0 inset;
}
}
.caststaff div.unit > article > div.inner,
.news div.unit > article > div.inner {
	background-color:transparent;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}




/*	News & Cast/Staff
============================== */
article.unit h2 {
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	background-color:hsla(144,66%,70%,1);
	background-image:-webkit-radial-gradient(hsla(0,0%,100%, 0.4) 30%, transparent 0%), -webkit-radial-gradient(hsla(0,0%,100%, 0.4) 30%, transparent 0%);
	background-image:radial-gradient(hsla(0,0%,100%, 0.4) 30%, transparent 0%), radial-gradient(hsla(0,0%,100%, 0.4) 30%, transparent 0%);
	background-size:10px 10px;
	background-position:0 0, 5px 5px;
	color:#2daa82;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 2px 3px 0 #fff;
	padding:0.25em 1em;
}
@media all and (min-width: 768px) {
article.unit:not(:last-child) {
	margin-bottom:40px;
}
article.unit h2 {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
article.unit:not(:last-child) {
	margin-bottom:20px;
}
article.unit h2 {
	font-size:125%;
}
}



/*	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;
}
.about div.ph-large figure > span {
	padding-top:68.6666666666667%;
}
.story div.ph-large figure > span {
	padding-top: -webkit-calc(460 / 700 * 100%);
	padding-top: calc(460 / 700 * 100%);
}
div.news-goods figure > span {
	padding-top:30%;
}
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%;
}
div.ph-original figure > span {
	padding-top: -webkit-calc(908 / 640 * 100%);
	padding-top: calc(908 / 640 * 100%);
}
div.ph-large figure figcaption {
	text-align:center;
	line-height:1.5;
	margin-top:0.5em;
}
@media all and (min-width: 768px) {
div.ph-large {
}
div.ph-original {
	max-width:420px;
	margin:0 auto 40px;
}
.about div.ph-large,
div.news-goods {
	margin-bottom:40px;
}
}
@media all and (max-width: 767px) {
div.ph-large {
}
div.ph-original {
	width:80%;
	margin:0 auto 20px;
}
.about div.ph-large,
div.news-goods {
	margin-bottom:20px;
}
div.ph-large figure figcaption {
	font-size:87.5%;
}
}
@media print {
div.ph-large figure {
	display:none;
}
}

/*	Goods
============================== */
div.ph-goods1 figure span {
	padding-top:165.7894736842105%;
}
div.ph-goods2 figure span {
	padding-top:46.734693877551%;
}
div.ph-goods3 figure span {
	padding-top:67.755102048163%;
}
div.ph-goods4 figure span {
	padding-top:147.96875%;
}
@media all and (min-width: 768px) {
div.ph-goods1 {
	max-width:360px;
}
div.ph-goods2 {
	max-width:640px;
}
div.ph-goods3 {
	max-width:720px;
}
div.ph-goods4 {
	max-width:400px;
}
div.ph-goods1,div.ph-goods2,div.ph-goods3,div.ph-goods4 {
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
div.ph-goods1 {
	width:60%;
}
div.ph-goods2 {
	width:80%;
}
div.ph-goods3 {
	width:80%;
}
div.ph-goods4 {
	width:70%;
}
div.ph-goods1,div.ph-goods2,div.ph-goods3,div.ph-goods4 {
	margin:0 auto 20px;
}
}

div.items table {
	width:100%;
}
div.items table tr th, div.items table tr td {
	padding:0.75em 1.5em;
	line-height:1.25;
}
div.items table tr th {
	text-align:center;
	background-color:#e6a4be;
	color:#fff;
	text-shadow:2px 2px 3px #aa3c78;
}
div.items table tr td {
	text-align:left;
	background-color:#fff;
}
@media all and (min-width: 768px) {
div.items table tr th, div.items table tr td {
	font-size:112.5%;
}
div.items table tr:not(:last-child) {
	border-bottom:#ccc solid 1px;
}
}
@media all and (max-width: 767px) {
div.items table tr th, div.items table tr td {
	display:block;
	font-size:87.5%;
}
div.items table tr th {
	text-align:left;
}
}

div.btn-shopping {
	text-align:center;
}
div.btn-shopping a {
	background-color:hsla(66,88%,54%,1);
	color:#d4227b;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	line-height:1.25;
	-webkit-box-shadow:5px 5px 0 0 hsla(0,0%,100%,.5);
	box-shadow:5px 5px 0 0 hsla(0,0%,100%,.5);
}
div.btn-shopping a span {
	display:block;
	text-align:center;
	line-height:1.5;
}
div.btn-shopping a span:first-child {
	margin-bottom:0.5em;
}
div.btn-shopping a span:last-child {
	background-color:#fff;
	color:#000;
	border-radius:30px;
	padding:0 1em;
}
@media all and (min-width: 768px) {
div.btn-shopping:not(:last-child) {
	margin-bottom:40px;
}
div.btn-shopping a span:first-child {
	font-size:112.5%;
}
div.btn-shopping a span:last-child {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
div.btn-shopping:not(:last-child) {
	margin-bottom:20px;
}
div.btn-shopping a span:first-child {
	font-size:100%;
}
div.btn-shopping a span:last-child {
	font-size:112.5%;
}
}


/*	section.unit
============================== */
article > div.inner > section.unit {
	background-color:hsla(0,0%,100%, 0.8);
}
article > div.inner > section.unit > h2,
article > div.inner > section.unit > h3 {
	background-color:hsla(144,66%,70%,1);
	background-color:hsla(66,88%,54%,1);
	color:#2daa82;
	/* text-shadow:2px 2px 0 hsla(0,0%,0%,.25); */
	line-height:1.5;
}
article > div.inner > section.unit > div.inner > h3,
article > div.inner > section.unit > div.inner > h4 {
	color:#2daa82;
	line-height:1.5;
	padding:0 0.75em;
	border-color:#2daa82;
	border-style:solid;
	margin-bottom:1em;
}
article > div.inner > section.unit > h3 > span > span.relay {
	/**/
	font-family:'Mouse Memoirs', sans-serif;
	font-weight:normal;
	/**/
	display:inline-block;
	text-decoration:none;
	background-color:#b235ff;
	color:#ffccf8;
	text-shadow:none;
	margin-left:.5em;
}
@media all and (min-width: 768px) {
article > div.inner > section.unit:not(:last-child) {
	margin-bottom:40px;
}
article > div.inner > section.unit > h2,
article > div.inner > section.unit > h3 {
	font-size:150%;
	padding:12px 30px;
}
article > div.inner > section.unit > div.inner {
	padding:30px;
}
article > div.inner > section.unit > div.inner > h3,
article > div.inner > section.unit > div.inner > h4 {
	font-size:125%;
	border-left-width:30px;
	margin-left:-30px;
}
article > div.inner > section.unit > h3 > span > span.relay {
	font-size:83%;
	line-height:24px;
	height:24px;
	padding:0 12px;
	border-radius:12px;
}
}
@media all and (max-width: 767px) {
article > div.inner > section.unit:not(:last-child) {
	margin-bottom:20px;
}
article > div.inner > section.unit > h2,
article > div.inner > section.unit > h3 {
	font-size:112.5%;
	padding:6px 15px;
}
article > div.inner > section.unit > div.inner {
	padding:15px;
}
article > div.inner > section.unit > div.inner > h3,
article > div.inner > section.unit > div.inner > h4 {
	font-size:100%;
	border-left-width:15px;
	margin-left:-15px;
}
article > div.inner > section.unit > h3 > span > span.relay {
	font-size:75%;
	line-height:18px;
	height:18px;
	border-radius:9px;
	padding:0 9px;
}
}


ul.kome li {
	line-height:1.25;
}
ul.kome li:not(:last-child) {
	margin-bottom:0.2em;
}
ul.kome li:before {
	content:"※";
	font-family:serif;
	display:block;
	float:left;
}
ul.kome li span {
	display:block;
	padding-left:1.25em;
}
@media all and (min-width: 768px) {
ul.kome li {
	font-size:100%;
}
}
@media all and (max-width: 767px) {
ul.kome li {
	font-size:83%;
}
}



.about div.unit article div.inner p.copy {
	line-height:1.75;
	text-align:center;
	margin-bottom:1.75em;
}
.about div.unit article div.inner p.copy b {
	color:#2daa82;
	font-weight:bold;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(183,98%,69%,0.2)), to(hsla(183,98%,69%,0.2)));
	background-image: linear-gradient(transparent 50%, hsla(183,98%,69%,0.2) 50%);
}
@media all and (min-width: 768px) {
.about div.unit article div.inner p.copy {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
.about div.unit article div.inner p.copy {
	font-size:4.25vw;
}
}


/*	.onair
============================== */
div.onair dl dt, div.onair dl dd {
	line-height:1.5;
}
div.onair dl dt {
	font-weight:bold;
	color:#2daa82;
}
@media all and (min-width: 768px) {
div.onair {
	margin-bottom:40px;
}
div.onair dl dt {
	font-size:150%;
}
div.onair dl dd {
	font-size:112.5%;
}
div.onair dl dd:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.onair {
	margin-bottom:20px;
}
div.onair dl dt {
	font-size:112.5%;
}
div.onair dl dd {
	font-size:100%;
}
div.onair dl dd:not(:last-child) {
	margin-bottom:15px;
}
}


/*	story
============================== */
h2.h2-story {
	text-align:center;
}
h2.h2-story > span {
	display:block;
	text-align:center;
	line-height:1.5;
}
h2.h2-story > span.ep, h2.h2-story > span.title {
	color:#2daa82;
	text-shadow:2px 2px 3px #fff;
	font-weight:bold;
}
h2.h2-story > span.title {
    margin-bottom:0.2em;
}
h2.h2-story > span.oa {
	display:inline-block;
	color:#000;
	padding:0 0.5em;
	background-color: hsla(53,100%,73%,0.8);
}
@media all and (min-width: 768px) {
h2.h2-story {
	margin-bottom:40px;
}
h2.h2-story > span.ep, h2.h2-story > span.title {
}
h2.h2-story > span.ep {
    font-size:175%;
}
h2.h2-story > span.title {
    font-size:200%;
}
h2.h2-story > span.oa {
    font-size:125%;
}
}
@media all and (max-width: 767px) {
h2.h2-story {
	margin-bottom:20px;
}
h2.h2-story > span.ep, h2.h2-story > span.title {
}
h2.h2-story > span.ep {
    font-size:112.5%;
}
h2.h2-story > span.title {
    font-size:125%;
}
h2.h2-story > span.oa {
    font-size:87.5%;
}
}
section.story-bn ul li {
	width:33.333333333333333%;
	float:left;
}
section.story-bn ul li a, section.story-bn ul li span {
	display:block;
}
section.story-bn ul li span a {
	position:relative;
	height:0;
	padding-top:65.7142857142857%;
	background-size:cover;
}
section.story-bn ul li span a.lazy-done {
	-webkit-animation: fadeInUp 800ms;
	animation: fadeInUp 800ms;
}
section.story-bn ul li span a.lazy-done:before {
	position:absolute;
	right:0;
	bottom:0;
	font-weight:normal;
	background-color:hsla(0,0%,0%,0.8);
	color:hsla(66,88%,54%,1);
	display:inline-block;
}
section.story-bn ul li.ep8 span a.lazy-done:before {
	content:"#8";
}
section.story-bn ul li.ep7 span a.lazy-done:before {
	content:"#7";
}
section.story-bn ul li.ep6 span a.lazy-done:before {
	content:"#6";
}
section.story-bn ul li.ep5 span a.lazy-done:before {
	content:"#5";
}
section.story-bn ul li.ep4 span a.lazy-done:before {
	content:"#4";
}
section.story-bn ul li.ep3 span a.lazy-done:before {
	content:"#3";
}
section.story-bn ul li.ep2 span a.lazy-done:before {
	content:"#2";
}
section.story-bn ul li.ep1 span a.lazy-done:before {
	content:"#1";
}
section.story-bn ul li span a span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
section.story-bn ul li:nth-child(3n-2) {
	clear:both;
}
section.story-bn ul li:nth-child(3n-2) > span {
	clear:both;
}
@media all and (min-width: 768px) {
section.story-bn ul li {
	margin-bottom:18px;
}
section.story-bn ul li:nth-child(3n-2) > span {
	margin-right:12px;
}
section.story-bn ul li:nth-child(3n-1) > span {
	margin-left:6px;
	margin-right:6px;
}
section.story-bn ul li:nth-child(3n) > span {
	margin-left:12px;
}
section.story-bn ul li span a.lazy-done:before {
	font-size:200%;
	padding:0.1em 0.25em;
}
}
@media all and (max-width: 767px) {
section.story-bn ul li {
	margin-bottom:12px;
}
section.story-bn ul li:nth-child(3n-2) > span {
	margin-right:8px;
}
section.story-bn ul li:nth-child(3n-1) > span {
	margin-left:4px;
	margin-right:4px;
}
section.story-bn ul li:nth-child(3n) > span {
	margin-left:8px;
}
section.story-bn ul li span a.lazy-done:before {
	font-size:100%;
	padding:0.1em 0.2em;
}
}
@media print {
section.story-bn {
	display:none;
}
}

/*	.original
============================== */
.original div.unit article > div.inner p.title,
.original div.unit article > div.inner p.copy,
.story div.unit article > div.inner p.copy {
	line-height:1.5;
	text-align:center;
}
.original div.unit article > div.inner p.title {
	margin-bottom:1.5em;
}
.original div.unit article > div.inner p.copy,
.story div.unit article > div.inner p.copy {
	margin-bottom:2em;
}
.original div.unit article > div.inner p.copy b > span,
.story div.unit article > div.inner p.copy b > span {
	background-image: linear-gradient(transparent 70%, hsla(147,63%,69%,0.3) 70%);
}
.original div.unit article > div.inner p.title b,
.original div.unit article > div.inner p.title > span:last-child {
	display:block;
}
@media all and (min-width: 768px) {
.original div.unit article > div.inner p.title b {
	font-size:200%;
}
.original div.unit article > div.inner p.title > span:last-child {
	font-size:112.5%;
}
.original div.unit article > div.inner p.copy b,
.story div.unit article > div.inner p.copy b {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
.original div.unit article > div.inner p.title b {
	font-size:5.5vw;
}
.original div.unit article > div.inner p.title > span:last-child {
	font-size:3.5vw;
}
.original div.unit article > div.inner p.copy b {
	font-size:4.5vw;
}
.story div.unit article > div.inner p.copy b {
	font-size:112.5%;
}
}