@charset "UTF-8";
/*===================
TOP
===================*/
.haku-top {
  position: relative;
}

.no-scroll {
  height: 100%;
  overflow-y: hidden;
}

/* mv */
.mv {
  position: relative;
  background: url(../img/mv_bg.jpg) top center/cover no-repeat;
}
.mv .wrapper {
  position: relative;
  height: 1010px;
  padding: 1px 0 0 20px;
}
.mv-top {
  width: 330px;
  margin-top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .mv-top {
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv-ttl {
  margin-bottom: 40px;
  /*font-size: 9rem;
  text-align: center;
  margin-bottom: 3px;*/
}
@media screen and (max-width: 1000px) {
  .mv-ttl__img {
    width: 250px;
  }
}
.mv-ttl__img-sp {
  display: none;
}
.mv-txt {
  width: 245px;
  margin-bottom: 50px;
  /*color: #707070;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 36px;*/
}
.mv-txt_jp {
  width: auto;
  font-size: 1.5rem;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0;
    background: none;
    padding-top: 21.3333333333vw;
  }
  .mv .wrapper {
    padding: 0;
    height: 580px;
    background: url(../img/mv_bg_sp.jpg) top center/cover no-repeat;
  }
  .mv-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 21.3333333333vw;
    top: -21.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 3.7333333333vw;
    background: #fff;
  }
  .mv-top.no-fixed {
    position: absolute !important;
    top: -17.3333333333vw;
  }
  .mv-ttl {
    width: 21.3333333333vw;
    margin-bottom: 0;
    position: absolute;
    top: 26.6666666667vw;
    left: 5.3333333333vw;
    /*font-size: 3rem;
    text-align: left;
    margin-bottom: calc(4*100vw/750);*/
  }
  .mv-ttl__img {
    display: none;
  }
  .mv-ttl__img-sp {
    display: block;
  }
  .mv-txt {
    display: none;
    /*font-size: 1rem;
    text-align: left;
    margin-bottom: 0;*/
  }
  .mv-txt_jp {
    display: block;
    width: auto;
    font-size: 1.1rem;
    margin-bottom: 0px;
    position: absolute;
    top: 2vw;
    left: 2.6666666667vw;
  }
}
.mv-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 20px;
  right: 0;
  width: 230px;
}
.mv-float-item--insta {
  width: 70px;
}
.mv-float-item--insta img {
  width: 22px;
}
.mv-float-item--en {
  width: 150px;
  font-size: 1.6rem;
}
.mv-float-item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 34px;
  background: #fff;
  border-radius: 34px;
  border: 1px solid #fff;
}
.mv-float-item .btn:hover {
  background: #eee;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .mv-float {
    display: block;
    width: 24vw;
    top: 6.6666666667vw;
    right: 2.6666666667vw;
  }
  .mv-float-item {
    width: 100%;
  }
  .mv-float-item--insta, .mv-float-item--en {
    width: 100%;
  }
  .mv-float-item--insta {
    margin-bottom: 2.6666666667vw;
  }
}
.mv-btn {
  width: 180px;
  /*margin: 0 auto;*/
}
.mv-btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-btn {
    width: 100%;
  }
  .mv-btn--pc {
    display: none;
  }
  .mv-btn--sp {
    display: block;
    padding: 5.3333333333vw 0;
    background: #f5f5f5;
  }
  .mv-btn--sp .mv-btn-inner {
    width: 282px;
    height: 51px;
    margin: 0 auto;
  }
}

.sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 4px;
  }
  .sp-menu-btn.active {
    background: #fff;
    z-index: 1000;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp-menu-btn.active .menu-trigger {
  z-index: 100;
}
.sp-menu-btn.active .menu-trigger span {
  background-color: #000;
}
.sp-menu-btn.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.sp-menu-btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.sp-menu-btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.sp-nav {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: rgba(23, 23, 23, 0.9);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sp-nav.nav-open {
  opacity: 1;
  z-index: 500;
  height: 100vh;
}
.sp-nav-list {
  display: none;
  padding-top: 34.6666666667vw;
}
.sp-nav.nav-open .sp-nav-list {
  display: block;
}
.sp-nav-list__item {
  text-align: center;
  margin-bottom: 8.6666666667vw;
}
.sp-nav-list__item:last-of-type {
  margin-bottom: none;
}
.sp-nav-list__item a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.sp-nav-list__item span {
  display: block;
  color: #d5c6a1;
  font-size: 1.1rem;
  font-weight: normal;
  padding-top: 8px;
}

/* anker */
.anker {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 1000px;
  background: white;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  .anker {
    display: none;
  }
}
.anker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 44px;
}
.anker-list__item {
  position: relative;
  width: 200px;
  margin-right: 20px;
}
.anker-list__item:last-of-type {
  margin-right: 0;
}
.anker-list__item a {
  display: block;
  height: 70px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 15px 0 0;
}
.anker-list__item a span {
  display: block;
  color: #707070;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 8px;
}
.anker-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eee;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anker-list__item:hover::after {
  height: 4px;
  background: #d5c6a1;
}
.anker.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(221, 221, 221, 0.5);
          box-shadow: 0px 4px 12px 0px rgba(221, 221, 221, 0.5);
  border-bottom: none;
}

