@charset "UTF-8";

/*==============================================================================================
●共通
==============================================================================================*/

* {
    box-sizing: border-box;
}

:root {
    --color-black-1: #000000;

    --color-black-2: #222222;

    --color-gray-1: #f5f5f5;

    --color-gray-2: #e5e5e5;

    --color-gray-3: #888888;

    --color-white-1: #ffffff;

    --color-red-1: #df0019;
    --color-red-2: #ff535a;

    --color-blue-1: #3191bb;
    --color-blue-2: #0071bc;
    --color-blue-3: #6ab1d7;

    --color-yellow-1: #fcee21;

    --color-green-1: #00eeaf;
    --color-green-2: #00a99d;

    --color-gold-1: #cfb479;

    --gradient-color-1: linear-gradient(180deg, rgba(90, 190, 176, 1) 0%, rgba(255, 214, 124, 1) 100%);
    --gradient-color-2: linear-gradient(0deg, rgba(90, 190, 176, 1) 0%, rgba(255, 214, 124, 1) 100%);
    --gradient-color-3: linear-gradient(180deg, rgba(255, 214, 124, 1) 0%, rgba(227, 161, 176, 1) 33%, rgba(171, 214, 255, 1) 66%, rgba(129, 215, 165, 1) 100%);

    --width-pc: 600px;
    --width-sp: 90%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: touch;
}

a img:hover {
    opacity: 0.8;
}

a:link,
a:visited {
    text-decoration: none;
}



/*/////////////////////////共通レイアウト///////////////////////*/
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
}

.text-small {
    font-size: 0.8em;
}



/*/////////////////////////ボタン///////////////////////*/

.topBottan {
    width: 100%;
    padding: 1.5em 2em;
    line-height: 1em;
    text-align: center;
    border-radius: 9999px;
    margin: 50px auto 0 auto;
    color: var(--color-white-1);
    background-color: var(--color-black-1);
    display: block;
}

