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 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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;
  background: #ce8c11;
}
#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: 960px;
  }
}
@media screen and (max-width: 759px) {
  .cInner {
    padding: 0 5vw;
  }
}

.btn a {
  display: inline-block;
  background-color: #674608;
  color: #FFF;
  padding: 10px 20px;
  text-decoration: none !important;
  width: 80%;
  max-width: 280px;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  background: #000 url("../img/main_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  padding: 60px 0;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main.sub {
  height: 400px;
  background-size: 100% auto;
}
@media screen and (max-width: 1400px) {
  #main {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 759px) {
  #main {
    padding: 10vw 0;
    height: 100vw;
  }
  #main.sub {
    height: 40vw;
  }
}
#main .mainTitle {
  text-align: left;
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 759px) {
  #main .mainTitle {
    padding: 5vw;
  }
}

/*-------------------------------------------------
	++ 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: 30px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  display: inline-block;
  letter-spacing: 1px;
  padding-bottom: 10px;
  background: url("../img/dot.svg") no-repeat center bottom;
  background-size: auto 9px;
}
.section .secHead h2 em {
  font-size: 1.16em;
  font-style: normal;
}
@media screen and (max-width: 759px) {
  .section .secHead h2 {
    font-size: 6vw;
  }
}
.section.bgB {
  background-color: #674608;
}

@media screen and (min-width: 760px) {
  #about {
    padding: 60px 0 100px 0;
  }
}
#about .secHead h2 {
  font-family: "Noto Sans JP", sans-serif;
  background: none;
  letter-spacing: normal;
}
@media screen and (min-width: 760px) {
  #about .secHead h2 {
    font-size: 32px;
  }
}
#about .secBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
}
#about .secBox .secPhoto {
  width: 210px;
}
#about .secBox .secPhoto img {
  width: 100%;
  height: auto;
}
#about .secBox .secDetail {
  width: calc(100% - 210px);
  padding-left: 30px;
  text-align: left;
  font-size: 18px;
}
#about .snsBtn {
  margin-top: 50px;
}
#about .snsBtn a {
  background-color: #000;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  gap: 1em;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 759px) {
  #about .secBox {
    padding: 0;
  }
  #about .secBox .secPhoto {
    width: 100%;
    padding: 0 24vw;
  }
  #about .secBox .secDetail {
    width: 100%;
    padding: 0;
    margin-top: 3vw;
    font-size: 3.8vw;
  }
  #about .snsBtn {
    margin-top: 5vw;
  }
  #about .snsBtn a {
    padding: 3vw;
    border-radius: 2vw;
    font-size: 4vw;
    justify-content: flex-start;
  }
  #about .snsBtn a .icon {
    width: 15%;
  }
  #about .snsBtn a .text {
    width: 80%;
    text-align: left;
  }
}

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formWrap + .btn {
  margin-top: 50px;
}
#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 #a2a29f;
  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: 10px;
}
@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;
  padding-top: calc(10px + .4em);
}
@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 h3 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 759px) {
  #messageform .message.thanks {
    padding: 5vw;
  }
  #messageform .message.thanks h3 {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 759px) {
  #messageform .formWrap + .btn {
    margin-top: 10vw;
  }
  #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: 3vw;
  }
  #messageform .message #form-notice .formAtt {
    margin-bottom: 3vw;
  }
  #messageform .message table tr th, #messageform .message table tr td {
    display: block;
    padding: 2vw;
  }
  #messageform .message table tr th {
    text-align: left;
    width: 100%;
    padding-bottom: 1vw;
  }
  #messageform .message table tr td {
    width: 100%;
    padding-top: 1vw;
  }
  #messageform .message.thanks {
    padding: 5vw;
  }
  #messageform .message.thanks h3 {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}

#hw-message input:not([type="radio"]),
#hw-message select,
#hw-message textarea {
  width: 100%;
  border: 1px solid #FFF;
  background-color: #FFF;
  -webkit-appearance: none;
  padding: .6em;
  border-radius: 0;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
#hw-message input:not([type="radio"]):focus,
#hw-message select:focus,
#hw-message textarea:focus {
  outline: none;
  border: 1px solid #674608;
}
#hw-message textarea {
  height: 120px;
}

.custom-selectbox {
  position: relative;
}
.custom-selectbox:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: .5em;
  height: .5em;
  border: 2px solid #999;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(135deg);
}

#form-submit,
#form-reset {
  -webkit-appearance: none;
  transition: all 0.2s ease-in;
  border: 1px solid #FFF;
  background: #FFF;
  color: #666;
  border-radius: 0;
  height: 44px;
  width: 264px;
  margin-right: 16px;
  font-size: 18px;
  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;
    font-size: 4vw;
  }
}

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

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background-color: #000;
  padding: 20px 0 70px 0;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 5vw 0;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet {
    justify-content: center;
    gap: 4vw;
  }
}
#jwaveFooter .commonSet .toHome {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .toHome {
    width: 60%;
    text-align: center;
    padding: 0 15vw;
  }
  #jwaveFooter .commonSet .toHome a {
    display: block;
  }
}
#jwaveFooter .commonSet .footerLogo {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .footerLogo {
    width: 60%;
    padding: 0 3vw;
    text-align: center;
  }
}
#jwaveFooter .commonSet .copyRight {
  width: 100%;
}
#jwaveFooter .commonSet .copyRight img {
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
  }
}

/* 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(206, 140, 17, 0.5);
}
#tab-btn-set .tab-btn {
  width: 100%;
  max-width: 100%;
  margin: 0;
  transition: all 0.6s ease 0s;
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #ce8c11;
  bottom: -5px;
}
#tab-btn-set .tab-btn:hover {
  opacity: .75;
}
#tab-btn-set .tab-btn:hover:after {
  background-color: rgba(0, 0, 0, 0.25);
}
#tab-btn-set .tab-btn .label {
  font-size: 30px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(206, 140, 17, 0.5);
  padding: 15px 0;
  letter-spacing: 2px;
}
#tab-btn-set .tab-btn .label em {
  font-size: 1.16em;
  font-style: normal;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    font-size: 5.4vw;
    padding: 2vw 0;
  }
}
#tab-btn-set .tab-btn.is-active .label {
  color: #ce8c11;
}

#tab-box-set {
  padding: 50px 0 0 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 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-date {
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
}
#tab-box-set .tab-box .onair-info-head .onair-info-title {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-title {
    font-size: 4vw;
  }
}
#tab-box-set .tab-box .onair-info-comment {
  text-align: left;
  font-weight: 300;
}
