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: 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 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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%;
}
@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;
  }
}

.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .link {
    margin-top: 10vw;
    padding: 0 20vw;
  }
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  height: 700px;
  color: #FFF;
  background: url(../img/main_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #main {
    background-size: auto 1400px;
  }
}
#main .cInner {
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-right: 320px;
  grid-row-gap: 80px;
}
#main .mainTitle {
  background: rgba(30, 96, 113, 0.5);
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: 50px 30px;
}
#main .mainTitle:after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: url("../img/kv_shadow.png") repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
#main .navigator {
  position: absolute;
  bottom: 16%;
  right: 0;
}
#main .navigator:after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: url("../img/kv_shadow.png") repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
#main.sub {
  height: 430px;
}
#main.sub .cInner {
  padding: 30px 0;
}
@media screen and (max-width: 759px) {
  #main {
    height: 75vw;
    background-size: 100% auto;
  }
  #main .cInner {
    height: 70%;
    padding: 8vw 32% 0 5vw;
    grid-row-gap: 4vw;
  }
  #main .mainTitle {
    padding: 4vw;
  }
  #main .mainTitle:after {
    height: 3vw;
    bottom: -3vw;
  }
  #main .navigator {
    right: 0;
    width: 28%;
    bottom: 12%;
  }
  #main .btn {
    width: 230px;
    margin: 0 auto;
    display: block;
  }
  #main.sub {
    height: 45vw;
  }
  #main.sub .cInner {
    padding: 6vw 15vw;
  }
}

/*-------------------------------------------------
	++ MENU
-------------------------------------------------*/
.menuWrap {
  height: 60px;
}

#menu {
  width: 100%;
  background-color: #FFF;
}
#menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#menu ul li a {
  display: block;
  padding: 20px;
}
#menu ul li a img {
  display: block;
  height: 20px;
  width: auto;
}
@media screen and (min-width: 760px) {
  #menu.fixmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 759px) {
  .menuWrap {
    width: 100%;
    padding: 15vw 5vw;
    background: #FFF;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9998;
    transform: translateX(0);
    transition: all .2s;
  }
  .menuWrap.current {
    transform: translateX(-100%);
    transition: all .2s;
  }

  #menuBtn {
    position: fixed;
    right: 0;
    width: 12vw;
    height: 12vw;
    top: 0;
    z-index: 9999 !important;
    display: block;
  }
  #menuBtn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    transition: all .2s;
    opacity: 1;
  }
  #menuBtn span:nth-of-type(1) {
    margin-top: -8px;
  }
  #menuBtn span:nth-of-type(3) {
    margin-top: 6px;
  }
  #menuBtn.current span:nth-of-type(1) {
    background-color: #75c1d5;
    transform: rotate(45deg);
    margin-top: 0;
  }
  #menuBtn.current span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn.current span:nth-of-type(3) {
    background-color: #75c1d5;
    transform: rotate(-45deg);
    margin-top: 0;
  }
  #menuBtn.move {
    background-color: #75c1d5;
  }
  #menuBtn.move.current {
    background-color: transparent;
  }

  #menu ul {
    flex-direction: column;
    gap: 5vw;
  }
  #menu ul li a {
    display: block;
    padding: 3vw;
  }
  #menu ul li a img {
    height: 6vw;
  }
}
/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.section {
  position: relative;
  padding: 115px 0;
}
.section .secHead {
  margin-bottom: 75px;
}
@media screen and (max-width: 759px) {
  .section {
    padding: 10vw 0;
  }
  .section .secHead {
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .section .secHead h2 img {
    height: 5.4vw;
    width: auto;
  }
}

@media screen and (min-width: 760px) {
  #onairinfo {
    padding-bottom: 0;
  }
}
#onairinfo .btn {
  margin-top: 85px;
}
@media screen and (max-width: 759px) {
  #onairinfo .btn {
    margin-top: 15vw;
    padding: 0 15vw;
  }
}

#sns .secHead {
  margin-bottom: 50px;
}
#sns .snsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sns .snsWrap .icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .icon {
    width: 11vw;
    margin: 0 auto 8vw auto;
  }
}
#sns .snsWrap .twitterWrap {
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 759px) {
  #sns .snsWrap .twitterWrap {
    width: 100%;
    padding: 0;
  }
}
#sns .snsWrap .snsTimeline {
  min-height: 510px;
}

