@charset "UTF-8";
.fx−bright {
  opacity: 0;
  transition: opacity;
  transition-delay: 0.5s;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.inview .fx−bright {
  opacity: 1;
  animation: bright 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes bright {
  0% {
    filter: brightness(1000%) blur(50px);
  }
  100% {
    filter: brightness(100%) blur(0);
  }
}
body {
  background: #fff;
}
@media only screen and (max-width: 640px) {
  body {
    background-size: 200%;
  }
}

#main-content {
  width: 100%;
  color: #333;
  padding: 0;
  font-weight: 300;
  overflow: hidden;
}
#main-content p.small {
  font-size: 0.7%;
}
#main-content p.note {
  font-size: 12px;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #main-content p.note {
    font-size: 2.3vw;
  }
}
#main-content sup,
#main-content .sup {
  position: relative;
  top: -0.2em;
  font-size: 50%;
  vertical-align: super;
}

.pc {
  display: block;
}

.sp,
.sp-img {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }

  span.sp {
    display: inline !important;
  }

  .pc {
    display: none;
  }
}
#hero {
  position: relative;
  width: 100%;
  height: 92.85vw;
}
@media only screen and (max-width: 640px) {
  #hero {
    height: 210vw;
  }
}

.hero-title {
  position: absolute;
  top: 24%;
  left: 53%;
  width: 37.6%;
  opacity: 0;
  transition: opacity 1.5s 1.5s ease;
}
@media only screen and (max-width: 640px) {
  .hero-title {
    top: 5%;
    left: 50%;
    width: 92%;
    transform: translateX(-50%);
  }
}

.hero-badge {
  opacity: 0;
  transition: opacity 1.5s 1.7s ease;
}
.hero-badge ul {
  position: absolute;
  top: 13%;
  left: 77%;
  width: 14.5%;
  height: 7.2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .hero-badge ul {
    top: 14%;
    left: 63%;
    width: 33%;
  }
}
.hero-badge li {
  width: 49%;
}
.hero-badge li img {
  width: 100%;
}

