@charset "utf-8";

#head_tel {
    display: none
}

#spicon {
    position: fixed;
    right: 150px;
    top: 64px;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
    width: 45px;
    height: 25px
}

#spicon::after {
    content: "MENU";
    display: inline-block;
    position: absolute;
    right: -65px;
    /* position: absolute;
    bottom: -30px;
    left: -1px;
    width: 100%;
    text-align: center; */
    font-size: 15px;
    transition: all .4s;
    color: #fff;
    font-family: Rufina-Regular, serif;
    letter-spacing: 0.1em;
}

#spicon span {
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 45px;
    height: 2px;
    right: 0;
    transition: all .4s
}

#spicon span:nth-child(1) {
    top: 0
}

#spicon span:nth-child(2) {
    top: 10px
}

#spicon span:nth-child(3) {
    top: 20px
}

#spicon.m_active span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-30deg);
    border-bottom: 2px solid #0a0a0a;
}

#spicon.m_active span:nth-child(2) {
    opacity: 0
}

#spicon.m_active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-150deg);
    border-bottom: 2px solid #0a0a0a;
}


#spicon.m_active::after {
    content: "CLOSE";
    color: #0a0a0a;
    top: 2px;

}

#open_menu {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
}

#center_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100vh;
    display: block;
    overflow-y: scroll;
    /* padding: 40px 0; */
    /* -ms-overflow-style: none;
    scrollbar-width: none */
}

#center_box::-webkit-scrollbar {
    display: none
}

/* #center_box:before {
    content: "";
    background-color: #0a0a0a;
    position: fixed;
    left: -30%;
    top: 0;
    width: 0;
    height: 100vh;
    transform: skew(-45deg)
}

#center_box:after {
    content: "";
    background-color: #0a0a0a;
    position: fixed;
    right: -30%;
    top: 0;
    width: 0;
    height: 100vh;
    transform: skew(-45deg)
}

#center_box.spMove:after,
#center_box.spMove:before {
    animation: spMoveleft .4s ease 0s forwards
} */

@keyframes spMoveleft {
    0% {
        width: 0
    }

    100% {
        width: 81%
    }
}

#center_box.spMoveOut:after,
#center_box.spMoveOut:before {
    width: 81%;
    animation: spMoveOutleft .4s ease 1s forwards
}

@keyframes spMoveOutleft {
    0% {
        width: 81%
    }

    100% {
        width: 0
    }
}

#menu_logo {
    opacity: 0
}

#menu_tel2 {
    opacity: 0
}

#center_box.spMove #menu_logo {
    position: relative;
    top: 10px;
    animation: spMove .3s ease .4s forwards
}

#center_box.spMove #menu_tel2 {
    position: relative;
    top: 10px;
    animation: spMove .3s ease .4s forwards
}

#center_box.spMoveOut #menu_logo {
    position: relative;
    top: 0;
    opacity: 1;
    animation: spMoveOut .4s ease .6s forwards
}

#center_box.spMoveOut #menu_tel2 {
    position: relative;
    top: 0;
    opacity: 1;
    animation: spMoveOut .4s ease .6s forwards
}

#sp_text {
    position: relative;
    top: 10px;
    opacity: 0
}

#center_box.spMove #sp_text {
    animation: spMove .4s ease .7s forwards
}

#center_box.spMoveOut #sp_text {
    opacity: 1;
    position: relative;
    top: 0;
    animation: spMoveOut .4s ease .4s forwards
}

#menu_logo {
    text-align: center;
    position: relative;
    z-index: 500
}

.open_width {
    max-width: 1740px;
    width: 94%;
    margin: 0 auto;
    color: #fff
}

.menu_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 20px; */
    position: relative;
    z-index: 500;
    height: 100vh;
}

.menu_left {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
}

.menu_left a {
    color: #fff;
}

.menu_left ul {
    width: 100%;
    padding: 0 5.5vw;
}

.menu_list_box {
    display: flex;
    justify-content: space-between;
}


.menu_list_box p {
    margin-bottom: 50px;
    text-align: left;
}

.menu_list_box p:nth-child(5),
.menu_list_box p:last-child {
    margin-bottom: 0;
}