/* about */
.about {
  padding: 120px 0 125px;
  text-align: center;
}
.about-ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.about-txt {
  font-size: 1.8rem;
  line-height: 2.2222;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 20vw 0 17.8666666667vw;
  }
  .about-ttl {
    font-size: 2.2rem;
    line-height: 1.5814;
    margin-bottom: 5.3333333333vw;
  }
  .about-txt {
    font-size: 1.6rem;
    line-height: 1.9375;
  }
}
@media screen and (max-width: 370px) {
  .about-ttl {
    font-size: 5.8666666667vw;
  }
  .about-txt {
    font-size: 4.2666666667vw;
  }
}

/* sec */
.sec {
  padding: 100px 0 120px;
}
.sec--gray {
  background: #f5f5f5;
}
.sec .wrapper {
  padding-top: 90px;
  margin-top: -90px;
}
.sec-ttl, .sec-category, .sec-subttl, .sec-txt {
  text-align: center;
}
.sec-ttl {
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec-category {
  color: #707070;
  font-size: 1.6rem;
  margin-bottom: 45px;
}
.sec-subttl {
  font-size: 2.8em;
  font-weight: 600;
  margin-bottom: 53px;
}
.sec-subttl span {
  padding: 0 10px 10px;
  border-bottom: 1px solid #171717;
}
.sec-img {
  margin-bottom: 60px;
}
.sec-txt {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 30px;
}
.sec-txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 14vw 0 16vw;
  }
  .sec .wrapper {
    padding-top: 20vw;
    margin-top: -20vw;
  }
  .sec-ttl {
    font-size: 2.7rem;
    margin-bottom: 3.0666666667vw;
  }
  .sec-category {
    font-size: 1.2rem;
    margin-bottom: 6.6666666667vw;
  }
  .sec-subttl {
    font-size: 1.8em;
    line-height: 2;
    margin-bottom: 8vw;
  }
  .sec-subttl span {
    padding: 0 0.9333333333vw 1.3333333333vw;
  }
  .sec-txt {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 6.6666666667vw;
  }
  .sec-img {
    padding: 0 2vw;
    margin-bottom: 8vw;
  }
}

/* product */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list__item {
  width: 560px;
}
.product-list__item:first-of-type {
  margin-right: 44px;
}
.product-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-img {
    display: none;
  }
}
.product-txt {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list {
    display: block;
  }
  .product-list__item {
    width: 100%;
  }
  .product-list__item:first-of-type {
    margin-bottom: 4vw;
  }
  .product-img {
    display: none;
  }
  .product-txt {
    font-size: 1.5rem;
    line-height: 1.6667;
    text-align: left;
  }
}

/* cocktails */
#cocktails .sec-txt {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #cocktails .sec-txt {
    margin-bottom: 9.3333333333vw;
  }
}

