@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
}

a {
    text-decoration: none;
    list-style: none;
}

.cameraTop {
    width: 100%;
    height: 88px;
    display: flex;
    box-shadow: 0 1px 5px gray;
    /* background: #aaa; */
}

.toggle {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.toggle > a > img {
    width: 50px;
    height: 50px;
}

.logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ccc; */
}

.logo > a > img {
    width: 80px;
    height: 55px;
}

.right-arrow {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.right-arrow > img {
    width: 50px;
    height: 50px;
}

.ar-play {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: -1;
}

.ar-play > img {
    width: 100%;
}

.arMain {
    margin-top: 1600px;
    width: 100%;
    position: absolute;
    /* background: #aaa; */
}

.container {
    width: 100%;
    display: flex;
    margin-bottom: 150px;
}

.item {
    width: 33.3%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #aaa; */
}

.item > button {
    width: 500px;
    height: 500px;
    border: none;
    border-radius: 50%;
    opacity: 0.7;
    box-shadow: 0 1px 5px gray;
    background: #fff;
}

.item > button:hover {
    background: #FCEAD0;
}

.item > button > a > img {
    width: 300px;
    height: 300px;
    z-index: 1;
}

.item-text {
    margin-top: 15px;
    color: #40481B;
    font-size: 28px;
    font-weight: 400;
}

footer {
    width: 100%;
    height: 200px;
    display: flex;
    background: #f9f7ea;
    position: relative;

}

.footer-imgbox {
    padding: 0;
    margin-top: 100px;
    width: 100%;
    height: 100px;
    display: block;
    /* background: #ccc; */
    position: absolute;
}

.footer-img {
    width: 100%;
    height: 200px;
    justify-content: center;
    position: absolute;
}

.footer-direct {
    width: 100%;
    height: 100px;
    display: block;
    float: left;
}

.shop {
    margin-top: 150px;
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}

.shop > a {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
}

.shop > a > img {
    width: 70px;
    height: 70px;
    padding-right: 10px;
}

.instagram {
    margin-top: 150px;
    margin-left: 50%;
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}

.instagram > a {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
}

.instagram > a > img {
    width: 70px;
    height: 70px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    
    .arMain {
        margin-top: 85%;
    }
    
    .container {
        margin-bottom: 15px;
    }
    
    .item {
        height: 120px;
    }
    
    .item > button {
        width: 100px;
        height: 100px;
        border: none;
    }
    
    .item > button:hover {
        background: #FCEAD0;
    }
    
    .item > button > a > img {
        width: 50px;
        height: 50px;
    }
    
    .item-text {
        margin-top: 5px;
        color: #40481B;
        font-size: 10px;
    }

    footer {
        width: 100%;
        height: 100px;
    }
    
    .footer-imgbox {
        padding: 0;
        margin-top: 0px;
        width: 100%;
        height: 100px;
    }
    
    .footer-img {
        width: 100%;
        height: 100px;
    }
    
    .footer-direct {
        width: 100%;
        height: 100px;
    }
    
    .shop {
        margin-top: 0px;
        width: 50%;
        height: 100px;
    }
    
    .shop > a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    
    .shop > a > img {
        width: 20px;
        height: 20px;
        padding-right: 10px;
    }
    
    .instagram {
        margin-top: 0px;
        margin-left: 50%;
        width: 50%;
        height: 100px;
    }
    
    .instagram > a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    
    .instagram > a > img {
        width: 20px;
        height: 20px;
        padding-right: 10px;
    }
}
 
