﻿.shouji{
    display:none;
}

.rFixed {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;
    transform: translateX(120px)
}

.rFixed a {
    position: relative;
    width: 300px;
    display: block;
    padding: 12px 20px;
    border: 1px solid #000;
    background: #FFF;
    margin-bottom: 10px;
    border-radius: 50px;
    transition: all 600ms
}

.rFixed a .icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.rFixed a .icon svg {
    display: block;
    width: 45px;
    height: 45px
}

.rFixed a p {
    color: #000;
    font-size: 18px;
    margin-left: 30px
}

.rFixed a:hover {
    background-color: black
}

.rFixed a:hover p {
    color: white
}

.rFixed a:first-child p {
    margin-left: 45px
}

.rFixed a:last-child p {
    margin-left: 45px
}

.footer .need {
    background-color: white;
    padding: 5vw 5em;
    display: flex;
    justify-content: space-between;
    position: relative
}

.footer .need::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #000;
    position: absolute;
    width: 50%;
    right: calc(17vw + 5em);
    top: 50%;
    transform: translateY(-50%)
}

.footer .need .l .t1 {
    font-size: 5vw;
    text-transform: capitalize;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    font-weight: 600
}

.footer .need .l .btns {
    display: flex;
    margin-top: 2vw
}

.footer .need .l .btns a {
    display: block;
    padding: 1.2vw 1.5vw;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    font-size: 1.26vw;
    margin-right: 2vw;
    transition: all 600ms;
    height: auto;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    text-transform: capitalize
}

.footer .need .r {
    position: relative
}

.footer .need .r .circle {
    width: 17vw;
    height: 17vw
}

.footer .need .r .circle .st {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0
}

.footer .need .r .circle .st p {
    font-size: 0.8vw;
    text-transform: uppercase;
    font-weight: 200;
    margin-left: 10px;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue"
}

.footer .need .r .circle .st {
    font-size: 1.8vw;
    font-weight: 600
}

.footer .p-body {
    font-size: 0.8vw
}

.contact_box {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

.contact_box .box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 4vw 2.5vw;
    width: max-content;
    box-shadow: 0px 16px 56px rgba(29, 68, 123, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact_box .box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.contact_box .box .left {
    margin-right: 2.6vw
}

.contact_box .box .left p {
    font-size: 0.94vw;
    font-weight: 300;
    color: #000000
}

.contact_box .box .left h1 {
    font-size: 1.67vw;
    font-weight: 600;
    color: #000000;
    margin: 10px 0 18px
}

.contact_box .box .left h2 {
    font-size: 1.15vw;
    font-weight: 300;
    color: #000000;
    margin-bottom: 25px
}

.contact_box .box .left a {
    display: block;
    background: #000;
    border: 1px solid #000000;
    padding: 15px 57px;
    width: max-content;
    font-size: 1rem;
    color: #ffffff
}

.contact_box .box .right {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact_box .box .right img {
    max-width: 160px
}

.contact_box .box .right p {
    margin-top: 20px;
    font-size: 0.94vw;
    font-weight: 300;
    color: #000000
}

.cookie_box {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 100;
    background: #FFF;
    box-shadow: 0px 4px 15.9px 0px rgba(0, 0, 0, 0.1);
    width: 50%;
    padding: 2vw;
    display: none
}

.cookie_box p {
    font-size: 1.2vw;
    font-weight: 600
}

.cookie_box .des {
    font-size: 0.9vw;
    font-weight: 300;
    line-height: 1.5;
    margin: 15px 0
}

.cookie_box .btns {
    display: flex
}

.cookie_box .btns a {
    width: auto;
    min-width: 200px;
    border: 1px solid #000;
    background: transparent;
    display: block;
    text-align: center;
    color: #000;
    font-size: 0.8vw;
    transition: all 600ms;
    border-radius: 0;
    height: auto;
    padding: 15px 0;
    margin-right: 20px
}

.hamburger-menu {
    padding: 0.75em 10px
}

.menu-icon {
    display: flex;
    align-items: center;
    width: auto;
    height: auto
}

.menu-icon span {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    display: block
}

.menu-icon p {
    color: #000;
    font-size: 16px;
    margin-left: 10px
}

.phone_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1000;
    transform: translate(calc(100% + 20vw), 0) rotate(0.001deg);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
    will-change: transform;
    display: none
}

.phone_menu .fixed-nav-rounded-div {
    position: absolute;
    left: 1px;
    transform: translateX(-100%);
    height: 100%;
    top: 0
}

.phone_menu .fixed-nav-rounded-div .rounded-div-wrap {
    position: relative;
    height: 100%;
    transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
    will-change: width;
    overflow: hidden;
    width: 20vw
}

.phone_menu .fixed-nav-rounded-div .rounded-div-wrap .rounded-div {
    background: #000;
    height: 150%;
    content: "";
    left: 50%;
    z-index: 1;
    display: block;
    position: absolute;
    width: 775%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-6.5%, -50%)
}

.phone_menu .close {
    text-align: right;
    padding: 20px 20px 0 20px;
    transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    transform: translateY(0%) scale(0) rotate(0.001deg)
}

.phone_menu .close img {
    width: 60px
}

.phone_menu .p1 {
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff
}

.phone_menu .fixed-inner {
    transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    will-change: transform;
    transform: translate(20vw, 0) rotate(0.001deg);
    transition-delay: 0s
}

.phone_menu .fixed-inner .links {
    padding: 20px
}

.phone_menu .fixed-inner .links a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    transform: translate(15vw, 0) rotate(0.001deg);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
    will-change: transform
}

