@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Noto Sans JP";
  -webkit-appearance: none;
  border-radius: 0; }

html, body {
  width: 100%;
  height: 100vh;
  color: #303030;
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  transition: all 0.1s linear; }

ul {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5rem; }

h1 {
  font-size: 2.0rem;
  line-height: 2.0rem; }

h2 {
  font-size: 1.5rem;
  line-height: 2.0rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h4, h5, h6 {
  font-size: 1.0rem;
  line-height: 1.5rem; }

table {
  border-collapse: collapse; }

td, input {
  font-family: "Noto Sans JP"; }

button {
  background: transparent;
  border: 0; }

button:hover {
  cursor: pointer; }

.dark-gray {
  background: #303030; }

.gray {
  background: #666666; }

.light-gray {
  background: #cccccc; }

.soft-gray {
  background: #eeeeee; }

.loader {
  z-index: 999999;
  background: white;
  position: fixed;
  width: 100%;
  height: 100%; }
  .loader .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loader svg {
    width: 176px;
    fill: #303030; }

a {
  color: #303030;
  text-decoration: none;
  transition: all 0.1s linear; }

.container {
  width: 100%;
  height: 100vh; }

#contents-menu {
  display: none; }

.contents-menu-wrapper {
  width: 100%; }

.contents-list {
  width: calc(100% - 80px);
  padding: 0 40px; }
  .contents-list li {
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center; }
    .contents-list li a {
      font-family: "Montserrat";
      font-weight: bold;
      box-shadow: 0 0 0 0 #303030 inset;
      line-height: 1rem;
      display: inline-block;
      padding: 0.25rem 0;
      margin: 0 0 0.25rem 0; }
      .contents-list li a:hover {
        box-shadow: 0 -2px 0 0 #303030 inset; }
      .contents-list li a::after {
        font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
        font-weight: 900;
        content: "\f101";
        margin: 0 0 0 0.5rem;
        line-height: 1rem;
        font-size: 0.8rem;
        vertical-align: middle; }
    .contents-list li p {
      font-size: 0.8rem; }
  .contents-list li:last-child {
    margin: 0 0 0 0;
    padding: 0 0 20px 0; }

.button-menu {
  display: block;
  width: 20px;
  transition: all 0.2s linear; }

.button-menu:hover {
  cursor: pointer; }

.button-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #303030;
  transition: all 0.2s linear;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.button-menu:before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  line-height: 5px;
  background: #303030;
  transition: all 0.2s linear;
  margin: 0 0 5px 0; }

.button-menu:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  line-height: 5px;
  background: #303030;
  transition: all 0.2s linear;
  margin: 5px 0 0 0; }

.button-active span {
  transform: translate(10px, 0);
  background: transparent; }

.button-active:before {
  transform: translate(0px, 7px) rotate(225deg); }

.button-active:after {
  transform: translate(0, -9px) rotate(135deg); }

.menu-icon {
  position: fixed;
  top: 39px;
  right: 40px;
  z-index: 5002; }

.slick-dots {
  bottom: 15px; }

.slick-dotted.slick-slider {
  margin: 0; }

.cover-slider,
.slick-list,
.slick-track,
.slick-slide {
  height: 100%; }

.slick-slide img {
  height: 100%; }

.cover-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover; }

.topdown {
  z-index: 5000;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .topdown a {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: thin;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    overflow: hidden; }
  .topdown span {
    display: block;
    animation-name: topdown;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

@media screen and (max-width: 30rem) {
  .topdown {
    z-index: 5000;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%); } }
@keyframes topdown {
  0% {
    margin: -10px 0 0 0;
    opacity: 0; }
  50% {
    margin: 0 0 0 0;
    opacity: 1; }
  100% {
    margin: 10px 0 0 0;
    opacity: 0; } }
.cover-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 80px 0; }
  .cover-slider-wrapper h1 {
    z-index: 5000;
    max-width: 400px;
    min-width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 30rem) {
    .cover-slider-wrapper h1 {
      z-index: 5000;
      max-width: 400px;
      min-width: 240px;
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .cover-slider-wrapper svg#logo {
    width: 100%;
    stroke: #ffffff;
    fill: #ffffff;
    stroke-width: 0;
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform: scale(1);
    animation-name: logo-animation;
    animation-duration: 5s; }

@keyframes logo-animation {
  0% {
    transform: scale(1.5);
    stroke-width: 1;
    stroke-dashoffset: 280;
    fill: transparent; }
  25% {
    stroke-width: 1;
    stroke-dashoffset: 280;
    fill: transparent; }
  75% {
    stroke-width: 1;
    fill: transparent; }
  100% {
    transform: scale(1);
    stroke-width: 0;
    stroke-dashoffset: 0;
    fill: #ffffff; } }
.slick-active {
  animation-name: cover-images;
  animation-delay: 0;
  animation-duration: 11s; }

@keyframes cover-images {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.lead-wrapper {
  width: 100%; }
  .lead-wrapper .lead-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto;
    padding: 80px 0;
    max-height: calc(100% - 160px); }
    .lead-wrapper .lead-text p.title {
      font-family: "Montserrat";
      font-size: 1.5rem;
      margin: 0 0 0 2rem; }
    .lead-wrapper .lead-text p.title span {
      font-family: "Noto Serif JP";
      font-weight: 400;
      font-size: 1rem;
      margin: 1rem 0 0 0; }
    .lead-wrapper .lead-text p.article {
      font-family: "Noto Serif JP";
      font-weight: 400;
      margin: 0 0 0 1rem;
      word-break: break-all; }

.wrapper {
  width: 100%;
  padding: 80px 0; }
  .wrapper .inner {
    max-width: calc(1280px - 160px);
    padding: 0 80px;
    margin: 0 auto; }
  @media screen and (max-width: 30rem) {
    .wrapper .inner {
      max-width: calc(100% - 2rem);
      padding: 0 1rem;
      margin: 0 auto; } }
  .wrapper h2 {
    font-family: "Montserrat";
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5rem; }
    .wrapper h2::after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background: #303030;
      margin: 40px auto; }
    .wrapper h2 span {
      margin: 0 0 0 1rem;
      font-size: 0.8rem; }
    @media screen and (max-width: 30rem) {
      .wrapper h2 span {
        margin: 0 0 0 0;
        font-size: 0.8rem;
        display: block; } }

.instafeed-wrapper {
  margin: 0 0 40px 0; }

ul#instafeed {
  display: flex;
  flex-wrap: wrap; }
  ul#instafeed li {
    position: relative;
    width: calc(100% / 3 - 0.5rem);
    margin: 0.25rem;
    overflow: hidden; }
  ul#instafeed a:hover span {
    opacity: 1;
    padding: 0.8rem 1.6rem; }
  ul#instafeed a:hover img {
    transform: scale(1.05);
    filter: blur(2px); }
  ul#instafeed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear; }
  ul#instafeed span {
    font-family: "Montserrat";
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    font-weight: bold;
    color: #eb3b5a;
    background: #ffffff;
    text-align: center;
    transition: all 0.2s linear;
    padding: 0; }
  @media screen and (max-width: 30rem) {
    ul#instafeed span {
      display: none; } }

