@charset "UTF-8";
/* ==============================================
 * NEWS
 *
 * @date 2016-01-07
 * @include _news
 *
 * memo:
 *
 * ============================================== */
.pc {
  /* モーダルページ イントロダクション */ }
  .pc #page .ttl-main {
    float: left; }
  .pc .categories {
    float: right;
    overflow: hidden; }
    .pc .categories li {
      float: left; }
      .pc .categories li a {
        position: relative;
        display: block; }
        .pc .categories li a .hover {
          content: "";
          display: block;
          width: 0px;
          height: 20px;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 1; }
      .pc .categories li .act img {
        opacity: 0;
        filter: alpha(opacity=0); }
    .pc .categories .outline a .hover,
    .pc .categories .outline a.act {
      background: url("../img/about/menu_filter_outline_ov.png") no-repeat 0 0; }
    .pc .categories .onair a .hover,
    .pc .categories .onair a.act {
      background: url("../img/about/menu_filter_onair_ov.png") no-repeat 0 0; }
    .pc .categories .staff a .hover,
    .pc .categories .staff a.act {
      background: url("../img/about/menu_filter_staff_ov.png") no-repeat 0 0; }
  .pc #entries-outline {
    width: 1000px;
    padding: 70px 0 0;
    zoom: 1; }
    .pc #entries-outline:after {
      content: "";
      clear: both;
      display: block; }
    .pc #entries-outline .entry {
      zoom: 1; }
      .pc #entries-outline .entry:after {
        content: "";
        clear: both;
        display: block; }
  .pc #entries-onair {
    width: 1000px;
    padding: 70px 0 0;
    zoom: 1; }
    .pc #entries-onair:after {
      content: "";
      clear: both;
      display: block; }
    .pc #entries-onair .entry {
      zoom: 1;
      margin: 0 0 100px 0; }
      .pc #entries-onair .entry:after {
        content: "";
        clear: both;
        display: block; }
    .pc #entries-onair a:link, .pc #entries-onair a:visited {
      color: #4f4843;
      text-decoration: underline; }
    .pc #entries-onair a:hover, .pc #entries-onair a:active {
      color: #4f4843;
      text-decoration: none;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6; }
    .pc #entries-onair .entry-left {
      width: 490px;
      float: left;
      line-height: 1.6em; }
    .pc #entries-onair h3 {
      color: #139371;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 1.5em;
      text-indent: -0.5em; }
    .pc #entries-onair .onair-table {
      border-left: #69635f solid 1px;
      margin: 0 0 10px 0;
      width: 100%; }
      .pc #entries-onair .onair-table th {
        background-color: #4F4843;
        color: #ffffff;
        text-align: center;
        border-right: #4F4843 solid 1px;
        padding: 5px 0;
        font-weight: normal;
        font-size: 11px; }
      .pc #entries-onair .onair-table td {
        padding: 5px 10px;
        border-right: #69635f solid 1px;
        border-bottom: #69635f solid 1px;
        font-size: 12px;
        line-height: 1.5em; }
      .pc #entries-onair .onair-table tr.none-border td {
        border-bottom: none;
        padding: 1px 10px; }
    .pc #entries-onair .onair-caps {
      font-size: 12px; }
    .pc #entries-onair .entry-right {
      width: 482px;
      float: right; }
      .pc #entries-onair .entry-right p {
        border: #139371 solid 1px;
        border-radius: 2px; }
        .pc #entries-onair .entry-right p img {
          vertical-align: middle; }
    .pc #entries-onair .radio-cast {
      font-size: 15px;
      font-weight: bold;
      margin: 0 0 15px 0; }
    .pc #entries-onair .radio-caps {
      line-height: 1.6em;
      margin: 0 0 30px 0;
      font-size: 12px; }
      .pc #entries-onair .radio-caps span {
        font-size: 11px; }
    .pc #entries-onair .radio-comment-s {
      font-size: 20px;
      text-indent: -0.5em; }
    .pc #entries-onair .radio-comment-e1 {
      margin: -20px 0 30px 290px;
      font-size: 20px; }
    .pc #entries-onair .radio-comment {
      font-size: 14px;
      line-height: 2em;
      margin: -20px 0 5px 20px;
      text-decoration: underline; }
    .pc #entries-onair .radio-name {
      font-size: 12px;
      margin: 0 0 0 20px; }
    .pc #entries-onair h4 {
      margin: 0 0 10px 0;
      color: #139371;
      font-size: 16px;
      font-weight: bold; }
  .pc #entries-staff {
    width: 1000px;
    padding: 70px 0 0;
    zoom: 1; }
    .pc #entries-staff:after {
      content: "";
      clear: both;
      display: block; }
    .pc #entries-staff .entry {
      zoom: 1; }
      .pc #entries-staff .entry:after {
        content: "";
        clear: both;
        display: block; }
    .pc #entries-staff .entry-staff {
      width: 450px;
      float: left;
      display: table; }
    .pc #entries-staff .staff-left {
      width: 210px;
      display: table-cell; }
    .pc #entries-staff .staff-right {
      display: table-cell; }
    .pc #entries-staff .staff-left a, .pc #entries-staff .staff-right a {
      display: block;
      width: 70%;
      text-align: center;
      border: #139371 solid 1px;
      padding: 3px 0;
      margin: 5px 0 0 0;
      color: #139371;
      font-size: 11px;
      font-weight: bold; }
    .pc #entries-staff .staff-left a:link, .pc #entries-staff .staff-left a:visited, .pc #entries-staff .staff-right a:link, .pc #entries-staff .staff-right a:visited {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .pc #entries-staff .staff-left a:hover, .pc #entries-staff .staff-left a:active, .pc #entries-staff .staff-right a:hover, .pc #entries-staff .staff-right a:active {
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6; }
    .pc #entries-staff .staff-left dl, .pc #entries-staff .staff-right dl {
      margin: 0 0 20px 0; }
    .pc #entries-staff .staff-left dt, .pc #entries-staff .staff-right dt {
      color: #139371;
      font-size: 11px;
      display: inline-block;
      border-bottom: #139371 solid 1px;
      line-height: 1.4em;
      margin: 0 0 8px 0; }
    .pc #entries-staff .staff-left dd, .pc #entries-staff .staff-right dd {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.4em; }
      .pc #entries-staff .staff-left dd span, .pc #entries-staff .staff-right dd span {
        font-size: 12px; }
    .pc #entries-staff .entry-cast {
      width: 500px;
      float: right;
      display: table; }
    .pc #entries-staff .cast-left {
      width: 210px;
      display: table-cell;
      vertical-align: top; }
    .pc #entries-staff .cast-right {
      display: table-cell;
      vertical-align: top; }
    .pc #entries-staff .cast-left .box, .pc #entries-staff .cast-right .box {
      zoom: 1;
      margin: 0 0 15px 0; }
      .pc #entries-staff .cast-left .box:after, .pc #entries-staff .cast-right .box:after {
        content: "";
        clear: both;
        display: block; }
    .pc #entries-staff .cast-left .cast-img, .pc #entries-staff .cast-right .cast-img {
      width: 70px;
      float: left; }
    .pc #entries-staff .cast-left .cast-chara, .pc #entries-staff .cast-right .cast-chara {
      float: left;
      font-weight: bold;
      padding: 25px 0 0 5px; }
      .pc #entries-staff .cast-left .cast-chara span, .pc #entries-staff .cast-right .cast-chara span {
        font-weight: normal;
        color: #139371;
        font-size: 11px;
        display: inline-block;
        border-bottom: #139371 solid 1px;
        line-height: 1.4em;
        margin: 0 0 8px 0;
        display: inline-block; }
  .pc #msg {
    background-color: rgba(0, 0, 0, 0.9); }
    .pc #msg .inner {
      background-color: rgba(255, 255, 255, 0.7); }
    .pc #msg .ttl-main {
      text-align: center;
      padding: 76px 0 60px;
      line-height: 0; }
    .pc #msg .ttl {
      text-align: center;
      padding: 0 0 22px;
      line-height: 0; }
    .pc #msg .lead {
      color: #000;
      text-align: center;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
      font-size: 15px;
      line-height: 30px;
      padding: 0 0 58px; }
    .pc #msg .name {
      text-align: center;
      padding: 0 0 70px; }

