﻿@import url("/um/v7/css/reset.css");
@import url("https://www.tbs.co.jp/saitamanohost_tbs/css/snsicons.css");
@import url("keyframes.css");


@media all and (min-width: 768px) {
div.bn-recta {
	padding-top:40px;
	margin-bottom:40px;
}
}
@media all and (max-width: 767px) {
div.bn-recta {
	padding-top:20px;
	margin-bottom:20px;
}
}


/* =================================
	Web Fonts
================================= */

@font-face {
	font-family: 'Amita';
	src: url('/um/library/fonts/Amita/Amita-Regular.ttf') format("truetype");
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family: 'Amita';
	src: url('/um/library/fonts/Amita/Amita-Bold.ttf') format("truetype");
	font-weight:700;
	font-style:normal;
}

div.menu nav ul li a:before,
main > article > header h1:before,
div.story article header h2/*, div.story article header p*/,
div.interview article header h2,
div.wnew section h2 span,
div.tbs-topics article header h2,
div.chara article header h2,
.idx div.cover div.sns > aside div section > h3,
section.story-bn ul li span a.lazy-done:before,
ul.yt-lists li span a.yt-playing:after,
section.unit > h3 > span > span.relay {
font-family: "kaisei-opti", sans-serif;
font-weight: 700;
font-style: normal;
/*	letter-spacing:0.05em;
	text-indent:0.05em; */
}



/* =================================
	CSS
================================= */

/* link */
a:link {
	text-decoration:underline;
	color:#666464;
}
a:visited {
	text-decoration:none;
	color:#666464;
}
a:active {
	text-decoration:none;
	color:#666464;
}
a:hover {
	text-decoration:underline;
	color:#666464;
}
.no-link{ pointer-events: none; cursor: default; text-decoration:none; opacity:0.6;}

/* font size */
.f180 { font-size:180%;}
.f160 { font-size:160%;}
.f140 { font-size:140%;}
.stpnk{color:#f19ec2;}
.stblu{color:#a6d8f0;}

.xxl {
	font-size:150%;
}
.xl {
	font-size:125%;
}
.l {
	font-size:112.5%;
}
.s {
	font-size:83%;
}
.xs {
	font-size:75%;
}
.xxs {
	font-size:62.5%;
}

@media all and (max-width: 374px) {
.xl, .xxl {
	font-size:112.5%;
}
.s, .xs {
	font-size:62.5%;
}
}

/* smp br */
@media all and (min-width: 768px) {
.br-smp {
	display:none;
}
}

.ff {
	font-family:serif;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}

/*	copyright
============================== */
div.copyright p {
	line-height:1.25;
	text-align:center;
}
div.copyright p > small {
	display:block;
}
@media all and (min-width: 768px) {
	div.copyright p {
		font-size:75%;
	}
	div.copyright p > small {
		padding:40px 0;
	}
	div.copyright p a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	div.copyright p {
		font-size:62.5%;
	}
	div.copyright p > small {
		padding:30px 12px;
	}
}

/*	background
============================== */
body {
	color: 666464;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
div.cover {
	/**/
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 400;
font-style: normal;
	/**/
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	overflow:hidden;
}
@media all and (max-width: 767px) {
div.cover {
	min-width:320px;
}
}

/*	fix bg
============================== */
body {
	background-image:linear-gradient(to top, rgba(255,255,255,0.4) 0%,rgba(250,198,221,0.4) 9%,rgba(250,198,221,0.9) 50%,rgba(255,255,255,.8) 90%,rgba(255,255,255,.5) 100%),url(../img/sea.png),url(../img/bg.png);
	background-repeat:no-repeat,no-repeat,repeat;
	/*background-attachment:fixed;*/
	background-position: 0 0,center bottom,0 0;
	background-size:100% 100%,100% auto,1000px;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
body {
	background-size:100% 100%,100% auto,50%;
}
/*body:before {
	content: "";
	width:100vw;
	height:100vh;
	background-image: url(../img/bg.jpg?0);
	position: fixed;
	background-size: cover;
	top: 0px;
	left: 0px;
	z-index: -1; 
}*/
}
/*	YouTube
============================== */
div.mov-inner {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-color:#000;
	background-size:cover;
}
div.mov-inner iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
body.story main > article > div.mov-outer {
	margin:0 auto 40px;
	max-width:800px;
}
}
@media all and (max-width: 767px) {
body.story main > article > div.mov-outer {
	margin:0 12px 20px;
}
}
@media print {
div.mov-inner {
	display:none;
}
}


/*	YouTube buttons
============================== */
ul.yt-lists {
	width:100%;
	background-color:hsla(351,100%,73%,0.4);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:8px;
}
ul.yt-lists li:not(:last-child) {
	margin-right:8px;
}
ul.yt-lists li span, ul.yt-lists li a {
	display:block;
}
ul.yt-lists li a {
	text-decoration:none;
	color:#0c467c;
	background-color:#fff;
	padding:1em;
	line-height:1.5;
	position:relative;
	text-align:center;
}
ul.yt-lists li a.yt-playing {
	background-color:#186e84;
}
ul.yt-lists li a.yt-playing span {
	font-weight:bold;
	color:#ffe0f4;
}
ul.yt-lists li a.yt-playing:after {
	content:"NOW PLAYING";
	background-color:yellow;
	/**/
	/**/
	color:#666464;
	display:inline-block;
	line-height:1.25;
	font-size:75%;
	padding:0.1em 0.5em;
	position:absolute;
	top:-4px;
	right:-4px;
}
@media all and (min-width: 768px) {
body.story div.yt-playlist {
	margin:0 auto 40px;
	max-width:800px;
}
ul.yt-lists li {
	width:calc((100% - 8*2px)/3);
}
ul.yt-lists li a span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {

body.story div.yt-playlist {
	margin:0 12px 20px;
}
ul.yt-lists li {
	width:calc((100% - 8px)/2);
}
ul.yt-lists li:first-child {
	width:100%;
	margin-right:0;
	margin-bottom:8px;
}
ul.yt-lists li a span {
	font-size:83%;
}
}



/*	.header p
============================== */
div.header header{
font-family: "kaisei-opti", sans-serif;
font-weight: 700;
font-style: normal;
color:#666464;
}
div.header header p:not(.logo) {
	text-align:center;
	line-height:1.5;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9), 0px 0px 16px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.9);
	margin-top:0.3em;
}
div.header header p:not(.logo) > 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(0,100%,100%,0.7)), to(hsla(0,100%,100%,0.7)));
	background-image: linear-gradient(transparent 50%, hsla(0,100%,100%,0.7) 50%);*/
	padding:0 0.25em;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
