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%;
}

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

html body {
  background: #fdf8f1;
  color: #333;
  font-size: min(16px, 3.6vw);
}

img {
  vertical-align: top;
}

a {
  color: #59a66b;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a {
  transition: all 0.2s ease-in;
}

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

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

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

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

.mt30 {
  margin-top: min(30px, 5vw);
}

.mt50 {
  margin-top: min(50px, 7vw);
}

.osw {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

@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%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 760px) {
  #container {
    min-width: 1000px;
  }
}

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

#headerMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: min(10px, 2vw);
  z-index: 10;
  background-color: rgba(255, 148, 21, 0.25);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 759px) {
  #headerMenu {
    height: 11vw;
  }
}
#headerMenu.fixed {
  background-color: rgba(255, 199, 24, 0.9);
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
#headerMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2vw);
}
#headerMenu ul li a {
  color: #FFF;
  font-weight: 300;
  font-size: min(21px, 3.2vw);
  text-decoration: none;
}
#headerMenu ul li.headerSns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 759px) {
  #headerMenu ul li.headerSns {
    align-items: center;
  }
  #headerMenu ul li.headerSns a {
    width: 4vw;
  }
  #headerMenu ul li.headerSns a img {
    display: block;
  }
}

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
.section {
  position: relative;
  padding: min(80px, 10vw) 0;
}
.section .secHead {
  margin-bottom: min(30px, 5vw);
}
.section .secHead h2 {
  font-size: min(40px, 6vw);
  color: #ffc718;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.section.subsection .subsecInner {
  padding: min(50px, 5vw) 0;
  border-bottom: 2px solid #ffc718;
  border-top: 2px solid #ffc718;
}
.section.rv {
  background-color: #ffc718;
}
.section.rv .secHead h2 {
  color: #FFF;
}
.section.rv a {
  color: #333;
}

.btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.arrow {
  display: inline-block;
  position: relative;
  background-color: #59a66b;
  color: #FFF;
  padding: 10px 50px;
  min-width: 264px;
  text-decoration: none;
  font-size: min(18px, 3.8vw);
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 10px;
  height: 2px;
  background-color: #FFF;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.arrow:hover {
  color: #FFF;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  aspect-ratio: 14/7.5;
  background: url("../img/main.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 759px) {
  #main {
    aspect-ratio: 3/4;
  }
}
#main .mainInner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 1000px;
  height: 100%;
}
#main .mainTitle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 55%;
}
@media screen and (max-width: 759px) {
  #main .mainTitle {
    left: 5%;
  }
}
#main .mainTitle img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
#main .mainInfo {
  background-color: rgba(255, 148, 21, 0.25);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: min(10px, 3vw) 0;
}
#main .mainInfo .cInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 759px) {
  #main .mainInfo .cInner {
    flex-direction: column-reverse;
    align-items: normal;
    gap: 2vw;
  }
}
#main .mainInfo .navigator {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#main .mainInfo .navigator .name {
  font-size: min(20px, 4vw);
}
#main .mainInfo .navigator .photo {
  position: relative;
  width: min(180px, 30vw);
}
#main .mainInfo .navigator .photo img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main .mainInfo .snsBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 759px) {
  #main .mainInfo .snsBtn {
    justify-content: center;
  }
}
#main .mainInfo .snsBtn dt {
  font-weight: 500;
}
@media screen and (max-width: 759px) {
  #main .mainInfo .snsBtn dt {
    font-size: 3vw;
  }
}
#main .mainInfo .snsBtn dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#main .mainInfo .snsBtn dd a {
  display: block;
  background-color: #ffc718;
  padding: min(7px, 1.5vw);
  border-radius: 5px;
  max-width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 759px) {
  #main .mainInfo .snsBtn dd a {
    max-width: 7vw;
  }
}
#main .mainInfo .snsBtn dd a img {
  display: block;
  width: 100%;
  height: auto;
}
#main.sub {
  aspect-ratio: 14/3;
  padding-top: 50px;
}
#main.sub .mainTitle {
  width: 250px;
}
@media screen and (max-width: 759px) {
  #main.sub {
    padding-top: 11vw;
    aspect-ratio: 1/0.45;
  }
  #main.sub .mainTitle {
    width: 30vw;
  }
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.archiveBox.timefree {
  margin-top: 80px;
}
.archiveBox.podcast {
  margin-top: 50px;
}

