@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&family=Open+Sans:wght@600;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: #000;
  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: #e6e6df;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  html body {
    font-size: 3.6vw;
  }
}

img {
  vertical-align: top;
}

.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: #747474;
  background: #e6e6df;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  animation: bgchange 30s ease infinite;
}
@media screen and (min-width: 760px) {
  #container {
    min-width: 1000px;
  }
}
@media screen and (max-width: 759px) {
  #container {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1400px) {
  #container {
    background-size: 100% auto;
  }
}
@keyframes bgchange {
  0% {
    background: #e6e6df;
  }
  25% {
    background: #dee4df;
  }
  50% {
    background: #e9e1de;
  }
  75% {
    background: #dee9ea;
  }
  100% {
    background: #e6e6df;
  }
}
.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;
  }
}

.btn a {
  display: inline-block;
  background-color: #6a9b7d;
  color: #FFF;
  padding: 5px 20px;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  background: #FFF url(../img/main.png) no-repeat center top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#mainthanks {
  background: #FFF url(../img/main.png) no-repeat center top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  #main {
    background-size: 160% auto;
    padding-bottom: 5vw;
  }
}
#main a:hover {
  opacity: 1;
}
@media screen and (min-width: 760px) {
  #main {
    min-height: 780px;
  }
  #mainthanks {
    min-height: 450px;
  }
}
#main .mainTitle {
  padding-top: 155px;
}
@media screen and (max-width: 759px) {
  #main .mainTitle {
    padding: 20vw 3vw 0 3vw;
  }
}
#main .mainPersonality {
  margin-top: 90px;
}
@media screen and (max-width: 759px) {
  #main .mainPersonality {
    margin-top: 2vw;
    padding: 0 14vw;
  }
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.section {
  position: relative;
  padding: 110px 0 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: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  .section .secHead h2 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 759px) {
  .section .secText {
    font-size: 3.2vw;
  }
}

#onairinfo {
  background-color: rgba(0, 0, 0, 0.025);
}

#about {
  background: url("../img/about_bg.png") no-repeat center bottom;
}
#about h2 {
  font-weight: bold;
  font-size: 33px;
}
@media screen and (max-width: 759px) {
  #about h2 {
    font-size: 4.4vw;
  }
}
#about .text {
  line-height: 230%;
}
#about .snsLink {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-weight: 600;
  color: #7cb7bc;
}
@media screen and (max-width: 759px) {
  #about .snsLink {
    margin-top: 5vw;
    font-size: 4.6vw;
  }
}
#about .snsLink a {
  color: #7cb7bc;
}
#about .snsLink img {
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 759px) {
  #about .snsLink img {
    width: 10vw;
  }
}

@media screen and (min-width: 1400px) {
  #about {
    background-size: 100% auto;
  }
}
/*-------------------------------------------------
	++ 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 #747474;
  font-size: 18px;
  color: #747474;
  font-weight: 600;
  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: 14px;
  padding: 5px;
}
@media screen and (max-width: 759px) {
  #messageform .message table tr th, #messageform .message table tr td {
    display: block;
  }
}
#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: #747474;
  margin-bottom: 15px;
}

#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;
  border: 1px solid #FFF;
  background: #FFF;
  border-radius: 0;
  height: 44px;
  width: 264px;
  margin-right: 16px;
  font-size: 16px;
  cursor: pointer;
}
#form-submit:hover,
#form-reset:hover {
  opacity: .8;
}
@media screen and (max-width: 759px) {
  #form-submit,
  #form-reset {
    height: 12vw;
    width: 80%;
    margin-bottom: 3vw;
  }
}

#form-submit {
  border: 1px solid #6a9b7d;
  color: #FFF;
  background: #6a9b7d;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background-color: #000;
  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 #c8c8c8;
}
#tab-btn-set .tab-btn {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #6a9b7d;
  bottom: -5px;
}
#tab-btn-set .tab-btn .label {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #c8c8c8;
  padding: 15px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    font-size: 5.8vw;
    padding: 2vw 0;
  }
}
#tab-btn-set .tab-btn.is-active .label {
  color: #6a9b7d;
}

#tab-box-set {
  padding: 50px 0;
}
@media screen and (max-width: 759px) {
  #tab-box-set {
    padding: 5vw 0;
  }
}
#tab-box-set .tab-box {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box {
    width: 100%;
  }
}
#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: #ceb6ad;
  color: #333;
  margin-bottom: 30px;
  padding: 4px 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
@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;
  font-weight: bold;
}
@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;
  }
}