div.header header p:not(.logo) > span > span {
	font-size:125%;
	color:#f19ec2;
}
div.header header p:not(.logo) > span > span.time {
	font-size:100%;
	color:#666464;
	letter-spacing:-.05em;
}
div.header header span.region {
	font-size:90%;
	color:#666464;
	font-weight: 500;
	text-align:center;
display:inline-block;
width:100%;	
}
@media all and (min-width: 980px) {
div.header header p:not(.logo) {
	font-size:250%;
}
}
@media all and (min-width: 768px) and (max-width: 979px) {
div.header header p:not(.logo) {
	font-size:200%;
}
}
@media all and (max-width: 767px) {
div.header header p:not(.logo) {
	margin-top:0;
	font-size:5.8vw;
}
div.header header span.region {
	font-size:.8rem; padding:0 0 .4em;
}
}

/*	menu
============================== */
div.menu {
background:hsla(0,100%,100%,.1) url(../img/bg2.png) repeat 0 0; background-size:50%;
}
div.menu nav {
	position:relative;
	z-index:2;
	text-align:left;
}
div.menu nav ul {
	display:flex;
	justify-content:center;
	width:100%;
}
div.menu nav ul li {
	box-shadow:3px 3px 10px rgba(146,175,199,0.3);
	border-radius: 0 20px 0 0;
}
div.menu nav ul li span,
div.menu nav ul li a {
	display:block;
}
div.menu nav ul li a {
	text-align:center;
	text-decoration:none;
	background:hsla(0,100%,100%,.6) url(../img/wave.svg) no-repeat 0 bottom; background-size:80%;
	border-radius: 0 20px 0 0;
}
div.menu nav ul li a:before {
	display:block;
	font-weight:700;
	white-space:nowrap;
	line-height:1.25;
	color:#f19ec2;
	text-shadow:2px 3px 3px hsla(0,100%,100%,0.5);
}
div.menu nav ul li.about a:before {
	content:"About";
}
div.menu nav ul li.staff a:before {
	content:"Cast&Staff";
}
div.menu nav ul li.story a:before {
	content:"Story";
}
div.menu nav ul li.chara a:before {
	content:"Character";
}
div.menu nav ul li.onair a:before {
	content:"Onair";
}
div.menu nav ul li a span {
	color:#666464;
	display:inline-block;
	line-height:1.5;
	padding:0 0.5em;
	font-weight: 500;
	/*background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(201,100%,76%,.6)), to(hsla(201,100%,76%,.6)));
	background-image: linear-gradient(transparent 50%, hsla(201,100%,76%,.6) 50%);*/
}
.about div.menu nav ul li.about a:before,
.story div.menu nav ul li.story a:before,
.caststaff div.menu nav ul li.staff a:before,
.character div.menu nav ul li.chara a:before,
.onair div.menu nav ul li.onair a:before {
	color:#a6d8f0;
}

