@charset "UTF-8";
body {
  background-color: #000 !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0; }

strong {
  font-weight: bold; }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ番組　詳細
---------------------------------------------------------------------------------------------------------------------
*/
#radio-program {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 80px 0 0; }
  @media (min-width: 768px) {
    #radio-program {
      display: flex;
      padding: 120px 0 0; } }
  @media (min-width: 1200px) {
    #radio-program {
      padding: 160px 0 0; } }
  @media (min-width: 768px) {
    #radio-program .detail-L {
      width: 45%;
      padding-right: 5%; } }
  #radio-program .detail-L .thumbnail img {
    border-radius: 10px; }
    @media (min-width: 1024px) {
      #radio-program .detail-L .thumbnail img {
        border-radius: 15px; } }
  #radio-program .detail-L .schedule {
    display: flex;
    margin-top: 20px; }
    @media (min-width: 1200px) {
      #radio-program .detail-L .schedule {
        margin-top: 40px; } }
    #radio-program .detail-L .schedule table {
      border-collapse: collapse; }
      #radio-program .detail-L .schedule table tr th {
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4em;
        color: #707070;
        text-align: left;
        vertical-align: top;
        width: 130px;
        padding-bottom: 15px; }
        @media (min-width: 1024px) {
          #radio-program .detail-L .schedule table tr th {
            font-size: 1.125em;
            width: 160px; } }
      #radio-program .detail-L .schedule table tr td {
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4em;
        padding-bottom: 15px; }
        @media (min-width: 1024px) {
          #radio-program .detail-L .schedule table tr td {
            font-size: 1.125em; } }
        #radio-program .detail-L .schedule table tr td ul li {
          font-feature-settings: "palt";
          letter-spacing: 0.02em;
          margin-bottom: 10px;
          line-height: 1.3em; }
          #radio-program .detail-L .schedule table tr td ul li:last-child {
            margin-bottom: 0; }
        #radio-program .detail-L .schedule table tr td ol.timeline2 li {
          position: relative;
          padding: 0 0 10px 1em; }
          #radio-program .detail-L .schedule table tr td ol.timeline2 li .border-line {
            position: absolute;
            top: 0.5em;
            left: 4.0px;
            width: 2px;
            height: 100%;
            background: #fff; }
          #radio-program .detail-L .schedule table tr td ol.timeline2 li::after {
            content: '';
            position: absolute;
            top: 0.5em;
            left: 0;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%; }
  #radio-program .detail-L .popularity {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -10px; }
    @media (min-width: 768px) {
      #radio-program .detail-L .popularity {
        padding-left: 20px;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      #radio-program .detail-L .popularity {
        border-radius: 20px;
        padding: 20px;
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      #radio-program .detail-L .popularity {
        padding: 40px; } }
    #radio-program .detail-L .popularity h4 {
      font-size: 0.9em;
      line-height: 1.2em;
      display: inline-block;
      background-color: #F5FF00;
      border: 1px solid #000;
      border-radius: 40px;
      padding: 4px 10px;
      color: #000; }
      @media (min-width: 1250px) {
        #radio-program .detail-L .popularity h4 {
          font-size: 1.125em; } }
    #radio-program .detail-L .popularity ul {
      margin-top: 20px; }
      #radio-program .detail-L .popularity ul li {
        margin-bottom: 10px; }
        #radio-program .detail-L .popularity ul li:last-child {
          margin-bottom: 0; }
        #radio-program .detail-L .popularity ul li a {
          position: relative;
          font-size: 0.85em;
          font-weight: 400;
          color: #000;
          line-height: 1.2em;
          transition: .5s;
          text-decoration: underline; }
          @media (min-width: 1250px) {
            #radio-program .detail-L .popularity ul li a {
              font-size: 1.0em; } }
          #radio-program .detail-L .popularity ul li a:hover {
            color: #00A4E3; }
  #radio-program .detail-R {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #radio-program .detail-R {
        width: 55%;
        margin-top: 0; } }
    #radio-program .detail-R .program-title h2 {
      font-size: 1.75em;
      line-height: 1.2em; }
      @media (min-width: 1024px) {
        #radio-program .detail-R .program-title h2 {
          font-size: 2.25em; } }
    #radio-program .detail-R .program-title p {
      font-size: 0.8em;
      font-weight: 700;
      margin: 5px 0 0 0; }
    #radio-program .detail-R .overview {
      margin-top: 30px; }
      @media (min-width: 1200px) {
        #radio-program .detail-R .overview {
          margin-top: 60px; } }
      #radio-program .detail-R .overview h3 {
        font-size: 1.125em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        line-height: 1.4em; }
        @media (min-width: 1200px) {
          #radio-program .detail-R .overview h3 {
            font-size: 1.375em; } }
      #radio-program .detail-R .overview p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify;
        margin-top: 10px; }
        @media (min-width: 1200px) {
          #radio-program .detail-R .overview p {
            font-size: 1.0em;
            margin-top: 15px; } }
    #radio-program .detail-R .point {
      margin-top: 30px; }
      @media (min-width: 1250px) {
        #radio-program .detail-R .point {
          margin-top: 60px; } }
      #radio-program .detail-R .point h4 {
        font-size: 0.9em;
        line-height: 1.2em;
        display: inline-block;
        background-color: #F5FF00;
        border-radius: 40px;
        padding: 4px 10px;
        color: #000; }
        @media (min-width: 1250px) {
          #radio-program .detail-R .point h4 {
            font-size: 1.125em; } }
      #radio-program .detail-R .point ul {
        margin-top: 10px; }
        @media (min-width: 1200px) {
          #radio-program .detail-R .point ul {
            margin-top: 20px; } }
        #radio-program .detail-R .point ul li {
          margin-bottom: 10px; }
          @media (min-width: 1200px) {
            #radio-program .detail-R .point ul li {
              margin-bottom: 20px; } }
          #radio-program .detail-R .point ul li:last-child {
            margin-bottom: 0; }
          #radio-program .detail-R .point ul li p {
            position: relative;
            font-size: 0.9em;
            font-weight: 500;
            color: #fff;
            padding-left: 20px; }
            @media (min-width: 1200px) {
              #radio-program .detail-R .point ul li p {
                font-size: 1.125em; } }
            #radio-program .detail-R .point ul li p::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0.2em;
              width: 16px;
              height: 16px;
              background: url("../../img/_parts/check-ye.svg") no-repeat center/contain; }
    #radio-program .detail-R .profile {
      border-top: 1px solid #ADADAD;
      margin: 40px 0 0 0;
      padding-top: 40px; }
      @media (min-width: 1200px) {
        #radio-program .detail-R .profile {
          margin: 60px 0 0 0;
          padding-top: 60px; } }
      #radio-program .detail-R .profile article {
        margin-bottom: 40px; }
        #radio-program .detail-R .profile article:last-child {
          margin-bottom: 0; }
        #radio-program .detail-R .profile article .name {
          display: flex; }
          #radio-program .detail-R .profile article .name h3 {
            font-size: 1.45em;
            font-weight: bold;
            line-height: 1.2em;
            color: #fff; }
          #radio-program .detail-R .profile article .name h4 {
            font-size: 0.8em;
            font-weight: bold;
            line-height: 1.2em;
            margin: 11px 0 0 0; }
        #radio-program .detail-R .profile article p {
          font-size: 0.9em;
          line-height: 1.6em;
          text-align: justify;
          width: 100%;
          margin: 10px 0 0 0; }
          @media (min-width: 1200px) {
            #radio-program .detail-R .profile article p {
              font-size: 1.0em; } }
        #radio-program .detail-R .profile article .link {
          margin-top: 20px;
          padding-right: 10%; }
          #radio-program .detail-R .profile article .link a:hover h6::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          #radio-program .detail-R .profile article .link a h6 {
            position: relative;
            font-size: 0.9em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            line-height: 1.4em;
            color: #F5FF00;
            display: inline-block; }
            @media (min-width: 1200px) {
              #radio-program .detail-R .profile article .link a h6 {
                font-size: 1.0em; } }
            #radio-program .detail-R .profile article .link a h6::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #F5FF00;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            #radio-program .detail-R .profile article .link a h6::before {
              content: "";
              position: absolute;
              right: -25px;
              top: 4px;
              width: 15px;
              height: 15px;
              background: url("../../img/_parts/OutLink-ye.svg") no-repeat center/contain; }
    #radio-program .detail-R .credit {
      border-top: 1px solid #ADADAD;
      margin: 30px 0 0 0;
      padding-top: 30px; }
      @media (min-width: 1200px) {
        #radio-program .detail-R .credit {
          margin: 60px 0 0 0;
          padding-top: 60px; } }
      #radio-program .detail-R .credit ul li {
        font-size: 0.8em;
        font-weight: 400; }
        @media (min-width: 1250px) {
          #radio-program .detail-R .credit ul li {
            font-size: 0.9em;
            margin-bottom: 5px; } }
        #radio-program .detail-R .credit ul li:first-child {
          font-size: 0.9em;
          font-weight: 500; }
          @media (min-width: 1250px) {
            #radio-program .detail-R .credit ul li:first-child {
              font-size: 1.0em; } }
        #radio-program .detail-R .credit ul li:last-child {
          margin-bottom: 0; }
    #radio-program .detail-R .platform {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #radio-program .detail-R .platform {
          margin-top: 40px; } }
      @media (min-width: 1250px) {
        #radio-program .detail-R .platform {
          align-items: center;
          display: flex;
          justify-content: space-between; } }
      #radio-program .detail-R .platform h6 {
        position: relative;
        font-size: 0.8em;
        font-weight: bold;
        align-items: center;
        display: flex; }
        @media (min-width: 1200px) {
          #radio-program .detail-R .platform h6 {
            font-size: 0.9em;
            width: calc(100% - 280px); } }
        #radio-program .detail-R .platform h6::after {
          content: "";
          flex-grow: 1;
          height: 1px;
          display: block;
          margin-left: 5px;
          background-color: #fff; }
      #radio-program .detail-R .platform .link-btn {
        display: flex;
        align-items: center;
        margin-top: 5px; }
        @media (min-width: 1200px) {
          #radio-program .detail-R .platform .link-btn {
            justify-content: end;
            width: 280px;
            margin-top: 0; } }
        #radio-program .detail-R .platform .link-btn ul {
          display: flex; }
          #radio-program .detail-R .platform .link-btn ul li {
            margin-right: 5px; }
            #radio-program .detail-R .platform .link-btn ul li:last-child {
              margin-right: 0; }
              #radio-program .detail-R .platform .link-btn ul li:last-child a {
                margin-right: 0; }
            #radio-program .detail-R .platform .link-btn ul li a {
              font-size: 0.75em;
              font-weight: bold;
              margin-right: 5px;
              position: relative; }
              @media (min-width: 1250px) {
                #radio-program .detail-R .platform .link-btn ul li a {
                  font-size: 0.85em; } }
              #radio-program .detail-R .platform .link-btn ul li a::after {
                position: absolute;
                bottom: -4px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background-color: #fff;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              #radio-program .detail-R .platform .link-btn ul li a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }

#spotify {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 30px; }
  @media (min-width: 1200px) {
    #spotify {
      margin: 140px auto 100px; } }
  #spotify h6 {
    font-size: 1.0em;
    margin: 120px 0 15px 0;
    color: #fff; }
    @media (min-width: 1024px) {
      #spotify h6 {
        font-size: 1.125em;
        margin: 0 0 15px 0; } }
  #spotify iframe {
    margin-bottom: 20px; }
