@charset "UTF-8";
.sp {
  display: none;
}

/* -----------------
mvblk
------------------- */
#mvblk {
  position: relative;
}
#mvblk .ttlblk {
  width: 100%;
  padding-top: 13%;
  padding-bottom: 76px;
  background: #f7b52c url(../imgs/brewery/ttlbg.svg) no-repeat top -70px center / 100% auto;
}
.ttlblk02 {
  width: 29%;
  max-width: 272px;
  margin: 0 auto;
}
.ttlblk03 {
  width: 60%;
  max-width: 609px;
  margin: 0 auto;
}
.mapWrapper iframe {
  top: 0;
}
#mvblk .ttlblk .ttl {
  width: 70.3%;
  max-width: 778px;
  margin: 0 auto 58px;
}
/* -----------------
lead
------------------- */
#lead .page {
  max-width: calc(586px + 18%);
  margin: 0 auto 165px;
}
#lead .sttl {
  max-width: 405px;
  margin-bottom: 90px;
}
#lead p {
  letter-spacing: 2px;
  line-height: 2.5;
  margin-bottom: 40px;
}
#lead p:last-child {
  margin-bottom: 0;
}
#lead p span {
  position: relative;
}
#lead p span:after {
  content: "";
  width: 0;
  height: 13px;
  display: block;
  background-color: #f7b52c;
  position: absolute;
  top: 40%;
  left: -2px;
  z-index: -1;
  transition: width 3s ease-in-out;
}
#lead p span.inview:after {
  width: calc(100% + 4px);
}
#lead p .spbr {
  display: none;
}

/* -----------------
product
------------------- */
#product {
  margin-bottom: 237px;
}
#product .wrap {
  position: relative;
  padding-top: 302px;
  margin-bottom: 130px;
}
#product .bg {
  width: 100%;
  padding-top: 179px;
  background: url(../imgs/brewery/sl_bg.png) repeat-x top right/ auto 615px;
  position: absolute;
  top: -7%;
}
#product .pr_ttlblk {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 20%;
  background-color: #f7b52c;
}
#product .pr_ttl {
  max-width: 339px;
}

#product .p_rltv {
  margin-bottom: 75px;
  padding-top: 436px;
  background: linear-gradient(180deg, #f7b52c 0%, #f7b52c 52%, #fdf9f4 48%, #fdf9f4 100%);
  overflow-x: hidden;
}
#product .imgslide.slick-slider {
  width: 165%;
  max-width: 1260px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#product .imgslide .slick-slide img {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 70px;
}
#product .imgslide .slick-prev,
#product .imgslide .slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 52%;
  z-index: 1;
}
#product .imgslide .slick-prev {
  background: url(../imgs/brewery/btn_prv.svg) no-repeat center center/contain;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#product .imgslide .slick-next {
  background: url(../imgs/brewery/btn_nxt.svg) no-repeat center center/contain;
  right: 35%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

#product .imgslide .slick-prev:before,
#product .imgslide .slick-next:before {
  content: none;
}
#product .txtslide {
  max-width: 395px;
  margin: 0 auto;
  padding: 0 30px;
}
#product .txtslide .name img {
  width: 90%;
  max-width: 289px;
  margin-bottom: 40px;
}
#product .txtslide p {
  font-size: 14px;
  line-height: 2.2;
}

#product .btn {
  width: 52%;
  max-width: 469px;
  min-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #product .p_rltv {
    padding-top: 472px;
  }
  #product .imgslide .slick-slide img {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #lead .page {
    margin: 0 auto 21%;
  }
  #lead .sttl {
    margin-bottom: 15%;
  }

  #product {
    margin-bottom: 30%;
  }
  #product .pr_ttl {
    max-width: 423px;
  }
  #product .txtslide {
    position: static;
  }
  #product .wrap {
    margin-bottom: 17%;
    padding-top: 70%;
  }
  #product .bg {
    background: url(../imgs/brewery/sl_bg.svg) no-repeat top right/100%;
    top: -3%;
    padding-top: 36%;
  }
  #product .p_rltv {
    padding-top: 100%;
  }
  #product .imgslide .slick-slide img {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
  #product .bg {
    padding-top: 150px;
  }
  #product .pr_ttlblk {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 400px) {
  #lead .sttl {
    width: 70%;
    max-width: 405px;
  }
  #lead p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 25px;
  }
  #lead p span {
    position: static;
    padding: 4px 2px;
    background: linear-gradient(transparent 60%, #f7b52c 0%);
  }
  #lead p span:after {
    content: none;
  }
  #lead p .pcbr {
    display: none;
  }
  #lead p .spbr {
    display: block;
  }

  #product .pr_ttl {
    width: 70%;
    max-width: 423px;
  }

  #product .imgslide.slick-slider {
    width: 231%;
  }
  #product .txtslide {
    width: 77%;
    max-width: 395px;
  }

  #product .imgslide .slick-prev,
  #product .imgslide .slick-next {
    width: 28px;
    height: 28px;
  }
  #product .btn {
    width: 52%;
    min-width: 183px;
    margin: 0 auto;
  }
  footer address .access span {
    font-size: 12px;
  }
}
