/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Inherit box-sizing to more easily change it's value on a component level. */
*::before,
*::after {
  box-sizing: inherit; }

* {
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:not(.button):active, a:not(.button):visited, a:not(.button):focus, a:not(.button):hover {
    color: inherit;
    text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.1;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.red {
  color: #E30012; }

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: space-between;
  text-decoration: none; }
  #navbar .logo {
    margin: 0.5em 2em;
    height: 100%; }
    #navbar .logo img {
      max-width: 170px; }
    @media screen and (min-width: 768px) {
      #navbar .logo {
        margin-top: 1em;
        margin-bottom: 1em; } }

.nav {
  color: #0D0D0D;
  align-self: stretch;
  padding-right: 1em; }
  .nav a {
    display: flex;
    align-items: center;
    color: #0D0D0D;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.2s ease-out;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent; }
    @media screen and (min-width: 768px) {
      .nav a:last-of-type {
        padding-left: 2em;
        padding-right: 2em; }
      .nav a:hover, .nav a.active {
        color: #E30012;
        border-bottom-color: #E30012; }
        .nav a:hover svg path, .nav a.active svg path {
          fill: #E30012; } }
    .nav a svg path {
      transition: fill 0.2s ease-out;
      fill: #0D0D0D; }
  .nav .nav-items {
    display: flex;
    align-items: stretch; }
    .nav .nav-items a {
      padding: 0.5em 2em; }
  @media screen and (min-width: 768px) {
    .nav .nav-items {
      height: 100%; }
      .nav .nav-items a {
        height: 100%; } }
  .nav #menu-toggle {
    display: none; }
  @media screen and (max-width: 768px) {
    .nav .nav-items a {
      display: none; }
    .nav a#menu-toggle {
      float: right;
      display: block;
      padding: 2em; } }
  @media screen and (max-width: 768px) {
    .nav {
      transition: all 0.3s ease-out; }
      .nav.nav--open {
        display: flex;
        justify-content: flex-end; }
        .nav.nav--open .nav-items {
          flex-direction: column;
          position: absolute;
          top: 100%;
          right: 0;
          background-color: rgba(255, 255, 255, 0.9);
          width: 100%;
          text-align: right; }
          .nav.nav--open .nav-items a {
            display: block;
            padding: 1em 2em; }
            .nav.nav--open .nav-items a:last-of-type {
              border-right: 1px solid #fff; } }

#menu-toggle .menu-toggle__bar1, #menu-toggle .menu-toggle__bar2, #menu-toggle .menu-toggle__bar3 {
  width: 21px;
  height: 2px;
  background-color: #0D0D0D;
  margin: 6px 0;
  transition: 0.3s; }
#menu-toggle .menu-toggle--open .menu-toggle__bar1 {
  transform: translate(0, 7px) rotate(-45deg); }
#menu-toggle .menu-toggle--open .menu-toggle__bar2 {
  opacity: 0; }
#menu-toggle .menu-toggle--open .menu-toggle__bar3 {
  transform: translate(0, -7px) rotate(45deg); }

.hero {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 6em 0;
  position: relative; }
  .hero .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .hero .image {
    text-align: center; }
  .hero h1 {
    margin-bottom: 0.2em; }
  .hero .button {
    margin-top: 0.4em; }
  .hero .cols-2 {
    grid-column-gap: 6em; }
  .hero.home-hero, .hero.about-hero, .hero.pairings-hero, .hero.restaurants-hero {
    padding-top: 12em; }
  .hero.home-hero {
    background-image: url("img/home-hero.jpg");
    background-color: #0D0D0D;
    background-position: 50% 50%;
    min-height: 75vh;
    display: grid;
    align-items: center; }
    .hero.home-hero h1 {
      font-size: 6em; }
      .hero.home-hero h1 .sec1, .hero.home-hero h1 .sec2 {
        display: block;
        position: relative; }
      .hero.home-hero h1 .sec1 {
        left: -40px;
        text-align: left; }
      .hero.home-hero h1 .sec2 {
        right: -30px;
        text-align: right; }
      .hero.home-hero h1 .of {
        font-size: 0.6em;
        font-weight: 200; }
    .hero.home-hero h5 {
      text-align: center; }
    .hero.home-hero .col {
      max-width: 525px; }
    .hero.home-hero .darken {
      background: radial-gradient(circle, rgba(35, 24, 21, 0.2) 0%, rgba(13, 13, 13, 0) 100%); }
  .hero.full-flavour {
    background-image: url("img/full-flavour.jpg"); }
  .hero.about-hero {
    background-image: url("img/about-hero.jpg");
    padding: 8em 0 4em; }
  .hero.pairings-hero {
    background-image: url("img/pairings-hero.jpg"); }
  .hero.restaurants-hero {
    background-image: url("img/restaurants-hero.jpg"); }
    .hero.restaurants-hero .cols-1 .col {
      max-width: 600px; }
    .hero.restaurants-hero .scroll {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .hero.restaurants-hero .container {
        justify-content: flex-start;
        min-height: 35em; } }
  .hero.past-restaurants {
    background-image: url("img/past-restaurants.jpg");
    color: #fff;
    text-align: center; }
    .hero.past-restaurants .buttons .button {
      margin: 0 1em; }
    @media screen and (max-width: 600px) {
      .hero.past-restaurants .buttons .button:not(:last-of-type) {
        margin-bottom: 1em; } }
  @media screen and (max-width: 768px) {
    .hero {
      padding: 4em 0; }
      .hero.home-hero {
        background-size: 160%;
        background-position: 0% 0%;
        position: relative;
        padding: 16em 0 0; }
        .hero.home-hero .container {
          background-color: #0D0D0D;
          padding: 2em;
          margin-top: 12em;
          max-width: 100%;
          width: auto;
          padding: 3em; }
        .hero.home-hero h1, .hero.home-hero h2 {
          font-size: 4em; }
        .hero.home-hero .cols-2 {
          grid-gap: 0; }
        .hero.home-hero .button.black {
          background-color: #E30012; }
      .hero .scroll {
        display: none; } }

.restaurant {
  border-top: 1px solid #E30012;
  max-width: 100%;
  width: 100%; }
  .restaurant .container {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: auto; }
  .restaurant .headline {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    cursor: pointer; }
    .restaurant .headline .location {
      display: flex;
      align-items: center;
      text-align: right;
      justify-content: flex-end; }
      .restaurant .headline .location img {
        margin-left: 2em;
        max-width: 100%;
        width: 12em;
        border-radius: 4px; }
      .restaurant .headline .location h6 {
        margin: 0;
        text-transform: uppercase; }
      .restaurant .headline .location p {
        margin: 0; }
  .restaurant .detail {
    display: none; }
    .restaurant .detail img {
      border-radius: 4px; }
  .restaurant h5 {
    text-transform: uppercase;
    color: #E30012;
    margin-bottom: 0; }
    .restaurant h5:first-of-type {
      margin-top: 0; }
  .restaurant .button {
    margin-top: 1.5em; }
  .restaurant h2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0; }
    .restaurant h2:before {
      content: "+";
      font-size: 0.65em;
      margin-right: 0.35em;
      margin-top: 0.05em; }
  .restaurant:last-of-type {
    border-bottom: 1px solid #E30012; }
  .restaurant.active h2:before {
    content: "-"; }
  .restaurant.active .detail {
    display: grid;
    margin-top: 4em;
    padding-bottom: 2em; }

.restaurants {
  padding: 2em 0; }

.restaurant-list {
  max-width: 100%; }

.restaurant-filters {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .restaurant-filters .restaurant-filter {
    text-align: center;
    min-width: 7em;
    padding: 0.3em 1.75em;
    border-radius: 2em;
    border: 1px solid #0D0D0D;
    transition: all 0.2s ease-out;
    margin-right: 1em;
    margin-bottom: 1em; }
    .restaurant-filters .restaurant-filter:hover, .restaurant-filters .restaurant-filter.active {
      background-color: #0D0D0D;
      color: #fff; }

.bottle, .bottle-info {
  left: 50%;
  top: 52%;
  height: 60vh;
  min-height: 28em;
  max-height: 42em;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .bottle .info, .bottle-info .info {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    text-align: center; }
    .bottle .info h1, .bottle-info .info h1 {
      color: #E30012;
      margin-bottom: 0.15em; }
      @media (min-width: 768px) {
        .bottle .info h1, .bottle-info .info h1 {
          white-space: nowrap; } }
    .bottle .info p, .bottle-info .info p {
      color: #fff; }
      .bottle .info p.black, .bottle-info .info p.black {
        color: #0D0D0D; }
    .bottle .info .japanese, .bottle-info .info .japanese {
      font-weight: bold;
      line-height: 1.2;
      font-size: 1.4em;
      margin-top: 3em;
      margin-bottom: 0; }

.bottle-info {
  position: absolute; }
  .bottle-info .info {
    padding-bottom: 9em; }

.bottle {
  position: fixed; }
  .bottle .masked-video {
    max-width: 100%;
    height: 100%;
    width: 18vh;
    min-width: 9em;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172 671' %3E%3Cpath d='M171.836 631.783s-.377-224.746 0-251.911c.377-27.158-7.217-73.068-12.726-90.668-5.508-17.6-22.976-70.392-31.908-102.523-8.926-32.138-16.715-122.61-16.331-126.816 1.802-1.145 3.242-2.1 3.322-4.397.095-2.77-2.946-4.396-2.946-4.396V21.42c-.666-2.77-2.468-2.872-1.331-4.972 1.136-2.1 1.331-4.017 1.331-4.017V4.017C111.247.19 101.185 0 101.185 0H70.797S60.734.19 60.734 4.017v8.414s.189 1.91 1.332 4.017c1.144 2.107-.666 2.202-1.332 4.973v29.644s-3.04 1.626-2.946 4.397c.081 2.303 1.52 3.251 3.323 4.396.377 4.207-7.405 94.679-16.33 126.816-8.926 32.138-26.4 84.923-31.91 102.523C7.37 306.804-.224 352.714.16 379.872c.377 27.158 0 251.911 0 251.911s-4.177 35.579 30.389 37.11c30.092 1.985 49.638 2.114 54.34 2.107 5.172 0 26.474-.122 56.566-2.107 34.566-1.531 30.389-37.11 30.389-37.11h-.007Z' /%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 0; }
  .bottle video {
    max-width: 100%; }
  @media (max-width: 900px) {
    .bottle {
      position: absolute; } }

.sake-slide {
  position: relative;
  width: 100%; }
  .sake-slide .bottle {
    position: absolute; }

#sake-slider .flickity-prev-next-button {
  background-color: transparent;
  color: #E30012; }
  #sake-slider .flickity-prev-next-button.next {
    right: 4em; }
  #sake-slider .flickity-prev-next-button.previous {
    left: 4em; }
  @media (max-width: 768px) {
    #sake-slider .flickity-prev-next-button.next {
      right: 2em; }
    #sake-slider .flickity-prev-next-button.previous {
      left: 2em; } }
#sake-slider .sake-intro {
  height: 60em;
  max-height: 100vh; }
#sake-slider .bottle, #sake-slider .bottle-info {
  max-height: 36em; }

.sake-info {
  position: relative; }
  .sake-info .container {
    min-height: auto; }
  .sake-info.first .col:first-of-type img {
    transform: scale(1.3); }
  .sake-info.first.yamahai .col:first-of-type img {
    transform: scale(1.5) translateY(-35%); }
  .sake-info.first.kimoto .col:first-of-type img {
    transform: scale(1.5) translateY(-50%); }
  .sake-info.first.namazake .col:first-of-type img {
    transform: scale(2.2) translate(0, -30%); }
  .sake-info.lines-1:before, .sake-info.lines-2:before, .sake-info.lines-3:before {
    content: "";
    position: absolute;
    top: 2em;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: -1; }
  .sake-info.lines-1:before {
    background-image: url("img/1-line.png");
    top: 11em;
    height: 8em; }
  .sake-info.lines-3:before {
    background-image: url("img/3-lines.png");
    height: 12em; }
  .sake-info .cols-2 {
    grid-column-gap: 24em;
    align-items: flex-end;
    justify-content: space-between; }
    .sake-info .cols-2 .col {
      max-width: 28em; }
  .sake-info h6 {
    color: #E30012;
    text-transform: uppercase;
    margin-bottom: 0.6em;
    letter-spacing: 0.1; }
  .sake-info img {
    position: relative; }
  @media (min-width: 768px) {
    .sake-info .pt-0 {
      padding-top: 0; }
    .sake-info .pb-0 {
      padding-bottom: 0; } }
  @media (max-width: 900px) {
    .sake-info .cols-2 {
      grid-column-gap: 6em; } }
  @media (max-width: 768px) {
    .sake-info .container {
      padding: 2em; }
    .sake-info .cols-2 {
      grid-gap: 0; }
      .sake-info .cols-2 .col {
        max-width: none; }
        .sake-info .cols-2 .col img {
          max-width: 28em;
          display: block;
          margin-left: auto;
          margin-right: auto; } }

.sake-intro {
  position: relative;
  min-height: 45em;
  height: 95vh;
  display: grid;
  align-items: flex-end;
  justify-content: center; }
  .sake-intro .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    margin-bottom: 2em; }
    .sake-intro .filters .filter {
      text-align: center;
      min-width: 10em;
      padding: 0.5em 2em;
      border-radius: 2em;
      border: 1px solid #0D0D0D;
      background-color: #F5EFE5;
      transition: all 0.2s ease-out;
      margin-right: 1em;
      margin-bottom: 1em; }
      .sake-intro .filters .filter:hover, .sake-intro .filters .filter.active {
        background-color: #0D0D0D;
        color: #fff; }
      .sake-intro .filters .filter.back {
        border-color: #E30012;
        color: #E30012; }
        .sake-intro .filters .filter.back:hover, .sake-intro .filters .filter.back.active {
          background-color: #E30012;
          color: #fff; }
  .sake-intro.ginjo, .sake-intro.kimoto, .sake-intro.namazake {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  .sake-intro.ginjo {
    background-image: url("img/sake/ginjo-hero.png"); }
  .sake-intro.kimoto {
    background-image: url("img/sake/kimoto-hero.png"); }
  .sake-intro.namazake {
    background-image: url("img/sake/namazake-hero.png"); }
  .sake-intro.junmai:before, .sake-intro.junmai:after, .sake-intro.yamahai:before, .sake-intro.yamahai:after, .sake-intro.daiginjo:before, .sake-intro.daiginjo:after, .sake-intro.nigori:before, .sake-intro.nigori:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 35%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  .sake-intro.junmai:before, .sake-intro.yamahai:before, .sake-intro.daiginjo:before, .sake-intro.nigori:before {
    background-image: url("img/sake/junmai_left.png");
    background-position: center left;
    left: 0; }
  .sake-intro.junmai:after, .sake-intro.yamahai:after, .sake-intro.daiginjo:after, .sake-intro.nigori:after {
    background-image: url("img/sake/junmai_right.png");
    background-position: center right;
    right: 0; }
  .sake-intro.yamahai:before {
    background-image: url("img/sake/yamahai_left.png"); }
  .sake-intro.yamahai:after {
    background-image: url("img/sake/yamahai_right.png"); }
  .sake-intro.daiginjo:before {
    background-image: url("img/sake/daiginjo_left.png"); }
  .sake-intro.daiginjo:after {
    background-image: url("img/sake/daiginjo_right.png"); }
  .sake-intro.ginjo:before {
    background-image: url("img/sake/ginjo_left.png"); }
  .sake-intro.ginjo:after {
    background-image: url("img/sake/ginjo_right.png"); }
  .sake-intro.nigori:before {
    background-image: url("img/sake/nigori_left.png"); }
  .sake-intro.nigori:after {
    background-image: url("img/sake/nigori_right.png"); }
  @media (max-width: 1500px) {
    .sake-intro .filters .filter {
      min-width: auto;
      padding: 0.35em 1.5em; } }

.prev-sake, .next-sake {
  position: fixed;
  top: 50%;
  z-index: 5;
  padding: 0.5em; }
  .prev-sake:before, .next-sake:before {
    content: url("img/arrow_back.png");
    display: inline-block; }

.prev-sake {
  left: 4em; }
  .prev-sake:before {
    transform: rotate(180deg); }
  @media (max-width: 768px) {
    .prev-sake {
      left: 2em; } }

.next-sake {
  right: 4em; }
  @media (max-width: 768px) {
    .next-sake {
      right: 2em; } }

body {
  background-color: #F5EFE5;
  font-family: 'Commissioner', sans-serif;
  line-height: 1.5;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 420px) {
    body {
      font-size: 13px; } }

h1, h2, h3, h4 {
  font-family: 'freight-neo-pro', serif;
  font-weight: 400;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0.5em; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 4em; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 4em; } }

h3 {
  font-size: 3em;
  margin-bottom: 0.3em; }

p {
  margin-top: 0; }

h6 {
  font-family: 'Commisoner', sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  color: #E30012;
  letter-spacing: 0.1em; }

.image.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.centred {
  text-align: center; }

.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 6em 2em; }
  .container.backto {
    min-height: auto;
    padding-bottom: 0; }

.cols-1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px; }

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em; }
  @media screen and (max-width: 768px) {
    .cols-2 {
      grid-template-columns: 1fr !important; } }

section .container {
  min-height: 40vh; }
section.dark {
  background-color: #2F2F2F;
  color: #fff; }
  section.dark.black-bg {
    background-color: #1C1717; }

footer {
  background-color: #0D0D0D;
  color: #fff;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  footer p {
    margin-bottom: 0;
    font-size: 0.8em; }
  footer .logo {
    max-width: 170px; }
  @media screen and (max-width: 480px) {
    footer {
      flex-direction: column;
      justify-content: center; }
      footer .logo {
        margin-bottom: 1em; } }

#facts-slider {
  margin-top: 4em; }
  #facts-slider .slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }
    #facts-slider .slide .image {
      background-size: cover;
      background-position: 50% 50%;
      background-color: #0D0D0D;
      border: 1px solid #0D0D0D; }
      @media (min-width: 768px) {
        #facts-slider .slide .image {
          border-right: 0; } }
    #facts-slider .slide .info {
      padding: 3em;
      border: 1px solid #0D0D0D; }
    #facts-slider .slide h4 {
      margin-top: 2em;
      font-size: 2.5em; }
  #facts-slider .flickity-prev-next-button {
    background: transparent; }
    #facts-slider .flickity-prev-next-button svg path {
      fill: #E30012; }
    #facts-slider .flickity-prev-next-button.previous {
      left: -50px; }
    #facts-slider .flickity-prev-next-button.next {
      right: -50px; }
  @media (min-width: 768px) {
    #facts-slider .image {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #facts-slider .info {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; } }
  @media (max-width: 768px) {
    #facts-slider .slide {
      grid-template-columns: 1fr; }
      #facts-slider .slide .image {
        min-height: 40vh;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      #facts-slider .slide .info {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      #facts-slider .slide h4 {
        margin-top: 1em; }
    #facts-slider .container {
      padding-left: 1em;
      padding-right: 1em; } }

