/* 変数 */
:root{
    --color-bg: #FFFFF2;
    --color-black: #161616;
    --gradation-1: linear-gradient(45deg, #AE48FF, #FF2DBA);

    --size-normal:16px;

    --color-yellow: #FFFDD8;
    --color-blue: #D8FAFF;
    --color-green: #E3FFE1;
    --color-purple: #F0E7FF;
}

/* 共通 */
body{
    width: 100%;
    font-family: "Josefin Sans","Zen Kaku Gothic Antique",sans-serif;
    background-color: var(--color-bg);
    position: relative;
    overflow-x: hidden;
    background-color: #fdfff7;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

main{
    overflow-x: hidden;
}

section{
    width: 100%;
}

@media screen and (max-width: 480px) {
    body,section{
        width: 100vw;
    }
}


p{
    line-height: 1.5;
    letter-spacing: 0.05em;
}

a{
    text-decoration: none;
}

h2{
    display: inline;
    font-weight: 600;
    font-size: 30px;
    letter-spacing:  0.05em;
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 480px) {
    h2{
        font-size: 25px;
    }
}

h3{
    font-weight: normal;
    font-size: 45px;
    letter-spacing:  0.05em;
    line-height: 1.4;
    height:1;
    margin-top: 15px;
}
@media screen and (max-width: 480px) {
    h3{
        font-size: 30px;
        margin-top: 5px;
    }
}

.h2-h3__english{
    font-weight: 400;
}

.br-sp{
    display: none;
}
@media screen and (max-width: 480px) {
    .br-sp{
    display: inline;
    }
}

/* header と footerの一部*/
header{
    z-index: 1;
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    border-bottom: var(--color-black) solid 1px;
    position: fixed;
    top:0;
}
@media screen and (max-width: 480px) {
    header{
        width: 100vw;
    }
}

.header__inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 30px;
}
@media screen and (max-width: 480px) {
    .header__inner{
        padding: 0 20px;
    }
}

.header__right__inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__left__img{
    height: 27px;
}

.header-menu{
    display: none;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 480px) {
    .header-menu{
        display: inline;
    }
}

.header-nav,.footer-nav{
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 480px) {
    .header-nav{
        display: none;
    }
}

.header-nav-item:hover{
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ロゴの挙動 */
.logo{
    cursor: pointer;
}

/* mv */
#mv{
    margin-top: 60px;
}

.mv__inner{
    height: calc(100vh - 60px);
    overflow: hidden;
    border-bottom: var(--color-black) solid 1px;
    position: relative;
}
@media screen and (max-width: 480px) {
    .mv__inner{
        height: 100vh;
        width: 100vw;
    }
}

.mv__video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* .mv__img{
    width: 100%;
}
@media screen and (max-width: 480px) {
    .mv__img{
        min-height: 100%;
        object-fit: cover;
    }
} */

.mv__copy{
    position: absolute;
    height: 80%;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
    .mv__copy{
        display: none;
    }
}

.mv__copy--sp{
    display: none;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
    .mv__copy--sp{
        display: inline;
    }
}

/* mission */
#mission{
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}
@media screen and (max-width: 480px) {
    #mission{
        width: 100%;
        padding: 50px 20px;
    }
}

.mission__title-area{
    text-align: center  ;
}

.mission__text{
    margin-top: 30px;
    text-align: center;
}

#mission p{
    font-size: 18px;
}
@media screen and (max-width: 480px) {
    #mission p{
        font-size: 16px;
    }
}

.mission__end-img__container{
    padding: 120px 0 0 0;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .mission__end-img__container{
        padding: 100px 0 0 0;
    }
}

.mission__end-img{
    width: 500px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .mission__end-img{
        width: 300px;
    }
}

/* service-and-works */
#service-and-works{
    padding: 120px 0 120px 0;
}
@media screen and (max-width: 480px) {
    #service-and-works{
        width: 100%;
        padding: 50px 20px;
    }
}

.service-and-works__inner{
    margin: 0 auto;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .service-and-works__inner{
        width: 100%;
    }
}

.service-and-works__card-area{
    margin-top: 50px;
}

.service-and-works__card-area__inner{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .service-and-works__card-area__inner{
        flex-direction: column;
        justify-content: start;
        gap: 50px;
    }
}

.service-and-works__card{
    width: 230px;
    height: 300px;
    border-radius: 10px;
    background-color: white;
    border: var(--color-black) solid 1px;
    display: flex;
    justify-content: center;
    align-items: start;
    transition-duration: 0.3s;
    cursor: pointer;
    padding: 20px;
}
@media screen and (max-width: 480px) {
    .service-and-works__card{
        width: 300px;
        margin: 0 auto;
    }
}