/*
div.menu nav ul li:nth-last-child(3) {
	opacity:0.5;
}
div.menu nav ul li:nth-last-child(3) a {
	cursor:default;
}
*/

@media all and (min-width: 768px) {
div.menu {
	padding:14px 0;
}
div.menu nav {
	max-width:1080px;
	margin:0 auto;
}
div.menu nav ul li {
	width:17%;
}
div.menu nav ul li:nth-child(1) {
	width:24%;
}
div.menu nav ul li:nth-child(2) {
	width:21%;
}
div.menu nav ul li:not(:last-child) {
	margin-right:1%;
}
div.menu nav ul li a {
	padding:0.75em 0 1.25em;
	-webkit-box-shadow:hsla(0, 100%, 100%,0.8) 0 0 60px 0 inset;
	box-shadow:hsla(0, 100%, 100%,0.8) 0 0 60px 0 inset;
}
}
@media all and (min-width: 980px) {
div.menu nav ul li a {
/*	border:4px solid #fff; */
}
div.menu nav ul li a:before {
	font-size:250%;
}
div.menu nav ul li a span {
	font-size:112.5%;
}
}
@media all and (min-width: 768px) and (max-width: 979px) {
div.menu nav ul li a {
/*	border:3px solid #fff; */
}
div.menu nav ul li a:before {
	font-size:200%;
}
div.menu nav ul li a span {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.menu {
	padding:2.5% 2%;
}
div.menu nav ul {
	flex-wrap:wrap;
}
div.menu nav ul li:nth-child(1), div.menu nav ul li:nth-child(2) {
	width:49%;
	margin-bottom:2%;
}
div.menu nav ul li:nth-child(1), div.menu nav ul li:nth-child(3), div.menu nav ul li:nth-child(4) {
	margin-right:2%;
}
div.menu nav ul li:nth-child(3), div.menu nav ul li:nth-child(4), div.menu nav ul li:nth-child(5) {
	width:32%;
}
div.menu nav ul li a {
	padding:0.25em 0 0.5em;
/*	border:2px solid #fff; */
	-webkit-box-shadow:hsla(0, 100%, 100%,0.8) 0 0 30px 0 inset;
	box-shadow:hsla(0, 100%, 100%,0.8) 0 0 30px 0 inset;
}
div.menu nav ul li a:before {
	font-size:7vw;
}
div.menu nav ul li a span {
	font-size:3.5vw;
}
}

/*	p.lines
============================== */
p.lines, dd.lines {
	background-position:left bottom;
	background-repeat:repeat;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:0 0.75em;
}
@media all and (min-width: 768px) {
p.lines, dd.lines {
	font-size:125%;
	background-image:url(../img/line36.png);
	line-height:36px;
	background-size:36px 36px;
}
p.lines:not(:last-child), dd.lines:not(:last-child) {
	margin-bottom:36px;
}
}
@media all and (max-width: 767px) {
p.lines, dd.lines {
	font-size:112.5%;
	background-image:url(../img/line30.png);
	line-height:30px;
	background-size:30px 30px;
}
p.lines:not(:last-child), dd.lines:not(:last-child) {
	margin-bottom:30px;
}
}


/*	.pagetop
============================== */
div.pagetop {
	position:fixed;
	transition: right ease 1s;
	display:none;
	z-index:2;
}
div.pagetop a {
	display:block;
	background-size:cover;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-repeat:no-repeat;
	background-position:right bottom;
}
@media all and (min-width: 768px) {
div.pagetop {
	bottom:20px;
}
div.pagetop-on {
	right:30px;
}
div.pagetop-off {
	right:-104px;
}
div.pagetop a {
	width:100px;
	height:100px;
}
}
@media all and (max-width: 767px) {
div.pagetop {
	bottom:72px;
}
div.pagetop-on {
	right:0;
}
div.pagetop-off {
	right:-70px;
}
div.pagetop a {
	width:68px;
	height:68px;
}
}