.accordion-head {
  cursor: pointer;
  display: grid;
  grid-template-columns: min(30px, 7vw) 1fr min(30px, 7vw);
  grid-auto-rows: minmax(26px, auto);
  align-items: center;
  gap: min(10px, 3vw);
  padding: min(10px, 3vw);
  transition: all 0.2s ease-in;
  background-color: #ffc718;
  color: #FFF;
}
.accordion-head .icon {
  aspect-ratio: 1/1;
  width: min(30px, 7vw);
  background-color: #FFF;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.accordion-head .icon.timefree {
  -webkit-mask-image: url(../img/icon_timefree.svg);
          mask-image: url(../img/icon_timefree.svg);
}
.accordion-head .icon.podcast {
  -webkit-mask-image: url(../img/icon_podcast.svg);
          mask-image: url(../img/icon_podcast.svg);
}
.accordion-head .ttl {
  font-size: min(18px, 3.2vw);
  font-weight: 500;
}
.accordion-head .trigger {
  position: relative;
  border: 2px solid currentColor;
  aspect-ratio: 1/1;
  width: min(30px, 6vw);
  border-radius: 100%;
}
.accordion-head .trigger::before, .accordion-head .trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in;
}
.accordion-head .trigger::after {
  transform: rotate(90deg);
}
.accordion-head.current .trigger::after {
  transform: rotate(0deg);
}

.accordion-body {
  padding-block: clamp(24px, 3.43px + 5.714vw, 40px);
  padding-inline: 2%;
}

#timefree_extract {
  --timefree-btn-radius: 0;
  --timefree-btn-color: #fdf1d1;
  --timefree-btn-color-hover: #fdf1d1;
  --timefree-txt-color:#ffc718;
}

#timefree_extract .timefree_ul li a {
  border-radius: 5px !important;
}

#timefree_extract .timefree_ul li a .timefree_credit {
  color: #333;
}

#onairinfo .onairinfoBox {
  border: 1px solid #ffc718;
  padding: 3px;
  margin-top: min(60px, 7vw);
}
#onairinfo .onairinfoBox .onairinfoBoxInner {
  background-color: rgba(255, 199, 24, 0.1);
  text-align: left;
  padding: min(20px, 3vw);
}

.photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: min(40px, 5vw);
}
@media screen and (max-width: 759px) {
  .photoList {
    gap: 5vw;
  }
}
.photoList li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 759px) {
  .photoList li {
    width: calc(50% - 2.5vw);
  }
}
.photoList li img {
  width: 100%;
  height: auto;
}

#about {
  padding: 0;
  width: 100%;
  aspect-ratio: 100/80;
  background: url("../img/main.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 760px) {
  #about {
    background-attachment: fixed;
  }
}
#about .aboutInner {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: min(80px, 10vw) 0;
}
@media screen and (max-width: 759px) {
  #about .aboutInner {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
#about .detail {
  color: #FFF;
  font-size: min(18px, 3.8vw);
}
@media screen and (max-width: 759px) {
  #about .detail {
    width: 100%;
  }
}
#about .detail h3 {
  font-size: min(24px, 4.2vw);
  color: #ffc718;
  margin-bottom: min(25px, 3vw);
  display: inline-block;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
#about .detail .text {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
#about .navigator {
  margin-top: min(20px, 5vw);
}
@media screen and (max-width: 759px) {
  #about .navigator {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .navigator .name {
  margin-top: 10px;
  color: #FFF;
  font-size: min(20px, 3.8vw);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
#about .timetabl {
  border: 1px solid #FFF;
  padding: 5px;
  margin-top: min(50px, 7vw);
}
#about .timetabl .timetablInner {
  border: 1px solid #FFF;
  padding: min(20px, 5vw) min(50px, 7vw);
}
#about .timetabl h3 {
  font-size: min(26px, 4.4vw);
  color: #FFF;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
