@charset "SHIFT-JIS";
/* 共通 */
[v-cloak] {
  display: none;
}
.category-section {
  padding: 40px 20px;
}
.category-section-bk01.category-program {
    background: #f8dbdb;
}
.category-section-bk02.category-program {
    background: #e4f3f2;
}
.category-section-bk03.category-program {
    background: #fcd9b0;
}
.category-section-bk22.category-program {
    background: #e9f4e6;
}
.category-section-bk01 .card-subtitle{
    color: #ea616f;
}
.category-section-bk02 .card-subtitle{
    color: #55aab2;
}
.category-section-bk03 .card-subtitle{
    color: #ee781e;
}
.category-section-bk22 .card-subtitle{
    color: #7fbe26;
}

.category-recommend,
.category-program {
  background: #f8f8f8;
}
#category-nav {
  padding: 15px 0;
}
#category-header {
  padding: 5px 20px;
}
.cate-header-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cate-header-title span {
  font-size: 90%;
}
.subtitle {
  font-size: 15px;
  margin-bottom: 10px;
}
.cate-body {
  margin-top: 40px;
}
.cate-footer {
  margin: 20px 0 0;
}
.card {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 15px;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.card::after {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-repeat: no-repeat;
  display: none;
  background-image: url("/sp/images/sp_icon_ssv_series.png");
  width: 90px;
  height: 30px;
  -webkit-background-size: 90px auto;
  background-size: 90px auto;
  content: "";
  position: absolute;
  left: -10px;
  top: -15px;
}
.card.ssv::after {
  display: inline-block;
  background-position: 0 0;
}
.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 {
  background-image: url("/sp/images/sp_icon_premium_ssv.png");
}
.card.ggv::after {
  display: inline-block;
  background-position: 0 -28px;
}
.card-title {
  font-size: 18px;
}
.card-footer {
  margin-top: 15px;
}
.date,
.day,
.time {
  display: inline-block;
  font-weight: bold;
}
.font-s{
    font-size: 27px !important;
}
.date {
  font-size: 34px;
}
.day {
  font-size: 18px;
}
.time {
  font-size: 20px;
  margin-left: 5px;
}
.link {
  margin-top: 12px;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-normal {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #7fbe26), color-stop(109%, #608c1a));
  background: -webkit-linear-gradient(top, #7fbe26 47%, #608c1a 109%);
  background: linear-gradient(to bottom, #7fbe26 47%, #608c1a 109%);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 4px;
  border: none;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}
.btn-simple {
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  z-index: 128;
}
.btn-simple-thin {
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  padding: 10px;
  font-size: 13px;
}
.btn-simple,
.btn-simple-thin {
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #666;
  text-decoration: none;
}
.btn-simple:before,
.btn-simple-thin:before {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("/sp/images/common-img-sprite.png");
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  margin-right: 10px;
  width: 8px;
  height: 15px;
  background-position: 0 -541px;
}
.btn-simple.arrow-right,
.btn-simple-thin.arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.btn-simple.arrow-right:before,
.btn-simple-thin.arrow-right:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
  margin-right: 0;
}
.btn-simple.arrow-left:before,
.btn-simple-thin.arrow-left:before {
  content: "";
}
.pg-item-register-btn {
  position: relative;
  font-size: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  height: 45px;
}
.pg-item-register-btn:not(:first-child) {
  margin-top: 10px;
}
.pg-item-register-btn::before {
  display: inline-block;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  font-weight: bold;
}
.pg-item-register-btn.onair {
  color: #77b716;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
}
.pg-item-register-btn.onair:hover {
  color: #80bd24;
}
.pg-item-register-btn.onair.registered {
  color: #fff;
  background: #80bd24;
}
.pg-item-register-btn.onair.registered:hover {
  color: #fff;
}
.pg-item-register-btn.onair.registered::after {
  content: '番組お知らせ登録済み';
}
.pg-item-register-btn.onair.registered::before {
  background-position: 0 -1463px;
  -webkit-transform: translateX(-4px) translateY(2px) scale(1.15);
  transform: translateX(-4px) translateY(2px) scale(1.15);
}
.pg-item-register-btn.onair::after {
  content: '番組お知らせ登録';
}
.pg-item-register-btn.onair::before {
  display: inline-block;
  content: none;
  width: 18px;
  height: 15px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.pg-item-register-btn span {
  position: absolute;
  right: -8192px;
}
.accordion-button-wrapper {
  text-align: center;
}
.accordion-button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  background-color: #fff;
  border-color: #d0d0d0;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  width: 80%;
  margin-top: 35px;
}
.accordion-button::before {
  margin-right: 10px;
  display: inline-block;
  background-image: url("/sp/images/common-img-sprite.png");
  -webkit-background-size: 152px auto;
  background-size: 152px auto;
  background-position: 0 -483px;
  width: 15px;
  height: 8px;
  content: "";
}
.accordion-button.close::before {
  background-position: 0 -508px;
}
/* ナビ */
#category-header {
  background-color: #fff;
}
#category-header .subtitle {
  margin-top: 20px;
}
.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,category-nav-list a:active {
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.category-nav-list .active_cate01  {
    background: #ea616f;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px 5%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
}
.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;
    text-align: center;
    padding: 12px 5%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
}
.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;
    text-align: center;
    padding: 12px 5%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
}
.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%);
}
.category-nav-item {
  background: #f2f2f2;
  padding: 0 5%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* ヘッダー */
.header-title {
  font-size: 24px;
  margin-bottom: 10px;
}
/* レコメンド */
.category-recommend .card {
  background-color: #fff;
}
.category-recommend .card-image {
  width: 100%;
}
.category-recommend .card-aside {
  margin-top: 15px;
}
.category-recommend .card-body {
  margin-top: 10px;
}
/* バナー */
.category-banner {
  text-align: center;
}
.banners {
  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;
  width: 100%;
}
.banner {
  width: 48%;
}
.banner:nth-of-type(n+3) {
  margin-top: 35px;
}
.banner img {
  width: 100%;
}
/* 番組一覧 */
.category-program .card {
  background-color: #fff;
}
.category-program .card-title {
  margin-bottom: 10px;
}
.category-program .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-program .card-aside {
  margin-left: 10px;
}
.category-program .card-image {
  width: 115px;
}
/* モーダル */
.pg-fit-window {
  height: 100%;
}
.pg-detail-frame2 {
  display: block;
}
.pg-register-frame-outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 32768;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pg-register-frame-outer {
  z-index: 65536;
}
.pg-detail-frame2 {
  border-top: 2px solid #e4007f;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .pg-register-frame-outer .pg-detail-frame2 {
    height: 100%;
  }
}
.pg-detail-header {
  background-color: #fdecf6;
  padding: 15px 0 15px 10px;
}
.pg-detail-footer {
  padding: 20px;
}
.detail-header,
.detail-body {
  border-bottom: 1px dotted #ddd;
  padding: 0 20px 20px;
}
.detail-header {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.detail-body {
  margin-top: 20px;
}
.detail-body-title {
  margin-top: 10px;
}
.icon-pink {
  position: relative;
  padding-left: 16px;
  margin: 0 auto;
  font-size: 16px;
}
.icon-pink::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-color: #f17fbf;
}
.input[type='text'] {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  padding-left: 5px;
  margin-top: 20px;
}
.input[type='text']:not(:disabled).necessary {
  background-color: #fdecf6;
}
.input[type='text']:not(:disabled).necessary.passed {
  background-color: #fff;
}
.register-send-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.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;
  text-align: center;
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1024;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  line-height: 1.6;
}
.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-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;
}
.txt-important {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #f60;
}
#pg-reg-error {
  margin-top: 20px;
}
#pg-reg-error:empty {
  margin-top: 0;
}
@-webkit-keyframes toInvisible {
  100% {
    opacity: 0;
    display: none;
  }
}
