@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Roboto:wght@500;700&display=swap");
body {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

img {
  line-height: 0;
  font-size: 0;
  border: 0;
}

a img, fieldset, img {
  border: 0;
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ul, li, ol, p, pre, span, td, th {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
  font-size: 100%;
}

ul, li, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #FFF;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

hr {
  display: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html body {
  background: #002038;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  html body {
    font-size: 3.6vw;
  }
}

img {
  vertical-align: top;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .fit {
    width: 100%;
    height: auto;
  }
}
#container {
  margin: 0 auto;
  text-align: center;
  line-height: 180%;
  overflow-x: hidden;
  color: #FFF;
  background: #002038;
  position: relative;
  font-family: 'Roboto','Noto Sans JP', sans-serif;
}
@media screen and (min-width: 760px) {
  #container {
    min-width: 1000px;
  }
}
@media screen and (max-width: 759px) {
  #container {
    background-size: 100% auto;
  }
}

.cInner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 760px) {
  .cInner {
    width: 960px;
  }
}
@media screen and (max-width: 759px) {
  .cInner {
    padding: 0 5vw;
  }
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  background: url("../img/main_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
#main.sub .titleBox {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px) {
  #main .cInner {
    min-height: 700px;
  }
  #main:not(.sub) .titleBox {
    transform: translate(-50%, calc(-50% - 60px));
  }
  #main.sub {
    background-position: center top -80px;
  }
  #main.sub .cInner {
    min-height: 380px;
  }
}
@media screen and (max-width: 1400px) {
  #main {
    background-size: 1400px auto;
  }
}
@media screen and (max-width: 759px) {
  #main {
    background-size: auto 100%;
  }
  #main .cInner {
    min-height: 80vw;
  }
  #main.sub {
    background-size: 120% auto;
  }
  #main.sub .cInner {
    min-height: 40vw;
  }
}
#main .titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 759px) {
  #main .titleBox {
    width: 100%;
    padding: 0 3vw;
  }
}
#main .mainTime {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 759px) {
  #main .mainTime {
    padding-left: 10vw;
    width: 60%;
    margin-top: 3vw;
  }
}
#main .navigator a:hover {
  opacity: .95;
}
@media screen and (min-width: 760px) {
  #main .navigator {
    position: absolute;
    top: 270px;
    right: 80px;
  }
}
@media screen and (max-width: 759px) {
  #main .navigator {
    width: 25%;
    position: absolute;
    bottom: -16vw;
    right: 10vw;
  }
}

/*-------------------------------------------------
	++ MENU
-------------------------------------------------*/
.arrow {
  display: inline-block;
  position: relative;
  background-color: #05a7e1;
  padding: 10px 50px;
}
@media screen and (min-width: 760px) {
  .arrow {
    min-width: 400px;
  }
}
.arrow:after {
  content: '';
  top: 50%;
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #FFF;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transition: all 0.2s ease-in;
}
.arrow.single {
  padding: 20px 50px;
}
@media screen and (max-width: 759px) {
  .arrow.single {
    padding: 3vw 50px;
  }
}
.arrow.single .ja {
  font-size: 20px;
}
@media screen and (max-width: 759px) {
  .arrow.single .ja {
    font-size: 4.4vw;
  }
}
.arrow:hover:before, .arrow:hover:after {
  right: .75em;
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 759px) {
  .section {
    padding: 10vw 0;
  }
}
.section .secHead {
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  .section .secHead {
    margin-bottom: 5vw;
  }
}
.section .secHead h2 {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  .section .secHead h2 {
    font-size: 7vw;
  }
}

#mbNavi {
  padding-top: 0;
}

#bnrSec {
  padding-top: 45px;
}
@media screen and (max-width: 759px) {
  #bnrSec {
    padding-top: 10vw;
  }
}

.btnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btnList li {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 759px) {
  .btnList li {
    width: 100%;
    padding: 0;
    margin-bottom: 5vw;
  }
  .btnList li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.btnList li a {
  width: 100%;
}
.btnList li .en {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 759px) {
  .btnList li .en {
    font-size: 6vw;
  }
}
.btnList li .ja {
  display: block;
}
@media screen and (max-width: 759px) {
  .btnList li .ja {
    font-size: 3.6vw;
  }
}

.bnrList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bnrList li {
  margin: 0 15px;
}
@media screen and (max-width: 759px) {
  .bnrList li {
    margin: 0 0 5vw 0;
    width: 100%;
  }
  .bnrList li img {
    width: 100%;
    height: auto;
  }
  .bnrList li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}

#info .infolist ul li {
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}
#info .infolist ul li a:hover {
  text-decoration: underline;
  color: #05a7e1;
}
@media screen and (max-width: 759px) {
  #info .infolist ul li {
    padding-left: 5vw;
    margin-bottom: 3vw;
    line-height: 1.4;
  }
}
#info .infolist ul li:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #05a7e1;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
@media screen and (max-width: 759px) {
  #info .infolist ul li:before {
    width: 3vw;
    height: 3vw;
    border-radius: 3vw;
    top: 1.7vw;
    left: 0;
  }
}
#info .infolist ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#podcast .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  #podcast .text {
    margin-bottom: 5vw;
    text-align: left;
  }
}
#podcast .deliver {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#podcast .deliver dt {
  width: 50%;
}
@media screen and (max-width: 759px) {
  #podcast .deliver dt {
    width: 100%;
  }
}
#podcast .deliver dt img {
  width: 70%;
}
#podcast .deliver dd {
  width: 50%;
}
@media screen and (max-width: 759px) {
  #podcast .deliver dd {
    width: 100%;
    margin-top: 5vw;
  }
}
#podcast .deliver dd ul {
  display: block;
}
#podcast .deliver dd ul li {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 759px) {
  #podcast .deliver dd ul li {
    margin-bottom: 5vw;
    padding: 0 5vw;
  }
}
#podcast .deliver dd ul li img {
  border: 1px solid #FFF;
  max-width: 280px;
}
@media screen and (max-width: 759px) {
  #podcast .deliver dd ul li img {
    width: 90%;
  }
}

