@charset "utf-8";

:root {
  --color01: #000;
  --color02: #ebf6f7;
  --color03: #6d879b;
  --color04: #bfced7;
  --fontA1GR: "A1 Gothic R";
  --fontA1GL: "A1 Gothic L";
}

.fca_cat-hero {
  overflow: visible;
}

.sr_page-shopping-result__free {
  overflow: visible;
}

.catalog_san {
  margin-top: 0 !important;
}

.catalog_san .fca_page-shop-home__keyword {
  margin-top: 0;
}

.handmadeitems_sm {
  background-color: var(--color02);
  color: var(--color01);
  font-family: var(--fontA1GR);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1px;
  overflow: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100vw;
}

.handmadeitems_sm * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.handmadeitems_sm a {
  text-decoration: none;
}

.handmadeitems_sm img {
  height: auto;
  width: 100%;
}

/* handmadeitems-body_sm */
.handmadeitems-body_sm {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 125px;
  max-width: 1120px;
}

/* handmadeitems-header_sm */
.handmadeitems-header_sm {
  margin-left: auto;
  margin-right: auto;
  width: 67.321%;
}

/* handmadeitems-main_sm */
.handmadeitems-main_sm {
  margin-top: 64px;
}

.handmadeitems-item_sm {
  align-items: center;
  display: flex;
  position: relative;
}

.handmadeitems-item_sm:not(:first-child) {
  margin-top: 45px;
}

.handmadeitems-item__img_sm {
  max-width: 530px;
  margin-right: 11.071%;
  position: relative;
}

.handmadeitems-item__cap_sm {
  flex-shrink: 0;
  max-width: 355px;
  margin-right: 30px;
  position: relative;
  width: 100%;
}

.handmadeitems-item__subtitle_sm {
  width: 244px;
}

.handmadeitems-item__text_sm {
  color: var(--color03);
  font-size: 22px;
  line-height: 1.45;
  margin-top: 18px;
}

.handmadeitems-item__title_sm {
  font-family: var(--fontA1GL);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 34px;
}

.handmadeitems-item__btn_sm {
  margin-top: 50px;
}

.handmadeitems-item__btn__link_sm {
  align-items: center;
  background-color: var(--color04);
  border-radius: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-family: var(--fontA1GL);
  font-size: 22px;
  font-weight: 300;
  height: 3.48em;
  max-width: 355px;
  width: 100%;
}

.handmadeitems-item__btn__link_sm:hover {
  color: #fff;
}

