@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* アクセントカラー */
/* red */
/* v */
/* YELLOW */
/* GREEN */
/* 金 */
/* 金濃い目 */
/*-------- DEFAULT --------*/
.container {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #231d0d;
  font-size: 15px;
  line-height: 1.9em;
}

strong {
  font-weight: bold;
}

#main-container section a:link {
  color: #231d0d;
  text-decoration: underline;
}

#main-container section a:hover {
  color: #878171;
  text-decoration: none;
}

#main-container section a:visited {
  color: #231d0d;
  text-decoration: underline;
}

#main-container section a:active {
  color: #878171;
  text-decoration: none;
}

/* COLOR
##################################### */
.colorBK {
  color: #000000;
}

/* BLACK */
.colorWH {
  color: #ffffff;
}

/* WHITE */
.colorR {
  color: #533B5F;
}

/* RED */
.colorPK {
  color: #E82F43;
}

/* PINK */
/* FONT
##################################### */
.font-08 {
  font-size: 60% !important;
}

.font-09 {
  font-size: 70% !important;
}

.font-10 {
  font-size: 77% !important;
}

.font-11 {
  font-size: 85% !important;
}

.font-12 {
  font-size: 93% !important;
}

.font-13 {
  font-size: 100% !important;
}

.font-14 {
  font-size: 108% !important;
}

.font-15 {
  font-size: 116% !important;
}

.font-16 {
  font-size: 123.1% !important;
}

.font-17 {
  font-size: 130% !important;
}

.font-18 {
  font-size: 150% !important;
}

.font-under {
  text-decoration: underline !important;
}

.font-bold {
  font-weight: bold !important;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px solid;
}

.cn {
  text-align: center;
}

.f_w {
  color: #fff;
}

.f_red {
  color: #533B5F;
}

.b_red {
  border-bottom: 3px solid #533B5F;
}

.b_bk {
  border-bottom: 3px solid #f1f1f3;
}

.f120 {
  font-size: 120%;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*-------- HEAD --------*/
.header {
  padding: 0 !important;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  *zoom: 1;
  overflow: hidden;
}

.header-image {
  margin: 0;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  position: relative;
}
.header-image img {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.header-image .tranceparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bg.jpg) no-repeat center top fixed #dcdcdc;
  min-width: 990px;
}
@media screen and (max-width: 990px) {
  .container-wrapper {
    background: url(../img/bg_sp.png) repeat-y center top;
    background-size: contain;
  }
}

.main-container {
  background: url(../img/title_bg.png) no-repeat center top !important;
  padding: 0 !important;
  overflow: hidden;
}

#main-container section {
  padding: 0;
  overflow: hidden;
}
#main-container section .sec_head img, #main-container section .sec_footer img {
  width: 100%;
  height: auto;
}

#main-container section#news,
#main-container section#intro,
#main-container section#story,
#main-container section#cast,
#main-container section#comment,
#main-container section#staff {
  background: url(../img/title_bg.png) no-repeat center top !important;
}

/* サイズ変更用*/
.common-title {
  margin: 20px 0;
}

.recommended-program-list {
  margin: 0 0 0 5px;
}

.recommended-program-list .prgItem {
  width: 24.7%;
}

.recommended-program-list .prgItem a .onair {
  margin-top: -1em;
}

/*-------- SNS BUTTON --------*/
.sns {
  padding: 0;
  margin: 15px 0 0 0;
  float: none;
}

/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: 40px 0 0 0;
  padding: 0 5px 10px 5px;
}
.site-bnr span {
  border: 1px #dcdcdc solid;
  max-width: 440px;
  max-height: 100px;
}
.site-bnr img {
  max-width: 440px;
  max-height: 100px;
}

.site-bnr a {
  max-width: 440px;
  max-height: 100px;
  border: 1px #dcdcdc solid;
}

.site-bnr a:hover {
  max-width: 440px;
  max-height: 100px;
  border: 1px #C48F00 solid;
}

#btnPagetop {
  z-index: 30;
}

#sb-container {
  display: none !important;
}