#about .timetabl .timetableList {
  margin: min(30px, 5vw) auto 0 auto;
  max-width: 750px;
}
#about .timetabl .timetableList dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#about .timetabl .timetableList dl:not(:last-child) {
  margin-bottom: min(30px, 5vw);
}
@media screen and (max-width: 759px) {
  #about .timetabl .timetableList dl {
    flex-direction: column;
  }
}
#about .timetabl .timetableList dl dt {
  background-color: #ffc718;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: min(18px, 3.8vw);
  line-height: 1;
  padding: min(20px, 2vw);
}
@media screen and (min-width: 760px) {
  #about .timetabl .timetableList dl dt {
    border-radius: 15px 0 0 15px;
    width: 140px;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 759px) {
  #about .timetabl .timetableList dl dt {
    border-radius: 3vw 3vw 0 0;
  }
}
#about .timetabl .timetableList dl dd {
  background-color: rgba(255, 255, 255, 0.75);
  text-align: left;
}
@media screen and (min-width: 760px) {
  #about .timetabl .timetableList dl dd {
    border-radius: 0 15px 15px 0;
    width: calc(100% - 140px);
    padding: 13px 15px 13px 30px;
  }
}
@media screen and (max-width: 759px) {
  #about .timetabl .timetableList dl dd {
    border-radius: 0 0 3vw 3vw;
    padding: 2vw 2vw 2vw 5vw;
  }
}
#about .timetabl .timetableList dl dd a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
#about .timetabl .timetableList dl dd a::before, #about .timetabl .timetableList dl dd a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  width: 12px;
  height: 2px;
  background-color: #ffc718;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 759px) {
  #about .timetabl .timetableList dl dd a::before, #about .timetabl .timetableList dl dd a::after {
    width: 3vw;
  }
}
#about .timetabl .timetableList dl dd a::before {
  transform: rotate(45deg);
}
#about .timetabl .timetableList dl dd a::after {
  transform: rotate(-45deg);
}
#about .timetabl .timetableList dl dd h4 {
  font-size: min(20px, 4vw);
  font-weight: 500;
}
#about .timetabl .timetableList dl dd .text {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ffc718;
  line-height: 1.4;
  font-size: min(14px, 3.2vw);
}
#about .timetabl .bnrList {
  margin-top: 50px;
  border-top: 1px solid #ffc718;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 759px) {
  #about .timetabl .bnrList {
    gap: 3vw;
    margin-top: 5vw;
    padding-top: 5vw;
  }
}
#about .timetabl .bnrList li {
  width: 200px;
}
@media screen and (max-width: 759px) {
  #about .timetabl .bnrList li {
    width: calc(50% - 1.5vw);
  }
  #about .timetabl .bnrList li img {
    width: 100%;
    height: auto;
  }
}

.reportBox {
  display: flex;
  flex-wrap: wrap;
}
.reportBox .photo {
  width: 30%;
}
@media screen and (max-width: 759px) {
  .reportBox .photo {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.reportBox .photo img {
  width: 100%;
  height: auto;
}
.reportBox .detail {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 759px) {
  .reportBox .detail {
    width: 100%;
    padding-left: 0;
  }
}
.reportBox .detail .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 759px) {
  .reportBox .detail .date {
    margin-bottom: 3vw;
  }
}
.reportBox .detail .date:after {
  content: "ON AIR";
  font-size: min(12px, 3vw);
  margin-left: 5px;
}
.reportBox .detail .title {
  font-size: min(18px, 3.8vw);
  font-weight: 500;
  margin-bottom: 10px;
}
.reportBox .detail .text {
  text-align: left;
  line-height: 1.8;
}
.reportBox .detail .moreLink {
  text-align: right;
}
.reportBox .detail .moreLink a {
  position: relative;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #59a66b;
  padding-right: 20px;
  letter-spacing: 0.05em;
}
.reportBox .detail .moreLink a::before, .reportBox .detail .moreLink a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 7px;
  height: 2px;
  background-color: #59a66b;
  transform-origin: calc(100% - 1px) 50%;
}
.reportBox .detail .moreLink a::before {
  transform: rotate(45deg);
}
.reportBox .detail .moreLink a::after {
  transform: rotate(-45deg);
}
.reportBox .detail .moreLink a:hover::after {
  transform: translateX(2px);
}

ul#onairList li:not(:last-child) {
  margin-bottom: 50px;
}

#reportdetail .guestBox .boxHead {
  text-align: left;
  margin-bottom: min(30px, 3vw);
}
#reportdetail .guestBox .boxHead .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
#reportdetail .guestBox .boxHead .date:after {
  content: "ON AIR";
  font-size: min(12px, 3vw);
  margin-left: 5px;
}
#reportdetail .guestBox .boxHead .title {
  font-size: min(20px, 4vw);
  font-weight: 500;
}
#reportdetail .guestBox .photo {
  margin: min(30px, 3vw) auto;
}
#reportdetail .guestBox .photo img {
  max-width: 100%;
}
#reportdetail .guestBox .text {
  text-align: left;
}

