﻿@charset "UTF-8";

#section-player .container {
    max-width: 100%;
}
#radio-container {
    width: 100%;
    padding: 0 4.0rem;
}
#radio-container > div {
    width: 100%;
}
.radio-container-player {
    width: 100%;
    display: flex;
}
.player-main {
    width: 100%;
    flex-basis: 70%;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.player-comment {
    width: 100%;
    flex-basis: 30%;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    overflow-y: hidden;
    z-index: 0;
    position: relative;
}
.player-comment iframe {
    transform-origin: top left;
}
.player-comment label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    
    display: flex;
    width: 100%;
    padding: 0.75em 1.5em;
    gap: 0.75em;
    align-items: center;
    line-height: 1;
    
    font-size: 80%;
    color: #ccc;
    background-color: #000;
    border-top: 1px solid #666;
}
.player-comment input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height: 1em;
    flex: 1;
    font-size: 100%;
}
#section-player {
    /* background-color: #F2F2F2; */
    background-color: #78bccc;
    border-top: solid 0.4rem #78bccc;
    border-bottom: solid 0.4rem #78bccc;
    padding: 8.0rem 0;
}

#section-player #radio-program-information {
    padding-top: 0;
    padding-bottom: 4rem;
}
#section-player #radio-program-information p {
    text-align: center;
    line-height: 1;
}
#section-player #radio-program-information #radio-program-title {
    font-size: 4.4rem;
}
#section-player #radio-program-information #radio-program-time {
    font-size: 2.8rem;
}
#section-player #radio-program-information #radio-program-cast {
    font-size: 3.4rem;
    margin-top: 1.2rem;
}

@media screen and (max-width: 799px) {
    .radio-container-player {
        display: inline;
    }
    .player-comment {
        height: 420px;
    }
    
    .pc-only {
        display: none !important;
    }
}

.player-note {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}
#section-jasrac .container {
    max-width: 100%;
}
#section-jasrac {
    background-color: #F2F2F2;
}
.jasrac-container {
    display: flex;
    column-gap: 20px;
    font-size: 15px;
    line-height: 1.8;
    justify-content: center;
    align-items: center;
    padding: 4.0rem 0;
    color: #333;
}

@media screen and (max-width: 768px) {
    .jasrac-container {
        display: grid;
        row-gap: 20px;
    }
}

.jasrac {
    width: 80px;
    height: 80px;
    justify-self: center;
}
.jasrac img{
    width: 100%;
    height: 100%;
}
#section-schedule .container > div {
    margin-top: 8.0rem;
    border: solid 0.4rem #78bccc;
    border-radius: 1.6rem;
    padding: 4.0rem;
    position: relative;
}
#section-schedule p {
    font-size: 2.2rem;
}
p#schedule-title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #78bccc;
    display: inline-block;
    padding: 0.3em 1.6em;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    margin: 0;
    
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}

