@charset "UTF-8";
body {
  font-family: -apple-system, blinkmacsystemfont, roboto, "Segoe UI",
    "Helvetica Neue", helveticaneue, "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.5vw;
  }
}

section {
  font-size: 1.6rem;
  color: #333;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}
li:focus {
  outline: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

/* =========================================== */
/*	共通
/* =========================================== */
.link-btn {
  font-weight: 700;
  background-color: #14a095;
  color: #fff;
  border: 1px solid #14a095;
  padding: 21px 10px 18px;
  display: block;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}
.link-btn::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
}
.link-btn:hover {
  color: #14a095;
  background-color: #fff;
}
.link-btn:hover::after {
  right: 17px;
}
.link-btn_outline {
  color: #14a095;
  background-color: #fff;
}
.link-btn_outline:hover {
  background-color: #14a095;
  color: #fff;
}

/*-- lotion --*/
#lotion .link-btn {
  background-color: #38c7e5;
  border: 1px solid #38c7e5;
  color: #fff;
}
#lotion .link-btn:hover {
  color: #38c7e5;
  background-color: #fff;
}
#lotion .link-btn_outline {
  color: #38c7e5;
  background-color: #fff;
}
#lotion .link-btn_outline:hover {
  background-color: #38c7e5;
  color: #fff;
}

/*-- emulsion --*/
#emulsion .link-btn {
  background-color: #42d1cc;
  border: 1px solid #42d1cc;
  color: #fff;
}
#emulsion .link-btn:hover {
  color: #42d1cc;
  background-color: #fff;
}
#emulsion .link-btn_outline {
  color: #42d1cc;
  background-color: #fff;
}
#emulsion .link-btn_outline:hover {
  background-color: #42d1cc;
  color: #fff;
}

/*-- cream --*/
#cream .link-btn {
  background-color: #f68fb9;
  border: 1px solid #f68fb9;
  color: #fff;
}
#cream .link-btn:hover {
  color: #f68fb9;
  background-color: #fff;
}
#cream .link-btn_outline {
  color: #f68fb9;
  background-color: #fff;
}
#cream .link-btn_outline:hover {
  background-color: #f68fb9;
  color: #fff;
}

/*============================================================*/
/*    ページタイトル */
/*============================================================*/
.page-title {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  margin: 75px;
}
.page-title span {
  color: #14a095;
  font-weight: bold;
  display: block;
  font-size: 50%;
  font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 7vw;
    margin: 10vw;
  }
  .page-title span {
    margin-bottom: 3vw;
  }
}

/*============================================================*/
/*    anchor */
/*============================================================*/

.lineup-anchor {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 0 3vw;
}
.lineup-anchor a.lineup-anchor__item {
  max-width: 200px;
  font-size: 16px;
  display: block;
  color: #333;
}
.lineup-anchor a.lineup-anchor__item:hover {
  text-decoration: none;
}
.lineup-anchor a.lineup-anchor__item::after {
  font-family: "Font Awesome 5 pro";
  content: "\f078";
  font-size: 32px;
  font-weight: 100;
}
.lineup-anchor .lineup-anchor__item-name {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .lineup-anchor {
    margin: 0 auto 5vw;
  }
  .lineup-anchor a.lineup-anchor__item {
    max-width: 100%;
    font-size: 3vw;
  }
  .lineup-anchor a.lineup-anchor__item::after {
    font-size: 6vw;
  }
  .lineup-anchor .lineup-anchor__item-name {
    font-size: 2.6vw;
    margin: 3vw 0;
    white-space: nowrap;
  }
}

/*============================================================*/
/*    lead */
/*============================================================*/

