@charset "UTF-8";



/* -------------------------------------------

group

------------------------------------------- */
.group main {
    display: flex;
   	font-family: "Shippori Mincho", serif;
}
.group main > * {
    flex: 1;
}
.group main .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    color: #fff;
}
@media screen and (max-width: 768px) {
    .group main {
        display: block;
    }
    .group main .wrap {
        height: auto;
        padding: 14rem 0;
    }
}
.group main .wrap a {
    color: #fff;
}
.group-suehiro {
    background: url(../img/group-bg-1.jpg) no-repeat center / cover;
}
.group-borrachos {
    background: url(../img/group-bg-2.jpg) no-repeat center / cover;
}
.group-hukuwarai {
    background: url(../img/group-bg-3.jpg) no-repeat center / cover;
}   
.group-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 600;
    height: 7rem;
}
.group-name span {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .group-name {
        font-size: 3.2rem;
        height: 8rem;
    }
}
.group .insta {
    line-height: 1;
    font-size: 3.6rem;
    margin: 2rem 0 3rem 0;
}
.group .more-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.12rem #fff;
    width: 26rem;
    height: 4.8rem;
    font-weight: 600;
    padding-bottom: 0.1rem;
}
.group .more-wrap a:hover {
    opacity: 1;
    background: #fff;
    color: #000;
}
.group .more-wrap a i {
    margin-left: 1rem;
}
@media screen and (max-width: 768px) {

}