/************************************

reset

************************************/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

address, em {
  font-style: normal;
}

/************************************

base

************************************/

html {
  font-size: 625%;

  scroll-padding-top: 80px;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-size: 0.16rem;
  font-family: -apple-system, "BlinkMacSystemFont", Sans-Serif;
}

p {
  color: #000;
  line-height: 1.625;
}

p + p {
  margin-top: 1em;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p > a {
  color: #2294e8;
}

p > a:hover {
  color: #43ac43;
}

img {
  max-width: 100%;
  height: auto;
}

/************************************

container

************************************/

.container {
  margin: 0 auto;
  padding: 0 0.15rem;
  max-width: 1156px;
}

.container.-column02 {
  margin: 0.28rem auto 0 auto;
}

.container.-no-padding {
  padding: 0;
  max-width: 1126px;
}

.container.-narrow {
  max-width: 742px;
}

.container.-full {
  padding: 0;
  max-width: 100%;
}

/************************************

footer(layout)

************************************/

.footer {
  margin-top: 0.52rem;
  padding: 0 0.15rem 0.88rem 0.15rem;
}

/************************************

header

************************************/

/************************************

main

************************************/

.main {
  flex: 1;
}

/************************************

side

************************************/

/************************************

table

************************************/

.about__main {
  padding-top: 0.4rem;
}

.about__main * {
  text-align: center;
}

.about__headline {
  margin-top: 0.1rem;
  color: #006226;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.17rem;
  transform: scaleY(0.9);
}

.about__language {
  margin-top: 0.5rem;
  text-align: center;
}

.about__language a {
  color: #6a6a6a;
}

.about__language .current {
  color: #43ac43;
}

.about__logos {
  display: flex;
  margin-top: 0.3rem;

  flex-wrap: wrap;
  justify-content: center;
}

.about__logos-item {
  margin: 0.12rem;
  max-width: 125px;
  max-height: 92px;
  text-align: center;

  flex-grow: 1;
}

.about__logos-item img[src$=".svg"] {
  width: 100%;
}

.about__logos-item.-inter {
  max-width: 148px;
}

.about__press li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

/************************************

avatar

************************************/

.avatar {
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
}

.avatar.-noborder {
  border: 0;
}

/************************************

bg

************************************/

.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 360px;
  background-color: #000;
  background-image: none;
}

.bg__mask {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url(/image/header_mask.svg) no-repeat center bottom/contain;
}

.bg__mask--pc {
  display: none;
}

.bnr {
  margin-top: 0.7rem;
}

.bnr__container {
  display: flex;

  justify-content: center;
  flex-wrap: wrap;
  gap: min(0.26rem, 3vw);
}

.bnr__item {
  max-width: 358px;
}

.bnr__item a {
  transition: 0.2s all ease 0s;
}

.bnr__item a:hover {
  opacity: 0.7;
}

/************************************

btn

************************************/

.btn-radiko {
  display: block;
  margin: 0 auto;
  padding: 0.12rem 0.12rem 0.08rem 0.12rem;
  border-radius: 30px;
  background: #00a7e3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: 0.3s ease all;
}

.-mini .btn-radiko {
  padding: 0.18rem 0.18rem 0.14rem 0.18rem;
}

.btn-radiko .radiko-logo {
  width: 80px;
  height: 26px;
  transition: inherit;

  fill: #fff;
}

.-mini .btn-radiko .radiko-logo {
  display: none;
}

.btn-radiko .radiko-logo-small {
  display: none;
  width: 28px;
  height: 30px;

  fill: #fff;
}

.-mini .btn-radiko .radiko-logo-small {
  display: block;
}

.btn-radiko .radiko-play {
  display: none;
}

.btn-radiko-wide {
  display: flex;
  padding: 0.2rem 0.1rem;
  background: #00a7e3;
  color: #fff;
  font-size: 4.1vw;
  transition: 0.3s ease all;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn-radiko-wide svg {
  fill: #fff;
}

.btn-radiko-wide span {
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.4;
}

.btn-radiko-wide .radiko-play {
  margin-right: 0.07rem;
  width: 22px;
  height: 22px;
  transition: inherit;
}

.btn-radiko-wide .radiko-logo {
  margin-right: 0.07rem;
  width: 66px;
  height: 22px;
  transition: inherit;
}

.btn-primary {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 0.5em 1em;
  min-width: 135px;
  border: 2px solid #43ac43;
  border-radius: 3px;
  background: #fff;
  color: #43ac43;
  text-align: center;
  text-decoration: none;
  font-size: 0.14rem;
}

.btn-primary svg {
  margin: 0 0.3em;
  width: 0.14rem;
  height: 0.14rem;
  vertical-align: bottom;

  fill: #43ac43;
}

.btn-primary.-center {
  display: table;
  margin: 0.2rem auto 0 auto;
}

.btn-primary.-left {
  margin: 0.2rem 0 0 0;
}

.btn-primary.-right {
  display: table;
  margin: 0.2rem 0 0 auto;
}

.btn-primary.-full {
  display: block;
}

.btn-primary.-big {
  padding: 0.8em 1em;
  font-size: 0.18rem;
}

.btn-general {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.5em 1em;
  min-width: 135px;
  border: 2px solid #353535;
  border-radius: 3px;
  color: #353535;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.14rem;
}

.btn-general.-center {
  display: table;
  margin: 0 auto 0 auto;
}

.btn-general.-left {
  margin: 0.2rem 0 0 0;
}

.btn-general.-right {
  display: table;
  margin: 0.2rem 0 0 auto;
}

.btn-emphasis {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1em;
  width: 100%;
  border-radius: 3px;
  background: #43ac43;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.18rem;
  transition: 0.2s ease all;
}

.btn-emphasis.-center {
  display: table;
  margin: 0 auto 0 auto;
}

.btn-emphasis.-left {
  margin: 0.2rem 0 0 0;
}

.btn-emphasis.-right {
  display: table;
  margin: 0.2rem 0 0 auto;
}

.btn-search {
  padding: 0.15rem;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #43ac43;
  color: #fff;
  text-align: center;
  transition: 0.2s ease all;
}

.btn-search svg {
  margin-right: 0.06rem;
  width: 14px;
  height: 14px;
  vertical-align: bottom;

  fill: #fff;
}

.btn-listen {
  display: flex;
  color: #43ac43;
  font-size: 0.14rem;
  transition: 0.2s ease all;

  align-items: center;
  gap: 0.04rem;
}

.btn-listen svg {
  width: 16px;
  height: 16px;

  fill: #43ac43;
}

/************************************

radiko widget btn layout1

************************************/

.btn-radiko-stream {
  display: flex;

  align-items: center;
  gap: 0.1rem;
}

.btn-radiko-stream__txt {
  display: flex;
  text-align: center;

  flex: 1;
}

.btn-radiko-stream__txt .radiko-logo {
  overflow: hidden;
  width: 87px;
  height: 29px;
}

.btn-radiko-stream__txt .radiko-logo svg {
  width: 100%;
  height: 38px;

  fill: #fff;
}

.btn-radiko-stream__notice {
  margin: 0.2em 0 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.1rem;
  line-height: 1.6;

  flex: 1;
}

.btn-radiko-stream__notice a {
  color: #53b2f7;
  text-decoration: underline;
  font-weight: normal;
}

.btn-radiko-stream__notice a:hover {
  color: inherit;
  text-decoration: none;
}

.btn-radiko-stream__widget {
  display: flex;
  overflow: hidden;
  width: 116px;
  height: 67px;

  justify-content: center;
  align-items: center;
}

.btn-radiko-stream__widget:hover {
  cursor: pointer;
}

/************************************

radiko widget btn layout2

************************************/

.btn-radiko-stream-layout2 {
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.08rem 0.07rem 0.1rem;
  background: #08a5e9;

  container-type: inline-size;
}

.btn-radiko-stream-layout2__txt {
  display: flex;
  margin-left: -0.1rem;

  align-items: center;
  justify-content: center;
}

.btn-radiko-stream-layout2__txt .radiko-logo {
  overflow: hidden;
  padding: 8px;
  max-width: 48px;
}

.btn-radiko-stream-layout2__txt .radiko-logo svg {
  width: 100%;
  height: 100%;

  aspect-ratio: 1/1;
  fill: #fff;
}

.btn-radiko-stream-layout2__notice {
  color: #fff;
  font-weight: bold;
  font-size: 0.195rem;
  line-height: 1;
}

.btn-radiko-stream-layout2__notice a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-size: 0.1rem;
}

.btn-radiko-stream-layout2__notice a:hover {
  color: inherit;
  text-decoration: none;
}

.btn-radiko-stream-layout2__widget {
  padding-right: 0.1rem;
  text-align: center;
}

/************************************

campaign

************************************/

.campaign {
  position: relative;
  margin-top: 0.26rem;
  padding: 0.15rem 0.15rem 0.5rem 0.15rem;
  background: url(/image/bg-line.jpg) no-repeat center top/cover;
  text-align: center;
}

.campaign .heading-primary {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  color: #fff;
}

.campaign__head-accent {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/image/header_mask.svg) no-repeat center bottom/contain;
  transform: rotate(180deg);
}

.campaign__bottom-accent {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/image/header_mask.svg) no-repeat center bottom/contain;
}

.campaign__container {
  margin: 0 auto;
  max-width: 500px;
}

/************************************

committee

************************************/

.committee__main ul li {
  margin-bottom: 0.16rem;
}

.committee__main ul li a {
  display: block;
  padding: 0.1rem 0.05rem;
  width: 100%;
  border-radius: 5px;
  background-color: #43ac43;
  color: #fff;
}

.committee__main ul li a:hover {
  opacity: 0.7;
}

/************************************

day-selecter

************************************/

.day-selecter {
  display: flex;
  color: #fff;
  font-weight: 200;

  justify-content: space-around;
}

.day-selecter__item {
  position: relative;
  padding: 0 0.05rem;
  border: 0;
  background: none;
  color: #fff;
  text-align: center;
  font-weight: 200;
}

