@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&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: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #333;
  text-decoration: underline;
}

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: #FFF;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  html body {
    font-size: 3.6vw;
  }
}

img {
  vertical-align: top;
}

@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;
  background-color: #f2faf4;
}

#content {
  padding-bottom: 50px;
}

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

.toHomeBtn {
  margin-top: 50px;
}
.toHomeBtn a {
  display: inline-block;
  border: 1px solid #07a32b;
  padding: 10px 30px;
  min-width: 250px;
  color: #07a32b;
  font-size: 16px;
}
.toHomeBtn a span {
  display: block;
  position: relative;
  line-height: 1.4;
}
.toHomeBtn a span:after {
  content: "▲";
  display: inline-block;
  font-size: 13px;
  transform: rotate(90deg);
}
.toHomeBtn a:hover {
  background-color: #07a32b;
  color: #FFF;
  text-decoration: none;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #FFF;
  background: url("../img/main_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  height: 700px;
}
@media screen and (max-width: 1867px) {
  #main {
    background-size: 1867px auto;
  }
}
#main .mainTitle {
  padding-top: 178px;
}
#main .mainTime {
  font-size: 30px;
  margin-top: 30px;
  line-height: 1;
}
#main .mainTime:before, #main .mainTime:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 20px;
  background: url("../img/hx1.svg") no-repeat center center;
  background-size: 75px 13px;
  margin: 0 10px;
}
#container.sub #main {
  height: 350px;
}
#container.sub #main .mainTitle {
  padding-top: 80px;
}
@media screen and (max-width: 759px) {
  #container.sub #main {
    height: 50vw;
  }
  #container.sub #main .mainTitle {
    padding-top: 13vw;
  }
}
#main .personality {
  margin-top: 65px;
}
#main .personality a:hover {
  opacity: 1;
  text-decoration: none;
}
#main .personality a:hover .name {
  border-bottom: 1px solid #FFF;
}
#main .personality .name {
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
  color: #FFF;
}
@media screen and (max-width: 759px) {
  #main {
    height: 100vw;
    background-size: 185% 100%;
  }
  #main .mainTitle {
    padding-top: 20vw;
  }
  #main .mainTime {
    font-size: 4.4vw;
    margin-top: 4vw;
  }
  #main .mainTime:before, #main .mainTime:after {
    transform: scale(0.5, 0.5);
    margin: 0 1vw;
  }
  #main .mainTime:before {
    transform-origin: right bottom;
  }
  #main .mainTime:after {
    transform-origin: left bottom;
  }
  #main .personality {
    font-size: 3vw;
    margin-top: 5vw;
  }
  #main .personality .photo {
    width: 35%;
    margin: 0 auto;
  }
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.section {
  position: relative;
  padding: 90px 0 45px 0;
}
.section .secHead {
  margin-bottom: 30px;
}
.section .secHead h2 {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #07a32b;
  display: inline-block;
}
.section .secHead h2:before, .section .secHead h2:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 28px;
  background: url("../img/hx2.svg") no-repeat center center;
  background-size: 75px 13px;
  margin: 0 10px;
}
@media screen and (max-width: 759px) {
  .section {
    padding: 10vw 0;
  }
  .section .secHead {
    margin-bottom: 5vw;
  }
  .section .secHead h2 {
    font-size: 6vw;
    display: inline-block;
    position: relative;
  }
  .section .secHead h2:before, .section .secHead h2:after {
    margin: 0 1vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.5, 0.5);
  }
  .section .secHead h2:before {
    left: -18vw;
  }
  .section .secHead h2:after {
    right: -18vw;
  }
}

#onairinfo {
  background: #FFF;
}

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

.bnrList li {
  margin-bottom: 50px;
}
.bnrList li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  .bnrList li {
    padding: 0 7vw;
  }
  .bnrList li img {
    width: 100%;
    height: auto;
  }
}

