@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*ここから自己*/
*{
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
  color: #333;
  z-index: 0;
}
a {
	display: inline-block;
}
p {
  line-height: 1.2;
  margin-bottom: 10px;
}
ul#pathNav {
  width: 100%;
  max-width: 1400px;
  background: url(https://www.bs11.jp/enjoyment/live_anisondays_2019/images/bg_02.png) !important;
  padding: 15px 150px !important;
}
body#enjoyment #main {
  padding: 0;
}
.background {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top:0;
  background-image: url(../../images/bg_01_SP.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: -2;
}
.inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: url(../../images/bg_02.png);
  background-size: 100% auto;
}
.logo {
  width: 80%;
  max-width: 1050px;
  margin: 15px 0;
}
.sub {
  margin-bottom: 30px;
}
.sub img {
  width: 45%;
}
.text {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #574c4d;
}
.anisondays {
  padding-top: 15px;
}
.anisondays img {
  width: 220px;
}
section.cast {
  margin-bottom: 60px;
}
h9 img {
  height: 35px;
  width: auto;
  margin-bottom: 20px;
}
.about h9 img {
  width: 80vw;
  height: auto;
}
.castbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.castbox figure {
  margin: 0 10px;
}
.castbox img {
  border: 1px solid #bfbfbf;
  width: 35vw;
}
.castbox figcaption {
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  color: #574c4d;
}
.guest {
  margin: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #574c4d;
}
.BT a {
  margin-top: 30px;
}
.BT a:hover {
  color:#cc0023;
  transition: ease 0.3s;
}
table.tlv01 {
  width: 302px;
  margin: 15px auto 1px;
  border: solid 1px;
}
.tlv01 th, .tlv01 td {
  display: inline-block;
  width: 100px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px;
}
table.tlv02 th {
  width: 200px;
  height: 30px;
}
table.tlv02 td {
  height: 30px;
}
table.tlv01 th {
  line-height: 60px;
}
table.tlv02 th,table.tlv02 td {
    line-height: 30px;
}
.tlv01 td {
  line-height: 30px;
}.tlv02 tr {
  height: 30px;
  display: flex;
}
