@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://use.typekit.net/epy6xin.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-bg: #FAFBFC;
  --c-point-bg: #f2f2f2;
  --c-accent:#7186AC ;
  --c-accent02:#8F96A7 ;
  --c-product-bg: #E4E8ED;
  --c-white:#fff;
  --c-grey: #888888;
}

/* --------------------
		#content
-------------------- */
#content {
  position: relative;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--c-txt);
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #content {
    font-size: 14px;
  }
}
#content img {
  width: 100%;
  height: auto;
}

/* --------------------
	header
-------------------- */
header {
  position: relative;
  background-color: var(--c-bg);
}
header .mv {
  position: relative;
}
@media screen and (min-width: 1000px) {
  header h1 {
    position: absolute;
    width: 31.25vw;
    min-width: 400px;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -7%);
    -webkit-transform: translate(-50%, -7%);
    -ms-transform: translate(-50%, -7%);
  }
}
header h1.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
header h1.animation.active {
  opacity: 1;
}
header .header__txt {
  line-height: 2.2;
  padding: 13.3333333333vw 10.6666666667vw;
  background-color: #FAFBFC;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  header .header__txt {
    margin: 0;
    padding: 100px 0;
  }
}
header .header__txt p {
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  header .header__txt p {
    margin: 0 auto 30px;
  }
}
header .header__txt p:last-child {
  margin-bottom: 0;
}
header .header__txt--big {
  line-height: 1;
  margin-bottom: 6.4vw !important;
  font-size: 4.8vw;
}
@media screen and (min-width: 1000px) {
  header .header__txt--big {
    margin-bottom: 24px !important;
    font-size: 20px;
  }
}

/* --------------------
    point
-------------------- */
#point {
  padding: 17.3333333333vw 10.6666666667vw;
  background-color: var(--c-point-bg);
}
@media screen and (min-width: 1000px) {
  #point {
    padding: 100px 0;
  }
}

.point-list {
  /* =========================
  テキスト（☑付きリスト）
  ========================= */
}
@media screen and (min-width: 1000px) {
  .point-list {
    display: flex;
    width: 730px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.point-list__item {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  .point-list__item {
    width: 38.5%;
    margin-bottom: 0;
  }
}
.point-list__item h2 {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  color: var(--c-accent);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  .point-list__item h2 {
    margin: 0 auto 20px;
    font-size: 29px;
  }
}
.point-list__item:last-child {
  margin-bottom: 0;
}
.point-list__img {
  width: 78.6666666667vw;
  margin: 0 auto 8vw;
}
.point-list__img img {
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  .point-list__img {
    width: 295px;
    margin: 0 auto 30px;
  }
}
.point-list__number {
  margin-bottom: 2.4vw;
  color: var(--c-accent);
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .point-list__number {
    margin-bottom: 11px;
    font-size: 13px;
  }
}
.point-list__txt {
  text-align: left;
  line-height: 2;
  /* ul reset */
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.point-list__txt li {
  position: relative;
  line-height: 2;
  padding-left: 5.3333333333vw;
  /* 塗りつぶし四角 */
  /* チェックマーク（border描画） */
}
@media screen and (min-width: 1000px) {
  .point-list__txt li {
    padding-left: 20px;
  }
}
.point-list__txt li::before {
  position: absolute;
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  left: 0;
  top: 0.5em;
  background-color: #7186AC;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  .point-list__txt li::before {
    width: 14px;
    height: 14px;
  }
}
.point-list__txt li::after {
  position: absolute;
  content: "";
  width: 1.6vw;
  height: 0.8vw;
  left: 1.0666666667vw;
  top: 0.5em;
  border-left: 1.8px solid #fff;
  border-bottom: 1.8px solid #fff;
  transform: translateY(1.3333333333vw) rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .point-list__txt li::after {
    width: 6px;
    height: 3px;
    left: 4px;
    transform: translateY(5px) rotate(-45deg);
  }
}

/* --------------------
		color
-------------------- */
#color {
  padding: 17.3333333333vw 0;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  #color {
    padding: 100px 0 120px;
  }
}
#color h2 {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 6.4vw;
  text-align: center;
  margin-bottom: 10.6666666667vw;
  color: var(--c-accent02);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #color h2 {
    font-size: 28px;
    margin-bottom: 60px;
  }
}

.color__list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1000px) {
  .color__list {
    width: 800px;
    margin: 0 auto;
  }
}
.color__list li {
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
}
@media screen and (min-width: 1000px) {
  .color__list li {
    width: 144px;
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 999px) {
  .color__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .color__list li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .color__list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .color__list li:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}
.color__list .icon__container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.color__list a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.color__list a img {
  transition: 0.4s;
}
.color__list a::after {
  position: absolute;
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  bottom: 2.1333333333vw;
  right: 2.1333333333vw;
  background: url("../img/plus.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .color__list a::after {
    width: 14px;
    height: 14px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .color__list a:hover img {
    opacity: 0.6;
  }
  .color__list a:hover img:first-child {
    scale: 1.07;
  }
}

.newicon {
  position: absolute;
  width: 12vw !important;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .newicon {
    width: 50px !important;
  }
}

/* --------------------
		product
-------------------- */
#product {
  padding: 17.3333333333vw 0;
  background-color: var(--c-product-bg);
}
@media screen and (min-width: 1000px) {
  #product {
    padding: 80px 0;
  }
}
#product .product__img {
  width: 53.3333333333vw;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #product .product__img {
    width: 220px;
    margin: 0 60px 0 0;
  }
}
#product .product__img img {
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  #product .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#product .product__txt {
  line-height: 1;
  text-align: center;
}
#product .product__txt--name {
  margin-bottom: 1.3333333333vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #product .product__txt--name {
    margin-bottom: 7px;
    font-size: 19px;
  }
}
#product .product__txt--price {
  font-size: 3.4666666667vw;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  #product .product__txt--price {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
