@charset "UTF-8";
body {
  background-color: #111;
  display: block; }

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

/*
---------------------------------------------------------------------------------------------------------------------
共通部分
---------------------------------------------------------------------------------------------------------------------
*/
.NewTitle {
  width: 100%;
  padding-left: calc( 5% + 0px ); }
  .NewTitle h2 {
    font-size: 3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 0.9em;
    margin: 0; }
    @media (min-width: 768px) {
      .NewTitle h2 {
        font-size: 4em; } }
    @media (min-width: 1024px) {
      .NewTitle h2 {
        font-size: 6.25em; } }
  .NewTitle h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff;
    margin: 0px 0 0 5px; }
    @media (min-width: 1024px) {
      .NewTitle h3 {
        font-size: 1.5em; } }

#radio-program {
  width: 90%;
  margin: 80px auto 100px; }
  @media (min-width: 1024px) {
    #radio-program {
      margin: 160px auto 140px; } }
  @media (min-width: 1024px) {
    #radio-program .program {
      display: flex; } }
  #radio-program .program .icatch {
    width: 80%;
    margin: auto; }
    @media (min-width: 1024px) {
      #radio-program .program .icatch {
        width: 30%;
        margin: inherit; } }
    #radio-program .program .icatch img {
      border-radius: 20px; }
  #radio-program .program .contents {
    margin-top: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 1024px) {
      #radio-program .program .contents {
        width: 70%;
        padding-left: 5%;
        margin: 0px auto; } }
    #radio-program .program .contents h3 {
      font-size: 0.8em;
      font-weight: normal;
      color: #D3D3D3;
      margin: 0; }
      @media (min-width: 1024px) {
        #radio-program .program .contents h3 {
          font-size: 0.9em; } }
    #radio-program .program .contents h1 {
      font-size: 2.0em;
      font-weight: 700;
      line-height: 1.3em;
      margin: 20px 0 0 0; }
      @media (min-width: 1024px) {
        #radio-program .program .contents h1 {
          font-size: 3.0em; } }
    #radio-program .program .contents h2 {
      font-size: 1.125em;
      margin: 35px 0 0 0; }
      @media (min-width: 1024px) {
        #radio-program .program .contents h2 {
          font-size: 1.5em; } }
    #radio-program .program .contents h5 {
      font-size: 1.125em;
      line-height: 1.2em;
      margin: 15px 0 0 0; }
    #radio-program .program .contents p {
      font-size: 0.8em;
      line-height: 1.6em;
      margin: 25px 0 0 0;
      width: 90%; }
      @media (min-width: 1024px) {
        #radio-program .program .contents p {
          width: 70%;
          font-size: 0.9em; } }
    #radio-program .program .contents a {
      font-size: 0.9em;
      line-height: 1.2em;
      color: #00A4E3;
      position: relative; }
      #radio-program .program .contents a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #00A4E3;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      #radio-program .program .contents a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
    #radio-program .program .contents .profile {
      margin: 30px 0 0 0; }
      #radio-program .program .contents .profile article {
        margin-bottom: 40px; }
        #radio-program .program .contents .profile article:last-child {
          margin-bottom: 0; }
        #radio-program .program .contents .profile article .hp-url {
          margin-bottom: 20px; }
          #radio-program .program .contents .profile article .hp-url .hp-url-in {
            display: flex; }
            #radio-program .program .contents .profile article .hp-url .hp-url-in h3 {
              font-size: 0.8em;
              font-weight: bold; }
              @media (min-width: 1024px) {
                #radio-program .program .contents .profile article .hp-url .hp-url-in h3 {
                  font-size: 0.9em; } }
          #radio-program .program .contents .profile article .hp-url p {
            font-size: 0.7em;
            line-height: 1.4em; }
            @media (min-width: 1024px) {
              #radio-program .program .contents .profile article .hp-url p {
                font-size: 0.8em; } }
        #radio-program .program .contents .profile article .Credit {
          margin-bottom: 5px; }
          #radio-program .program .contents .profile article .Credit h3 {
            font-size: 0.8em;
            font-weight: bold; }
            @media (min-width: 1024px) {
              #radio-program .program .contents .profile article .Credit h3 {
                font-size: 0.9em; } }
        #radio-program .program .contents .profile article .name {
          display: flex; }
          #radio-program .program .contents .profile article .name h3 {
            font-size: 1.45em;
            font-weight: bold;
            line-height: 1.2em;
            color: #fff; }
          #radio-program .program .contents .profile article .name h4 {
            font-size: 0.8em;
            font-weight: bold;
            line-height: 1.2em;
            margin: 11px 0 0 0; }
        #radio-program .program .contents .profile article ul li {
          font-size: 0.8em;
          line-height: 1.4em;
          margin-bottom: 3px; }
          @media (min-width: 1024px) {
            #radio-program .program .contents .profile article ul li {
              font-size: 0.9em; } }
        #radio-program .program .contents .profile article p {
          font-size: 0.9em;
          line-height: 1.6em;
          text-align: justify;
          width: 100%;
          margin: 5px 0 0 0; }
    #radio-program .program .contents .platform {
      position: relative;
      margin: 40px 0 0 0; }
      @media (min-width: 1024px) {
        #radio-program .program .contents .platform {
          margin: 60px 0 0 0; } }
      #radio-program .program .contents .platform .platform-in {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        height: 20px;
        width: 100%; }
        @media (min-width: 768px) {
          #radio-program .program .contents .platform .platform-in {
            height: 0; } }
        #radio-program .program .contents .platform .platform-in h4 {
          font-size: 0.9em;
          align-items: center; }
          @media (min-width: 768px) {
            #radio-program .program .contents .platform .platform-in h4 {
              display: flex; }
              #radio-program .program .contents .platform .platform-in h4::after {
                content: "";
                flex-grow: 1;
                height: 1px;
                display: block;
                margin-left: .4em;
                background: #707070;
                margin-right: 265px; } }
        #radio-program .program .contents .platform .platform-in ul {
          position: absolute;
          top: 20px;
          bottom: 0;
          left: 1%;
          margin: auto;
          height: 0;
          font-size: 0.9em;
          letter-spacing: 0.03em; }
          @media (min-width: 768px) {
            #radio-program .program .contents .platform .platform-in ul {
              top: -7px;
              right: 0;
              left: initial; } }
          #radio-program .program .contents .platform .platform-in ul li {
            display: inline-block;
            color: #ccc; }
            #radio-program .program .contents .platform .platform-in ul li a {
              font-size: 0.9em;
              font-weight: normal;
              color: #ccc;
              margin-right: 3px;
              transition: .5s; }
              #radio-program .program .contents .platform .platform-in ul li a:hover {
                color: #00A4E3; }
            #radio-program .program .contents .platform .platform-in ul li .moji {
              font-size: 0.9em;
              font-weight: normal;
              color: #515151;
              margin-right: 3px; }
  #radio-program .spotify.new {
    margin: 140px 0 0 0; }
    @media (min-width: 1024px) {
      #radio-program .spotify.new {
        margin: 60px 0 0 0; } }
  #radio-program .spotify.past {
    margin: 40px 0 0 0; }
    @media (min-width: 1024px) {
      #radio-program .spotify.past {
        margin: 60px 0 0 0; } }
  #radio-program .spotify iframe {
    margin-bottom: 20px; }
  #radio-program .spotify h6 {
    font-size: 1.0em;
    margin: 120px 0 15px 0;
    color: #fff; }
    @media (min-width: 1024px) {
      #radio-program .spotify h6 {
        font-size: 1.125em;
        margin: 0 0 15px 0; } }

#radio-list {
  margin: 0 auto 50px; }
  @media (min-width: 1024px) {
    #radio-list {
      margin: 0 auto 100px; } }
  #radio-list .radio-slide {
    margin: 20px auto 0; }
