@charset "utf-8";

:root {
  --color: #555;
  --color01: #754c24;
  --color02: #bf272d;
  --color03: #dfc7ac;
  --color04: #603813;
  --color05: #a47c52;
  --color06: #ae9e87;
  --fontA1GR: "A1 Gothic R";
  --fontA1GM: "A1 Gothic M";
  --fontYG: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}

.slowcoffee_fp {
  background-image: url(../images/bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  box-sizing: content-box;
  color: var(--color);
  font-family: var(--fontA1GR);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.1em;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.slowcoffee_fp * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.slowcoffee_fp a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.slowcoffee_fp ul {
  padding-left: 0;
}

.slowcoffee_fp p {
  margin-top: 0;
  margin-bottom: 0;
}

.slowcoffee_fp img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.slowcoffee_fp .pc {
  display: block;
}

.slowcoffee_fp .sp {
  display: none;
}

/*----------------------------------
  base
----------------------------------*/
.slowcoffee-inner_fp {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/*----------------------------------
  slowcoffee-contents_fp
----------------------------------*/
.slowcoffee-contents_fp {
  margin-top: 138px;
}

/* slowcoffee-content__head_fp */
.slowcoffee-content__head_fp {
  position: relative;
}

.slowcoffee-content__head_fp .slowcoffee-content__title_fp {
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
  margin-top: 25px;
}

.slowcoffee-content__title_fp strong {
  color: #666;
  font-family: var(--fontA1GM);
  font-weight: 500;
}

/* slowcoffee-desc_fp */
.slowcoffee-desc_fp {
  margin-top: 65px;
}

.slowcoffee-desc__title_fp {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}

.slowcoffee-desc__item__wrap_fp {
  position: relative;
}

.slowcoffee-desc__item_fp {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slowcoffee-desc__item__cap_fp {
  font-size: 25px;
  line-height: 2;
}

.slowcoffee-coffee__deco_fp {
  opacity: 0.1;
  transition: 1s ease-in 0.5s;
}

.slowcoffee-coffee__deco_fp.active_fp {
  opacity: 1;
}

.slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-desc__item_fp {
  max-width: 750px;
  margin-top: 72px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-coffee__deco_fp {
  position: absolute;
  bottom: -10.405%;
  right: 7.436%;
  width: 110px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-desc__item__cap_fp {
  margin-top: 45px;
  text-align: center;
}

.slowcoffee-desc__item__wrap_fp:nth-child(2) .slowcoffee-desc__item_fp {
  max-width: 670px;
  margin-top: 125px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(2)::after {
  background-image: url(../images/deco_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 10px;
  right: 29.402%;
  height: 110px;
  width: 140px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(3) .slowcoffee-desc__item_fp {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 670px;
  margin-top: 44px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(3) .slowcoffee-coffee__deco_fp {
  position: absolute;
  top: -21.737%;
  left: 43.274%;
  mix-blend-mode: multiply;
  width: 162px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(3) .slowcoffee-desc__item__img_fp {
  width: 46.567%;
}

.slowcoffee-desc__item__wrap_fp:nth-child(4) .slowcoffee-coffee__deco_fp {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  width: 104px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(4) .slowcoffee-desc__item_fp {
  margin-top: 104px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(4) .slowcoffee-desc__item__cap_fp {
  color: var(--color01);
  text-align: center;
}

.slowcoffee-desc__item__wrap_fp:nth-child(5) .slowcoffee-desc__item_fp {
  margin-top: 55px;
  padding-top: 285px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slowcoffee-desc__item__wrap_fp:nth-child(5)::before {
  background-image: url(../images/deco_06.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 250px;
  width: 242px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(5) .slowcoffee-desc__item_fp::after {
  background-image: url(../images/deco_07.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 110px;
  left: 20px;
  height: 156px;
  width: 100px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(5) .slowcoffee-desc__item__cap_fp {
  text-align: center;
}

.slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-coffee__deco_fp {
  position: absolute;
  bottom: -13.109%;
  right: clamp(650px, 81.53vw, 954px);
  mix-blend-mode: multiply;
  width: 100px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-desc__item_fp {
  display: flex;
  justify-content: space-between;
  max-width: 678px;
  margin-top: 110px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-desc__item__img_fp {
  width: 45.723%;
}

.slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-coffee__deco_fp {
  position: absolute;
  bottom: -7.052%;
  right: 20.37%;
  mix-blend-mode: multiply;
  width: 194px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item_fp {
  display: flex;
  justify-content: space-between;
  max-width: 648px;
  margin-top: -92px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item__img_fp {
  width: 47.839%;
}

.slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item__cap_fp {
  margin-top: 130px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(8) .slowcoffee-coffee__deco_fp {
  position: absolute;
  top: 6px;
  right: 20px;
  mix-blend-mode: multiply;
  width: 92px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(8) .slowcoffee-desc__item_fp {
  margin-top: 100px;
  padding-top: 186px;
}

.slowcoffee-desc__item__wrap_fp:nth-child(8) .slowcoffee-desc__item__cap_fp {
  text-align: center;
}

.slowcoffee-desc__item__wrap_fp:nth-child(8)::before {
  background-image: url(../images/deco_11.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 153px;
  width: 256px;
}

/* slowcoffee-points_fp */
.slowcoffee-points_fp {
  margin-top: 86px;
  padding-bottom: 118px;
  position: relative;
}

.slowcoffee-points_fp::before {
  background-image: url(../images/deco_12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  height: 23px;
  width: 100%;
}

.slowcoffee-points_fp::after {
  background-image: url(../images/deco_12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 23px;
  width: 100%;
}

.slowcoffee-points__deco_fp {
  max-width: 182px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slowcoffee-points__title_fp {
  max-width: 538px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slowcoffee-points_fp .slowcoffee-points__title_fp::before {
  background-image: url(../images/deco_13.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(550px, 54.44vw, 637px);
  transform: translateY(-50%);
  height: 138px;
  width: 98px;
}

.slowcoffee-points_fp .slowcoffee-points__lead_fp {
  font-size: 25px;
  line-height: 2;
  margin-top: 38px;
  text-align: center;
}

.slowcoffee-points__lead_fp strong {
  font-family: var(--fontA1GM);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.slowcoffee-point_fp {
  max-width: 750px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slowcoffee-point_fp:nth-child(2)::before {
  background-image: url(../images/deco_14.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 0;
  right: -25.099%;
  height: 130px;
  width: 98px;
}

.slowcoffee-point_cap_fp {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}

.slowcoffee-point_fp:nth-child(2) .slowcoffee-point_img_fp {
  float: left;
  margin-right: 50px;
  margin-bottom: 10px;
  width: 41.6%;
}

.slowcoffee-point_mark_fp {
  background: linear-gradient(transparent 50%, #f0e900 50%);
}

/* slowcoffee-stories_fp */
.slowcoffee-stories_fp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 148px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1006px;
}

.slowcoffee-story_fp {
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  width: 47.217%;
}

.slowcoffee-story_fp:nth-child(odd)::after {
  background-image: url(../images/story-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  right: -7.173%;
  transform: translateY(-50%);
  height: 100%;
  width: 0.844%;
}

.slowcoffee-story_fp:hover {
  opacity: 0.7;
}

/* slowcoffee-map_fp */
.slowcoffee-map_fp {
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  max-width: 998px;
}

/* slowcoffee-item_fp */
.slowcoffee-item_fp {
  margin-top: 198px;
  position: relative;
}

.slowcoffee-item__cap_fp {
  position: absolute;
  top: 11.259%;
  left: 6.666%;
}

.slowcoffee-item__text_fp {
  font-family: var(--fontA1GM);
  font-size: clamp(13px, 2.22vw, 26px);
  letter-spacing: 0;
  line-height: 1.5;
}

.slowcoffee-item__new_fp {
  color: var(--color02);
  font-family: var(--fontA1GR);
}

.slowcoffee-item__price_fp {
  font-family: var(--fontA1GR);
  font-size: clamp(10px, 1.71vw, 20px);
  line-height: 2;
}

.slowcoffee-item__num_fp {
  font-size: clamp(13px, 2.22vw, 26px);
  line-height: 1.5;
}

.slowcoffee-item__label_fp {
  position: absolute;
  top: -7px;
  right: 21px;
  width: 12.75%;
}

/* slowcoffee-btn_fp */
.slowcoffee-btn_fp {
  margin-top: 50px;
  padding-top: 64px;
}

.slowcoffee-link_fp {
  align-items: center;
  background-color: var(--color01);
  border-radius: 45px;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 31px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  height: 2.9em;
  position: relative;
}

.slowcoffee-btn_fp .slowcoffee-link_fp:hover {
  color: #fff;
}

.slowcoffee-link_fp::before {
  background-image: url(../images/deco_15.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 17.777%;
  left: 7.647%;
  height: 134px;
  width: 103px;
}

/* slowcoffee-with_fp */
.slowcoffee-with__subtitle_fp {
  padding-top: 55px;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  position: relative;
}

.slowcoffee-with__subtitle_fp::before {
  -webkit-animation: wiggleAnimation 3s linear infinite;
  animation: wiggleAnimation 2s linear infinite;
  background-image: url(../images/deco_16.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 28px;
  width: 100%;
}

@-webkit-keyframes wiggleAnimation {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  25% {
    transform: translateX(-50%) rotate(5deg);
  }
  50% {
    transform: translateX(-50%) rotate(0);
  }
  75% {
    transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    transform: translateX(-50%) rotate(0);
  }
}

@keyframes wiggleAnimation {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  25% {
    transform: translateX(-50%) rotate(5deg);
  }
  50% {
    transform: translateX(-50%) rotate(0);
  }
  75% {
    transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    transform: translateX(-50%) rotate(0);
  }
}

.slowcoffee-with__title_fp {
  font-size: 55px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 22px;
}

.slowcoffee-with__title_fp span {
  font-size: 36px;
}

.slowcoffee-with__lead_fp {
  font-size: 25px;
  line-height: 2;
  text-align: center;
}

.slowcoffee-with__item_fp {
  margin-top: 70px;
}

.slowcoffee-with__cap_fp {
  color: #fff;
  font-size: 25px;
  line-height: 2;
  margin-top: 48px;
  text-align: center;
}

.slowcoffee-with__slider__wrap_fp {
  margin-top: 90px;
}

.slowcoffee-with__slider_fp {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.slowcoffee-with__slider_fp li {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.slowcoffee-with__slider_fp figcaption {
  margin-top: 3.125vw;
}

.slowcoffee-with__slider_fp p {
  text-align: center;
}

.slowcoffee-with__slider_fp .title {
  color: var(--color);
  font-family: var(--fontA1GM);
  font-size: clamp(13px, 2.22vw, 26px);
  line-height: 1.5;
  letter-spacing: 0;
}

.slowcoffee-with__slider_fp .set_name {
  color: var(--color);
  font-size: clamp(10px, 1.71vw, 20px);
  line-height: 2;
  letter-spacing: 0;
}

.slowcoffee-with__slider_fp .price {
  color: var(--color);
  font-size: clamp(13px, 2.22vw, 26px);
  line-height: 1.5;
}

.slowcoffee-with__01_fp {
  margin-top: 144px;
  padding-bottom: 108px;
  position: relative;
}

.slowcoffee-with__01_fp::after {
  border-bottom: 5px dashed #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.slowcoffee-with__01_fp .slowcoffee-with__subtitle_fp::before {
  background-image: url(../images/deco_16.svg);
}

.slowcoffee-with__02_fp {
  margin-top: 98px;
}

.slowcoffee-with__02_fp .slowcoffee-with__subtitle_fp::before {
  background-image: url(../images/deco_17.svg);
}

.slowcoffee-with__03_fp .slowcoffee-with__subtitle_fp::before {
  background-image: url(../images/deco_18.svg);
}

.slowcoffee-with__03_fp .slowcoffee-with__title_fp {
  color: #fff;
  margin-top: 26px;
}

.slowcoffee-with__03_fp .slowcoffee-with__lead_fp {
  color: #fff;
}

/* slowcoffee-otomo_fp */
.slowcoffee-otomo_fp {
  color: #fff;
  margin-top: 72px;
}

.slowcoffee-otomo__desc_fp {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}

.slowcoffee-otomo__title_fp {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.slowcoffee-otomo__text_fp {
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
}

.slowcoffee-otomo_fp .slowcoffee-otomo__subtitle_fp {
  color: var(--color03);
  font-size: 36px;
  line-height: 1.19;
  margin-top: 46px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}

.slowcoffee-otomo__subtitle_fp::before {
  background-image: url(../images/deco_19.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 300px;
}

.slowcoffee-otomo__items_fp {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.slowcoffee-otomo__item_fp {
  width: 29.915%;
}

.slowcoffee-otomo__cap_fp {
  margin-top: 34px;
}

.slowcoffee-otomo__name_fp {
  color: #fff;
  font-family: var(--fontA1GM);
  font-size: clamp(13px, 2.22vw, 26px);
  line-height: 1.5;
  text-align: center;
}

.slowcoffee-otomo__price_fp {
  color: #fff;
  font-size: clamp(10px, 1.71vw, 20px);
  line-height: 2;
  text-align: center;
}

.slowcoffee-otomo__num_fp {
  font-size: clamp(13px, 2.22vw, 26px);
}

.slowcoffee-otomo__btn_fp {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: clamp(12px, 2.05vw, 24px);
  letter-spacing: 0.08em;
  margin-top: 18px;
  max-width: 9.79em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.35em;
  padding-right: 1.35em;
  position: relative;
  height: 2.58em;
}

.slowcoffee-otomo__btn_fp::after {
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  height: 0.92em;
  top: 50%;
  right: 1.33em;
  transform: translateY(-50%);
  width: 1.25em;
}

.slowcoffee-otomo__link_fp:hover {
  color: #fff;
}

.slowcoffee-otomo__01_fp .slowcoffee-otomo__title_fp {
  max-width: 483px;
}

.slowcoffee-otomo__02_fp .slowcoffee-otomo__title_fp {
  max-width: 512px;
}

.slowcoffee-otomo__03_fp .slowcoffee-otomo__title_fp {
  max-width: 462px;
}

/* slowcoffee-content__01_fp */
#slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__head_fp {
  padding-top: 234px;
}

#slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__head_fp::before {
  background-image: url(../images/deco_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 238px;
  width: 288px;
}

#slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__subtitle_fp {
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}

#slowcoffee-content__01_fp .slowcoffee-content__inner__02_fp {
  margin-top: 86px;
}

/* slowcoffee-content__03_fp */
#slowcoffee-content__03_fp {
  background-image: url(../images/bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  margin-top: 90px;
  padding-bottom: 168px;
  position: relative;
  overflow: hidden;
  width: 100vw;
  z-index: 1;
}

#slowcoffee-content__03_fp::before,
#slowcoffee-content__03_fp::after {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#slowcoffee-content__03_fp::before {
  background-image: url(../images/part-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-top: 1.979%;
}

#slowcoffee-content__03_fp::after {
  background-color: var(--color01);
  height: 100%;
  margin-top: 1.979%;
}

#slowcoffee-content__03_fp .slowcoffee-content__inner_fp {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-top: 104px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  z-index: 1;
}

/*----------------------------------
  modal
----------------------------------*/
.open-modal {
  cursor: pointer;
}

.hidden {
  overflow: hidden;
}

.modal-container {
  background-image: url(../images/bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 208001;
  transition: all 0.5s 0s ease;
}

.hidden .modal-container::before {
  background-color: var(--color01);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
}

.modal-wrap {
  height: auto;
  max-height: 95vh;
  max-width: 710px;
  position: relative;
  width: 100%;
}

.modal-content {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  max-width: 100%;
  max-height: 95vh;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

.slowcoffee-modal_fp {
  display: none;
}

.modal-wrap.show .slowcoffee-modal_fp {
  border-radius: 15px;
  display: block;
  position: relative;
}

.modal-wrap.show .slowcoffee-modal_fp::before,
.modal-wrap.show .slowcoffee-modal_fp::after {
  background-image: url(../images/modal-border_02.webp);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  top: 22px;
  width: 11px;
}

.modal-wrap.show .slowcoffee-modal_fp::before {
  left: 0;
}

.modal-wrap.show .slowcoffee-modal_fp::after {
  right: 0;
}

.slowcoffee-modal__inner_fp::before,
.slowcoffee-modal__inner_fp::after {
  background-image: url(../images/modal-border_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  left: 0;
  height: 22px;
  width: 100%;
}

.slowcoffee-modal__inner_fp::before {
  top: 0;
}

.slowcoffee-modal__inner_fp::after {
  bottom: 0;
  transform: rotate(180deg);
}

.modal-container * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-container a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.modal-container ul {
  padding-left: 0;
}

.modal-container p {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

.modal-container img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.modal-close {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 36px;
  position: absolute;
  bottom: 40px;
  left: 46px;
  width: 100px;
  z-index: 99;
}

/* slowcoffee-story__modal_fp */
.slowcoffee-modal__content_fp {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 90px;
  width: 87.887%;
}

.slowcoffee-modal__head_fp {
  display: flex;
}

.slowcoffee-modal__head__cap_fp {
  flex-grow: 1;
}

.slowcoffee-modal__title__wrap_fp {
  display: flex;
}

.slowcoffee-modal__num_fp {
  margin-right: 28px;
  width: 64px;
}

.slowcoffee-modal__title_fp {
  align-items: center;
  background-image: url(../images/modal-deco_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  width: 230px;
}

.slowcoffee-modal__content_fp .slowcoffee-modal__blend_fp {
  color: var(--color01);
  font-family: var(--fontA1GM);
  font-size: 30px;
  margin-top: 18px;
  margin-left: 106px;
}

.slowcoffee-modal__blend__label_fp {
  font-size: 23px;
}

.slowcoffee-modal__blend__deco_fp {
  display: inline-block;
  margin-left: 10px;
  margin-right: 28px;
  width: 17px;
}

.slowcoffee-modal__blend__deco_fp img {
  width: 100%;
}

.slowcoffee-modal__content_fp .slowcoffee-modal__country_fp {
  background-image: url(../images/modal-border_03.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  color: var(--color01);
  font-family: var(--fontYG);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  margin-top: -1em;
  padding-left: 106px;
  padding-bottom: 22px;
}

.slowcoffee-modal__logo_fp {
  width: 130px;
}

.slowcoffee-modal__desc_fp {
  margin-top: 24px;
}

.slowcoffee-modal__desc__title_fp {
  color: var(--color);
  font-family: var(--fontA1GM);
  font-size: 23px;
}

.slowcoffee-modal__content_fp .slowcoffee-modal__desc__text_fp {
  font-family: var(--fontYG);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: justify;
}

.slowcoffee-modal__tsubuyaki_fp {
  margin-top: 26px;
}

.slowcoffee-tsubuyaki__title_fp {
  margin-left: auto;
  margin-right: auto;
  max-width: 174px;
}

.slowcoffee-tsubuyaki__inner_fp {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  position: relative;
}

.slowcoffee-tsubuyaki__items_fp {
  width: 28.711%;
}

.slowcoffee-tsubuyaki__pic_fp {
  margin-top: 12px;
}

.slowcoffee-tsubuyaki__cap_fp {
  width: 62.6%;
}

.slowcoffee-tsubuyaki__text_fp {
  background-color: #fff;
  background-image: linear-gradient(0deg, var(--color06) 1px, transparent 1px);
  background-size: 100% 1.77em;
  color: var(--color04);
  font-family: var(--fontYG);
  font-size: 18px;
  line-height: 1.77em;
  text-align: justify;
}

.slowcoffee-tsubuyaki__name_fp {
  color: var(--color04);
  font-family: var(--fontYG);
  font-size: 18px;
  line-height: 1.77;
  text-align: right;
}

.slowcoffee-modal__01_fp .slowcoffee-modal__logo_fp {
  width: 145px;
}

.slowcoffee-modal__02_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__02_fp .slowcoffee-tsubuyaki__pic_fp {
  margin-top: 43px;
}

.slowcoffee-modal__02_fp .slowcoffee-tsubuyaki__text_fp {
  font-size: 17px;
}

.slowcoffee-modal__03_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__03_fp .slowcoffee-tsubuyaki__inner_fp {
  padding-bottom: 195px;
}

.slowcoffee-modal__03_fp .slowcoffee-tsubuyaki__pic_fp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.147%;
}

.slowcoffee-modal__04_fp .slowcoffee-tsubuyaki__pic_fp {
  margin-top: 40px;
}

.slowcoffee-modal__05_fp .slowcoffee-modal__head_fp {
  align-items: flex-end;
}

.slowcoffee-modal__05_fp .slowcoffee-modal__logo_fp {
  width: 90px;
}

.slowcoffee-modal__05_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__06_fp .slowcoffee-tsubuyaki__pic_fp {
  width: 81.818%;
}

.slowcoffee-modal__06_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__07_fp .slowcoffee-tsubuyaki__text_fp {
  font-size: 17px;
}

.slowcoffee-modal__08_fp .slowcoffee-tsubuyaki__inner_fp {
  padding-bottom: 130px;
}

.slowcoffee-modal__08_fp .slowcoffee-modal__head_fp {
  align-items: flex-end;
}

.slowcoffee-modal__08_fp .slowcoffee-modal__logo_fp {
  width: 145px;
}

.slowcoffee-modal__08_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__08_fp .slowcoffee-tsubuyaki__pic_fp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56.803%;
}

.slowcoffee-modal__09_fp .slowcoffee-modal__logo_fp {
  width: 145px;
}

.slowcoffee-modal__10_fp .slowcoffee-tsubuyaki__pic_fp {
  margin-left: auto;
  margin-right: auto;
  width: 73.636%;
}

.slowcoffee-modal__11_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__12_fp .slowcoffee-modal__country_fp {
  margin-top: 0;
}

.slowcoffee-modal__12_fp .slowcoffee-modal__head_fp {
  align-items: flex-end;
}

/* slider */
.slick-prev,
.slick-next {
  background-image: url(../images/arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  display: none;
  top: 32%;
  height: 6.327%;
  width: 1.25%;
  z-index: 1;
}

.slick-next {
  right: 37.437%;
}

.slick-prev {
  left: 37.437%;
  transform: rotate(180deg);
}

.slick-prev.active,
.slick-next.active {
  display: block;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../images/arrow_02.svg);
}

/*----------------------------------
  sp
----------------------------------*/
@media not all and (min-width: 768px) {
  .fca_cat-hero .fca_container {
    padding-right: 0;
    padding-left: 0;
  }

  .slowcoffee_fp .pc {
    display: none;
  }

  .slowcoffee_fp .sp {
    display: block;
  }

  .slowcoffee_fp {
    margin: 0;
    width: 100%;
  }

  /* base */
  .slowcoffee-inner_fp {
    padding-left: 0;
    padding-right: 0;
  }

  /* slowcoffee-contents_fp */
  .slowcoffee-contents_fp {
    margin-top: 40px;
  }

  /* slowcoffee-content__head_fp */
  .slowcoffee-content__head_fp .slowcoffee-content__title_fp {
    font-size: 28px;
    margin-top: 13px;
  }

  /* slowcoffee-desc_fp */
  .slowcoffee-desc_fp {
    margin-top: 33px;
  }

  .slowcoffee-desc__title_fp {
    max-width: 321px;
  }

  .slowcoffee-desc__item__cap_fp {
    font-size: 13px;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-desc__item_fp {
    max-width: none;
    margin-top: 35px;
    width: 100%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-coffee__deco_fp {
    display: none;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(1) .slowcoffee-desc__item__cap_fp {
    margin-top: 23px;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(2) .slowcoffee-desc__item_fp {
    max-width: none;
    margin-top: 50px;
    width: 89.333%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(2)::after {
    top: auto;
    bottom: 35.263%;
    right: 17.333%;
    height: auto;
    padding-top: 14.6%;
    width: 18.4%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(3) .slowcoffee-desc__item_fp {
    justify-content: left;
    gap: 10px;
    max-width: none;
    margin-top: 20px;
    width: 91.333%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(3) .slowcoffee-coffee__deco_fp {
    top: -30px;
    left: 41.2%;
    width: 21.6%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(4) .slowcoffee-coffee__deco_fp {
    display: none;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(4) .slowcoffee-desc__item_fp {
    margin-top: 60px;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(5) .slowcoffee-desc__item_fp {
    margin-top: 25px;
    padding-top: 37.866%;
    width: 100%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(5)::before {
    height: auto;
    padding-top: 33.333%;
    width: 32.266%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(5) .slowcoffee-desc__item_fp::after {
    top: 23.333%;
    left: 9.6%;
    height: auto;
    padding-top: 20.533%;
    width: 13.333%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-coffee__deco_fp {
    display: none;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-desc__item_fp {
    justify-content: left;
    gap: 20px;
    max-width: none;
    margin-top: 56px;
    width: 90.666%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(6) .slowcoffee-desc__item__img_fp {
    flex-shrink: 0;
    width: 45.588%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-coffee__deco_fp {
    bottom: -10.776%;
    right: 25.066%;
    width: 25.866%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item_fp {
    align-items: flex-end;
    justify-content: right;
    gap: 5px;
    max-width: none;
    margin-top: -25px;
    width: 92.666%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item__img_fp {
    flex-shrink: 0;
    margin-bottom: 30px;
    width: 47.692%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(7) .slowcoffee-desc__item__cap_fp {
    margin-top: 0;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(8) .slowcoffee-coffee__deco_fp {
    display: none;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(8) .slowcoffee-desc__item_fp {
    margin-top: 50px;
    padding-top: 25.333%;
  }

  .slowcoffee-desc__item__wrap_fp:nth-child(8)::before {
    height: auto;
    padding-top: 20.533%;
    width: 34.133%;
  }

  /* slowcoffee-points_fp */
  .slowcoffee-points_fp {
    margin-top: 75px;
    padding-bottom: 11.466%;
  }

  .slowcoffee-points_fp::before {
    background-size: cover;
    margin-top: 10.4%;
    top: 0;
    height: auto;
    padding-top: 3.066%;
  }

  .slowcoffee-points_fp::after {
    background-size: cover;
    height: auto;
    padding-top: 3.066%;
  }

  .slowcoffee-points__deco_fp {
    max-width: none;
    width: 24.266%;
  }

  .slowcoffee-points__title_fp {
    max-width: 270px;
    margin-top: 15px;
  }

  .slowcoffee-points_fp .slowcoffee-points__title_fp::before {
    display: none;
  }

  .slowcoffee-points_fp .slowcoffee-points__lead_fp {
    font-size: 13px;
    margin-top: 18px;
  }

  .slowcoffee-points__lead_fp strong {
    font-size: 17px;
  }

  .slowcoffee-point_fp {
    max-width: none;
    margin-top: 26px;
  }

  .slowcoffee-point_fp:nth-child(2) {
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    width: 86.666%;
  }

  .slowcoffee-point_fp:nth-child(2)::before {
    display: none;
  }

  .slowcoffee-point_cap_fp {
    font-size: 13px;
  }

  .slowcoffee-point_fp:nth-child(2) .slowcoffee-point_img_fp {
    margin-right: 25px;
    margin-bottom: 16px;
    width: 48.148%;
  }

  /* slowcoffee-stories_fp */
  .slowcoffee-stories_fp {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 28px;
    width: 90.4%;
  }

  .slowcoffee-story_fp {
    margin-left: auto;
    margin-right: auto;
    width: 89.676%;
  }

  .slowcoffee-story_fp:nth-child(2) {
    padding-top: 12px;
  }

  .slowcoffee-story_fp:nth-child(odd)::after {
    display: none;
  }

  /* slowcoffee-map_fp */
  .slowcoffee-map_fp {
    margin-top: 50px;
    max-width: none;
  }

  /* slowcoffee-item_fp */
  .slowcoffee-item_fp {
    margin-top: 33px;
  }

  .slowcoffee-item__img_fp img {
    aspect-ratio: 125 / 92;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slowcoffee-item__cap_fp {
    top: 8.514%;
    left: 8.4%;
  }

  /* slowcoffee-btn_fp */
  .slowcoffee-btn_fp {
    margin-top: -3px;
    padding-top: 28px;
  }

  .slowcoffee-link_fp {
    font-size: 16px;
    max-width: 340px;
  }

  .slowcoffee-link_fp::before {
    height: 67px;
    width: 52px;
  }

  /* slowcoffee-with_fp */
  .slowcoffee-with__subtitle_fp {
    padding-top: 27px;
    max-width: 120px;
  }

  .slowcoffee-with__subtitle_fp::before {
    height: 14px;
  }

  .slowcoffee-with__title_fp {
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .slowcoffee-with__title_fp span {
    font-size: 18px;
  }

  .slowcoffee-with__lead_fp {
    font-size: 13px;
  }

  .slowcoffee-with__item_fp {
    margin-top: 36px;
    max-width: none;
  }

  .slowcoffee-with__cap_fp {
    font-size: 13px;
    margin-top: 26px;
  }

  .slowcoffee-with__slider__wrap_fp {
    margin-top: 45px;
  }

  .slowcoffee-with__slider_fp {
    width: 100%;
  }

  .slowcoffee-with__slider_fp li {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .slowcoffee-with__slider_fp figcaption {
    margin-top: 18px;
  }

  .slowcoffee-with__slider_fp .title {
    font-size: 13px;
  }

  .slowcoffee-with__slider_fp .set_name {
    font-size: 10px;
  }

  .slowcoffee-with__slider_fp .price {
    font-size: 13px;
  }

  .slowcoffee-with__01_fp {
    margin-top: 94px;
    padding-bottom: 43px;
  }

  .slowcoffee-with__01_fp::after {
    border-bottom: 3px dashed #fff;
  }

  .slowcoffee-with__02_fp {
    margin-top: 30px;
  }

  .slowcoffee-with__03_fp .slowcoffee-with__title_fp {
    margin-top: 15px;
  }

  /* slowcoffee-otomo_fp */
  .slowcoffee-otomo_fp {
    margin-top: 37px;
  }

  .slowcoffee-otomo__desc_fp {
    max-width: none;
    width: 90.4%;
  }

  .slowcoffee-otomo__title_fp {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .slowcoffee-otomo__text_fp {
    font-size: 13px;
  }

  .slowcoffee-otomo_fp .slowcoffee-otomo__subtitle_fp {
    font-size: 18px;
    margin-top: 25px;
    padding-top: 40px;
  }

  .slowcoffee-otomo__subtitle_fp::before {
    height: auto;
    padding-top: 2.666%;
    width: 40%;
  }

  .slowcoffee-otomo__items_fp {
    display: block;
    margin-top: 18px;
  }

  .slowcoffee-otomo__item_fp {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slowcoffee-otomo__cap_fp {
    margin-top: 20px;
  }

  .slowcoffee-otomo__name_fp {
    font-size: 13px;
  }

  .slowcoffee-otomo__price_fp {
    font-size: 10px;
  }

  .slowcoffee-otomo__num_fp {
    font-size: 13px;
  }

  .slowcoffee-otomo__btn_fp {
    display: none;
  }

  .slowcoffee-otomo__01_fp .slowcoffee-otomo__title_fp {
    max-width: 242px;
  }

  .slowcoffee-otomo__02_fp .slowcoffee-otomo__title_fp {
    max-width: 256px;
  }

  .slowcoffee-otomo__03_fp .slowcoffee-otomo__title_fp {
    max-width: 232px;
  }

  /* slowcoffee-content__01_fp */
  #slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__head_fp {
    padding-top: 33.066%;
  }

  #slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__head_fp::before {
    height: auto;
    padding-top: 32%;
    width: 38.4%;
  }

  #slowcoffee-content__01_fp .slowcoffee-content__inner__01_fp .slowcoffee-content__subtitle_fp {
    max-width: 164px;
  }

  #slowcoffee-content__01_fp .slowcoffee-content__inner__02_fp {
    margin-top: 80px;
  }

  /* slowcoffee-content__03_fp */
  #slowcoffee-content__03_fp {
    margin-top: 45px;
    padding-bottom: 84px;
  }

  #slowcoffee-content__03_fp::before {
    background-image: url(../images/part-bg_sp.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-top: 2.533%;
  }

  #slowcoffee-content__03_fp::after {
    margin-top: 2.533%;
  }

  #slowcoffee-content__03_fp .slowcoffee-content__inner_fp {
    padding-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  /* modal */
  .modal-wrap {
    max-height: 88vh;
    max-width: none;
    width: 91.733%;
  }

  .modal-content {
    border-radius: 7px;
    max-height: 88vh;
  }

  .modal-wrap.show .slowcoffee-modal_fp {
    border-radius: 7px;
  }

  .modal-wrap.show .slowcoffee-modal_fp::before,
  .modal-wrap.show .slowcoffee-modal_fp::after {
    height: calc(100% - 20px);
    top: 10px;
    width: 1.497%;
  }

  .slowcoffee-modal__inner_fp::before,
  .slowcoffee-modal__inner_fp::after {
    background-image: url(../images/modal-border_01_sp.webp);
    height: auto;
    padding-top: 2.994%;
    z-index: 2;
  }

  .modal-close {
    height: 23px;
    bottom: 22px;
    left: 22px;
    width: 63px;
  }

  /* slowcoffee-story__modal_fp */
  .slowcoffee-modal__content_fp {
    padding-top: 23px;
    padding-bottom: 62px;
    width: 85.756%;
  }

  .slowcoffee-modal__head_fp {
    align-items: flex-end;
  }

  .slowcoffee-modal__num_fp {
    margin-right: 18px;
    width: 40px;
  }

  .slowcoffee-modal__title_fp {
    background-position: center;
    font-size: 12px;
    width: 144px;
  }

  .slowcoffee-modal__content_fp .slowcoffee-modal__blend_fp {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: 15px;
    margin-left: 0;
  }

  .slowcoffee-modal__blend__label_fp {
    font-size: 14px;
  }

  .slowcoffee-modal__blend__deco_fp {
    margin-left: 6px;
    margin-right: 18px;
    width: 10px;
  }

  .slowcoffee-modal__content_fp .slowcoffee-modal__country_fp {
    font-size: 13px;
    margin-top: 13px;
    padding-left: 0;
    padding-bottom: 13px;
  }

  .slowcoffee-modal__logo_fp {
    width: 25.932%;
  }

  .slowcoffee-modal__desc_fp {
    margin-top: 15px;
  }

  .slowcoffee-modal__desc__title_fp {
    font-size: 15px;
  }

  .slowcoffee-modal__content_fp .slowcoffee-modal__desc__text_fp {
    font-size: 13px;
    margin-top: 10px;
  }

  .slowcoffee-modal__tsubuyaki_fp {
    margin-top: 33px;
  }

  .slowcoffee-tsubuyaki__title_fp {
    max-width: 110px;
  }

  .slowcoffee-tsubuyaki__inner_fp {
    margin-top: 12px;
  }

  .slowcoffee-tsubuyaki__items_fp {
    width: 37.415%;
  }

  .slowcoffee-tsubuyaki__pic_fp {
    margin-top: 16px;
  }

  .slowcoffee-tsubuyaki__cap_fp {
    width: 57.823%;
  }

  .slowcoffee-tsubuyaki__text_fp {
    font-size: 12px;
  }

  .slowcoffee-tsubuyaki__name_fp {
    font-size: 12px;
  }

  .slowcoffee-modal__01_fp .slowcoffee-modal__logo_fp {
    width: 28.911%;
  }

  .slowcoffee-modal__02_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__02_fp .slowcoffee-tsubuyaki__text_fp {
    font-size: 11px;
  }

  .slowcoffee-modal__02_fp .slowcoffee-tsubuyaki__name_fp {
    font-size: 11px;
  }

  .slowcoffee-modal__03_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__03_fp .slowcoffee-tsubuyaki__inner_fp {
    padding-bottom: 106px;
  }

  .slowcoffee-modal__04_fp .slowcoffee-tsubuyaki__pic_fp {
    margin-top: 26px;
  }

  .slowcoffee-modal__05_fp .slowcoffee-modal__logo_fp {
    width: 18.027%;
  }

  .slowcoffee-modal__05_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__06_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__07_fp .slowcoffee-tsubuyaki__text_fp {
    font-size: 11px;
  }

  .slowcoffee-modal__08_fp .slowcoffee-tsubuyaki__inner_fp {
    padding-bottom: 73px;
  }

  .slowcoffee-modal__08_fp .slowcoffee-modal__logo_fp {
    width: 28.814%;
  }

  .slowcoffee-modal__08_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__09_fp .slowcoffee-modal__logo_fp {
    width: 28.911%;
  }

  .slowcoffee-modal__11_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  .slowcoffee-modal__12_fp .slowcoffee-modal__country_fp {
    margin-top: 13px;
  }

  /* slider */
  .slick-prev,
  .slick-next {
    width: 3.2%;
  }

  .slick-next {
    right: 12%;
  }

  .slick-prev {
    left: 12%;
  }
}
