﻿/*	.header
============================== */
div.header,
div.header header {
	position:relative;
}
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: -webkit-calc(230 / 600 * 100%);
	padding-top: calc(230 / 600 * 100%);
	background-size:cover;
}
div.header header p.logo a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 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 > span {
	display:inline-block;
	color:#d6eaea;
	text-shadow:2px 3px 3px hsla(0,0%,0%,0.2);
/*	font-weight:700; */
	line-height:1.5;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(331,100%,75%,0.3)), to(hsla(331,100%,75%,0.3)));
	background-image: linear-gradient(transparent 50%, hsla(331,100%,75%,0.3) 50%);
}
div.header header p.oa span span span {
	color:#fffcff;
}
@media all and (min-width: 768px) {
div.header {
}
div.header header {
	max-width:1080px;
	margin:0 auto;
	padding:30px 0;
}
div.header header p.logo {
	width:600px;
	margin:0 auto 10px;
}
div.header header p.oa {
	text-shadow:2px 3px 0 hsla(174,27%,60%,0.25);
}
div.header header p.oa > span {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
div.header {
	padding:14px 0;
}
div.header header p.logo {
	width:70%;
	margin:0 auto 5px;
}
div.header header p.oa {
	text-shadow:1px 1px 0 hsla(174,27%,60%,0.25);
}
div.header header p.oa > span {
	font-size:125%;
}
}

/*	main > article
============================== */
main > article {
	text-align:left;
	position:relative;
}
main > article > header {
	text-align:center;
}
main > article > header h1 {
	line-height:1.5;
}
main > article > header h1:before {
	display:block;
	color:#fffcff;
	text-shadow:2px 3px 3px #ffd6ea;
/*	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%); */
}
.about main > article > header h1:before {
	content:"About";
}
.story main > article > header h1:before {
	content:"Story";
}
.caststaff main > article > header h1:before {
	content:"Cast&Staff";
}
.character main > article > header h1:before {
	content:"Character";
}
.news main > article > header h1:before {
	content:"News";
}
.original main > article > header h1:before {
	content:"Original";
}
main > article > header h1 span {
	display:inline-block;
	font-weight:normal;
	color:#d6eaea;
	text-shadow:2px 3px 3px hsla(0,0%,0%,0.2);
	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(331,100%,75%,0.3)), to(hsla(331,100%,75%,0.3)));
	background-image: linear-gradient(transparent 50%, hsla(331,100%,75%,0.3) 50%);
}
main > article > div.outer > div.inner,
main > article > div.unit > article {
	background-color:hsla(0,0%,100%, 0.2);
	border:1px solid hsla(0,0%,100%,0.6);
}
@media all and (min-width: 768px) {
main > article > header {
	max-width:980px;
	margin:0 auto;
}
main > article > div.outer,
main > article > div.unit > article > div.outer,
main > article > div.outer > div.inner,
main > article > div.unit > article {
	margin:0 auto;
}
main > article > div.outer:not(:last-child),
main > article > div.unit:not(:last-child) {
	margin-bottom:40px;
}
main > article > header {
	padding:30px 0;
}
main > article > header h1:before {
	font-size:400%;
}
main > article > header h1 span {
	font-size:150%;
}
main > article > div.outer,
main > article > div.unit > article > div.outer {
	max-width:1400px;
}
main > article > div.outer,
main > article > div.unit > article > div.outer {
/*	background-image: -webkit-gradient(linear, center left, center right, from(transparent), color-stop(0.3, transparent), color-stop(0.3, hsla(0,0%,100%,0.3)), to(hsla(0,0%,100%,0.3)));
	background-image: linear-gradient(90deg,transparent 30%, hsla(0,0%,100%,0.3) 30%); */
}
main > article > div.outer > div.inner,
main > article > div.unit > article {
	max-width:980px;
	padding:40px;
	-webkit-box-shadow:hsla(0,100%,100%,0.4) 0 0 60px 0 inset;
	box-shadow:hsla(0,100%,100%,0.4) 0 0 60px 0 inset;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
}
@media all and (max-width: 767px) {
main > article > div.outer:not(:last-child),
main > article > div.unit:not(:last-child) {
	margin-bottom:20px;
}
main > article > header {
	padding:20px 0;
}
main > article > header h1:before {
	font-size:10vw;
}
main > article > header h1 span {
	font-size:3.5vw;
}
main > article > div.outer,
main > article > div.unit > article > div.outer {
/*	background-image: -webkit-gradient(linear, center left, center right, from(transparent), color-stop(0.2, transparent), color-stop(0.2, hsla(0,0%,100%,0.3)), to(hsla(0,0%,100%,0.3)));
	background-image: linear-gradient(90deg,transparent 20%, hsla(0,0%,100%,0.3) 20%); */
}
main > article > div.outer > div.inner,
main > article > div.unit > article {
	margin:0 12px;
	padding:16px;
	-webkit-box-shadow:hsla(0,100%,100%,0.4) 0 0 30px 0 inset;
	box-shadow:hsla(0,100%,100%,0.4) 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
============================== */
main > article > div.unit {
	position:relative;
}
main > article > div.unit > article > h2 {
	font-weight:700;
	text-align:center;
	line-height:1.5;
	color:#2c69ca;
	padding:0.25em 1em;
	/*
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(51,100%,64%,0.9)), to(hsla(51,100%,64%,0.9)));
	background-image: linear-gradient(transparent 50%, hsla(51,100%,64%,0.9) 50%);
	*/
/*	background-color:hsla(0,0%,100%, 0.3); */
	margin-bottom:1em;
}
@media all and (min-width: 768px) {
main > article > div.unit > article > h2 {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
main > article > div.unit > article > h2 {
	font-size:125%;
}
}



/*	figure
============================== */
div.ph-two figure > span, div.ph-two figure span img,
div.ph-large figure > span, div.ph-large figure span img {
	display:block;
}
div.ph-two figure > span,
div.ph-large figure > span {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-size:cover;
}
div.ph-two figure span.lazy-done,
div.ph-large figure span.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}
div.ph-two figure span img,
div.ph-large figure span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.ph-two figure > span {
	padding-top: -webkit-calc(800 / 600 * 100%);
	padding-top: calc(800 / 600 * 100%);
}
.about div.about-kv figure > span {
	padding-top: -webkit-calc(800 / 1200 * 100%);
	padding-top: calc(800 / 1200 * 100%);
}
.story figure > span {
	padding-top: -webkit-calc(1080 / 720 * 100%);
	padding-top: calc(1080 / 720 * 100%);
}
.news section.news-illust div.ph-large figure > span {
	padding-top: -webkit-calc(1200 / 800 * 100%);
	padding-top: calc(1200 / 800 * 100%);
}
.news section.news-illust div.ph-large {
	margin-bottom:0;
}
.news div.news-illust figure > span {
	padding-top: -webkit-calc(1133 / 800 * 100%);
	padding-top: calc(1133 / 800 * 100%);
}

div.ph-large figure figcaption {
	text-align:center;
	line-height:1.5;
	margin-top:0.5em;
}
div.ph-two {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
div#news-goods figure > span {
	padding-top:72.727272727272727%;
}
div#news-goods02 figure > span {
	padding-top:45.4545454545455%;
}

div#news20221221 figure > span {
	padding-top:28.4375%;
}

div.about-shot figure > span {
	padding-top: -webkit-calc(800 / 600 * 100%);
	padding-top: calc(800 / 600 * 100%);
}
@media all and (min-width: 768px) {
div.ph-large {
}
.about div.ph-large, .about div.ph-two, .news div.ph-large,
div.news-goods,div.news-goods02,
.story div.ph-large {
	margin-bottom:40px;
}
div.ph-two {
	gap:40px;
}
div.ph-two figure {
	width:calc((100% - 40px)/2);
}
div.news-goods,
div.news-goods02 {
	width:70%;
	margin:0 auto 40px;
}
div.about-shot {
	width:50%;
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
div.ph-large {
}
.about div.ph-large, .about div.ph-two, .news div.ph-large,
div.news-goods, div.news-goods02,
.story div.ph-large {
	margin-bottom:20px;
}
div.ph-large figure figcaption {
	font-size:87.5%;
}
div.ph-two {
	gap:14px;
}
div.ph-two figure {
	width:calc((100% - 14px)/2);
}
div.about-shot {
	width:60%;
	margin:0 auto 20px;
}
}
@media print {
div.ph-large figure {
	display:none;
}
}

/*	Goods
============================== */
div.ph-goods3a figure span {
	padding-top:67.755102048163%;
}
div.ph-goods3b figure span {
	padding-top:53.4653465346535%;
}
@media all and (min-width: 768px) {
div.ph-goods3a,
div.ph-goods3b {
	max-width:720px;
}
div.ph-goods3a,div.ph-goods3b {
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
div.ph-goods3a {
	width:100%;
}
div.ph-goods3b {
	width:80%;
}
div.ph-goods3a,div.ph-goods3b {
	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:hsla(190,89%,30%,1);
	color:hsla(66,47%,67%,1);
}
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
============================== */
section.unit {
	background-color:hsla(0,0%,100%, 0.5);
}
section.unit > h2,
section.unit > h3 {
	background-image: url(../img/bg.jpg?2);
	background-size:100%;
	background-position:center center;
	line-height:1.5;
}
section.unit > h2 > span,
section.unit > h3 > span {
	display:block;
}
section.unit > div.inner > h3,
section.unit > div.inner > h4 {
	color:#2c69ca;
	line-height:1.5;
	padding:0 0.75em;
	border-color:#2c69ca;
	border-style:solid;
	margin-bottom:1em;
}
section.unit > h3 > span > span.relay {
	/**/
	font-weight: 400;
	/**/
	display:inline-block;
	text-decoration:none;
	background-color:#b235ff;
	color:#ffccf8;
	text-shadow:none;
	margin-left:.5em;
}
@media all and (min-width: 768px) {
section.unit:not(:last-child) {
	margin-bottom:40px;
}
section.unit > h2,
section.unit > h3 {
	font-size:150%;
	padding:12px 30px;
}
section.unit > div.inner {
	padding:30px;
}
section.unit > div.inner > h3,
section.unit > div.inner > h4 {
	font-size:125%;
	border-left-width:30px;
	margin-left:-30px;
}
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) {
section.unit:not(:last-child) {
	margin-bottom:20px;
}
section.unit > h2,
section.unit > h3 {
	font-size:112.5%;
	padding:6px 15px;
}
section.unit > div.inner {
	padding:15px;
}
section.unit > div.inner > h3,
section.unit > div.inner > h4 {
	font-size:100%;
	border-left-width:15px;
	margin-left:-15px;
}
section.unit > h3 > span > span.relay {
	font-size:75%;
	line-height:18px;
	height:18px;
	border-radius:9px;
	padding:0 9px;
}
}



/*	section.unit-4
============================== */
section.unit-h4 {
	background-color:hsla(0,0%,100%, 0.6);
}
section.unit-h4 > h4 {
	color:hsla(190,89%,30%,1);
	line-height:1.5;
	margin-bottom:1.25em;
}
@media all and (min-width: 768px) {
section.unit-h4 {
	padding:30px;
}
section.unit-h4:not(:last-child) {
	margin-bottom:40px;
}
section.unit-h4 > h4 {
	font-size:125%;
}
}
@media all and (max-width: 767px) {
section.unit-h4 {
	padding:12px;
}
section.unit-h4:not(:last-child) {
	margin-bottom:20px;
}
section.unit-h4 > h4 {
	font-size:100%;
}
}




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



div.inner p.copy {
	line-height:1.75;
	text-align:center;
	margin-bottom:1.75em;
}
div.inner p.copy b {
	color:#2c69ca;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(30,88%,89%,0.5)), to(hsla(30,88%,89%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(30,88%,89%,0.5) 50%);
}
.about div.inner p.copy b span {
	background-image: -webkit-gradient(linear, center left, center right, from(#985eea), color-stop(0.5, #2c69ca), to(#985eea));
	background-image: linear-gradient(to right, #985eea, #2c69ca 50%, #985eea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (min-width: 768px) {
div.inner p.copy {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
div.inner p.copy {
	font-size:4vw;
}
}


/*	.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 {
	font-weight:700;
}
h2.h2-story > span.ep {
	color:#2c69ca;
	text-shadow:2px 3px 3px hsla(0,0%,100%,0.3);
}
h2.h2-story > span.ep > span {
	font-weight:bold;
	display:inline-block;
}

h2.h2-story > span.title {
	margin-bottom:0.2em;
	color:#2c69ca;
}
h2.h2-story > span.title > span {
	background-image: -webkit-gradient(linear, center left, center right, from(#985eea), color-stop(0.5, #2c69ca), to(#985eea));
	background-image: linear-gradient(to right, #985eea, #2c69ca 50%, #985eea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2.h2-story > span.oa {
	display:inline-block;
	color:#000;
	padding:0 0.5em;
	background-image: url(../img/bg.jpg?2);
	background-size:350%;
	background-position:center top;
}
@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:225%;
}
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:150%;
}
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(284,82%,70%,1);
	color:#d6eaea;
	display:inline-block;
}
section.story-bn ul li.ep9 span a.lazy-done:before {
	content:"#9";
}
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;
}
}



/*	.btn
============================== */
div.btn {
	text-align: center;
}
div.btn a {
	position:relative;
	background-color:hsla(0,0%,100%,0.3);
	border:2px solid hsla(284,82%,70%,.5);
	text-decoration: none;
	/**/
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	/**/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/**/
	margin:0 auto;
}
div.btn a span {
	display: inline-block;
	text-align: center;
	color:hsla(284,82%,70%,1);
	font-weight:bold;
	line-height:1.25;
	margin-right:0.5em;
}
div.btn a:after {
	content:"";
	display:inline-block;
	transform:rotate(45deg);
}
@media all and (min-width: 768px) {
div.btn:not(:last-child) {
	margin-bottom:30px;
}
div.btn a {
	font-size:175%;
	border-radius:30px;
	height:60px;
	width:300px;
}
div.btn a:after {
	width:12px;
	height:12px;
	border-right:3px solid hsla(284,82%,70%,1);
	border-top:3px solid hsla(284,82%,70%,1);
}
}
@media all and (max-width: 767px) {
div.btn:not(:last-child) {
	margin-bottom:15px;
}
div.btn a {
	font-size:112.5%;
	border-radius:20px;
	height:40px;
	width:60%;
}
div.btn a:after {
	width:8px;
	height:8px;
	border-right:2px solid hsla(284,82%,70%,1);
	border-top:2px solid hsla(284,82%,70%,1);
}
}
