@charset "UTF-8";
/* header_menu */
:root {
  --main-color: rgba(208, 222, 28, 1);
}

.top_cart {
  background: rgba(208, 221, 29, 1);
  text-align: right;
  position: relative;
  height: 60px;
}
.btn_cart .fa-shopping-cart {
  color: #c1ce17;
}
.hamburger {
  background-color: rgba(208, 222, 28, 0.9);
}
.bg-ham {
  background-color: rgba(208, 222, 28, 0.9);
}
.cir-container {
  background-color: rgba(208, 222, 28, 1);
}
/* logo */
.wrap_h1 {
  background-image: url(/img/snapchuhi/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 #c1ce17;
  border-bottom: none;
}
.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  display: block;
  border-top: 20px solid transparent;
  border-right: 20px solid #34c7f4;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #283db1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.point-box {
  background-color: rgba(192, 206, 22, 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 {
  background-image: url(/img/snapchuhi/bottle.webp);
  height: 848px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 436px;
  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: url(/img/snapchuhi/bg_top.png), linear-gradient(0deg, rgb(245,255,168) 0%, rgb(255,255,255) 49%, rgb(208, 222, 28) 100%);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 45%;
  position: relative;
  height: 680px;
  margin-bottom: 50px;
}
.bottle {
  padding: 1px;
  background-image: url(/img/snapchuhi/bottle.webp);
  background-repeat: no-repeat;
  background-size: 220px auto;
  background-position-x: 50%;
  background-position-y: 160px;
  height: 580px;
}
.main_copy {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 85px auto 0 auto;
  text-shadow: -1px -1px 3px #acb805, 1px -1px 3px #333d48, 1px 1px 3px #333d48,
    -1px 1px 3px #333d48, 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;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  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: 130px;
}
#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: rgba(194, 201, 11, 1);
  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: url(/img/snapchuhi/bg_top_sp.png), linear-gradient(0deg, rgb(245,255,168) 0%, rgb(255,255,255) 49%, rgb(208, 222, 28) 100%);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  .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/snapchuhi/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: 290px!important;
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

#gallery .shadow {
    display: block;
    width:375px !important;
    height:420px;
    background-color: yellow;
    position: absolute;
    left: 50%!important;
    margin-left: -175px;
    top: 290px!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: 50%!important;
    margin-left: -175px;
    top: 260px!important;
    border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

#gallery .shadow {
    display: block;
    width:375px !important;
    height:420px;
    background-color: yellow;
    position: absolute;
    left: 50%!important;
    margin-left: -175px;
    top: 260px!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;
}
}