.day-selecter__item.-current {
  color: #ade078;
}

.day-selecter__item.-current::before {
  position: absolute;
  top: -0.2rem;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #43ac43;
  box-shadow: 0 0 0 0 rgba(67, 172, 67, 0.5);
  content: "";
  -webkit-animation: currentBright 1.2s linear infinite;
  animation: currentBright 1.2s linear infinite;
}

@-webkit-keyframes currentBright {
  50% {
    box-shadow: 0 0 0 4px rgba(67, 172, 67, 0.5);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(67, 172, 67, 0);
  }
}

@keyframes currentBright {
  50% {
    box-shadow: 0 0 0 4px rgba(67, 172, 67, 0.5);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(67, 172, 67, 0);
  }
}

.day-selecter__month {
  font-size: 0.12rem;
}

.day-selecter__day {
  font-size: 0.3rem;
}

.day-selecter__day-of-the-week {
  margin-top: 0.01rem;
  font-size: 0.12rem;
}

.display-ad {
  display: flex;
  margin: 0.4rem 0;

  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

/************************************

dj-detail

************************************/

/************************************

dj

************************************/

.dj__list.-vertical {
  display: flex;

  gap: 0.05rem 0.2rem;
}

.-vertical .dj__item {
  flex-shrink: 0;
}

.dj__inner {
  display: table;
  text-decoration: none;
}

.-big .dj__inner {
  display: flex;
  flex-direction: column;

  align-items: center;
}

.dj__avatar {
  display: table-cell;
  max-width: 48px;
}

.-big .dj__avatar {
  margin-top: -0.12rem;
  max-width: 150px;
  height: 100%;
}

.dj__avatar.-small {
  max-width: 32px;
}

.dj__name {
  display: table-cell;
  padding-left: 0.061rem;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.14rem;
}

.-big .dj__name {
  margin-top: 0.05rem;
  font-size: 0.24rem;
}

/************************************

footer

************************************/

.footer__bnr {
  display: flex;
  margin: 0.2rem auto 0 auto;
  max-width: 1126px;

  flex-wrap: wrap;
  justify-content: center;
}

.footer__bnr-item {
  margin: 0 0.13rem 0.13rem 0;

  flex-basis: calc((100% - 0.13rem) / 2);
}

.footer__bnr-item:nth-of-type(2n) {
  margin: 0 0 0.13rem 0;
}

.footer__logos {
  margin-top: 0.32rem;
}

.footer__logos-item {
  margin-top: 0.12rem;
  width: 196px;
}

.footer__logos-item img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
}

.footer__logos-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  fill: #bebebe;
}

.footer__logos-item.-inter {
  position: relative;
  width: 196px;
  height: 37px;
}

.footer__logos-item.-group {
  position: relative;
  width: 123px;
  height: 25px;
}

.footer__copyright {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.12rem;
}

/************************************

full-screen-image

************************************/

.full-screen-image img {
  max-width: none;
  width: 100%;
}

/************************************

header

************************************/

.header__container {
  padding: 0.1rem 0.15rem 0 0.15rem;
}

/************************************

heading

************************************/

.heading-page {
  margin: 0.26rem auto;
  padding: 0.15rem;
  max-width: 1126px;
  width: calc(100% - 0.3rem);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  color: #006226;
  text-align: center;
  font-weight: 600;
  font-size: 0.26rem;
}

.heading-primary {
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  color: #006226;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.24rem;
}

.heading-secondary {
  margin-top: 0.3rem;
  margin-bottom: 0.05rem;
  color: #000;
  font-weight: 600;
  font-size: 0.22rem;
  line-height: 1.4;
}

.heading-tertiary {
  margin-top: 0.5rem;
  margin-bottom: 0.12rem;
  color: #006226;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 1.4;
}

.heading-quaternary {
  margin-top: 0.2rem;
  margin-bottom: 0.02rem;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 1.45;
}

/************************************

hero

************************************/

.hero {
  margin: 0.16rem auto 0.3rem auto;
  text-align: center;
}

.hero img {
  max-width: 100%;
  width: 100%;
}

/************************************

hotpicks

************************************/

.hotpicks__inner {
  background: #000;
}

.hotpicks__inner iframe {
  width: 100%;
  height: 80px;
  vertical-align: bottom;
}

/************************************

icon

************************************/

.icon {
  margin: 0 0.2em;
  vertical-align: bottom;
}

.icon.-inline-text {
  width: 12px;
  height: 12px;

  fill: #6a6a6a;
}

/************************************

language-selector

************************************/

.language-selector {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 10;
}

.language-selector__btn {
  padding: 0.5em;
  border: 2px solid #fff;
  background: #43ac43;
  color: #fff;
  font-size: 15px;
}

.language-selector__btn:hover {
  background: #006226;
  cursor: pointer;
}

.language-selector__btn:lang(en)[data-language=en] {
  display: none;
}

.language-selector__btn:lang(ja)[data-language=ja] {
  display: none;
}

/************************************

link-list

************************************/

.link-list__item {
  overflow: hidden;
}

.link-list__item * {
  line-height: 1.2;
}

.link-list__item:not(:first-of-type) {
  margin-top: 0.06rem;
}

.link-list__item svg {
  float: left;
  margin-right: 0.06rem;
  width: 19px;
  height: 19px;
  vertical-align: bottom;

  fill: #43ac43;
}

.link-list__item a {
  display: block;
  overflow: hidden;
}

.-big .link-list__item {
  margin-top: 0;
  padding: 0.15rem 0;
  border-bottom: 1px solid #e3e3e3;
}

.-big .link-list__item:first-of-type {
  border-top: 1px solid #e3e3e3;
}

/************************************

logo

************************************/

.logo {
  text-align: center;
}

.logo__headline {
  padding-top: 0.05rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.17rem;
  transform: scaleY(0.9);
}

.logo__tag {
  margin-top: 0.03rem;
}

.logo__mark {
  margin: 0 auto;
  width: 125px;
}

.logo__mark img {
  aspect-ratio: 326/209;
}

/************************************

movie

************************************/

.movie__item {
  text-align: center;
}

.movie__item iframe {
  max-width: 760px;
  width: 100%;
  height: auto;

  aspect-ratio: 16/9;
}

/************************************

music-list

************************************/

.music-list__item {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e3e3e3;
}

.music-list__item * {
  line-height: 1.2;
}

.music-list__date-and-time {
  padding: 0 0.15rem;
  color: #ccc;
  white-space: nowrap;
  font-size: 0.14rem;

  flex-basis: 16%;
}

.music-list__date {
  color: #006226;
}

.music-list__time {
  color: #43ac43;
}

.music-list__music {
  margin-top: 0.06rem;
  padding: 0 0.15rem;
}

.music-list__title {
  font-weight: 600;
  font-size: 0.16rem;
}

.music-list__artist {
  margin-top: 0.01rem;
  font-size: 0.14rem;
}

.music-list__listen {
  margin: 0.08rem 0 0 0;
  padding: 0 0.15rem;
  white-space: nowrap;

  -ms-grid-row-align: center;
  align-self: center;
}

/************************************

music-search

************************************/

/************************************

navigation-footer

************************************/

.navigation-footer:not(:first-of-type) {
  margin-top: 0.32rem;
}

.navigation-footer__item {
  margin-top: 0.16rem;
  white-space: nowrap;
  font-weight: 500;
}

.navigation-footer__item a {
  text-decoration: none;
}

.-sub .navigation-footer__item {
  margin-top: 0.13rem;
  color: #6a6a6a;
  font-size: 0.12rem;
}

/************************************

global-navi

************************************/

.navigation-global__toggle-btn {
  position: absolute;
  top: 0.07rem;
  right: 10px;
  z-index: 120;
  display: block;
  margin: auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
}

.navigation-global__toggle-btn span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

.navigation-global__toggle-btn span:nth-of-type(1) {
  top: 14px;
  right: 0;
  left: 0;
  margin: auto;
}

.navigation-global__toggle-btn span:nth-of-type(2) {
  top: 21px;
  right: 0;
  left: 0;
  margin: auto;
}

.navigation-global__toggle-btn span:nth-of-type(3) {
  top: 28px;
  right: 0;
  left: 0;
  margin: auto;
}

.-open .navigation-global__toggle-btn span {
  background: #fff;
}

.-open .navigation-global__toggle-btn span:nth-of-type(1) {
  top: 21px;
  transform: rotate(-45deg);
}

.-open .navigation-global__toggle-btn span:nth-of-type(2) {
  display: none;
}

.-open .navigation-global__toggle-btn span:nth-of-type(3) {
  top: 21px;
  transform: rotate(45deg);
}

.navigation-global__group {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  display: block;
  padding: 5em 1em 2em 1em;
  max-width: 300px;
  width: 65%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.3s ease all;
}

.-open .navigation-global__group {
  right: 0;
}

.navigation-global__item {
  position: relative;
  margin: 0 0 0.8em 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.21rem;
}

.navigation-global__item a {
  display: inline-block;
  padding: 0.3em;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease all;
}

.navigation-global__other {
  display: flex;
  flex-direction: column;

  gap: 0.2rem;
}

.navigation-search .gsc-control-cse {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
}

.navigation-search .gsc-input {
  width: 15em;
}

.navigation-search .gsc-input-box {
  border: none;
}

.navigation-sns__list {
  display: flex;
  padding: 0 0 0 0.05rem;

  align-items: center;
  gap: 0.24rem;
}

.navigation-sns__item svg {
  width: 0.24rem;
  height: 0.24rem;
  transition: 0.2s ease all;

  fill: #fff;
}

.navigation-sns__item.-facebook svg {
  width: 0.14rem;
}

.navigation-sns__item.-youtube svg {
  width: 0.28rem;
  height: 0.28rem;
}

/************************************

news-info

************************************/

.news-info {
  display: flex;
  margin-bottom: 0.05rem;

  align-items: center;
}

