.section20{
    padding-top: 300px;
    padding-bottom: 300px;
    position: relative;

}
.section20 .wrap{
    aspect-ratio: 16/9;
    display: flex;
    padding-right: clamp(10px, calc(10vw - 5vw), 100px);
}
.section20 .content{
    overflow: hidden;
    font-size: 1rem;
    text-align: right;
}
.section20 h2{
    font-size: clamp(50px, 12.3vw, 240px);
    color: var(--color-1);
    font-family: var(--e-main-font-1);
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: -3px;
    transform: translateX(clamp(-30px, -1.5vw, 10px));
}
.section20 .text{
    padding-right: 48px;
}
.section20 .text p{
    font-family: var(--k-main-font-2);
    margin-bottom: 14px;
}
.section20 .slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section20 .swiper{
    margin-right: 0;
}
.section20 .vector{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}
.section20 .vector .img{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 clamp(559px, calc(36vw - (-2*3vw)), 683px)
}
.section20 .vector .img2{
    display: none;
}
.section30{
    padding-bottom: 200px;
}
.section30 .wrap{
    aspect-ratio: 16/9;
    padding-left: clamp(10px, 5vw, 100px);
    padding-right: clamp(10px, 5vw, 100px);
    /*padding-left: 100px;*/
    /*padding-right: 100px;*/
}
.section30 .title{
    font-family: var(--e-main-font-1);
    font-weight: 500;
}
.section30 .content{
    padding-top: 150px;
}
.section30 .content-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: clamp(10px, 3vw, 60px);
    position: relative;
    padding-right: clamp(10px, 5.7vw, 120px);
    /*padding-right: 120px;*/
}
.section30 .room-article{
    aspect-ratio: 5 / 4;
}
.section30 .room-article a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section30 .room-article .name{
    border: 1px solid var(--color-1);
    border-bottom: none;
    flex-grow: 1;
    color: var(--color-1);
    font-family: var(--e-main-font-1);
    font-size: 2.5rem;
    font-weight: 500;
    padding-left: 40px ;
    display: flex;
    align-items: center;
    background-color: var(--color-2);
}
.section30 .room-article .name span{
    font-weight: 400;
    margin-left: 20px;
}
.section30 .room-article .img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 50/24;
}
.section30 .deco{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;

}
.section30 .deco .circle{
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid var(--color-1);
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.section40{
    aspect-ratio: 16/9;
    overflow: hidden;
    background-color: var(--color-1);
    border-bottom: 1px solid var(--color-2);
    position: relative;
}
.section40::after{
    content: '';
    position: absolute;
    top: 10%;
    left: 43%;
    width: clamp(0px,15%,400px);
    aspect-ratio: 1/1;
    border: 1px solid var(--color-2);
    border-radius: 50%;
    z-index: 10;
}
.section40 .swiper-slide{
    position: relative;
    overflow: hidden;
    max-width: 100vw;
}
.section40 .swiper-slide img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -30vw;
}
.section40 .special-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-color: var(--color-1);
    border-left: 1px solid var(--color-2);
    color: var(--color-2);
    text-align: right;
    padding-top: 25%;
    padding-right: 7%;
}
.section40 .special-link{
}
.section40 .special-name{
    font-family: var(--e-main-font-1);
    font-size: 5rem;
}
.section40 .special-arrow{
    padding-top: 20px;
    font-size: 24px;
}

@media(width < 1400px){
}
@media(width < 1024px){
    .section20{
        padding-top: 90px;
        padding-bottom: 110px;
    }
    .section20 .wrap{
        aspect-ratio: unset;
        padding-right: 0;
    }
    .section20 .slider{
        width: 50%;
    }
    .section20 h2{
        font-size: clamp(30px, 10.2vw, 240px);
    }
    .section20 .text{
        padding-left: 4rem;
        padding-right: 2rem;
    }
    .section20 .text p{
        background-color: var(--color-2);
        margin-left: auto;
        width: fit-content;
    }
    .section20 .vector{
        padding-top: calc(90px + 8vw);
        padding-bottom: 110px;
        bottom: 0;
    }
    .section20 .vector .img{
        background-position: left;
    }
    .section20 .vector .img1{
        display: none;
    }
    .section20 .vector .img2{
        display: block;
    }

    .section30 .wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .section30 .content{
        padding-top: 65px;
    }
    .section30 .content-wrap{
        padding-left: 10%;
        padding-right: 10%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
        grid-gap: 40px;
    }
    .section30 .deco{
        display: none;
    }
    .section30 .room-article .name{
        border : none;
        height: 75px;
        font-size: 1.5rem;
    }
    .section30 .room-article .name span{
        margin-left: 10px;
    }
    .section30 .room-article{
        border: 1px solid var(--color-1);
        aspect-ratio: 3/2;
    }
    .section30 .room-article .img{
        height: 70%;
    }
    .section40{
        aspect-ratio: 4/5;
        border:none;
    }
    .section40 .wrap{
        height: 100%;
    }
    .section40 .swiper{
        height: 100%;
    }
    .section40 .swiper-slide img{
        object-fit: cover;
        object-position: top;
        height: 77%;
    }
    .section40 .special-content{
        top: unset;
        bottom: 0;
        width: 100%;
        height: 40%;
        border: none;
    }
    .section40 .special-name{
        border: none;
        font-size: 1.5rem;
    }
    .section40::after{
        width: 40%;
        top: 45%;
        left: 5%;
    }
    .section40 .special-arrow{
        padding-top: 10px;
        font-size: 10px;
    }
}
@media(width < 768px){
}
@media(width < 576px){
}