﻿/*	.header
============================== */
div.header,
div.header header {
	position:relative;
}
div.header {
/*	background-image:url(../img/lower_header_bg_pre.png?0); */
	background-image:url(../img/lower_header_bg.png?0);
	background-repeat:no-repeat;
	background-position:center center;
}
div.header header p {
	text-align:left;
	margin:0 auto;
}
div.header header p a, div.header header p span {
	display:block;
}
div.header header p a, div.header header p > span {
	position:relative;
	height:0;
	background-size:cover;
}
div.header header p.logo a {
	padding-top: -webkit-calc(320 / 800 * 100%);
	padding-top: calc(320 / 800 * 100%);
}
div.header header p > span {
	padding-top: -webkit-calc(150 / 740 * 100%);
	padding-top: calc(150 / 740 * 100%);
}
div.header header p > .lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}
div.header header p a span, div.header header p span span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.header {
	background-size:770px 381px;
}
div.header header {
	max-width:1080px;
	margin:0 auto;
	padding:48px 0 36px;
	padding:48px 0 0;
}
div.header header p.logo {
	width:480px;
	margin-bottom:10px;
}
div.header header p.oa {
	width:370px;
}
}
@media all and (max-width: 767px) {
div.header {
	background-size:cover;
}
div.header header {
	padding:24px 0 24px;
	padding:24px 0 0;
}
div.header header p.logo {
	width:80%;
	margin-bottom:5px;
}
div.header header p.oa {
	width:61.6666666666666667%;
}
}

/*	main
============================== */
@media all and (min-width: 768px) {
main {
	padding-bottom:40px;
}
}
@media all and (max-width: 767px) {
main {
	padding-bottom:20px;
}
}


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%;
}
}
@media all and (min-width: 768px) {
ul.kome {
	margin-bottom:40px;
}
}
@media all and (max-width: 767px) {
ul.kome {
	margin-bottom:20px;
}
}


/*	main > article
============================== */
main > article {
	text-align:left;
	position:relative;
}
main > article > header {
	text-align:center;
}
main > article > header h1 {
	line-height:1.25;
}
main > article > header h1:before {
	display:block;
	color:#000;
	text-shadow:3px 3px 0 #6cbbb5;
	letter-spacing:0.1em;
	text-indent:0.1em;
	margin-bottom:-0.2em;
	/**/
	background-image:url(../img/top_nextoa_h2.svg);
	background-repeat:no-repeat;
	background-position:center center;
	/**/
}
.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";
}
.chart main > article > header h1:before {
	content:"Chart";
}
.news main > article > header h1:before {
	content:"News";
}
.onair main > article > header h1:before {
	content:"Onair";
}
main > article > header h1 span {
	display:inline-block;
	font-weight:normal;
	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(48,100%,94%,0.7)), to(hsla(48,100%,94%,0.7)));
	background-image: linear-gradient(transparent 50%, hsla(48,100%,94%,0.7) 50%);
}
@media all and (min-width: 768px) {
main > article > header {
	padding:40px 0;
	max-width:980px;
	margin:0 auto;
}
main > article > header h1:before {
	font-size:400%;
	/**/
	background-size:540px 60px;
	/**/
}
main > article > header h1 span {
	font-size:200%;
}
}
@media all and (max-width: 767px) {
main > article > header {
	padding:20px 0;
}
main > article > header h1:before {
	font-size:10vw;
	/**/
	background-size:70%;
	/**/
}
main > article > header h1 span {
	font-size:5vw;
}
}


