* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  background: #fff;
}

@media screen and (max-width: 499px) {
  html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6vw;
  }
}
a {
  color: inherit;
}

body {
  font-family: "Noto Sans", sans-serif;
  background: #CCC;
}

img {
  width: 100%;
  height: auto;
}

.font-en {
  font-family: "Oswald", sans-serif;
}

.no-br {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {
  background: #fff;
}

.header_container {
  padding: 10px 20px;
  border-bottom: solid 1px #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo_tfm img {
  width: 111px;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  margin: auto;
  background: #fff;
  min-height: 100vh;
}

.upper-wrapper {
  background: #F0F0F0;
  padding-bottom: 20px;
}

.radiko__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  padding: 2rem 0 0;
  margin: 0 auto 2px;
  width: 92%;
}

@media screen and (max-width: 374px) {
  .radiko__wrapper {
    display: block;
    margin: 0 auto 2px;
    padding: 1.54rem 0 0;
  }
}
.radiko__column-left {
  width: 43%;
}

@media screen and (max-width: 374px) {
  .radiko__column-left {
    width: 100%;
    margin: auto;
  }
}
.radiko__column-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 374px) {
  .radiko__column-right {
    width: 100%;
    margin: 10px auto 0;
  }
}
.radiko__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.radiko__time {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  color: #333333;
  padding: 7px 0 12px;
  font-weight: 400;
}

.radiko__personality {
  font-weight: 500;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.3;
}

.radiko__personality img {
  width: 10px;
}

.radiko__personality::before {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  content: "";
  background: url(../img/icon_mic_01.png);
  width: 0.9rem;
  height: 1.4rem;
  background-size: contain;
  top: 2px;
  background-repeat: no-repeat;
}

.radiko__player {
  width: 100%;
  overflow: hidden;
}
.radiko__player.is-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 499px) {
  .radiko__player.is-pc {
    display: none;
  }
}
.radiko__player.is-sp {
  display: none;
}
@media screen and (max-width: 499px) {
  .radiko__player.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.radiko__player-wrapper {
  width: 92%;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: solid 1px #C2C2C2;
  margin: 2rem auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 499px) {
  .radiko__player-wrapper {
    padding: 0;
  }
}

.radiko__terms {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.radiko__terms__txt {
  font-size: 1rem;
  color: #000000;
  margin-top: 3px;
  display: block;
}

.radiko__terms__logo {
  max-width: 3.4rem;
}

.radiko__terms img {
  border-radius: 7px;
}

.radiko__txt {
  background: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 8px 14px;
  overflow: hidden;
  width: 92%;
  margin: 0 auto 20px;
}

.radiko__txt-marquee {
  -webkit-animation: marquee 0s linear infinite;
  animation: marquee 0s linear infinite;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.now__wrapper {
  background: #FFFFFF;
  padding: 12px 20px;
}

.now__music {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.now__ttl {
  max-width: 140px;
}

@media screen and (max-width: 374px) {
  .now__ttl {
    width: 54%;
  }
}
.now__ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.now__img img {
  width: 56px;
}

.now__txt-wrapper {
  width: 80%;
}

.now__time {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background: #1A2E6E;
  padding: 2px 8px;
  border-radius: 13px;
  font-size: 1.5rem;
  white-space: nowrap;
  margin-right: 8px;
}

.now__name {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
}

.now__name-wrapper {
  line-height: 1.5;
  margin-top: 10px;
}

.now__past {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 374px) {
  .now__past {
    width: 42%;
    font-size: 1.3rem;
  }
}
.now__past::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}

@media screen and (max-width: 499px) {
  .now__past::after {
    top: 0.4vw;
  }
}
@media screen and (max-width: 374px) {
  .now__past::after {
    top: 0.4vw;
  }
}
.banner {
  border-top: solid 1px #C2C2C2;
  padding: 22px 0 28px;
  background: #fff;
}

.other_bnr {
  width: 72%;
  margin: auto;
}

.other_bnr li {
  list-style: none;
}

.other_bnr a {
  display: block;
}

.other_bnr li:not(:last-of-type) {
  margin-bottom: 14px;
}

.footer {
  padding: 1rem 0 3rem;
}

.footer .footer_copyright {
  font-size: 1.1rem;
  text-align: center;
}

.listen-live {
  font-size: 2rem;
  font-weight: 700;
  color: #1595e0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .listen-live {
    width: 116px;
  }
}

.radiko__player.is-sp {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1rem;
}

.radiko__player__box {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 250px) {
  .radiko__player__box {
    gap: 1rem;
  }
}
.radiko__player__box .radiko__link {
  min-width: 25px;
}
@media screen and (max-width: 250px) {
  .radiko__player__box .radiko__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
  }
}
.radiko__player__box .radiko__terms__logo {
  max-width: 45px;
}
.radiko__player__box .radiko__terms__txt {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}
.radiko__player__box .listen-live {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}

.radio__notes {
  color: #f00;
  width: 92%;
  margin: 0 auto 2rem;
  line-height: 1.6;
  font-size: 1.2rem;
}

@media screen and (max-width: 499px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  .is-sp {
    display: none !important;
  }
}
