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

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sizeXS {
  font-size: min(12px, 3vw);
}

.sizeS {
  font-size: min(14px, 3.4vw);
}

.sizeN {
  font-size: min(16px, 3.6vw);
}

.sizeM {
  font-size: min(18px, 3.8vw);
}

.sizeL {
  font-size: min(20px, 4vw);
}

.sizeLL {
  font-size: min(22px, 4.2vw);
}

.sizeH {
  font-size: min(24px, 4.4vw);
}

.sizeXL {
  font-size: min(26px, 5.4vw);
}

.sizeB {
  font-size: min(28px, 5.6vw);
}

@media screen and (max-width: 759px) {
  .spXS {
    font-size: min(12px, 3vw);
  }
  .spS {
    font-size: min(14px, 3.4vw);
  }
  .spN {
    font-size: min(16px, 3.6vw);
  }
  .spM {
    font-size: min(18px, 3.8vw);
  }
  .spL {
    font-size: min(20px, 4vw);
  }
  .spLL {
    font-size: min(22px, 4.2vw);
  }
  .spH {
    font-size: min(24px, 4.4vw);
  }
  .spXL {
    font-size: min(26px, 5.4vw);
  }
  .spB {
    font-size: min(28px, 5.6vw);
  }
}
html body {
  background: #fdf8f1;
  color: #333;
  font-size: min(16px, 3.6vw);
}

img {
  vertical-align: top;
}

a {
  color: #2c7600;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 0.8;
}

button,
.slideBtn,
.arrow {
  transition: all 0.2s ease-in;
}
button:hover,
.slideBtn:hover,
.arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.mt30 {
  margin-top: min(30px, 5vw);
}

.mt50 {
  margin-top: min(50px, 7vw);
}

@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;
  }
}
/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 759px) {
  html {
    scroll-padding-top: 13vw;
  }
}

#container {
  margin: 0 auto;
  text-align: center;
  line-height: 180%;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#container::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@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;
  }
}

#headerMenu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: min(10px, 2vw);
  z-index: 10;
  background-color: #2c7600;
  transition: all 0.2s ease-in;
}
#headerMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(40px, 1vw);
}
#headerMenu ul li a {
  color: #FFF;
  font-weight: 500;
  font-size: min(22px, 4.2vw);
  text-decoration: none;
}
@media screen and (max-width: 759px) {
  #headerMenu ul li a {
    font-size: 3.4vw;
  }
}
#headerMenu ul li.headerSns {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 2vw);
}
@media screen and (max-width: 759px) {
  #headerMenu ul li.headerSns {
    align-items: center;
  }
  #headerMenu ul li.headerSns a {
    width: 3vw;
  }
  #headerMenu ul li.headerSns a img {
    display: block;
  }
}

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
.section {
  position: relative;
  padding: min(80px, 10vw) 0;
}
.section .secHead {
  margin-bottom: min(30px, 5vw);
}
.section .secHead h2 {
  font-size: min(32px, 6vw);
  color: #2c7600;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.section#bnrsection {
  padding: min(25px, 5vw) 0;
  background-color: #2c7600;
}
.section#bnrsection a {
  display: inline-block;
}
.section.subsection .subsecInner {
  padding: min(50px, 5vw) 0;
  border-bottom: 2px solid #2c7600;
  border-top: 2px solid #2c7600;
}

.transBox {
  width: 100%;
  background-color: rgba(44, 118, 0, 0.15);
  border-radius: min(10px, 3vw);
  padding: min(30px, 5vw);
}

.btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.viewmore {
  position: relative;
  color: #2c7600;
  padding-right: 20px;
}
.viewmore::before, .viewmore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 2px;
  background-color: #2c7600;
  transform-origin: calc(100% - 1px) 50%;
}
.viewmore::before {
  transform: rotate(45deg);
}
.viewmore::after {
  transform: rotate(-45deg);
}

.titleHx {
  font-size: min(20px, 4vw);
  font-weight: 500;
  line-height: 2;
  color: #2c7600;
  margin-bottom: min(25px, 3vw);
  display: inline-block;
}

.arrow {
  display: inline-block;
  position: relative;
  background-color: #1a4567;
  color: #FFF;
  border-radius: 5px;
  padding: 10px 50px;
  min-width: 264px;
  text-decoration: none;
  font-size: min(18px, 3.8vw);
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 10px;
  height: 2px;
  background-color: #FFF;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.arrow:hover {
  color: #FFF;
}

