@charset "UTF-8";

@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@300;

400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap);












@font-face {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  src: url("/enjoy/brew/dist/font/iconfont.eot?#iefix") format("embedded-opentype"), url("/enjoy/brew/dist/font/iconfont.woff") format("woff"), url("/enjoy/brew/dist/font/iconfont.ttf") format("truetype"), url("/enjoy/brew/dist/font/iconfont.svg#iconfont") format("svg");
}

.ebr-i-arrow-circle-right::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea01";
}

.ebr-i-movie::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea02";
}

.ebr-i-zoom::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea03";
}

.ebr-i-angle-circle-right::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea04";
}

.ebr-i-blank::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea05";
}

.ebr-i-close::before {
  display: inline-block;
  font-family: "iconfont";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\ea06";
}

/** ================================================

Responsive

================================================ */

@keyframes slider-loop {
  0% {
    background-position: -54.39238653vw 0;
  }

  100% {
    background-position: 163.17715959vw 0;
  }
}

@keyframes slider-loop-sp {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 240vw 0;
  }
}

.ebr-m-banner {
  position: relative;
  display: inline-block;
  transition-duration: 250ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ebr-m-banner:hover {
  opacity: 0.7;
}

.ebr-o-main {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "Original Yu Gothic", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.ebr-o-main__banner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 601px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
  }

  .ebr-o-main__banner {
    width: 87.8477306003vw;
    margin-top: 8.0527086384vw;
  }

  .ebr-o-main__banner--detail {
    margin-top: 5.8565153734vw;
  }

  .ebr-u-dv-sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .ebr-o-main__banner {
    width: 94.6666666667vw;
    margin-top: 10.6666666667vw;
  }

  .ebr-u-dv-pc {
    display: none !important;
  }
}