@charset "UTF-8";

/* hiroshinlife */
.hiroshinlife-buttons {
    margin: 20px auto 0;
    display: flex;
    max-width: 840px;
    gap: 20px;
}
.hiroshinlife-buttons a{
    width: calc(33.3% - 13.3px);
}
@media only screen and (max-width: 668px){
    .hiroshinlife-buttons {
        gap: 0;
        column-gap: 10px;
    }
    .hiroshinlife-buttons a{
        width: calc(50% - 5px);
    }
}
.hiroshinlife-buttons a:not(:first-of-type){
    margin-left: 0;
}

/* senpai */
.container {
    max-width: 870px;
}
.movie .button {
    margin-top: 20px;
}
@media only screen and (max-width: 668px){
    .movie .button {
        margin-top: 10px;
    }
}