#about {
  background: #75c1d5;
  color: #FFF;
  padding: 80px 0;
}
#about .secHead {
  margin-bottom: 50px;
}
#about h3 {
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 40px;
  position: relative;
}
#about .text {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 759px) {
  #about {
    padding: 12vw 0;
  }
  #about .secHead {
    margin-bottom: 7vw;
  }
  #about .secHead h2 img {
    height: 12vw;
  }
  #about h3 {
    font-size: 5vw;
    margin-bottom: 7vw;
  }
  #about .text {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 760px) {
  #navigator {
    padding: 80px 0 0 0;
  }
}
#navigator .profileBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
#navigator .profileBlock .title {
  display: inline-block;
  background-color: #75c1d5;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-weight: 500;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 9999px;
}
#navigator .profileBlock .name {
  color: #75c1d5;
}
@media screen and (max-width: 759px) {
  #navigator .profileBlock {
    row-gap: 3vw;
  }
  #navigator .profileBlock .photo {
    padding: 0 20vw;
  }
  #navigator .profileBlock .title {
    padding: 1vw 3vw;
  }
}

#offer {
  padding: 50px 0;
}
@media screen and (max-width: 759px) {
  #offer {
    padding: 5vw 0;
  }
}

.onairListWrap ul li {
  background-color: #f9f9f9;
  margin-bottom: 50px;
  position: relative;
}
.onairListWrap ul li .reportBox {
  display: flex;
  flex-wrap: wrap;
}
.onairListWrap ul li .reportBox .photo {
  width: 40%;
}
.onairListWrap ul li .reportBox .photo img {
  width: 100%;
  height: auto;
}
.onairListWrap ul li .reportBox .detail {
  width: 60%;
  text-align: left;
  padding: 20px 20px 40px 20px;
}
.onairListWrap ul li .reportBox .detail .date {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.onairListWrap ul li .reportBox .detail .date:after {
  content: "ON AIR";
  margin-left: .5em;
  font-size: .8em;
}
.onairListWrap ul li .reportBox .detail .title {
  font-size: 20px;
  color: #75c1d5;
  font-weight: 500;
  margin-bottom: 10px;
}
.onairListWrap ul li .reportBox .detail .text {
  text-align: left;
  font-size: 16px;
}
.onairListWrap ul li .reportBox .detail .moreLink {
  position: absolute;
  bottom: 0;
  right: 0;
}
.onairListWrap ul li .reportBox .detail .moreLink a {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  background: #1e6071;
  color: #FFF;
  padding: 3px 10px;
}
@media screen and (max-width: 759px) {
  .onairListWrap ul li {
    margin-bottom: 5vw;
  }
  .onairListWrap ul li .reportBox {
    flex-direction: column;
  }
  .onairListWrap ul li .reportBox .photo {
    width: 100%;
  }
  .onairListWrap ul li .reportBox .detail {
    width: 100%;
    text-align: left;
    padding: 5vw 5vw 12vw 5vw;
  }
  .onairListWrap ul li .reportBox .detail .date {
    margin-bottom: 2vw;
  }
  .onairListWrap ul li .reportBox .detail .title {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .onairListWrap ul li .reportBox .detail .text {
    font-size: 3.8vw;
  }
  .onairListWrap ul li .reportBox .detail .moreLink a {
    padding: 1vw 3vw;
  }
}

#reportdetail .guestBox {
  text-align: left;
}
#reportdetail .guestBox .boxHead {
  margin-bottom: 30px;
}
#reportdetail .guestBox .boxHead .date {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  background-color: #75c1d5;
  color: #FFF;
  margin-bottom: 20px;
  padding: 4px 10px;
}
#reportdetail .guestBox .boxHead .date::after {
  content: "ON AIR";
  font-size: .8em;
  margin-left: .3em;
}
#reportdetail .guestBox .boxHead .title {
  font-size: 20px;
  color: #1e6071;
  font-weight: 400;
  margin-bottom: 0;
}
#reportdetail .guestBox h3, #reportdetail .guestBox h4 {
  font-size: 20px;
  color: #1e6071;
  font-weight: 400;
  margin-bottom: 30px;
}
#reportdetail .guestBox .photo {
  margin: 30px auto;
  text-align: center;
}
#reportdetail .guestBox .photo img {
  max-width: 100%;
}
#reportdetail .guestBox .text {
  text-align: left;
  letter-spacing: 1px;
}
#reportdetail .guestBox .text p {
  margin-bottom: 2em;
}

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formAtt {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#messageform .message {
  padding: 20px 40px;
}
#messageform .message .message-subtitle {
  padding: 5px;
  background-color: #75c1d5;
  font-size: 18px;
  color: #FFF;
  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 a {
  text-decoration: underline;
}
#messageform .message table {
  width: 100%;
  border-collapse: collapse;
}
#messageform .message table tr th, #messageform .message table tr td {
  padding: 10px;
}
#messageform .message table tr th {
  vertical-align: top;
  width: 30%;
  text-align: right;
  padding-top: calc(10px + .4em);
}
#messageform .message table tr td {
  width: 70%;
  text-align: left;
}
#messageform .message.thanks h2 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #75c1d5;
  margin-bottom: 30px;
}
#messageform .message.thanks .text {
  font-size: 18px;
}
@media screen and (max-width: 759px) {
  #messageform .message {
    padding: 3vw 3vw;
  }
  #messageform .message .message-subtitle {
    padding: 2vw;
    margin: 3vw 0;
  }
  #messageform .message .sub-link {
    margin: 3vw 0;
    font-size: 3.4vw;
  }
  #messageform .message .sub-link a {
    margin: 0 3vw;
  }
  #messageform .message #form-notice {
    margin: 3vw 0;
    font-size: 3.4vw;
  }
  #messageform .message #form-notice .formAtt {
    margin-bottom: 3vw;
  }
  #messageform .message table tr th, #messageform .message table tr td {
    padding: 2vw;
    display: block;
  }
  #messageform .message table tr th {
    width: 100%;
    text-align: left;
    padding-bottom: 1vw;
  }
  #messageform .message table tr td {
    padding-top: 1vw;
    width: 100%;
  }
  #messageform .message.thanks h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #messageform .message.thanks .text {
    font-size: 4vw;
  }
}

