@charset "UTF-8";
/* header_menu */
:root {
    --main-color: #b40007;
}

.top_cart {
    background-color: var(--main-color);
    text-align: right;
    position: relative;
    height: 60px;
}

.btn_cart .fa-shopping-cart {
    color: var(--main-color);
}

.hamburger, .cir-container, .bg-ham {
    background-color: var(--main-color);
}

.point-box li:before, .circle-icon:before, .btn-base-s{
    color: var(--main-color) !important;
}

.top-snapcanjuice h4 {
    background-color:var(--main-color) !important;
}

/* logo */
.wrap_h1 {
    background-image: url(/img/snapcanjuice/logo_bk.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 20px;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
}

.logo {
    width: 63px;
    padding-top: 25px;
    padding-bottom: 12px;
    text-align: center;
}

.top_news .box-title {
    padding: 10px;
    border-left: solid var(--main-color);
    border-bottom: none;
}

.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    display: block;
    border-top: 20px solid transparent;
    border-right: 20px solid #84c72c;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #54a4c9;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

.point-box {
    background-color: var(--main-color) !important;
    color: #fff;
    border-radius: 8px;
}

.ig_circle {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 100px;
    background-color: #fffa76;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: -50px;
    right: 15px;
    z-index: 150;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
}

#gallery {
    height: 848px;
    background-image: url(/img/snapcanjuice/bottle.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 466px;
    margin-top: 15px;
    z-index: 3;
}

.preview {
    display: block;
    width: 466px;
    height: 470px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 290px;
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

#gallery .shadow {
    display: block;
    width: 466px;
    height: 470px;
    background-color: yellow;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 290px;
    z-index: 2;
    background: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

.block_topImage {
    background-image: url(/img/snapcanjuice/bg_top.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center top;
    position: relative;
    background-color: var(--main-color);
    height: 670px;
    margin-bottom: 50px;
}

.bottle {
    padding: 1px;
    background-image: url(/img/snapcanjuice/bottle.webp);
    background-repeat: no-repeat;
    background-size: 220px auto;
    background-position-x: 50%;
    background-position-y: 170px;
    height: 540px;
}

.main_copy {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 85px auto 0 auto;
    text-shadow: -1px -1px 3px var(--main-color), 1px -1px 3px var(--main-color), 1px 1px 3px var(--main-color),
    -1px 1px 3px #366177, 1px 2px 3px rgba(0, 0, 0, 0.1);
    font-family: "YuMincho", "Yu Mincho", "游明朝体";
    font-size: 20px;
    letter-spacing: 0.25em;
    font-weight: 600;
    line-height: 2em;
}

.shortestDay {
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    padding: 8px 5px 8px 0px;
    line-height: 24px;
    text-shadow: -1px -1px 3px #333, 1px -1px 3px #333, 1px 1px 3px #333,
    -1px 1px 3px #333, 1px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 300;
    bottom: 30px;
}

.label {
    position: absolute;
    left: 50%;
    top: 36%;
    margin-left: -99px;
    width: 200px;
}

.slider_fade img {
    width: 200px;
    height: 250px;
    border-radius: 0px 0px 74px 74px / 0px 0px 8px 7px;
}

.shadow {
    display: block;
    width: 200px;
    height: 250px;
    background-color: yellow;
    position: absolute;
    z-index: 100;
    background: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 0px 0px 74px 74px / 0px 0px 8px 7px;
}

#slideshow {
    position: relative;
    width: 136px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    border-radius: 0px 0px 74px 74px / 0px 0px 8px 8px;
    width: 136px;
    height: 160px;
}

.go_blog_top .board {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-top: 26px;
    padding-bottom: 22px;
    line-height: 30px;
    text-align: center;
    background-color: var(--main-color);
    background-repeat: repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .block_topImage {
        background-image: url(/img/snapcanjuice/bg_top_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        background-position: center top;
    }

    .logo {
        padding-top: 25px;
        padding-bottom: 12px;
        text-align: center;
    }

    .point-box h3 {
        font-family: "DIN Condensed", sans-serif;
        font-size: 2.2em;
        color: #fff;
    }

#gallery {
    height: 700px;
    background-image: url(/img/snapcanjuice/bottle.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin-top: 50px;
    z-index: 3;
}

.preview {
   display: block;
    width:375px !important;
    height:auto;
    background-color: #fff;
    position: absolute;
    left: 50%!important;
    margin-left: -175px;
    top: 270px!important;
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

#gallery .shadow {
    display: block;
    width:375px !important;
    height:460px;
    background-color: yellow;
    position: absolute;
    left: 50%!important;
    margin-left: -175px;
    top: 270px!important;
    z-index: 2;
    background: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}
}

@media screen and (max-width: 375px) {

.preview {
   display: block;
    width:375px !important;
    height:auto;
    background-color: #fff;
    position: absolute;
    left: 48%!important;
    margin-left: -175px;
    top: 250px!important;
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

#gallery .shadow {
    display: block;
    width:375px !important;
    height:460px;
    background-color: yellow;
    position: absolute;
    left: 48%!important;
    margin-left: -175px;
    top: 250px!important;
    z-index: 2;
    background: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 6%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}
}

