@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root {
  --black: #202020;
  --color--1: #27adcc;
  --color--2: #f77500;
  --font--1: "Montserrat", sans-serif;
  --font--2: "Aoto Gothic Medium";
  --font--3: "Aoto Gothic Regular";
  --font--4: "Aoto Gothic Light";
  --font--5: "Aoto Gothic Bold";
  --exlight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
}

.fca_page-shop-home__body {
  overflow: hidden;
}

.fca_page-shop-home__aside {
  display: none;
}

.fca_shop-nav-sp__contents * {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fca_section_fl * {
  line-height: 1;
  list-style: none;
  margin: 0;
}

.fca_section_fl ul {
  padding: 0;
}

.hover_fl {
  transition: 0.2s ease;
}

.hover_fl:hover {
  opacity: .7;
}

.fca_section_fl {
  box-sizing: content-box;
  font-feature-settings: normal;
  font-family: var(--font--3);
  font-weight: normal;
}

.fca_section_fl h1,
.fca_section_fl h2,
.fca_section_fl h3,
.fca_section_fl h4,
.fca_section_fl h5 {
  font-family: var(--font--3);
  font-weight: normal;
}

.fca_section__image_fl {
  height: auto;
  width: 100%;
}

.fca_section__en_fl {
  font-family: var(--font--1);
  font-weight: var(--exlight);
}

.fca_section_fl .fca_section__header__title_fl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-family: var(--font--2);
  letter-spacing: .25em;
  margin-bottom: 32px;
  margin-bottom: 8.533333333%;
}