#sns .secHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 759px) {
  #sns .secHead {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 760px) {
  #sns .snsWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
#sns .snsWrap .icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .icon {
    margin-bottom: 3vw;
    padding: 0 40vw;
  }
}
#sns .snsWrap .xWrap {
  width: 50%;
  padding-right: 10px;
}
#sns .snsWrap .xWrap .xBox {
  background-color: #FFF;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .xWrap {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#sns .snsWrap .instaWrap {
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .instaWrap {
    width: 100%;
    padding: 0;
  }
}
#sns .snsWrap .instaWrap ul {
  display: flex;
  flex-wrap: wrap;
}
#sns .snsWrap .instaWrap ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .instaWrap ul li {
    margin-bottom: 2vw;
  }
}
#sns .snsWrap .instaWrap ul li:nth-of-type(3n) {
  margin-right: 0;
}
#sns .snsWrap .instaWrap ul li img {
  width: 100%;
  height: auto;
}

#about {
  background: rgba(5, 167, 225, 0.1);
  color: #FFF;
}
#about h3 {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 759px) {
  #about h3 {
    font-size: 4.6vw;
    margin-bottom: 5vw;
  }
}
#about .text {
  line-height: 200%;
}

@media screen and (min-width: 1400px) {
  #about {
    background-size: 100% auto;
  }
}
.onairListWrap ul li {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li {
    margin-bottom: 10vw;
    padding: 0 3vw;
  }
}
.onairListWrap ul li .reportBox {
  display: flex;
  flex-wrap: wrap;
}
.onairListWrap ul li .reportBox .photo {
  width: 30%;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .photo {
    width: 100%;
    order: 2;
    margin-top: 3vw;
  }
}
.onairListWrap ul li .reportBox .photo img {
  width: 100%;
  height: auto;
}
.onairListWrap ul li .reportBox .detail {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .detail {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.onairListWrap ul li .reportBox .detail .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .detail .date {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
}
.onairListWrap ul li .reportBox .detail .date:after {
  content: "ON AIR";
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .detail .date:after {
    font-size: 3vw;
  }
}
.onairListWrap ul li .reportBox .detail .title {
  font-size: 20px;
  color: #05a7e1;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .detail .title {
    font-size: 4.4vw;
  }
}
.onairListWrap ul li .reportBox .detail .title a {
  color: #05a7e1;
}
.onairListWrap ul li .reportBox .detail .text {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li .reportBox .detail .text {
    font-size: 3.6vw;
  }
}
.onairListWrap ul li .reportBox .detail .moreLink {
  text-align: right;
}
.onairListWrap ul li .reportBox .detail .moreLink a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #D9d9d9;
  padding: 3px 10px;
}

#reportdetail .guestBox {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox {
    margin-bottom: 10vw;
    padding: 0 3vw;
  }
}
#reportdetail .guestBox .boxHead {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox .boxHead {
    margin-bottom: 5vw;
  }
}
#reportdetail .guestBox .boxHead .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox .boxHead .date {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
}
#reportdetail .guestBox .boxHead .date:after {
  content: "ON AIR";
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox .boxHead .date:after {
    font-size: 3vw;
  }
}
#reportdetail .guestBox .boxHead .title {
  font-size: 20px;
  color: #05a7e1;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox .boxHead .title {
    font-size: 4.4vw;
  }
}
#reportdetail .guestBox .photo {
  margin: 30px auto;
}
#reportdetail .guestBox .photo img {
  max-width: 100%;
}
#reportdetail .guestBox .text {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #reportdetail .guestBox .text {
    font-size: 3.6vw;
  }
}