#toMessage {
  background: #07a32b url("../img/message_bg.png") no-repeat center center;
  background-size: 962px auto;
  padding: 45px 0;
}
#toMessage .link a {
  color: #FFF;
  display: inline-block;
  padding: 20px;
  border: 1px solid transparent;
}
#toMessage .link a:hover {
  text-decoration: none;
  border: 1px solid #FFF;
}
#toMessage .link .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  font-size: 30px;
}
#toMessage .link .en img {
  margin-left: 5px;
}
#toMessage .link .ja {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  position: relative;
}
#toMessage .link .ja:after {
  content: "▲";
  display: inline-block;
  font-size: 13px;
  transform: rotate(90deg);
}
@media screen and (max-width: 759px) {
  #toMessage {
    padding: 7vw 0;
  }
  #toMessage .link a {
    padding: 3vw;
  }
  #toMessage .link .en {
    font-size: 6vw;
  }
  #toMessage .link .en img {
    display: block;
    margin: 2vw auto;
  }
  #toMessage .link .ja {
    font-size: 3.6vw;
  }
}

.onairListWrap ul {
  display: flex;
  flex-wrap: wrap;
}
.onairListWrap ul li {
  width: 25%;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
}
.onairListWrap ul li a:hover {
  text-decoration: none;
}
.onairListWrap ul li .photo img {
  width: 100%;
  height: auto;
}
.onairListWrap ul li .date {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
.onairListWrap ul li .name {
  font-size: 14px;
}
.onairListWrap ul li .link {
  display: table;
  text-align: center;
  margin: 10px auto 0 auto;
  background-color: #07a32b;
  color: #FFF;
  line-height: 1.4;
  padding: 3px 35px;
  position: relative;
  font-size: 14px;
}
.onairListWrap ul li .link:before, .onairListWrap ul li .link:after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
}
.onairListWrap ul li .link:after {
  transform: rotate(90deg);
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li {
    width: 50%;
    padding: 2vw 3vw;
    margin-bottom: 3vw;
  }
  .onairListWrap ul li .date {
    font-size: 3vw;
  }
  .onairListWrap ul li .name {
    font-size: 3.6vw;
  }
  .onairListWrap ul li .link {
    font-size: 3vw;
  }
  .onairListWrap ul li .link:before, .onairListWrap ul li .link:after {
    width: 2.6vw;
    right: 3vw;
  }
}

.archiveNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.archiveNavi li {
  margin: 0 3px 10px 3px;
}
.archiveNavi li a, .archiveNavi li span {
  border: 1px solid #07a32b;
  background-color: #FFF;
  color: #07a32b;
  padding: 10px 13px;
  display: block;
  line-height: 1;
}
.archiveNavi li a:hover, .archiveNavi li span:hover {
  background-color: #07a32b;
  color: #FFF;
}
.archiveNavi li span {
  background-color: #07a32b;
  color: #FFF;
}
@media screen and (max-width: 759px) {
  .archiveNavi {
    margin-top: 10vw;
  }
  .archiveNavi li {
    margin: 0 1vw 3vw 1vw;
  }
  .archiveNavi li a, .archiveNavi li span {
    padding: 1.4vw 2vw;
    font-size: 3vw;
  }
}

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formAtt {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#messageform .message {
  padding: 20px 40px;
}
#messageform .message .message-subtitle {
  padding: 5px;
  border-bottom: 3px solid #07a32b;
  font-size: 18px;
  font-weight: 700;
  color: #07a32b;
  margin: 20px 0;
}
#messageform .message .sub-link {
  margin: 20px 0;
  font-size: 14px;
}
#messageform .message .sub-link a {
  margin: 0 20px;
}
#messageform .message #form-notice {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#messageform .message #form-notice .formAtt {
  margin-bottom: 20px;
}
#messageform .message table {
  width: 100%;
  border-collapse: collapse;
}
#messageform .message table tr th, #messageform .message table tr td {
  font-size: 14px;
  padding: 5px;
}
#messageform .message table tr th {
  vertical-align: top;
  width: 30%;
  text-align: right;
}
#messageform .message table tr td {
  width: 70%;
  text-align: left;
}
#messageform .message.thanks {
  padding: 40px;
}
#messageform .message.thanks h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #07a32b;
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  #messageform .message {
    padding: 3vw 3vw;
  }
  #messageform .message .message-subtitle {
    margin: 3vw 0;
    padding: 2vw;
  }
  #messageform .message .sub-link {
    margin: 3vw 0;
  }
  #messageform .message .sub-link a {
    margin: 0 3vw;
  }
  #messageform .message #form-notice {
    margin: 3vw 0;
    font-size: 3.2vw;
  }
  #messageform .message #form-notice .formAtt {
    margin-bottom: 3vw;
  }
  #messageform .message table tr th, #messageform .message table tr td {
    display: block;
  }
  #messageform .message table tr th {
    text-align: left;
    width: 100%;
  }
  #messageform .message table tr td {
    width: 100%;
  }
  #messageform .message.thanks h2 {
    font-size: 4vw;
  }
}

