.mask-black::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.keyvisual {
  position: relative;
  height: 650px;
}

.keyvisual-forward-img {
  display: block;
  position: absolute;
  right: 10px;
  bottom: -100px;
  z-index: 0;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .keyvisual-forward-img {
    right: -25px;
    bottom: -150px;
  }
}

.keyvisual-forward-img-animated {
  -webkit-animation: move-keyvisual-forward 1s infinite alternate ease-in-out;
  animation: move-keyvisual-forward 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move-keyvisual-forward {
  from {
    -webkit-transform: translateY(0) rotate(25deg) scale(1.2);
    transform: translateY(0) rotate(25deg) scale(1.2);
  }
  to {
    -webkit-transform: translateY(20px) rotate(25deg) scale(1.2);
    transform: translateY(20px) rotate(25deg) scale(1.2);
  }
}

@keyframes move-keyvisual-forward {
  from {
    -webkit-transform: translateY(0) rotate(25deg) scale(1.2);
    transform: translateY(0) rotate(25deg) scale(1.2);
  }
  to {
    -webkit-transform: translateY(20px) rotate(25deg) scale(1.2);
    transform: translateY(20px) rotate(25deg) scale(1.2);
  }
}
.keyvisual-middle-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .keyvisual-middle-img {
    left: -95px;
  }
}

.keyvisual-middle-img-animated {
  -webkit-animation: move-keyvisual-middle 0.8s infinite alternate ease-in-out;
  animation: move-keyvisual-middle 0.8s infinite alternate ease-in-out;
}

@-webkit-keyframes move-keyvisual-middle {
  from {
    -webkit-transform: translateY(20px) rotate(-20deg) scale(0.8);
    transform: translateY(20px) rotate(-20deg) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0) rotate(-20deg) scale(0.8);
    transform: translateY(0) rotate(-20deg) scale(0.8);
  }
}

@keyframes move-keyvisual-middle {
  from {
    -webkit-transform: translateY(20px) rotate(-20deg) scale(0.8);
    transform: translateY(20px) rotate(-20deg) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0) rotate(-20deg) scale(0.8);
    transform: translateY(0) rotate(-20deg) scale(0.8);
  }
}
.keyvisual-back-img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 0;
  margin: auto;
}

.keyvisual-back-img-animated {
  -webkit-animation: move-keyvisual-back 1.5s infinite alternate ease-in-out;
  animation: move-keyvisual-back 1.5s infinite alternate ease-in-out;
}

@-webkit-keyframes move-keyvisual-back {
  from {
    -webkit-transform: translateY(0) rotate(15deg) scale(0.5);
    transform: translateY(0) rotate(15deg) scale(0.5);
  }
  to {
    -webkit-transform: translateY(20px) rotate(15deg) scale(0.5);
    transform: translateY(20px) rotate(15deg) scale(0.5);
  }
}

@keyframes move-keyvisual-back {
  from {
    -webkit-transform: translateY(0) rotate(15deg) scale(0.5);
    transform: translateY(0) rotate(15deg) scale(0.5);
  }
  to {
    -webkit-transform: translateY(20px) rotate(15deg) scale(0.5);
    transform: translateY(20px) rotate(15deg) scale(0.5);
  }
}
.lead-img-wrap {
  height: 340px;
  overflow: hidden;
}

