@charset "utf-8";
/* CSS Document */
section{margin:0 !important;padding:1.0em 0 !important;}
@media screen and (max-width:767px) {
  section{padding:0 0 !important;}
}
p {margin: 0;}
h1{margin: 0;}

.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.att {
  font-size: 11px;
  color: #666666;
  line-height: 1.4em;
  font-weight: normal;
}
.attc {
  text-align: center;
}
#p_point {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/*--fv&product--*/
#p_point .p_product_wrapper {
  width: 100%;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_point/img/p-point_bg01.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  #p_point .p_product_wrapper {
    background-image: none;
  }
}
.fv_detail_btn {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.fv_detail_btn p {
  width: 50%;
}
.fv_detail_btn a:hover img {
  filter: brightness(1.1);
}
/*--p_p_detail--*/
.p_p_detail {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .p_p_detail {
    display: block;
  }
}
.p_p_detail_box {
  width: 50%;
  padding: 0 3.75% 10em;
}
.p_p_detail_box .buybtn {
  width: 60%;
  margin: 1rem auto 0;
}
.p_p_detail_box .buybtn a:hover img {
  filter: brightness(1.1);
}
@media screen and (max-width:767px) {
  .p_p_detail_box {
    width: 100%;
    padding: 2rem 5% 3rem;
  }
  #glossy.p_p_detail_box {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_point/img/p-point_bg_sp01.png");
  }
  #deep.p_p_detail_box {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_point/img/p-point_bg_sp02.png");
    padding: 2rem 5% 10rem;
  }
}

/*--p_care--*/
#p_point .p_care_wrapper {
  width: 100%;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_point/img/p-point_bg02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  margin-top: -100px;
  padding-bottom: 300px;
}
@media screen and (max-width:1000px) {
  #p_point .p_care_wrapper {
    padding: 11rem 0 7rem;
  }
}
@media screen and (max-width:767px) {
  #p_point .p_care_wrapper {
    padding: 7rem 0 10rem;
  }
}
.p_care h2 {
  width: 86%;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width:1000px) {
  .p_care h2 {
    width: 95%;
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .p_care h2 {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.p_care .p_in01 {
  width: 80%;
  margin: 0.5rem auto 0.5rem;
}
@media screen and (max-width:1000px) {
  .p_care .p_in01 {
    width: 95%;
  }
}
@media screen and (max-width:767px) {
  .p_care .p_in01 {
    width: 100%;
    margin: 2rem auto 2rem;
  }
}
.p_care .p_vi {
  display: flex;
  width: 69%;
  margin: 0.5rem auto 0.5rem;
  align-items: center;
}
@media screen and (max-width:1000px) {
  .p_care .p_vi {
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .p_care .p_vi {
    display: block;
    width: 100%;
  }
}
.p_care .p_vi01 {
  width: 30%;
}
@media screen and (max-width:767px) {
  .p_care .p_vi01 {
    width: 50%;
    margin: 0 auto 1rem;
  }
}
.p_care .p_vi02 {
  width: 67%;
}
@media screen and (max-width:767px) {
  .p_care .p_vi02 {
    width: 90%;
    margin: 0 auto;
  }
}

/*--pureal_produ--*/
.pureal_product {
  width: 100%;
  background-color: #c7edff;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_point/img/p-point_bg03.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0;
}
.pureal_product_wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.pureal_product h2 {
  width: 51.4%;
  margin: 0 auto 2rem;
}
.pureal_product p {
  margin-bottom: 2rem;
}
.pureal_product p a:hover img {
  filter: brightness(1.1);
}
.pureal_product div.column2 {
  display: flex;
  justify-content: space-between;
}
.pureal_product div.column2 p {
  width: 48.6%;
}
.pureal_product p.sg_banner {
  position: relative;
}
.pureal_product p.sg_banner span {
  display: block;
  width: 16%;
  position: absolute;
  top: -5px;
  left: -5px;
}
@media screen and (max-width:1120px) {
  .pureal_product {
    padding: 3rem 0;
  }
  .pureal_product_wrapper {
    width: 93%;
    margin: 0 auto;
  }
  .pureal_product p {
    margin-bottom: 1.0rem;
  }
}
