@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

p {
  margin: 0 0 1rem;
  font-size: 14px;
  letter-spacing: 0.05rem;
}
@media screen and (min-width:992px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}

a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.4;
}

h1 {
  font-size: 1.75rem;
}
@media screen and (min-width:992px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width:992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.4rem;
}
@media screen and (min-width:992px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media screen and (min-width:992px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}
@media screen and (min-width:992px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width:992px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  aspect-ratio: attr(width)/attr(height);
}

.section-title {
  font-size: 34px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #9c7f4b;
  font-weight: 100;
}
@media screen and (min-width:992px) {
  .section-title {
    font-size: 66px;
  }
}
.section-title__desc {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .section-title__desc {
    font-size: 22px;
  }
}

.section-title-matcha {
  font-size: 34px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #a6d3c8;
  font-weight: 100;
}
@media screen and (min-width:992px) {
  .section-title-matcha {
    font-size: 66px;
  }
}
.section-title-matcha__desc {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .section-title-matcha__desc {
    font-size: 22px;
  }
}

.frame {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width:992px) {
  .frame {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.frame.is-shop {
  color: #fff;
  text-shadow: 0px 1px 1px #000;
  background-position: 50% 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/mobile/home/hero-2.jpg);
}
@media screen and (min-width:992px) {
  .frame.is-shop {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 210px;
    padding-bottom: 210px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame.is-shop {
    background-image: url(../images/mobile/home/hero-2@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .frame.is-shop {
    background-image: url(../images/home/hero-2.jpg);
  }
}
.frame.is-img {
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url(../images/mobile/bg-white.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame.is-img {
    background-image: url(../images/mobile/bg-white@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .frame.is-img {
    background-position: left -15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/bg-white.jpg);
  }
}
.frame.is-black {
  background-color: #000;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/mobile/bg-black.jpg);
  color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame.is-black {
    background-image: url(../images/mobile/bg-black@2x.jpg);
  }
}
@media screen and (min-width:576px) {
  .frame.is-black {
    background-image: url(../images/mobile/bg-black@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .frame.is-black {
    background-size: 80%;
    background-image: url(../images/bg-black.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.frame.is-black .section-title {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.frame.is-secondary {
  background-color: #f5f7f9;
  border: 1px solid #e9eaec;
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url(../images/mobile/bg-secondary.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame.is-secondary {
    background-image: url(../images/mobile/bg-secondary@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .frame.is-secondary {
    background-position: left -15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/bg-secondary.jpg);
  }
}
.frame.is-mobile {
  border: 0px;
  padding: 0px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.round-border {
  border-radius: 0.25rem;
  border: 1px solid #868e96;
}

.pt-header {
  padding-top: 70px;
}
@media screen and (min-width:992px) {
  .pt-header {
    padding-top: 60px;
  }
}

.text-danger {
  color: #dc3545 !important;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.header-global {
  width: 100%;
  z-index: 200;
  text-align: center;
  background: rgba(255, 255, 255, 0.958);
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: fixed;
}
@media screen and (min-width:992px) {
  .header-global {
    padding: 0;
  }
}
@media screen and (min-width:1200px) {
  .header-global {
    text-align: left;
  }
}
.header-global__contents {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
@media screen and (min-width:992px) {
  .header-global__contents {
    height: 70px;
  }
}
.header-global__logo img {
  width: 180px;
  aspect-ratio: 4.441597;
}
@media screen and (min-width:992px) {
  .header-global__logo img {
    width: 208px;
  }
}

.nav-global__list {
  display: flex;
  align-items: center;
}
.nav-global__item {
  display: none;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width:1200px) {
  .nav-global__item {
    display: inline-block;
    font-size: 12px;
  }
}
.nav-global__item a {
  padding: 13px 10px 10px;
  color: #212529;
  text-decoration: none;
}
.nav-global__item__trigger {
  display: inline-block;
}
.nav-global__item__trigger a {
  padding: 0 !important;
}
.nav-global__item__trigger a img {
  width: 32px;
  height: 28px;
}
@media screen and (min-width:1200px) {
  .nav-global__item__trigger {
    display: none;
  }
}
.nav-global__item.is-btn a {
  display: inline-block;
  height: 70px;
  font-size: 16px;
  color: #FFF;
  padding: 10px 30px;
  margin-left: 10px;
  font-weight: 300;
  border-radius: 0;
  line-height: 1.6;
  letter-spacing: 1.4px;
  transition: background-color 0.3s;
}
.nav-global__item.is-btn a span {
  font-size: 12px;
  letter-spacing: 2px;
}

#lang-dropdown {
  display: inline-block;
  position: relative;
  width: 186px;
  height: 24px;
}
#lang-dropdown ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 186px;
  height: 24px;
  overflow-y: hidden;
}
#lang-dropdown ul:hover {
  height: 96px;
  overflow-y: unset;
}
#lang-dropdown ul:hover li.current span {
  background-color: #dee2e6;
}
#lang-dropdown ul li {
  width: 100%;
}
#lang-dropdown ul li.jp {
  order: 2;
}
#lang-dropdown ul li.en {
  order: 3;
}
#lang-dropdown ul li.vi {
  order: 4;
}
#lang-dropdown ul li.km {
  order: 5;
}
#lang-dropdown ul li.current {
  order: 1 !important;
}
#lang-dropdown ul li.current::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
  cursor: pointer;
}
#lang-dropdown ul li a, #lang-dropdown ul li span {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border: 1px solid #adb5bd;
  background-color: #fff;
}
#lang-dropdown ul li a:hover, #lang-dropdown ul li span:hover {
  background-color: #dee2e6;
}

.bottom-line {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.bottom-line img {
  width: 160px;
}
@media screen and (min-width:1200px) {
  .bottom-line img {
    width: 200px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.64rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.btn:hover {
  text-decoration: none !important;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.btn-sm {
  padding: 5px 15px;
  font-size: 10px;
  font-weight: bold;
}

.btn-lg {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-cart {
  font-size: 16px;
}
@media screen and (min-width:992px) {
  .btn-cart {
    font-size: 20px;
    line-height: 50px;
    padding: 25px 60px 25px 80px;
  }
}
.btn-cart::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background-image: url(../images/home/001-add-to-cart.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .btn-cart::after {
    width: 50px;
    height: 50px;
  }
}

.btn-primary {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.btn-outline-primary {
  color: #000 !important;
  background-color: transparent;
  border: 1px solid #000;
}
.btn-outline-primary:hover {
  color: white !important;
  background-color: #000;
  border-color: #000;
}

.btn-success {
  background-color: #9c7f4b;
  color: #fff !important;
  border: #9c7f4b;
}
.btn-success:hover {
  color: white !important;
  background-color: #826a3f;
  border-color: #9c7f4b;
}

.btn-outline-success {
  background-color: transparent;
  color: #9c7f4b !important;
  border: 1px solid #9c7f4b;
}
.btn-outline-success:hover {
  color: white !important;
  background-color: #9c7f4b;
  border-color: #9c7f4b;
}

.btn-secondary {
  color: #fff !important;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-fb {
  background: #3B5998;
  color: #fff !important;
  border: 1px solid #283d68;
}
.btn-fb:hover {
  opacity: 0.8;
}

.m-row > .m-row, .m-row > [class*=col] {
  padding-right: 15px;
  padding-left: 15px;
}

.m-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.m-row > * {
  width: 100%;
  max-width: 100%;
}

.row-all-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-all-10 > .row-10, .row-all-10 > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-all-15 {
  margin-left: -7px;
  margin-right: -7px;
}

.row-all-15 > .row-15, .row-all-15 > [class*=col] {
  padding-right: 7px;
  padding-left: 7px;
}

@media (max-width: 1199.98px) {
  .row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10 > .row-10, .row-10 > [class*=col] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-inline {
  align-items: center;
}

@media screen and (min-width:768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width:992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width:1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.d-flex {
  display: flex !important;
}

.justify-content-end {
  justify-content: flex-end;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.modal-sidebar {
  position: fixed;
  z-index: 1500;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.958);
  transition: right 0.4s cubic-bezier(0.15, 0.69, 0.55, 0.89);
}
.modal-sidebar__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-sidebar__headline {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
}
.modal-sidebar__headline__title {
  font-size: 16px;
}
.modal-sidebar__headline__close a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.modal-sidebar__headline__close a:hover {
  text-decoration: underline;
}
.modal-sidebar__list {
  margin: 0;
  padding: 0;
}
.modal-sidebar__item {
  font-size: 14px;
}
.modal-sidebar__item a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #212529;
  position: relative;
}
.modal-sidebar__reservation {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-sidebar__link {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  background-color: #9c7f4b;
}
.modal-sidebar__shopinfo {
  padding: 1rem;
}
.modal-sidebar__shopinfo__name {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.modal-sidebar__shopinfo__description {
  font-size: 13px;
}

.quitter {
  font-size: 13px;
  text-decoration: underline;
  margin: 0;
}

body {
  position: relative;
}/*# sourceMappingURL=fcp.css.map */