.news-info__item:not(:last-of-type) {
  margin-right: 0.1rem;
}

.news-info__item.-category {
  padding: 0.3em;
  width: 0.78rem;
  border-radius: 2px;
  background: #aaa;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 0.1rem;
}

.news-info__item.-date {
  vertical-align: middle;
  font-size: 0.1rem;
}

/************************************

news-list

************************************/

.news-list__item {
  overflow: hidden;
  margin-bottom: 0.16rem;

  flex-basis: calc((100% - 0.52rem) / 3);
}

.news-list__item a {
  display: block;
  text-decoration: none;
}

.news-list__thumb {
  float: left;
  margin-right: 0.12rem;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 2px;
  background: no-repeat center center/cover;
}

.news-list__content {
  overflow: hidden;
}

.news-list__heading {
  overflow: hidden;
  margin-top: 0.05rem;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 1.3;
}

.news-list__item:hover .news-list__heading {
  color: #43ac43;
}

.news-list__program {
  margin-top: 0.08rem;
  font-size: 0.1rem;
}

.news-list__more {
  margin-top: 0.1rem;
}

/************************************

news-single

************************************/

.news-single__header {
  margin: 0 0 0.3rem 0;
}

.news-single__container {
  margin-top: 0.2rem;
}

.news-single__container img {
  display: table;
  margin: 0 auto 0.15rem auto;
}

.news-single__container p:first-of-type {
  margin-top: 0.4rem;
}

.news-single__share {
  margin-top: 0.4rem;
  padding: 0.15rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

/************************************

notice

************************************/

ul.notice-list {
  margin: auto;
  max-width: 80%;
}

ul.notice-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 5px 15px 15px;
  border-top: 5px solid #fff;
  background: #f3f4f0;
  list-style: none;
}

ul.notice-list li::after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}

ul.notice-list li p.date {
  display: block;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: 15%;
  color: #006226;
}

ul.notice-list li p.desc {
  display: block;
  float: left;
  margin: 0;
  width: 70%;
}

ul.notice-list li span.pdf {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  padding: 10px 0 0 34px;
  width: 15%;
  height: 32px;
  background: url(../image/icon-pdf.png) no-repeat left center;
  font-size: 13px;
}

ul.notice-list li span.pdf a {
  text-decoration: underline;
}

.now-on-air-large {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  margin-top: 0.3rem;
  max-width: 1126px;

  margin-inline: auto;
  padding-inline: 0.1rem;
}

.now-on-air-large__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.1rem 0.24rem 0.1rem;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;

  gap: 0.16rem 0.26rem;
  -webkit-backdrop-filter: blur(26px) brightness(58%) contrast(150%) saturate(140%);
  backdrop-filter: blur(26px) brightness(58%) contrast(150%) saturate(140%);
}

.now-on-air-large__bg {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  display: block;
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
}

.now-on-air-large__bg::before {
  content: "";
}

.now-on-air-large__bg::after {
  position: absolute;
  top: 1.7761989343%;
  left: 1.7761989343%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  background-image: linear-gradient(110deg, #ffff43 0%, #84f850 80%, #92d46c 100%);
  content: "";
  filter: blur(30px);
}

.now-on-air-large__info {
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.1rem 0 0.1rem;
  color: #fff;

  gap: 0.12rem;
}

.now-on-air-large__media {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  width: 100%;
  border-radius: 0.1rem;
  color: #fff;

  align-self: flex-start;
}

.now-on-air-large__search {
  overflow: hidden;
  border-radius: 0.1rem;

  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.now-on-air-large__header {
  display: flex;

  align-items: center;
  justify-content: space-between;
}

.now-on-air-large__heading {
  display: flex;
  padding: 0 0 0 4px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.5);
  font-weight: bold;

  align-items: center;
  gap: 8px;
}

.now-on-air-large__heading-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.now-on-air-large__heading-icon span {
  position: relative;
  z-index: 2;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 3px white;
}

.now-on-air-large__heading-icon::before, .now-on-air-large__heading-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #43ac43;
  content: "";
}

.now-on-air-large__heading-icon::before {
  -webkit-animation: noa-icon 1.5s linear infinite;
  animation: noa-icon 1.5s linear infinite;
}

.now-on-air-large__heading-icon::after {
  -webkit-animation: noa-icon 1.5s linear infinite 0.6s;
  animation: noa-icon 1.5s linear infinite 0.6s;
}

@-webkit-keyframes noa-icon {
  100% {
    opacity: 0;

    scale: 9;
  }
}

@keyframes noa-icon {
  100% {
    opacity: 0;

    scale: 9;
  }
}

.now-on-air-large__time {
  font-weight: bold;
  font-size: 0.14rem;
}

.now-on-air-large__time svg {
  margin-right: 0.02rem;
  width: 14px;
  height: 14px;
  vertical-align: bottom;

  fill: #fff;
}

.now-on-air-large__title {
  margin-top: 0.03rem;
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 1.2;
}

.now-on-air-large__dj {
  overflow-x: scroll;
}

.now-on-air-large__summary {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  line-height: 1.6;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.now-on-air-large__summary p {
  color: #fff;
}

.now-on-air-large__sponsors {
  display: flex !important;
  margin-top: auto;
  max-width: 518px;
  opacity: 0;

  gap: 1.8903591682%;
}

.now-on-air-large__sponsors.-setposition {
  opacity: 1;
}

.now-on-air-large__sponsors .sponsor-bnr {
  margin-right: 0.3780718336%;
  max-width: 49.0548204159%;
}

.now-on-air-large__keyvisual img {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgb(0, 71, 13) 0%, rgb(0, 0, 0) 100%);

  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 518/324;
}

/************************************

now on air

************************************/

.now-on-air {
  position: relative;
  margin: 0.28rem auto 0 auto;
  width: calc(100% - 0.3rem);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.now-on-air.-mini {
  margin: 0.16rem auto 0 auto;
}

.now-on-air__header {
  display: flex;
}

.-mini .now-on-air__header {
  padding: 0.1rem 0 0.08rem 0;
}

.now-on-air__group {
  display: flex;
  flex-direction: column;
  margin-right: auto;

  justify-content: center;
}

.now-on-air__heading {
  display: inline-block;
  padding: 0.04rem 0.2rem;
  background: #006226;
  color: #fff;
  font-size: 0.18rem;
}

.now-on-air__time {
  margin-top: 0.06rem;
  padding-left: 0.2rem;
  font-size: 0.14rem;
}

.now-on-air__time svg {
  margin-right: 0.02rem;
  width: 14px;
  height: 14px;
  vertical-align: bottom;

  fill: #000;
}

.-mini .now-on-air__time {
  display: none;
}

.now-on-air__avatar {
  margin-top: -0.2rem;
  margin-right: 0.08rem;
  max-width: 100px;
}

.now-on-air__avatar img {
  width: 100px;
}

.-mini .now-on-air__avatar {
  display: none;
}

.now-on-air__avatar-container {
  border-radius: 50%;
  background: #fff;
}

.now-on-air__program {
  padding: 0 0.18rem 0.12rem 0.18rem;
}

.now-on-air__name {
  font-size: 0.12rem;
}

.now-on-air__title {
  margin-top: 0.06rem;
  font-weight: 600;
  font-size: 0.18rem;
}

.now-on-air__guest {
  margin-top: 0.05rem;
  font-size: 0.13rem;
}

.-mini .now-on-air__guest {
  display: none;
}

.now-on-air__guest em {
  margin-right: 0.06rem;
  color: #43ac43;
}

.now-on-air__sponsor {
  overflow: hidden;
  padding: 0.06rem 0.04rem;
  background: #e3e3e3;
  text-align: center;
}

.now-on-air__sponsor .sponsor-bnr {
  display: inline-block;
  margin: 0 0.01rem;
}

.now-on-air__sponsor-inner {
  max-width: 160px;

  margin-inline: auto;
}

.now-on-air__listen {
  padding: 0 0 0 0.11rem;
  background: #08a5e9;
}

.-mini .now-on-air__listen {
  position: absolute;
  right: -0.07rem;
  bottom: -0.12rem;
  z-index: 3;
  padding: 0;
}

.now-on-air__music {
  position: relative;
  overflow: hidden;
  padding: 0.08rem;
  border-radius: 0 0 8px 8px;
  background: #000;
  color: #fff;
  white-space: nowrap;
  font-size: 0.13rem;
}

.now-on-air__music a {
  text-decoration: none;
}

.now-on-air__music-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 0.08rem 0 0.08rem 0.08rem;
  border-radius: 0 0 0 8px;
  background: #000;
}

.now-on-air__music-icon::after {
  position: absolute;
  top: 0;
  right: -14px;
  display: inline-block;
  width: 14px;
  height: 100%;
  background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.now-on-air__music-icon span {
  display: inline-block;
  margin-left: 0.02rem;
  width: 2px;
  height: 11px;
  background: #006226;
  transform: scaleY(0);
  transform-origin: center bottom;
  -webkit-animation: indicators 0.85s ease infinite;
  animation: indicators 0.85s ease infinite;
}

.now-on-air__music-icon span:nth-of-type(2) {
  -webkit-animation-delay: -0.13s;
  animation-delay: -0.13s;
}

.now-on-air__music-icon span:nth-of-type(3) {
  -webkit-animation-delay: -0.21s;
  animation-delay: -0.21s;
}

.now-on-air__music-icon span:nth-of-type(4) {
  -webkit-animation-delay: -0.17s;
  animation-delay: -0.17s;
}

@-webkit-keyframes indicators {
  50% {
    background: #ade078;
    transform: scaleY(1);
  }
}

@keyframes indicators {
  50% {
    background: #ade078;
    transform: scaleY(1);
  }
}

.now-on-air__music-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 100%;
  transform: translate(0);
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

@-webkit-keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}

@keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}

.now-on-air__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  padding: 0.05rem 0.08rem 0.03rem 0;
  background: #000;
  color: #e3e3e3;
  font-size: 0.18rem;
}