/*-------------------------------------------------
	++ MAIN 
-------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  padding: min(80px, 10vw) 0;
}
#main .mainInner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 1000px;
  height: 100%;
}
@media screen and (max-width: 759px) {
  #main .mainInner {
    padding: 0 5vw;
  }
}
#main .mainBox {
  margin: 0 auto;
  text-align: center;
}
#main .mainBox .snsBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: min(50px, 5vw);
}
@media screen and (max-width: 759px) {
  #main .mainBox .snsBtn {
    justify-content: center;
  }
}
#main .mainBox .snsBtn dt {
  position: relative;
  font-weight: 500;
  color: #2c7600;
  width: 100%;
}
#main .mainBox .snsBtn dt::before, #main .mainBox .snsBtn dt::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #2c7600;
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 50%;
}
#main .mainBox .snsBtn dt::before {
  transform: translateY(-50%) translateX(-13px) rotate(-25deg);
}
#main .mainBox .snsBtn dt::after {
  transform: translateY(-50%) translateX(15px) rotate(25deg);
}
#main .mainBox .snsBtn dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#main .mainBox .snsBtn dd a {
  display: block;
  padding: min(7px, 1.5vw);
  border-radius: 5px;
  max-width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 759px) {
  #main .mainBox .snsBtn dd a {
    max-width: 7vw;
  }
}
#main .mainBox .snsBtn dd a img {
  display: block;
  width: 100%;
  height: auto;
}
#main .mainInfo {
  width: 100%;
  color: #2c7600;
  margin-top: min(50px, 5vw);
  font-size: min(20px, 4vw);
  font-weight: 500;
  line-height: 2;
}

/*-------------------------------------------------
	++ CONTENTS 
-------------------------------------------------*/
.accordion-head {
  cursor: pointer;
  display: grid;
  grid-template-columns: min(30px, 7vw) 1fr min(30px, 7vw);
  grid-auto-rows: minmax(26px, auto);
  align-items: center;
  gap: min(10px, 2vw);
  padding: min(10px, 2vw);
  transition: all 0.2s ease-in;
  border: 1px solid #2c7600;
  background: rgba(255, 255, 255, 0.25);
  color: #2c7600;
  border-radius: 5px;
}
.accordion-head .icon {
  aspect-ratio: 1/1;
  width: min(30px, 7vw);
  background-color: #2c7600;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.accordion-head .icon.timefree {
  -webkit-mask-image: url(../img/icon_timefree.svg);
          mask-image: url(../img/icon_timefree.svg);
}
.accordion-head .ttl {
  font-size: min(18px, 3.8vw);
  font-weight: 500;
}
.accordion-head .trigger {
  position: relative;
  background-color: #1a4567;
  aspect-ratio: 1/1;
  width: min(30px, 6vw);
  border-radius: 100%;
}
.accordion-head .trigger::before, .accordion-head .trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.2s ease-in;
}
.accordion-head .trigger::after {
  transform: rotate(90deg);
}
.accordion-head.current .trigger::after {
  transform: rotate(0deg);
}

.accordion-body {
  padding-block: clamp(24px, 3.43px + 5.714vw, 40px);
  padding-inline: 2%;
}

#about {
  width: 100%;
}
#about .detail {
  position: relative;
  padding-top: 20px;
}
#about .detail::before {
  content: "";
  width: 100vw;
  height: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, rgba(44, 118, 0, 0) 0%, rgba(44, 118, 0, 0.1) 50%, rgba(44, 118, 0, 0) 100%);
}
#about .detail .text {
  line-height: 2.2;
  position: relative;
}
#about .navigator {
  margin-top: min(20px, 5vw);
  position: relative;
}
@media screen and (max-width: 759px) {
  #about .navigator {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .navigator .name {
  margin-top: 10px;
  color: #2c7600;
  font-size: min(18px, 3.8vw);
}