.phone_menu .fixed-inner .links a::after {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.phone_menu .fixed-inner .links a:nth-child(1) {
    transition-delay: .1s
}

.phone_menu .fixed-inner .links a:nth-child(2) {
    transition-delay: .13s
}

.phone_menu .fixed-inner .links a:nth-child(3) {
    transition-delay: .16s
}

.phone_menu .fixed-inner .links a:nth-child(4) {
    transition-delay: .19s
}

.phone_menu .fixed-inner .links a:nth-child(5) {
    transition-delay: .22s
}

.phone_menu .fixed-inner .links a:nth-child(6) {
    transition-delay: .25s
}

.phone_menu .fixed-inner .links .active::after {
    opacity: 1
}

.phone_menu .flinks {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: calc(100% - 40px)
}

.phone_menu .flinks p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff
}

.phone_menu .flinks .icons {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 30px
}

.phone_menu .flinks .icons a svg {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: invert(100%)
}

.show_menu {
    transform: translate(0, 0) rotate(0.001deg);
    transition-delay: .1s
}

.show_menu .close {
    transform: translateY(0%) scale(1) rotate(0.001deg)
}

.show_menu .fixed-inner {
    transform: translate(0, 0) rotate(0.001deg);
    transition-delay: .1s
}

.show_menu .fixed-inner .links a {
    transform: translate(0, 0) rotate(0.001deg)
}

@media screen and (max-width: 1024px) {
    .shouji{
        display: block;
    }
    .rFixed {
        display: none
    }

    .contact_box .box {
        width: 100%;
        padding: 40px;
        flex-direction: column
    }

    .contact_box .box .left {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px
    }

    .contact_box .box .left p {
        font-size: 14px
    }

    .contact_box .box .left h1 {
        font-size: 18px
    }

    .contact_box .box .left h2 {
        font-size: 16px
    }

    .contact_box .box .right p {
        font-size: 14px
    }

    .cookie_box {
        width: 90%;
        padding: 20px 5%
    }

    .cookie_box p {
        font-size: 16px
    }

    .cookie_box .des {
        font-size: 14px
    }

    .cookie_box .btns a {
        min-width: 50%;
        font-size: 14px;
        margin-right: 5px
    }

    .cookie_box .btns a .btn-text {
        padding: 0
    }

    .phone_menu {
        display: block
    }

    .footer .need {
        padding: 30px 5%;
        flex-direction: column
    }

    .footer .need::before {
        width: 100%;
        bottom: 130px;
        right: 0;
        top: auto
    }

    .footer .need .l .t1 {
        font-size: 48px
    }

    .footer .need .l .btns {
        margin-top: 20px;
        flex-direction: column
    }

    .footer .need .l .btns a {
        font-size: 16px;
        padding: 30px 0;
        border-radius: 0;
        width: 100%;
        margin-top: 25px
    }

    .footer .need .l .btns a .btn-text {
        padding: 0
    }

    .footer .need .r {
        margin: 30px auto
    }

    .footer .need .r .circle .st {
        font-size: 16px
    }

    .footer .need .r .circle .st p {
        font-size: 10px;
        margin-left: 5px
    }

    .footer .p-body {
        font-size: 12px;
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
        line-height: 2.2
    }

    .footer .p-body a {
        display: block;
        color: rgba(255, 255, 255, 0.5)
    }

    .footer .container {
        padding: 0
    }

    .footer .footer-footer {
        padding-top: 15px;
        gap: 15px
    }
}

@media screen and (max-width: 700px) {
    .rFixed {
        display: none
    }

    .contact_box .box {
        width: 100%;
        padding: 40px;
        flex-direction: column
    }

    .contact_box .box .left {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px
    }

    .contact_box .box .left p {
        font-size: 14px
    }

    .contact_box .box .left h1 {
        font-size: 18px
    }

    .contact_box .box .left h2 {
        font-size: 16px
    }

    .contact_box .box .right p {
        font-size: 14px
    }

    .cookie_box {
        width: 90%;
        padding: 20px 5%
    }

    .cookie_box p {
        font-size: 16px
    }

    .cookie_box .des {
        font-size: 14px
    }

    .cookie_box .btns a {
        min-width: 50%;
        font-size: 14px;
        margin-right: 5px
    }

    .cookie_box .btns a .btn-text {
        padding: 0
    }

    .phone_menu {
        display: block
    }

    .footer .need {
        padding: 30px 5%;
        flex-direction: column
    }

    .footer .need::before {
        width: 100%;
        bottom: 130px;
        right: 0;
        top: auto
    }

    .footer .need .l .t1 {
        font-size: 48px
    }

    .footer .need .l .btns {
        margin-top: 20px;
        flex-direction: column
    }

    .footer .need .l .btns a {
        font-size: 16px;
        padding: 24px 0;
        border-radius: 0;
        width: 100%;
        margin-top: 15px
    }

    .footer .need .l .btns a .btn-text {
        padding: 0
    }

    .footer .need .r {
        margin: 30px auto
    }

    .footer .need .r .circle {
        width: 216px;
        height: 216px
    }

    .footer .need .r .circle .st {
        font-size: 16px
    }

    .footer .need .r .circle .st p {
        font-size: 12px
    }

    .footer .p-body {
        font-size: 12px;
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
        line-height: 2.2
    }

    .footer .p-body a {
        display: block;
        color: rgba(255, 255, 255, 0.5)
    }

    .footer .container {
        padding: 0
    }

    .footer .footer-footer {
        padding-top: 15px;
        gap: 15px
    }
}