@charset "UTF-8";

/* ↓↓↓ comingsoon start ↓↓↓ */

.sec-comingsoon {
    padding: 5% 0 10%;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon {
        padding: 10% 0 15%;
    }
}

.sec-comingsoon .txt01 {
    text-align: center;
}

.sec-comingsoon .txt01 span {
    position: relative;
    font-weight: 700;
}
.sec-comingsoon .txt01 span:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon .txt01 span {
        font-size: 40px;
        padding-bottom: 6px;
    }
    .sec-comingsoon .txt01 span:before {
        height: 4px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .sec-comingsoon .txt01 span {
        font-size: 48px;
    }
}
@media screen and (min-width: 768px) {
    .sec-comingsoon .txt01 span {
        padding-bottom: 12px;
    }
    .sec-comingsoon .txt01 span:before {
        height: 6px;
    }
}
@media screen and (min-width: 1280px) {
    .sec-comingsoon .txt01 span {
        font-size: 60px;
    }
}

.sec-comingsoon .txt02 {
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon .txt02 {
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 768px) {
    .sec-comingsoon .txt02 {
        font-size: 15px;
        margin-top: 48px;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1280px) {
    .sec-comingsoon .txt02 {
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

.btn-back {
    text-align: center;
}

/* ↑↑↑ comingsoon start ↑↑↑ */

/* nanei art event customここから */

.top-works__item {
    border-top: none;
}

.black-line{
    border-top: 1px solid #000;
}

.event-cat-bl{
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
}
.event-cat{
    width: 32%;
    margin-right: 2%;
    height: 60px;
}
.event-cat:nth-of-type(3n){
    margin-right: 0;
}
.event-cat a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
}
.sec-link {
    padding-bottom: 140px;
}
.link__title-bl{
    padding: 30px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.link__logo{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.link__title {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 20px;
}
.link__title-hosoku{
    text-align: center;
    font-size: 1.1rem;
}
.link__btn{
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.link__btn a{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}
@media screen and (max-width: 834px){
    .link__logo {
        width: 180px;
    }
    .link__title {
        font-size: 3.5rem;
    } 
    .sec-link {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .event-cat-bl{
        padding: 25px 0;
    }
    .event-cat:nth-of-type(3n){
        margin-right: 3%;
    }
    .event-cat{
        width: 48.5%;
        margin-right: 3%;
        height: 50px;
        margin-bottom: 15px;
    }
    .event-cat:nth-of-type(2n){
        margin-right: 0;
    }
    .event-cat a{
        font-size: 1rem;
    }
}



/* nanei art event customここまで */