.instagram-link {
  text-align: center; }
  .instagram-link a {
    font-family: "Montserrat";
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 0 3.2rem;
    line-height: 56px;
    height: 56px;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    display: inline-block; }
    .instagram-link a::before {
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: 900;
      content: "\f16d";
      margin: 0 0.5rem 0 0; }
    .instagram-link a:hover {
      box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.7);
      background: linear-gradient(135deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%); }

.shop-info {
  width: 100%;
  overflow-x: scroll;
  margin: 0 0 40px 0; }
  .shop-info table {
    width: 100%; }
    .shop-info table tr:nth-child(even) {
      background: #eeeeee; }
    .shop-info table td {
      padding: 5px 10px;
      font-size: 0.8rem;
      white-space: nowrap; }

/*
.how-to-content {
display:flex;
margin:0 0 64px 0;
}

@media screen and (max-width:30rem) {
.how-to-content {
display:block;
margin:0 0 40px 0;
}
}

.how-to-content:nth-child(even) {
flex-direction:row-reverse;
}

.makes-flavor-article {
width:calc(60% - 2rem);
color:$dark-gray;
background:$white;

h3 {
font-weight:bold;
margin:0 0 1rem 0;
padding:0 0 0 0.8rem;
border-left:3px solid $dark-gray;

span {
font-size:0.8rem;
display:block;
}
}

p {
font-size:0.8rem;
letter-spacing:1px;
line-height:1.5rem;
}

}

@media screen and (max-width:30rem) {
.makes-flavor-article {
width:100%;
color:$dark-gray;
background:$white;
}
}

.makes-flavor-article:nth-child(odd) {
margin:0 2rem 0 0;
}

@media screen and (max-width:30rem) {
.makes-flavor-article:nth-child(odd) {
margin:0 0 0 0;
}
}

.makes-flavor-image:nth-child(even) {
margin:0 2rem 0 0;
}

@media screen and (max-width:30rem) {
.makes-flavor-image:nth-child(even) {
margin:0 0 0 0;
}
}

.makes-flavor-image {
width:40%;

img {
width:100%;
height:100%;
object-fit:cover;
}
}

@media screen and (max-width:30rem) {
.makes-flavor-image {
width:100%;
}
}
*/
.how-to-content {
  display: flex;
  max-width: calc(1280px - 160px);
  padding: 240px 80px;
  margin: 0 auto 40px auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.1s linear; }
  .how-to-content:hover {
    box-shadow: 0px 2.5px 5px 2.5px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 30rem) {
  .how-to-content {
    display: block;
    max-width: calc(1280px - 80px);
    padding: 160px 40px;
    margin: 0 auto 40px auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.1s linear;
    background-size: cover; } }
.how-to-content:nth-child(odd) {
  flex-direction: row-reverse; }

.makes-flavor-article {
  width: calc(100% / 2);
  color: #303030; }
  .makes-flavor-article h3 {
    font-family: "Montserrat";
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0 0 0 0.8rem;
    border-left: 3px solid #ffffff;
    color: #ffffff; }
    .makes-flavor-article h3 span {
      font-size: 0.8rem;
      display: block;
      color: #ffffff; }
  .makes-flavor-article p {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: #ffffff; }

@media screen and (max-width: 30rem) {
  .makes-flavor-article {
    width: 100%;
    color: #303030; } }
.reserve-link-container {
  width: 90%;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 30rem) {
  .reserve-link-container {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center; } }
.reserve-link {
  text-align: center;
  padding: 1rem 0.5% 0; }
  .reserve-link a {
    background: #22a6b3;
    padding: 0 3.2rem;
    max-width: 300px;
    width: 100%;
    line-height: 56px;
    height: 56px;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    display: inline-block; }
    .reserve-link a::before {
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: 900;
      content: "\f017";
      margin: 0 0.5rem 0 0; }
    .reserve-link a:hover {
      box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.7);
      background: #22a6b3; }

@media screen and (max-width: 30rem) {
  .reserve-link a {
    width: 60%; } }
footer {
  background: #303030;
  margin: 80px 0 0 0;
  padding: 40px 0; }

.footer-inner {
  max-width: calc(1280px - 160px);
  padding: 0 80px;
  margin: 0 auto;
  display: flex; }
  .footer-inner .footer-logo,
  .footer-inner .footer-address {
    padding: 0px 40px;
    color: #666666;
    font-size: 0.8rem; }

.footer-address {
  width: 80%;
  border-left: 1px dotted #666666; }

@media screen and (max-width: 30rem) {
  .footer-address {
    display: none; } }
.footer-logo {
  min-width: 136px; }
  .footer-logo svg {
    fill: #666666; }

@media screen and (max-width: 30rem) {
  .footer-logo {
    width: 100%; } }