/* ==============================================
 * ABOUT
 *
 * @date 2016-01-07
 * @include _about
 *
 * memo:
 *
 * ============================================== */
.sp {
  /* モーダルページ イントロダクション */ }
  .sp #page .ttl-main {
    text-align: center;
    padding: 30px 0 0; }
  .sp .categories {
    padding: 30px 0 0;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }
    .sp .categories li {
      display: table-cell; }
      .sp .categories li a {
        position: relative;
        display: block; }
        .sp .categories li a .hover {
          content: "";
          display: block;
          width: 0px;
          height: 20px;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 1; }
      .sp .categories li .act img {
        opacity: 0;
        filter: alpha(opacity=0); }
    .sp .categories .outline a .hover,
    .sp .categories .outline a.act {
      background: url("../img/about/menu_filter_outline_ov.png") no-repeat 0 0; }
    .sp .categories .onair a .hover,
    .sp .categories .onair a.act {
      background: url("../img/about/menu_filter_onair_ov.png") no-repeat 0 0; }
    .sp .categories .staff a .hover,
    .sp .categories .staff a.act {
      background: url("../img/about/menu_filter_staff_ov.png") no-repeat 0 0; }
  .sp #entries-outline {
    width: 100%;
    padding: 70px 0 0;
    zoom: 1; }
    .sp #entries-outline:after {
      content: "";
      clear: both;
      display: block; }
    .sp #entries-outline .entry {
      zoom: 1; }
      .sp #entries-outline .entry:after {
        content: "";
        clear: both;
        display: block; }
  .sp #entries-onair {
    width: 100%;
    padding: 30px 0 0;
    zoom: 1; }
    .sp #entries-onair:after {
      content: "";
      clear: both;
      display: block; }
    .sp #entries-onair .entry {
      zoom: 1;
      margin: 0 0 50px 0; }
      .sp #entries-onair .entry:after {
        content: "";
        clear: both;
        display: block; }
      .sp #entries-onair .entry:first-child .entry-right {
        display: none; }
    .sp #entries-onair a:link, .sp #entries-onair a:visited {
      color: #4f4843;
      text-decoration: underline; }
    .sp #entries-onair a:hover, .sp #entries-onair a:active {
      color: #4f4843;
      text-decoration: none;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6; }
    .sp #entries-onair .entry-left {
      width: 100%;
      line-height: 1.6em; }
    .sp #entries-onair h3 {
      color: #139371;
      font-size: 15px;
      margin: 0 0 15px 0;
      line-height: 20px;
      text-indent: -0.5em; }
    .sp #entries-onair .onair-table {
      border-left: #69635f solid 1px;
      margin: 0 0; }
      .sp #entries-onair .onair-table th {
        background-color: #4F4843;
        color: #ffffff;
        text-align: center;
        border-right: #4F4843 solid 1px;
        padding: 5px 0;
        font-weight: normal;
        font-size: 12px; }
      .sp #entries-onair .onair-table td {
        padding: 3px 6px;
        border-right: #69635f solid 1px;
        border-bottom: #69635f solid 1px;
        font-size: 12px;
        line-height: 16px; }
    .sp #entries-onair .onair-caps {
      font-size: 11px; }
    .sp #entries-onair .entry-right {
      width: 100%;
      margin-top: 15px; }
      .sp #entries-onair .entry-right img {
        width: 100%;
        height: auto; }
      .sp #entries-onair .entry-right p {
        border: #139371 solid 1px;
        border-radius: 2px; }
        .sp #entries-onair .entry-right p img {
          vertical-align: middle; }
    .sp #entries-onair .radio-cast {
      font-size: 13px;
      font-weight: bold;
      line-height: 16px;
      margin: 0 0 15px 0; }
    .sp #entries-onair .radio-caps {
      line-height: 18px;
      margin: 0 0 30px 0;
      font-size: 12px; }
      .sp #entries-onair .radio-caps span {
        font-size: 11px; }
    .sp #entries-onair .radio-comment-s {
      display: none; }
    .sp #entries-onair .radio-comment-e1 {
      display: none; }
    .sp #entries-onair .radio-comment {
      font-size: 14px;
      line-height: 2em;
      margin: 0px 0 5px 0; }
    .sp #entries-onair .radio-name {
      font-size: 12px;
      margin: 0 0 0 0; }
    .sp #entries-onair h4 {
      margin: 0 0 10px 0;
      color: #139371;
      font-size: 16px;
      font-weight: bold; }
  .sp #entries-staff {
    width: 100%;
    padding: 30px 0 0;
    zoom: 1; }
    .sp #entries-staff:after {
      content: "";
      clear: both;
      display: block; }
    .sp #entries-staff .entry {
      zoom: 1; }
      .sp #entries-staff .entry:after {
        content: "";
        clear: both;
        display: block; }
    .sp #entries-staff .entry-staff {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .sp #entries-staff .staff-left a, .sp #entries-staff .staff-right a {
      display: block;
      width: 70%;
      text-align: center;
      border: #139371 solid 1px;
      padding: 3px 0;
      margin: 5px 0 0 0;
      color: #139371;
      font-size: 11px;
      font-weight: bold; }
    .sp #entries-staff .staff-left a:link, .sp #entries-staff .staff-left a:visited, .sp #entries-staff .staff-right a:link, .sp #entries-staff .staff-right a:visited {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .sp #entries-staff .staff-left a:hover, .sp #entries-staff .staff-left a:active, .sp #entries-staff .staff-right a:hover, .sp #entries-staff .staff-right a:active {
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6; }
    .sp #entries-staff .staff-left dl, .sp #entries-staff .staff-right dl {
      margin: 0 0 20px 0; }
    .sp #entries-staff .staff-left dt, .sp #entries-staff .staff-right dt {
      color: #139371;
      font-size: 11px;
      display: inline-block;
      border-bottom: #139371 solid 1px;
      line-height: 16px;
      margin: 0 0 4px 0; }
    .sp #entries-staff .staff-left dd, .sp #entries-staff .staff-right dd {
      font-size: 13px;
      font-weight: bold;
      line-height: 16px; }
      .sp #entries-staff .staff-left dd span, .sp #entries-staff .staff-right dd span {
        font-size: 12px; }
    .sp #entries-staff .entry-cast {
      width: 100%;
      padding-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .sp #entries-staff .cast-left {
      vertical-align: top; }
    .sp #entries-staff .cast-right {
      vertical-align: top; }
    .sp #entries-staff .cast-left .box, .sp #entries-staff .cast-right .box {
      zoom: 1;
      margin: 0 0 15px 0; }
      .sp #entries-staff .cast-left .box:after, .sp #entries-staff .cast-right .box:after {
        content: "";
        clear: both;
        display: block; }
    .sp #entries-staff .cast-left .cast-img, .sp #entries-staff .cast-right .cast-img {
      width: 70px;
      float: left; }
    .sp #entries-staff .cast-left .cast-chara, .sp #entries-staff .cast-right .cast-chara {
      float: left;
      font-size: 13px;
      font-weight: bold;
      padding: 25px 0 0 5px; }
      .sp #entries-staff .cast-left .cast-chara span, .sp #entries-staff .cast-right .cast-chara span {
        font-weight: normal;
        color: #139371;
        font-size: 11px;
        display: inline-block;
        border-bottom: #139371 solid 1px;
        line-height: 1.4em;
        margin: 0 0 8px 0;
        display: inline-block; }
  .sp #msg {
    background-color: rgba(0, 0, 0, 0.9); }
    .sp #msg .inner {
      background-color: rgba(255, 255, 255, 0.7); }
    .sp #msg .ttl-main {
      text-align: center;
      padding: 70px 0 45px;
      margin: 0 auto;
      width: 100%;
      line-height: 0; }
      .sp #msg .ttl-main img {
        width: 100%;
        height: auto; }
    .sp #msg .ttl {
      text-align: center;
      padding: 0 0 15px;
      margin: 0 auto;
      width: 66%;
      line-height: 0; }
      .sp #msg .ttl img {
        width: 100%;
        height: auto; }
    .sp #msg .lead {
      color: #000;
      text-align: center;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
      font-size: 15px;
      line-height: 30px;
      padding: 0 0 50px; }
      .sp #msg .lead:last-child {
        padding: 0 0 40px; }
    .sp #msg .name {
      text-align: center;
      padding: 0 0 70px;
      margin: 0 auto;
      width: 100%; }
      .sp #msg .name img {
        width: 100%;
        height: auto; }
