@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: 120%;
    width: 100%;
    position: absolute;
    /* background: #aaa; */
}

.img-btn {
    margin-top: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
    /* background-color: #526403; */
}

#imgbtn {
    width: 200px;
    height: 150px;
}

.card-box {
    margin-top: 15%;
    width: 100%;
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffd5;
    box-shadow: 0 1px 5px rgba(128, 128, 128, 0.521);
}

.container {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 {
    margin-top: 15px;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 400px;
    height: 400px;
    z-index: 1;
}

.item2 {
    width: 50%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #aaa; */
}

.item2 > button {
    width: 500px;
    height: 500px;
    border: none;
    border-radius: 50%;
    opacity: 0.7;
    box-shadow: 0 1px 5px gray;
    background: #fff;
}

.item2 > button:hover {
    background: #FCEAD0;
}

.item2 > button > a > img {
    width: 400px;
    height: 400px;
    z-index: 1;
}

.item3 {
    width: 33%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #aaa; */
}

.item3 > a > img {
    width: 100px;
    height: 150px;
    border-radius: 10%;
    box-shadow: 0 1px 5px rgba(128, 128, 128, 0.329);
    z-index: 1;
}

.item-text {
    margin-top: 15px;
    color: #40481B;
    font-size: 28px;
    font-weight: 400;
}

.cardplay-title{
    margin-top: 40px;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #526403;
    text-align: center;
}


footer {margin-top: 510%;
    width: 100%;
    height: 100px;
    display: flex;
    position: absolute;
}

.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: 110%;
    }
    
    .container {
        margin-bottom: 15px;
    }

    .container2 {
        margin-top: 15px;
    }
    
    .item {
        height: 120px;
    }
    
    .item > button {
        width: 100px;
        height: 100px;
        border: none;
    }
    
    .item > button:hover {
        background: #FCEAD0;
    }

    .item > button > a {
        height: 10px;
    }
    
    .item > button > a > img {
        width: 60px;
        height: 60px;
    }

    .item2 {
        height: 120px;
    }
    
    .item2 > button {
        width: 100px;
        height: 100px;
        border: none;
    }
    
    .item2 > button:hover {
        background: #FCEAD0;
    }

    .item2 > button > a {
        height: 10px;
    }
    
    .item2 > button > a > img {
        width: 60px;
        height: 60px;
    }
    
    .item-text {
        margin-top: 0;
        margin-bottom: 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;
    }
}
 
