@charset "SHIFT-JIS";
[v-cloak] {
  display: none;
}
#category {
  position: relative;
}
#category-nav {
  background-color: none;
}
#category-header {
  background-color: #fff;
}
/* モジュール内の余白 */
#category-nav {
  padding: 0;
  margin: 40px 0 10px 0;
}
#category-header {
  padding: 15px 15px 0 15px;
}

#category-recommend,
#category-banner,
#category-program {
  padding: 60px 15px;
}
.category-home #category-header {
  padding: 15px 0px 0px 0px
}
#contentBody #category.category-home h2 {
  border:none;
  font-size:30px
}
.category-home #category-program {
  margin-top: 40px;
}
/* モジュール間の余白 */
#category-recommend {
  margin-top: 40px;
}
.category-section {
  padding-top: 60px;
  z-index: 1;
}
.category-section-bk01.category-program::before {
    background: #f8dbdb;
}
.category-section-bk02.category-program::before {
    background: #e4f3f2;
}
.category-section-bk03.category-program::before {
    background: #fcd9b0;
}
.category-section-bk22.category-program::before {
    background: #e9f4e6;
}
.category-recommend,
.category-program {
  position: relative;
}
.category-recommend::before,
.category-program::before {
  position: absolute;
  top: 0;
  right: -200%;
  bottom: 0;
  left: -200%;
  content: "";
  display: block;
  background: #f8f8f8;
  z-index: -1;
}
/* ヘッダー */
#category-header,
.recommend-header,
.banner-header,
.program-header {
  text-align: center;
}
.recommend-header-subtitle,
.banner-subtitle,
.program-subtitle {
  font-size: 16px;
}
.header-title {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.recommend-header-title,
.banner-title,
.program-title {
  font-size: 30px;
  margin-bottom: 15px;
}
/* カード */
.card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card::after {
  position: absolute;
  top: -10px;
  left: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/icon_ssv_series.png");
  background-repeat: no-repeat;
}
.card.ssv::after {
  content: '';
  width: 90px;
  height: 28px;
  background-position: 0 -41px;
}
.card[data-program-id*="202103"].ssv::after,
.card[data-program-id*="20210425"].ssv::after,
.card[data-program-id*="20210520"].ssv::after,
.card[data-program-id*="20210524"].ssv::after,
.card[data-program-id*="20210525"].ssv::after,
.card[data-program-id*="20210526"].ssv::after,
.card[data-program-id*="20210527"].ssv::after,
.card[data-program-id*="20210625"].ssv::after,
.card[data-program-id*="20210725"].ssv::after,
.card[data-program-id*="20210825"].ssv::after,
.card[data-program-id*="20210925"].ssv::after,
.card[data-program-id*="20211025"].ssv::after,
.card[data-program-id*="20211125"].ssv::after,
.card[data-program-id*="20211225"].ssv::after,
.card[data-program-id*="20220125"].ssv::after,
.card[data-program-id*="20220225"].ssv::after,
.card[data-program-id*="20220325"].ssv::after {
  height: 30px;
  background-image: url("/com/images/common/premium_ssv_s.png");
  background-position: 0 0;
}
.card.ggv::after {
  content: '';
  width: 90px;
  height: 28px;
  background-position: 0 -114px;
}
.card-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.oa-time {
  font-weight: bold;
  margin-top: 10px;
}
.date,
.day,
.time {
  display: inline-block;
letter-spacing: 0.05em;
}
.date {
  font-size: 26px;
}
.day {
  font-size: 16px;
}
.time {
  font-size: 18px;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
/* ボタン */
.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.button-list .button {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  height: 38px;
  color: #666;
  font-size: 15px;
  overflow: visible;
  text-decoration: none;
  margin: 0;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  padding: 0 5px;
  cursor: pointer;
}
.recommend-body .button {
  font-size: 14px;
  padding: 0 12px;
}
.program-body .button {
  font-size: 15px;
  padding: 0 45px;
}
.pg-input {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  width: 400px;
  color: #333;
  border: 0;
  border: solid 1px #a0a0a0;
  margin: 0;
  border-radius: 5px;
  line-height: 38px;
  height: 40px;
}
.pg-input.empty {
  background-color: #fdecf6;
  color: #666;
}
.pg-btn-submit {
  letter-spacing: 0;
  text-align: center;
}
.pg-btn-submit a {
  display: inline-block;
  border-radius: 10px;
  padding: 17px 40px;
  line-height: 1;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}
.pg-btn-submit a:hover {
  opacity: 0.7;
}
.pg-register-btn-list {
  text-align: center;
}
.pg-register-btn-list .pg-btn-submit {
  display: inline-block;
}
.pg-register-btn-list .pg-btn-submit a {
  padding-left: 40px;
  padding-right: 40px;
}
.pg-register-btn-list:last-child {
  padding-bottom: 40px;
}
.pg-btn-back {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 56px;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #666;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-indent: 20px;
}
.pg-btn-back:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -3298px;
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
.pg-btn-back:hover {
  opacity: 0.7;
}
.pg-item-register-btn.onair {
  color: #77b716;
}
.pg-item-register-btn.onair:not(.registered):hover {
  -webkit-filter: none;
  filter: none;
  color: #77b716;
  opacity: 0.7;
}
.pg-item-register-btn.onair.registered {
  -webkit-filter: none;
  filter: none;
  color: #fff;
  background: #77b716;
  border: none;
  cursor: default;
  opacity: 1;
}
.pg-item-register-btn.onair.registered:after {
  content: '番組お知らせ登録済';
}
.pg-item-register-btn.onair:after {
  content: '番組お知らせ登録';
}
.pg-item-register-btn.onair:before {
  display: inline-block;
  content: none;
  width: 21px;
  height: 16px;
  -webkit-transform: translateX(-8px) translateY(2px);
  transform: translateX(-8px) translateY(2px);
}
/* ナビ */
.category-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.category-nav-list a {
  background: #f8f8f8;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 320px;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  text-decoration: none;
}
.category-section-bk01 .card-subtitle{
    color: #ea616f;
    font-size: 95%;
}
.category-section-bk02 .card-subtitle{
    color: #55aab2;
    font-size: 95%;
}
.category-section-bk03 .card-subtitle{
    color: #ee781e;
    font-size: 95%;
}
.category-section-bk22 .card-subtitle{
  color: #7fbe26;
  font-size: 95%;
}
.category-nav-list .cate01 a:hover {
  background: #ea616f;
  color: #fff;
}
.category-nav-list .cate02 a:hover {
    background: #55aab2;
    color: #fff;
}
.category-nav-list .cate03 a:hover {
    background: #ee781e;
    color: #fff;
}
.category-nav-list .active_cate01  {
  background: #ea616f;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 320px;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  text-decoration: none;
  height: 24px;
}
.category-nav-list .active_cate01::before {
  content: "";
  position: absolute;
  border: solid 8px transparent;
  border-top: solid 10px #ea616f;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.category-nav-list .active_cate02  {
    background: #55aab2;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 320px;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    height: 24px;
}
.category-nav-list .active_cate02::before {
    content: "";
    position: absolute;
    border: solid 8px transparent;
    border-top: solid 10px #55aab2;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.category-nav-list .active_cate03  {
    background: #ee781e;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 320px;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    height: 24px;
}
.category-nav-list .active_cate03::before {
    content: "";
    position: absolute;
    border: solid 8px transparent;
    border-top: solid 10px #ee781e;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ヘッダー */
.header-subtitle {
  margin-top: 30px;
}
/* レコメンド */
.recommend-body {
  margin-top: 40px;
}
.recommend-body .card-image {
  width: 100%;
}
.recommend-body .card-aside,
.recommend-body .card-body {
  margin-top: 10px;
}
.display-programs,
.accordion-programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-programs .card,
.accordion-programs .card {
  background-color: #fff;
  width: 310px;
  padding: 20px 17px;
}
.display-programs .card:nth-of-type(3n+2),
.accordion-programs .card:nth-of-type(3n+2),
.display-programs .card:nth-of-type(3n+3),
.accordion-programs .card:nth-of-type(3n+3) {
  margin-left: 10px;
}
.display-programs .card:nth-of-type(n+4) {
  margin-top: 25px;
}
.accordion-programs .card {
  margin-top: 10px;
}
/* バナー */
.banner-body {
  margin-top: 50px;
}
.display-banners,
.accordion-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner {
  width: 225px;
}
.banner:not(:nth-of-type(4n+1)) {
  margin-left: 5px;
}
.banner .caption {
  text-align: center;
}
.display-banners .banner:nth-of-type(n+5) {
  margin-top: 10px;
}
.accordion-banners .banner {
  margin-top: 10px;
}
.accordion-button {
  display: block;
  width: 280px;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  color: #666 !important;
  border-radius: 5px;
  margin: 40px auto 0;
  text-align: center;
}
.accordion-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.accordion-button:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 7px;
  background-image: url("/img/arrow_down.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.accordion-button.close:before {
  background-image: url("/img/arrow_up.png");
}
/* 番組一覧 */
.program-body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.program-body .card {
  background-color: #fff;
  padding: 20px;
  width: 465px;
}
.program-body .card:nth-of-type(2n) {
  margin-left: 20px;
}
.program-body .card:nth-of-type(n+3) {
  margin-top: 20px;
}
.program-body .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.program-body .card-title {
  font-weight: normal;
}
.program-body .card-sidebar {
  width: 300px;
}
.program-body .card-aside {
  margin-left: 10px;
}
.program-body .card-image {
  width: 115px;
}
.program-body .oa-time {
  margin-top: 0;
  margin-bottom: 5px;
}
.program-footer {
  padding: 20px 0 0;
}
/* modal */
#gheader-wrap {
  position: relative;
}
.pc-detail-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 65535;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pc-detail-outer.active {
  opacity: 1;
}
.pc-detail-clickable-area {
  position: absolute;
  z-index: 65538;
  background-color: #222;
  background-color: rgba(0,0,0,0.75);
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 65536px;
}
.pc-detail-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 41px;
  height: 64px;
  background-position: 0 -1203px;
  content: "";
  z-index: 65538;
  cursor: pointer;
}
.pc-detail-wrapper,
.pc-register-wrapper {
  position: absolute;
  text-align: left;
  z-index: 65542;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
}
#fancybox-overlay {
  z-index: 999988;
}
#fancybox-wrap {
  z-index: 999990;
}
.pg-popup-message {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  padding: 6px 10px;
  margin: 0 4px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
  z-index: 1024;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  line-height: 1.6;
}
.pg-popup-message.active:not(.already-shown) {
  display: block;
  opacity: 1;
  -webkit-animation-name: toInvisible;
  animation-name: toInvisible;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.pg-popup-message:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #333;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: "";
  z-index: 1027;
}
.pg-register-label {
  font-size: 18px;
  font-weight: bold;
}
.pg-register-text {
  font-size: 14px;
}
.pg-register-subject {
  margin: 30px 0;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.pg-register-subject:before {
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 15px;
  content: "";
  background-color: #e93399;
  vertical-align: middle;
}
.pg-input-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pg-input-wrapper .txt-important {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f60;
}
#document .pg-btn-back:link,
#document .pg-btn-back:active,
#document .pg-btn-back:visited,
#document .pg-btn-back:hover {
  color: #666;
  text-decoration: none;
}
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
.pagetop a {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: 0 -1277px;
}
