@charset "utf-8";

:root {
  --color: #000;
  --colorBlack2: #261f1c;
  --colorPink: #ff1464;
  --colorBrown: #40210f;
  --fontNum: Arial;
  --fontA1M: "A1 Mincho";
  --fontA1GR: "A1 Gothic R";
  --fontA1GM: "A1 Gothic M";
  --fontKoW3: "Koburina Gothic W3 JIS2004";
  --fontYuMM: "Yu Mincho Pr6N M";
  --fontYuMD: "Yu Mincho Pr6N D";
}

.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;
}

/* chocolife_ch */
.chocolife_ch {
  color: var(--color);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1px;
  position: relative;
  width: 100vw;
}

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

.chocolife_ch a {
  text-decoration: none;
}

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

body.lock {
  overflow: hidden;
}

.chocolife-body__wrap_ch {
  background-attachment: fixed;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.chocolife-body_ch {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
}

/* -----------------------------
  side-left
------------------------------*/
/* chocolife-logo__wrap_ch */
.chocolife-logo__wrap_ch {
  margin-top: 82px;
  margin-right: -254px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 43.482%;
  z-index: 2;
}

.chocolife-logo_ch {
  width: 486px;
}

/* -----------------------------
  main
------------------------------*/
/* chocolife-main_ch */
.chocolife-main_ch {
  background-color: #ebeef0;
  max-width: 640px;
  padding-bottom: 90px;
}

.chocolife-section__title_ch {
  color: var(--colorPink);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 36px;
}

.chocolife-section__title_ch span {
  border-bottom: 2px solid var(--colorPink);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0.2em;
  padding-bottom: 5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chocolife-section__title_ch span:last-child::before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  height: 2px;
  width: 5.7377%;
}

.chocolife-section__title_ch span:last-child::after {
  background-color: var(--colorPink);
  content: "";
  position: absolute;
  left: 47%;
  bottom: -31px;
  transform: rotate(45deg);
  height: 36px;
  width: 2px;
}

/* chocolife-about_ch */
.chocolife-about_ch {
  margin-top: 124px;
}

.chocolife-about__title_ch {
  color: var(--colorPink);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

.chocolife-about__title_ch span {
  border-bottom: 2px solid var(--colorPink);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0.2em;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chocolife-about__text_ch {
  font-family: var(--fontA1GR);
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 34px;
  text-align: center;
}

.chocolife-about__text_ch:not(:first-child) {
  margin-top: 58px;
}

/* chocolife-info_ch */
.chocolife-info_ch {
  background-color: #fff;
  text-align: center;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 84.2666%;
}

.chocolife-info__inner_ch {
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}

.chocolife-info_ch::before,
.chocolife-info_ch::after,
.chocolife-info__inner_ch::before,
.chocolife-info__inner_ch::after {
  background-color: var(--color);
  content: "";
  position: absolute;
}

.chocolife-info_ch::before {
  height: 2px;
  top: 0;
  left: 0;
  width: 98%;
}

.chocolife-info_ch::after {
  height: 2px;
  right: 0;
  bottom: 0;
  width: 98%;
}

.chocolife-info__inner_ch::before {
  height: 98%;
  top: 0;
  left: 0;
  width: 2px;
}

.chocolife-info__inner_ch::after {
  height: 98%;
  right: 0;
  bottom: 0;
  width: 2px;
}

.chocolife-info__title_ch {
  color: var(--colorPink);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chocolife-info__title_ch::after {
  background-image: url(../images/deco-lines.svg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
}

.chocolife-info__title_ch:nth-of-type(2) {
  margin-top: 34px;
}

.chocolife-info__text_ch {
  font-size: 26px;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.chocolife-info__text_ch strong {
  font-weight: 700;
}

.chocolife-info__text_ch span {
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0;
}

/* chocolife-detail_ch */
.chocolife-detail_ch {
  background-color: #fff;
  margin-top: 78px;
  padding-top: 76px;
  padding-bottom: 74px;
}

.chocolife-detail__note_ch {
  color: var(--colorBlack2);
  font-family: var(--fontKoW3);
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-right: 21px;
}

.chocolife-detail__name_ch {
  background-image: radial-gradient(circle, #666 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 14px;
  text-align: center;
  width: 84.2666%;
}

.chocolife-detail__price_ch {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.chocolife-detail__price_ch span {
  font-size: 36px;
}

.chocolife-detail__icon_ch {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/* swiper */
.chocolife_ch .swiper-button-prev {
  background-image: url(../images/prev.svg);
  background-size: auto;
  left: 35px;
  height: 50px;
  width: 25px;
}

.chocolife_ch .swiper-button-next {
  background-image: url(../images/next.svg);
  background-size: auto;
  right: 35px;
  height: 50px;
  width: 25px;
}

.chocolife_ch .swiper-button-prev::after,
.chocolife_ch .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  width: 25px;
}

/* chocolife-btn_ch */
.chocolife-btn_ch {
  display: none;
  z-index: 99;
}

.chocolife-btn_ch.fixed_ch {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.chocolife-btn__text_ch {
  background-color: var(--colorPink);
  font-size: 26px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.chocolife-btn__link_ch {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.chocolife-btn__link_ch:hover {
  color: #fff;
}

.chocolife-btn__link_ch::before,
.chocolife-btn__link_ch::after {
  border-radius: 9999px;
  background-color: #fff;
  content: "";
  top: 50%;
  right: 3.125em;
  height: 3px;
  position: absolute;
  transform-origin: calc(100% - 1.5px) 50%;
  width: 20.3px;
}

.chocolife-btn__link_ch::before {
  transform: translateY(-50%) rotate(42.5deg);
}

.chocolife-btn__link_ch::after {
  transform: translateY(-50%) rotate(-42.5deg);
}

/* chocolife-points_ch */
.chocolife-points_ch {
  margin-top: 74px;
  overflow: hidden;
}

.chocolife-points__subtitle_ch {
  color: var(--colorPink);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.chocolife-points__img_ch {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 74.666%;
}

.chocolife-points__title_ch.chocolife-section__title_ch span:last-child::before {
  background-color: #ebeef0;
}

.chocolife-point_ch {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.chocolife-point__num_ch {
  margin-bottom: 10px;
  max-width: 72px;
}

.chocolife-point__title_ch {
  color: var(--colorPink);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.chocolife-point__text_ch {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.chocolife-point__img__text_ch {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1em;
}

.chocolife-points__message_ch {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  width: 89.3333%;
}

/* chocolife-point__01_ch */
.chocolife-point__01_ch.chocolife-point_ch {
  margin-top: 30px;
  width: 84.5333%;
}

.chocolife-point__01_ch .chocolife-point__img_ch {
  width: 48.896%;
}

.chocolife-point__01_ch .chocolife-point__cap_ch {
  margin-left: 5px;
}

/* chocolife-point__02_ch */
.chocolife-point__02_ch.chocolife-point_ch {
  align-items: flex-start;
  margin-left: auto;
  width: 94.4%;
}

.chocolife-point__02_ch .chocolife-point__cap_ch {
  margin-top: 20px;
}

.chocolife-point__02_ch .chocolife-point__img_ch {
  width: 49.858%;
}

/* chocolife-point__03_ch */
.chocolife-point__03_ch.chocolife-point_ch {
  align-items: flex-start;
  margin-top: 30px;
  margin-right: 36px;
  margin-left: auto;
  width: 70.666%;
}

.chocolife-point__03_ch .chocolife-point__title_ch,
.chocolife-point__03_ch .chocolife-point__text_ch {
  text-align: right;
}

/* chocolife-point__04_ch */
.chocolife-point__04_ch.chocolife-point_ch {
  margin-top: 62px;
  width: 92.8%;
}

.chocolife-point__04_ch .chocolife-point__img__wrap_ch {
  width: 47.3837%;
}

/* chocolife-designer_ch */
.chocolife-designer_ch {
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
  width: 89.333%;
}

.chocolife-designer__title__wrap_ch {
  border-radius: 16px 16px 0 0;
  background-color: #f0e9d4;
}

.chocolife-designer__title_ch {
  color: #493122;
  font-family: var(--fontA1GM);
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.477%;
  padding-bottom: 4.477%;
  position: relative;
  width: 83.58%;
}

.chocolife-designer__title_ch::after {
  background-image: url(../images/designer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  position: absolute;
  height: 194px;
  right: 16px;
  bottom: 0;
  width: 40.7%;
}

.chocolife-designer__text__wrap_ch {
  background-color: #fff;
  text-align: justify;
}

.chocolife-designer__text_ch {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 83.58%;
}

/* -----------------------------
  side-rigth
------------------------------*/
/* chocolife-subtitle__wrap_ch */
.chocolife-subtitle__wrap_ch {
  width: 21.875%;
}

.chocolife-subtitle_ch {
  margin-left: auto;
  width: 45px;
}

/* fade-in */
.fade-in_ch {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in_ch.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in_ch.fade-in__left_ch {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in_ch.fade-in__left_ch.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in_ch.fade-in__right_ch {
  opacity: 0;
  transform: translate(200px, 0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in_ch.fade-in__right_ch.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in__height_ch {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s 1s ease, opacity 1s 1s ease;
}

.fade-in__height_ch.active {
  max-height: 1000px;
  opacity: 1;
}

.sp {
  display: none;
}

/* ----------------------------------
  sp
---------------------------------- */

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

  .sp {
    display: block;
  }

  /* chocolife_ch */
  .chocolife_ch {
    overflow: hidden;
  }

  .chocolife-body__wrap_ch {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .chocolife-body_ch {
    display: block;
    max-width: none;
  }

  /* chocolife-logo__wrap_ch */
  .chocolife-logo_ch {
    position: absolute;
    left: 18px;
    bottom: -14px;
    width: 85.333%;
    z-index: 9;
  }

  /* chocolife-main_ch */
  .chocolife-main_ch {
    max-width: none;
    min-width: auto;
    padding-bottom: 90px;
    width: 100%;
  }

  .chocolife-section__title_ch {
    font-size: 24px;
    padding-bottom: 22px;
  }

  .chocolife-section__title_ch span {
    padding-top: 10px;
    padding-bottom: 3px;
  }

  .chocolife-section__title_ch span:last-child::after {
    bottom: -19px;
    height: 22px;
  }

  .chocolife-mv_ch {
    position: relative;
  }

  /* chocolife-about_ch */
  .chocolife-about_ch {
    margin-top: 67px;
  }

  .chocolife-about__title_ch {
    font-size: 24px;
  }

  .chocolife-about__title_ch span {
    padding-top: 13px;
    padding-bottom: 3px;
  }

  .chocolife-about__text_ch {
    font-size: 16px;
    margin-top: 20px;
  }

  .chocolife-about__text_ch:not(:first-child) {
    margin-top: 35px;
  }

  /* chocolife-info_ch */
  .chocolife-info_ch {
    margin-top: 40px;
  }

  .chocolife-info__inner_ch {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .chocolife-info__title_ch {
    font-size: 18px;
    padding-bottom: 4px;
  }

  .chocolife-info__title_ch::after {
    height: 4px;
  }

  .chocolife-info__title_ch:nth-of-type(2) {
    margin-top: 20px;
  }

  .chocolife-info__text_ch {
    font-size: 16px;
    margin-top: 10px;
  }

  .chocolife-info__text_ch span {
    font-size: 14px;
  }

  /* chocolife-detail_ch */
  .chocolife-detail_ch {
    margin-top: 48px;
    padding-top: 46px;
    padding-bottom: 45px;
  }

  .chocolife-detail__note_ch {
    font-size: 11px;
    margin-top: 6px;
    margin-right: 13px;
  }

  .chocolife-detail__name_ch {
    background-position: center bottom;
    font-size: 17px;
    margin-top: 3px;
    padding-bottom: 8px;
  }

  .chocolife-detail__price_ch {
    font-size: 14px;
    margin-top: 6px;
  }

  .chocolife-detail__price_ch span {
    font-size: 22px;
  }

  .chocolife-detail__icon_ch {
    margin-top: 18px;
    max-width: 262px;
  }

  /* swiper */
  .chocolife_ch .swiper-button-prev {
    left: 21px;
    height: 30px;
    width: 15px;
  }

  .chocolife_ch .swiper-button-next {
    right: 21px;
    height: 30px;
    width: 15px;
  }

  .chocolife_ch .swiper-button-prev::after,
  .chocolife_ch .swiper-button-next::after {
    height: 30px;
    width: 15px;
  }

  /* chocolife-btn_ch */

  .chocolife-btn_ch {
    max-width: none;
    width: 100%;
  }

  .chocolife-btn__text_ch {
    font-size: 16px;
    max-width: none;
    width: 100%;
  }

  .chocolife-btn__link_ch {
    font-size: 16px;
  }

  .chocolife-btn__link_ch::before,
  .chocolife-btn__link_ch::after {
    height: 2px;
    transform-origin: calc(100% - 1px) 50%;
    width: 12.1px;
  }

  /* chocolife-points_ch */
  .chocolife-points_ch {
    margin-top: 45px;
  }

  .chocolife-points__subtitle_ch {
    font-size: 21px;
  }

  .chocolife-points__img_ch {
    margin-top: 12px;
  }

  .chocolife-point_ch {
    justify-content: left;
  }

  .chocolife-point__num_ch {
    margin-bottom: 6px;
    max-width: 44px;
  }

  .chocolife-point__title_ch {
    font-size: 18px;
  }

  .chocolife-point__text_ch {
    font-size: 14px;
  }

  .chocolife-point__img__text_ch {
    font-size: 10px;
  }

  .chocolife-points__message_ch {
    font-size: 16px;
    margin-top: 35px;
  }

  /* chocolife-point__01_ch */
  .chocolife-point__01_ch.chocolife-point_ch {
    margin-top: 18px;
  }

  .chocolife-point__01_ch .chocolife-point__cap_ch {
    margin-left: 0;
  }

  /* chocolife-point__02_ch */
  .chocolife-point__02_ch.chocolife-point_ch {
    justify-content: right;
  }

  .chocolife-point__02_ch .chocolife-point__cap_ch {
    margin-top: 12px;
    margin-right: 5px;
  }

  /* chocolife-point__03_ch */
  .chocolife-point__03_ch.chocolife-point_ch {
    justify-content: right;
    margin-top: 18px;
    margin-right: 22px;
  }

  .chocolife-point__03_ch .chocolife-point__cap_ch {
    margin-right: 5px;
  }

  /* chocolife-point__04_ch */
  .chocolife-point__04_ch.chocolife-point_ch {
    margin-top: 38px;
  }

  /* chocolife-designer_ch */
  .chocolife-designer_ch {
    margin-top: 48px;
  }

  .chocolife-designer__title__wrap_ch {
    border-radius: 10px 10px 0 0;
  }

  .chocolife-designer__title_ch {
    font-size: 16px;
  }

  .chocolife-designer__title_ch::after {
    max-width: 185px;
  }

  .chocolife-designer__text_ch {
    font-size: 16px;
  }

  /* chocolife-subtitle__wrap_ch */
  .chocolife-subtitle__wrap_ch {
    display: none;
  }
}