#product .product__txt--btn {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #product .product__txt--btn {
    font-size: 15px;
  }
}
#product .product__txt--btn a {
  position: relative;
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 4vw;
  border: 1px solid var(--c-accent);
  border-radius: 9999px;
  background-color: var(--c-accent);
  color: var(--c-white);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  #product .product__txt--btn a {
    width: 240px;
    padding: 17px;
  }
}
#product .product__txt--btn a:hover {
  opacity: 0.5;
}
#product .product__txt--btn a:after {
  position: absolute;
  content: "";
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  display: block;
  right: 6.6666666667vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  #product .product__txt--btn a:after {
    width: 6px;
    height: 6px;
    right: 30px;
  }
}

/* --------------------
	   otheritem
-------------------- */
#otheritem {
  padding: 17.3333333333vw 10.6666666667vw 24vw;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  #otheritem {
    padding: 100px 0 120px;
  }
}
#otheritem h2 {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 10.6666666667vw;
  font-size: 6.4vw;
  text-align: center;
  color: var(--c-accent02);
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #otheritem h2 {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
#otheritem .otheritem-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem-list {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 720px;
    margin: 0 auto;
    gap: 60px;
    justify-content: flex-start;
  }
}
#otheritem .otheritem-list__item {
  width: 37.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem-list__item {
    width: 200px;
    margin-bottom: 0 !important;
  }
}
#otheritem .otheritem-list__item a {
  display: block;
  transition: 0.3s;
}
#otheritem .otheritem-list__item:not(:nth-last-child(-n+2)) {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem-list__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
}
#otheritem .otheritem-list .otheritem__img {
  margin-bottom: 3.7333333333vw;
}
#otheritem .otheritem-list .otheritem__img img {
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem-list .otheritem__img {
    margin-bottom: 18px;
  }
}
#otheritem .otheritem-list .otheritem__description {
  line-height: 1;
  margin-bottom: 5.3333333333vw;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem-list .otheritem__description {
    margin-bottom: 25px;
    font-size: 13px;
  }
}
#otheritem .otheritem__txt {
  line-height: 1;
  text-align: center;
}
#otheritem .otheritem__txt--name {
  display: inline-block;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem__txt--name {
    margin-bottom: 9px;
    font-size: 15px;
  }
}
#otheritem .otheritem__txt--price {
  display: block;
  margin-bottom: 5.8666666667vw;
  color: var(--c-grey);
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem__txt--price {
    margin-bottom: 27px;
    font-size: 13px;
  }
}
#otheritem .otheritem__txt--btn {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem__txt--btn {
    font-size: 11px;
  }
}
#otheritem .otheritem__txt--btn a {
  display: block;
  position: relative;
  width: 29.3333333333vw;
  margin: 0 auto;
  padding: 3.2vw;
  border: 1px solid #a8a8a8;
  border-radius: 9999px;
  background-color: #a8a8a8;
  color: var(--c-white);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem__txt--btn a {
    width: 160px;
    padding: 14px;
  }
}
#otheritem .otheritem__txt--btn a:hover {
  opacity: 0.5;
}
#otheritem .otheritem__txt--btn a:after {
  display: block;
  position: absolute;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
  right: 4vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (min-width: 1000px) {
  #otheritem .otheritem__txt--btn a:after {
    width: 5px;
    height: 5px;
    right: 20px;
  }
}

/* --------------------
		aside
-------------------- */
aside {
  position: relative;
  margin: 0 auto;
  padding: 0 10.6666666667vw 24vw;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  aside {
    margin: 0 auto;
    padding: 0 0 120px;
  }
}

.aside__btn {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0 auto;
  font-weight: 400;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    width: 600px;
    font-size: 15px;
  }
}
.aside__btn a:after {
  display: block;
  position: absolute;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 1px solid var(--c-accent);
  border-right: 1px solid var(--c-accent);
  right: 6.6666666667vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  content: "";
}
@media screen and (min-width: 1000px) {
  .aside__btn a:after {
    width: 6px;
    height: 6px;
    right: 50px;
  }
}
.aside__btn a {
  position: relative;
  display: block;
  padding: 4.5333333333vw;
  border: 1px solid var(--c-accent);
  border-radius: 9999px;
  background-color: transparent;
  color: var(--c-accent);
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  .aside__btn a {
    padding: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .aside__btn a:hover {
    border: 1px solid #A0A7B7;
    background-color: #A0A7B7;
    color: var(--c-white);
  }
  .aside__btn a:hover::after {
    border-color: var(--c-white);
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #A0A7B7;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

.marker-01 {
  background-image: linear-gradient(#D2DAE8, #D2DAE8);
  background-size: 0 40%; /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 1.5s ease;
}

.marker-01.active {
  background-size: 98% 40%; /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

/* --------------------
	move
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 0.2s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
  transform: translateY(30px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=260130_smelly_nail_style.css.map */