.now-on-air__search-icon svg {
  margin-right: 0.03rem;
  width: 11px;
  height: 11px;

  fill: #e3e3e3;
}

/************************************

on-air-search

************************************/

.on-air-search {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.08rem;
  background: #000;
  color: #fff;
  white-space: nowrap;
}

.on-air-search a {
  text-decoration: none;
}

.on-air-search__music-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 0.08rem 0 0.08rem 0.08rem;
  border-radius: 0 0 0 8px;
  background: #000;
}

.on-air-search__music-icon::after {
  position: absolute;
  top: 0;
  right: -14px;
  display: inline-block;
  width: 14px;
  height: 100%;
  background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.on-air-search__music-icon span {
  display: inline-block;
  margin-left: 0.02rem;
  width: 2px;
  height: 11px;
  background: #006226;
  transform: scaleY(0);
  transform-origin: center bottom;
  -webkit-animation: indicators 0.85s ease infinite;
  animation: indicators 0.85s ease infinite;
}

.on-air-search__music-icon span:nth-of-type(2) {
  -webkit-animation-delay: -0.13s;
  animation-delay: -0.13s;
}

.on-air-search__music-icon span:nth-of-type(3) {
  -webkit-animation-delay: -0.21s;
  animation-delay: -0.21s;
}

.on-air-search__music-icon span:nth-of-type(4) {
  -webkit-animation-delay: -0.17s;
  animation-delay: -0.17s;
}

@keyframes indicators {
  50% {
    background: #ade078;
    transform: scaleY(1);
  }
}

.on-air-search__music-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 100%;
  font-size: 0.14rem;
  transform: translate(0);
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}

.on-air-search__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  padding-right: 0.4em;
  height: 100%;
  background: #000;
  color: #e3e3e3;
  font-size: 0.18rem;

  align-items: center;
}

.on-air-search__search-icon svg {
  margin-right: 0.03rem;
  width: 11px;
  height: 11px;

  fill: #e3e3e3;
}

.on-air-search__search-icon::after {
  position: absolute;
  top: 0;
  left: -14px;
  display: inline-block;
  width: 14px;
  height: 100%;
  background: -webkit-linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.on-air-search__search-icon-txt {
  display: none;
}

/************************************

pagenation

************************************/

.pagenation {
  display: flex;
  margin-top: 0.6rem;

  justify-content: center;
}

.pagenation__prev, .pagenation__next {
  display: flex;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  color: #43ac43;
  text-decoration: none;
  font-size: 0.22rem;
  transition: 0.2s all ease 0s;

  align-items: center;
  justify-content: center;
}

.pagenation__prev svg, .pagenation__next svg {
  width: 18px;
  height: 18px;
  transform: translate(0.01rem, 0);
}

.pagenation__prev {
  margin-right: 0.1rem;
}

.pagenation__prev svg {
  transform: scaleX(-1) translate(0.01rem, 0);
}

.pagenation__next {
  margin-left: 0.1rem;
}

.pagenation__list {
  display: flex;
}

.pagenation__number {
  margin: 0 0.25em;
  border-radius: 50%;
  background: #e3e3e3;
  transition: 0.2s all ease 0s;
}

.pagenation__number a {
  display: flex;
  width: 0.44rem;
  height: 0.44rem;
  text-decoration: none;

  align-items: center;
  justify-content: center;
}

.pagenation__number.-current {
  background: #43ac43;
  color: #fff;
}

/************************************

program

************************************/

.program {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.program__header {
  padding: 0.15rem;
  background: #000;
  color: #fff;
}

.program__date {
  font-size: 0.14rem;
}

.program__date svg {
  margin-right: 0.02rem;
  width: 14px;
  height: 14px;
  vertical-align: bottom;

  fill: #fff;
}

.program__title {
  margin-top: 0.05rem;
  font-size: 0.2rem;
}

.program__container {
  padding: 0.15rem;
}

.program__guest {
  display: flex;
  margin-top: 0.18rem;
  font-size: 0.14rem;
  line-height: 1.3;
}

.program__guest em {
  margin-right: 0.08rem;
  color: #43ac43;
  line-height: 1.3;

  flex-basis: 3em;
}

.program__description {
  margin-top: 0.2rem;
}

.program__topics {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}

.program__topics-heading {
  margin-bottom: 0.5em;
  color: #43ac43;
  font-size: 0.14rem;
  line-height: 1.3;
}

.program__sponsor {
  padding: 0.18rem 0.05rem 0.12rem 0.05rem;
  background: #e3e3e3;
  text-align: left;
}

.program__sponsor .sponsor-bnr {
  display: inline-block;
  margin: 0 0.06rem 0.06rem 0.06rem;
  max-width: 155px;
}

.program__sns {
  padding: 0.2rem;
}

.prodram-sidebar-twitter {
  margin: 0 0 0 auto;
  width: 300px;
}

/************************************

recruit

************************************/

.recruit__btn {
  margin: 0.6rem 0 0.2rem 0;
}

/************************************

search-form

************************************/

.search-form {
  padding: 0.15rem;
  background: #e3e3e3;
}

.search-form input {
  position: relative;
  padding: 0.08rem 0.12rem;
  height: 0.35rem;
  outline: none;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #000;
  vertical-align: middle;
  text-overflow: "";
  font-size: 0.16rem;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.search-form__form-group {
  flex: 1;
}

.search-form__column:not(:first-of-type) {
  margin-top: 0.12rem;
}

.search-form__input-group {
  margin-top: 0.05rem;
}

.search-form__date-group {
  margin-top: 0.05rem;
}

.search-form__date-group span:nth-of-type(3) {
  display: block;
  margin-top: 0.05rem;
}

.search-form__label {
  font-size: 0.12rem;

  flex-basis: 10%;
}

.search-form__date::before, .search-form__date::after, .search-form__time::before, .search-form__time::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 7px;
  height: 2px;
  background: #000;
  content: "";
  pointer-events: none;
}

.search-form__date::before, .search-form__time::before {
  top: 19px;
  right: 16px;
  transform: rotate(45deg);
}

.search-form__date::after, .search-form__time::after {
  top: 19px;
  right: 12px;
  transform: rotate(-45deg);
}

.search-form__date {
  margin-right: 0.05rem;
  width: 50%;
}

.search-form__time {
  width: 35%;
}

.search-form__accent {
  display: inline-block;
  margin-left: 0.05rem;
}

.search-form__artist {
  width: 100%;
}

.search-form__btn {
  margin-top: 0.12rem;
}

/************************************

segment

************************************/

.segment__item {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 0.14rem;
  transition: 0.4s ease all;
}

.segment__item:not(:first-of-type) {
  margin-top: 0.06rem;
}

.-big .segment__item {
  margin-top: 0;
  padding: 0.18rem;
  border-top: 1px solid #e3e3e3;
}

.-big .segment__item:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}

.segment__item a {
  display: block;
  margin: -0.18rem 0 -0.18rem -0.18rem;
  padding: 0.18rem;
  width: calc(100% + 0.4rem);
  text-decoration: none;
}

.segment__time {
  display: inline-block;
  float: left;
  margin-right: 1em;
  width: 2.5em;
  color: #006226;
  font-weight: 600;
  line-height: 1.3;
}

.-big .segment__time {
  font-weight: 500;
}

.segment__title {
  display: block;
  overflow: hidden;
  line-height: 1.3;
}

/************************************

slider

************************************/

.slider {
  position: relative;
  margin-top: 0.26rem;
}

.slider__item {
  text-align: center;
}

.slider__inner {
  margin-right: 0.08rem;
  margin-left: 0.08rem;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  display: none;
  padding: 0.15rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  transition: 0.6s ease all;
}

.slider__arrow svg {
  width: 14px;
  height: 14px;

  fill: #fff;
}

.slider__arrow.-prev {
  left: 0.1rem;
  transform: scaleX(-1) translate(0, -50%);
  transform-origin: center center;
}

.slider__arrow.-prev svg {
  transform: translate(0.01rem, 0);
}

.slider__arrow.-next {
  right: 0.1rem;
  transform: translate(0, -50%);
}

.slider__arrow.-next svg {
  transform: translate(0.01rem, 0);
}

/************************************

sns

************************************/

.sns {
  margin-top: 0.6rem;
}

.sns.program__sns {
  margin-top: 0;
}

.sns__list {
  display: flex;

  justify-content: center;
}

.news-single__share .sns__list {
  align-items: center;
}

.news-single__share .sns__list::before {
  display: block;
  margin-right: 0.2rem;
  color: #6a6a6a;
  content: "SHARE";
  font-size: 0.14rem;
}

.sns__item::after {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #6a6a6a;
  content: "";
}

.sns__item:first-of-type::before {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #6a6a6a;
  content: "";
}

.sns__item a {
  display: inline-block;
  margin: 0 0.15rem;
  padding: 0 0.1rem;
}

.sns__item svg {
  width: 0.24rem;
  height: 0.24rem;
  transition: 0.6s ease all;

  fill: #6a6a6a;
}

.program__sns .sns__item::after {
  content: none;
}

.program__sns .sns__item:first-of-type::before {
  content: none;
}

.program__sns .sns__item a {
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0 0.05rem;
}

.news-single__share .sns__item {
  position: relative;
  z-index: 1;
}

.news-single__share .sns__item::after {
  content: none;
}

.news-single__share .sns__item:first-of-type::before {
  content: none;
}

.news-single__share .sns__item a {
  display: inline-block;
  margin: 0 0.2rem;
  padding: 0;
}

.news-single__share .sns__item.-twitter svg {
  fill: #000000;
}

.news-single__share .sns__item.-facebook svg {
  fill: #2f55a4;
}

.news-single__share .sns__item.-line svg {
  fill: #00b900;
}

/************************************

sort

************************************/

.sort {
  margin-bottom: 0.26rem;
}

.sort__item {
  position: relative;
  display: inline-block;
  max-width: 345px;
  width: 100%;
}

.sort__item::before, .sort__item::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
  pointer-events: none;
}

