@charset "UTF-8";
/* ==== Product top ==*/
.products {
  margin-top: 150px;
}

.products_list h1 {
    text-align: center;
    margin-top: 100px;
}

.products h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: .4rem;
}

.products_flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product {
  width: 48%;
}

p.product_title {
    font-size: .8rem;
    padding: 0 5px 0;
}


@media (min-width: 981px) {
  .product {
    width: 32%;
    margin-bottom: 30px;
  }
}



img {
	display: block;
}

.wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}

h1.entry-title {
    display: none;
}

.product_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.product_head_img {
    width: 39%;
}

.product_head_txt {
    width: 60%;
}

.product_head_txt h1 {
    font-size: 1rem;
}

.product_head_txt h1 > span {
  font-size: 1.5rem;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}

.product_relative {
    position: relative;
}


/* cleansing oil */
#cleansing_01 .abs_01 {
    position: absolute;
    top: 0;
}

#cleansing_01 .abs_02 {
    position: absolute;
    top: 37.32%;
}

#cleansing_01 .abs_03 {
    position: absolute;
    top: 74.33%;
}

#cleansing_01 .abs_04 {
    position: absolute;
    top: 27%;
}

#cleansing_01 .abs_05 {
    position: absolute;
    top: 10%;
}


/* cleansing form */
#cleansing_form .abs_01 {
    position: absolute;
    top: 0;
}

#cleansing_form .abs_02 {
    position: absolute;
    top: 43.32%;
}

#cleansing_form .abs_03 {
    position: absolute;
    top: 82.6%;
}

#cleansing_form .abs_04 {
    position: absolute;
    top: 76.32%;
}

#cleansing_form .abs_05 {
    position: absolute;
    top: 86.5%;
}


/* toner */
#toner .abs_01 {
    position: absolute;
    top: 0;
}

#toner .abs_02 {
    position: absolute;
    top: 0;
}

#toner .abs_03 {
    position: absolute;
    top: 28.6%;
}

/* serum */
#serum .abs_01 {
    position: absolute;
    top: 0;
}

#serum .abs_02 {
    position: absolute;
    top: 0;
}

#serum .abs_03 {
    position: absolute;
    top: 26.6%;
}

#serum .abs_04 {
    position: absolute;
    top: 8.6%;
}

/* toner pad */
#toner_pad .abs_01 {
    position: absolute;
    top: 0;
}

#toner_pad .abs_02 {
    position: absolute;
    top: 0;
}

#toner_pad .abs_03 {
    position: absolute;
    top: 26.6%;
}

/* sheet mask */
#sheet_mask .abs_01 {
    position: absolute;
    top: 57.2%;
}

#sheet_mask .abs_02 {
    position: absolute;
    top: 0;
}

#sheet_mask .abs_03 {
    position: absolute;
    top: 22.2%;
}