#card1:hover{
    /* background-color: #FFFDD8; */
    transform: scale(115%) rotate(0deg);
}
#card2:hover{
    /* background-color: #D8FAFF; */
    transform: scale(115%) rotate(0deg) translateX(10px);
}
#card3:hover{
    /* background-color: #E3FFE1; */
    transform: scale(115%) rotate(0deg) translateX(-10px);
}
#card4:hover{
    /* background-color: #F0E7FF; */
    transform: scale(115%) rotate(0deg);
}

/* card-rotate */
#card1{
    transform: rotate(-12deg) translateY(40px);
    ;
}
#card2{
    transform: rotate(-4deg);
}
#card3{
    transform: rotate(4deg);
}
#card4{
    transform: rotate(12deg) translateY(40px);
}
@media screen and (max-width: 480px) {
    #card1,#card2,#card3,#card4{
        transform: rotate(0);
    }
}

.service-and-works__card__icon__wrapper{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.service-and-works__card__icon{
     height: 100%;
}

.service-and-works__card__title-area{
    align-items: center;
    margin-bottom: 15px;
}

.service-and-works__card__title-area__sub{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    .service-and-works__card__title-area__sub{
        font-size: 14px;
        font-weight: 500;
    }
}

.service-and-works__card__title-area__main{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.05em;
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 480px) {
    .service-and-works__card__title-area__main{
        font-weight: 600;
        font-size: 30px;
    }
}

.service-and-works__card__text__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.service-and-works__card__text{
    width: 200px;
    height: 32px;
    border-radius: 100px;
    background-color: #f1f1f1;
    color: #161616;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-and-works__card__text span{
    transform: translateY(3px);
}



/* core-member */
#core-member{
    width: 100%;
    padding-top: 60px;
}
@media screen and (max-width: 480px) {
    #core-member{
        padding: 0;
    }
}

.service-and-works__end-script{
    text-align: center;
    margin-top: 150px;
    font-family: "League Script", cursive;
    font-size: 50px;
    transform: rotate(-3deg);
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-duration: 0.5s;
}
@media screen and (max-width: 480px) {
    .service-and-works__end-script{
        margin-top: 30px;
    }
}

.core-member__inner{
    width: 100%;
}

.core-member__title-area{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top: var(--color-black) solid 1px;
    border-bottom: var(--color-black) solid 1px;
}

.core-member__title-area__h2{
    transform: translateY(4px);
}

.core-member__contents-area{
    width: 1100px;
    height: 470px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}
@media screen and (max-width: 480px) {
    .core-member__contents-area{
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 50px 20px;
    }
}

.core-member__contents-area__parson{
    height: 330px;
    width: 330px;
    overflow: hidden;
    border-radius: 10px;
    border: #161616 solid 1px;
    position: relative;
}
@media screen and (max-width: 480px) {
    .core-member__contents-area__parson{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.core-member__contents-area__parson__img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

#parson1 img{
    transform: scale(100%) translateX(0px) translateY(-80px);
}

#parson2 .core-member__contents-area__parson__img{
    transform: translateY(-200px);
}

.core-member__contents-area__parson__name-area{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 230px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transform: translateX(-50%);
    background: white;
    border: var(--color-black) solid 1px;
    border-bottom: none;
}

.core-member__contents-area__parson__name-area__position{
    font-size: 12px;
    font-weight: 600;
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(3px);
}

.core-member__contents-area__parson__name-area__name{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transform: translateY(3px);
}

#parson2 img{
    height: 200%;
    object-fit: cover;
    object-position: 35% 100%;
    transform: translateY(-250px);
}

.core-member__end-area{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top: var(--color-black) solid 1px;
    border-bottom: var(--color-black) solid 1px;
}

.core-member__end-area__p{
    display: inline;
    font-weight: 600;
    font-size: 30px;
    letter-spacing:  0.05em;
    background: var(--color-black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* contact */
#contact{
    padding: 100px 0 0 0;
}
@media screen and (max-width: 480px) {
    #contact{
        padding: 50px 20px 100px 20px;
    }
}

.contact__inner{
    margin: 0 auto;
    padding: 60px 60px;
    width: 700px;
    background: white;
    border: var(--color-black) solid 1px;
    border-radius: 10px;
}
@media screen and (max-width: 480px) {
    .contact__inner{
        width: 100%;
        padding: 60px 30px;
    }
}

