.btn_sticky {
  box-sizing: border-box;
  transition: all .2s ease-in-out;
  padding: 20px 0
}
@media screen and (max-width: 590px) {
  .btn_sticky {
    padding: 8px 0
  }
}
.btn_sticky ul {
  justify-content: flex-start
}
.btn_sticky ul li {
  box-sizing: border-box;
  margin-right: 1.5%;
  width: calc(97%/3)
}
.btn_sticky ul li a {
  box-sizing: border-box;
  border: 1px solid #727171;
  background: #727171;
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  padding: 15px 20px
}
@media screen and (max-width: 590px) {
  .btn_sticky ul li a {
    padding: 5px 10px
  }
}
.btn_sticky ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(135deg)
}
@media screen and (max-width: 590px) {
  .btn_sticky ul li a::after {
    width: 3px;
    height: 3px;
    right: 5px;
    margin-top: -2px
  }
}
.btn_sticky ul li .btn_category {
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0 auto
}
@media screen and (max-width: 590px) {
  .btn_sticky ul li .btn_category {
    font-size: 2.8vw
  }
}
.btn_sticky ul li:last-child {
  margin-right: 0
}
.btn_sticky.sticky {
  background: #eed0d7;
  position: sticky;
  position: -webkit-sticky;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.btn_sticky.sticky ul li a {
  background: transparent;
  color: #727171
}
.btn_sticky.sticky ul li a::after {
  border-top: solid 1px #727171;
  border-right: solid 1px #727171
}
.btn_sticky_cart {
  transition: all .2s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100
}
#product_list_page {
  box-sizing: border-box;
  background: #eed0d7;
  padding-bottom: 160px;
}
@media screen and (max-width: 590px) {
  #product_list_page {
    padding-bottom: 80px;
	margin-top: 25px;
  }
}
#product_list_page .ttl_sub .en {
  color: #3e3a39;
  font-size: 2rem;
  font-weight: bold;
  opacity: 1
}
@media screen and (max-width: 590px) {
  #product_list_page .ttl_sub .en {
    font-size: 1.5rem
  }
}
#product_list_page .ttl_sub .jp {
  color: #727171;
  font-size: 1rem
}
@media screen and (max-width: 590px) {
  #product_list_page .ttl_sub .jp {
    font-size: 0.8rem
  }
}
/*
#product_list_page .btn_sticky ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: cover
}
@media screen and (max-width: 590px) {
  #product_list_page .btn_sticky ul li a::before {
    left: 6px
  }
}
#product_list_page .btn_sticky ul li.btn_category01 a::before {
  background: url("../img/common/icon_eyecare.svg") no-repeat;
  width: 21px;
  height: 3px
}
@media screen and (max-width: 590px) {
  #product_list_page .btn_sticky ul li.btn_category01 a::before {
    width: 14px;
    height: 2px
  }
}
#product_list_page .btn_sticky ul li.btn_category02 a::before {
  background: url("../img/common/icon_skincare.svg") no-repeat;
  width: 20px;
  height: 24px
}
@media screen and (max-width: 590px) {
  #product_list_page .btn_sticky ul li.btn_category02 a::before {
    width: 13.3px;
    height: 16px
  }
}
#product_list_page .btn_sticky ul li.btn_category03 a::before {
  background: url("../img/common/icon_makeup.svg") no-repeat;
  width: 12.75px;
  height: 24px
}
@media screen and (max-width: 590px) {
  #product_list_page .btn_sticky ul li.btn_category03 a::before {
    width: 8px;
    height: 15px
  }
}
#product_list_page .btn_sticky.sticky ul li.btn_category01 a::before {
  background: url("../img/common/icon_eyecare_gray.svg") no-repeat
}
#product_list_page .btn_sticky.sticky ul li.btn_category02 a::before {
  background: url("../img/common/icon_skincare_gray.svg") no-repeat
}
#product_list_page .btn_sticky.sticky ul li.btn_category03 a::before {
  background: url("../img/common/icon_makeup_gray.svg") no-repeat
}*/
.btn_fixed {
  box-sizing: border-box;
  background: #eed0d7;
  transition: all .2s ease-in-out;
  padding: 8px 15px;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.btn_fixed ul {
  justify-content: flex-start
}
.btn_fixed ul li {
  box-sizing: border-box;
  margin-right: 1.5%;
  width: calc(97%/3)
}
.btn_fixed ul li a {
  box-sizing: border-box;
  border: 1px solid #727171;
  color: #727171;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  padding: 10px 15px
}
@media screen and (max-width: 590px) {
  .btn_fixed ul li a {
    padding: 5px;
	max-height: 24px;
  }
}
.btn_fixed ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #727171;
  border-right: solid 1px #727171;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(135deg)
}
@media screen and (max-width: 590px) {
  .btn_fixed ul li a::after {
    width: 3px;
    height: 3px;
    right: 5px;
    margin-top: -2px
  }
}
.btn_fixed ul li .btn_category {
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 590px) {
  .btn_fixed ul li .btn_category {
    font-size: 2.8vw
  }
}
.btn_fixed ul li .btn_category img {
  margin-left: -5px;
  margin-right: 5px;
}
@media screen and (max-width: 590px) {
	.btn_fixed ul li .btn_category img {
  margin-right: 3px;
}
}
.btn_fixed ul li:last-child {
  margin-right: 0
}
#product_list {
  padding-top: 160px;
}
@media screen and (max-width: 590px) {
  #product_list {
    padding-top: 100px;
  }
}
#product_list .ttl {
  margin-bottom: 0;
}
/*btn_end*/
.product_list_area {
  align-items: stretch;
  flex-wrap: wrap
}
.product_list_area .product_box {
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 20px rgba(201, 153, 166, 0.2);
  margin-bottom: 3%;
  position: relative;
  width: calc(97%/2)
}
.product_list_area .product_box:nth-child(2n) {
  margin-left: 3%
}
.product_list_area .top_box {
  position: relative
}
.product_list_area .top_box .product_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px
}
@media screen and (max-width: 590px) {
  .product_list_area .top_box .product_icon {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px
  }
}
.product_list_area .bottom_box {
  box-sizing: border-box;
  padding: 0px 40px 80px
}
@media screen and (max-width: 590px) {
  .product_list_area .bottom_box {
    padding: 0px 10px 40px
  }
}
.product_list_area .bottom_box .product_ttl .en {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 590px) {
  .product_list_area .bottom_box .product_ttl .en {
    font-size: 4vw;
  }
}
@media screen and (max-width: 345px) {
  .product_list_area .bottom_box .product_ttl .en {
    font-size: 3.9vw;
  }
}
.product_list_area .bottom_box .product_ttl .jp {
  font-size: 0.8rem
}
.product_list_area .btn_more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px)
}
@media screen and (max-width: 590px) {
  .product_list_area .btn_more {
    bottom: 20px;
    width: calc(100% - 20px)
  }
}
.product_list_area .btn_more span {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  max-width: 100%
}
@media screen and (max-width: 590px) {
  .product_list_area .btn_more span {
    font-size: 0.8rem;
    line-height: 24px
  }
}
@media screen and (max-width: 590px) {
  .product_list_area .btn_more span::before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    right: 10px;
    border-top: solid 1px #727171;
    border-right: solid 1px #727171
  }
}
#product_detail .btn_sticky ul {
  justify-content: center
}
#product_detail .btn_sticky.sticky ul {
  justify-content: center
}
.mv_box {
  align-items: center;
  background: #eed0d7;
  box-sizing: border-box;
  margin-bottom: 40px
}
@media screen and (max-width: 590px) {
  .mv_box {
    display: block
  }
}
.mv_box .product_mv, .mv_box .product_mv_text {
  box-sizing: border-box;
  width: 50%
}
@media screen and (max-width: 590px) {
  .mv_box .product_mv, .mv_box .product_mv_text {
    width: 100%
  }
}
.mv_box .product_mv_text {
  padding: 40px;
  max-width: 600px;
  margin: auto
}
@media screen and (max-width: 590px) {
  .mv_box .product_mv_text {
    padding: 40px 15px
  }
}
.mv_box .product_mv_text_contents {
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 20px rgba(201, 153, 166, 0.2);
  padding: 25px 15px 5px
}
.mv_box .product_detail small {
  color: #727171;
  letter-spacing: normal;
  margin: 5px 0
}
.mv_box .product_mv ul li img {
  width: 100% !important;
  height: 100% !important;
}
.btn_sticky {
  padding: 8px 15px
}
.ttl_sub .en {
  color: #727171;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.7
}
@media screen and (max-width: 590px) {
  .ttl_sub .en {
    font-size: 0.8rem
  }
}
.ttl_sub .jp {
  color: #3e3a39;
  font-size: 1.8rem;
  letter-spacing: 0.1em
}
@media screen and (max-width: 590px) {
  .ttl_sub .jp {
    font-size: 1.4rem
  }
}
.cont01 {
  margin-bottom: 50px
}
@media screen and (max-width: 590px) {
  .cont01 {
    display: block
  }
}
.cont01 .left_box, .cont01 .right_box {
  box-sizing: border-box;
  width: 50%
}
@media screen and (max-width: 590px) {
  .cont01 .left_box, .cont01 .right_box {
    width: 100%
  }
}
.cont01 .left_box {
  padding-right: 40px
}
@media screen and (max-width: 590px) {
  .cont01 .left_box {
    padding-right: 0;
    margin-bottom: 15px
  }
}
.cont01 .left_box small {
  color: #727171;
  letter-spacing: normal;
  margin: 5px 0;
  line-height: 1.3
}
.cont02 {
  margin-bottom: 50px
}
.cont02 ul {
  margin-top: 40px
}
@media screen and (max-width: 590px) {
  .cont02 ul {
    margin-top: 20px
  }
}
.cont02 ul li {
  box-sizing: border-box;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px
}
.cont02 ul li::before {
  content: "";
  display: block;
  width: 14.7px;
  height: 12px;
  position: absolute;
  top: 4.5px;
  left: 0;
  background: url("../img/common/icon_check.svg") no-repeat;
  background-size: cover
}
.product_point {
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(201, 153, 166, 0.2);
  padding: 60px 15px 30px;
  margin-bottom: 40px
}
@media screen and (max-width: 590px) {
  .product_point {
    padding: 40px 15px 20px;
    margin-bottom: 25px
  }
}
.product_point .point {
  color: #dca9bf;
  text-align: center;
  text-decoration: underline;
  line-height: 1
}
.product_point .point .en {
  font-size: 1.1rem;
  font-weight: 400
}
.product_point .point .num {
  font-size: 1.3rem;
  font-weight: 600
}
.product_point .ttl_point {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.5em auto 1em;
  letter-spacing: 0.05em;
  line-height: 1.5
}
@media screen and (max-width: 590px) {
  .product_point .ttl_point {
    font-size: 1.2rem
  }
}
.product_point .product_point_contents {
  align-items: center
}
.product_point_contents .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 590px) {
  .product_point .product_point_contents {
    display: block
  }
}
.product_point .product_point_contents .pic_box, .product_point .product_point_contents .text_box {
  box-sizing: border-box;
  padding: 0 15px;
  margin: 15px 0;
  width: 50%
}
@media screen and (max-width: 590px) {
  .product_point .product_point_contents .pic_box, .product_point .product_point_contents .text_box {
    padding: 0;
    width: 100%
  }
  .product_point .product_point_contents .text_box {
    margin-top: 30px;
  }
}
.howtouse_step {
  margin-bottom: 25px
}
.howtouse_step .howtouse_step_ttl {
  color: #dca9bf;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.1em
}
.howtouse_step .howtouse_step_list {
  justify-content: flex-start;
  align-items: stretch
}
.howtouse_step .howtouse_step_list li {
  background: #FFF;
  border: 1px solid #dca9bf;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  line-height: 1;
  margin-right: 20px;
  position: relative
}
.howtouse_step .howtouse_step_list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #dca9bf;
  border-right: solid 2px #dca9bf;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -4px;
  transform: rotate(45deg)
}
.howtouse_step .howtouse_step_list li span {
  text-align: center;
  color: #dca9bf;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2
}
@media screen and (max-width: 590px) {
  .howtouse_step .howtouse_step_list li span {
    font-size: 3.5vw
  }
}
.howtouse_step .howtouse_step_list li.active {
  background: #dca9bf
}
.howtouse_step .howtouse_step_list li.active span {
  color: #FFF
}
.howtouse_step .howtouse_step_list li:last-child {
  margin-right: 0
}
.howtouse_step .howtouse_step_list li:last-child::before {
  display: none
}
.howtouse_flow .howtouse_flow_contents {
  align-items: flex-start;
  margin-top: 15px
}
@media screen and (max-width: 590px) {
  .howtouse_flow .howtouse_flow_contents {
    display: block
  }
}
.howtouse_flow .howtouse_flow_contents .text_box {
  box-sizing: border-box;
  width: 45%
}
@media screen and (max-width: 590px) {
  .howtouse_flow .howtouse_flow_contents .text_box {
    width: 100%
  }
}
.howtouse_flow .howtouse_flow_contents .movie_box {
  box-sizing: border-box;
  padding-left: 25px;
  width: 55%
}
@media screen and (max-width: 590px) {
  .howtouse_flow .howtouse_flow_contents .movie_box {
    padding-left: 0;
    width: 100%
  }
}
.howtouse_flow .howtouse_flow_contents.wide .text_box {
  width: 100%
}
.howtouse_flow .howtouse_flow_contents.wide .howtouse_flow_list li {
  margin: 25px auto
}
.howtouse_flow .howtouse_flow_contents.wide .howtouse_flow_list li .right_box, .howtouse_flow .howtouse_flow_contents.wide .howtouse_flow_list li .left_box {
  padding-left: 0;
  width: 100%
}
.howtouse_flow .howtouse_flow_list li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px
}
.howtouse_flow .howtouse_flow_list li .left_box {
  box-sizing: border-box;
  width: 30%
}
.howtouse_flow .howtouse_flow_list li .right_box {
  box-sizing: border-box;
  font-size: 0.85rem;
  padding-left: 15px;
  line-height: 1.5;
  width: 70%
}
.howtouse_flow .howtouse_flow_list li:last-child {
  margin-bottom: 0
}
.howtouse_flow .howtouse_flow_list .howtouse_flow_list_step {
  margin-left: -10px;
  margin-bottom: 10px;
  line-height: 1
}
.howtouse_flow .howtouse_flow_list .howtouse_flow_list_step span {
  box-sizing: border-box;
  border: 1px solid #dca9bf;
  border-radius: 100px;
  color: #dca9bf;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1;
  padding: 2px 10px
}
.howtouse_flow .howtouse_movie {
  box-sizing: border-box;
  overflow: hidden
}
.howtouse_flow .howtouse_movie video {
  box-sizing: border-box;
  width: 100%;
  height: auto
}
.offer_color_ttl {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 40px;
  color: #f0618d;
  text-decoration: underline
}
#product_offer {
  box-sizing: border-box;
  background: #eed0d7;
  padding-bottom: 160px
}
@media screen and (max-width: 590px) {
  #product_offer {
    padding-bottom: 80px
  }
}
.offer_box {
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 20px rgba(201, 153, 166, 0.2);
  padding: 5vw 10vw 3vw;
  margin-bottom: 40px
}
@media screen and (max-width: 590px) {
  .offer_box {
    padding: 40px 15px 25px;
    margin-bottom: 25px
  }
}
.ttl_offer {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em
}
@media screen and (max-width: 590px) {
  .ttl_offer {
    font-size: 1.6rem
  }
}
.offer_point {
  text-align: center;
  max-width: 480px;
  margin: 0 auto
}
.offer_image {
  box-sizing: border-box;
  margin: 25px auto;
  width: 100%
}
@media screen and (max-width: 590px) {
  .offer_image {
    margin: 10px auto
  }
}
.offer_price {
  align-items: flex-end;
  justify-content: center;
  margin: 40px auto 20px
}
@media screen and (max-width: 590px) {
  .offer_price {
    margin: 25px auto 10px
  }
}
.offer_price_time {
  box-sizing: border-box;
  border: 1px solid #3e3a39;
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 20px
}
@media screen and (max-width: 590px) {
  .offer_price_time {
    width: 32px;
    height: 32px;
    margin-right: 10px
  }
}
.offer_price_time span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  text-align: center;
  width: 100%
}
@media screen and (max-width: 590px) {
  .offer_price_time span {
    font-size: 12px
  }
}
.offer_price_tax {
  line-height: 1
}
.offer_price_tax .num {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 0
}
@media screen and (max-width: 590px) {
  .offer_price_tax .num {
    font-size: 10vw
  }
}
.offer_price_tax.not {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 20px
}
@media screen and (max-width: 590px) {
  .offer_price_tax.not {
    font-size: 4.8vw;
    margin-right: 10px
  }
}
.offer_price_tax.in {
  color: #727171;
  font-weight: normal;
  font-size: 1.3rem
}
@media screen and (max-width: 590px) {
  .offer_price_tax.in {
    font-size: 4vw
  }
}
.offer_price_tax.in .num {
  font-size: 1.3rem;
  font-weight: normal
}
@media screen and (max-width: 590px) {
  .offer_price_tax.in .num {
    font-size: 4vw
  }
}
.offer_modal {
  margin: 20px auto
}
@media screen and (max-width: 590px) {
  .offer_modal {
    margin: 15px auto
  }
}
.offer_modal .accordion {
  border-bottom: 1px solid rgba(114, 113, 113, 0.25);
  text-align: left;
  padding: 5px
}
.offer_modal .accordion::before {
  top: 50%;
  transform: translateY(-50%)
}
.offer_modal .accordion::after {
  top: 50%;
  transform: translateY(-50%) rotate(90deg)
}
.offer_modal .accordion-open {
  padding: 0
}
form .offer_modal .attention {
  color: #727171;
}
.offer_modal .accordion-open .attention {
  color: #727171;
}
.subttl_offer {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em
}
.btn_cart {
  margin: 40px auto 60px
}
@media screen and (max-width: 590px) {
  .btn_cart {
    margin: 25px auto 40px
  }
}
.offer_faq {
  margin-top: 60px
}
.offer_faq .subttl_offer {
  margin-bottom: 1em
}
.tab_area .tab {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 15px
}
.tab_area .tab li {
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: calc(100%/3)
}
.tab_area .tab li a {
  box-sizing: border-box;
  border: 1px solid #727171;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #727171;
  padding: 3px 5px;
  position: relative;
  transition: all .2s ease-in-out;
  text-decoration: none;
  width: 100%
}
.tab_area .tab li.active a {
  background: rgba(235, 206, 213, 0.3)
}
.area {
  display: none;
  opacity: 0
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1
}
.faq_slider {
  padding-bottom: 40px
}
.faq_slider .slick-dots {
  bottom: -10px
}
.faq_slider .faq_slider_cont {
  box-sizing: border-box;
  border: 1px solid #727171;
  padding: 15px
}
.faq_slider .faq_slider_cont .q {
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px
}
.faq_slider .faq_slider_cont .q::before {
  content: "Q";
  color: #3e3a39;
  display: block;
  font-family: "upgrade", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.faq_slider .faq_slider_cont .a {
  box-sizing: border-box;
  padding-left: 25px;
  position: relative
}
.faq_slider .faq_slider_cont .a::before {
  content: "A";
  color: #3e3a39;
  display: block;
  font-family: "upgrade", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.textarea .ttl_under {
  text-align: center;
  font-size: 1.2rem
}
@media screen and (max-width: 590px) {
  .textarea .ttl_under {
    font-size: 5.25vw
  }
}
.cross_list {
  margin: 40px auto 20px
}
@media screen and (max-width: 590px) {
  .cross_list {
    margin: 25px auto 15px
  }
}
.cross_list li {
  margin-bottom: 10px
}
.cross_list li a {
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #3e3a39;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 0;
  position: relative
}
.cross_list li .left_box {
  box-sizing: border-box;
  line-height: 1;
  width: 35%
}
.cross_list li .right_box {
  box-sizing: border-box;
  padding-left: 5px;
  width: 65%
}
.cross_list li .product_more {
  position: absolute;
  bottom: 0;
  right: 0
}
.cross_list li .product_more p {
  padding: 0
}
.cross_list li .product_more p span {
  background: #727171;
  box-sizing: border-box;
  font-size: 8px;
  font-weight: 500;
  color: #FFF;
  padding: 5px 10px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em
}
.cross_list li .product_more p span::before {
  content: '';
  width: 3px;
  height: 3px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  transform: rotate(45deg)
}
.cross_list li .product_category {
  margin-bottom: 5px
}
/*mascura,glitter*/
.color_img {
  height: 52.083333333333336vw;
  margin: 0 auto 5.208333333333334vw;
  position: relative;
  width: 52.083333333333336vw;
}
.color_img img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.color_img img.active {
  z-index: 2;
}
.color_pattern {
  display: -webkit-box;
  display: flex;
  padding-bottom: 7.8125vw;
  position: relative;
}
.color_pattern li + li {
  margin-left: 1.7vw;
}
.color_pattern li p {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.color_pattern li .colorbox {
  background: #000;
  box-sizing: border-box;
  cursor: pointer;
  height: 10vw;
  width: 10vw;
}
.color_pattern li.active p {
  z-index: 2;
}
.color_pattern li.active .colorbox {
  border: 2px solid orange;
}
@media screen and (min-width: 591px) {
  .color_img {
    height: 400px;
    margin: 0 auto 30px;
    position: relative;
    width: 400px
  }
  .color_pattern {
    padding-bottom: 40px;
  }
  .color_pattern li + li {
    margin-left: 10px
  }
  .color_pattern li .colorbox {
    height: 35px;
    width: 35px
  }
}
/*faq*/
.faq_slider_cont .attention {
  color: #727171;
}
/*eyelashserum*/
@media screen and (min-width: 591px) {
.eyelashserum-points{
	max-width: 65%;
	margin: 0 auto 0 0;
}
}
/*course*/
#prcomment_container .ttl_offer{
	margin-bottom: 0;
}
#prcomment_container .ttl_course{
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.01em;
}
.tanpinfaq_container {
  background: #fff;
  padding: 0px 10px;
  box-sizing: border-box;
}
/*event_banner*/
#attention-banner{
	margin-top: 20px;
}