@charset "UTF-8";
/*============================================================*/
/* 2102adwe */
/*============================================================*/
body {
  min-width: auto;
}

main {
  font-size: 3.3vw;
  line-height: 1.8;
  margin: auto;
  max-width: 798px;
  width: 100%;
}

section {
  margin: 0;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .main_content {
    margin-bottom: 70px;
  }
}

.content_text {
  width: 79%;
}

.text-mincho {
  font-family: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
}

.text-large {
  font-size: 4.8vw;
}

.text-small {
  font-size: 3.3vw;
}

.text-exsmall {
  font-size: 10px;
}

.text-brown {
  color: #bf882c;
}

.text-red {
  color: #cf0000;
}

.text-point-pink,
.text-point-yellow,
.text-underline {
  position: relative;
  z-index: 1;
}

.text-point-pink::after,
.text-point-yellow::after,
.text-underline::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.text-point-pink::after,
.text-point-yellow::after {
  height: 0.5em;
}

.text-point-pink:after {
  background: #ffbec4;
}

.text-point-yellow:after {
  background: #f9d190;
}

.text-underline::after {
  background: #333333;
  height: 1px;
}

.text-dashedline {
  background: url("../img/underline.svg") repeat-x left bottom/1.2vw;
}

.bg-brown {
  background: #bf882c;
  color: #fff;
}

@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
  .text-large {
    font-size: 20px;
  }
  .text-small {
    font-size: 14px;
  }
  .text-exsmall {
    font-size: 12px;
  }
  .text-underline {
    background-size: 10px;
  }
}

