@charset "UTF-8";

/* header-home
---------------------------------------------------*/
#header-home {
    margin-bottom: 40px;
}
#header-home .main-title-wrap {
    background-color: var(--white-color);
    padding-top: 10px;
}
#header-home .main-title {
    max-width: 520px;
    text-align: center;
    margin: 0 auto 42px;
}
#header-home .on-air {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 2.4em;
}
#header-home .on-air .time {
    color: var(--point-color);
    font-size: var(--font-size-x);
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-right: 40px;
}
#header-home .on-air .icon {
    display: inline-block;
    line-height: 1;
    color: var(--white-color);
    font-size: var(--font-size-x);
    font-weight: bold;
    letter-spacing: 0.06em;
    background-color: var(--point-color);
    border-radius: 2em;
    padding: 0.2em 1em;
}
#header-home .decoration {
    width: 100%;
}
#header-home .decoration img {
    width: 100%;
    height: 80px;
}
#header-home .navigator-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
#header-home .navigator-wrap .navigator {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 80px;
}
#header-home .navigator-wrap .navigator .photo {
    width: 180px;
    margin-right: 24px;
}
#header-home .navigator-wrap .navigator .photo img {
    width: 100%;
}
#header-home .navigator-wrap .navigator .name {
    text-align: center;
    color: var(--point-color);
    font-size: var(--font-size-l);
    font-weight: bold;
}
#header-home .navigator-wrap .navigator .name .title {
    display: inline-block;
    font-size: var(--font-size-en-m);
    margin-bottom: 8px;
}
#header-home .navigator-wrap .lead {
    position: relative;
    width: 380px;
    z-index: 1;
}
#header-home .navigator-wrap .lead .txt {
    line-height: 1.8em;
    text-align: center;
    color: var(--point-color);
    font-size: var(--font-size-x);
    font-weight: bold;
    letter-spacing: 0.02em;
}
#header-home .navigator-wrap .lead .shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100px;
    z-index: -1;
}
#header-home .navigator-wrap .lead .shape img {
    width: 100%;
    height: 100%;
}

/* 768 */
@media screen and (max-width: 768px) {
    #header-home {
        margin-bottom: 10.5263vw;
    }
    #header-home .main-title-wrap {
        padding-top: 5.2631vw;
    }
    #header-home .main-title {
        max-width: 78.9473vw;
        margin-bottom: 6.3157vw;
    }
    #header-home .main-title img {
        width: 78.9473vw;
    }
    #header-home .on-air {
        display: block;
    }
    #header-home .on-air .time {
        display: block;
        font-size: var(--font-size-l);
        margin-right: 0;
        margin-bottom: 3.15789vw;
    }
    #header-home .on-air .icon {
        display: inline-block;
        font-size: var(--font-size-m);
    }
    #header-home .decoration img {
        height: 21.0526vw;
    }
    #header-home .navigator-wrap {
        margin-top: 4.2105vw;
    }
    #header-home .navigator-wrap .navigator {
        margin-right: 0;
    }
    #header-home .navigator-wrap .navigator .photo {
        width: 36.8421vw;
        margin-right: 6.3157vw;
    }
    #header-home .navigator-wrap .navigator .name {
        font-size: var(--font-size-n);
    }
    #header-home .navigator-wrap .navigator .name .title {
        margin-bottom: 2.1052vw;
    }
    #header-home .navigator-wrap .lead {
        width: 78.9473vw;
        margin-top: 8.4210vw;
    }
    #header-home .navigator-wrap .lead .txt {
        line-height: 1.6em;
        font-size: var(--font-size-n);
    }
    #header-home .navigator-wrap .lead .shape {
        height: 16.5789vw;
    }
}


/* on-air-information
---------------------------------------------------*/
#on-air-information {
    margin-bottom: 96px;
}

/* 768 */
@media screen and (max-width: 768px) {
    #on-air-information {
        margin-bottom: 16.8421vw;
    }
}


/* navigation
---------------------------------------------------*/
#navigation {
    background-color: var(--white-color);
    margin-bottom: 96px;
}
#navigation .decoration {
    width: 100%;
}
#navigation .decoration img {
    width: 100%;
    height: 80px;
}
#navigation .navigation-inner {
    width: min(96%, 920px);
    padding: 40px 0 80px;
    margin: 0 auto;
}
#navigation .navigation-inner .links-wrap {
    display: flex;
    justify-content: space-between;
}

/* 768 */
@media screen and (max-width: 768px) {
    #navigation {
        margin-bottom: 14.7368vw;
    }
    #navigation .decoration img {
        height: 21.0526vw;
    }
    #navigation .navigation-inner {
        width: 78.9473vw;
        padding: 6.3157vw 0 12.6315vw;
    }
    #navigation .navigation-inner .links-wrap {
        display: block;
    }
}


/* message-to-studio
---------------------------------------------------*/
#message-to-studio {
    width: 45.65%;
}

/* 768 */
@media screen and (max-width: 768px) {
    #message-to-studio {
        width: 100%;
    }
}


/* list-of-archives
---------------------------------------------------*/
#list-of-archives {
    width: 45.65%;
}

