.logo-wrapper {
    position: absolute;
    padding: 10px;
    z-index: 1000;
}

.logo-wrapper img {
    height: 40px;
	display: inline-block;
}

.logo-wrapper span {
	line-height: 40px;
	font-size: 16px;
	
}


.bg-gray {
    background: #F7F7F7;
}

.top-content h2 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    /* identical to box height, or 100% */

    font-style: normal;
    font-weight: 400;

    margin-bottom: 20px;

    /* idol/idol_em */

    color: #1D2088;

}

.top-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-width {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.detail-link {
   margin-top: 20px;
}

.detail-link a {
    font-family: 'Tsukushi A Round Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 15px;
    /* identical to box height */

    text-align: right;

    margin-top: 12px;

    /* idol/idol_Thema */

    color: #7EBBE6;
}


.top-fv {
    width: 100%;
    height: auto;
}

.top-fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top-contents {
    width: 100%;
    margin: 0 auto;

}

.top-about img{
    padding-right: 10px;
}

.top-about {
    margin: 0 auto;
}

.top-audition {
    margin: 0 auto;
}

.news-post {
    border: solid 1px #80bce6;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0.1rem 0.1rem 1.4rem #ededed;
    margin-bottom: 5px;
}

.news-pad {

    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;

    color: #7EBBE6;
}

.news-press {
    border: solid 1px;
    background-color: #7EBBE6;
    border-radius: 12px;
    opaciity: 0.8;
    color: #FFFFFF;

    padding-left: 5px;
    padding-right: 5px;

    margin-left: 5px;
}


.history-post {
    background: #7EBBE6;

}

.history-pad {

    color: #FFFFFF;
}

.history-post-title {
    margin-left: 5px;
    margin-right: 5px;

    padding-bottom: 3px;

    border-bottom: dotted 1px;

    text-decoration:underline;
}

.history-post-date {
    padding-left: 5px;
    padding-right: 5px;

}

.history-press {
    border: solid 1px;
    background-color: #7EBBE6;
    border-radius: 12px;
    opaciity: 0.8;
    color: #FFFFFF;

    padding-left: 5px;
    padding-right: 5px;

    margin-left: 5px;
}

.artist-content {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 600px) {

    .top-info {
        display: block;
    }

    .top-about img{
        margin: 0 auto;
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;

    }

    .top-audition img{
        margin: 0 auto;
        width: 100%;
        padding-top: 20px;
    }

    .top-content h2 {
        font-size: 24px;
    }

    .detail-link a {
        font-size: 20px;
    }

    .news-post {
        font-size: 12px;
    }

    .artist-contents {
        display: block;
    }

    .artist-content {
        width: 85%;
        margin: 15px auto;
    }

}