/*============================================================*/
/* info */
/*============================================================*/
.info {
  background: linear-gradient(135deg, #752822, #d91960);
  color: #fff;
  padding: 7.5vw 0 0;
}

.info_img {
  margin-right: -1.2em;
  width: 27.5%;
}

.info_inner {
  line-height: 1.4;
  margin-top: 7vw;
  width: 66%;
}

.info_inner p,
.info_inner dl {
  margin-top: 1em;
}

.info_inner dl {
  font-size: 3.1vw;
  line-height: 1.6;
}

.info_inner dt {
  font-weight: 300;
}

.info_inner dt span {
  border: 1px solid #fff;
  line-height: 1;
  padding: 0.2em 0.3em;
}

@media screen and (min-width: 768px) {
  .info {
    padding: 40px 0 15px;
  }
  .info_img {
    margin-right: -1.9em;
  }
  .info_inner {
    margin-top: 60px;
  }
  .info p,
  .info dl {
    margin-top: 1.8em;
  }
  .info dl {
    font-size: 15px;
  }
}

/*============================================================*/
/* cart */
/*============================================================*/
.cart button,
.cart .note + p {
  width: 93%;
  font-weight: 600;
}

.cart button {
  background: url("../img/cart.svg") no-repeat left 2.8em center/1.5em,
    url("../img/arrow.svg") no-repeat right 1.8em center/1.5em,
    linear-gradient(90deg, #2c846b, #5fe6c3);
  border-radius: 0.2em;
  color: #fff;
  font-size: 3.3vw;
  line-height: 1.4;
  margin-top: 3.1vw;
  padding: 0.6em 1.3em 0.5em 0;
}

.cart .note {
  color: #707070;
  margin-top: 4.3vw;
  width: 90%;
}

.cart .note + p {
  color: #110e0e;
  margin-top: 2.5vw;
}

@media screen and (min-width: 768px) {
  .cart button {
    background: url("../img/cart.svg") no-repeat left 5.8em center/1.5em,
      url("../img/arrow.svg") no-repeat right 1.8em center/1.5em,
      linear-gradient(90deg, #2c846b, #5fe6c3);
    font-size: 22px;
    margin-top: 25px;
  }
  .cart .note {
    margin-top: 35px;
  }
  .cart .note + p {
    margin-top: 20px;
  }
}

/*============================================================*/
/* for */
/*============================================================*/
.for {
  margin-top: 3.1vw;
}

.for_inner1 {
  background: #ebebeb;
  padding: 7.5vw 0 4.3vw;
}

.for_inner2 {
  background: url("../img/for_arrow.svg") no-repeat center top/100%,
    url("../img/for_bg.png") no-repeat center center/cover;
  padding-bottom: 1.5em;
}

.for_text {
  font-size: 3.6vw;
  margin-top: 10.6vw;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.for_text span {
  font-size: 8vw;
  line-height: 1.5;
}

.for .note {
  width: 86%;
}

@media screen and (min-width: 768px) {
  .for {
    margin-top: 25px;
  }
  .for_inner1 {
    padding: 60px 0 35px;
  }
  .for_text {
    font-size: 27px;
    line-height: 1.4;
    margin-top: 85px;
  }
  .for_text span {
    font-size: 61px;
  }
}

/*============================================================*/
/* product */
/*============================================================*/
.product_inner + .product_inner {
  margin-top: -12vw;
}

.product_inner .note {
  margin: 1vw 0 2vw;
}

.product_text {
  margin-top: 6.2vw;
}

.product_app-wrapper {
  background-color: #FBFAF9;
  padding: 5vw 20px 20vw;
  margin-top: 10vw;
}

.product_app1 {
  font-size: 4vw;
  margin-top: 10.6vw;
}

.product_app-wrapper img + img {
  margin-top: 20px;
}

.product_app2 {
  font-size: 6.1vw;
  margin-top: 4.3vw;
}

@media screen and (min-width: 768px) {
  .product_inner + .product_inner {
    margin-top: -75px;
  }
  .product_inner .note {
    margin: 10px 0 30px;
  }
  .product_text {
    margin-top: 50px;
  }
  .product_app-wrapper {
    padding: 70px 50px 120px;
    margin-top: 80px;
  }
  .product_app1 {
    font-size: 32px;
    margin-top: 0;
  }
  .product_app1 span {
    padding-bottom: 0.2em;
  }
  .product_app2 {
    font-size: 49px;
    margin-top: 35px;
  }
}

/*============================================================*/
/* material */
/*============================================================*/
.material h2 {
  color: #bf882c;
  font-size: 6.2vw;
  letter-spacing: 0.1em;
  margin: 2em 0 1.3em;
}

.material_item {
  width: 93%;
}

.material_item + .material_item {
  margin-top: 8.7vw;
}

.material_img {
  margin-right: 1em;
  min-width: 25%;
}

.material_name {
  font-size: 3.3vw;
  margin-bottom: 1em;
  padding: 0 0.5em;
}

.material_name span {
  font-size: 3.1vw;
}

.material_text {
  font-size: 3.3vw;
}

@media screen and (min-width: 768px) {
  .material h2 {
    font-size: 50px;
  }
  .material_item + .material_item {
    margin-top: 70px;
  }
  .material_img {
    margin-right: 1.5em;
    min-width: 33%;
  }
  .material_name {
    font-size: 24px;
  }
  .material_name span {
    font-size: 20px;
  }
  .material_text {
    font-size: 20px;
  }
}

/*============================================================*/
/* moist */
/*============================================================*/
.moist {
  margin-top: 17.5vw;
}

.moist_app {
  font-size: 6.2vw;
  line-height: 1.2;
}

.moist_app > span {
  font-size: 10.5vw;
  margin-top: 0.4em;
}

.moist_app > span span {
  font-size: 8.7vw;
}

.moist h2,
.moist_text {
  margin-top: 5.6vw;
  width: 88%;
}

.moist h2 {
  font-size: 5.6vw;
  padding: 0.3em 0;
}

.moist_text {
  font-size: 3.3vw;
}

.moist_text + p {
  font-size: 4.3vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 8.1vw 0 3.1vw;
}

@media screen and (min-width: 768px) {
  .moist {
    margin-top: 140px;
  }
  .moist_app {
    font-size: 50px;
  }
  .moist_app span {
    font-size: 84px;
  }
  .moist_app span span {
    font-size: 70px;
  }
  .moist h2,
  .moist_text {
    margin-top: 45px;
  }
  .moist h2 {
    font-size: 45px;
  }
  .moist_text {
    font-size: 20px;
  }
  .moist_text + p {
    font-size: 35px;
    margin: 65px 0 25px;
  }
}

/*============================================================*/
/* howto */
/*============================================================*/
.howto {
  margin-top: 6.8vw;
}

.howto h2 {
  font-size: 7.8vw;
}

.howto h2 span {
  font-size: 5.2vw;
}

.howto_top {
  background: url("../img/howto_bg.png") no-repeat left 1.7vw top 5.6vw/22.2vw,
    #fefafa;
  padding: 8.7vw 0 7.5vw 3.7vw;
}

.howto_tag {
  border: 1px solid #cf0000;
  margin-top: 0.7em;
  padding: 0.2em 0;
  width: 76%;
}

.howto_inner {
  background: url("../img/howto_arrow.svg") no-repeat center top/100%;
  padding: 16.2vw 0 6.8vw;
}

.howto_content + .howto_content {
  margin-top: 13vw;
}

.howto_img {
  width: 40vw;
}

.howto_img img {
  width: 100%;
}

.howto_text {
  font-size: 3.3vw;
  margin-top: 1em;
  max-width: 50vw;
}

.howto h3 {
  font-size: 4vw;
  margin-bottom: 1vw;
}

@media screen and (min-width: 768px) {
  .howto {
    margin-top: 50px;
  }
  .howto h2 {
    font-size: 47px;
  }
  .howto h2 span {
    font-size: 26px;
  }
  .howto_top {
    background: url("../img/howto_bg.png") no-repeat left 110px top 45px/146px,
      #fefafa;
    padding: 70px 0 60px 30px;
  }
  .howto_tag {
    width: 51.5%;
  }
  .howto_content + .howto_content {
    margin-top: 40px;
  }
  .howto_img {
    max-width: 25%;
  }
  .howto_inner {
    padding: 130px 0 55px;
  }
  .howto h3 {
    font-size: 120%;
    margin-bottom: 5px;
  }
  .howto_text {
    font-size: 14px;
    margin: 0 0 0 3em;
    max-width: 66%;
  }
}

/*============================================================*/
/* SPカートボタン変更  */
/*============================================================*/
@media screen and (max-width: 768px) {
  .cart button {
    width: 100%;
    background: none;
    padding: 0;
  }
  .cart button img {
    width: 95%;
    margin: auto;
  }
}


/*============================================================*/
/*    RF28は、美肌を研究し続けて140年以上 */
/*============================================================*/
.brand {
	background: #f1f1f1;
}

@media screen and (min-width: 768px) {
	.brand {
    margin-top: 50px;
		padding: 50px 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.brand {
		padding: 7vw 0 3vw;
    margin: 50px 0;
	}
}

.brand_text {
	text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
	.brand_text {
		font-size: 28px;
		margin-bottom: 40px;
    line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	.brand_text {
		font-size: 4vw;
		margin-bottom: 6vw;
    margin-left: 8px;
    line-height: 1.6;
	}
}

.brand_inner {
	background: #eae4e4;
}

@media screen and (min-width: 768px) {
	.brand_inner {
		padding: 70px 54px 75px;
    margin: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.brand_inner {
		padding: 9vw 6vw 13vw;
    margin: 0 10px;
	}
}

.brand_inner_heading {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.brand_inner_heading {
		font-size: 48px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.brand_inner_heading {
		font-size: 6vw;
		margin-bottom: 4vw;
	}
}

.brand_inner_text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.brand_inner_text {
		font-size: 32px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.brand_inner_text {
		font-size: 4vw;
		margin-bottom: 5vw;
	}
}

.brand_content_heading {
	font-weight: 700;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.brand_content_heading {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.brand_content_heading {
    text-align: center;
		font-size: 4vw;
		margin-bottom: 4vw;
    line-height: 1.6;
	}
}

@media screen and (min-width: 768px) {
	.brand_content_text {
		font-size: 18px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.brand_content_text {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.brand_content_text {
		font-size: 3.32vw;
		margin-bottom: 4vw;
	}
}

@media screen and (min-width: 768px) {
	.brand_content + .brand_content {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.brand_content + .brand_content {
		margin-top: 9vw;
	}
}

.brand_f {
  
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


@media screen and (min-width: 768px) {
  .brand_cont {
      width: 798px;
  }
}
.brand_cont {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
