@charset "utf-8";
.header .main_logo {
    position: fixed;
    top: 25px;
}

@media (width < 600px) {
    .header .main_logo {
        top: 15px;
        width: 255px;
        background-size: contain;
    }
}

div#slideArea {
    overflow: scroll;
}
.bhcSlider {
    z-index: -10;
}

.bhc {
    margin-inline: auto;
    box-sizing: border-box;
    padding: 52px 5% 30%;
}

.listContainer {
    text-align: center;
    letter-spacing: 0.04em;
}

.listBox__topic {
    font-size: 20px;
    font-weight: bold;
    margin-block-start: 68px;
}

.listBox__topic:first-of-type {
    margin-block-start: 0;
}

.listBox__topic--off,
.listBox__topic--inc {
    margin-block-start: 36px;
}

.list__item {
    font-size: 20px;
    line-height: 1.2;
}

.list--us .list__item {
    line-height: 1.3;
}

.list--area {
    line-height: 1.5;
    font-weight: bold;
}

.list__item--area {
    font-weight: normal;
    margin-block-start: 24px;
}

.list__item--area:first-of-type {
    margin-block-start: 0;
}

.music__text,
.member {
    font-size: 20px;
    line-height: 1.2;
    margin-block-start: 24px;
}

.music__text a {
    font-size: 0.8em;
}

.music__text:first-of-type {
    margin-block-start: 0;
}

.music__image {
    margin-block-start: 32px;
    width: 250px;
    margin-inline: auto;
}

.music__image img {
    vertical-align: top;
    width: 100%;
}

.streaming__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block-start: 12px;
}

.streaming__item {
    margin-inline: 12px;
}

.streaming__item a {
    display: block;
    width: 48px;
}

.streaming__item a img {
    width: 100%;
    vertical-align: top;
}

@media (width < 600px) {
    .bhc {
        padding: 0 3% 30%;
    }

    .listBox__topic,
    .list__item {
        font-size: 14px;
    }

    .listBox__topic {
        margin-block-start: 46px;
    }

    .listBox__topic--off,
    .listBox__topic--inc {
        margin-block-start: 24px;
    }

    .list__item--area {
        font-weight: normal;
        margin-block-start: 12px;
    }

    .music__text,
    .member {
        font-size: 14px;
    }

    .music__image {
        margin-block-start: 24px;
        width: 210px;
    }

    .streaming__list {
        margin-block-start: 8px;
    }

    .streaming__item {
        margin-inline: 8px;
    }

    .streaming__item a {
        width: 36px;
    }

}/* /600px */