@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@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 {
  -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;
}

*, *: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: #000;
  color: #FFF;
  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;
}
#container a {
  color: #FFF;
  text-decoration: underline;
}
#container a:hover {
  text-decoration: none;
}
@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;
  }
}

.btn a {
  display: inline-block;
  background-color: #5f5145;
  color: #FFF;
  padding: 5px 20px;
  text-decoration: none !important;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  background: #000 url("../img/main_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  padding: 60px 0;
}
@media screen and (max-width: 759px) {
  #main {
    padding: 10vw 0;
    background-size: auto 100%;
  }
}
#main .mainText {
  line-height: 2;
  text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
}
@media screen and (min-width: 760px) {
  #main .mainText {
    margin-top: 50px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 759px) {
  #main .mainText {
    margin-top: 5vw;
    padding: 0 3vw;
    font-size: 3.2vw;
  }
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.section {
  position: relative;
  padding: 60px 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: 33px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  letter-spacing: 2px;
}
@media screen and (max-width: 759px) {
  .section .secHead h2 {
    font-size: 6vw;
  }
}
.section.bgW {
  background-color: #FFF;
  color: #333;
}
.section.bgW a {
  color: #000;
  text-decoration: underline;
}
.section.bgW a:hover {
  text-decoration: none;
}

#about .secBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#about .secBox .secPhoto {
  width: 420px;
}
#about .secBox .secPhoto img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 759px) {
  #about .secBox .secPhoto {
    width: 100%;
  }
}
#about .secBox .secDetail {
  width: calc(100% - 420px);
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #about .secBox .secDetail {
    width: 100%;
    padding: 0;
    margin-top: 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: 10px 0;
  border-bottom: 3px solid #5f5145;
  font-size: 20px;
  color: #FFF;
  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: 3vw;
  }
}
#messageform .message #form-notice .formAtt {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  #messageform .message #form-notice .formAtt {
    margin-bottom: 3vw;
  }
}
#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;
  }
}
#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: 20px;
  font-weight: bold;
  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 #5f5145;
  color: #FFF;
  background: #5f5145;
}

/*-------------------------------------------------
	++ 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: 14px;
}
@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 #5f5145;
}
#tab-btn-set .tab-btn {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #FFF;
  bottom: -5px;
}
#tab-btn-set .tab-btn .label {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #5f5145;
  padding: 15px 0;
  letter-spacing: 2px;
}
@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: #FFF;
}

#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;
  color: #FFF;
  margin-bottom: 30px;
  padding: 4px 10px;
  position: relative;
  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.4vw;
  }
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-date:after {
    font-size: 3.4vw;
  }
}
#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: 5vw;
  }
}
#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.4vw;
    line-height: 1.8;
  }
}