.entryBlock {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
.entryBlock .date {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.entryBlock h3 {
  color: #05a7e1;
  font-size: 24px;
}
.entryBlock .text a {
  color: #05a7e1;
}
.entryBlock .text p {
  margin-bottom: 20px;
}
.entryBlock .text img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 759px) {
  .entryBlock {
    margin-bottom: 10vw;
  }
  .entryBlock .date {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .entryBlock .date:after {
    margin-left: 2vw;
    font-size: 3.2vw;
    padding: 0 2vw;
  }
  .entryBlock h3 {
    font-size: 4.4vw;
  }
  .entryBlock p {
    margin-bottom: 3vw;
  }
}
/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formAtt {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#messageform .message {
  padding: 20px 40px;
}
@media screen and (max-width: 759px) {
  #messageform .message {
    padding: 3vw 3vw;
  }
}
#messageform .message .message-subtitle {
  padding: 5px;
  border-bottom: 3px solid #05a7e1;
  font-size: 18px;
  color: #05a7e1;
  margin: 20px 0;
}
@media screen and (max-width: 759px) {
  #messageform .message .message-subtitle {
    margin: 3vw 0;
    padding: 2vw;
  }
}
#messageform .message .sub-link {
  margin: 20px 0;
  font-size: 14px;
}
@media screen and (max-width: 759px) {
  #messageform .message .sub-link {
    margin: 3vw 0;
  }
}
#messageform .message .sub-link a {
  margin: 0 20px;
}
@media screen and (max-width: 759px) {
  #messageform .message .sub-link a {
    margin: 0 3vw;
  }
}
#messageform .message #form-notice {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 759px) {
  #messageform .message #form-notice {
    margin: 3vw 0;
    font-size: 3.2vw;
  }
}
#messageform .message #form-notice .formAtt {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  #messageform .message #form-notice .formAtt {
    margin-bottom: 3vw;
  }
}
#messageform .message a {
  text-decoration: underline;
}
#messageform .message table {
  width: 100%;
  border-collapse: collapse;
}
#messageform .message table tr th, #messageform .message table tr td {
  font-size: 16px;
  padding: 5px;
}
@media screen and (max-width: 759px) {
  #messageform .message table tr th, #messageform .message table tr td {
    display: block;
    font-size: 3.6vw;
  }
}
#messageform .message table tr th {
  vertical-align: top;
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 759px) {
  #messageform .message table tr th {
    text-align: left;
    width: 100%;
  }
}
#messageform .message table tr td {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #messageform .message table tr td {
    width: 100%;
  }
}
#messageform .message.thanks {
  padding: 40px;
}
#messageform .message.thanks h2 {
  font-size: 24px;
  font-weight: bold;
  color: #05a7e1;
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  #messageform .message.thanks h2 {
    font-size: 4.6vw;
  }
}

#hw-message input:not([type="radio"]),
#hw-message textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #hw-message input:not([type="radio"]),
  #hw-message textarea {
    padding: 1vw;
  }
}

#hw-message select {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 0;
  padding: 5px;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #hw-message select {
    padding: 1vw;
  }
}

#hw-message textarea {
  height: 120px;
}

#hw-message input:not([type="radio"]):focus,
#hw-message textarea:focus {
  outline: none;
  border: 1px solid #999;
  font-size: 16px;
}

#form-submit,
#form-reset {
  -webkit-appearance: none;
  background: #d1d1d1;
  border-radius: 0;
  border: 0;
  height: 44px;
  width: 264px;
  margin-right: 16px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 759px) {
  #form-submit,
  #form-reset {
    height: 12vw;
    width: 80%;
    margin-bottom: 3vw;
  }
}

#form-submit {
  background: #05a7e1;
  color: #FFF;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  padding: 20px 0 70px 0;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 6vw 0;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#jwaveFooter .commonSet .toHome {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .toHome {
    width: 60%;
  }
  #jwaveFooter .commonSet .toHome a {
    width: 45%;
    display: block;
  }
}
#jwaveFooter .commonSet .footerLogo {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .footerLogo {
    width: 40%;
  }
}
#jwaveFooter .commonSet .copyRight {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin-top: 8vw;
    font-size: 3vw;
  }
}

/* LATEST NEXT*/
#tab-contents {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

#tab-btn-set {
  margin-bottom: 0;
  border-bottom: 5px solid rgba(255, 255, 255, 0.25);
}
#tab-btn-set .tab-btn {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #05a7e1;
  bottom: -5px;
}
#tab-btn-set .tab-btn .label {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.25);
  padding: 15px 0;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    font-size: 6vw;
    padding: 2vw 0;
  }
}
#tab-btn-set .tab-btn.is-active .label {
  color: #05a7e1;
}

#tab-box-set {
  padding: 30px 0;
}
@media screen and (max-width: 759px) {
  #tab-box-set {
    padding: 5vw 0;
  }
}
#tab-box-set .tab-box .onair-info-head {
  text-align: left;
}
#tab-box-set .tab-box .onair-info-head .onair-info-date {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-date {
    margin-bottom: 3vw;
    padding: 0 3vw;
    font-size: 3.6vw;
  }
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-date:after {
    font-size: 3vw;
  }
}
#tab-box-set .tab-box .onair-info-head .onair-info-title {
  font-size: 20px;
  color: #05a7e1;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-title {
    font-size: 4.4vw;
  }
}
#tab-box-set .tab-box .onair-info-comment {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-comment {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}

.up {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up.upstyle {
  transform: translateY(0);
  opacity: 1;
}