.sort__item::before {
  top: 19px;
  right: 21px;
  transform: rotate(45deg);
}

.sort__item::after {
  top: 19px;
  right: 15px;
  transform: rotate(-45deg);
}

.sort__item select {
  padding: 0.08rem 0.12rem;
  width: 100%;
  height: 0.4rem;
  outline: none;
  border: 0;
  border: 1px solid #000;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  color: #000;
  vertical-align: middle;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: inherit;
  font-size: 0.16rem;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.sort__item select option {
  background-color: #fff;
  color: #000;
}

.sort__item select::-ms-expand {
  display: none;
}

.sort__item select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.station__container img {
  max-width: none;
  width: 100%;
}

.station__radiko {
  max-width: 200px;
}

/************************************

table

************************************/

.table-general * {
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
}

.table-general tr {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.table-general th {
  display: block;
  padding-top: 0.16rem;
  font-weight: 600;
}

.table-general td {
  display: block;
  padding: 0.02rem 0 0.16rem 0;
}

/************************************

ticket

************************************/

.ticket {
  overflow: hidden;
  margin: 0.26rem auto 0 auto;
  width: calc(100% - 0.3rem);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.ticket__artist-photo {
  padding-bottom: 62%;
  background-position: center center;
  background-size: cover;
}

.ticket__container {
  margin-top: -0.55em;
  padding: 0 0.15rem 0.15rem;
}

.ticket__tag {
  display: inline-block;
  padding: 0.3em 1em;
  background: #43ac43;
  color: #fff;
  font-weight: 600;
  font-size: 0.13rem;
}

.ticket__title {
  margin-top: 0.15rem;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 1.2;
}

.ticket__description {
  margin-top: 0.05rem;
  font-size: 0.15rem;
}

.ticket__buy {
  position: relative;
  display: inline-block;
  margin-top: 0.15rem;
  font-weight: 600;
  font-size: 0.14rem;
}

.ticket__buy::after {
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #43ac43;
  content: "";
}

.ticket__tel {
  margin-top: 0.15rem;
  color: #43ac43;
  font-size: 0.3rem;
  line-height: 1;
}

.ticket__tel svg {
  margin-right: 0.05rem;
  width: 0.13rem;
  height: 0.23rem;

  fill: #43ac43;
}

.ticket__tel a {
  color: inherit;
}

.ticket__web {
  margin-top: 0.1rem;
  color: #000;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 1;
}

.ticket__web svg {
  margin-right: 0.05rem;
  width: 0.16rem;
  height: 0.16rem;
  vertical-align: bottom;

  fill: #43ac43;
}

.ticket__web a {
  color: inherit;
}

.ticket__date {
  margin-top: 0.1rem;
  color: #43ac43;
  font-size: 0.12rem;
  line-height: 1;
}

.ticket__date svg {
  margin-right: 0.05rem;
  width: 0.12rem;
  height: 0.12rem;
  vertical-align: bottom;

  fill: #43ac43;
}

/************************************

timetable

************************************/

.timetable {
  margin-top: 0.26rem;
}

.timetable__day-selecter {
  padding: 0.14rem;
  background: #000;
}

.timetable__body {
  width: 100%;
}

.timetabel__timeframes {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
}

.timetabel__timeframe {
  display: flex;
  padding: 0.16rem 0.05rem 0.16rem 0;
  font-weight: bold;
  font-size: 0.12rem;
  transition: 0.2s all ease 0s;

  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 0.07rem;
}

.timetabel__timeframe:nth-of-type(1) {
  background: #f0f0f0;
}

.timetabel__timeframe:nth-of-type(2) {
  background: #dedede;
}

.timetabel__timeframe:nth-of-type(3) {
  background: #d1d1d1;
}

.timetabel__timeframe svg {
  width: 0.21rem;
  height: 0.21rem;
}

.timetable__heading {
  display: none;
}

.timetable__row {
  border-bottom: 1px solid #006226;
}

.timetable__row td {
  display: block;
  padding: 0 0.15rem;
  vertical-align: top;
}

.timetable__row.-now-on-air {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 0 4px #43ac43 inset;
}

td.timetable__time {
  position: relative;
  padding: 0.15rem 0.15rem 0 0.15rem;
  min-width: 188px;
  color: #43ac43;
  font-weight: 300;
  font-size: 0.24rem;
}

.timetable__now-on-air-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1rem 0.2rem;
  background: #43ac43;
  color: #fff;
  font-size: 0.14rem;
}

.timetable__listen-btn {
  margin-top: 0.08rem;
}

.timetable__program-title {
  margin-top: 0.1rem;
  font-weight: 600;
  font-size: 0.2rem;
}

.timetable__program-dj {
  margin-top: 0.1rem;
}

.timetable__program-detail {
  position: relative;
  overflow: hidden;
  margin-top: 0.1rem;
  max-height: 1.05728rem;
}

.timetable__program-detail.is-open {
  max-height: none;
}

.timetable__program-detail-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: flex;
  width: 100%;
  height: 5.5em;
  background-image: linear-gradient(0deg, #fff 25%, rgba(255, 255, 255, 0) 100%);
  text-align: center;

  align-items: end;
  justify-content: center;
}

.timetable__program-detail-more button {
  padding: 0 0.2em 0.3em;
  border: 0;
  border-bottom: 2px solid #43ac43;
  background: none;
  color: #43ac43;
  font-size: 0.15rem;
  transition: 0.2s all ease 0s;
}

.timetable__program-detail-more button::after {
  display: inline-block;
  margin-left: 0.4em;
  color: #000;
  content: "+";
  transform: translate(0, -0.1em);
}

.timetable__program-detail-more button:hover {
  padding: 0 0.6em 0.3em;
  cursor: pointer;
}

.timetable__segment {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

/************************************

Display switch

************************************/

.pc-block {
  display: none;
}

.pc-inline {
  display: none;
}

.sp-block {
  display: block;
}

.sp-inline {
  display: inline;
}

.mt0, .contents.mt0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mt1, .contents.mt1 {
  margin-top: 0.01rem;
}

.mb1 {
  margin-bottom: 0.01rem;
}

.mt2, .contents.mt2 {
  margin-top: 0.02rem;
}

.mb2 {
  margin-bottom: 0.02rem;
}

.mt3, .contents.mt3 {
  margin-top: 0.03rem;
}

.mb3 {
  margin-bottom: 0.03rem;
}

.mt4, .contents.mt4 {
  margin-top: 0.04rem;
}

.mb4 {
  margin-bottom: 0.04rem;
}

.mt5, .contents.mt5 {
  margin-top: 0.05rem;
}

.mb5 {
  margin-bottom: 0.05rem;
}

.mt6, .contents.mt6 {
  margin-top: 0.06rem;
}

.mb6 {
  margin-bottom: 0.06rem;
}

.mt7, .contents.mt7 {
  margin-top: 0.07rem;
}

.mb7 {
  margin-bottom: 0.07rem;
}

.mt8, .contents.mt8 {
  margin-top: 0.08rem;
}

.mb8 {
  margin-bottom: 0.08rem;
}

.mt9, .contents.mt9 {
  margin-top: 0.09rem;
}

.mb9 {
  margin-bottom: 0.09rem;
}

.mt10, .contents.mt10 {
  margin-top: 0.1rem;
}

.mb10 {
  margin-bottom: 0.1rem;
}

.mt11, .contents.mt11 {
  margin-top: 0.11rem;
}

.mb11 {
  margin-bottom: 0.11rem;
}

.mt12, .contents.mt12 {
  margin-top: 0.12rem;
}

.mb12 {
  margin-bottom: 0.12rem;
}

.mt13, .contents.mt13 {
  margin-top: 0.13rem;
}

.mb13 {
  margin-bottom: 0.13rem;
}

.mt14, .contents.mt14 {
  margin-top: 0.14rem;
}

.mb14 {
  margin-bottom: 0.14rem;
}

.mt15, .contents.mt15 {
  margin-top: 0.15rem;
}

.mb15 {
  margin-bottom: 0.15rem;
}

.mt16, .contents.mt16 {
  margin-top: 0.16rem;
}

.mb16 {
  margin-bottom: 0.16rem;
}

.mt17, .contents.mt17 {
  margin-top: 0.17rem;
}

.mb17 {
  margin-bottom: 0.17rem;
}

.mt18, .contents.mt18 {
  margin-top: 0.18rem;
}

.mb18 {
  margin-bottom: 0.18rem;
}

.mt19, .contents.mt19 {
  margin-top: 0.19rem;
}

.mb19 {
  margin-bottom: 0.19rem;
}

.mt20, .contents.mt20 {
  margin-top: 0.2rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mt21, .contents.mt21 {
  margin-top: 0.21rem;
}

.mb21 {
  margin-bottom: 0.21rem;
}

.mt22, .contents.mt22 {
  margin-top: 0.22rem;
}

.mb22 {
  margin-bottom: 0.22rem;
}

.mt23, .contents.mt23 {
  margin-top: 0.23rem;
}

.mb23 {
  margin-bottom: 0.23rem;
}

.mt24, .contents.mt24 {
  margin-top: 0.24rem;
}

.mb24 {
  margin-bottom: 0.24rem;
}

.mt25, .contents.mt25 {
  margin-top: 0.25rem;
}

.mb25 {
  margin-bottom: 0.25rem;
}

.mt26, .contents.mt26 {
  margin-top: 0.26rem;
}

.mb26 {
  margin-bottom: 0.26rem;
}

.mt27, .contents.mt27 {
  margin-top: 0.27rem;
}

.mb27 {
  margin-bottom: 0.27rem;
}

.mt28, .contents.mt28 {
  margin-top: 0.28rem;
}

.mb28 {
  margin-bottom: 0.28rem;
}

.mt29, .contents.mt29 {
  margin-top: 0.29rem;
}

.mb29 {
  margin-bottom: 0.29rem;
}

.mt30, .contents.mt30 {
  margin-top: 0.3rem;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.mt31, .contents.mt31 {
  margin-top: 0.31rem;
}

.mb31 {
  margin-bottom: 0.31rem;
}

.mt32, .contents.mt32 {
  margin-top: 0.32rem;
}

.mb32 {
  margin-bottom: 0.32rem;
}

.mt33, .contents.mt33 {
  margin-top: 0.33rem;
}

.mb33 {
  margin-bottom: 0.33rem;
}

.mt34, .contents.mt34 {
  margin-top: 0.34rem;
}

.mb34 {
  margin-bottom: 0.34rem;
}

.mt35, .contents.mt35 {
  margin-top: 0.35rem;
}

.mb35 {
  margin-bottom: 0.35rem;
}

.mt36, .contents.mt36 {
  margin-top: 0.36rem;
}

.mb36 {
  margin-bottom: 0.36rem;
}

.mt37, .contents.mt37 {
  margin-top: 0.37rem;
}

.mb37 {
  margin-bottom: 0.37rem;
}

.mt38, .contents.mt38 {
  margin-top: 0.38rem;
}

.mb38 {
  margin-bottom: 0.38rem;
}

.mt39, .contents.mt39 {
  margin-top: 0.39rem;
}

.mb39 {
  margin-bottom: 0.39rem;
}

.mt40, .contents.mt40 {
  margin-top: 0.4rem;
}

.mb40 {
  margin-bottom: 0.4rem;
}

.mt41, .contents.mt41 {
  margin-top: 0.41rem;
}

.mb41 {
  margin-bottom: 0.41rem;
}

.mt42, .contents.mt42 {
  margin-top: 0.42rem;
}

.mb42 {
  margin-bottom: 0.42rem;
}

.mt43, .contents.mt43 {
  margin-top: 0.43rem;
}

.mb43 {
  margin-bottom: 0.43rem;
}

.mt44, .contents.mt44 {
  margin-top: 0.44rem;
}

.mb44 {
  margin-bottom: 0.44rem;
}

.mt45, .contents.mt45 {
  margin-top: 0.45rem;
}

.mb45 {
  margin-bottom: 0.45rem;
}

.mt46, .contents.mt46 {
  margin-top: 0.46rem;
}

.mb46 {
  margin-bottom: 0.46rem;
}

.mt47, .contents.mt47 {
  margin-top: 0.47rem;
}

.mb47 {
  margin-bottom: 0.47rem;
}

.mt48, .contents.mt48 {
  margin-top: 0.48rem;
}

.mb48 {
  margin-bottom: 0.48rem;
}

.mt49, .contents.mt49 {
  margin-top: 0.49rem;
}

.mb49 {
  margin-bottom: 0.49rem;
}

.mt50, .contents.mt50 {
  margin-top: 0.5rem;
}

.mb50 {
  margin-bottom: 0.5rem;
}

.mt51, .contents.mt51 {
  margin-top: 0.51rem;
}

.mb51 {
  margin-bottom: 0.51rem;
}

.mt52, .contents.mt52 {
  margin-top: 0.52rem;
}

.mb52 {
  margin-bottom: 0.52rem;
}

.mt53, .contents.mt53 {
  margin-top: 0.53rem;
}

.mb53 {
  margin-bottom: 0.53rem;
}

.mt54, .contents.mt54 {
  margin-top: 0.54rem;
}

.mb54 {
  margin-bottom: 0.54rem;
}

.mt55, .contents.mt55 {
  margin-top: 0.55rem;
}

.mb55 {
  margin-bottom: 0.55rem;
}

.mt56, .contents.mt56 {
  margin-top: 0.56rem;
}

.mb56 {
  margin-bottom: 0.56rem;
}

.mt57, .contents.mt57 {
  margin-top: 0.57rem;
}

.mb57 {
  margin-bottom: 0.57rem;
}

.mt58, .contents.mt58 {
  margin-top: 0.58rem;
}

.mb58 {
  margin-bottom: 0.58rem;
}

.mt59, .contents.mt59 {
  margin-top: 0.59rem;
}

.mb59 {
  margin-bottom: 0.59rem;
}

.mt60, .contents.mt60 {
  margin-top: 0.6rem;
}

.mb60 {
  margin-bottom: 0.6rem;
}

.mt61, .contents.mt61 {
  margin-top: 0.61rem;
}

.mb61 {
  margin-bottom: 0.61rem;
}

.mt62, .contents.mt62 {
  margin-top: 0.62rem;
}

.mb62 {
  margin-bottom: 0.62rem;
}

.mt63, .contents.mt63 {
  margin-top: 0.63rem;
}

.mb63 {
  margin-bottom: 0.63rem;
}

.mt64, .contents.mt64 {
  margin-top: 0.64rem;
}

.mb64 {
  margin-bottom: 0.64rem;
}

.mt65, .contents.mt65 {
  margin-top: 0.65rem;
}

.mb65 {
  margin-bottom: 0.65rem;
}

.mt66, .contents.mt66 {
  margin-top: 0.66rem;
}

.mb66 {
  margin-bottom: 0.66rem;
}

.mt67, .contents.mt67 {
  margin-top: 0.67rem;
}

.mb67 {
  margin-bottom: 0.67rem;
}

.mt68, .contents.mt68 {
  margin-top: 0.68rem;
}

.mb68 {
  margin-bottom: 0.68rem;
}

.mt69, .contents.mt69 {
  margin-top: 0.69rem;
}

.mb69 {
  margin-bottom: 0.69rem;
}

.mt70, .contents.mt70 {
  margin-top: 0.7rem;
}

.mb70 {
  margin-bottom: 0.7rem;
}

.mt71, .contents.mt71 {
  margin-top: 0.71rem;
}

.mb71 {
  margin-bottom: 0.71rem;
}

.mt72, .contents.mt72 {
  margin-top: 0.72rem;
}

.mb72 {
  margin-bottom: 0.72rem;
}

.mt73, .contents.mt73 {
  margin-top: 0.73rem;
}

.mb73 {
  margin-bottom: 0.73rem;
}

.mt74, .contents.mt74 {
  margin-top: 0.74rem;
}

.mb74 {
  margin-bottom: 0.74rem;
}

.mt75, .contents.mt75 {
  margin-top: 0.75rem;
}

.mb75 {
  margin-bottom: 0.75rem;
}

.mt76, .contents.mt76 {
  margin-top: 0.76rem;
}

.mb76 {
  margin-bottom: 0.76rem;
}

.mt77, .contents.mt77 {
  margin-top: 0.77rem;
}

.mb77 {
  margin-bottom: 0.77rem;
}

.mt78, .contents.mt78 {
  margin-top: 0.78rem;
}

.mb78 {
  margin-bottom: 0.78rem;
}

.mt79, .contents.mt79 {
  margin-top: 0.79rem;
}

.mb79 {
  margin-bottom: 0.79rem;
}

.mt80, .contents.mt80 {
  margin-top: 0.8rem;
}

.mb80 {
  margin-bottom: 0.8rem;
}

.mt81, .contents.mt81 {
  margin-top: 0.81rem;
}

.mb81 {
  margin-bottom: 0.81rem;
}

.mt82, .contents.mt82 {
  margin-top: 0.82rem;
}

.mb82 {
  margin-bottom: 0.82rem;
}

.mt83, .contents.mt83 {
  margin-top: 0.83rem;
}

.mb83 {
  margin-bottom: 0.83rem;
}

.mt84, .contents.mt84 {
  margin-top: 0.84rem;
}

.mb84 {
  margin-bottom: 0.84rem;
}

.mt85, .contents.mt85 {
  margin-top: 0.85rem;
}

.mb85 {
  margin-bottom: 0.85rem;
}

.mt86, .contents.mt86 {
  margin-top: 0.86rem;
}

.mb86 {
  margin-bottom: 0.86rem;
}

.mt87, .contents.mt87 {
  margin-top: 0.87rem;
}

.mb87 {
  margin-bottom: 0.87rem;
}

.mt88, .contents.mt88 {
  margin-top: 0.88rem;
}

.mb88 {
  margin-bottom: 0.88rem;
}

.mt89, .contents.mt89 {
  margin-top: 0.89rem;
}

.mb89 {
  margin-bottom: 0.89rem;
}

.mt90, .contents.mt90 {
  margin-top: 0.9rem;
}

.mb90 {
  margin-bottom: 0.9rem;
}

.mt91, .contents.mt91 {
  margin-top: 0.91rem;
}

.mb91 {
  margin-bottom: 0.91rem;
}

.mt92, .contents.mt92 {
  margin-top: 0.92rem;
}

.mb92 {
  margin-bottom: 0.92rem;
}

.mt93, .contents.mt93 {
  margin-top: 0.93rem;
}

.mb93 {
  margin-bottom: 0.93rem;
}

.mt94, .contents.mt94 {
  margin-top: 0.94rem;
}

.mb94 {
  margin-bottom: 0.94rem;
}

.mt95, .contents.mt95 {
  margin-top: 0.95rem;
}

.mb95 {
  margin-bottom: 0.95rem;
}

.mt96, .contents.mt96 {
  margin-top: 0.96rem;
}

.mb96 {
  margin-bottom: 0.96rem;
}

.mt97, .contents.mt97 {
  margin-top: 0.97rem;
}

.mb97 {
  margin-bottom: 0.97rem;
}

.mt98, .contents.mt98 {
  margin-top: 0.98rem;
}

.mb98 {
  margin-bottom: 0.98rem;
}

.mt99, .contents.mt99 {
  margin-top: 0.99rem;
}

.mb99 {
  margin-bottom: 0.99rem;
}

.mt100, .contents.mt100 {
  margin-top: 1rem;
}

.mb100 {
  margin-bottom: 1rem;
}

.text-left, p.text-left, .text-left p {
  text-align: left;
}

.text-center, p.text-center, .text-center p {
  text-align: center;
}

.text-right, p.text-right, .text-right p {
  text-align: right;
}

.fs10 {
  font-size: 0.1rem;
}

.fs11 {
  font-size: 0.11rem;
}

.fs12 {
  font-size: 0.12rem;
}

.fs13 {
  font-size: 0.13rem;
}

.fs14 {
  font-size: 0.14rem;
}

.fs15 {
  font-size: 0.15rem;
}

.fs16 {
  font-size: 0.16rem;
}

.fs17 {
  font-size: 0.17rem;
}

.fs18 {
  font-size: 0.18rem;
}

.fs19 {
  font-size: 0.19rem;
}

.fs20 {
  font-size: 0.2rem;
}

.fs21 {
  font-size: 0.21rem;
}

.fs22 {
  font-size: 0.22rem;
}

.fs23 {
  font-size: 0.23rem;
}

.fs24 {
  font-size: 0.24rem;
}

.fs25 {
  font-size: 0.25rem;
}

.fs26 {
  font-size: 0.26rem;
}

.fs27 {
  font-size: 0.27rem;
}

.fs28 {
  font-size: 0.28rem;
}

.fs29 {
  font-size: 0.29rem;
}

.fs30 {
  font-size: 0.3rem;
}

.fs31 {
  font-size: 0.31rem;
}

.fs32 {
  font-size: 0.32rem;
}

.fs33 {
  font-size: 0.33rem;
}

.fs34 {
  font-size: 0.34rem;
}

.fs35 {
  font-size: 0.35rem;
}

.fs36 {
  font-size: 0.36rem;
}

.fs37 {
  font-size: 0.37rem;
}

.fs38 {
  font-size: 0.38rem;
}

.fs39 {
  font-size: 0.39rem;
}

.fs40 {
  font-size: 0.4rem;
}

.fs41 {
  font-size: 0.41rem;
}

.fs42 {
  font-size: 0.42rem;
}

.fs43 {
  font-size: 0.43rem;
}

.fs44 {
  font-size: 0.44rem;
}

.fs45 {
  font-size: 0.45rem;
}

.fs46 {
  font-size: 0.46rem;
}

.fs47 {
  font-size: 0.47rem;
}

.fs48 {
  font-size: 0.48rem;
}

.fs49 {
  font-size: 0.49rem;
}

.fs50 {
  font-size: 0.5rem;
}

.fwb {
  font-weight: bold;
}

.color-main {
  color: #43ac43;
}

@media screen and (min-width: 375px) {
  .now-on-air-large {
    padding-inline: 0.15rem;
  }

  .now-on-air-large__container {
    padding: 0.26rem;
  }

  .now-on-air-large__info {
    padding: 0;
  }
}

@media screen and (min-width: 480px) {
  .sns__item a {
    margin: 0 0.2rem;
  }
}

@media screen and (min-width: 500px) {
  .bnr__item {
    flex-basis: calc((100% - 0.26rem) / 2);
  }
}

@media screen and (min-width: 742px) {
  .bnr__item {
    flex-basis: calc((100% - 0.52rem) / 3);
  }
}

@media screen and (min-width: 750px) {
  .container.-column02 {
    display: flex;

    justify-content: space-between;
  }

  .footer {
    margin-top: 0.7rem;
  }

  .side {
    margin-left: 0.26rem;
    padding: 0.3rem 0 0 0;

    flex-basis: 31%;
  }

  .about__logos-item {
    margin: 0.16rem;
  }

  .bg {
    height: 320px;
    background-image: linear-gradient(#9dd870 0%, #43ac43 100%);
  }

  .bg__mask {
    display: none;
  }

  .bg__mask--pc {
    position: absolute;
    bottom: -1px;
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    background: url(/image/header_mask-pc.svg) no-repeat center bottom/cover;
  }

  .-mini .btn-radiko {
    padding: 0.12rem 0.12rem 0.08rem 0.12rem;
  }

  .btn-radiko .radiko-logo {
    width: 63px;
    height: 22px;
  }

  .-mini .btn-radiko .radiko-logo {
    display: inline;
  }

  .-mini .btn-radiko .radiko-logo-small {
    display: none;
  }

  .btn-radiko .radiko-play {
    display: inline;
    width: 0;
    height: 22px;
    transition: inherit;
    transform: scale(0);
    transform-origin: center center;

    fill: #ff0;
  }

  .btn-radiko:hover .radiko-play {
    margin-left: 0.05rem;
    width: 22px;
    transform: scale(1);
  }

  .btn-radiko:hover .radiko-logo {
    fill: #ff0;
  }

  .btn-radiko-wide {
    font-size: 0.18rem;

    flex-wrap: nowrap;
  }

  .btn-radiko-wide span {
    width: auto;
  }

  .btn-radiko-wide:hover {
    color: #ff0;
  }

  .btn-radiko-wide:hover svg {
    fill: #ff0;
  }

  .btn-radiko-wide:hover .radiko-play {
    transform: scale(1.2);
  }

  .btn-primary::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 0;
    background: #43ac43;
    content: "";
    transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1) all;
    transform-origin: center bottom;
  }

  .btn-primary:hover {
    color: #fff;
  }

  .btn-primary:hover svg {
    fill: #fff;
  }

  .btn-primary:hover::after {
    height: 100%;
  }

  .btn-general::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 0;
    background: #353535;
    content: "";
    transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1) all;
    transform-origin: center bottom;
  }

  .btn-general:hover {
    color: #fff;
  }

  .btn-general:hover::after {
    height: 100%;
  }

  .btn-emphasis:hover {
    background: #31be31;
  }

  .btn-search:hover {
    background: #31be31;
    cursor: pointer;
  }

  .btn-listen:hover {
    color: #31be31;
    cursor: pointer;
  }

  .btn-listen:hover svg {
    fill: #31be31;
  }

  .btn-radiko-stream__txt .radiko-logo {
    width: 111px;
    height: 29px;
  }

  .btn-radiko-stream__txt .radiko-logo svg {
    height: 38px;
  }

  .btn-radiko-stream__txt {
    flex-direction: column;

    translate: 0 0.01rem;
  }

  .btn-radiko-stream-layout2 {
    flex-direction: row;
    padding: 0 0.08rem 0 0.1rem;
  }

  .btn-radiko-stream-layout2__txt {
    margin-left: 0;
  }

  .btn-radiko-stream-layout2__notice {
    font-size: 0.16rem;

    flex: 1;
  }

  .btn-radiko-stream-layout2__widget {
    padding-right: 0;
    text-align: left;
  }

  .campaign {
    margin-top: 0.7rem;
  }

  .hotpicks + .campaign {
    margin-top: 0;
  }

  .campaign__head-accent {
    display: none;
  }

  .campaign__bottom-accent {
    display: none;
  }

  .committee__main ul {
    display: flex;
    width: 100%;
    text-align: center;

    flex-wrap: wrap;
  }

  .committee__main ul li {
    margin-right: 0;
    margin-bottom: 0.32rem;

    flex-basis: calc((100% - 0.52rem) / 3);
  }

  .committee__main ul li:not(:nth-of-type(3n)) {
    margin-right: 0.26rem;
  }

  .day-selecter {
    justify-content: center;
  }

  .day-selecter__item {
    margin: 0 0.05rem;
    padding: 0 0.15rem;
  }

  .day-selecter__item:hover {
    color: #ade078;
    cursor: pointer;
  }

  .dj-detail {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .dj-detail__main {
    padding: 0.7rem 0;
    background: #43ac43 url(/image/bg-line.jpg) no-repeat center top/cover;
  }

  .dj-detail__container {
    padding: 0.26rem;
  }

  .dj-detail__container > *:first-child {
    margin-top: 0;
  }

  .dj__list.-vertical {
    flex-wrap: wrap;
  }

  .dj__list.-matrix {
    display: flex;

    flex-wrap: wrap;
  }

  .-matrix .dj__item {
    margin-bottom: 0.26rem;

    flex-basis: 20%;
  }

  .-matrix .dj__inner {
    display: flex;
    flex-direction: column;

    align-items: center;
  }

  a.dj__inner:hover {
    color: #43ac43;
  }

  a.dj__inner:hover .avatar {
    border-color: #43ac43;
    transition: 0.2s ease all;
  }

  .-matrix .dj__avatar {
    display: block;
    max-width: 128px;
    height: 100%;
  }

  .dj__avatar.-small {
    max-width: 40px;
  }

  .-matrix .dj__name {
    display: block;
    margin-top: 0.05rem;
    padding-left: 0;
    min-height: 2.4em;
    text-align: center;
  }

  .footer__bnr-item {
    margin: 0 0.26rem 0.26rem 0;

    flex-basis: calc((100% - 0.78rem) / 4);
  }

  .footer__bnr-item:nth-of-type(2n) {
    margin: 0 0.26rem 0.26rem 0;
  }

  .footer__bnr-item:nth-of-type(4n), .footer__bnr-item:last-of-type {
    margin: 0 0 0.26rem 0;
  }

  .footer__logos {
    display: flex;

    justify-content: center;
  }

  .footer__logos-item {
    margin-right: 1.2em;
    margin-left: 1.2em;
  }

  .footer__copyright {
    text-align: center;
  }

  .header__container {
    display: flex;
    margin: 0 auto;
    max-width: 1126px;

    align-items: center;
  }

  .heading-page {
    margin: 0.4rem auto;
  }

  .heading-secondary {
    margin-top: 0.5rem;
    margin-bottom: 0.12rem;
  }

  .hotpicks__list {
    display: flex;
  }

  .hotpicks__item {
    flex: 1;
  }

  .hotpicks__inner iframe {
    height: 580px;
  }

  .language-selector {
    bottom: 40px;
  }

  .link-list__item a:hover {
    color: #43ac43;
  }

  .-big .link-list__item {
    padding: 0.26rem;
  }

  .logo {
    margin: 0 auto 0 0;
  }

  .logo__headline {
    color: #006226;
    text-align: left;
  }

  .logo__mark {
    width: 165px;
  }

  .music-list__item {
    display: flex;
  }

  .music-list__music {
    margin-top: 0;
  }

  .music-list__listen {
    margin: 0 0 0 auto;
  }

  .navigation-footer {
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
  }

  .navigation-footer__item {
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }

  .navigation-footer__item a:hover {
    color: #43ac43;
  }

  .-sub .navigation-footer__item {
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }

  .navigation-global {
    padding-top: 0.06rem;
  }

  .navigation-global__toggle-btn {
    display: none;
  }

  .navigation-global__group {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    max-width: none;
    width: 100%;
    height: auto;
    background: none;

    gap: 0.12rem;
  }

  .navigation-global__list {
    position: static;
    display: flex;
    padding: 0;
    max-width: none;
    width: 100%;
    height: auto;
    background: none;
  }

  .navigation-global__item {
    margin: 0 0 0 2em;
    font-size: 0.21rem;
  }

  .navigation-global__item a:hover {
    color: #006226;
  }

  .navigation-global__other {
    flex-direction: row;

    gap: 0.26rem;
    align-items: center;
    justify-content: flex-end;
  }

  .navigation-search .gsc-input-box {
    border-radius: 2px;
  }

  .navigation-sns__item:hover svg {
    fill: #006226;
  }

  .-wide .news-info {
    margin-top: 0.1rem;
  }

  .news-list {
    display: flex;

    flex-wrap: wrap;
  }

  .side .news-list {
    display: block;
  }

  .news-list__item {
    margin-bottom: 0.26rem;
  }

  .news-list__item:not(:nth-of-type(3n)) {
    margin-right: 0.26rem;
  }

  .-wide .news-list__item {
    margin-right: 0;
    margin-bottom: 0.32rem;

    flex-basis: calc((100% - 0.78rem) / 4);
  }

  .-wide .news-list__item:not(:nth-of-type(4n)) {
    margin-right: 0.26rem;
  }

  .-wide .news-list__thumb {
    float: none;
    padding-bottom: 53.43%;
    width: 100%;
  }

  .news-list__heading {
    min-height: 2.6em;
  }

  .now-on-air-large__container {
    display: -ms-grid;
    display: grid;
    padding: 0.32rem;

    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    gap: 0.16rem 0.26rem;
  }

  .now-on-air-large__media {
    flex-direction: column;
  }

  .now-on-air-large__header {
    gap: 30px;
    justify-content: flex-start;
  }

  .now-on-air-large__title {
    font-size: 0.42rem;
  }

  .now-on-air-large__dj {
    overflow-x: visible;
  }

  .now-on-air-large__sponsors .sponsor-bnr {
    max-width: 168px;
  }

  .now-on-air {
    max-width: 1126px;
    width: 100%;
  }

  .now-on-air.-mini {
    margin: 0.23rem auto 0 auto;
  }

  .now-on-air__container {
    display: flex;
  }

  .-mini .now-on-air__header {
    padding: 0;
  }

  .now-on-air__heading {
    padding: 0.04rem 0.3rem 0.04rem 0.2rem;
  }

  .-mini .now-on-air__time {
    display: block;
  }

  .now-on-air__avatar {
    margin-right: 0;
    margin-left: -0.1rem;
  }

  .-mini .now-on-air__avatar {
    display: block;
  }

  .now-on-air__program {
    padding: 0 0.18rem 0 0.1rem;

    flex: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .-mini .now-on-air__guest {
    display: block;
  }

  .now-on-air__sponsor {
    margin-top: 0;
    padding: 0 0.04rem;
    background: none;

    -ms-grid-row-align: center;
    align-self: center;
  }

  .now-on-air__sponsor .sponsor-bnr {
    display: inline-block;
    margin: 0 0.01rem;
    border: 1px solid #e3e3e3;
  }

  .now-on-air__listen {
    display: flex;
    border-radius: 0 8px 0 0;

    flex-basis: 180px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .-mini .now-on-air__listen {
    position: static;
  }

  .now-on-air__music-info:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .now-on-air__search-icon {
    display: block;
  }

  .now-on-air__search-icon::after {
    position: absolute;
    top: 0;
    left: -14px;
    display: inline-block;
    width: 14px;
    height: 100%;
    background: -webkit-linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
  }

  .on-air-search__music-info:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .on-air-search__search-icon {
    padding-right: 0.8em;

    gap: 0.05rem;
  }

  .on-air-search__search-icon-txt {
    display: block;
    color: #fff;
  }

  .pagenation__prev:hover, .pagenation__next:hover {
    background: #43ac43;
    color: #fff;
  }

  .pagenation__prev:hover svg, .pagenation__next:hover svg {
    fill: #fff;
  }

  .pagenation__prev {
    margin-right: 0.5rem;
  }

  .pagenation__next {
    margin-left: 0.5rem;
  }

  .pagenation__number:hover {
    background: #43ac43;
    color: #fff;
    transition: 0.2s all ease 0s;
  }

  .program__header {
    padding: 0.2rem;
  }

  .program__container {
    padding: 0.2rem;
  }

  .program__sponsor {
    text-align: center;
  }

  .search-form {
    display: flex;
    padding: 0.22rem;
  }

  .search-form__column {
    display: flex;
    padding-right: 0.15rem;

    align-items: center;
  }

  .search-form__input-group {
    margin-top: 0;

    flex: 1;
  }

  .search-form__input-group:nth-of-type(2) {
    text-align: right;
  }

  .search-form__date-group {
    display: flex;
    margin-top: 0;

    flex: 1;
    align-items: center;
  }

  .search-form__date-group span:nth-of-type(1) {
    flex-basis: 48%;
  }

  .search-form__date-group span:nth-of-type(2) {
    flex: 1;
  }

  .search-form__date-group span:nth-of-type(3) {
    margin-top: 0;
    text-align: right;

    flex-basis: 48%;
  }

  .search-form__date {
    width: 57%;
  }

  .search-form__time {
    width: 39%;
  }

  .search-form__btn {
    margin-top: 0;

    flex-basis: 25%;
  }

  .search-form__btn button {
    height: 100%;
  }

  .segment__item a:hover {
    color: #43ac43;
  }

  .-big .segment__item a:hover {
    background: rgba(167, 163, 130, 0.4);
    color: inherit;
    transition: 0.2s ease all;
  }

  .slider__inner {
    margin-right: 0.1rem;
    margin-left: 0.1rem;
  }

  .slider__arrow {
    display: block;
  }

  .slider__arrow:hover {
    background: #43ac43;
    transition: 0.1s ease all;
  }

  .sns__item a {
    margin: 0 0.6rem;
  }

  .program__sns .sns__item a {
    margin: 0 0.3rem;
  }

  .sns__item a:hover svg {
    transition: 0.2s ease all;
  }

  .sns__item.-mail a:hover svg {
    fill: #a7a382;
  }

  .sns__item.-twitter a:hover svg {
    fill: #000000;
  }

  .sns__item.-facebook a:hover svg {
    fill: #2f55a4;
  }

  .sns__item.-instagram a:hover svg {
    fill: #dd2a7b;
  }

  .sort {
    display: flex;
    margin-bottom: 0.35rem;

    justify-content: center;
  }

  .sort__item:first-of-type {
    margin-right: 1em;
  }

  .station__container {
    display: flex;

    gap: 0.3rem;
  }

  .station__container > * {
    flex: 1;
  }

  .table-general th {
    display: table-cell;
    padding: 0.16rem 0.16rem 0.16rem 0;
    width: 13em;
  }

  .table-general td {
    display: table-cell;
    padding: 0.16rem 0;
  }

  .ticket {
    display: flex;
    max-width: 1126px;
    width: 100%;
  }

  .ticket__artist-photo {
    padding: 0;

    flex-basis: 31.8%;
  }

  .ticket__container {
    margin-top: 0;
    padding: 0 0.26rem 0.26rem 0.26rem;

    flex: 1;
  }

  .ticket__description {
    margin-top: 0;
  }

  .ticket__request {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
  }

  .ticket__tel {
    margin-top: 0.18rem;
    margin-right: 0.3rem;
  }

  .ticket__web {
    margin-top: 0.18rem;
    font-size: 0.18rem;
  }

  .ticket__web:hover {
    color: #43ac43;
  }

  .ticket__date {
    margin-top: 0.08rem;
  }

  .timetable__body {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
  }

  .timetabel__timeframes {
    border-right: 4px solid #000;
    border-left: 4px solid #000;
  }

  .timetabel__timeframe {
    padding: 0.16rem;
    font-size: 0.14rem;
  }

  .timetable__heading {
    display: table-row;
    background: #a7a382;
    color: #fff;
    text-align: left;
    font-size: 0.12rem;
  }

  .timetable__heading th {
    padding: 0.06rem 0 0.06rem 0.2rem;
  }

  .timetable__heading th:not(:first-of-type) {
    border-left: 1px dashed #707070;
  }

  .timetable__row {
    border-bottom: 2px solid #006226;
  }

  .timetable__row td {
    display: table-cell;
    padding: 0.28rem 0.2rem;
  }

  .timetable__row.-now-on-air {
    display: table-row;
    border: 4px solid #43ac43;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .-now-on-air td.timetable__time {
    background: #43ac43;
    color: #fff;
  }

  .timetable__now-on-air-tag {
    position: static;
    margin-bottom: 0.05rem;
    padding: 0;
    background: none;
    color: inherit;
  }

  .timetable__program {
    border-left: 1px dashed #707070;
  }

  .timetable__program-title {
    margin-top: 0;
  }

  .timetable__program-title a:hover {
    color: #43ac43;
  }

  .timetable__segment {
    margin-top: 0;
    min-width: 190px;
    border-left: 1px dashed #707070;
  }

  .pc-block {
    display: block;
  }

  .pc-inline {
    display: inline;
  }

  .sp-block {
    display: none;
  }

  .sp-inline {
    display: none;
  }
}

@media (hover: hover) {
  .timetabel__timeframe:hover {
    background: #ade078;
  }
}
