@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;
}
.onlySP {
  display: none;
}
@media (max-width: 480px) {
  .onlySP{
    display: inherit;
  }
  .onlyPC {
    display: none;
  }
 }


/*ここから自己*/
*{
  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;
  line-height: 1.4 !important;
}
ul#pathNav {
  -webkit-box-shadow: 0px 2px 10px 0px #ccc;
  -moz-box-shadow: 0px 2px 10px 0px #ccc;
  box-shadow: 0px 2px 10px 0px #ccc;
}
.contentInner a {
	display: inline-block;
}
div#main {
  padding-bottom: 0 !important;
}
.background {
  background-image: url(../images/bg_01.jpg);
  background-size: cover;
}
.contentInner {
  background-color: #fff;
  width: 1240px;
  margin: 0 auto;
  padding: 90px 30px;
  font-size: 16px;
}
.contentInner h1 {
  margin-bottom: 90px;
}
.contentInner h1 img {
  width: 100%;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.season {
  display: flex;
  text-align: center;
  width: 580px;
  margin-bottom: 60px;
}
.season .keyVisual img {
  width: 250px;
}
.textBox {
  padding: 15px;
}
.copylight {
  font-size: 10px;
  margin-bottom: 15px;
}
.textBox p {
  text-align: left;
  margin-bottom: 15px;
}
span.onairTime {
  font-size: 18px;
  font-weight: bold;
}
.season .BT a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #0083a5;
  text-decoration: none;
  padding: 7px 45px 5px;
  transition: 0.5s;
}
.season .BT a:hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0,131,165,1);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0,131,165,1);
  box-shadow: 0px 0px 10px 6px rgba(0,131,165,1);
}
.schedule{
  text-align: center;
  margin-bottom: 150px;
}
.schedule h2 {
  margin-bottom: 45px;
}
.movie {
  position: relative;
  padding: 60px;
}
.movie h2 {
  text-align: center;
  margin-bottom: 45px;
}
.movie .textBox {
  width: 590px;
}
.corner {
  position: absolute;
  z-index: -1;
}
.lt {
  top:0;
  left: 0;
}
.rt {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.rb {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.lb {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.moviewrap {
  display: flex;
  justify-content: space-around;
}
.h3wrap {
  display: flex;
  margin-bottom: 15px;
}
.movie .BT {
  text-align: center;
}
.movie .BT a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #922926;
  text-decoration: none;
  padding: 7px 45px 5px;
  transition: 0.5s;
}
.movie .BT a:hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(146,41,38,1);
  -moz-box-shadow: 0px 0px 10px 6px rgba(146,41,38,1);
  box-shadow: 0px 0px 10px 6px rgba(146,41,38,1);
}