/* 768 */
@media screen and (max-width: 768px) {
    #list-of-archives {
        width: 100%;
        margin-top: 14.7368vw;
    }
}

/* podcast
---------------------------------------------------*/
#podcast {
    width: 100%;
    margin-top: 96px;
}
#podcast .bnr-podcast {
    width: min(100%, 388px);
    border: 2px solid var(--point-color);
    border-radius: 24px;
    padding: 14px;
    margin: 0 auto;
}
#podcast .bnr-podcast a {
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

/* 768 */
@media screen and (max-width: 768px) {
    #podcast {
        margin-top: 14.7368vw;
    }
    #podcast .bnr-podcast {
        border-radius: 6.3157vw;
        padding: 2.6315vw;
    }
    #podcast .bnr-podcast a {
        border-radius: 4.2105vw;
    }
}


/* sns-x
---------------------------------------------------*/
#sns-x {
    width: 100%;
    margin-top: 96px;
}
#sns-x .title {
    text-align: center;
    margin-bottom: 24px;
}
#sns-x .title img {
    width: 64px;
}
#sns-x .sns-x-block {
    width: 100%;
    max-width: 480px;
    min-height: 480px;
    margin: 0 auto;
}
#sns-x .sns-x-inner {
    position: relative;
    width: 96%;
    max-width: 960px;
    padding-bottom: 56px;
    margin: 0 auto;
    z-index: 1;
}
#sns-x .sns-x-inner .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 83.3333%;
    height: 440px;
    z-index: -1;
}
#sns-x .sns-x-inner .shape img {
    width: 100%;
    height: 100%;
}

/* 768 */
@media screen and (max-width: 768px) {
    #sns-x {
        margin-top: 14.7368vw;
    }
    #sns-x .title {
        margin-bottom: 6.3157vw;
    }
    #sns-x .title img {
        width: 12.6315vw;
    }
    #sns-x .sns-x-block {
        max-width: 78.9473vw;
        min-height: 78.9473vw;
        overflow: hidden;
    }
    #sns-x .sns-x-inner {
        width: 94.7368vw;
        padding-bottom: 10.5263vw;
    }
    #sns-x .sns-x-inner .shape {
        width: 78.9473vw;
        height: 78.9473vw;
    }
}


/* sns-instagram
---------------------------------------------------*/
#sns-instagram {
    width: 100%;
    margin-top: 24px;
}
#sns-instagram .title {
    text-align: center;
    margin-bottom: 24px;
}
#sns-instagram .title img {
    width: 64px;
}
#sns-instagram .sns-instagram-block {
    width: 100%;
    max-width: 770px;
    border-radius: 16px;
    background-color: var(--white-color);
    padding: 20px;
    margin: 0 auto;
}
#sns-instagram .sns-instagram-block .photo-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sns-instagram .sns-instagram-block .photo-list ul li {
    width: 32.6%;
    background-image: url('../img/top/instagram_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
#sns-instagram .sns-instagram-block .photo-list ul li:nth-child(-n+3) {
    margin-bottom: 8px;
}
#sns-instagram .sns-instagram-block .photo-list ul li img {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/* hover */
#sns-instagram .sns-instagram-block .photo-list ul li a {
    display: block;
    overflow: hidden;
}
#sns-instagram .sns-instagram-block .photo-list ul li a:hover img {
    transform: scale(1.06);
}
#sns-instagram .sns-instagram-inner {
    position: relative;
    width: 96%;
    max-width: 1100px;
    padding-bottom: 76px;
    margin: 0 auto;
    z-index: 1;
}
#sns-instagram .sns-instagram-inner .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 580px;
    z-index: -1;
}
#sns-instagram .sns-instagram-inner .shape img {
    width: 100%;
    height: 100%;
}

/* 768 */
@media screen and (max-width: 768px) {
    #sns-instagram {
        margin-top: 4.2105vw;
    }
    #sns-instagram .title {
        text-align: center;
        margin-bottom: 6.3157vw;
    }
    #sns-instagram .title img {
        width: 12.6315vw;
    }
    #sns-instagram .sns-instagram-block {
        max-width: 78.9473vw;
        border-radius: 4.2105vw;
        padding: 2.6315vw;
    }
    #sns-instagram .sns-instagram-block .photo-list ul li {
        width: 48.57%;
        border-radius: 2.1052vw;
    }
    #sns-instagram .sns-instagram-block .photo-list ul li:nth-child(-n+3) {
        margin-bottom: 0;
    }
    #sns-instagram .sns-instagram-block .photo-list ul li:nth-child(-n+4) {
        margin-bottom: 2.1052vw;
    }
    #sns-instagram .sns-instagram-inner {
        width: 94.7368vw;
        padding-bottom: 10.5263vw;
    }
    #sns-instagram .sns-instagram-inner .shape {
        height: 94.7368vw;
    }
}


/* gigyaShare
---------------------------------------------------*/
#gigyaShare {
    margin-top: 80px;
}

/* 768 */
@media screen and (max-width: 768px) {
    #gigyaShare {
        margin-top: 14.7368vw;
    }
}