#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: #FFF;
  color: #333;
  border-radius: 0;
  height: 44px;
  width: 264px;
  border: 0;
  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 {
  color: #FFF;
  background: #07a32b;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  padding: 20px 0 100px 0;
  background-color: #07a32b;
}
@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 #c8c8c8;
}
#tab-btn-set .tab-btn {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #07a32b;
  bottom: -5px;
}
#tab-btn-set .tab-btn .label {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #c8c8c8;
  padding: 15px 0;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    font-size: 6vw;
    padding: 2vw 0;
  }
}
#tab-btn-set .tab-btn:hover .label {
  color: #aaa;
}
#tab-btn-set .tab-btn.is-active .label {
  color: #07a32b;
}

#tab-box-set {
  padding: 50px 0;
}
#tab-box-set .tab-box {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#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;
  background-color: #cbf900;
  color: #333;
  margin-bottom: 20px;
  padding: 4px 10px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  font-size: 14px;
  margin-left: 5px;
}
#tab-box-set .tab-box .onair-info-head .onair-info-title {
  font-size: 20px;
  font-weight: 400;
}
#tab-box-set .tab-box .onair-info-comment {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #tab-box-set {
    padding: 5vw 0;
  }
  #tab-box-set .tab-box {
    width: 100%;
  }
  #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 {
    font-size: 3vw;
  }
  #tab-box-set .tab-box .onair-info-head .onair-info-title {
    font-size: 4.4vw;
  }
  #tab-box-set .tab-box .onair-info-comment {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.mfp-inline-holder .mfp-content img,
.mfp-ajax-holder .mfp-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 759px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    padding: 3vw 8vw;
  }
}

button.mfp-arrow {
  position: fixed;
  margin: 0 !important;
  width: 70px !important;
  height: 70px !important;
  transform: translateY(-50%);
}
button.mfp-arrow:after {
  margin: 0 !important;
  width: 35px;
  height: 35px;
  border: 0;
  border-top: 1px solid #FFF;
  top: 50%;
  left: 50%;
}
button.mfp-arrow:before {
  display: none;
}
button.mfp-arrow.mfp-arrow-right:after {
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
}
button.mfp-arrow.mfp-arrow-left:after {
  border-left: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 759px) {
  button.mfp-arrow {
    width: 8vw !important;
    height: 8vw !important;
  }
  button.mfp-arrow:after {
    width: 4vw;
    height: 4vw;
  }
}

.mfp-close-btn-in .mfp-close {
  position: fixed;
  color: transparent;
  top: 10px;
  right: 10px;
}
.mfp-close-btn-in .mfp-close:before, .mfp-close-btn-in .mfp-close:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.mfp-close-btn-in .mfp-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close-btn-in .mfp-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalBox {
  text-align: left;
  color: #FFF;
}
.modalBox .date {
  margin-top: 10px;
  display: table;
  background-color: #000;
  padding: 3px 5px;
}
.modalBox .name {
  margin-top: 10px;
  display: table;
  background-color: #000;
  padding: 3px 5px;
}
.modalBox .text {
  margin-top: 10px;
}
a.active {
  background-color: #07a32b !important;
  color: #fff !important;
  pointer-events: none;
}
