@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: min(2.3vw, 11px);
  color: #333;
}
#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;
  margin: 0;
  width: 100%;
  background: #7dc8cd;
  background: linear-gradient(120deg, #c6e8e9 30%, #ffe1c0 60%);
}

.hero-title {
  position: absolute;
  top: 40%;
  left: 4%;
  width: 23.7%;
  opacity: 0;
  transition: opacity 1.5s 1.5s ease;
}
.hero-title img {
  width: 100%;
  min-width: inherit;
}
@media only screen and (max-width: 640px) {
  .hero-title {
    top: 14%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
}

.hero-title2 {
  position: absolute;
  top: 47%;
  right: 3%;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  opacity: 0;
  transition: opacity 1.5s 1s ease;
}
@media only screen and (max-width: 640px) {
  .hero-title2 {
    top: 29%;
    left: 50%;
    right: inherit;
    font-size: 2.5vw;
    transform: translateX(-50%);
  }
}

.hero-info {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  padding: 1em 1.5em;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .hero-info {
    bottom: 20px;
    right: 5%;
    width: 90%;
    padding: 0.8em 0.4em 0.8em 1.2em;
    box-sizing: border-box;
  }
}
.hero-info p {
  color: #fff;
  font-size: min(2.5vw, 13px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .hero-info p {
    letter-spacing: 0;
  }
}

.hero-note {
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: min(2vw, 11px);
}
@media only screen and (max-width: 640px) {
  .hero-note {
    left: 5%;
    bottom: 4px;
  }
}

.hero-about {
  position: relative;
  margin: 0;
  padding: 100px 0;
  width: 100%;
  background: #C6E8E9;
  background: linear-gradient(120deg, #c6e8e9 0%, #ffe1c0 60%);
}
@media only screen and (max-width: 640px) {
  .hero-about {
    padding: 40px 0 30px;
  }
}
.hero-about p {
  font-size: min(3.2vw, 17px);
  line-height: 2.3;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 1s ease;
  transition-delay: 0.9s;
}
.hero-about p .note {
  text-align: right;
}

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

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

#makeup-styles {
  width: 100%;
  background: #a5d8da;
}
#makeup-styles .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
#makeup-styles .style-ph {
  position: relative;
  top: 0;
  left: 0;
  width: 43%;
  max-width: 600px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-ph {
    margin: 30px auto 0;
    width: 60%;
  }
}
#makeup-styles .style-ph .style-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-ph .style-slide {
    width: 100%;
  }
}
#makeup-styles .style-ph .slide {
  position: relative;
}
#makeup-styles .style-icon-swipe {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 35px;
}
#makeup-styles .style-info {
  position: relative;
  width: 57%;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-info {
    width: 100%;
  }
}
#makeup-styles .style-title {
  padding-top: 30px;
}
#makeup-styles .style-title h2 {
  margin: 0;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(8vw, 40px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
#makeup-styles .style-title p {
  margin-top: 1em;
  font-size: min(3vw, 16px);
  text-align: center;
}
#makeup-styles .style-thumb {
  margin: 30px auto 0;
}
#makeup-styles .style-thumb ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.5%;
}
#makeup-styles .style-thumb li {
  margin: 0 0.5%;
  width: 16%;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-thumb li {
    width: 18%;
  }
}
#makeup-styles .style-thumb li a {
  display: block;
  transition: opacity 0.4s ease;
}
#makeup-styles .style-thumb li a:hover {
  opacity: 0.6;
}
#makeup-styles .style-tx-slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-tx-slide {
    width: 100%;
  }
}
#makeup-styles .style-tx-slide .slide {
  position: relative;
}
#makeup-styles .slide-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  transform: translateY(-30%);
}
#makeup-styles .slide-arrow:hover {
  cursor: pointer;
}
#makeup-styles .btn-next {
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .btn-next {
    right: -40px;
  }
}
#makeup-styles .btn-prev {
  left: 20px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .btn-prev {
    left: -40px;
  }
}
#makeup-styles .style-tx {
  position: relative;
  margin: 50px auto 40px;
  width: 92%;
  max-width: 480px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-tx {
    margin: 50px auto 20px;
  }
}
#makeup-styles .style-tx h4 {
  font-size: min(4vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  z-index: 1;
  letter-spacing: -0.04em;
}
#makeup-styles .style-tx h5 {
  margin-top: 1.5em;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #666;
}
#makeup-styles .style-tx p {
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.7;
}
#makeup-styles .style-theme {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(-30%, -20%);
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-theme {
    transform: translate(-10%, -20%);
  }
}
#makeup-styles .style-theme .style-theme-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #makeup-styles .style-theme .style-theme-slide {
    width: 100%;
  }
}
#makeup-styles .style-theme .slide {
  position: relative;
}
#makeup-styles .style-items {
  margin: 2em auto 0;
  width: 100%;
  max-width: 460px;
}