/*	.about
============================== */
div.contents p.copy, div.contents p.copy-s {
	text-align:center;
}
div.contents p.copy:not(:last-child), div.contents p.copy-s:not(:last-child) {
	margin-bottom:1.5em;
}
div.contents p.copy {
	line-height:1.75;
}
div.contents p.copy-s {
	color:#ea4e7b;
	line-height:1.75;
}
div.contents  p.copy b {
	color:#0072d6;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(45,100%,41%,0.1)), to(hsla(45,100%,41%,0.1)));
	background-image: linear-gradient(transparent 50%, hsla(45,100%,41%,0.1) 50%);
}
div.contents p.copy b > span {
}
@media all and (min-width: 768px) {
div.contents p.copy {
	font-size:175%;
}
div.contents p.copy-s {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
div.contents p.copy {
	font-size:4vw;
}
div.contents p.copy-s {
	font-size:3.5vw;
}
}


/*	News
============================== */
.news main > article > div.unit > article > div.outer > div.inner > div.contents > h2 {
	font-weight:700;
	text-align:center;
	line-height:1.5;
	color:#f74c88;
	margin-bottom:1em;
}
.news main > article > div.unit > article > div.outer > div.inner > div.contents > h2 > span span {
	display:inline-block;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(51,95%,64%,0.5)), to(hsla(51,95%,64%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(51,95%,64%,0.5) 50%);
}
@media all and (min-width: 768px) {
.news main > article > div.unit > article > div.outer > div.inner > div.contents > h2 {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
.news main > article > div.unit > article > div.outer > div.inner > div.contents > h2 {
	font-size:125%;
}
}


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:#f74c88;
	color:hsla(51,95%,64%,1);
}
div.items table tr td {
	text-align:left;
	background-color:#fff;
}
@media all and (min-width: 768px) {
div.items:not(:last-child) {
	margin-bottom:40px;
}
div.items table tr th, div.items table tr td {
	font-size:112.5%;
}
div.items table tr th {
	white-space: nowrap;
}
div.items table tr:not(:last-child) {
	border-bottom:#6cbbb5 solid 1px;
}
}
@media all and (max-width: 767px) {
div.items:not(:last-child) {
	margin-bottom:20px;
}
div.items table tr th, div.items table tr td {
	display:block;
	font-size:87.5%;
}
div.items table tr th {
	text-align:left;
}
}


/*	section.unit
============================== */
div.contents > section.unit {
	background-color:hsla(0,0%,100%, 0.9);
}
section.unit > h2,
section.unit > h3 {
	color:#e30e85;
	background-color:#d6eff0;
	line-height:1.5;
	letter-spacing:0.2em;
}
.news section.unit > h2,
.news section.unit > h3 {
	letter-spacing:0;
}
section.unit > h2 > span,
section.unit > h3 > span {
	display:block;
}
section.unit > div.inner > section > h3,
section.unit > div.inner > section > h4 {
	color:#e30e85;
	line-height:1.5;
	padding:0 0.75em;
	border-color:#e30e85;
	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;
}
section.unit > div.inner p {
	line-height:1.5;
}
@media all and (min-width: 768px) {
div.contents > section.unit {
	-webkit-box-shadow:10px 10px 0 0 #fae646;
	box-shadow:10px 10px 0 0 #fae646;
}
div.contents > 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 > section > h3,
section.unit > div.inner > section > h4 {
	font-size:125%;
	border-left-width:30px;
	margin-left:-30px;
}
div.items > h3 {
	margin-left:0;
}
section.unit > h3 > span > span.relay {
	font-size:83%;
	line-height:24px;
	height:24px;
	padding:0 12px;
	border-radius:12px;
}
section.unit > div.inner > section:not(:last-child) {
	margin-bottom:40px;
}
section.unit > div.inner p {
	font-size:100%;
}
}
@media all and (max-width: 767px) {
div.contents > section.unit {
	-webkit-box-shadow:5px 5px 0 0 #fae646;
	box-shadow:5px 5px 0 0 #fae646;
}
div.contents > section.unit:not(:last-child) {
	margin-bottom:20px;
}
section.unit > h2,
section.unit > h3 {
	font-size:112.5%;
	padding:6px 15px;
	background-size:75%;
}
section.unit > div.inner {
	padding:15px;
}
section.unit > div.inner > section > h3,
section.unit > div.inner > section > 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 > div.inner > section:not(:last-child) {
	margin-bottom:20px;
}
section.unit > div.inner p {
	font-size:87.5%;
}
}



div.btn-shopping {
	text-align:center;
}
div.btn-shopping a {
	background-color:hsla(66,88%,54%,1);
	color:#004eb2;
	display:inline-block;
	padding:1em 2em;
	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;
	font-weight:bold;
}
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%;
}
}