.fca_section__header__en_fl {
  display: flex;
  font-size: 45px;
  letter-spacing: .25em;
  padding-top: 10px;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl {
  -webkit-animation: float_anime 2.5s ease-in-out forwards;
  animation: float_anime 2.5s ease-in-out forwards;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__01_fl {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__02_fl {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__03_fl {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__04_fl {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__05_fl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__06_fl {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__07_fl {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__08_fl {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.fca_section__header__en_fl.active .fca_section__header__anime_fl.anime__09_fl {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes float_anime {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes float_anime {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.fca_section__label_fl {
  font-size: 12px;
  line-height: 1.66666666;
  margin-top: 10px;
}

.fca_section__cost_fl {
  font-family: var(--font--5);
  font-size: 15px;
  margin-top: 10px;
}

.fca_section__link_fl {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.fca_section__btn_fl {
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 10.666666666%;
  width: 64.533333333%;
}

.fca_section__btn__link_fl {
  border: 1px solid var(--black);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font--2);
  font-size: 13px;
  font-weight: var(--medium);
  line-height: 1.4;
  letter-spacing: .12em;
  height: 55px;
  text-align: center;
  text-decoration: none !important;
}

.fca_section__btn__arrow_fl {
  background-color: var(--black);
  border-radius: 50%;
  height: 20px;
  position: relative;
  width: 20px;
}

.fca_section__btn__arrow_fl::before,
.fca_section__btn__arrow_fl::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 3.5px);
  width: 7.2px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.fca_section__btn__arrow_fl::before {
  transform: rotate(51.35deg);
}

.fca_section__btn__arrow_fl::after {
  transform: rotate(-51.35deg);
}

.check-more_fl {
  margin-top: 40px;
  margin-top: 10.666666666%;
  text-align: center;
}

.check-more__link_fl {
  font-size: 15px;
  font-weight: var(--regular);
  letter-spacing: 0.05em;
  padding-right: 20px;
  padding-left: 7px;
  padding-bottom: 7px;
  position: relative;
  text-decoration: none !important;
}

.check-more__link_fl::before {
  border-radius: 9999px;
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  width: 15px;
}

.check-more__link_fl::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.swiper-pages .swiper-button-next,
.swiper-pages .swiper-button-prev {
  background-image: none;
}

.swiper-pages .swiper-button-next,
.swiper-pages .swiper-button-prev {
  background-image: none;
  background-color: rgb(255 255 255 / 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
  border-radius: 50%;
  height: 77px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
}

.swiper-pages .swiper-button-next {
  right: -38px;
}

.swiper-pages .swiper-button-prev {
  left: -38px;
  transform: translateY(-50%) rotate(180deg);
}

.swiper-pages .swiper-button-next::before,
.swiper-pages .swiper-button-next::after,
.swiper-pages .swiper-button-prev::before,
.swiper-pages .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 20.5px);
  width: 13.4px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.swiper-pages .swiper-button-next::before,
.swiper-pages .swiper-button-prev::before {
  transform: rotate(43.35deg);
}

.swiper-pages .swiper-button-next::after,
.swiper-pages .swiper-button-prev::after {
  transform: rotate(-43.35deg);
}

.fca_section__pagination_fl.swiper-horizontal>.swiper-pagination-bullets,
.fca_section__pagination_fl.swiper-pagination-bullets.swiper-pagination-horizontal,
.fca_section__pagination_fl.swiper-pagination-custom,
.fca_section__pagination_fl.swiper-pagination-fraction {
  bottom: 0;
}

.fca_section__pagination_fl.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.fca_section__pagination_fl.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 12px;
  margin-right: 12px;
}

.fca_section__pagination_fl .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #7F7F7F;
  height: 5px;
  width: 5px;
}

.fca_section__pagination_fl .swiper-pagination-bullet-active {
  background-color: #7F7F7F;
}

.fca_section__btn_fl {
  margin-inline: auto;
}

.fca_section__open_fl {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.fca_section__open_fl::before,
.fca_section__open_fl::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
}

.fca_section__open_fl::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.selected .fca_section__open_fl::after {
  transform: translate(-50%, -50%);
}

.c_size_body_fl {
  margin-inline: auto;
  margin-bottom: 30px;
  position: relative;
  width: 95.4545454545455%;
}

.c_size_body_fl:not(:last-child) {
  padding-bottom: 30px;
}

.c_size_body_fl:not(:last-child)::after {
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.c_size_selector_cup_fl {
  margin-bottom: 20px;
  position: relative;
}

.c_size_selector_cup_list_fl {
  padding-bottom: 20px;
  position: relative;
}

.c_size_selector_cup_list_fl::after {
  aspect-ratio: 97 / 75;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(90deg);
  width: 15px;
}

.c_size_selector_cup_button_fl {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 15px;
  height: 55px;
  width: 17.4603174603175%;
  width: 55px;
}

.c_size_list_fl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 9.5238095238095%;
}

.c_size_selector_under_link_fl {
  aspect-ratio: 1 / 1;
  background-color: #E1E1E1;
  border: 1px solid #969696;
  border-radius: 50%;
  color: #969696;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none !important;
  width: 55px;
}

.c_size_link_fl {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font--1);
  font-size: 15px;
  font-weight: var(--semibold);
  text-decoration: none !important;
  width: 17.4603174603175%;
  width: 55px;
}

.c_size_link_fl.is_active_fl {
  background-color: #e6eafa;
  border: 1px solid #000;
  outline: none;
}

.c_size_selector_fl {
  position: relative;
  overflow: hidden;
}


.c_size_selector_under_fl:not(.is_active_fl),
.c_size_selector_under_fl.is_active_fl .c_size_selector_under_link_fl.is_disabled_fl {
  pointer-events: none;
  opacity: 0.5;
}

.c_size_selector_under_fl:not(.is_active_fl) .c_size_selector_under_list_fl:first-child {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px 9.5238095238095%;
}

.c_size_selector_under_list_fl {
  display: none !important;
  flex-wrap: wrap;
  gap: 20px 9.5238095238095%;
}

.c_size_selector_under_list_fl.is_active_fl {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px 9.5238095238095%;
}

.c_size_header__title_fl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  font-weight: var(--bold);
  margin-bottom: 20px;
}

.c_size_header__image_fl {
  width: 46px;
}

.header-menu__brand--sp {
  margin-inline: auto;
  margin-top: 50px;
  width: 88%;
}

.header-menu__brand__link_fl {
  display: block;
  width: 35.7575757575758%;
}

@media (min-width: 768px) {
  .fca_section_fl {
    margin-inline: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fca_section_fl .fca_section__header__title_fl {
    gap: 20px;
    font-size: 22px;
    letter-spacing: .2em;
  }

  .fca_section__header__en_fl {
    font-size: 72px;
    letter-spacing: .25em;
  }

  .fca_section__label_fl {
    font-size: 16px;
    line-height: 1.6875;
  }

  .fca_section__cost_fl {
    font-size: 18px;
  }

  .fca_section__btn_fl {
    max-width: 330px;
    margin-top: 65px;
    width: 100%;
  }

  .fca_section__btn__link_fl {
    border-radius: 30px;
    gap: 15px;
    font-size: 20px;
    height: 75px;
  }

  .fca_section__btn__arrow_fl {
    height: 28px;
    width: 28px;
  }

  .fca_section__pagination_fl.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .fca_section__pagination_fl.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 18px;
    margin-right: 18px;
  }

  .fca_section__pagination_fl .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .swiper-pages .swiper-button-next,
  .swiper-pages .swiper-button-prev {
    height: 130px;
    width: 130px;
  }

  .swiper-pages .swiper-button-next {
    right: -65px;
  }

  .swiper-pages .swiper-button-prev {
    left: -65px;
  }

  .swiper-pages .swiper-button-next::before,
  .swiper-pages .swiper-button-next::after,
  .swiper-pages .swiper-button-prev::before,
  .swiper-pages .swiper-button-prev::after {
    top: calc(50% - 0.8px);
    left: calc(50% - 40.8px);
    width: 21.8px;
    height: 1.6px;
    transform-origin: calc(100% - 0.8px) 50%;
  }

  .check-more_fl {
    margin-top: 50px;
  }

  .check-more__link_fl {
    font-size: 22px;
    padding-right: 40px;
    padding-left: 3px;
    padding-bottom: 10px;
  }

  .check-more__link_fl::before {
    width: 25px;
  }

  .c_size_link_fl {
    border: 1px solid #c6c6c6;
  }
}