@charset "UTF-8";

/* ===============================================
# COMPILATION
=============================================== */

.compilation {
  position: relative;
}
@media screen and (min-width: 769px) {
  .compilation {
    max-width: 1200px;
    min-height: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .compilation {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 769px) {
  .compilation__in {
    margin: 40px 3.33333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cmn__bg{
    left: 0;
  }
}


/* =============
# p-onair
============== */
.p-onair__tv {
  display: flex;
  padding: 10px;
  border: 1px solid #333;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-onair__tv {
    display: block;
    padding: 1.2vw;
    margin-bottom: 2.666vw;
  }
}

.p-onair__tv--in {
  display: flex;
  min-height: 140px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-onair__tv--in {
    display: block;
    min-height: 1px;
  }
}

.p-onair__tv--in dt img{
  width: 100%;
  margin-bottom: 5px;
}
.p-onair__tv--in dt{
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-onair__tv--in dt{
    width: 30%;
  }
}

.p-onair__tv--in dd {
  padding-left: 173px;
  display: flex;
  flex: 1;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  background: url(../img/common/bg/bg_onair.svg) no-repeat center center / auto 106px;
}

@media screen and (max-width: 768px) {
  .p-onair__tv--in dd {
    padding-left: 0;
    width: 100%;
    font-size: 13px;
    background: unset;
    justify-content: center;
    padding: 8vw 3.2vw;
    line-height: 1.5;
  }
}

.p-onair__tv--in dd>span {
  display: block;
  transform: scale(1, 1.2);
}

.p-onair__tv--in dd small {
  font-size: 16px;
  vertical-align: text-top;
  display: block;
  margin-bottom: 6px;
}

.p-onair__tv--in dd small span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-onair__tv--in dd small {
    font-size: 10px;
    vertical-align: text-top;
    display: block;
    margin-bottom: 6px;
  }
  .p-onair__tv--in dd small span {
    font-size: 7px;
  }
}

/* =============
# p-onair__vod
============== */
.p-onair__vod--list{
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-onair__vod--list{
    padding-top: 8vw;
  }
}
.p-onair__vod--list-ft{
  padding-top: 0;
}

.p-onair__vod--list dt {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .p-onair__vod--list dt {
    padding: 8vw 0 6vw;
  }
}

.p-onair__vod--first dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/bg/bg_streaming.svg) no-repeat center center / auto 106px;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .p-onair__vod--first dt {
    background-size: auto 14.4666vw;
    padding: 4vw 0;
  }
}

.p-onair__vod--list dt span {
  display: block;
  transform: scale(1, 1.2);
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-onair__vod--list dt span {
    font-size: 12px;
  }
}

.p-onair__vod--list dt span small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-onair__vod--list dt span small {
    font-size: 10px;
  }
}

.p-onair__vod--list dd {
  padding: 10px 0 0 10px;
  border: 1px solid #333;
}
.p-onair__vod--list-bn dd{
  padding: 0;
  border: none;
}
.p-onair__vod--list-ab{
  padding: 10px !important;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-onair__vod--list-ab {
    padding: 1.2vw !important;
  }
}

@media screen and (max-width: 768px) {
  .p-onair__vod--list dd {
    padding: 1.2vw 0 0 1.2vw;
  }
}

.p-onair__vodsiteList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-onair__vodsiteList li {
  width: calc(100% / 3);
  padding: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  .p-onair__vodsiteList li {
    width: calc(100% / 2);
    padding: 0 1.2vw 1.2vw 0;
  }
}

.p-onair__vod--first .p-onair__vodsiteList li {
  width: 100%;
}

.p-onair__vodsiteList--name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #FFF;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-onair__vodsiteList--name {
    min-height: 10vw;
    font-size: 11px;
    line-height: 1.1;
  }
}

.p-onair__vodsiteList--name a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-onair__vodsiteList--name {
    height: 100%;
  }
}

.p-onair__vodsiteList--name a:hover {
  background: #CCC;
}

.p-onair__vodsiteList--name a:before {
  content: '';
  position: absolute;
  right: 21px;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  background: url(../img/common/icon/icon-externallink.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .p-onair__vodsiteList--name a:before {
    width: 2vw;
    height: 2vw;
    right: 3vw;
    margin-top: -1vw;
  }
}

.p-onair__vodsiteList--name span {
  display: block;
  transform: scale(1, 1.2);
  color: #000;
}

.p-onair__vodsiteList--name span small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-onair__vodsiteList--name span small {
    font-size: 8px;
  }
}

/* =============
# .p-onair__in
============== */
.p-onair__in {
  width: 1120px;
  margin: 40px auto 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 768px) {
  .p-onair__in {
    width: 100%;
    margin: -24px 0 auto;
  }
}

.-subLoadComplete .p-onair__in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.p-onair__tvList {
  width: 100%;
  margin: 60px 0 10px;
  border-top: 1px solid #FFF;
}

.p-onair__tvList th,
.p-onair__tvList td {
  padding: 20px 0;
  border-bottom: 1px solid #333;
  position: relative;
}

.p-onair__tvList th {
  width: 190px;
}

.p-onair__tvList tr:first-child th:before {
  content: '放送局';
  left: 0;
  top: -16px;
  height: 15px;
  background: #FFF;
  color: #000;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 2px;
}

.p-onair__tvList tr:first-child td:nth-of-type(1):before {
  content: '放送開始日';
  left: 0;
  top: -16px;
  height: 15px;
  background: #FFF;
  color: #000;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 2px;
}

.p-onair__tvList tr:first-child td:nth-of-type(2):before {
  content: '放送時間';
  left: 0;
  top: -16px;
  height: 15px;
  background: #FFF;
  color: #000;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 2px;
}

.p-onair__tvList tr:first-child td:nth-of-type(3):before {
  content: '備考';
  left: 0;
  top: -16px;
  height: 15px;
  background: #FFF;
  color: #000;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 2px;
}

.p-onair__tvList td {
  padding-left: 15px;
}

.p-onair__tvList td:nth-of-type(1) {
  width: 280px;
}

.p-onair__tvList td:nth-of-type(2) {
  width: 253px;
}

.p-onair__tvList td:nth-of-type(3) {
  font-size: 16px;
}

.p-onair__tvList td:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-onair__tvList {
    display: block;
    margin-top: 2vw;
    border: none;
  }

  .p-onair__tvList tbody {
    width: 100%;
    display: block;
  }

  .p-onair__tvList tr {
    padding: 3vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #333;
  }

  .p-onair__tvList th {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: 15px;
    margin-bottom: 2vw;
    font-weight: 700;
  }

  .p-onair__tvList td {
    display: block;
    padding: 0;
    font-size: 13px;
  }

  .p-onair__tvList td:after {
    display: none;
  }

  .p-onair__tvList td:nth-of-type(1),
  .p-onair__tvList td:nth-of-type(2) {
    border: none;
    width: auto;
  }

  .p-onair__tvList td:nth-of-type(2) {
    flex: 1;
    padding-left: 1em;
  }

  .p-onair__tvList td:nth-of-type(3) {
    width: 100%;
    border: none;
    font-size: 12px;
  }

  .p-onair__tvList th:before,
  .p-onair__tvList td:before {
    display: none;
  }
}