.explore-brands .image {
  max-width: 24%; }
.explore-brands .brand-filters {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .explore-brands .brand-filters .brand-filter {
    text-align: center;
    min-width: 10em;
    padding: 0.5em 2em;
    border-radius: 2em;
    border: 1px solid #fff;
    transition: all 0.2s ease-out;
    margin-right: 1em;
    margin-bottom: 1em; }
    .explore-brands .brand-filters .brand-filter:hover, .explore-brands .brand-filters .brand-filter.active {
      background-color: #fff;
      color: #0D0D0D; }
.explore-brands .brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
@media screen and (max-width: 768px) {
  .explore-brands .brand-filter {
    max-width: 6em; }
  .explore-brands .brand-list {
    grid-template-columns: repeat(3, 1fr); }
  .explore-brands .image {
    max-width: 32%; } }

.placeholder .container {
  display: flex;
  align-items: center;
  justify-content: center; }

.spotlight-section {
  background-color: #0D0D0D !important; }
  .spotlight-section h2 {
    margin-bottom: 1em; }
  .spotlight-section .spotlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: -1em;
    margin-right: -1em; }
  .spotlight-section .spotlight {
    padding: 0 1em; }
    .spotlight-section .spotlight .publication {
      font-size: 0.8em;
      margin-top: 0.5em;
      margin-bottom: 4em; }
    .spotlight-section .spotlight h4 {
      font-size: 1.8em;
      margin-bottom: 1em; }
    .spotlight-section .spotlight:not(:last-of-type) {
      border-right: 1px solid #fff; }
    .spotlight-section .spotlight a {
      color: #E30012; }
  @media (max-width: 768px) {
    .spotlight-section .spotlights {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 2em; }
    .spotlight-section .spotlight:nth-of-type(even) {
      border-right: 0; } }
  @media (max-width: 480px) {
    .spotlight-section .spotlights {
      grid-template-columns: 1fr; }
    .spotlight-section .spotlight {
      border-right: 0 !important; }
      .spotlight-section .spotlight:not(:last-of-type) {
        padding-bottom: 2em;
        margin-bottom: 1em;
        border-bottom: 1px solid #fff; } }

.life-flavour h2 {
  margin-bottom: 0.3em; }
.life-flavour p {
  margin-bottom: 3em; }

.video-section {
  text-align: center;
  padding: 2em; }
  .video-section .video-container {
    width: 960px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0;
    padding-bottom: 42.5%;
    position: relative; }
    .video-section .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-section .button {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 768px) {
    .video-section .container {
      padding-left: 0;
      padding-right: 0; }
    .video-section .video-container {
      max-width: 100%; } }
  .video-section.black-bg {
    background-color: #0D0D0D; }

.video-bg {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .video-bg video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .video-bg .container {
    position: relative;
    z-index: 2; }
  .video-bg.art-of-sake {
    background-color: #fff; }

@media screen and (max-width: 768px) {
  .text-and-images {
    padding-top: 4em;
    padding-bottom: 4em; } }

.text-and-image {
  align-items: center;
  grid-gap: 2em 8em; }
  .text-and-image h2 {
    margin-bottom: 0;
    letter-spacing: -0.03em; }
  .text-and-image h5 {
    margin-top: 0; }
  .text-and-image .img img {
    border-radius: 1.3em; }
  @media screen and (min-width: 768px) {
    .text-and-image:nth-of-type(even) {
      grid-auto-flow: dense; }
      .text-and-image:nth-of-type(even) .img {
        grid-column: 2; }
      .text-and-image:nth-of-type(even) .text {
        grid-column: 1; } }
  @media screen and (max-width: 768px) {
    .text-and-image {
      padding-top: 2em;
      padding-bottom: 2em; } }

.instagram-grid {
  text-align: center;
  background: linear-gradient(180deg, #231815 0%, #0d0d0d 100%); }

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em; }
  .image-grid a {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50% 50%; }
  @media screen and (max-width: 768px) {
    .image-grid {
      grid-template-columns: 1fr 1fr 1fr; }
      .image-grid a:nth-of-type(4n), .image-grid a:nth-of-type(5n), .image-grid a:last-of-type {
        display: none; } }

.slider-section {
  padding-bottom: 8em; }

.slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  .slider .slide {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative; }
    .slider .slide img {
      background-color: #fff;
      border-radius: 1.5em; }
    @media screen and (min-width: 768px) {
      .slider .slide .img {
        width: 45%;
        padding-bottom: 32%;
        position: relative; }
      .slider .slide img {
        position: absolute;
        top: 0;
        width: 100%; } }
  .slider .flickity-prev-next-button {
    background-color: transparent;
    color: #fff;
    width: 3.5em;
    height: 3.5em; }
    .slider .flickity-prev-next-button.previous {
      top: 25%;
      left: auto;
      right: 50%;
      transform: translate(50%, -50%); }
    .slider .flickity-prev-next-button.next {
      top: auto;
      bottom: 25%;
      left: 50%;
      right: auto;
      transform: translate(-50%, 50%); }
    .slider .flickity-prev-next-button .flickity-button-icon {
      width: 100%;
      height: 100%;
      position: relative;
      left: auto;
      top: auto; }
  .slider .carousel-status {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    font-family: 'freight-neo-pro', serif;
    font-size: 3em;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none; }
    .slider .carousel-status .current {
      position: relative;
      top: -1.2em;
      left: 0.15em; }
    .slider .carousel-status .total {
      position: relative;
      left: -0.2em; }
    .slider .carousel-status .separator {
      height: 2em;
      width: 1px;
      background-color: #fff;
      display: inline-block;
      transform: rotate(25deg); }
  @media screen and (max-width: 1100px) {
    .slider .flickity-prev-next-button {
      width: 3em;
      height: 3em; }
      .slider .flickity-prev-next-button.previous {
        top: 20%; }
      .slider .flickity-prev-next-button.next {
        bottom: 20%; }
    .slider .carousel-status {
      font-size: 2.5em; } }
  @media screen and (max-width: 900px) {
    .slider .slide img {
      max-width: 43%; } }
  @media screen and (max-width: 768px) {
    .slider {
      max-width: 480px; }
      .slider .slide {
        flex-direction: column; }
        .slider .slide img {
          max-width: 100%;
          min-height: 240px; }
          .slider .slide img:first-of-type {
            margin-bottom: 5em; }
          .slider .slide img:last-of-type {
            margin-top: 5em; }
      .slider .flickity-prev-next-button.previous, .slider .flickity-prev-next-button.next {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%); }
      .slider .flickity-prev-next-button.previous {
        right: 75%; }
      .slider .flickity-prev-next-button.next {
        left: 75%; } }

.ratios .cols-2 {
  grid-template-columns: 2fr 1fr; }

.brewing .cols-2 {
  grid-template-columns: 1fr 2fr; }
.brewing .panels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em; }
  .brewing .panels p {
    margin-top: 1.2em; }
  @media screen and (max-width: 990px) {
    .brewing .panels {
      grid-template-columns: 1fr; } }

.did-you-know h6 {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #0D0D0D; }
.did-you-know p {
  font-size: 2em;
  max-width: 16em; }
.did-you-know .button {
  margin-top: 4em; }
.did-you-know .image {
  border-radius: 0.5em; }

.pairings {
  padding: 4em 2em; }

.pairing {
  max-width: 1080px;
  border: 1px solid #0D0D0D;
  border-radius: 0.3em;
  margin: 1.5em auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .pairing .text {
    width: 40%;
    max-width: 34em;
    min-width: 20em;
    padding: 4em 2em; }
    .pairing .text h2 {
      font-size: 4em; }
    .pairing .text h4 {
      margin-bottom: 0; }
  .pairing .food {
    max-width: 33%; }
    .pairing .food.left {
      left: 0; }
    .pairing .food.right {
      right: 0; }
  .pairing .lettering {
    width: 20%;
    text-align: center;
    max-width: 160px;
    min-width: 140px; }
    .pairing .lettering.left {
      margin-left: 4em; }
    .pairing .lettering.right {
      margin-right: 4em; }
    .pairing .lettering img {
      max-height: 370px; }
  .pairing.text-right .text {
    padding-right: 4em; }
  @media screen and (max-width: 990px) {
    .pairing .text {
      width: auto; }
    .pairing .lettering {
      display: none; }
    .pairing .food {
      max-width: 50%; }
    .pairing.text-left .text, .pairing.text-mob-left .text {
      margin-left: 4em; }
    .pairing.text-right .text, .pairing.text-mob-right .text {
      margin-right: 4em; } }
  @media screen and (max-width: 600px) {
    .pairing {
      flex-direction: column;
      padding: 4em 0; }
      .pairing .text {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 4em;
        padding-right: 4em;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
        min-width: auto; }
      .pairing.text-left, .pairing.text-mob-left {
        flex-direction: column-reverse; }
      .pairing .food {
        max-width: 70%; }
      .pairing .food.left {
        align-self: flex-start; }
      .pairing .food.right {
        align-self: flex-end; } }

.slide-count {
  border: 1px solid #0D0D0D;
  border-radius: 3px;
  padding: 0 0.3em;
  font-size: 0.9em;
  margin-bottom: 1em;
  display: inline-block; }

.umami {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
  .umami .container {
    position: relative;
    z-index: 3; }

.dot-button {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-top: 1em; }
  .dot-button:before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    margin-right: 0.5em;
    background-color: #E30012;
    display: inline-block; }

.button {
  background-color: #E30012;
  color: #fff;
  padding: 0.7em 2em 0.8em;
  border-radius: 2em;
  display: inline-block; }
  .button.black {
    background-color: #0D0D0D; }

.caret-button {
  font-weight: 600;
  display: inline-flex;
  align-items: center; }
  .caret-button:before {
    content: '';
    margin-right: 1em;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.9em 0.5em 0;
    border-color: transparent #0D0D0D transparent transparent; }

.scroll {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%); }

@media screen and (min-width: 990px) {
  .tablet {
    display: none; } }
@media screen and (max-width: 990px) {
  .not-tablet {
    display: none; } }
@media screen and (min-width: 768px) {
  .mob {
    display: none; } }
@media screen and (max-width: 768px) {
  .desktop {
    display: none; } }

/*# sourceMappingURL=style.css.map */
