#logo-container img {
    padding: 0 20px;
    object-fit: cover;
    min-width: 134px;
}

#logo-container {
    /* width: 1400px !important; */
    /* overflow: hidden; */
}

#logo-container div,
#logo-container a,
#logo-container li {
    display: flex;
}

* {
    font-family: 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial,
    'nc3Jp', sans-serif !important;
}

.logo-text {
    font-family: Inter, 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial,
    'nc3Jp', sans-serif !important;
}

.benefit-item,
.benefit-mobile-item {
    border-radius: 40px;
    border: 2px solid #c6c0ef;
    background: #FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.benefit-header {

}

.benefit-item .inactive-arrow,
.benefit-mobile-item .inactive-arrow {
    display: block;
}

.benefit-item .active-arrow,
.benefit-mobile-item .active-arrow {
    display: none;
}

.benefit-item:hover .active-arrow,
.benefit-item.active .active-arrow,
.benefit-mobile-item:hover .active-arrow,
.benefit-mobile-item.active .active-arrow {
    display: block;
}

.benefit-item:hover .inactive-arrow,
.benefit-item.active .inactive-arrow,
.benefit-mobile-item:hover .inactive-arrow,
.benefit-mobile-item.active .inactive-arrow {
    display: none;
}

.benefit-item:hover,
.benefit-item.active,
.benefit-mobile-item:hover,
.benefit-mobile-item.active {
    background-color: #4331cd;
    border-color: #4331cd;
    color: #fff;
}


.benefit-item:hover span,
.benefit-item.active span,
.benefit-mobile-item:hover span,
.benefit-mobile-item.active span {
    color: #fff;
}

.select-item {
    cursor: pointer;
}


@media (max-width: 1100px) {
    html {
        font-size: 100px;
    }

    #banner {
        background: linear-gradient(0deg, #C6C0F0 0%, #FFFFFF 80.44%);
    }

    .hidden-less-than-1100 {
        display: none !important;
    }

    .show-less-than-1100 {
        display: block;
    }

    .benefit-item,
    .benefit-mobile-item {
        width: 1.89rem;
        height: .58rem;
        padding: 0 .16rem;
    }

    .benefit-header {

    }

    .menu-header-inner {
        padding: 0 22px;
    }

    .menu-header-inner {
        padding: 0 20px;
    }

    .brand-container {
        margin-top: .14rem;
    }

    #logo-container img {
        height: 70px;
    }

    input::placeholder {
        font-size: 16px;
    }


    .confirm-container {

    }

    .confirm-container-inner {
        /*width: 800px;*/
        /*height: 600px;*/
    }
}

@media (min-width: 1101px) {
    .show-less-than-1100 {
        display: none !important;
    }

    input::placeholder {
        font-size: 18px;
    }

    .benefit-item,
    .benefit-mobile-item {
        line-height: 80px;
        width: 260px;
        height: 80px;
        margin: -40px 0;
        padding: 0 22px;
    }

    .brand-container {
        margin-top: 30px;
    }

    #logo-container a,
    #logo-container div,
    #logo-container img {
        height: 70px;
    }

    .confirm-container {

    }

    .confirm-container-inner {
        width: 800px;
        height: 600px;
    }
}

.special-text {
    /*max-width: 120px;*/
    box-sizing: border-box;
    padding: 0 31px !important;
    height: 48px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    border-radius: 40px;
    border: 1px solid #333;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-text2 {
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    box-sizing: border-box;
    padding: 0 31px !important;
    height: 48px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}

.area-item.active {
    background: #f3f0ff;
}

.prefectureName-placeholder.active,
.mobile-prefectureName-placeholder.active {
    color: #4332ca;
}


#header-modal-mobile {
    transition: all 0.7s ease-in-out;
}

#menu-icon > div {
    transition: all .5s;
    width: 33px;
    height: 5.5px;
}

.swiper-slide {
    cursor: pointer;
    padding: 6px 3px;
    margin: 0;
    height: 68px;
    border-radius: 4px;
    border: 3px solid transparent;
}

#message03 .swiper-slide:hover {
    border-color: rgb(99, 102, 241);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0 0 0 / 28%) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.swiper-slide > div {
    margin-top: -3px;
}

#mobile-logo-container img,
#logo-container img {
    object-fit: contain;
    min-width: 134px;
    height: 70px;
}

#mobile-logo-container img {
    padding: 0;
}

#logo-container img {
    padding: 0 20px;
}

.transition-05s {
    transition: all .5s;
}

.transition-03s {
    transition: all .3s;
}

.special-text-header {
    box-sizing: border-box;
    padding: 0 27.9px !important;
    height: 43.2px;
    cursor: pointer;
    text-align: center;
    line-height: 43.2px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: transparent;
    color: #fff;
}

.special-text-header.special {
    background: #fff;
    color: #4731D2;
}