.product-nav {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1400px;
}
@media only screen and (max-width: 640px) {
  .product-nav {
    margin: 20px auto 0;
  }
}
.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;
  width: 25%;
  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 {
    width: 50%;
  }
}
.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 {
  transition-delay: 0.3s;
}
.product-nav ul .nav2 {
  transition-delay: 0.4s;
}
.product-nav ul .nav3 {
  transition-delay: 0.5s;
}
.product-nav ul .nav4 {
  transition-delay: 0.6s;
}
.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 {
  margin-top: 50px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #products {
    margin-top: 20px;
  }
}

.product {
  padding-top: 150px;
  background: #fff8f4;
}
@media only screen and (max-width: 640px) {
  .product {
    padding-top: 40px;
  }
}
.product.inview .inner {
  opacity: 1;
  transform: translateY(0);
}
.product .inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  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: 0 3% 20px;
    width: 100%;
  }
}
.product .inner h2 {
  position: relative;
  z-index: 1;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e7a2a2 !important;
  text-transform: uppercase;
}
.product .inner h2 span {
  font-size: 30%;
  letter-spacing: 0.1em;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .product .inner h2 {
    font-size: 6.5vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .product .inner h2 span {
    font-size: 45%;
  }
}
.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 #333;
}
.product .inner h3 {
  position: relative;
  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 h4 {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .product .inner h4 {
    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;
  }
}

#product2.product {
  background: #eef3e2;
}
#product2.product h2 {
  color: #a3b772 !important;
}

#product3.product {
  background: #fff7f7;
}
#product3.product h2 {
  color: #f59eac !important;
}

#product4.product {
  background: #f9e4db;
}
#product4.product h2 {
  color: #e18374 !important;
}

.product-tx {
  position: relative;
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .product-tx {
    margin-top: 20px;
    width: 90%;
  }
}

.product-features {
  margin-top: 3em;
  max-width: 530px;
}
.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 h5 {
  position: relative;
  font-size: min(3.4vw, 16px);
  font-weight: 400;
  line-height: 1.6;
}
.product-features li h5::before {
  position: relative;
  top: 0.05em;
  margin-left: -1.2em;
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #e7a2a2;
  border-radius: 8px;
}
#product2 .product-features li h5::before {
  background: #a3b772;
}
#product3 .product-features li h5::before {
  background: #f59eac;
}
#product4 .product-features li h5::before {
  background: #e18374;
}
.product-features li p {
  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;
}

.product-ph {
  position: relative;
  margin-top: 0;
  width: 50%;
  max-width: 600px;
}
@media only screen and (max-width: 640px) {
  .product-ph {
    margin-top: -20px;
    width: 90%;
  }
  #product3 .product-ph {
    margin-top: -40px;
    margin-bottom: -20px;
  }
}

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

.colors {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .colors {
    margin-top: 40px;
  }
}

