@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-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%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}

.ar-Play > img {
    width: 100%;
}

.contents {
    margin-top: -250px;
    width: 100%;
    height: 600px;
    display: block;
    align-items: center;
    position: absolute;
    /* background: #aaa; */
}

.item {
    margin-left: 3%;
    margin-bottom: 10px;
    width: 45%;
    height: 35%;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
}

.seed-img {
    width: 100%;
    height: 100%;
}

.calender {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.c-arMain {
    margin-top: -550px;
    width: 100%;
    position: absolute;
}

.c-container {
    width: 100%;
    display: flex;
    margin-bottom: 150px;
}

.c-item {
    width: 25%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-item > button {
    width: 300px;
    height: 300px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 1px 5px gray;
    background: #d3cea0;
}

.c-item > button:hover {
    background: #4A6335;
}


.item-text {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
}

footer {
    width: 100%;
    height: 400px;
    display: flex;
    /* background: #bbb; */
    background-color: #FFFDF3;
    position: relative;
}

.footer-imgbox {
    padding: 0;
    margin-top: 300px;
    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: 350px;
    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: 350px;
    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) {
    .contents {
        width: 100%;
        height: 400px;
    }

    .calender {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    .c-arMain {
        margin-top: -600px;
        width: 100%;
        position: absolute;
    }
    
    .c-container {
        width: 100%;
        display: flex;
        margin-bottom: 60px;
    }
    
    .c-item {
        width: 33.3%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .c-item > a > img {
        width: 100%;
        height: 40%;
    }
    
    .item-text {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }
    
    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;
    }
}