.lead-forward-img {
  display: block;
  position: absolute;
  top: 30px;
  left: 140px;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
@media (max-width: 576px) {
  .lead-forward-img {
    left: 90px;
    width: 300px;
    height: auto;
  }
}

.lead-forward-img-animated {
  -webkit-animation: move-lead-forward 1s infinite alternate ease-in-out;
  animation: move-lead-forward 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move-lead-forward {
  from {
    -webkit-transform: translateY(0) rotate(20deg) scale(1);
    transform: translateY(0) rotate(20deg) scale(1);
  }
  to {
    -webkit-transform: translateY(20px) rotate(20deg) scale(1);
    transform: translateY(20px) rotate(20deg) scale(1);
  }
}

@keyframes move-lead-forward {
  from {
    -webkit-transform: translateY(0) rotate(20deg) scale(1);
    transform: translateY(0) rotate(20deg) scale(1);
  }
  to {
    -webkit-transform: translateY(20px) rotate(20deg) scale(1);
    transform: translateY(20px) rotate(20deg) scale(1);
  }
}
.lead-back-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 240px;
  bottom: 0;
  z-index: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .lead-back-img {
    left: -20px;
  }
}

.lead-back-img-animated {
  -webkit-animation: move-lead-back 1s infinite alternate ease-in-out;
  animation: move-lead-back 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move-lead-back {
  from {
    -webkit-transform: translateY(10px) rotate(-20deg) scale(0.7);
    transform: translateY(10px) rotate(-20deg) scale(0.7);
  }
  to {
    -webkit-transform: translateY(0) rotate(-20deg) scale(0.7);
    transform: translateY(0) rotate(-20deg) scale(0.7);
  }
}

@keyframes move-lead-back {
  from {
    -webkit-transform: translateY(10px) rotate(-20deg) scale(0.7);
    transform: translateY(10px) rotate(-20deg) scale(0.7);
  }
  to {
    -webkit-transform: translateY(0) rotate(-20deg) scale(0.7);
    transform: translateY(0) rotate(-20deg) scale(0.7);
  }
}
.service-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.sample-area-border {
  border-right: solid 1px;
}
@media (max-width: 768px) {
  .sample-area-border {
    border-right: 0;
    border-bottom: solid 1px;
  }
}

html {
  scroll-behavior: smooth;
}

*:focus {
  outline: none !important;
}

.z-index-1 {
  z-index: 1;
}

.text-link-primary {
  color: #252525 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.text-link-primary:hover {
  color: #6f5337 !important;
}

.btn-line {
  color: #ffffff !important;
  background-color: #07b53b;
}

.btn-line:hover, .btn-line:active {
  color: #ffffff !important;
  background-color: #000000;
}

.fs-lead {
  font-size: 32px;
}
@media (max-width: 576px) {
  .fs-lead {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .fs-sm-large {
    font-size: 18px !important;
  }
}

@media (max-width: 576px) {
  .fs-sm-default {
    font-size: 15px !important;
  }
}

.page-title {
  font-size: 80px;
}
@media (max-width: 576px) {
  .page-title {
    font-size: 45px;
  }
}

.voice-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 75%;
  height: 100%;
  background-color: #f8f3eb;
}

.trading-performance-splide .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  overflow: hidden;
}
.trading-performance-splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.trading-performance-splide .splide__arrow svg {
  display: none;
}

.trading-performance__img {
  width: auto;
  height: 100px !important;
}

.instagram-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #ddc499;
  border-radius: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.instagram-more img {
  width: 10px;
  height: 12px;
}
.instagram-more:hover {
  background-color: #ddc499;
}

.splide__arrow:disabled {
  display: none;
}

.instagram-splide .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  overflow: hidden;
  text-align: center;
}
.instagram-splide .splide__slide a {
  height: 100%;
}
.instagram-splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__arrow {
  width: 50px !important;
  height: 50px !important;
  background-color: #000 !important;
  opacity: 1 !important;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}
.splide__arrow:hover {
  opacity: 0.7 !important;
}

.splide__arrow--next {
  right: -1rem !important;
}
@media (min-width: 1140px) {
  .splide__arrow--next {
    right: -25px !important;
  }
}
.splide__arrow--next::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url(/img/cafe/arrow_white.svg) no-repeat;
  background-size: contain;
  margin-left: 1px;
}

.splide__arrow--prev {
  left: -1rem !important;
}
@media (min-width: 1140px) {
  .splide__arrow--prev {
    left: -25px !important;
  }
}
.splide__arrow--prev::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url(/img/cafe/arrow_white.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-right: 1px;
}

@media (min-width: 993px) {
  .ranking-mug-splide .splide__arrow--next,
  .ranking-cup-saucer-splide .splide__arrow--next,
  .ranking-plate-splide .splide__arrow--next,
  .ranking-mug-splide .splide__arrow--prev,
  .ranking-cup-saucer-splide .splide__arrow--prev,
  .ranking-plate-splide .splide__arrow--prev {
    display: none;
  }
}

.splide__arrow svg {
  display: none;
}

.faq__question {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 20px;
}
.faq__question::before {
  content: "Q.";
  position: absolute;
  top: 10px;
  left: 15px;
}

.faq__answer {
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 10px;
  left: 15px;
}

.text-cta {
  color: #ee3333;
}

.btn-bottom-arrow-dark {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 50rem;
  background: #252525;
  background-image: url(/img/sample/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container-small {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
}

@media (max-width: 768px) {
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.top-20 {
  top: 20px;
}

.top-0 {
  top: 0;
}

@media (max-width: 768px) {
  .top-md-40 {
    top: 40px;
  }
  .top-md-80 {
    top: 80px;
  }
}
.right-20 {
  right: 20px;
}

.right-0 {
  right: 0;
}

.-right-55 {
  right: -55px;
}

@media (max-width: 576px) {
  .-right-sm-10 {
    right: -10px;
  }
}

.bottom-0 {
  bottom: 0;
}