.entryBlock {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
.entryBlock .date {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.entryBlock h3 {
  color: #05a7e1;
}
.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 {
    margin-bottom: 5vw;
  }
  .entryBlock .date:after {
    margin-left: 2vw;
    padding: 0 2vw;
  }
  .entryBlock p {
    margin-bottom: 3vw;
  }
}
/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formAtt {
  margin: 20px 0;
  text-align: left;
}

.formWrap .formInner {
  width: min(750px, 100%);
  margin: 0 auto;
}
.formWrap .sub-link {
  margin: 20px 0;
}
@media screen and (max-width: 759px) {
  .formWrap .sub-link {
    margin: 3vw 0;
  }
}
.formWrap .sub-link a {
  margin: 0 20px;
}
@media screen and (max-width: 759px) {
  .formWrap .sub-link a {
    margin: 0 3vw;
  }
}
.formWrap .form-notice {
  margin: 20px 0;
  text-align: left;
  font-size: min(14px, 3.2vw);
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .formWrap .form-notice {
    margin: 3vw 0;
  }
}
.formWrap .form-notice .formAtt {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .formWrap .form-notice .formAtt {
    margin-bottom: 3vw;
  }
}
.formWrap a {
  text-decoration: underline;
}
.formWrap table {
  width: 100%;
  border-collapse: collapse;
}
.formWrap table tr th, .formWrap table tr td {
  padding: 5px;
}
@media screen and (max-width: 759px) {
  .formWrap table tr th, .formWrap table tr td {
    display: block;
  }
}
.formWrap table tr th {
  vertical-align: top;
  width: 23%;
  text-align: right;
  font-size: min(14px, 3vw);
}
@media screen and (max-width: 759px) {
  .formWrap table tr th {
    text-align: left;
    width: 100%;
  }
}
.formWrap table tr td {
  width: 77%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  .formWrap table tr td {
    width: 100%;
  }
}
.formWrap.thanks {
  padding: 40px;
}
.formWrap.thanks h3 {
  color: #ffc718;
  margin-bottom: 15px;
  font-size: min(24px, 4.2vw);
}
.formWrap input:not([type=radio]),
.formWrap textarea {
  width: 100%;
  border: 1px solid #FFF;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  .formWrap input:not([type=radio]),
  .formWrap textarea {
    padding: 1vw;
  }
}
.formWrap select {
  width: 100%;
  border: 1px solid #FFF;
  background: #fff;
  border-radius: 0;
  padding: 10px;
}
@media screen and (max-width: 759px) {
  .formWrap select {
    padding: 1vw;
  }
}
.formWrap textarea {
  height: 120px;
}
.formWrap input:not([type=radio]):focus,
.formWrap textarea:focus {
  outline: none;
  border: 1px solid #999;
}
.formWrap #form-submit,
.formWrap #form-reset {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #d1d1d1;
  border-radius: 0;
  border: 0;
  height: 44px;
  width: 264px;
  margin-right: 16px;
  font-size: min(18px, 3.8vw);
  cursor: pointer;
}
.formWrap #form-submit {
  background: #59a66b;
  color: #FFF;
}

.formBox {
  background-color: #fedf84;
  padding: 20px;
}

.tabTrgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tabTrgBox .label {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .tabTrgBox .label {
    width: 50%;
  }
}
.tabTrgBox .label a {
  display: block;
  text-decoration: none;
  padding: min(20px, 4vw);
  position: relative;
  font-weight: 500;
  font-size: min(18px, 3.8vw);
  opacity: 0.5;
}
.tabTrgBox .label a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: all 0.2s ease 0s;
  opacity: 0;
  background: #fedf84;
  height: 19.0525588833px;
  width: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: 50%;
  transform: translateX(-50%);
}
.tabTrgBox .label a:hover, .tabTrgBox .label a.current {
  opacity: 1;
}
.tabTrgBox .label a:hover::after, .tabTrgBox .label a.current::after {
  opacity: 1;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  padding: 20px 0 70px 0;
  background-color: #ffc718;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 6vw 0;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  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;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin-top: 8vw;
  }
}

/* LATEST NEXT*/
#tab-contents {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
}
#tab-contents::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #ffc718;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 759px) {
  #tab-contents::before {
    top: 5.5vw;
  }
}

#tab-btn-set {
  margin-bottom: 0;
  border-bottom: 0;
}
#tab-btn-set .tab-btn {
  margin: 0;
  width: 100% !important;
  max-width: none;
}
#tab-btn-set .tab-btn:after {
  display: none;
}
#tab-btn-set .tab-btn:nth-of-type(1) .label {
  border-radius: 9999px 0 0 9999px;
}
#tab-btn-set .tab-btn:nth-last-of-type(1) .label {
  border-radius: 0 9999px 9999px 0;
}
#tab-btn-set .tab-btn .label {
  font-size: min(28px, 5vw);
  height: 48px;
  background-color: #feebb6;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: rgba(255, 199, 24, 0.75);
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    height: 11vw;
  }
}
#tab-btn-set .tab-btn.is-active .label {
  background-color: #ffc718;
  color: #FFF;
}

#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: 15px;
  position: relative;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  font-size: min(12px, 3vw);
  margin-left: 5px;
}
#tab-box-set .tab-box .onair-info-head .onair-info-title {
  font-size: min(20px, 4vw);
  font-weight: 400;
}
#tab-box-set .tab-box .onair-info-comment {
  text-align: left;
}