.contact__title-area{
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media screen and (max-width: 480px) {
    .contact__title-area__h2{
        font-weight: 600;
        font-size: 40px;
    }
}

.contact__form{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* 入力項目の見た目調整 */
.contact__form input,select,textarea{
    background: white;
    border-radius: 5px;
    border: var(--color-black) solid 1px;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.contact__form label{
    margin-bottom: 5px;
    /* margin-left: 5px; */
    font-size: 14px;
    font-weight: medium;
    font-weight: 500;
    letter-spacing:  0.1em;
}

.contact__form input,select{
    height:  35px;
}

.contact__form__item__left,.contact__form__item__right{
    width: 45%;
}

.contact__form__item{
    display: flex;
    flex-direction: column;
}
.Required{
    font-size: 12px;
    color: rgb(177, 0, 0);
    margin-left: 5px;
}

#contact__form__seimei{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact__form__item__left,.contact__form__item__right{
    display: flex;
    flex-direction: column;
}

#form__tel{
    width: 230px;
}

.form__title{
    display: flex;
    gap: 20px;
}

.form__title__item{
    display: flex;
}

.form__title__item label{
    display: flex;
    align-items: center;
    margin: 0;
    height: auto;
    margin-left: 8px;
    transform: translateY(2px);
    font-weight: 400;
}

.contact__form__item--last input{
    background: white;
    color:  #161616;
    border: #161616 solid 1px;
    font-weight: 500;
    letter-spacing:  0.1em;
    height: auto;
    padding: 12px 0 7px 0;
    font-size: 20px;

}

.submit-button{
    width: 120px;
    margin: 0 auto;
    transform: translateY(15px);
    transition-duration: 0.3s;
}

.submit-button:hover{
    transform: translateY(15px) scale(110%);
    transition-duration: 0.3s;
    background: #161616;
    color:  white;
}

/* 入力項目の見た目調整終わり */

/* company */
@keyframes rotate--infinite{
    0%{
        transform: rotate(100deg) ;
    }
    100%{
        transform: rotate(-260deg)
    }
}

#text-circle{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 400px;
    height: 400px;
    animation: rotate--infinite 35s linear infinite;
}
@media screen and (max-width: 480px) {
    #text-circle{
        width: 250px;
        height: 250px;
        left: 100%;
        top: 200px;
    }
}

.text-circle__container{
    transform: translateX(-200px) translateY(-200px);
}
@media screen and (max-width: 480px) {
    .text-circle__container{
        transform: translateX(-125px) translateY(-300px);
    }
}

#company{
     padding: 100px 0;
     position: relative;
}
@media screen and (max-width: 480px) {
    #company{
        padding: 50px 20px 100px 20px;
    }
}

.company__inner{
    width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .company__inner{
        width: 100%;
    }
}