.recipe-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin: 0 auto 60px;
}
.recipe-tab__item {
  position: relative;
  width: 50%;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 20px;
  cursor: pointer;
}
.recipe-tab__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.recipe-tab__item.current {
  color: #b9a164;
}
.recipe-tab__item.current::after, .recipe-tab__item:hover::after {
  height: 4px;
  background: #d5c6a1;
}
@media screen and (max-width: 767px) {
  .recipe-tab {
    width: 100%;
    margin-bottom: 11.2vw;
  }
  .recipe-tab__item {
    font-size: 1.6rem;
    padding-bottom: 3.2vw;
  }
  .recipe-tab__item.current::after, .recipe-tab__item:hover::after {
    height: 3px;
  }
}
.recipe-box {
  position: relative;
  width: 842px;
  height: 376px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recipe-box {
    width: 100%;
    height: auto;
  }
}
.recipe-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 292px;
  background: top left no-repeat;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recipe-panel--soda {
  position: relative;
  background-image: url(../img/recipe_soda.png);
}
.recipe-panel--martini {
  background-image: url(../img/recipe_martini.png);
  z-index: -1;
}
.recipe-panel.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recipe-panel {
    display: block;
    padding: 0;
  }
  .recipe-panel--soda {
    background-size: 45.3333333333vw;
    background-position: top 14.9333333333vw right 9.0666666667vw;
  }
  .recipe-panel--martini {
    background-size: 32.2666666667vw;
    background-position: top 14.9333333333vw center;
  }
}
.recipe-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .recipe-ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 66.6666666667vw;
  }
}
.recipe-detail {
  margin-bottom: 41px;
}
.recipe-detail__item {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.recipe-detail__item .dotted {
  position: relative;
  padding-right: 3em;
}
.recipe-detail__item .dotted:after {
  content: "…";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recipe-detail__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recipe-detail {
    margin-bottom: 5.3333333333vw;
  }
  .recipe-detail__item {
    font-size: 1.5rem;
    margin-bottom: 3.2vw;
  }
}
.recipe-txt {
  font-size: 1.6rem;
  line-height: 2;
}

/* craftmanship */
.craft-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.craft-list__item {
  width: 560px;
}
.craft-list__item:first-of-type {
  margin-right: 44px;
}
.craft-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .craft-img {
    display: none;
  }
}
.craft-txt {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .craft-list {
    display: block;
  }
  .craft-list__item {
    width: 100%;
  }
  .craft-list__item:first-of-type {
    margin-bottom: 4vw;
  }
  .craft-img {
    display: none;
  }
  .craft-txt {
    font-size: 1.5rem;
    line-height: 1.6667;
    text-align: left;
  }
}

.craft-anime {
  display: none;
}
@media screen and (max-width: 767px) {
  .craft-anime {
    display: block;
    position: relative;
    width: 80vw;
    height: 80vw;
    margin: 0 auto 8vw;
  }
  .craft-anime__item {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: center/cover;
  }
  .craft-anime__item:nth-of-type(1) {
    z-index: 2;
    background-image: url(../img/craft_01_sp.jpg);
    -webkit-animation: fade01 20s infinite;
            animation: fade01 20s infinite;
  }
  .craft-anime__item:nth-of-type(2) {
    z-index: 1;
    background-image: url(../img/craft_02_sp.jpg);
    opacity: 0;
    -webkit-animation: fade02 20s infinite;
            animation: fade02 20s infinite;
  }
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade01 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade02 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade02 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* info */
.info-detail {
  padding: 150px 77px 113px 346px;
  background: url(../img/product_info.png) center left 120px no-repeat;
}
.info-ttl {
  font-size: 8rem;
  margin-bottom: 5px;
}
.info-subttl {
  color: #707070;
  font-size: 2rem;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .info {
    padding-bottom: 15.6vw;
  }
  .info-detail {
    padding: 90.2666666667vw 0 0;
    background-size: 18vw;
    background-position: top 16vw center;
  }
  .info-ttl {
    font-size: 4.5rem;
    margin-bottom: 0.9333333333vw;
    text-align: center;
  }
  .info-subttl {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
}
.info-list {
  margin-bottom: 45px;
}
.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.info-list__item:last-of-type {
  margin-bottom: 0;
}
.info-list-ttl {
  position: relative;
  font-size: 1.7rem;
  width: 128px;
  margin-right: 15px;
}
.info-list-ttl::after {
  content: "：";
  position: absolute;
  right: 0;
}
.info-list-txt {
  font-size: 1.7rem;
  width: 595px;
}
@media screen and (max-width: 767px) {
  .info-list__item {
    display: block;
    margin-bottom: 6.6666666667vw;
  }
  .info-list-ttl {
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    margin-right: 20px;
  }
  .info-list-ttl::after {
    right: -17px;
  }
  .info-list-txt {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.5333;
  }
}
.info-txt {
  font-size: 1.7rem;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .info-txt {
    font-size: 1.5rem;
    margin-bottom: 11.3333333333vw;
  }
}
.info-btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .info-btn--pc {
    display: none;
  }
  .info-btn--sp {
    display: block;
    width: 282px;
    height: 51px;
    margin: 0 auto;
  }
}

/* footer */
.footer-bg {
  width: 100%;
  height: 300px;
  background: url(../img/footer_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-bg {
    height: 46.6666666667vw;
  }
}