.handmadeitems-item__01_sm .handmadeitems-item__img_sm::after,
.handmadeitems-item__02_sm .handmadeitems-item__cap_sm::after,
.handmadeitems-item__03_sm .handmadeitems-item__cap_sm::after,
.handmadeitems-item__04_sm .handmadeitems-item__img_sm::after {
  background-image: url(../images/go.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: -23.585%;
  bottom: 6.349%;
  height: 50px;
  width: 150px;
}

/* handmadeitems-item__02_sm */
.handmadeitems-item__02_sm.handmadeitems-item_sm {
  flex-direction: row-reverse;
}

.handmadeitems-item__02_sm .handmadeitems-item__img_sm {
  margin-left: 11.071%;
  margin-right: 0;
}

.handmadeitems-item__02_sm .handmadeitems-item__cap_sm {
  margin-left: 30px;
  margin-right: 0;
}

.handmadeitems-item__02_sm .handmadeitems-item__cap_sm::after {
  left: -12.465%;
  bottom: -15.593%;
}

.handmadeitems-item__02_sm .handmadeitems-item__subtitle_sm {
  width: 296px;
}

/* handmadeitems-item__03_sm */
.handmadeitems-item__03_sm .handmadeitems-item__cap_sm::after {
  left: auto;
  right: -16.028%;
  bottom: -9.228%;
}

.handmadeitems-item__03_sm .handmadeitems-item__subtitle_sm {
  width: 278px;
}

/* handmadeitems-item__04_sm */
.handmadeitems-item__04_sm.handmadeitems-item_sm {
  flex-direction: row-reverse;
}

.handmadeitems-item__04_sm .handmadeitems-item__img_sm {
  margin-left: 11.071%;
  margin-right: 0;
}

.handmadeitems-item__04_sm .handmadeitems-item__img_sm::after {
  left: -20.906%;
  bottom: 4.71%;
}

.handmadeitems-item__04_sm .handmadeitems-item__cap_sm {
  margin-left: 30px;
  margin-right: 0;
}

.handmadeitems-item__04_sm .handmadeitems-item__subtitle_sm {
  width: 203px;
}

/* slide-in */
.slide-in_sm {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1s ease, transform 1s ease;
}

.slide-in_sm.active_sm {
  opacity: 1;
  transform: translateX(0);
}

.sp {
  display: none;
}

@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .handmadeitems_sm {
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
  }

  /* handmadeitems-body_sm */
  .handmadeitems-body_sm {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 90%;
  }

  /* handmadeitems-header_sm */
  .handmadeitems-header_sm {
    width: 100%;
  }

  /* handmadeitems-main_sm */
  .handmadeitems-main_sm {
    margin-top: 40px;
  }

  .handmadeitems-item_sm {
    display: block;
  }

  .handmadeitems-item_sm:not(:first-child) {
    margin-top: 40px;
  }

  .handmadeitems-item__img_sm {
    max-width: none;
    margin-right: 0;
  }

  .handmadeitems-item__cap_sm {
    max-width: none;
    margin-top: 30px;
    margin-right: 0;
    text-align: center;
  }

  .handmadeitems-item__subtitle_sm {
    margin-left: auto;
    margin-right: auto;
  }

  .handmadeitems-item__text_sm {
    font-size: 16px;
    margin-top: 10px;
  }

  .handmadeitems-item__title_sm {
    font-size: 18px;
    margin-top: 20px;
  }

  .handmadeitems-item__btn_sm {
    margin-top: 25px;
  }

  .handmadeitems-item__btn__link_sm {
    border-radius: 16px;
    font-size: 16px;
    max-width: 337px;
    margin-left: auto;
    margin-right: auto;
  }

  .handmadeitems-item__01_sm .handmadeitems-item__img_sm::after,
  .handmadeitems-item__02_sm .handmadeitems-item__cap_sm::after,
  .handmadeitems-item__03_sm .handmadeitems-item__cap_sm::after,
  .handmadeitems-item__04_sm .handmadeitems-item__img_sm::after {
    right: -5%;
    bottom: -6.25%;
    height: auto;
    padding-top: 10.089%;
    width: 29.674%;
  }

  /* handmadeitems-item__02_sm */
  .handmadeitems-item__02_sm .handmadeitems-item__img_sm {
    margin-left: 0;
  }

  .handmadeitems-item__02_sm .handmadeitems-item__cap_sm {
    margin-left: 0;
  }

  .handmadeitems-item__02_sm .handmadeitems-item__cap_sm::after {
    left: -2%;
    bottom: -8.593%;
  }

  /* handmadeitems-item__03_sm */
  .handmadeitems-item__03_sm .handmadeitems-item__cap_sm::after {
    right: -2%;
    bottom: -9.228%;
  }

  .handmadeitems-item__03_sm .handmadeitems-item__subtitle_sm {
    width: 278px;
  }

  /* handmadeitems-item__04_sm */
  .handmadeitems-item__04_sm .handmadeitems-item__img_sm {
    margin-left: 0;
  }

  .handmadeitems-item__04_sm .handmadeitems-item__img_sm::after {
    left: -5%;
    bottom: 4.71%;
  }

  .handmadeitems-item__04_sm .handmadeitems-item__cap_sm {
    margin-left: 0;
  }
}