.company__info{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.company__info__row{
    display: flex;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 480px) {
    .company__info__row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.company__info__row dt{
    width: 110px;
    height: 30px;
    background: var(--gradation-1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-bg);
    font-size: 16px;
    font-weight: medium;
    letter-spacing:  0.05em;
}
@media screen and (max-width: 480px) {
    .company__info__row dd{
        width: auto;
    }
}

.company__info__row dd{
    font-size: 16px;
    letter-spacing:  0.05em;
    transform: translateY(2px);
}
.translateY--4{
    transform: translateY(2px);
}

/* footer */
footer{
    width: 100%;
    height: 108px;
    background: white;
    border-top: var(--color-black) solid 1px;
    border-bottom: var(--color-black) solid 1px;
}

.footer__inner{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 480px)  {
    .footer__inner{
        width: 100%;
        padding: 16px 20px;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .footer-nav{
        display: none;
    }
}

.footer__left{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media screen and (max-width: 480px) {
    .footer__left{
        align-items: center;
    }
}

.footer__left__img{
    height: 27px;
}

.footer__left__right{
    font-weight: 500;
    font-size: 12px;
    letter-spacing:  0.05em;
}

.footer-nav-item:hover{
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.policy__inner{
    width: 700px;
    margin: 0 auto;
    padding: 100px 0;
}
@media screen and (max-width: 480px) {
    .policy__inner{
        width: 100%;
        padding: 0 20px;
    }
}

.policy__title-area{
    margin-bottom: 50px;
}

.policy__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
    .policy__title{
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.policy__item{
    margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
    .policy__item{
    font-weight: 400;
    font-size: 16px;
    }
}

/* モーダル */
.card-modal{
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100vh;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fdfff7;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
    overflow: scroll
}
@media screen and (max-width: 480px) {
    .card-modal{
        display: block;
        left: 100%;
        width: 100vw;
        transform: translateY(-50%);
    }
}
.card-modal--sp-active{
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.card-modal__inner__wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-modal__inner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 1260px;
    height: 680px;
    padding: 60px 60px;
    border-radius: 10px;
    border: white solid 2px;
}
@media screen and (max-width: 480px) {
    .card-modal__inner{
        height: 100%;
        width: 100%;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
}

#card1-modal .card-modal__inner{
    background: linear-gradient(-45deg,#610069, #280040);;
}
#card2-modal .card-modal__inner{
    background: linear-gradient(-45deg,#003940, #003069);;
}
#card3-modal .card-modal__inner{
    background: linear-gradient(-45deg,#00153E, #3E0038);;
}
#card4-modal .card-modal__inner{
    background: linear-gradient(-45deg,#003909, #003A47);;
}


/* 文字色を白に */
.card-modal__title-area__title , .card-modal__right__copy , .card-modal__right__desc{
    color: white;
}

.card-modal__close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color:  white;
    transition-duration: 0.5s;
    border-radius: 50%;
}
.card-modal__close:hover{
    transform: scale(130%) rotate(90deg);
    transition-duration: 0.5s;
}
@media screen and (max-width: 480px) {
    .card-modal__close{
        z-index: 1;
        top: auto;
        bottom: 80px;
        right: 50%;
        transform: translateX(50%);
    }
}

/* .card-modal__title-area{
    position: absolute;
    top: 110px;
} */
 @media screen and (max-width: 480px) {
    .card-modal__title-area{
        position: absolute;
        top: 80px;
    }
 }

.card-modal__title-area__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-modal__title-area__line{
    width: 5px;
    height: 30px;
    background: var(--gradation-1);
}

.card-modal__title-area__icon{
    width: 45px;
    margin-left: 12px;
}

.card-modal__title-area__title{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    transform: translateY(4px);
    margin-right: 15px;
}

.card-modal__contents{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

@media screen and (max-width: 480px) {
    .card-modal__left{
        display: none;
    }
}

.card-modal__left__case{
    position: relative;
    width: 350px;
    height: 440px;
}

.card-modal__left__case__title-area{
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 235px;
    border-radius: 100vh;
    background-color: white;
    border: #161616 solid 1px;
}

.card-modal__left__case__title{
    transform: translateY(2px);
    font-weight: 500;
    font-size: 16px;
    background: var(--gradation-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-modal__left__case__main{
    position: absolute;
    bottom: 0;
    height: 424px;
    width: 100%;
    border: #161616 solid 1px;
}

.card-modal__left__case__main__top{
    overflow: hidden;
    width: 100%;
    height: 258px;
    box-sizing: border-box;
    border-bottom: #161616 solid 1px;
    border-radius: 10px 10px 0 0;
}

.card-modal__left__case__main__top__img{
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
}

.card-modal__left__case__main__btm{
    height: 160px;
    padding: 20px;
    background: white;
    border-radius: 0 0 10px 10px;
}

.card-modal__right__tab-area{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap:wrap; 
}

.card-modal__right__tab{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 18px;
    border-radius: 100vh;
    background-color: #EBEBEB;
}

.card-modal__right__tab__circle{
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gradation-1);
}

.card-modal__right__tab__text{
    transform: translateY(2px);
    font-size: 14px;
    font-weight: 400;
}

.card-modal__right__copy-area{
    margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
    .card-modal__right__copy-area{
        margin-bottom: 20px;
    }
}


.card-modal__right__copy{
    font-size: 35px;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
    .card-modal__right__copy{
        font-size: 20px;
    }
}

.card-modal__right__desc-area{
    max-width: 550px;
}

@media screen and (max-width: 480px) {
    .card-modal__right__desc{
        font-size: 14px;
    }
}

/* spメニュ */
.sp-menu{
    position: fixed;
    display: flex;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 100vh;
    width: 100vw;
    background-color: #fdfff7;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.sp-menu__inner{
    position: relative;
    padding: 0 20px;
}

.sp-menu__close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color:  white;
    border-radius: 50%;
}
@media screen and (max-width: 480px) {
    .sp-menu__close{
        z-index: 1;
        top: auto;
        bottom: 60px;
        right: 50%;
        transform: translateX(50%);
    }
}

.sp-menu__main{
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 20px;
    gap: 30px;
}

.sp-menu__main__top{
    /* height: 30vh; */
    overflow: hidden;
    border-radius: 10px;
    padding: 0 20px;
}

.sp-menu__main__btm{
    height: 40vh;
    padding: 0 20px;
}

.sp-menu__main__top__img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sp-menu__main__btm__inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-menu__main__btm__item a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 18px;
    border-radius: 100vh;
    background-color: white;
}

.sp-menu__main__btm__item__circle{
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gradation-1);
}

.sp-menu__main__btm__item__text{
    transform: translateY(2px);
    font-size:  18px;
    font-weight: 400;
}