/*	.story-bn
============================== */
section.story-bn div.inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 20px;
}
section.story-bn div.inner ul li {
}
section.story-bn div.inner ul li a {
	display:block;
	text-decoration:none;
	position:relative;
	height:0;
	padding-top: -webkit-calc(720 / 1080 * 100%);
	padding-top: calc(720 / 1080 * 100%);
	background-size:cover;
}
section.story-bn div.inner ul li.ep7 a.lazy-done {
	background-color:#bbe4e6;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
section.story-bn div.inner ul li a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}
section.story-bn div.inner ul li a:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	bottom:0;
}
section.story-bn div.inner ul li a span {
	display:none;
}
section.story-bn div.inner ul li a.lazy-done span {
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	color:#fbe44f;
	background-color:#2ab2b2;
	padding:0.2em 0.5em;
}
@media all and (min-width: 768px) {
section.story-bn div.inner ul {
	gap: 20px;
}
section.story-bn div.inner ul li {
	width:calc((100% - 20*2px)/3);
}
section.story-bn div.inner ul li a span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
section.story-bn div.inner ul {
	gap: 10px;
}
section.story-bn div.inner ul li {
	width:calc((100% - 10px)/2);
}
section.story-bn div.inner ul li a span {
	font-size:87.5%;
}
}

@media print {
section.story-bn {
	display:none;
}
}


div.header-chart {
	text-align: center;
}
div.header-chart h2 {
	line-height:1.25;
}
div.header-chart h2 > span {
	display:inline-block;
	padding-bottom:0.2em;
	border-bottom:3px solid #000;
	text-shadow:1px 1px 0 #6cbbb5;
}
@media all and (min-width: 768px) {
div.header-chart {
	margin-bottom:40px;
}
div.header-chart h2 {
	margin-bottom:20px;
}
div.header-chart h2 > span {
	font-size:275%;
}
}
@media all and (max-width: 767px) {
div.header-chart {
	margin-bottom:20px;
}
div.header-chart h2 {
	margin-bottom:10px;
}
div.header-chart h2 > span {
	font-size:6.5vw;
}
}

/*	.btn
============================== */
div.header-chart div.btn {
}
div.header-chart div.btn a {
	position:relative;
	background-color:#fcf781;
	background-image: linear-gradient(135deg, hsla(337,71%,82%,0.3) 50%, transparent 50%);
	text-decoration: none;
	/**/
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	/**/
	margin:0 auto;
}
div.header-chart div.btn a span {
	display: inline-block;
	text-align: center;
	color:#000;
/*	text-shadow:2px 3px 0 hsla(193,91%,27%,0.2); */
	font-weight:bold;
	line-height:1.25;
	margin-right:0.5em;
}
div.header-chart div.btn a:after {
	content:"";
	display:inline-block;
	transform:rotate(45deg);
}
@media all and (min-width: 768px) {
div.header-chart div.btn a {
	font-size:112.5%;
	border-radius:24px;
	height:48px;
	width:340px;
}
div.header-chart div.btn a:after {
	width:12px;
	height:12px;
	border-right:3px solid #000;
	border-top:3px solid #000;
}
}
@media all and (max-width: 767px) {
div.header-chart div.btn a {
	font-size:100%;
	border-radius:18px;
	height:36px;
	width:75%;
}
div.header-chart div.btn a:after {
	width:8px;
	height:8px;
	border-right:2px solid #000;
	border-top:2px solid #000;
}
}