#schedule-window {
    width: 100%;
    height: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
    
    border: 4px solid #666;
    border-left-style: none;
}
#schedule-area {
    display: grid;
    grid-auto-flow: column;
    grid-template: 2em 1fr/2em 1fr;
    
    font-size: 2.0rem;
    text-align: center;
}
#schedule-area-deadspace {
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}
#schedule-area-time {
    display: grid;
    grid-auto-flow: column;
    grid-template: repeat(24, 1fr)/1fr;
}
#schedule-area-time > div {
    display: flex;
    align-items: center;
    justify-content: center;
    
    border: 2px solid #666;
    border-bottom-color: #fff;
}
#schedule-area-pgtablewindow {
    grid-row-start: 1;
    grid-row-end: 3;
    
    overflow-x: scroll;
}
#schedule-area-pgtable {
    display: grid;
    grid-auto-flow: column;
    grid-template: 2em 1fr/1fr;
    width: calc(100% * 7);
    max-width: calc(320px * 7);
}
#schedule-area-pgtable p {
    line-height: 1;
}
#schedule-area-doweek, #schedule-area-programweek {
    display: grid;
    grid-template: 1fr/repeat(7, 1fr);
}
#schedule-area-programweek {
    border-top: 2px solid #666;
}
#schedule-area-doweek, #schedule-area-time {
    font-weight: bold;
}
#schedule-area-doweek {
    align-items: center;
}
#schedule-area-doweek > div {
    border-left: 2px solid #ccc;
    border-right: 2px solid #eee;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#schedule-area-doweek > *:first-of-type {
    border-left-style: none;
}
#schedule-area-doweek > *:last-of-type {
    border-right-style: none;
}
.schedule-area-programlist {
    
    background-color: #333;
    display: grid;
    grid-auto-flow: column;
    grid-template: repeat(1440, 1fr)/1fr;
    border-left: 2px solid #ccc;
    border-right: 2px solid #eee;
}
#schedule-area-programweek > .schedule-area-programlist:first-of-type {
    border-left-style: none;
}
#schedule-area-programweek > .schedule-area-programlist:last-of-type {
    border-right-style: none;
}
.schedule-area-programlist > div {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.6rem;
}

/*
.schedule-area-programlist:nth-child(2n) > div:nth-child(2n+1),
.schedule-area-programlist:nth-child(2n+1) > div:nth-child(2n) {
    background-color: #f4f4f4;
}
*/

.schedule-area-programlist > div[player_number="0"] {
    background-color: #fdd;
}
.schedule-area-programlist > div[player_number="1"] {
    background-color: #ddf;
}

.schedule-area-programlist > div > * {
    width: 100%;
}
.schedule-area-programlist > div:not(:first-of-type) {
    border-top: 2px solid #eee;
}
.schedule-area-programlist > div:not(:last-of-type) {
    border-bottom: 2px solid #aaa;
}
#schedule-area-programweek .schedule-area-programlist > div.active_program {
    background-color: #f8fbd9;
}

.radio-program-time {
    font-size: 12px;
    display: block;
    text-align: left;
}
.radio-program-title {
    font-size: 18px;
    line-height: 1;
    display: block;
    text-align: left;
    
    border-bottom: 2px dotted #205a89;
    margin: 0.4rem 0 0.8rem;
}
.small_box {
    border-bottom: 2px dotted #205a89;
}
.small_box .radio-program-time {
    display: inline;
}
.small_box .radio-program-title {
    font-size: 14px;
    display: inline;

    border-bottom-style: none;
}

.radio-program-cast {
    font-size: 14px;
    display: block;
    text-align: center;
}

.open-text-button {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
}
.open-text-button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #78bccc;
    width: 200vw;
    height: 0;
    padding-top: 0.4rem;
    
    left: -100vw;
    top: 50%;
    transform: translateY(-50%);
}

.open-text-button > p {
    font-size: 3.2rem;
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 2em 0.5em 1em;
    border-radius: 6.4rem;
    
    color: #fff;
    background-color: #78bccc;
    
    position: relative;
    z-index: 0;
    
    cursor: pointer;
}
.open-text-button > p::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.4em;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #fff;
    
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.25s;
}


.open-text-button + * {
    display: grid; 
    grid-template-rows: 0fr;
    transition: 0.25s grid-template-rows ease;
}
.open-text-button + * > * {
    overflow: hidden;
}
.open-text-button.open + * {
    grid-template-rows: 1fr;
}
.open-text-button + * > * > * {
    background-color: #fff;
    padding: 4.0rem 2.0rem;
    margin: 4.0rem 0 0;
}

.open-text-button.open > p::after {
    transform: translateY(-50%) rotateX(180deg);
}


.bnr320 {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

#Contents .note_message {
    font-size: 2.0rem;
    line-height: 1;
    margin-top: 6.4rem;
    color: red;
}

#section-schedule, #radio-program-information {
    display: none;
}
