/* title ******************************************************************/
.title_wrapper {
/*    margin: 50px auto 0;*/
    margin: 0px auto 0;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    background-color: #93d3b6;
    text-align: center;
}
.block_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.block_title > div {
    padding: 50px;
    width: 50%;
    height: auto;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_title > div img {
    width: 100%;
}

@media(max-width: 747px){
                .block_title {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    /*flex-direction: column;*/
                    margin: auto;
                }
                .block_title > div {
                    padding: 20px 0;
                    width: 100%;
                }
                .block_title img {
                    width: 60%;
                    height: auto;
                }
                .block_title.sp_column {
                    margin-top: 100px;
                    flex-direction: column;
                }
                .block_title.sp_column_reverse {
                    flex-direction: column-reverse;
                }
                .block_title.sp_column img,
                .block_title.sp_column_reverse img {
                    margin-bottom: 20px;
                    width: 80%;
                    height: auto;
                }
                .block_title.sp_column img:last-child,
                .block_title.sp_column_reverse img:first-child {
                    margin-bottom: 0;
                }
}


.block_contents {
    margin-bottom: 20px;
}
.block_contents h2.ribbon {
    margin: 30px 0;
    padding: 16px 0 26px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/pc_h2_ribbon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.block_contents h2 span {
    font-size: 0.6em;
}


.soundex {
    display: flex;
    justify-content: space-between;
}
.soundex > button {
    margin: 0;
    padding: 3px 10px;
    display: block;
    outline: none;
    background: #aaa;
    border: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
}
.soundex > button.sound_ra {
    background: #ddd;
    cursor: default;
}
.artist_list {
    padding: 20px 0;
}
.artist_list > h3 {
    padding: 5px 10px;
    background: #93d3b6;
    color: #fff;
    text-align: left;
}
.artist_list .box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #93d3b6;
}
.artist_list .box:last-child {
    border-bottom: none;
}
.artist_list .box::after {
    content: '';
    display: block;
    clear: both;
}
.artist_list .box .photo-r {
    float: right;
    width: 20%;
    margin: 0 0 0 10px;
}
.artist_list .box .photo-r img {
    width: 100%;
}
.artist_list .box h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 2em;
}
.artist_list .box h3 b {
    font-size: 0.7em;
}
.artist_list .box h4,
.artist_list .box p {
    margin: 0;
    padding: 0 0 10px 0;
}
.artist_list .box .from::before {
    content: '出身地';
    margin-right: 10px;
    padding: 2px 5px;
    display: inline-block;
    background: #93d3b6;
}
.artist_list .box .bd::before {
    content: '生年';
    margin-right: 10px;
    padding: 2px 12px;
    display: inline-block;
    background: #7dc1ed;
}
.artist_list .box .link {
    margin: 0;
    padding: 0;
    display: inline-block; 
    border: 1px solid #aaa;
}
.artist_list .box .link b {
    display: inline-block; 
    height: 100%;
    background: #aaa;
    color: #fff;
}
.artist_list .box .link a {
    color: #000;
    text-decoration: none;
}

.artist_list.sound_ka,
.artist_list.sound_sa,
.artist_list.sound_ta,
.artist_list.sound_na,
.artist_list.sound_ha,
.artist_list.sound_ma,
.artist_list.sound_ya,
.artist_list.sound_ra,
.artist_list.sound_wa {
    display: none;
}



@media(max-width:767px){
    .body_wrapper {
        background: #fff;
        text-align: left;
    }
    .block_contents {
        margin: 0 10px;
        padding: 10px 0;
    }
    .block_contents h2.ribbon {
        margin-bottom: 0;
        padding: 2% 8% 5% 8%;
        font-size: 4.5vw;
        margin: 20px 0;
        background-size: 100% 100%;
    }
    .soundex {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .soundex button {
        flex: 0 0 18%;
        margin: 1%;
        box-sizing: border-box;
    }
    .artist_list .box .bd::before {
        padding: 2px 10px;
    }

}