.news_page,
.live_page,
.biography_page,
.discography_page,
.movie_page,
.goods_page,
.contact_page {
    margin: 0 auto;
    padding: 70px 20px 30px 20px;
    box-shadow: none;
    max-width: 800px;
}

.bio_top img {
    max-width: 600px;
}

p {
    padding: 20px 0;
    text-align: left;
}

label {
    display: block;
    margin-top: 10px;
    text-align: left;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin: 3px 0;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

#name_error {
    display: none;
    color: #ffff00;
    font-size: 0.8rem;
    margin: 5px 0 10px 0;
    text-align: left;
    letter-spacing: 0.1rem;
}

#email_error {
    display: none;
    color: #ffff00;
    font-size: 0.8rem;
    margin: 5px 0 10px 0;
    text-align: left;
    letter-spacing: 0.1rem;
}

#message_error {
    display: none;
    color: #ffff00;
    font-size: 0.8rem;
    margin: 5px 0 10px 0;
    text-align: left;
    letter-spacing: 0.1rem;
}

.submit_btn {
    display: flex;
    padding: auto;
    margin: 30px auto 0 auto;
    background-color: #ffffff;
    border: none;
    color: #333;
    height: 50px;
    width: 50%;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}


.thanks_message {
    margin: 100px 0;
    text-align: center;
}

.return {
    display: block;
    margin: 100px 0;
    text-align: center;
}




/* NEWS PAGE */

.news_h2 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0.1rem;
}

.news_h3 {
    font-size: 1.1rem;
    margin-top: 10px;
    text-align: left;
    letter-spacing: 0.1rem;
}


.news_time_p {
    font-size: 0.7rem;
    color: #ffffffc9;
    margin-top: 20px;
    text-align: left;
}

.news_p {
    font-size: 0.9rem;
    margin: 10px 0 30px 0;
    text-align: left;
    letter-spacing: 0.1rem;
}

.news_img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}



/* live */

.live_date_p {
    font-size: 0.7rem;
    color: #cecece
}


.live_place_p,
.live_title_p {
    font-size: 1rem;
}

.live_act_p {
    font-size: 0.8rem;
}

.live_time_p,
.live_ticket_p {
    font-size: 0.6rem;
    color: #cecece
}


/* discography */
.discography_date{
    font-size: 0.8rem;
}

.discography_caption {
    font-size: 0.6rem;
    color: #cecece;
}

.discography_title {
    font-size: 1.2rem;
}

.discography_track {
    font-size: 0.8rem;
}

.discography_number{
    font-size: 0.6rem;
    color: #cecece;
    margin-top: 10px;
}


/*movie */
.movie_title{
    border-top:#ffffff solid 0.5px;
    font-size: 1rem;
    margin-top: 50px;
    padding:20px 0;
}

.youtube_yoko {
    width: 100%;
    max-width: 800px; 
    aspect-ratio: 16 / 9;
    height: auto; 
    display: block; 
}

.youtube_tate {
    width: 100%;
    max-width: 500px; 
    aspect-ratio: 9 / 16;
    height: auto; 
    display: block; 
}