.reportBox {
  display: flex;
  flex-wrap: wrap;
}
.reportBox.homeReportBox .photo {
  width: 50%;
}
@media screen and (max-width: 759px) {
  .reportBox.homeReportBox .photo {
    width: 100%;
  }
}
.reportBox.homeReportBox .detail {
  width: 50%;
}
@media screen and (max-width: 759px) {
  .reportBox.homeReportBox .detail {
    width: 100%;
    padding-left: 0;
  }
}
.reportBox .photo {
  width: 30%;
}
@media screen and (max-width: 759px) {
  .reportBox .photo {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.reportBox .photo img {
  width: 100%;
  height: auto;
}
.reportBox .detail {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 759px) {
  .reportBox .detail {
    width: 100%;
    padding-left: 0;
  }
}
.reportBox .detail .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 759px) {
  .reportBox .detail .date {
    margin-bottom: 3vw;
  }
}
.reportBox .detail .date:after {
  content: "ON AIR";
  font-size: min(12px, 3vw);
  margin-left: 5px;
}
.reportBox .detail .title {
  font-size: min(18px, 3.8vw);
  font-weight: 500;
  margin-bottom: 10px;
}
.reportBox .detail .text {
  text-align: left;
  line-height: 1.8;
}

ul#onairList li:not(:last-child) {
  margin-bottom: 50px;
}

#reportdetail .guestBox .boxHead {
  text-align: left;
  margin-bottom: min(30px, 3vw);
}
#reportdetail .guestBox .boxHead .date {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#reportdetail .guestBox .boxHead .date:after {
  content: "ON AIR";
  font-size: min(12px, 3vw);
  margin-left: 5px;
}
#reportdetail .guestBox .boxHead .title {
  font-size: min(20px, 4vw);
  font-weight: 500;
}
#reportdetail .guestBox .photo {
  margin: min(30px, 3vw) auto;
}
#reportdetail .guestBox .photo img {
  max-width: 100%;
}
#reportdetail .guestBox .text {
  text-align: left;
}

.entryBlock {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: min(100px, 10vw);
}
.entryBlock .date {
  margin-bottom: min(10px, 3vw);
}
.entryBlock .text p {
  margin-bottom: min(20px, 3vw);
}
.entryBlock .text img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formAtt {
  margin: 20px 0;
  text-align: left;
}

.slideContent {
  display: none;
}

.formWrap .transBox {
  padding: 10px 60px;
}
@media screen and (max-width: 759px) {
  .formWrap .transBox {
    padding: 5vw;
  }
}
.formWrap .slideLabel {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  margin: min(10px, 3vw) 0;
  display: block;
  color: #2c7600;
  font-size: min(18px, 3.8vw);
  border: 1px solid #2c7600;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.formWrap .slideLabel .trigger {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1a4567;
  aspect-ratio: 1/1;
  width: min(30px, 6vw);
  border-radius: 100%;
}
.formWrap .slideLabel .trigger::before, .formWrap .slideLabel .trigger::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #FFF;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease-in;
}
.formWrap .slideLabel .trigger::before {
  transform: translate(-50%, -50%);
}
.formWrap .slideLabel .trigger::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.formWrap .slideLabel.current span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.formWrap .form-notice {
  margin: 20px 0;
  text-align: left;
  font-size: min(14px, 3.4vw);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 759px) {
  .formWrap .form-notice {
    margin: 3vw 0;
  }
}
.formWrap .form-notice .formAtt {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .formWrap .form-notice .formAtt {
    margin-bottom: 3vw;
  }
}
.formWrap table {
  width: 100%;
  border-collapse: collapse;
}
.formWrap table tr th, .formWrap table tr td {
  padding: 5px;
}
@media screen and (max-width: 759px) {
  .formWrap table tr th, .formWrap table tr td {
    display: block;
  }
}
.formWrap table tr th {
  vertical-align: top;
  width: 23%;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 759px) {
  .formWrap table tr th {
    text-align: left;
    width: 100%;
  }
}
.formWrap table tr td {
  width: 77%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  .formWrap table tr td {
    width: 100%;
  }
}
.formWrap.thanks {
  padding: 40px;
}
.formWrap.thanks h3 {
  color: #2c7600;
  margin-bottom: 15px;
  font-size: min(22px, 4.2vw);
  font-weight: 500;
}
.formWrap input:not([type=radio]),
.formWrap textarea {
  width: 100%;
  border: 1px solid #FFF;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  .formWrap input:not([type=radio]),
  .formWrap textarea {
    padding: 1vw;
  }
}
.formWrap select {
  width: 100%;
  border: 1px solid #FFF;
  background: #fff;
  border-radius: 0;
  padding: 10px;
}
@media screen and (max-width: 759px) {
  .formWrap select {
    padding: 1vw;
  }
}
.formWrap textarea {
  height: 120px;
}
.formWrap input:not([type=radio]):focus,
.formWrap textarea:focus {
  outline: none;
  border: 1px solid #999;
}
.formWrap #form-submit,
.formWrap #form-reset {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #d1d1d1;
  border-radius: 0;
  border: 0;
  height: 44px;
  width: 264px;
  margin-right: 16px;
  font-size: min(18px, 3.8vw);
  cursor: pointer;
}
.formWrap #form-submit {
  background: #1a4567;
  color: #FFF;
  border-radius: 5px;
}

