/* BURGER */

.btn-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background-color: #00ffff00;
    color: inherit;
    cursor: pointer;
    transition: .3s ease;
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 0;
}

.btn-menu:focus {
    outline: none;
}

.btn-menu__text {
    position: absolute;
    top: 2.6em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.btn-menu__bars {
    display: block;
    position: absolute;
    top: 1.6em;
    width: 70px;
    height: 4px;
    background-color: #233f9a;
    transition: .3s;
}

.btn-menu__bars:before,
.btn-menu__bars:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #233f9a;
    transition: .3s;
}

.btn-menu__bars:before {
    transform: translate(0, -13px);
}

.btn-menu__bars:after {
    transform: translate(0, 13px);
}

.menu-open .btn-menu__bars {
    background-color: transparent;
}

.menu-open .btn-menu__bars:before {
    transform: rotate(45deg);
}

.menu-open .btn-menu__bars:after {
    transform: rotate(-45deg);
}



/* BURGER */

.asw-button__link--highprimary {
    background-color: #00146E;
    color: #fff !important;
}

#modal-01 .modal-logo-container {
    width: 50%;
}

#modal-01 .vertical-center {
    align-self: center;
}

#modal-01 .asw-modal__window {
    position: relative;
}

#modal-01 .custom-close {
    position: absolute !important;
    top: 0;
    right: 0;
}

#modal-01 .asw-modal__content>.asw-modal__closeEl--icon {
    display: none !important;
}

#modal-01 .asw-modal__closeEl--icon::before,
#modal-01 .asw-modal__closeEl--icon::after {
    background-color: #233f9a !important;
}

#modal-01 .asw-modal__closeEl--icon {
    margin: 8px 10px 8px auto;
}

.js-asw-modal__openBotton.kyunModal {
    position: fixed;
    top: 5em;
    right: 3em;
    z-index: 1;
    transition: .3s ease;
}

#modal-01.asw-modal--active .asw-modal__container {
    background-color: #233f9aab;
}

#modal-01 .asw-modal__content--default .asw-modal__window {
    background-color: #f5f6f6;
}

.follow-up__btn {
    background: #00146e00;
    border-radius: 50%;
    display: block;
    font-size: 0;
    pointer-events: auto;
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 8%;
    right: 5%;
    z-index: 1;
}

.asw-page-top {
    z-index: 0 !important;
}

.btn-menu__text {
    color: #233f9a;
}

/* SP */

@media only screen and (max-width: 768px) {
   #modal-01 .modal-logo-container {
        width: 100%;
    }

        .btn-menu {
        width: 70px;
        height: 70px;
    }

    .btn-menu__bars {
        top: 1.6em;
        width: 50px;
    }

    .btn-menu__text {
        top: 2.6em;
        font-size: 1.6rem;
    }

    #modal-01 .asw-modal__body .asw-layout-grid .asw-layout-grid__item:nth-child(1) {
        flex-basis: 30%;
    }

    #modal-01 .asw-modal__body .asw-layout-grid .asw-layout-grid__item:nth-child(2) {
        flex-grow: 1;
    }

    #modal-01 .asw-modal__body:first-child {
        margin-top: 0 !important;
    }

    .asw-layout-grid {
        margin-top: 45px !important;
    }

    #modal-01 .asw-modal__body .anakyun29_nav {
        padding-left: 1em;
        padding-right: 1em;
    }

    #anakyun29 #modal-01  .asw-modal__body .anakyun29_nav ul {
        justify-content: left;
    }

    .js-asw-modal__openBotton.kyunModal {
        position: fixed;
        top: 6em;
        right: 0em;
    }

    .follow-up__btn {
        bottom: 95px;
        right: 0;
    }

    #modal-01 .asw-modal__content--default .asw-modal__window {
        min-height: 100%;
    }

   #modal-01  .asw-modal__content--default .asw-modal__window {
        border-radius: 0;
    }
    
    .follow-up__btn {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 1026px){
    .follow-up__btn {
        right: 0;
    }
    
    .js-asw-modal__openBotton.kyunModal{
        right: 0;
    }
}