.lineup-lead {
  background: url(../img/lineup/lead_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 200px;
}
.lineup-lead__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 5vw;
}
.lineup-lead__text {
  font-size: 18px;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto 80px;
  padding: 0 5vw;
  box-sizing: content-box;
}
.lineup-lead__data {
  max-width: 940px;
  margin: auto;
  padding: 0 30px 30px;
  background: -moz-linear-gradient(
    top,
    rgba(20, 160, 149, 0) 0%,
    rgba(20, 160, 149, 0) 12%,
    rgba(20, 160, 149, 0.15) 12%,
    rgba(20, 160, 149, 0.15) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(20, 160, 149, 0) 0%,
    rgba(20, 160, 149, 0) 12%,
    rgba(20, 160, 149, 0.15) 12%,
    rgba(20, 160, 149, 0.15) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(20, 160, 149, 0) 0%,
    rgba(20, 160, 149, 0) 12%,
    rgba(20, 160, 149, 0.15) 12%,
    rgba(20, 160, 149, 0.15) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lineup-lead__data--inner {
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.lineup-lead__data--info {
  font-size: 20px;
  max-width: 380px;
  padding-top: 20px;
}
.lineup-lead__data--info h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.lineup-lead__data--note {
  font-size: 14px;
  margin-top: 40px;
}
.lineup-lead__data--graph {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .lineup-lead {
    background: url(../img/lineup/lead_bg.jpg) no-repeat left top;
    background-size: cover;
    padding: 10vw 0 0;
    margin-bottom: 25vw;
  }
  .lineup-lead__title {
    font-size: 5.5vw;
    line-height: 1.6;
    margin-bottom: 5vw;
    text-align: left;
  }
  .lineup-lead__text {
    font-size: 4vw;
    line-height: 1.8;
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .lineup-lead__data {
    max-width: 100%;
    margin: auto;
    padding: 0 3vw 5vw;
    background: -moz-linear-gradient(
      top,
      rgba(20, 160, 149, 0) 0%,
      rgba(20, 160, 149, 0) 12%,
      rgba(20, 160, 149, 0.15) 12%,
      rgba(20, 160, 149, 0.15) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(20, 160, 149, 0) 0%,
      rgba(20, 160, 149, 0) 12%,
      rgba(20, 160, 149, 0.15) 12%,
      rgba(20, 160, 149, 0.15) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(20, 160, 149, 0) 0%,
      rgba(20, 160, 149, 0) 12%,
      rgba(20, 160, 149, 0.15) 12%,
      rgba(20, 160, 149, 0.15) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .lineup-lead__data--inner {
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 7vw 5.5vw;
  }
  .lineup-lead__data--info {
    font-size: 4vw;
    max-width: 100%;
    padding-top: 0;
  }
  .lineup-lead__data--info h4 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .lineup-lead__data--note {
    text-align: right;
    font-size: 3vw;
    margin-top: 3vw;
  }
  .lineup-lead__data--graph {
    max-width: 80%;
    margin: 5vw auto 0;
  }
}

/*============================================================*/
/*    step */
/*============================================================*/

/*-- step__main --*/

.step__main {
  background: #f3f3f3;
}
.step__main--inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0 0;
}
.step__main--icon {
  width: 230px;
  position: absolute;
  top: -80px;
  left: 0;
}
.step__main--container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.step__main--fig {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.step__main--title {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #7a7a7a;
  font-size: 50px;
  padding-top: 150px;
  width: 55%;
}
.step__main--product {
  width: 45%;
  max-width: 250px;
}
.step__main--text {
  font-size: 18px;
  width: 40%;
  padding: 25% 0 0 0;
}
.step__main--text h4 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .step__main--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .step__main--inner {
    max-width: 100%;
    padding: 50px 0 0;
  }
  .step__main--icon {
    width: 30vw;
    position: absolute;
    top: -11vw;
    left: 5vw;
  }
  .step__main--container {
    display: block;
  }
  .step__main--fig {
    width: 100%;
    justify-content: center;
  }
  .step__main--title {
    font-size: 7vw;
    padding-top: 15vw;
    width: 50%;
  }
  .step__main--product {
    max-width: 100%;
    width: 40%;
  }
  .step__main--text {
    font-size: 3.8vw;
    width: auto;
    padding: 0 0 5vw;
  }
  .step__main--text h4 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
}

.step__img {
  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 1) 0%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 0) 10%,
    rgba(243, 243, 243, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 1) 0%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 0) 10%,
    rgba(243, 243, 243, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(243, 243, 243, 1) 0%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 1) 10%,
    rgba(243, 243, 243, 0) 10%,
    rgba(243, 243, 243, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.step__img figure {
  max-width: 1000px;
  margin: auto;
}
.step__img figure img {
  max-width: 545px;
}

@media screen and (max-width: 767px) {
  .step__img {
    background: -moz-linear-gradient(
      top,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 0) 20%,
      rgba(243, 243, 243, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 0) 20%,
      rgba(243, 243, 243, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 1) 20%,
      rgba(243, 243, 243, 0) 20%,
      rgba(243, 243, 243, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 15vw;
  }
  .step__img figure {
    max-width: 100%;
    padding: 0 5vw;
  }
  .step__img figure img {
    max-width: 100%;
  }
}

/*-- main cream --*/
#cream .step__main--fig {
  width: 65%;
}
#cream .step__main--title {
  font-size: 50px;
  padding-top: 150px;
  width: 45%;
}
#cream .step__main--product {
  width: 65%;
  padding-top: 18%;
  max-width: 300px;
}
#cream .step__main--text {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #cream .step__main--fig {
    width: 100%;
    justify-content: center;
  }
  #cream .step__main--title {
    font-size: 7vw;
    padding-top: 15vw;
    width: 50%;
  }
  #cream .step__main--text {
    width: 100%;
  }
}