#hw-message input[type="text"],
#hw-message input[type="password"],
#hw-message input[type="tel"],
#hw-message input[type="email"],
#hw-message input[type="number"] {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-appearance: none;
  padding: .6em;
  border-radius: 0;
  vertical-align: top;
  font-size: 16px;
}
#hw-message textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-appearance: none;
  padding: .6em;
  border-radius: 0;
  height: 9em;
  font-size: 16px;
}
#hw-message input:focus,
#hw-message textarea:focus,
#hw-message select:focus {
  outline: none;
  border: 1px solid #999;
}

.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);
}
.custom-selectbox select {
  width: 100%;
  padding: .6em;
  border: 1px solid #d1d1d1;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFF;
  color: #333;
}

#form-submit,
#form-reset {
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 0;
  padding: .5em;
  width: 264px;
  margin-right: 1em;
  font-size: 1em;
  cursor: pointer;
  color: #333;
}
#form-submit:hover,
#form-reset:hover {
  opacity: .8;
}
@media screen and (max-width: 759px) {
  #form-submit,
  #form-reset {
    width: 80%;
    margin: 5vw 0 0 0;
    padding: 2vw;
  }
}

#form-submit {
  background: #1e6071;
  border: 1px solid #1e6071;
  color: #fff;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background: #75c1d5 url("../img/color_hr.jpg") repeat-x center top;
  background-size: auto 25px;
  color: #FFF;
  padding: 50px 0 80px 0;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 10vw 0 5vw 0;
    background-size: 100% 3vw;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet {
    justify-content: center;
    gap: 4vw;
  }
}
#jwaveFooter .commonSet .toHome {
  width: calc(50% - 20px);
  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;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
  }
}

/*inview
---------------------------------------------------------------------------*/
.up {
  overflow: hidden;
  position: relative;
  opacity: 0;
  bottom: -80px;
}

.upstyle {
  opacity: 1;
  bottom: 0px;
  transition: 1s 0.3s;
}

/* 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%;
  padding: 20px 155px;
  margin: 0;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn {
    padding: 2vw 15vw;
  }
}
#tab-btn-set .tab-btn:after {
  height: 5px;
  background-color: #75c1d5;
  bottom: -5px;
}
#tab-btn-set .tab-btn:nth-of-type(1) {
  text-align: right;
}
#tab-btn-set .tab-btn:nth-of-type(2) {
  text-align: left;
}
#tab-btn-set .tab-btn .label {
  padding: 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 760px) {
  #tab-btn-set .tab-btn .label {
    width: 100px;
    height: 25px;
  }
}
#tab-btn-set .tab-btn .label img.off {
  position: absolute;
  top: 0;
  left: 0;
}
#tab-btn-set .tab-btn.is-active:after {
  background-color: #75c1d5;
}
#tab-btn-set .tab-btn.is-active .label img.off {
  opacity: 0;
}

#tab-box-set {
  background: #ebf0f5 url("../img/color_hr.jpg") repeat-x center bottom;
  background-size: auto 25px;
  padding: 50px 0 75px 0;
}
@media screen and (max-width: 759px) {
  #tab-box-set {
    background-size: 100% 3vw;
    padding: 10vw 5vw 15vw 5vw;
  }
}
#tab-box-set .tab-box {
  width: 960px;
  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;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-date {
    font-size: 4vw;
  }
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  margin-left: 5px;
  font-size: 14px;
}
@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;
  color: #1e6071;
  font-weight: 400;
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-head .onair-info-title {
    font-size: 4.6vw;
  }
}
#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;
  }
}
