@charset "UTF-8";
/*                共通
======================================================= */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
span.avenir {
  font-family: "AvenirLTPro-Light", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Jost", "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

sup {
  display: inline-block;
  font-size: 60%;
  position: relative;
  top: 0.1em;
  padding-left: 1px;
}

.scroll_anime {
  opacity: 0;
  position: relative;
  top: 20px;
}

.loadscroll_anime {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  position: relative;
}
.loadscroll_anime.show {
  opacity: 1;
}

#main_area,
#bread {
  z-index: 1;
  position: relative;
}

/* アニメーション ======================================= */
@-webkit-keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@-webkit-keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@media only screen and (min-width: 1024.1px) {
  br.sp1024 {
    display: none;
  }
}
@media only screen and (min-width: 900.1px) {
  br.sp900 {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  br.sp768 {
    display: none;
  }
}
@media only screen and (min-width: 640.1px) {
  br.sp640 {
    display: none;
  }
}
@media only screen and (min-width: 480.1px) {
  br.sp480 {
    display: none;
  }
}
@media only screen and (min-width: 400.1px) {
  br.sp400 {
    display: none;
  }
}
@media only screen and (min-width: 350.1px) {
  br.sp350 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  br.sp641 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  br.sp481 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  br.sp401 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  br.sp351 {
    display: none;
  }
}

/*                コンテンツ
======================================================= */
.generousPage {
  font-family: "Jost", "秀英角ゴシック銀 L", "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #211815;
  /*                #content_nav
  ======================================================= */
  /*                .project_bg
  ======================================================= */
}
.generousPage header {
  background: #fff;
}
.generousPage #main_area {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.generousPage a:visited, .generousPage a:link, .generousPage a:hover, .generousPage a:active {
  color: #211815;
}
.generousPage #content_nav {
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 2;
}
.generousPage #content_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
.generousPage #content_nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.generousPage #content_nav a > span {
  color: #fff;
  line-height: 1em;
  z-index: 1;
}
@media (hover: hover) {
  .generousPage #content_nav a::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .generousPage #content_nav a:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 900.1px) {
  .generousPage #content_nav {
    position: fixed;
    top: 105px;
    height: 40px;
  }
  .generousPage #content_nav .content_nav_ttl {
    display: none;
  }
  .generousPage #content_nav li {
    position: relative;
    width: 14.2857142857%;
    height: 100%;
  }
  .generousPage #content_nav li::before {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -1px;
    display: block;
    content: "";
    background: #E6E6E2;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage #content_nav {
    position: fixed;
    bottom: 0;
    overflow: visible;
    z-index: 1002;
  }
  .generousPage #content_nav .content_nav_ttl {
    width: 100%;
    height: 42px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .generousPage #content_nav .content_nav_ttl > span {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    display: block;
    width: 9em;
    text-align: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .generousPage #content_nav .content_nav_ttl > span::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1em;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .generousPage #content_nav .content_nav_ttl > span.open::before {
    background-image: url("../images/lp/generous/content_nav_arr.svg");
  }
  .generousPage #content_nav .content_nav_ttl > span.closed {
    opacity: 0;
  }
  .generousPage #content_nav .content_nav_ttl > span.closed::before {
    background-image: url("../images/lp/generous/content_nav_closed.svg");
  }
  .generousPage #content_nav .content_nav_ttl.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .generousPage #content_nav .content_nav_ttl.is-open > span.open {
    opacity: 0;
  }
  .generousPage #content_nav .content_nav_ttl.is-open > span.closed {
    opacity: 1;
  }
  .generousPage #content_nav ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    left: 0;
    bottom: 42px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 110px;
  }
  .generousPage #content_nav ul.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .generousPage #content_nav ul.is-fadein {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
  }
  .generousPage #content_nav ul li {
    position: relative;
    width: 33.3333333333%;
    height: 35px;
  }
  .generousPage #content_nav ul li a {
    text-shadow: #000 1px 0 3px;
  }
  .generousPage #content_nav ul li.sp-wide {
    width: 100%;
  }
  .generousPage #content_nav ul li.sp-wide::after {
    display: none;
  }
  .generousPage #content_nav ul li::before, .generousPage #content_nav ul li::after {
    position: absolute;
    display: block;
    content: "";
    background: #E6E6E2;
    opacity: 0.3;
  }
  .generousPage #content_nav ul li::before {
    width: 1px;
    height: calc(100% + 1px);
    top: -1px;
    left: -1px;
  }
  .generousPage #content_nav ul li::after {
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
  }
}
.generousPage .project_bg {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100vh;
  translate: -50% 0;
  z-index: -1;
  background: #000;
}
.generousPage .project_bg .slick-list {
  height: 100vh;
}
.generousPage .project_bg .project_bg_item {
  width: 100vw;
  height: 100vh;
}
.generousPage .project_bg .project_bg_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.generousPage .lp_wrap {
  /*                #main_visual
  ======================================================= */
  /*                #concept
  ======================================================= */
  /*                #step
  ======================================================= */
  /*                #project
  ======================================================= */
  /*                #project-detial
  ======================================================= */
  /*                #ingredients
  ======================================================= */
  /*                #free-fragrance
  ======================================================= */
  /*                .fourfree
  ======================================================= */
  /*                .fragrance
  ======================================================= */
  /*                #product
  ======================================================= */
}
.generousPage .lp_wrap * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.generousPage .lp_wrap .main_width {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 996px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1100px) {
  .generousPage .lp_wrap .main_width {
    max-width: 87.8181818182vw;
    max-width: 100%;
    padding: 0 4.7272727273vw;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .main_width {
    max-width: 100%;
    padding: 0 5.8666666667vw;
  }
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap .lp_section {
    position: relative;
    width: 100%;
    padding-top: 48px;
    margin-top: -48px;
  }
  .generousPage .lp_wrap .section_inr {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .lp_section {
    position: relative;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}
.generousPage .lp_wrap .section_ttl {
  text-align: center;
}
.generousPage .lp_wrap .section_ttl .en {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.generousPage .lp_wrap .section_ttl .ja {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.generousPage .lp_wrap .section_ttl .ja > span {
  display: inline-block;
  padding: 0 0 0.3em;
  position: relative;
}
.generousPage .lp_wrap .section_ttl .ja > span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #211815;
  opacity: 0.5;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .section_ttl .en {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
  }
  .generousPage .lp_wrap .section_ttl .ja {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
  .generousPage .lp_wrap .section_ttl .ja > span {
    padding: 0;
  }
}
.generousPage .lp_wrap span.sup {
  font-size: 0.6em;
  vertical-align: top;
  letter-spacing: -0.05em;
  display: inline-block;
  margin: auto 0.15em auto auto;
}
.generousPage .lp_wrap .text-justify, .generousPage .lp_wrap .text-justify p {
  display: block;
  text-align: justify;
  text-justify: inter-character;
}
.generousPage .lp_wrap .fonthira {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.generousPage .lp_wrap .link_btn {
  width: 373px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
}
.generousPage .lp_wrap .link_btn > span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 0 2em 0 0;
  letter-spacing: 0.2em;
  position: relative;
}
.generousPage .lp_wrap .link_btn > span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 6.22px;
  height: 6.22px;
  background: url("../images/lp/generous/arrow-forward_white.svg") center/contain no-repeat;
}
@media (hover: hover) {
  .generousPage .lp_wrap .link_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .generousPage .lp_wrap .link_btn:hover {
    opacity: 0.7;
  }
}
.generousPage .lp_wrap .simplebar-track.simplebar-horizontal {
  height: 2px;
  background: #E6E6E2;
  border-radius: 1.5px;
  max-width: 69.6vw;
  margin: 0 auto;
}
.generousPage .lp_wrap .simplebar-scrollbar {
  height: 2px;
  background: #83786E;
  border-radius: 1.5px;
  top: 0;
}
.generousPage .lp_wrap #main_visual {
  margin-bottom: 0;
  position: relative;
  background: #000;
  z-index: 3;
  height: calc(100vh - 152px);
  min-height: 797px;
}
.generousPage .lp_wrap #main_visual::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  content: "";
  background: #fff;
  translate: 0 -90%;
}
@media only screen and (min-width: 1280.1px) {
  .generousPage .lp_wrap #main_visual {
    min-height: 62.265625vw;
  }
}
.generousPage .lp_wrap #main_visual .kv_img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.generousPage .lp_wrap #main_visual .kv_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
}
.generousPage .lp_wrap #main_visual .kv_txt {
  position: absolute;
}
.generousPage .lp_wrap #main_visual .kv_txt .kv_txt_h1 img {
  width: 100%;
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap #main_visual .kv_txt {
    left: 9.453125vw;
    top: 10.78125vw;
  }
  .generousPage .lp_wrap #main_visual .kv_txt .kv_txt_h1 {
    width: 20.859375vw;
  }
}
@media only screen and (min-width: 900.1px) and (min-width: 1280.1px) {
  .generousPage .lp_wrap #main_visual {
    min-height: 62.265625vw;
  }
  .generousPage .lp_wrap #main_visual .kv_txt {
    left: 9.453125vw;
    top: 10.78125vw;
  }
  .generousPage .lp_wrap #main_visual .kv_txt .kv_txt_h1 {
    width: 20.859375vw;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #main_visual {
    height: calc(100vh - 84px);
    min-height: 23.9413333333vw;
    height: auto;
    min-height: 0;
  }
  .generousPage .lp_wrap #main_visual .kv_img {
    position: static;
    width: auto;
    height: auto;
  }
  .generousPage .lp_wrap #main_visual .kv_img img {
    position: static;
  }
  .generousPage .lp_wrap #main_visual .kv_txt {
    left: 8.2266666667vw;
    top: 23.0666666667vw;
  }
  .generousPage .lp_wrap #main_visual .kv_txt .kv_txt_h1 {
    display: none;
    width: 52.584vw;
  }
}
.generousPage .lp_wrap #main_contents {
  position: relative;
}
.generousPage .lp_wrap #concept {
  color: #FFFEFD;
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap #concept .section_inr {
    padding: 0;
    background: #797169;
  }
  .generousPage .lp_wrap #concept:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    width: 50%;
    width: calc(100% - 483px);
    height: 100%;
    background: url("/assets/renewal/images/lp/generous/concept_image.jpg") right center/cover no-repeat;
  }
  .generousPage .lp_wrap #concept .concept_txt {
    width: 483px;
    max-width: 50%;
    padding: 125px 10px 148px 10px;
    position: relative;
  }
}
.generousPage .lp_wrap #concept .concept_ttl {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 2.3em;
  font-weight: 400;
}
.generousPage .lp_wrap #concept p {
  letter-spacing: 0.18em;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.generousPage .lp_wrap #concept p + p {
  margin-top: 1.75em;
}
.generousPage .lp_wrap #concept p.concept_catch {
  font-size: 18px;
  padding-bottom: 0.5em;
}
.generousPage .lp_wrap #concept p.concept_figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 100px 0 0;
}
.generousPage .lp_wrap #concept p.concept_figure img {
  width: 266px;
}
@media only screen and (max-width: 1100px) {
  .generousPage .lp_wrap #concept p.concept_figure {
    padding: 0 9.0909090909vw 0 0;
  }
}
.generousPage .lp_wrap #concept p.concept_figure_caution {
  font-size: 10px;
  position: absolute;
  bottom: 42px;
  left: -25px;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #concept .section_inr {
    text-align: center;
    padding: 36.2666666667vw 0 41.6vw;
    background: url("/assets/renewal/images/lp/generous/concept_image.jpg") center/cover no-repeat;
  }
  .generousPage .lp_wrap #concept .concept_ttl {
    font-size: 4.8vw;
    margin-bottom: 1.05em;
  }
  .generousPage .lp_wrap #concept p {
    font-size: 3.3333333333vw;
    line-height: 2;
  }
  .generousPage .lp_wrap #concept p + p {
    margin-top: 2.2em;
  }
  .generousPage .lp_wrap #concept p.concept_catch {
    font-size: 4.6666666667vw;
    padding-bottom: 0.65em;
    text-indent: 0.5em;
  }
  .generousPage .lp_wrap #concept p.concept_figure {
    padding: 9.3333333333vw 0 0;
  }
  .generousPage .lp_wrap #concept p.concept_figure img {
    width: 73.6vw;
  }
  .generousPage .lp_wrap #concept p.concept_figure_caution {
    font-size: 2.6666666667vw;
    bottom: 6.9333333333vw;
    left: 13.3333333333vw;
  }
}
.generousPage .lp_wrap #step .section_inr {
  background: #fff;
}
.generousPage .lp_wrap #step .step_wrap {
  width: 1030px;
  max-width: 100%;
  margin: 77px auto 0;
}
.generousPage .lp_wrap #step .step_wrap_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.generousPage .lp_wrap #step .step_item {
  text-align: center;
  position: relative;
  width: 20%;
}
.generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img::before, .generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  translate: -50% -50%;
}
.generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img::before {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 1px #211815;
}
.generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img:after {
  width: 6.22px;
  height: 6.22px;
  background: url("../images/lp/generous/arrow-forward.svg") center/contain no-repeat;
}
.generousPage .lp_wrap #step .item_detail {
  position: relative;
  padding-top: 35px;
}
.generousPage .lp_wrap #step .icon_new {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  font-size: 10px;
  color: #83786E;
  border: solid 1px #83786E;
  width: 3.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding: 0.25em 0.15em 0.15em;
  margin-bottom: 0.75em;
}
.generousPage .lp_wrap #step .icon_new > span {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #step .icon_new {
    font-size: 2.6666666667vw;
  }
}
.generousPage .lp_wrap #step .item_count {
  line-height: 1em;
  font-size: 13px;
  letter-spacing: 0.025em;
}
.generousPage .lp_wrap #step .item_img {
  position: relative;
  height: 280px;
}
.generousPage .lp_wrap #step .item_img img {
  width: auto;
  max-width: 280px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.generousPage .lp_wrap #step .item_ttl {
  font-size: 14px;
  margin: 0 auto 0.15em;
  letter-spacing: 0.125em;
  line-height: 1.4;
}
.generousPage .lp_wrap #step .item_ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.generousPage .lp_wrap #step .item_ttl_sub li {
  letter-spacing: 0.05em;
  margin: auto 0.3em;
  position: relative;
}
.generousPage .lp_wrap #step .item_ttl_sub li.price {
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #step .section_inr {
    text-align: center;
    padding: 16vw 0 13.3333333333vw;
  }
  .generousPage .lp_wrap #step .main_width {
    padding-left: 0;
    padding-right: 0;
  }
  .generousPage .lp_wrap #step .step_wrap {
    width: calc(100% + 15.2vw);
    margin: 10.6666666667vw -5.8666666667vw 0 0;
    overflow-y: visible;
    overflow-x: auto;
  }
  .generousPage .lp_wrap #step .step_wrap_inr {
    width: 337.6vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 15.2vw;
    padding-right: 15.2vw;
  }
  .generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img::before {
    width: 10.4vw;
    height: 10.4vw;
  }
  .generousPage .lp_wrap #step .step_item:nth-of-type(n+2) .item_img:after {
    width: 1.6586666667vw;
    height: 1.6586666667vw;
  }
  .generousPage .lp_wrap #step .item_count {
    font-size: 3.2vw;
  }
  .generousPage .lp_wrap #step .item_img {
    height: 74.6666666667vw;
    max-height: 74.6666666667vw;
  }
  .generousPage .lp_wrap #step .item_img img {
    width: 74.6666666667vw;
    max-width: 74.6666666667vw;
  }
  .generousPage .lp_wrap #step .item_img img.ge_repaircleansing {
    width: 53.3333333333vw;
  }
  .generousPage .lp_wrap #step .item_img img.ge_repairwash {
    width: 26.6666666667vw;
  }
  .generousPage .lp_wrap #step .item_img img.ge_advantageconc {
    width: 33.8666666667vw;
  }
  .generousPage .lp_wrap #step .item_ttl {
    font-size: 3.7333333333vw;
    margin: 0 auto 0.5em;
    line-height: 1.3;
  }
  .generousPage .lp_wrap #step .item_ttl_sub {
    font-size: 2.6666666667vw;
  }
  .generousPage .lp_wrap #step .item_ttl_sub li {
    letter-spacing: 0.05em;
    margin: auto 0.3em;
    position: relative;
  }
  .generousPage .lp_wrap #step .item_ttl_sub li.price {
    width: 100%;
    font-size: 2.1333333333vw;
    letter-spacing: 0.08em;
  }
}
.generousPage .lp_wrap #project {
  position: relative;
  overflow: hidden;
}
.generousPage .lp_wrap #project .section_inr {
  padding: 295px 0 192px;
  background: rgba(0, 0, 0, 0.5);
}
.generousPage .lp_wrap #project .project_inr {
  position: relative;
  z-index: 1;
}
.generousPage .lp_wrap #project .project_inr .project_cont {
  color: #fff;
  position: relative;
  z-index: 2;
}
.generousPage .lp_wrap #project .project_inr .project_ttl h2.en {
  -webkit-transform: translateX(-23px);
      -ms-transform: translateX(-23px);
          transform: translateX(-23px);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0.03em;
}
.generousPage .lp_wrap #project .project_inr .project_detail {
  padding: 0 0 0 20px;
}
.generousPage .lp_wrap #project .project_inr .project_detail .project_catch {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4.2em;
  letter-spacing: 0.15em;
}
.generousPage .lp_wrap #project .project_inr .project_detail p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.175em;
}
.generousPage .lp_wrap #project .project_inr .project_detail p + p {
  margin-top: 2.35em;
}
.generousPage .lp_wrap #project .project_inr .project_detail .detail_link {
  margin-top: 85px;
}
.generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn {
  width: 373px;
  max-width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
}
.generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn > span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 0 2em 0 0;
  letter-spacing: 0.2em;
  position: relative;
}
.generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn > span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 6.22px;
  height: 6.22px;
  background: url("../images/lp/generous/arrow-forward_white.svg") center/contain no-repeat;
}
@media (hover: hover) {
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap #project .project_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .generousPage .lp_wrap #project .project_cont > div {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #project .section_inr {
    padding: 64vw 0 33.6vw;
  }
  .generousPage .lp_wrap #project .project_inr .project_ttl h2.en {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 6.9333333333vw;
    margin-bottom: 36.2666666667vw;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail {
    padding: 0;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .project_catch {
    font-size: 4.2666666667vw;
    margin-bottom: 3em;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail p {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail p + p {
    margin-top: 1.5em;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link {
    margin-top: 18.6666666667vw;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn {
    width: 100%;
    height: 16vw;
    border: solid 0.2666666667vw #fff;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn > span {
    font-size: 3.4666666667vw;
  }
  .generousPage .lp_wrap #project .project_inr .project_detail .detail_link .detail_link_btn > span:after {
    width: 1.6586666667vw;
    height: 1.6586666667vw;
  }
}
.generousPage .lp_wrap #project-detial .section_inr {
  background: #F5F5F5;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #project-detial .section_inr {
    padding: 14.4vw 0 10.08vw;
  }
}
.generousPage .lp_wrap #project-detial .project_power-3 {
  width: 450px;
  margin: 90px auto 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generousPage .lp_wrap #project-detial .item_power-3 {
  width: 33.3333%;
  padding: 161px 0 0;
  position: relative;
}
.generousPage .lp_wrap #project-detial .item_power-3:nth-of-type(1) .power-3_ttl {
  left: 0;
}
.generousPage .lp_wrap #project-detial .item_power-3:nth-of-type(2) .power-3_ttl {
  left: 50%;
  translate: -50% 0;
}
.generousPage .lp_wrap #project-detial .item_power-3:nth-of-type(3) .power-3_ttl {
  right: 0;
}
.generousPage .lp_wrap #project-detial .power-3_ttl {
  position: absolute;
  top: 0;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  border: solid 1px rgba(33, 24, 21, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.143;
  letter-spacing: 0.05em;
  text-align: center;
}
.generousPage .lp_wrap #project-detial .power-3_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0 0;
}
.generousPage .lp_wrap #project-detial .person_photo {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.generousPage .lp_wrap #project-detial .person_photo img {
  width: 100%;
}
.generousPage .lp_wrap #project-detial .parson_name {
  font-size: 13px;
  line-height: 1.5;
  padding: 0 0 0 0.5em;
  letter-spacing: 0.1em;
}
.generousPage .lp_wrap #project-detial .parson_name > span {
  font-size: 10px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #project-detial .main_width {
    padding-left: 0;
    padding-right: 0;
  }
  .generousPage .lp_wrap #project-detial .project_power-3 {
    width: 81.6vw;
    margin: 14.4vw auto;
  }
  .generousPage .lp_wrap #project-detial .item_power-3 {
    padding: 29.3333333333vw 0 0;
    position: relative;
  }
  .generousPage .lp_wrap #project-detial .power-3_ttl {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .generousPage .lp_wrap #project-detial .power-3_person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.36vw 0 0;
  }
  .generousPage .lp_wrap #project-detial .person_photo {
    width: 15.4666666667vw;
    min-width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
  .generousPage .lp_wrap #project-detial .parson_name {
    text-align: center;
    font-size: 2.9333333333vw;
    margin-top: 0.5em;
    padding: 0;
  }
  .generousPage .lp_wrap #project-detial .parson_name > span {
    font-size: 2.4vw;
  }
}
.generousPage .lp_wrap #project-detial .project_flow {
  background: #fff;
}
.generousPage .lp_wrap #project-detial .project_flow_wrap {
  padding: 50px 20px 33px;
}
.generousPage .lp_wrap #project-detial .project_flow_inr {
  margin: auto;
  max-width: 818px;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl:nth-of-type(n+2) {
  margin-top: 30px;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dt {
  width: 100%;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dt > span {
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-size: 14px;
  color: #fff;
  height: 21px;
  width: auto;
  background: #83786E;
  border-radius: 10px;
  padding: 0.25em 1.25em 0;
  margin: 0 auto 1em 0;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd {
  padding-left: 6px;
  width: 160px;
  width: 20%;
  position: relative;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd::before {
  position: absolute;
  display: block;
  content: "";
  left: 26px;
  top: 12px;
  border-top: solid 1px rgba(61, 58, 58, 0.3);
  width: 100%;
  width: calc(100% - 26px + 7px);
  height: 1px;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd:last-child::before {
  display: none;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_num {
  font-size: 10px;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  border-radius: 50%;
  border: solid 1px rgba(61, 58, 58, 0.5);
  margin: 0 auto 0.8em 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_img {
  margin: 0;
}
.generousPage .lp_wrap #project-detial .project_flow_inr .flow_caption {
  font-size: 12px;
  font-weight: 400;
  margin: 0.4em 0 0;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #project-detial .project_flow {
    padding: 9.0666666667vw 0;
  }
  .generousPage .lp_wrap #project-detial .project_flow_wrap {
    padding: 0 11.0933333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr {
    margin: auto;
    width: 155.0933333333vw;
    padding-right: 11.0933333333vw;
    max-width: 165.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl:nth-of-type(n+2) {
    margin-top: 8.96vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dt {
    padding-left: 0.5333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dt > span {
    font-size: 3.2vw;
    height: 5.6vw;
    border-radius: 2.6666666667vw;
    padding-top: 0.4em;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd {
    padding-left: 0.5333333333vw;
    width: 20%;
    position: relative;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd::before {
    position: absolute;
    display: block;
    content: "";
    left: 4.5333333333vw;
    top: 2.1333333333vw;
    border-top: solid 1px rgba(61, 58, 58, 0.3);
    width: 100%;
    width: calc(100% - 4.5333333333vw + 7px);
    height: 1px;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_dl dd:last-child::before {
    display: none;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_num {
    font-size: 2.1333333333vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_img {
    margin: 0;
  }
  .generousPage .lp_wrap #project-detial .project_flow_inr .flow_caption {
    font-size: 2.9333333333vw;
  }
}
.generousPage .lp_wrap #project-detial .project_prof {
  margin: 25px auto 0;
  padding: 20px 10px;
  border: solid 1px #000000;
}
.generousPage .lp_wrap #project-detial .project_prof_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.generousPage .lp_wrap #project-detial .project_prof_inr .prof_dl {
  width: 50%;
  padding: 0 50px 0 35px;
}
.generousPage .lp_wrap #project-detial .prof_dl {
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap #project-detial .prof_dl:nth-of-type(n+2)::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #707070;
  }
}
.generousPage .lp_wrap #project-detial .prof_dl dt {
  font-size: 13px;
  letter-spacing: 0.01em;
  margin: 0 0 0.25em;
}
.generousPage .lp_wrap #project-detial .prof_dl dd p {
  letter-spacing: 0.03em;
  font-size: 11px;
  line-height: 1.7;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #project-detial .project_prof {
    margin: 8.4vw auto 0;
    padding: 0;
    width: calc(100% - 11.7333333333vw);
    border: solid 1px #707070;
  }
  .generousPage .lp_wrap #project-detial .project_prof_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.4vw 6.9333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_prof_inr .prof_dl {
    width: 100%;
    padding: 0;
  }
  .generousPage .lp_wrap #project-detial .project_prof_inr .prof_dl:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .generousPage .lp_wrap #project-detial .project_prof_inr .prof_dl dt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
    margin: 0 0 0.25em;
  }
  .generousPage .lp_wrap #project-detial .project_prof_inr .prof_dl dd p {
    letter-spacing: 0.1em;
    font-size: 2.9333333333vw;
    line-height: 1.7;
  }
}
.generousPage .lp_wrap #ingredients .section_inr {
  background: #E6E6E2;
}
.generousPage .lp_wrap #ingredients .ingredients_ttl {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 1.5em;
  letter-spacing: 0.1em;
}
.generousPage .lp_wrap #ingredients .ingredients_flex {
  max-width: 100%;
  margin: 86px auto 27px;
  position: relative;
}
.generousPage .lp_wrap #ingredients .ingredients_flex + .ingredients_flex {
  margin: 38px auto 27px;
  padding-top: 36px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex + .ingredients_flex::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 87.1875vw;
  min-width: 100%;
  max-width: 1116px;
  display: block;
  content: "";
  border-top: solid 1px #3D3A3A;
}
.generousPage .lp_wrap #ingredients .ingredients_flex .ingredients_flex_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex .ingredients_flex_inr .ingredients_item {
  padding: 10px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-2 {
  width: 684px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-2 .ingredients_item {
  width: 50%;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 {
  width: 820px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .ingredients_item {
  width: 33.3333%;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 {
  width: 1100px;
}
.generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .ingredients_item {
  width: 25%;
}
.generousPage .lp_wrap #ingredients .item_detail {
  margin: 1em 0 0;
}
.generousPage .lp_wrap #ingredients .item_detail:nth-of-type(n+2) {
  margin: 1.5em 0 0;
}
.generousPage .lp_wrap #ingredients .item_detail .item_ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.generousPage .lp_wrap #ingredients .item_detail .item_ttl > span {
  display: block;
  font-size: 12px;
  margin: 0 0 0.1em 0;
}
.generousPage .lp_wrap #ingredients .item_detail .item_ttl .sp_small {
  display: inline;
}
.generousPage .lp_wrap #ingredients .item_detail p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.11em;
}
.generousPage .lp_wrap #ingredients .item_detail p + .item_ttl {
  margin-top: 0.2em;
}
.generousPage .lp_wrap #ingredients .ingredients_cautions {
  width: 750px;
  margin: 30px auto 0;
  max-width: 100%;
}
.generousPage .lp_wrap #ingredients .ingredients_cautions ul {
  font-size: 10px;
  text-indent: -0.5em;
}
.generousPage .lp_wrap #ingredients .ingredients_cautions ul li {
  display: inline;
  font-size: 100%;
  margin-left: 0.5em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #ingredients .section_inr {
    padding: 14.4vw 0 8vw;
  }
  .generousPage .lp_wrap #ingredients .ingredients_ttl {
    text-align: center;
    font-size: 4vw;
    margin: 0 auto 0.95em;
    letter-spacing: 0.15em;
  }
  .generousPage .lp_wrap #ingredients .item_detail {
    margin: 0.5em 0 0;
  }
  .generousPage .lp_wrap #ingredients .item_detail:nth-of-type(n+2) {
    margin: 1em 0 0;
  }
  .generousPage .lp_wrap #ingredients .item_detail .item_ttl {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0.65em;
    margin-right: -1em;
  }
  .generousPage .lp_wrap #ingredients .item_detail .item_ttl > span {
    display: block;
    font-size: 2.1333333333vw;
    margin: 0 0 0.25em 0;
  }
  .generousPage .lp_wrap #ingredients .item_detail p {
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex {
    max-width: 100%;
    margin: 13.3333333333vw auto 0;
    position: relative;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex + .ingredients_flex {
    margin: 13.3333333333vw auto 0;
    padding-top: 8vw;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex + .ingredients_flex::before {
    opacity: 0.5;
    border-top: solid 1px #3D3A3A;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex .ingredients_flex_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-2 .ingredients_flex_inr {
    width: 100%;
    margin: -3.2vw auto;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-2 .ingredients_item {
    padding: 3.2vw 0;
    width: 100%;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .ingredients_flex_inr, .generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .ingredients_flex_inr {
    width: 88vw;
    margin: -2.1333333333vw auto;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .ingredients_item, .generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .ingredients_item {
    padding: 2.1333333333vw 0 2.1333333333vw 2.6666666667vw;
    width: 50%;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .ingredients_item:nth-child(odd), .generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .ingredients_item:nth-child(odd) {
    padding: 2.1333333333vw 2.6666666667vw 2.1333333333vw 0;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .item_detail .item_ttl, .generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .item_detail .item_ttl {
    margin-bottom: 0.25em;
    letter-spacing: 0.035em;
  }
  .generousPage .lp_wrap #ingredients .ingredients_flex.cell-3 .item_detail .item_ttl .sp_small, .generousPage .lp_wrap #ingredients .ingredients_flex.cell-4 .item_detail .item_ttl .sp_small {
    display: inline;
    font-size: 2.6666666667vw;
  }
  .generousPage .lp_wrap #ingredients .ingredients_cautions {
    margin: 5.3333333333vw auto 0;
  }
  .generousPage .lp_wrap #ingredients .ingredients_cautions ul {
    font-size: 2.6666666667vw;
  }
  .generousPage .lp_wrap #ingredients .ingredients_cautions ul li {
    letter-spacing: 0.08em;
  }
}
.generousPage .lp_wrap #free-fragrance {
  color: #fff;
}
.generousPage .lp_wrap #free-fragrance .section_inr {
  background: #726B64;
}
.generousPage .lp_wrap #free-fragrance .inr-section {
  max-width: 820px;
  margin: auto auto 58px;
  position: relative;
}
.generousPage .lp_wrap #free-fragrance .inr-section + .inr-section {
  margin: 64px auto 0;
  padding-top: 85px;
}
.generousPage .lp_wrap #free-fragrance .inr-section + .inr-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 87.1875vw;
  min-width: 100%;
  max-width: 1116px;
  display: block;
  content: "";
  border-top: solid 1px #FFFEFD;
  opacity: 0.5;
}
.generousPage .lp_wrap #free-fragrance .section_ttl .ja > span::before {
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #free-fragrance .section_inr {
    padding: 4vw 0 16vw;
  }
  .generousPage .lp_wrap #free-fragrance .inr-section {
    max-width: 100%;
    margin: auto auto 9.6vw;
  }
  .generousPage .lp_wrap #free-fragrance .inr-section + .inr-section {
    margin: 0;
    margin-top: 9.6vw;
    padding-top: 16vw;
  }
  .generousPage .lp_wrap #free-fragrance .inr-section + .inr-section::before {
    border-top: solid 1px #A8A293;
  }
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap .fourfree #fourfree {
    padding-top: 160px;
    margin-top: -160px;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .fourfree #fourfree {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.generousPage .lp_wrap .fourfree .fourfree_catch {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  margin: 1.4em auto 2em;
  letter-spacing: 0.215em;
}
.generousPage .lp_wrap .fourfree .fourfree_catch > span {
  display: inline-block;
}
.generousPage .lp_wrap .fourfree .fourfree_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 836px;
  margin: auto;
}
.generousPage .lp_wrap .fourfree .fourfree_icons li {
  width: 25%;
  padding: 0 10px;
}
.generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EDE9E1;
  width: 100%;
  height: 36px;
}
.generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts > span {
  line-height: 1em;
  color: #211815;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .fourfree .fourfree_icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1.2vw -1.52vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li {
    width: 50%;
    padding: 1.2vw 1.52vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts {
    height: 8.8vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts > span {
    font-size: 3.4666666667vw;
    opacity: 0.8;
  }
}
.generousPage .lp_wrap .fourfree .fourfree_cautions {
  font-size: 10px;
  margin: 1em auto 0;
}
.generousPage .lp_wrap .fourfree .fourfree_cautions ul {
  font-size: 100%;
  padding-left: 10px;
  margin-left: -0.5em;
}
.generousPage .lp_wrap .fourfree .fourfree_cautions ul li {
  display: inline;
  font-size: 100%;
  margin-left: 0.5em;
  letter-spacing: 0.115em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .fourfree {
    padding-top: 50px;
    margin-top: -50px;
  }
  .generousPage .lp_wrap .fourfree .fourfree_catch {
    font-size: 3.2vw;
    margin: 0.5em auto 2.85em;
    letter-spacing: 0.125em;
    margin-left: -1em;
    margin-right: -1em;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    margin: auto auto -2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1.0666666667vw -0.6666666667vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li {
    width: 50%;
    padding: 1.0666666667vw 0.6666666667vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts {
    height: 8.5333333333vw;
  }
  .generousPage .lp_wrap .fourfree .fourfree_icons li .icon_parts > span {
    font-size: 3.4666666667vw;
    opacity: 0.8;
    margin: auto -1em;
  }
  .generousPage .lp_wrap .fourfree .fourfree_cautions {
    font-size: 2.6666666667vw;
    margin: 1.25em auto 0;
  }
  .generousPage .lp_wrap .fourfree .fourfree_cautions ul {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap .fragrance #fragrance {
    padding-top: 160px;
    margin-top: -160px;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .fragrance #fragrance {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.generousPage .lp_wrap .fragrance .fragrance_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.generousPage .lp_wrap .fragrance .fragrance_wrap > div {
  width: calc(50% - 40px);
}
.generousPage .lp_wrap .fragrance .fragrance_img img {
  width: 100%;
}
.generousPage .lp_wrap .fragrance .fragrance_detail h3 {
  font-size: 17px;
  margin-bottom: 2em;
  letter-spacing: 0.18em;
  font-weight: 500;
}
.generousPage .lp_wrap .fragrance .fragrance_detail h3 > span:nth-of-type(n+2) {
  margin-left: 1.15em;
}
.generousPage .lp_wrap .fragrance .fragrance_detail p {
  font-size: 12px;
  letter-spacing: 0.135em;
}
.generousPage .lp_wrap .fragrance .fragrance_detail p.fragrance_catch {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .fragrance .fragrance_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10.6666666667vw auto 0;
  }
  .generousPage .lp_wrap .fragrance .fragrance_wrap > div {
    width: 100%;
  }
  .generousPage .lp_wrap .fragrance .fragrance_img {
    margin-bottom: 6.4vw;
  }
  .generousPage .lp_wrap .fragrance .fragrance_detail h3 {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 1.5em;
    letter-spacing: 0.2em;
  }
  .generousPage .lp_wrap .fragrance .fragrance_detail h3 > span:nth-of-type(n+2) {
    margin-left: 1.15em;
  }
  .generousPage .lp_wrap .fragrance .fragrance_detail p {
    font-size: 2.9333333333vw;
    line-height: 1.65;
    letter-spacing: 0.14em;
  }
  .generousPage .lp_wrap .fragrance .fragrance_detail p.fragrance_catch {
    font-size: 3.3333333333vw;
    letter-spacing: 0.18em;
    line-height: 1.7;
    margin-bottom: 0.75em;
  }
}
.generousPage .lp_wrap #product .section_inr {
  background: #F5F5F5;
  color: #3D3A3A;
}
@media only screen and (min-width: 900.1px) {
  .generousPage .lp_wrap #product .product_wrap {
    max-width: 1126px;
    padding: 0 50px;
    margin: auto;
  }
  .generousPage .lp_wrap #product .product_wrap.premium {
    margin-top: 60px;
    max-width: 1096px;
  }
  .generousPage .lp_wrap #product .product_wrap.premium .product_item {
    padding: 10px 0;
  }
  .generousPage .lp_wrap #product .product-item_wrap {
    padding-top: 48px;
    margin-top: -48px;
  }
  .generousPage .lp_wrap #product .product_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
  }
  .generousPage .lp_wrap #product .product_item .product_item_box {
    max-width: 350px;
  }
  .generousPage .lp_wrap #product .product_item .product_img {
    width: 54.873%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .generousPage .lp_wrap #product .product_item .product_img img {
    margin: auto;
  }
  .generousPage .lp_wrap #product .product_item .product_txt {
    width: 45.127%;
    padding: 0 0 0 25px;
  }
  .generousPage .lp_wrap #product .product_item .product_caution {
    width: 100%;
  }
  .generousPage .lp_wrap #product .product_item:nth-child(even) .product_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .generousPage .lp_wrap #product .product_item:nth-child(even) .product_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap #product .product_wrap.premium {
    margin-top: 60px;
  }
  .generousPage .lp_wrap #product .product_wrap.premium .product_item {
    padding: 13.4133333333vw 6.9333333333vw 2.6666666667vw;
  }
  .generousPage .lp_wrap #product .product_wrap.premium .product_item .product_img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }
  .generousPage .lp_wrap #product .product-item_wrap + .product-item_wrap {
    margin-top: 22.9333333333vw;
  }
  .generousPage .lp_wrap #product .section_inr {
    padding: 14.9333333333vw 5.8666666667vw 40vw;
  }
  .generousPage .lp_wrap #product .section_ttl {
    margin-bottom: 13.0133333333vw;
  }
  .generousPage .lp_wrap #product .product_item + .product_item {
    margin-top: 12.3733333333vw;
  }
  .generousPage .lp_wrap #product .product_item .product_img {
    width: 93.3333333333vw;
    height: 93.3333333333vw;
    max-width: 700px;
    max-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -2.4vw;
    margin-right: -2.4vw;
  }
  .generousPage .lp_wrap #product .product_item .product_img.sp-h240 {
    height: 64vw;
  }
  .generousPage .lp_wrap #product .product_item .product_img img {
    width: 100%;
  }
  .generousPage .lp_wrap #product .product_item .product_caution {
    width: 100%;
  }
}
.generousPage .lp_wrap .product_wrap.premium {
  background: #fff;
}
.generousPage .lp_wrap .item_meta {
  position: relative;
  padding-top: 1.5em;
}
.generousPage .lp_wrap .item_meta .icon_new {
  font-size: 10px;
  color: #83786E;
  border: solid 1px #83786E;
  width: 3.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding: 0.25em 0.15em 0.15em;
  margin-bottom: 0.75em;
}
.generousPage .lp_wrap .item_meta .icon_new > span {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .icon_new {
    font-size: 2.6666666667vw;
  }
}
.generousPage .lp_wrap .item_meta .item_ttl_en {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #83786E;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .item_ttl_en {
    font-size: 3.2vw;
  }
}
.generousPage .lp_wrap .item_meta .item_ttl_ja {
  font-size: 19px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  line-height: 1.2;
  margin: 0.5em 0 auto;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .item_ttl_ja {
    font-size: 4.5333333333vw;
  }
}
.generousPage .lp_wrap .item_meta .item_ttl_sub {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75em;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.generousPage .lp_wrap .item_meta .item_ttl_sub li {
  margin-left: 0.755em;
}
.generousPage .lp_wrap .item_meta .item_ttl_sub li.wide {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .item_ttl_sub {
    font-size: 3.2vw;
    margin-bottom: 0.75em;
  }
}
.generousPage .lp_wrap .item_meta .item_icons {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.1em;
  margin-right: -2em;
  margin-bottom: 1.5em;
  margin-left: -0.5em;
  letter-spacing: 0.075em;
}
.generousPage .lp_wrap .item_meta .item_icons li {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding: 0 0.5em;
  color: #211815;
  border: solid 1px #211815;
  height: 19px;
  border-radius: 11px;
}
.generousPage .lp_wrap .item_meta .item_icons li > span {
  margin-top: 0.1em;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .item_icons {
    font-size: 2.9333333333vw;
    margin-bottom: 1.85em;
    height: 6.1333333333vw;
    border-radius: 2.9333333333vw;
    margin-left: -0.5em;
  }
  .generousPage .lp_wrap .item_meta .item_icons li {
    margin-left: 0.5em;
    padding: 0 0.6em;
  }
}
.generousPage .lp_wrap .item_meta .item_detail {
  margin-bottom: 12px;
}
.generousPage .lp_wrap .item_meta .item_detail .detail_catch {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0.8em;
  letter-spacing: 0.115em;
}
.generousPage .lp_wrap .item_meta .item_detail p {
  font-size: 12px;
  letter-spacing: 0.085em;
  line-height: 1.8;
  margin-bottom: 0.75em;
}
.generousPage .lp_wrap .item_meta .item_detail .item_ingredient dt {
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 0.1em;
}
.generousPage .lp_wrap .item_meta .item_detail .item_ingredient dd {
  margin-top: 0.1em;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .item_detail {
    margin-bottom: 4vw;
  }
  .generousPage .lp_wrap .item_meta .item_detail .detail_catch {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 0.4em;
  }
  .generousPage .lp_wrap .item_meta .item_detail p {
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
    letter-spacing: 0.15em;
    line-height: 1.45;
  }
  .generousPage .lp_wrap .item_meta .item_detail p:last-child {
    margin-bottom: 1.5em;
  }
  .generousPage .lp_wrap .item_meta .item_detail .item_ingredient {
    background: #E6E6E2;
    padding: 2.1333333333vw 4vw 2.6666666667vw;
  }
  .generousPage .lp_wrap .item_meta .item_detail .item_ingredient dt {
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    margin-bottom: 0.1em;
  }
  .generousPage .lp_wrap .item_meta .item_detail .item_ingredient dd {
    margin-top: 0.1em;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.generousPage .lp_wrap .item_meta .buy_btn_wrap {
  margin-top: 26px;
}
.generousPage .lp_wrap .item_meta .buy_btn_wrap .buy_btn {
  width: 270px;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .buy_btn_wrap {
    margin-top: 5.3333333333vw;
  }
  .generousPage .lp_wrap .item_meta .buy_btn_wrap .buy_btn {
    width: 100%;
  }
}
.generousPage .lp_wrap .item_meta .buy_btn {
  width: 100%;
  height: 50px;
  border: solid 1px #211815;
  background: #211815;
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.generousPage .lp_wrap .item_meta .buy_btn::before {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: url(../images/lp/generous/icon-material-arrow-forward.svg) center/auto no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .buy_btn {
    height: 13.3333333333vw;
  }
  .generousPage .lp_wrap .item_meta .buy_btn::before, .generousPage .lp_wrap .item_meta .buy_btn::after {
    right: 2.9333333333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media (hover: hover) {
  .generousPage .lp_wrap .item_meta a.buy_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .generousPage .lp_wrap .item_meta a.buy_btn:hover {
    opacity: 0.7;
  }
  .generousPage .lp_wrap .item_meta a.buy_btn::before {
    content: "";
  }
}
.generousPage .lp_wrap .item_meta .view_more_link {
  font-size: 13px;
  margin: 1.35em auto;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .view_more_link {
    font-size: 3.4666666667vw;
  }
}
.generousPage .lp_wrap .item_meta .view_more_link a {
  display: block;
  text-decoration: underline;
}
.generousPage .lp_wrap .item_meta .view_more_link a:nth-of-type(n+2) {
  margin-top: 0.5em;
}
@media (hover: hover) {
  .generousPage .lp_wrap .item_meta .view_more_link a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .generousPage .lp_wrap .item_meta .view_more_link a:hover {
    opacity: 0.5;
  }
}
.generousPage .lp_wrap .item_meta .icons_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  margin: auto 0 auto -0.3em;
}
.generousPage .lp_wrap .item_meta .icons_cate li {
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0.6em 0;
  height: 1.7em;
  border-radius: 0.85em;
  border: solid 1px #211815;
  line-height: 1em;
}
.generousPage .lp_wrap .item_meta .icons_cate li > span {
  color: #211815;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .generousPage .lp_wrap .item_meta .icons_cate {
    font-size: 2.9333333333vw;
  }
}
.generousPage .lp_wrap .product_cautions {
  font-size: 10px;
  width: 818px;
  max-width: 100%;
  margin: 1em auto 0;
}
.generousPage .lp_wrap .product_cautions ul {
  font-size: 100%;
  margin-left: -1em;
}
.generousPage .lp_wrap .product_cautions ul li {
  display: inline-block;
  line-height: 1.7;
  font-size: 100%;
  margin-left: 1em;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 900px) {
  .generousPage #chatplusview, .generousPage #sp_navi {
    display: none !important;
    z-index: -1;
  }
  .generousPage #page_top {
    bottom: 56px !important;
  }
}
@media only screen and (max-width: 640px) {
  .generousPage #page_top {
    bottom: 56px !important;
  }
}