/*-- step__data1 --*/

.step__data1 {
  margin-bottom: 90px;
}
.step__data1--container {
  position: relative;
  max-width: 1000px;
  height: 398px;
  margin: auto;
}
.step__data1--inner {
  position: absolute;
  top: -40px;
  right: 0;
  height: 380px;
}
.step__data1--inbg {
  padding-bottom: 40px;
}
.step__data1--block {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.step__data1--block--info {
  font-size: 19px;
  max-width: 370px;
  margin-right: 30px;
  padding-top: 50px;
}
.step__data1--block--info h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.step__data1--block--info--note {
  font-size: 14px;
  margin-top: 40px;
}
.step__data1--block figure {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .step__data1 {
    background: -moz-linear-gradient(
      left,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .step__data1--container {
    max-width: 100%;
    height: auto;
  }
  .step__data1--inner {
    background: none;
    position: static;
    top: 0;
    right: 0;
    height: auto;
  }
  .step__data1--inbg {
    padding-bottom: 8vw;
  }
  .step__data1--block {
    display: block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 7vw 5vw;
    margin: 0 5vw;
  }
  .step__data1--block--info {
    font-size: 4vw;
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .step__data1--block--info h4 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  .step__data1--block--info--note {
    font-size: 3vw;
    margin-top: 3vw;
    text-align: right;
  }
  .step__data1--block figure {
    max-width: 80%;
    margin: 5vw auto 0;
  }
}

/*-- step__data2 --*/

.step__data2 {
  margin-bottom: 80px;
}
.step__data2--outbg {
  background: url(../img/lineup/bg_white.png) repeat-x top left;
}
.step__data2--container {
  max-width: 1000px;
  margin: auto;
}
.step__data2--inner {
  max-width: 870px;
}
.step__data2--inbg {
  background: url(../img/lineup/bg_white.png) repeat-y top right;
  padding-bottom: 40px;
}
.step__data2--block {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.step__data2--block--info {
  font-size: 19px;
  max-width: 300px;
  margin-right: 50px;
  padding-top: 50px;
}
.step__data2--block--info h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.step__data2--block--info--note {
  font-size: 14px;
  margin-top: 40px;
}
.step__data2--block figure {
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .step__data2 {
    margin-bottom: 10vw;
  }
  .step__data2--container {
    max-width: 100%;
  }
  .step__data2--inner {
    background: none;
    max-width: 100%;
  }
  .step__data2--inbg {
    background: url(../img/lineup/bg_white.png) repeat-x top left;
    padding-bottom: 8vw;
  }
  .step__data2--block {
    display: block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 7vw 5vw;
    margin: 0 5vw;
  }
  .step__data2--block--info {
    font-size: 4vw;
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .step__data2--block--info h4 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  .step__data2--block--info--note {
    font-size: 3vw;
    margin-top: 3vw;
    text-align: right;
  }
  .step__data2--block figure {
    max-width: 80%;
    margin: 5vw auto 0;
  }
}

/*-- step lotion --*/
#lotion .step__data1 {
  background: -moz-linear-gradient(
    left,
    rgba(56, 199, 229, 0) 0%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0.15) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(56, 199, 229, 0) 0%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0.15) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(56, 199, 229, 0) 0%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0.15) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lotion .step__data1--inbg {
  background: #e1f7fb url(../img/lineup/bg_white.png) repeat-y top left;
}
#lotion .step__data2 {
  background: -moz-linear-gradient(
    left,
    rgba(56, 199, 229, 0.15) 0%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(56, 199, 229, 0.15) 0%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(56, 199, 229, 0.15) 0%,
    rgba(56, 199, 229, 0.15) 50%,
    rgba(56, 199, 229, 0) 50%,
    rgba(56, 199, 229, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lotion .step__data2--inner {
  background: #e1f7fb;
}
@media screen and (max-width: 767px) {
  #lotion .step__data1 {
    background: -moz-linear-gradient(
      left,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(56, 199, 229, 0) 0%,
      rgba(56, 199, 229, 0) 10%,
      rgba(56, 199, 229, 0.15) 10%,
      rgba(56, 199, 229, 0.15) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #lotion .step__data1--inbg {
    background: url(../img/lineup/bg_white.png) repeat-x top left;
  }
  #lotion .step__data2 {
    background: -moz-linear-gradient(
      left,
      rgba(56, 199, 229, 0.15) 0%,
      rgba(56, 199, 229, 0.15) 90%,
      rgba(56, 199, 229, 0) 90%,
      rgba(56, 199, 229, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(56, 199, 229, 0.15) 0%,
      rgba(56, 199, 229, 0.15) 90%,
      rgba(56, 199, 229, 0) 90%,
      rgba(56, 199, 229, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(56, 199, 229, 0.15) 0%,
      rgba(56, 199, 229, 0.15) 90%,
      rgba(56, 199, 229, 0) 90%,
      rgba(56, 199, 229, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #lotion .step__data2--inner {
    background: none;
  }
}

/*-- step emulsion --*/
#emulsion .step__data1 {
  background: -moz-linear-gradient(
    left,
    rgba(66, 209, 204, 0) 0%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0.15) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(66, 209, 204, 0) 0%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0.15) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(66, 209, 204, 0) 0%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0.15) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#emulsion .step__data1--inbg {
  background: #e3f8f8 url(../img/lineup/bg_white.png) repeat-y top left;
}
#emulsion .step__data2 {
  background: -moz-linear-gradient(
    left,
    rgba(66, 209, 204, 0.15) 0%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(66, 209, 204, 0.15) 0%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(66, 209, 204, 0.15) 0%,
    rgba(66, 209, 204, 0.15) 50%,
    rgba(66, 209, 204, 0) 50%,
    rgba(66, 209, 204, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#emulsion .step__data2--inner {
  background: #e3f8f8;
}
@media screen and (max-width: 767px) {
  #emulsion .step__data1 {
    background: -moz-linear-gradient(
      left,
      rgba(66, 209, 204, 0) 0%,
      rgba(66, 209, 204, 0) 10%,
      rgba(66, 209, 204, 0.15) 10%,
      rgba(66, 209, 204, 0.15) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(66, 209, 204, 0) 0%,
      rgba(66, 209, 204, 0) 10%,
      rgba(66, 209, 204, 0.15) 10%,
      rgba(66, 209, 204, 0.15) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(66, 209, 204, 0) 0%,
      rgba(66, 209, 204, 0) 10%,
      rgba(66, 209, 204, 0.15) 10%,
      rgba(66, 209, 204, 0.15) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #emulsion .step__data1--inbg {
    background: url(../img/lineup/bg_white.png) repeat-x top left;
  }
  #emulsion .step__data2 {
    background: -moz-linear-gradient(
      left,
      rgba(66, 209, 204, 0.15) 0%,
      rgba(66, 209, 204, 0.15) 90%,
      rgba(66, 209, 204, 0) 90%,
      rgba(66, 209, 204, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(66, 209, 204, 0.15) 0%,
      rgba(66, 209, 204, 0.15) 90%,
      rgba(66, 209, 204, 0) 90%,
      rgba(66, 209, 204, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(66, 209, 204, 0.15) 0%,
      rgba(66, 209, 204, 0.15) 90%,
      rgba(66, 209, 204, 0) 90%,
      rgba(66, 209, 204, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #emulsion .step__data2--inner {
    background: none;
  }
}

/*-- step cream --*/
#cream .step__data1 {
  background: -moz-linear-gradient(
    left,
    rgba(246, 143, 185, 0) 0%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0.15) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(246, 143, 185, 0) 0%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0.15) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(246, 143, 185, 0) 0%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0.15) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#cream .step__data1--container {
  height: 408px;
}
#cream .step__data1--inbg {
  background: #feeef5 url(../img/lineup/bg_white.png) repeat-y top left;
}
#cream .step__data2 {
  background: -moz-linear-gradient(
    left,
    rgba(246, 143, 185, 0.15) 0%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(246, 143, 185, 0.15) 0%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(246, 143, 185, 0.15) 0%,
    rgba(246, 143, 185, 0.15) 50%,
    rgba(246, 143, 185, 0) 50%,
    rgba(246, 143, 185, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#cream .step__data2--inner {
  background: #feeef5;
}
@media screen and (max-width: 767px) {
  #cream .step__data1 {
    background: -moz-linear-gradient(
      left,
      rgba(246, 143, 185, 0) 0%,
      rgba(246, 143, 185, 0) 10%,
      rgba(246, 143, 185, 0.15) 10%,
      rgba(246, 143, 185, 0.15) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(246, 143, 185, 0) 0%,
      rgba(246, 143, 185, 0) 10%,
      rgba(246, 143, 185, 0.15) 10%,
      rgba(246, 143, 185, 0.15) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(246, 143, 185, 0) 0%,
      rgba(246, 143, 185, 0) 10%,
      rgba(246, 143, 185, 0.15) 10%,
      rgba(246, 143, 185, 0.15) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #cream .step__data1--container {
    height: auto;
  }
  #cream .step__data1--inbg {
    background: url(../img/lineup/bg_white.png) repeat-x top left;
  }
  #cream .step__data2 {
    background: -moz-linear-gradient(
      left,
      rgba(246, 143, 185, 0.15) 0%,
      rgba(246, 143, 185, 0.15) 90%,
      rgba(246, 143, 185, 0) 90%,
      rgba(246, 143, 185, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(246, 143, 185, 0.15) 0%,
      rgba(246, 143, 185, 0.15) 90%,
      rgba(246, 143, 185, 0) 90%,
      rgba(246, 143, 185, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(246, 143, 185, 0.15) 0%,
      rgba(246, 143, 185, 0.15) 90%,
      rgba(246, 143, 185, 0) 90%,
      rgba(246, 143, 185, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #cream .step__data2--inner {
    background: none;
  }
}

/*============================================================*/
/*    product */
/*============================================================*/
.product {
  background: #fbfbfb;
  margin-bottom: 130px;
}
.product__main {
  max-width: 1000px;
  margin: auto;
  padding: 90px 0 60px;
}
.product__main--slide {
  max-width: 340px;
}
.product__main--slide .product__thumb li {
  background: #fff;
  border: 1px solid #d5d5d5;
  margin: 0 5px;
  cursor: pointer;
}
.product__main--slide .product__thumb .slick-track {
  transform: unset !important;
}
.product__main--slide .product__thumb .slick-current {
  border: 1px solid #14a095;
}
.product__main--info--name {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 30px;
}
.product__main--info--howto {
  margin-bottom: 25px;
}
.product__main--info--howto h5 {
  font-size: 16px;
}
.product__main--info--facts h5 {
  color: #258c6b;
  font-size: 17px;
  border-bottom: 1px solid #258c6b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product__main--info--facts ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 20px;
}
.product__main--info--facts li {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 7px;
  margin: 0 10px 7px 0;
  background: rgb(77, 203, 163); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(77, 203, 163, 1) 0%,
    rgba(43, 174, 132, 1) 70%,
    rgba(37, 140, 107, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(77, 203, 163, 1) 0%,
    rgba(43, 174, 132, 1) 70%,
    rgba(37, 140, 107, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(77, 203, 163, 1) 0%,
    rgba(43, 174, 132, 1) 70%,
    rgba(37, 140, 107, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product__main--info--ingredient {
  font-size: 14px;
  margin-bottom: 20px;
}
.product__main--info--ingredient h6 {
  font-size: 14px;
}
.product__main--info--price {
  font-size: 14px;
  margin-bottom: 20px;
}
.product__main--info--price span {
  font-size: 24px;
}
.product__main--info--btn a {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .product {
    margin-bottom: 20vw;
  }
  .product__main {
    max-width: 100%;
    margin: auto;
    padding: 10vw 0;
  }
  .product__main--slide {
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .product__main .slick-slider {
    padding: 0;
  }
  .product__main--slide .product__thumb li {
    margin: 0 2vw;
  }
  .product__main--slide .product__thumb .slick-track {
    transform: unset !important;
  }
  .product__main--info--name {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  .product__main--info--howto {
    margin-bottom: 5vw;
  }
  .product__main--info--howto h5 {
    font-size: 4vw;
  }
  .product__main--info--facts h5 {
    font-size: 4vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .product__main--info--facts ul {
    margin: 0 0 5vw;
  }
  .product__main--info--facts li {
    font-size: 3.5vw;
    padding: 0 2vw;
    margin: 0 3vw 2vw 0;
  }
  .product__main--info--ingredient {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .product__main--info--ingredient h6 {
    font-size: 3.5vw;
  }
  .product__main--info--price {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  .product__main--info--price span {
    font-size: 8vw;
  }
  .product__main--info--btn a {
    width: 100%;
  }
}

/* =========================================== */
/*	hp-footer
/* =========================================== */

.hp-footer {
  background: url(../img/top/footer-bg.jpg) no-repeat center center/cover;
}

.hp-footer__logo {
  padding: 214px 20px 200px;
}

.hp-footer__logo img {
  display: block;
  margin: 0 auto;
}

.hp-footer__logo img + img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hp-footer__logo {
    padding: 16vw 20px 14.4vw;
  }

  .hp-footer__logo img {
    width: 19.2vw;
  }

  .hp-footer__logo img + img {
    margin-top: 4.5vw;
  }
}

/* =========================================== */
/*	lity
/* =========================================== */
.lity {
  background: rgba(0, 0, 0, 0.5);
}
.lity-iframe-container {
  border-radius: 10px;
  /*padding-top: 56.25%;*/
  padding-top: 65%;
}
.lity-iframe-container iframe {
  border-radius: 10px;
  background: #fff !important;
}
.lity-content:after {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 90%;
  }
  .lity-iframe-container {
    border-radius: 10px;
    padding-top: 150%;
  }
}