.menu_right .menu_list li {
    margin: 25px 0;
    border: 1px solid #0a0a0a;
    text-align: center;
    position: relative;
}


.menu_right li a::after {
    content: "";
    background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
    width: 9px;
    height: 17px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.menu_list a {
    /* color: #fff; */
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    line-height: normal;
    text-decoration: none;
    transition: .3s ease
}

/* 
.menu_list a:before {
    content: "";
    border-bottom: 2px solid #9b8047;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    transition: .3s ease
}

.menu_list a:hover {
    color: #9b8047;
    padding-left: 35px
}

.menu_list a:hover:before {
    width: 25px
} */

.menu_list .a_now a {
    color: #9b8047;
    padding-left: 35px
}

.menu_list .a_now a:before {
    width: 25px
}

.menu_right {
    width: 50%;
    height: 100vh;
    background-color: #fff;
    color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4vw;
}

.menu_right ul {
    width: 100%;
}

.menu_right a {
    color: #0a0a0a;
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
}

.menu_right li a:hover {
    background-color: #0a0a0a;
    color: #fff;
}


.menu_right li a:hover::after {
    content: "";
    background: url(../images/menu_arrow_w.svg) left 0/100% 100% no-repeat;
    width: 9px;
    height: 17px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}


.menu_mini a {
    font-size: 27px;
    letter-spacing: 0.08em;
}

.menu_tel {
    font-size: 22px;
    margin-top: 20px
}

.menu_tel span {
    font-size: 42px
}

.menu_list a {
    position: relative;
    top: 10px;
    opacity: 0
}

.spMove .menu_list li a {
    animation: spMove .3s ease 0s forwards
}

.menu_list li:nth-child(1) a {
    animation-delay: .4s
}

.menu_list li:nth-child(2) a {
    animation-delay: .5s
}

.menu_list li:nth-child(3) a {
    animation-delay: .6s
}

.menu_list li:nth-child(4) a {
    animation-delay: .7s
}

.menu_list li:nth-child(5) a {
    animation-delay: .8s
}

.menu_list li:nth-child(6) a {
    animation-delay: .9s
}

.menu_list li:nth-child(7) a {
    animation-delay: 1s
}

.menu_list li:nth-child(8) a {
    animation-delay: 1.1s
}

.menu_list li:nth-child(9) a {
    animation-delay: 1.2s
}

.menu_list li:nth-child(10) a {
    animation-delay: 1.3s
}


.spMove .menu_list_box div p a {
    animation: spMove .3s ease 0s forwards
}

.menu_list_box div p:nth-child(1) a {
    animation-delay: .4s
}

.menu_list_box div p:nth-child(2) a {
    animation-delay: .5s
}

.menu_list_box div p:nth-child(3) a {
    animation-delay: .6s
}

.menu_list_box div p:nth-child(4) a {
    animation-delay: .7s
}

.menu_list_box div p:nth-child(5) a {
    animation-delay: .8s
}

@keyframes spMove {
    0% {
        top: 10px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}


.spMoveOut .menu_list li a {
    opacity: 1;
    top: 0;
    animation: spMoveOut .3s ease 0s forwards
}

.spMoveOut .menu_list li:nth-child(9) a {
    animation-delay: 0s
}

.spMoveOut .menu_list li:nth-child(8) a {
    animation-delay: 0.1s
}

.spMoveOut .menu_list li:nth-child(7) a {
    animation-delay: 0.2s
}

.spMoveOut .menu_list li:nth-child(6) a {
    animation-delay: .3s
}

.spMoveOut .menu_list li:nth-child(5) a {
    animation-delay: .4s
}

.spMoveOut .menu_list li:nth-child(4) a {
    animation-delay: .5s
}

.spMoveOut .menu_list li:nth-child(3) a {
    animation-delay: .6s
}

.spMoveOut .menu_list li:nth-child(2) a {
    animation-delay: .7s
}

.spMoveOut .menu_list li:nth-child(1) a {
    animation-delay: .8s
}



.spMoveOut .menu_list_box div p a {
    opacity: 1;
    top: 0;
    animation: spMoveOut .3s ease 0s forwards
}

.spMoveOut .menu_list_box div p:nth-child(5) a {
    animation-delay: .4s
}

.spMoveOut .menu_list_box div p:nth-child(4) a {
    animation-delay: .5s
}

.spMoveOut .menu_list_box div p:nth-child(3) a {
    animation-delay: .6s
}

.spMoveOut .menu_list_box div p:nth-child(2) a {
    animation-delay: .7s
}

.spMoveOut .menu_list_box div p:nth-child(1) a {
    animation-delay: .8s
}

@keyframes spMoveOut {
    0% {
        top: 0;
        opacity: 1
    }

    100% {
        top: 10px;
        opacity: 0
    }
}


@media only screen and (max-width:1600px) {

    .menu_left ul {
        width: 100%;
        padding: 0 3vw;
    }
}


@media only screen and (max-width:1400px) {

    .menu_left ul {
        width: 100%;
        padding: 0 3vw;
    }

    .menu_list_box a {
        font-size: 36px;
    }
}

@media only screen and (max-width:1200px) {
    .menu_list_box a {
        font-size: 30px;
    }
}

@media only screen and (max-width:1024px) {
    #center_box:before {
        left: -80%
    }

    #center_box:after {
        right: -80%
    }

    @keyframes spMoveleft {
        0% {
            width: 0
        }

        100% {
            width: 160%
        }
    }

    #center_box.spMoveOut:after,
    #center_box.spMoveOut:before {
        width: 160%
    }

    @keyframes spMoveOutleft {
        0% {
            width: 160%
        }

        100% {
            width: 0
        }
    }

    #spicon {
        right: 100px;
    }

    .menu_right a {
        padding: 15px 10px;
    }

    .menu_right li a::after {
        width: 7px;
        height: 15px;
        right: 13px;
    }

    .menu_list a {
        font-size: 30px;
    }

    .menu_mini a {
        font-size: 22px;
    }

    .menu_list_box p {
        margin-bottom: 20px;
    }

    .menu_list_box {
        display: block;
    }

    .right_box {
        margin-top: 20px;
    }

    /* .spMove .menu_list_box div:first-of-type p a {
        animation: spMove .3s ease 0s forwards
    } */

    .menu_list_box div:first-of-type p:nth-child(1) a {
        animation-delay: .4s
    }

    .menu_list_box div:first-of-type p:nth-child(2) a {
        animation-delay: .5s
    }

    .menu_list_box div:first-of-type p:nth-child(3) a {
        animation-delay: .6s
    }

    .menu_list_box div:first-of-type p:nth-child(4) a {
        animation-delay: .7s
    }

    .menu_list_box div:first-of-type p:nth-child(5) a {
        animation-delay: .8s
    }

    /* 
    .spMove .menu_list_box div:last-of-type p a {
        animation: spMove .9s ease 0s forwards
    } */

    .menu_list_box div:last-of-type p:nth-child(1) a {
        animation-delay: 1s
    }

    .menu_list_box div:last-of-type p:nth-child(2) a {
        animation-delay: 1.1s
    }

    .menu_list_box div:last-of-type p:nth-child(3) a {
        animation-delay: 1.2s
    }

    .menu_list_box div:last-of-type p:nth-child(4) a {
        animation-delay: 1.3s
    }

    .menu_list_box div:last-of-type p:nth-child(5) a {
        animation-delay: 1.4s
    }

    /* ----------- */


    .spMoveOut .menu_list_box div:first-of-type p a {
        opacity: 1;
        top: 0;
        animation: spMoveOut .3s ease 0s forwards
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(5) a {
        animation-delay: .5s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(4) a {
        animation-delay: .6s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(3) a {
        animation-delay: .7s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(2) a {
        animation-delay: .8s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(1) a {
        animation-delay: .9s
    }



    .spMoveOut .menu_list_box div:last-of-type p a {
        opacity: 1;
        top: 0;
        animation: spMoveOut .3s ease 0s forwards
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(5) a {
        animation-delay: 0
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(4) a {
        animation-delay: .1s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(3) a {
        animation-delay: .2s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(2) a {
        animation-delay: .3s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(1) a {
        animation-delay: .4s
    }



}

@media only screen and (max-width:740px) {




    #spicon.m_active span:nth-child(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-30deg);
        border-bottom: 2px solid #ffffff;
    }

    #spicon.m_active span:nth-child(2) {
        opacity: 0
    }

    #spicon.m_active span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-135deg);
        transform: translateY(-7px) rotate(-150deg);
        border-bottom: 2px solid #ffffff;
    }


    #spicon.m_active::after {
        content: "CLOSE";
        color: #ffffff;

    }


    #spicon {
        right: 80px;
        top: 55px;
    }

    #spicon span {
        position: absolute;
        border-bottom: 2px solid #fff;
        width: 35px;
        height: 2px;
        right: 0;
        transition: all .4s
    }

    #spicon::after {
        font-size: 13px;
        right: -55px;
    }

    #menu_logo img {
        width: 180px;
        height: auto
    }

    .menu_flex {
        display: block;
        margin-top: 20px
    }

    .menu_left {
        width: 100%;
        padding: 26vw 4vw 20vw;
        height: auto;
    }

    .menu_right .menu_list li {
        margin: 15px 0;
    }

    .menu_list a {
        font-size: 26px
    }

    .menu_right {
        width: 100%;
        margin-top: 60px;
        padding: 12vw 4vw;
        height: auto;
        margin: 0;
    }

    .menu_mini a {
        font-size: 18px
    }

    .menu_tel {
        font-size: 18px;
        margin-top: 20px
    }

    .menu_tel span {
        font-size: 28px
    }

    #center_box {
        background: #0a0a0a;
    }

    #center_box:before {
        left: -120%
    }

    #center_box:after {
        right: -120%
    }

    @keyframes spMoveleft {
        0% {
            width: 0
        }

        100% {
            width: 200%
        }
    }

    #center_box.spMoveOut:after,
    #center_box.spMoveOut:before {
        width: 200%
    }

    @keyframes spMoveOutleft {
        0% {
            width: 200%
        }

        100% {
            width: 0
        }
    }

    .menu_list_box {
        display: block;
    }



    /* .spMove .menu_list_box div:first-of-type p a {
        animation: spMove .3s ease 0s forwards
    } */

    .menu_list_box div:first-of-type p:nth-child(1) a {
        animation-delay: .4s
    }

    .menu_list_box div:first-of-type p:nth-child(2) a {
        animation-delay: .5s
    }

    .menu_list_box div:first-of-type p:nth-child(3) a {
        animation-delay: .6s
    }

    .menu_list_box div:first-of-type p:nth-child(4) a {
        animation-delay: .7s
    }

    .menu_list_box div:first-of-type p:nth-child(5) a {
        animation-delay: .8s
    }

    /* 
    .spMove .menu_list_box div:last-of-type p a {
        animation: spMove .9s ease 0s forwards
    } */

    .menu_list_box div:last-of-type p:nth-child(1) a {
        animation-delay: 1s
    }

    .menu_list_box div:last-of-type p:nth-child(2) a {
        animation-delay: 1.1s
    }

    .menu_list_box div:last-of-type p:nth-child(3) a {
        animation-delay: 1.2s
    }

    .menu_list_box div:last-of-type p:nth-child(4) a {
        animation-delay: 1.3s
    }

    .menu_list_box div:last-of-type p:nth-child(5) a {
        animation-delay: 1.4s
    }

    /* ----------- */


    .spMoveOut .menu_list_box div:first-of-type p a {
        opacity: 1;
        top: 0;
        animation: spMoveOut .3s ease 0s forwards
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(5) a {
        animation-delay: .5s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(4) a {
        animation-delay: .6s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(3) a {
        animation-delay: .7s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(2) a {
        animation-delay: .8s
    }

    .spMoveOut .menu_list_box div:first-of-type p:nth-child(1) a {
        animation-delay: .9s
    }



    .spMoveOut .menu_list_box div:last-of-type p a {
        opacity: 1;
        top: 0;
        animation: spMoveOut .3s ease 0s forwards
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(5) a {
        animation-delay: 0
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(4) a {
        animation-delay: .1s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(3) a {
        animation-delay: .2s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(2) a {
        animation-delay: .3s
    }

    .spMoveOut .menu_list_box div:last-of-type p:nth-child(1) a {
        animation-delay: .4s
    }





}