.hero-about {
  position: absolute;
  top: 63%;
  left: 10%;
}
@media only screen and (max-width: 640px) {
  .hero-about {
    top: 50%;
    left: 5%;
    width: 90%;
  }
}
.hero-about h3 {
  font-size: min(3.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #766862;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 1s ease;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 640px) {
  .hero-about h3 {
    text-align: center;
  }
}
.hero-about h2 {
  margin-top: 0.5em;
  font-size: min(5vw, 30px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  color: #766862;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 1s ease;
  transition-delay: 0.7s;
}
@media only screen and (max-width: 640px) {
  .hero-about h2 {
    text-align: center !important;
  }
}
.hero-about p {
  margin-top: 2em;
  font-size: min(3.2vw, 16px);
  line-height: 2;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 1s ease;
  transition-delay: 0.9s;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .hero-about p {
    margin-top: 2.5em;
  }
}

.inview .hero-title,
.inview .hero-badge {
  opacity: 1;
}

.hero-about.inview h3, .hero-about.inview h2, .hero-about.inview p {
  opacity: 1;
  transform: translateY(0);
}

.product-nav {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
@media only screen and (max-width: 640px) {
  .product-nav {
    margin-top: 3em;
    width: 97%;
  }
}
.product-nav.inview li {
  opacity: 1;
  transform: translateY(0);
}
.product-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .product-nav ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-nav ul li {
  margin: 0 2%;
  width: 18%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease;
}
@media only screen and (max-width: 640px) {
  .product-nav ul li {
    margin: 0;
    width: 29.6875%;
  }
}
.product-nav ul li a {
  display: block;
  transition: opacity 0.4s ease;
}
.product-nav ul li a:hover {
  opacity: 0.6;
}
.product-nav ul .nav1 {
  margin: 0;
  width: 27%;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 640px) {
  .product-nav ul .nav1 {
    width: 40.625%;
  }
}
.product-nav ul .nav2 {
  transition-delay: 0.4s;
}
.product-nav ul .nav3 {
  transition-delay: 0.5s;
}
.product-nav p.note {
  margin-top: 2em;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .product-nav p.note {
    text-align: center;
  }
}

#products {
  background: #fff;
}

.product {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .product {
    padding-top: 70px;
  }
}
.product.inview .inner {
  opacity: 1;
  transform: translateY(0);
}
.product .inner {
  margin: 0 auto;
  padding: 90px 20px;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  background: #f8f7f7;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-in-out 0.5s, transform 1.3s 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .product .inner {
    padding: 40px 5% 50px;
  }
}
.product .inner h2 {
  position: relative;
  z-index: 1;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.15em;
  color: #766862 !important;
}
.product .inner h2 span {
  font-size: 40%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .product .inner h2 {
    font-size: 5.6vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .product .inner h2 span {
    font-size: 55%;
  }
}
.product .inner h2 .nmp {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.7em;
  padding: 2.5px 4px 1px 5px;
  font-size: 80%;
  border: solid 1px #766862;
}
.product .inner h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .product .inner h3 {
    margin-top: 0.5em;
    font-size: 3.2vw;
  }
}
.product .inner .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 80px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .product .inner .container {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

.product-ph {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-width: 500px;
  height: 550px;
}
@media only screen and (max-width: 640px) {
  .product-ph {
    margin-top: -20px;
    width: 90%;
    height: 110vw;
  }
}
.product-ph .product-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product-ph .product-slide {
    width: 100%;
  }
}
.product-ph .slide {
  position: relative;
}
.product-ph .slide-num {
  position: absolute;
  left: 50%;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif !important;
  font-size: 11px;
  text-align: center;
  transform: translateX(-50%);
}

.product-icons {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .product-icons {
    top: -20px;
    width: 15vw;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  transform: translateY(-30%);
}
.slide-arrow:hover {
  cursor: pointer;
}

.btn-next {
  right: -20px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .btn-next {
    right: -40px;
  }
}

.btn-prev {
  left: -20px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .btn-prev {
    left: -40px;
  }
}

.product-spec {
  margin-top: 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .product-spec {
    font-size: 3.2vw;
  }
}
.product-spec .spec-space {
  margin-top: 0.75em;
  line-height: 1.6;
}

.product-color {
  margin: 60px auto 0;
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 640px) {
  .product-color {
    margin: 50px 0 0 -5%;
    width: 110%;
  }
}

.product-tx {
  margin-left: 2%;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .product-tx {
    margin-left: 0;
    padding-top: 2em;
    width: 100%;
  }
}
.product-tx .product-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.product-tx .product-icon li {
  margin-bottom: 8px;
  margin-right: 8px;
  text-indent: 0;
  padding: 4px 13px 4px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #766862;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .product-tx .product-icon li {
    padding: 4px 10px 3px;
    font-size: 2.5vw;
  }
}

.product-features {
  margin-top: 1em;
}
.product-features ul {
  margin-left: 1.5em;
}
@media only screen and (max-width: 640px) {
  .product-features ul {
    margin-left: 5%;
  }
}
.product-features li {
  position: relative;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .product-features li {
    font-size: 3.4vw;
  }
}
.product-features li h4 {
  position: relative;
  font-size: min(3.4vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #766862;
}
.product-features li h4::before {
  position: relative;
  top: 0.08em;
  margin-left: -1.2em;
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #766862;
  border-radius: 8px;
}
.product-features li p {
  display: none;
  margin-top: 0.5em;
  font-size: min(3vw, 14px);
  line-height: 1.8;
}
.product-features li span {
  font-weight: 600;
}
.product-features li span.dot {
  padding-right: 0.5em;
  color: #766862;
}
.product-features p.note {
  margin: 20px auto 0;
  text-align: left;
}

.btn-more {
  margin: 30px 0 10px;
  text-align: center;
}
.btn-more a {
  display: inline-block;
  position: relative;
  padding: 4px 15px 4px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #766862;
  background: #e8e8e8;
  border-radius: 20px;
}

.recommend-brush {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 200px;
}
@media only screen and (max-width: 640px) {
  .recommend-brush {
    margin: 60px auto 0;
  }
}
.recommend-brush .brush-ph {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .recommend-brush .brush-ph {
    top: -7vw;
    left: 0;
    width: 33%;
  }
}
.recommend-brush .brush-tx {
  margin-left: 150px;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .recommend-brush .brush-tx {
    margin-left: 25%;
    padding: 10px 10px 20px;
  }
}
.recommend-brush .brush-tx h3 {
  font-size: min(3.5vw, 18px);
  text-align: left;
  letter-spacing: 0.1em;
  color: #766862;
}
.recommend-brush .brush-tx p {
  margin-top: 0.5em;
  font-size: min(2.5vw, 13px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #766862;
}
@media only screen and (max-width: 640px) {
  #product2 .product-ph, #product3 .product-ph {
    height: 100vw;
  }
}
.howto {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .howto {
    margin-top: 75px;
  }
}

.howto-title {
  position: relative;
  text-align: center;
}
.howto-title::before {
  position: relative;
  top: 28px;
  margin: 0 auto;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #cbc5c4;
}
@media only screen and (max-width: 640px) {
  .howto-title::before {
    top: 4.4vw;
    width: 100%;
  }
}
.howto-title h2 {
  margin-bottom: 0;
  display: inline-block;
  padding: 0 15px;
  font-size: min(7vw, 40px) !important;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 100 !important;
  text-align: center;
  letter-spacing: 0.1em;
  color: #766862;
  background-color: #f8f7f7;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .howto-title h2 {
    padding: 0 10px;
  }
}
.howto-title p {
  margin-top: 0.5em;
  font-size: min(3.2vw, 16px);
  font-weight: 400;
  color: #766862;
  text-align: center;
  letter-spacing: 0.1em;
}

.howto-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.howto-step .step {
  margin: 40px 1% 0;
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .howto-step .step {
    width: 75%;
  }
}
.howto-step .step-tx {
  margin-top: 1em;
}
.howto-step .step-tx p {
  font-size: min(3.2vw, 14px);
  line-height: 1.4;
  margin-top: 1em;
  text-align: center;
}
.howto-step .step-num {
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.howto-step .step-num span {
  margin-left: 0.2em;
  font-size: 160%;
}

.product-refill {
  position: relative;
  margin-top: 120px;
  overflow: hidden;
}
.product-refill .product-ph {
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 640px) {
  .product-refill .product-ph {
    left: -9%;
    height: 55vw !important;
  }
}
.product-refill .howto {
  margin-top: 50px;
}
.product-refill .howto-title::before {
  position: relative;
  top: 20px;
  margin: 0 auto;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #cbc5c4;
}
@media only screen and (max-width: 640px) {
  .product-refill .howto-title::before {
    top: 3vw;
  }
}
.product-refill .howto-title h2 {
  font-size: min(5vw, 30px) !important;
}

.btns {
  margin-top: 40px;
  width: 100%;
  max-width: 510px;
}
@media only screen and (max-width: 640px) {
  .btns {
    margin-top: 20px;
  }
}
.btns ul {
  margin-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btns ul + ul {
  margin-top: 1em;
}
.btns li {
  width: 49%;
}
.btns li.btn-buy2 {
  width: 100%;
}
.btns .btn a {
  width: 100%;
}

.btn {
  position: relative;
  font-size: 110%;
  text-align: center;
  color: #fff;
}
.btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 60px;
  text-align: center;
  color: #fff;
  background: #766862;
  transition: 0.15s linear;
  box-sizing: border-box;
}
.btn a:hover {
  cursor: pointer;
}
.btn p.note {
  line-height: 1;
  text-align: center;
  color: #766862 !important;
}

.btn-buy > a:hover {
  opacity: 0.7;
}

.btn-detail,
.btn-shop {
  color: #766862;
}
.btn-detail a,
.btn-shop a {
  color: #766862;
  background: #fff;
  border: solid 1px #766862;
  box-sizing: border-box;
}
.btn-detail a:hover,
.btn-shop a:hover {
  color: #fff;
  background: #766862;
}

.btn.comingsoon a {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .btn {
    font-size: 90%;
  }
  .btn a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .btn.comingsoon:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
  }

  .btn.comingsoon:after {
    width: 100%;
  }
}
.sns {
  margin-top: 100px;
}

/*# sourceMappingURL=style.css.map */
