@charset "UTF-8";
/* header_menu */
:root {
  --main-color: rgba(99, 170, 207, 0.9);
}

.top_cart {
  background-color: #63aacf;
  text-align: right;
  position: relative;
  height: 60px;
}
.btn_cart .fa-shopping-cart {
  color: #63aacf;
}
.hamburger {
  background-color: rgba(99, 170, 207, 0.9);
}
.bg-ham {
  background-color: rgba(99, 170, 207, 0.9);
}
.cir-container {
  background-color: rgba(99, 170, 207, 0.9);
}
/* logo */
.wrap_h1 {
  background-image: url(/img/snapcanbeer/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 #63aacf;
  border-bottom: none;
}
.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  display: block;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff000;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2839b8;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.point-box {
  background-color: rgba(99, 170, 207, 1) !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/snapcanbeer/bottle_preview.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 470px;
    margin-top: 40px;
    margin-left: 0px;
    z-index: 3;
}

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

#gallery .shadow {
    display: block;
    width: 450px!important;
    height: 504px;
    background-color: yellow;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 276px;
    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/snapcanbeer/bg_top.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center top;
  position: relative;
  background-color: #63aacf;
  height: 670px;
  margin-bottom: 50px;
}
.bottle {
  padding: 1px;
  background-image: url(/img/snapcanbeer/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: 60px auto 0 auto;
  text-shadow: -1px -1px 3px #366177, 1px -1px 3px #366177, 1px 1px 3px #366177,
    -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: 40%;
  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: #63aacf;
  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/snapcanbeer/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;
  }

#preview_wrapper {
  height: 100%;
   /*z-index: 1;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow-y:clip!important;
  -webkit-overflow-scrolling: touch;
 
	background-color: #222;
	background: rgba(0,0,0, 0.85);
	
  visibility: hidden;*/
}


#gallery {
    height: 700px;
    background-image: url(/img/snapcanbeer/bottle_preview.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%!important;
    margin-top:0px;
    margin-left: 0px;
    z-index: 3;
}

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

#gallery .shadow {
    display: block;
    width: 375px !important; 
    height: 420px!important; 
    position: absolute;
    left: 50%!important;
    margin-left: -189px!important;
    top: 212px!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) {
.main-text {
    margin: 0 auto;
    color: #ffffff !important;
    font-size: 0.6em !important;
    line-height: 2.5;
}

.fv-sub-text{
    bottom: 5%;
}

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

#gallery .shadow {
    display: block;
    width: 345px !important; 
    height: 390px!important; 
    position: absolute;
    left: 54% !important;
    margin-left: -175px;
    top: 196px!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;
}
}