.topBottan[target="_blank"] {
    background-image: url(../img/link_blank.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.topBottan:hover[target="_blank"] {
    background-image: url(../img/link_blank2.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.topBottan:hover {
    color: var(--color-black-1);
    background-color: var(--color-white-1);
}

.topBottan:link,
.topBottan:visited {
    color: var(--color-white-1);
}

.topBottan:hover:link,
.topBottan:hover:visited {
    color: var(--color-black-1);
}


/*/////////////////////////ヘッダー///////////////////////*/

header {
    background: var(--gradient-color-1);
    width: 100%;
}

.kv {
    width: 100%;
    background-image: url(../img/kv-croud.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
}

.kv:before,
.kv:after {
    position: absolute;
    content: '';
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: var(--color-white-1);
}

.kv:before {
    margin-top: 7px;
    top: 0;
}

.kv:after {
    margin-bottom: 7px;
    bottom: 0;
}

.kvTL,
.kvTR,
.kvBL,
.kvBR {
    position: absolute;
    width: 159px;
    height: 121px;
    background-image: url(../img/kv-line.png);
    background-size: contain;
}

.kvTL,
.kvTR {
    margin-top: 7px;
    top: 0;
}

.kvTR {
    transform: scale(-1, 1);
}

.kvBL,
.kvBR {
    margin-bottom: 7px;
    bottom: 0;
}

.kvBL {
    transform: scale(1, -1);
}

.kvBR {
    transform: rotate(180deg);
}

.kv_in {
    margin: 0 auto;
    background-image: url(../img/kv-building.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.kv_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.onairdate {
    font-family: "Oswald", sans-serif;
    background-color: var(--color-black-1);
    color: var(--color-green-1);
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

/*/////////////////////////フッター///////////////////////*/
footer {
    width: 100%;
    background-color: var(--color-black-1);
    color: var(--color-white-1);
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

/*/////////////////////////トップページ///////////////////////*/

body {
    background: var(--gradient-color-3);
}

main {
    width: 100%;
    position: relative;
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    background-position: center top;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: touch;
}

main:before {
    position: absolute;
    top: 200px;
    left: 0;
    content: '';
    background-image: url(../img/contents_bg_l.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 100%;
    height: 99%;
    z-index: -1;
}

main:after {
    position: absolute;
    top: 200px;
    right: 0;
    content: '';
    background-image: url(../img/contents_bg_r.png);
    background-position: right top;
    background-repeat: repeat-y;
    width: 100%;
    height: 99%;
    z-index: -1;
}

.contents {}

.program {
    margin: 0px auto;
    background-image: url(../img/building_bg1.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.program_in,
.guest_in,
.photo_in,
.playlist_in {
    margin: 0px auto;
}

.contentsTitles,
.contentsCatch,
.navigator,
.guests_name1,
.guests_name2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentsTitles,
.contentsTitles2 {
    font-family: "Oswald", sans-serif;
    color: var(--color-black-1);
    margin: 0px auto 50px auto;
    background-image: url(../img/title_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 1em;
    min-height: 86px;
    text-align: center;
}

.contentsTitles {
    font-size: 60px;
}

.contentsTitles2 {
    font-size: 50px;
}

.contentsCatch {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 50px;
}

.contentsCatch2 {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 50px;
    text-align: center;
}

.contentsCatch3 {
    line-height: 1.2em;
    margin-bottom: 50px;
    background-color: var(--color-white-1);
    color: var(--color-green-2);
    text-align: center;
}

.navigator {
    margin: 100px 0 0 0;
}

.guests,
.photos,
.playlists {
    margin: 100px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guests_name1,
.guests_name2 {
    font-size: 50px;
    line-height: 1em;
    position: relative;
}

.guests_name1:after,
.guests_name2:after {
    position: absolute;
    transform: translate(50%);
    content: '';
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-white-1);
}

.guests_name1:after {
    top: 20px;
    left: -20px;
}

.guests_name2:after {
    top: 20px;
    left: 20px;
}

.bnr,
.share {
    margin: 100px auto 0 auto;
}

.message {
    margin: 0px auto;
}

.cityBottom {
    margin: 0px auto;
    background-image: url(../img/building_bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 563px;
}

/*/////////////////////////メッセージフォーム///////////////////////*/
.messageForm,
.messageFormThanks {
    margin: 200px auto 0 auto;
    padding-bottom: 200px;
}

.messageFormThanks {
    text-align: center;
}

.messageForm h2 {
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
    font-size: 30px;
}

form {
    margin: 100px auto 0 auto;
    color: var(--color-black-1);
}

form p {
    margin: 30px auto;
}

form a:link,
form a:visited {
    color: var(--color-red-1);
}

form span {
    font-size: 0.8em;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form select {
    height: 45px;
    border: 1px solid var(--color-gray-2);
}

form textarea {
    border: 1px solid var(--color-gray-2);
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form select,
form textarea {
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
}

form label {
    margin: 5px;
    height: 45px;
    line-height: 45px;
    color: var(--color-black-1);
}

/*チェックボックス*/
form input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-right: 1em;
    line-height: 1em;
}



/*送信ボタン*/
form input[type="submit"],
form input[type="reset"] {
    height: 50px;
    line-height: 1em;
    cursor: pointer;
    margin: 0px auto;
    border-radius: 9999px;
    width: 100%;
    background-color: var(--color-black-1);
    color: var(--color-white-1);
    border: 1px solid var(--color-black-1);
}

form input[type="submit"] {
    background-color: var(--color-black-1);
    color: var(--color-white-1);
    border: 1px solid var(--color-black-1);
}

form input[type="reset"] {
    background-color: var(--color-white-1);
    color: var(--color-black-1);
    border: 1px solid var(--color-black-1);
}

form input[type="submit"]:hover {
    background-color: var(--color-white-1);
    color: var(--color-black-1);
    border: 1px solid var(--color-black-1);
}

.formbox {
    background-color: var(--color-white-1);
    border-bottom: 1px solid var(--color-gray-2);
}

.member-link a {
    width: 100%;
    background-color: var(--color-black-1);
    padding: 20px;
    border-radius: 9999px;
    margin: 20px 0;
    display: block;
    text-align: center;
}

.member-link a:link,
.member-link a:visited {
    color: var(--color-green-1);
}


/*==============================================================================================
●PCサイズ
==============================================================================================*/

@media screen and (min-width: 1000px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /*/////////////////////////ボタン///////////////////////*/
    .topBottan {
        font-size: 20px;
    }

    /*/////////////////////////ヘッダー///////////////////////*/


    /*/////////////////////////フッター///////////////////////*/
    footer {
        flex-direction: row;
    }

    .footerHome {
        margin-right: 30px;
    }

    /*/////////////////////////TOPページ///////////////////////*/
    .kv {
        height: 700px;
    }

    .kvTL,
    .kvBL {
        left: 0;
    }

    .kvTR,
    .kvBR {
        right: 0;
    }

    .kv_in {
        width: 1000px;
        height: 700px;
    }

    .kv_logo {
        width: 100%;
        height: 700px;
    }

    .contents {
        width: 100%;
    }

    .program_in,
    .guest_in,
    .photo_in,
    .playlist_in {
        width: var(--width-pc);
        padding: 100px 0 150px 0;
    }

    .message {
        width: var(--width-pc);
        padding: 0px 0 150px 0;
    }

    .contentsCatch2 {
        font-size: 28px;
    }

    .contentsCatch3 {
        font-size: 60px;
    }

    .bnr {
        width: 350px;
    }

    .share {
        width: 310px;
    }

    /*/////////////////////////メッセージフォーム///////////////////////*/
    .messageForm,
    .messageFormThanks {
        width: 450px;
    }

    .formbox {
        padding: 40px;
    }


}



/*==============================================================================================
●スマホサイズ
==============================================================================================*/

@media screen and (max-width: 1000px) {

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

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /*/////////////////////////ボタン///////////////////////*/
    .topBottan {
        font-size: 16px;
    }

    /*/////////////////////////ヘッダー///////////////////////*/


    /*/////////////////////////フッター///////////////////////*/
    footer {
        flex-direction: column;
    }

    .footerHome {
        margin-bottom: 30px;
    }

    /*/////////////////////////TOPページ///////////////////////*/
    .kv {
        height: 90vh;
    }

    .kvTL,
    .kvBL {
        left: -80px;
    }

    .kvTR,
    .kvBR {
        right: -80px;
    }

    .kv_in,
    .program,
    .cityBottom {
        width: 100%;
        background-size: contain;
    }

    .kv_logo {
        width: 80%;
        height: 90vh;
        margin: 0 auto;
    }

    .contents {
        width: var(--width-sp);
        margin: 0 auto;
    }

    .program_in,
    .guest_in,
    .photo_in,
    .playlist_in {
        width: 100%;
        padding: 100px 0 150px 0;
    }

    .message {
        width: 100%;
        padding: 0px 0 150px 0;
    }

    .contentsCatch2 {
        font-size: 20px;
    }

    .contentsCatch3 {
        font-size: 50px;
        letter-spacing: -0.05em;
    }

    .bnr {
        width: 70%;
    }

    .share {
        width: 100%;
    }

    /*/////////////////////////メッセージフォーム///////////////////////*/
    .messageForm,
    .messageFormThanks {
        width: 100%;
    }

    .formbox {
        padding: 20px;
    }
}


/* GALLERY 240716 */

div.gallery {
    width: var(--width-pc);
    margin: 50px auto;
}

div.gallery img {
    margin: 5px 0;
}

@media screen and (max-width: 1000px) {
div.gallery {
        width: var(--width-sp);
    }
}
