@charset "UTF-8";
/* ------------------------------
 Ease
------------------------------ */
/**
 * レスポンシブ時に、PCのみに適用させる。
 * @include pc{}
 */
/**
 * レスポンシブ時に、SPのみに適用させる。
 * @include sp{}
 */
/**
 * リキッドレスポンシブ時に、要素のvwを返す。
 * @param {number} $size デザインデータ上の縦横値
 * @param {number} $viewport デザインデータの横幅
 */
@media only screen and (min-width: 768px) {
  .ds-only-pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ds-only-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ds-only-sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ds-only-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header .header-container_right {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  header .header-container_right {
    height: 100vh;
    height: 100svh;
  }
}
@media only screen and (min-width: 768px) {
  header .header-container_right .header-menu ul {
    max-width: 460px;
    min-width: 320px;
    width: 34.5vw;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list-sp {
    display: flex;
    justify-content: center;
    margin-top: 10.6666666667vw;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list-sp > div {
    width: 8.6666666667vw;
    margin: 0 4vw;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list-sp > div:not(:last-of-type) {
    width: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list-sp > div > a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list-sp > div > a > img {
    width: 100%;
    height: auto;
  }
}
header .header-sns-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  header .header-sns-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    max-width: 175px;
    min-width: 140px;
    width: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  header .header-sns-list {
    display: none;
  }
}
header .header-sns-list li {
  width: 26px;
}
header .header-sns-list li:not(:last-of-type) {
  width: 22px;
}
header .header-sns-list li a {
  display: block;
}
header .header-sns-list li a img {
  width: 100%;
  height: auto;
}

section.store {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 768px) {
  .detail-adjust {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .detail-adjust {
    padding-bottom: 12vw !important;
  }
}

footer .footer-snsContent .footer-snsContent-title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  footer .footer-snsContent .footer-snsContent-title {
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-snsContent .footer-snsContent-title {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
    padding-top: 2.6666666667vw;
  }
}
footer .footer-snsContent .footer-snsContent-title::after {
  content: "";
  display: block;
  background-color: #E71F65;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media only screen and (min-width: 768px) {
  footer .footer-snsContent .footer-snsContent-title::after {
    width: 10px;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-snsContent .footer-snsContent-title::after {
    width: 2.6666666667vw;
    height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-snsContent ul.footer-snsContent_lists {
    width: 660px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-snsContent ul.footer-snsContent_lists + .footer-snsContent-title {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-snsContent ul.footer-snsContent_lists + .footer-snsContent-title {
    margin-top: 9.3333333333vw;
  }
}

footer .footer-detailContent .footer-detailContent_block .footer_sns li.link_item.tw_bk a.link_btn {
  background-image: url("/assets/img/common/x_bk.svg");
}

@media only screen and (min-width: 768px) {
  #dazzlinggemmascara .detail-variations__list {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #dazzlinggemmascara .detail-variations__list {
    margin-bottom: 18vw;
  }
}
/*# sourceMappingURL=style.css.map */