.colors-title {
  position: relative;
  text-align: center;
}
.colors-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: 300 !important;
  text-align: center;
  letter-spacing: 0.1em;
  color: #766862;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .colors-title h2 {
    padding: 0 10px;
  }
}
.colors-title p {
  margin-top: 0.5em;
  font-size: min(3.2vw, 16px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.color-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-list .color {
  position: relative;
  margin: 40px 3% 0;
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .color-list .color {
    margin: 20px 1.5% 0;
    width: 47%;
  }
  .color-list .color.color-before {
    margin: 20px 5% 0;
  }
}
#product3 .color-list .color, #product4 .color-list .color {
  margin: 40px 1% 0;
  width: 18%;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color, #product4 .color-list .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 35px 0 0;
    width: 100%;
  }
  #product3 .color-list .color .color-ph, #product4 .color-list .color .color-ph {
    width: 40%;
    flex-shrink: 0;
  }
}
.color-list .color-ph .note {
  padding: 3px 0;
  font-size: 9px;
  text-align: right;
}
.color-list .color-ph .color-ba {
  padding: 0 0 5px;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
}
.color-list .color-ph img {
  box-sizing: border-box;
  border: solid 10px #fff;
}
@media only screen and (max-width: 640px) {
  .color-list .color-ph img {
    border: solid 7px #fff;
  }
}
.color-list .color-ph .color-frame1 {
  border-color: #efdfd2;
}
.color-list .color-ph .color-frame2 {
  border-color: #eccec6;
}
.color-list .color-ph .color-frame3 {
  border-color: #fce6d1;
}
.color-list .color-ph .color-frame4 {
  border-color: #f4c3b0;
}
.color-list .color-ph .color-frame5 {
  border-color: #f4b9b4;
}
.color-list .color-ph .color-frame6 {
  border-color: #eb9b8d;
}
.color-list .color-tx {
  margin-top: 1em;
}
.color-list .color-tx p {
  font-size: min(2.8vw, 14px);
  line-height: 1.6;
  margin-top: 1em;
  text-align: center;
}
.color-list .color-tx p .note {
  font-size: 10px !important;
}
#product4 .color-list .color-tx p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color-tx, #product4 .color-list .color-tx {
    margin-left: 1em;
  }
  #product3 .color-list .color-tx .color-num, #product3 .color-list .color-tx p, #product4 .color-list .color-tx .color-num, #product4 .color-list .color-tx p {
    text-align: justify;
  }
  #product3 .color-list .color-tx p, #product4 .color-list .color-tx p {
    margin-top: 0.5em;
  }
  #product3 .color-list .color-tx p .note, #product4 .color-list .color-tx p .note {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.color-list .arrow-down {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/item_01_ba_arrow.png) no-repeat center bottom;
  background-size: 18px;
}
.color-list .color-num {
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(3.5vw, 18px);
  text-align: center;
}
.color-list .color-num span {
  margin-left: 0.2em;
}
.color-list .color-texture {
  margin: 10px auto 0;
  width: 80%;
}
#product2 .color-list .color-texture {
  width: 40%;
  max-width: 90px;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color-texture, #product4 .color-list .color-texture {
    position: absolute;
    left: 23%;
    bottom: -25px;
    width: 30%;
  }
}
.color-list .ba-arrow {
  width: 12px;
  background: url(../img/item_02_ba_arrow.png) no-repeat 50% 35%;
  background-size: 100%;
}

