@charset "UTF-8";
/* CSS Document */

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.p07 {
    font-family: "Mplus 1p",sans-serif;
    color: hsl(0, 0, 100);
    background-color: #ffecad;
    text-align: center;
    font-size: small;
    font-feature-settings: "palt";
    letter-spacing: normal;
    line-height: 1.75;
}

/*bootstrap上書き*/

.p07 a:link {}

.p07 a:visited {}

.p07 a:hover {}

.p07 a:active {}

.p07 a:focus {}

.p07c > .row {
    margin: 0;
    padding: 1vh 0 1.5vh;
}

/*ココマデ*/

.p07heading {
    margin-top: 1vh;
    margin-bottom: 2vh;
}


.light {
    color: hsl(0, 0, 100);
    background-color: #fff;
}

.dark {
    color: hsl(0, 0, 100);
    background-color: #ffecad;
}

.title-block {
    line-height: 2;
}

.belongs {
    text-align: center;
}

.normal-description {
    margin: 10px 0 10px;
}

.guestname {
    font-size: x-large;
    font-weight: 700;
}

.row-eq-heightvs {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.artist {
    padding-top: 1vh;
    padding-bottom: 1vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.artist:hover {
    cursor: pointer;
}




.p07-modal-contents {
    color: #000;
}

/*bootstrap上書き*/

.p07 .modal-header {
    padding: 5px;
}

.p07 .modal-content {
    background-color: rgba(255, 255, 255, 0.95);
}

.p07 .modal-footer {
    margin-top: 15px;
    padding: 5px;
}


/*ココマデ*/

.modal-description {
    margin-bottom: 10px;
}

.snsicons {
    letter-spacing: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    .row-eq-heightvs {
        display: block;
    }

}