hr.kugiri {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
/* page-nav */
.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.page-nav {
  width: 100%;
  margin: 0;
  text-align: center;
  list-style: none;
  background: #000000;
  background-color: #000000;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF323232');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #000000), color-stop(80%, #323232));
  background-image: -moz-linear-gradient(top, #000000 20%, #323232 80%);
  background-image: -webkit-linear-gradient(top, #000000 20%, #323232 80%);
  background-image: linear-gradient(to bottom, #000000 20%, #323232 80%);
}

.page-nav ul {
  background: none;
  box-shadow: none;
  background: url(../img/nav_bg.png) top repeat-x !important;
  background-size: auto !important;
  border-radius: 0;
  border: none;
}

.page-nav ul.menu {
  width: 100%;
  margin: 0 auto;
}

.page-nav ul.menu li.btn {
  width: 16.65%;
  position: relative;
  float: left;
  border-radius: 0;
  margin: 0 0;
}

.page-nav ul.menu li.btn a, .page-nav ul.menu li.btn a:visited, .page-nav ul.menu li.btn a:hover {
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  color: #001115;
  height: 30px;
  padding: 10px 0 25px 0;
  text-shadow: 0px 1px 0 #C48F00;
  border-radius: 0;
}
.page-nav ul.menu li.btn a span.mini, .page-nav ul.menu li.btn a:visited span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #D4AE00;
  line-height: 1.6em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.page-nav ul.menu li.btn a.active, .page-nav ul.menu li.btn a:hover {
  color: #001115;
  box-shadow: none;
  text-shadow: -1px 1px 12px #fff, 1px -1px 12px #fff;
  clear: both;
  height: 30px;
  padding: 10px 0 25px 0;
  background: none;
}
.page-nav ul.menu li.btn a.active span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  margin: 0;
  padding: 0;
  color: #D4AE00;
  font-weight: bold;
}

ul.menu li a.sub {
  float: left;
  zoom: 1;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  margin: 5px 0 5px 0;
  padding: 2px 0 2px 30px;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  clear: both;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  border: none;
  background: none;
}

ul.menu li a.sub:hover {
  color: #C48F00;
  box-shadow: none;
  background: none;
}

.top-br {
  clear: both;
}

/*--------------------------------------
  TOPPAGE
---------------------------------------*/
.main-container section h1#s-title {
  margin: 30px auto 55px auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #001115;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section h1#s-title span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  display: block;
}
.main-container section h1#s-title2 {
  margin: 80px auto 50px auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #001115;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section h1#s-title2 span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  display: block;
}
.main-container section .titWaku {
  clear: both;
  margin: 0;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #D4D4D5;
}
.main-container section .titWaku h2 {
  font-size: 140%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
  color: #001115;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section .titWaku h2 span {
  font-size: 28px;
  line-height: 1.9em;
}
.main-container section .titWaku .ndate {
  display: block;
  clear: both;
  font-size: 12px;
  padding: 0;
  letter-spacing: 1px;
  color: #925d00;
  font-family: 'Oswald', sans-serif;
  text-align: right;
}
.main-container section .inner {
  background: url(../img/main_bg.png) no-repeat left top rgba(255, 255, 255, 0.4);
  border: 1px solid #f0f0f0;
  padding: 40px;
}
.main-container section .inner .phleft {
  float: left;
  display: block;
  margin: 0 20px 20px 0;
}
.main-container section .inner .phleft img {
  border: 1px solid #f0f0f0;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.main-container section .inner .phright {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
.main-container section .inner .phright img {
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.main-container section .inner .phcenter {
  text-align: center;
  display: block;
  margin: 10px auto 20px auto;
  max-width: 640px;
}
.main-container section .inner .phcenter img {
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.main-container section .inner .phcenter2 {
  text-align: center;
  display: block;
  margin: 10px auto 20px auto;
  max-width: 420px;
}
.main-container section .inner .phcenter2 img {
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.main-container section .inner h2 {
  font-size: 140%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #001115;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section .inner h2 span {
  font-size: 28px;
  line-height: 1.9em;
}
.main-container section .inner h3 {
  font-size: 120%;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #925d00;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section .inner h4 {
  font-size: 110%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #001115;
  text-shadow: 0px 1px 0 #fff;
}
.main-container section .inner h4 span {
  font-size: 28px;
  line-height: 1.9em;
}
.main-container section .inner p {
  margin-bottom: 30px;
}

/*-------- CAST --------*/
section#cast h2.cast_group {
  margin-bottom: 40px;
  padding: 5px;
  border: 1px solid #042f33;
  color: #00070b;
}
section#cast span.cast_name {
  font-size: 120%;
  color: #00070b;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
section#cast span.cast_name span {
  font-size: 14px;
}
section#cast .castphoto {
  float: left;
  margin: 0 20px 20px 0;
  pointer-events: none;
}
section#cast .chart_img {
  text-align: center;
  margin: 0 auto 50px auto;
  position: relative;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
section#cast .chart_img img {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
section#cast .mapImage {
  position: relative;
  z-index: 0;
}
section#cast .tranceparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/*-------- STAFF --------*/
section#staff dl {
  text-align: center;
  margin: 0 auto;
}
section#staff dt {
  margin: 0 0 20px 0;
  font-size: 120%;
  font-weight: bold;
  width: 100%;
  color: #242224;
}
section#staff dd {
  margin: 0 0 20px 0;
  font-size: 100%;
  width: 100%;
  line-height: 2.1em;
}
