@charset "utf-8";

.flex_disc {
    display: flex;
    justify-content: space-between;
}

dl,
dt,
dd {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.disco_ac_menu {
    max-width: 100%;
    width: 100%;
    margin: 1rem auto 0 auto;
}

.ac_parent {
    text-align: center;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
}

.ac_parent:active {
    background-color: #CC9E29;
}

.ac_child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    border-bottom: .5px solid #999;
    border-left: .5px solid #999;
    border-right: .5px solid #999;
    box-sizing: border-box;
    display: none;
}

.more_disco_track_list_tb {
    display: none;
}

.listening_btn {
    max-width: 130px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 1.3rem auto;
    text-align: center;
    display: block;
    box-shadow: 2px 2px 4px gray;
}

.more_disco_box {
    max-width: 500px;
    width: 100%;
    padding: 2%;
    margin-bottom: 10rem;
    background-color: #fff;
}

.listening_btn_gallery_soap {
    background-color: #fff;
    max-width: 130px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 2.2rem auto;
    text-align: center;
    display: block;
    box-shadow: 2px 2px 4px gray;
    color: #014da1;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}

.apple_logo {
    max-width: 70px;
    width: 100%;
    margin: .2rem 0 .2rem 0;
}

.amazon_logo {
    max-width: 60px;
    width: 100%;
    margin-top: .5rem;
    padding: 0 2.2rem;
}

.youtube_logo {
    max-width: 55px;
    width: 100%;
    margin-top: .5rem;
}

.listening_btn:active {
    box-shadow: none;
    position: relative;
    top: 1px;
    left: 1px;
}

.listening_btn_gallery_soap:active {
    box-shadow: none;
    position: relative;
    top: 1px;
    left: 1px;
}

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


.more_disco_flex {
    display: flex;
    justify-content: left;
}

.album_img {
    max-width: 250px;
    height: auto;
}

.album_info_text {
    padding: 1%;
}

.artist_name {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    margin: .5rem 0;
}

.release_date_flex {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: .5rem;
}

.album_format,
.release_date,
.label_name {
    font-size: 1.4rem;
    margin-right: .5rem;
    font-weight: normal;
}

.album_title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.album_title_nuts {
    padding:0 2.5rem;
}

.more_disco_right {
    padding: 0 0 0 5%;
}

.more_disco_track_list {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;

}

.tb_sp_block {
    display: none;
}

.other_works {
    background-color: #fff;
    padding: 2%;
    margin-bottom: 10rem;
}

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

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

.other_works_artist_name {
    margin-right: 1rem;
}

.other_works_title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.other_works_title a:hover {
    color: #CC9E29;
    transition: .5s;
}

.other_works_title:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.other_works_title a {
    color: #000;
}

.other_works_artist_name {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.other_works_title span {
    font-weight: normal;
    font-size: 1.5rem;
    margin: 0 .3rem;
}



.footer_logo {
    align-items: center;
    margin: 0;
}

.footer_logo a {
    color: #CC9E29;
    font-family: Montserrat;
    margin: auto;
    width: 70%;
}



/* テスト */

.s_02 .ac_one .ac_header {
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    transition-duration: 0.2s;
}

.s_02 .ac_one .ac_header:hover {
    opacity: .8;
}

.s_02 .ac_one .ac_inner {
    display: none;
    padding: 30px 30px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}





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


    .album_img {
        max-width: 210px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .album_format {
        display: none;
    }

    .artist_name {
        font-size: 2rem;
    }

    .more_disco_right {
        text-align: center;
        padding: 0;
        margin-top: 7rem;
        margin-left: auto;
        margin-right: auto;
    }


    .more_disco_track_list dd {
        display: none;
    }

    .more_disco_box {
        max-width: 410px;
        width: 100%;
        padding: 2%;
        margin-bottom: 5rem;
        background-color: #fff;
    }


    .more_disco_track_list_tb {
        display: block;
    }

    .other_works {
        margin-bottom: 3rem;
    }

    .other_works_flex {
        display: block;
        padding: 2%;
    }



    .other_works_title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .other_works_artist_name {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .other_works_date_label {
        margin-top: .8rem;
    }

    .and_more {
        text-align: center;
        padding: 3rem 0;
    }

}

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

    .more_disco_box {
        max-width: 330px;
    }

    .album_img {
        max-width: 190px;
        width: 95%;
    }

    .artist_name {
        font-size: 1.5rem;
    }

    .album_format,
    .release_date,
    .label_name {
        font-size: 1.2rem;
        margin-right: .3rem;
        font-weight: normal;
    }

    .more_disco_right {
        margin-top: 5rem;
    }

    .album_title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .listening_btn {
        max-width: 100px;
        width: 100%;
    }

    .listening_btn_gallery_soap {
        max-width: 100px;
        width: 100%;
        font-size: 1rem;
    }

}

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

    .more_disco_box {
        max-width: 300px;
    }
}

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

    .more_disco_box {
        max-width: 270px;
    }
}


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

    .more_disco_box {
        max-width: initial;
        width: initial;
    }

    .album_img {
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .more_disco_box {
        max-width: initial;
        width: initial;
    }

    .flex_disc {
        display: block;
    }

    .more_disco_flex {
        display: block;
        text-align: center;
    }

    .release_date_flex {
        display: block;
    }

    .artist_name {
        font-size: 3rem;
        margin: .5rem 0;
    }

    .album_format,
    .release_date,
    .label_name {
        font-size: 1.4rem;
        margin-right: .5rem;
        font-weight: normal;
    }

    .album_title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .more_disco_right {
        padding: 0;
        margin-top: 0;
    }

    .more_disco_track_list dd {
        display: none;
    }

    .listening_btn {
        max-width: 130px;
        width: 100%;
    }

    .listening_btn_gallery_soap {
        max-width: 130px;
        width: 100%;
        font-size: 1.2rem;
    }

    h4 {
        font-size: 3rem;
    }

    .other_title_name {
        display: block;
    }

    .other_works_artist_name {
        margin-top: 0;
        margin-left: 1rem;
    }

    .other_works_artist_name span {
        display: none;
    }

}