.formBox {
  background-color: #1a4567;
  padding: 20px;
}

.tabTrgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tabTrgBox .label {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .tabTrgBox .label {
    width: 50%;
  }
}
.tabTrgBox .label a {
  display: block;
  text-decoration: none;
  padding: min(20px, 4vw);
  position: relative;
  font-weight: 500;
  font-size: min(18px, 3.8vw);
  opacity: 0.5;
}
.tabTrgBox .label a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: all 0.2s ease 0s;
  opacity: 0;
  background: #1a4567;
  height: 19.0525588833px;
  width: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: 50%;
  transform: translateX(-50%);
}
.tabTrgBox .label a:hover, .tabTrgBox .label a.current {
  opacity: 1;
}
.tabTrgBox .label a:hover::after, .tabTrgBox .label a.current::after {
  opacity: 1;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  padding: 20px 0 70px 0;
  background-color: #2c7600;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 6vw 0;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  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;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin-top: 8vw;
  }
}

/* TimeFree */
#timefree_extract {
  --timefree-btn-radius: 0;
  --timefree-btn-color: #dbe3e0;
  --timefree-btn-color-hover: #dbe3e0;
  --timefree-txt-color:$colBase;
}
#timefree_extract .timefree_ul li a {
  border-radius: 5px !important;
}
#timefree_extract .timefree_ul li a::before {
  background-color: #2c7600 !important;
}
#timefree_extract .timefree_ul li a::after {
  border-color: #1a4567 !important;
}
#timefree_extract .timefree_ul li a .timefree_credit {
  color: #333;
}

/* LATEST NEXT*/
#tab-contents {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
}

#tab-btn-set {
  margin-bottom: min(10px, 2.6vw);
  border-color: rgba(44, 118, 0, 0.3);
}
#tab-btn-set .tab-btn {
  margin: 0;
  width: 100% !important;
  max-width: none;
}
#tab-btn-set .tab-btn:after {
  width: 6em;
  background-color: #2c7600;
  left: 50%;
  transform: translateX(-50%);
}
#tab-btn-set .tab-btn:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  transition: all 0.6s ease 0s;
  opacity: 0;
  background-color: rgba(44, 118, 0, 0.3);
}
#tab-btn-set .tab-btn .label {
  font-size: min(20px, 4vw);
  font-weight: 500;
  color: rgba(44, 118, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 759px) {
  #tab-btn-set .tab-btn .label {
    padding: 2vw 0;
  }
}
#tab-btn-set .tab-btn:hover::after {
  background-color: #2c7600;
}
#tab-btn-set .tab-btn.is-active:before {
  opacity: 1;
}
#tab-btn-set .tab-btn.is-active .label {
  color: #2c7600;
}

#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;
  margin-bottom: min(15px, 2vw);
  position: relative;
}
#tab-box-set .tab-box .onair-info-head .onair-info-date:after {
  content: "ON AIR";
  font-size: min(14px, 3.4vw);
  margin-left: 5px;
}
#tab-box-set .tab-box .onair-info-head .onair-info-title {
  font-size: min(20px, 4vw);
  font-weight: 400;
  margin-bottom: min(20px, 3vw);
}
@media screen and (max-width: 759px) {
  #tab-box-set .tab-box .onair-info-body .onair-info-image {
    margin-bottom: 3vw;
  }
}
#tab-box-set .tab-box .onair-info-body .onair-info-comment {
  text-align: left;
  line-height: 2;
}