.item-information {
  position: relative;
  padding: 60px 0 100px;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .item-information {
    padding: 30px 0 10px;
  }
}
.item-information .nmp {
  position: relative;
  display: inline-block;
  margin-right: 0.7em;
  padding: 3px 4px 3px 5px;
  font-size: 90%;
  line-height: 1;
  border: solid 1px #333;
  text-align: center;
  letter-spacing: 0.1em;
}
.item-information .product-name {
  margin-top: 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.item-information .product-detail {
  margin-top: 1em;
  font-size: min(3vw, 14px);
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
}
.item-information .product-tag {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
}
.item-information .product-tag ul {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.item-information .product-tag li {
  color: #fff;
  background-color: #e7a2a2;
  border-radius: 2em;
  padding: 0.2em 1em 0.35em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .item-information .product-tag li {
    font-size: 2.8vw;
  }
}
.item-information .product-tag li:not(:last-of-type) {
  margin-right: 5px;
}
#product2 .item-information .product-tag li {
  background-color: #a3b772;
}
#product3 .item-information .product-tag li {
  background-color: #f59eac;
}
#product4 .item-information .product-tag li {
  background-color: #e18374;
}
.item-information .product-tag ul + ul {
  margin-top: 6px;
}
@media only screen and (max-width: 640px) {
  .item-information .product-tag ul + ul {
    margin-top: 5px;
  }
}
.item-information .product-tag .note {
  text-align: center;
}
.item-information .product-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.item-information .product-links li:not(:last-of-type) {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .item-information .product-links li:not(:last-of-type) {
    margin-right: 0;
  }
}
.item-information .product-links .btn-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 222px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  .item-information .product-links .btn-link a {
    margin: 0 1vw;
    width: 42vw;
    height: 40px;
    font-size: 3.125vw;
    padding: 0.85em 0;
  }
}
.item-information .product-links .btn-link p.note {
  padding-top: 0.5em;
  color: #db8383 !important;
  line-height: 1.5em;
  text-align: center;
  font-size: 13px !important;
  letter-spacing: 0.1em;
}
#product2 .item-information .product-links .btn-link p.note {
  color: #a3b772 !important;
}
#product3 .item-information .product-links .btn-link p.note {
  color: #f59eac !important;
}
#product4 .item-information .product-links .btn-link p.note {
  color: #e18374 !important;
}
.item-information .product-links .btn-link.buy a {
  color: #fff;
  border-color: #e7a2a2;
  background-color: #e7a2a2;
}
@media only screen and (max-width: 640px) {
  .item-information .product-links .btn-link.buy a {
    width: 86vw;
  }
}
#product2 .item-information .product-links .btn-link.buy a {
  color: #fff;
  border-color: #a3b772;
  background-color: #a3b772;
}
#product3 .item-information .product-links .btn-link.buy a {
  color: #fff;
  border-color: #f59eac;
  background-color: #f59eac;
}
#product4 .item-information .product-links .btn-link.buy a {
  color: #fff;
  border-color: #e18374;
  background-color: #e18374;
}
.item-information .product-links .btn-link.buy a:hover {
  color: #db8383;
  background: #fff;
  border-color: #e7a2a2;
}
#product2 .item-information .product-links .btn-link.buy a:hover {
  color: #a3b772;
  background: #fff;
  border-color: #a3b772;
}
#product3 .item-information .product-links .btn-link.buy a:hover {
  color: #f59eac;
  background: #fff;
  border-color: #f59eac;
}
#product4 .item-information .product-links .btn-link.buy a:hover {
  color: #e18374;
  background: #fff;
  border-color: #e18374;
}
.item-information .product-links .btn-link.buy-soldout {
  pointer-events: none;
}
.item-information .product-links .btn-link.detail a, .item-information .product-links .btn-link.shop a {
  color: #db8383;
  border-color: #e7a2a2;
  background-color: #fff;
}
#product2 .item-information .product-links .btn-link.detail a, #product2 .item-information .product-links .btn-link.shop a {
  color: #a3b772;
  border-color: #a3b772;
  background-color: #fff;
}
#product3 .item-information .product-links .btn-link.detail a, #product3 .item-information .product-links .btn-link.shop a {
  color: #f59eac;
  border-color: #f59eac;
  background-color: #fff;
}
#product4 .item-information .product-links .btn-link.detail a, #product4 .item-information .product-links .btn-link.shop a {
  color: #e18374;
  border-color: #e18374;
  background-color: #fff;
}
.item-information .product-links .btn-link.detail a:hover, .item-information .product-links .btn-link.shop a:hover {
  color: #fff;
  background-color: #e7a2a2;
}
#product2 .item-information .product-links .btn-link.detail a:hover, #product2 .item-information .product-links .btn-link.shop a:hover {
  color: #fff;
  background-color: #a3b772;
}
#product3 .item-information .product-links .btn-link.detail a:hover, #product3 .item-information .product-links .btn-link.shop a:hover {
  color: #fff;
  background-color: #f59eac;
}
#product4 .item-information .product-links .btn-link.detail a:hover, #product4 .item-information .product-links .btn-link.shop a:hover {
  color: #fff;
  background-color: #e18374;
}
.item-information .product-links .comingsoon a {
  opacity: 0.5;
  pointer-events: none;
}

.sns {
  margin-top: 100px;
}

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