main{
    overflow-x: hidden;
}

.kv_content{
    padding: 8rem 26rem 8rem 8rem;
}

.page_title{
    line-height: 1.2;
    gap: 1.5rem;
}

.model{
    position: relative;
}

.model .deco{
    font-family: var(--fontEn);
    font-size: 19.2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 0;
    left: -2.5rem;
}

.model_container{
    position: relative;
    padding: 6rem 0;
}

.model_container::before{
    content: "";
    background: var(--grad);
    display: block;
    width: 80%;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.model_content{
    display: flex;
    gap: 11rem;
}

.model_img{
    width: 40rem;
    flex-shrink: 0;
}

.model_img img{
    border-radius: 0.5rem;
    aspect-ratio: 404 / 607;
    object-fit: cover;
}

.model_inner{
    display: flex;
    flex-flow: column;
    gap: 4.5rem;
}

.model_header{
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}

.model_header h2{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.model_header h2 span{
    color: var(--mainColor);
    font-size: 1.6rem;
    font-weight: 500;
}

.model_header p{
    font-family: var(--fontEn);
    font-size: 2rem;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}

.model_header p::before{
    content: "";
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: var(--mainColor);
    border-radius: 10rem;
}

.model_list{
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.model_item{
    display: flex;
}

.model_label{
    width: 18rem;
    flex-shrink: 0;
    font-weight: 700;
}

.model_sns p{
    font-family: var(--fontEn);
    font-weight: 400;
    margin-bottom: 1rem;
}

.model_sns div{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.model_sns a{
    display: block;
    width: 3.5rem;
    flex-shrink: 0;
}

/* sns */

section.sns{
    margin-top: -11rem;
    padding: 12rem 0 8rem;
    position: relative;
}

.sns h2{
    color: var(--mainColor);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.sns .deco{
    font-family: var(--fontEn);
    font-size: 19.2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 0;
    right: -2.5rem;
    z-index: -1;
}

.sns_container{
    position: relative;
    padding: 6rem 0;
}

.sns_container::before{
    content: "";
    background: var(--grad);
    display: block;
    width: 80%;
    height: 100%;
    border-radius: 0 1rem 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sns_content{
    display: flex;
    gap: 8rem;
}

.sns_inner{
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: space-between;
    gap: 4rem;
    flex: 1;
}

.sns_inner h3{
    font-family: var(--fontEn);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sns_inner h3 img{
    width: 4rem;
}

.sns_item{
    width: 100%;
}

.sns_insta{
    padding-right: 8rem;
    border-right: solid 0.05rem var(--mainColor);
}

.sns_btn{
    color: var(--mainColor);
    background: #fff;
    font-weight: 700;
    border: solid 0.15rem var(--mainColor);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 3.5rem;
    transition: 0.3s;
}

.sns_btn svg{
    color: var(--mainColor);
    width: 2.5rem;
    transition: 0.3s;
}

.sns_btn:hover{
    color: #fff;
    background: var(--mainColor);
}

.sns_btn:hover svg{
    color: #fff;
}

.twitter-timeline iframe {
    position: static !important;
    visibility: visible !important;
    width: 100% !important;
    height: 600px !important;
}

.twitter-timeline{
    display: none;
}

@media (max-width: 1024px) {
    .kv_content {
        padding: 5rem;
    }

    .page_title{
        font-size: 6rem;
        gap: 1rem;
    }

    .model_content{
        gap: 8rem;
    }
}

@media (max-width: 767px) {
    .kv_content{
        padding: 3rem;
    }

    .page_title{
        font-size: 4.6rem;
        gap: 1rem;
    }

    .model .deco{
        font-size: 12rem;
        left: -1.5rem;
    }

    .model_container{
        padding: 6rem 0 4rem;
    }

    .model_container::before{
        width: 88%;
    }

    .model .wrapper110{
        max-width: 100%;
    }

    .model_content{
        gap: 6rem;
        flex-flow: column;
    }

    .model_img{
        width: 95%;
        margin-left: auto;
    }

    .model_img img{
        border-radius: 0.5rem 0 0 0.5rem;
    }

    .model_inner{
        max-width: 90%;
        margin: auto;
        gap: 3rem;
    }

    .model_header h2{
        font-size: 2.4rem;
    }

    .model_header p{
        font-size: 1.8rem;
    }

    .model_label{
        width: 15rem;
    }

    section.sns{
        margin-top: -9rem;
    }

    .sns .deco{
        font-size: 12rem;
        right: -1.5rem;
    }

    .sns h2{
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    .sns_container::before{
        width: 88%;
    }

    .sns_content{
        flex-flow: column;
        gap: 4rem;
        margin: 0;
    }

    .sns_insta{
        padding-right: 0;
        padding-bottom: 4rem;
        border-right: none;
        border-bottom: solid 0.05rem var(--mainColor);
    }

    .sns_inner h3{
        font-size: 2rem;
    }

    .sns_inner h3 img{
        width: 2.5rem;
    }

    .sns_btn{
        width: 100%;
        justify-content: space-between;
    }
}