@charset "UTF-8";
section {
  margin-bottom: 100px;
  padding: 0 20px; }
  @media (max-width: 767px) {
    section {
      margin-bottom: 50px;
      padding: 0 16px; } }

section:first-of-type {
  margin-bottom: 60px;
  padding: 0; }
  @media (max-width: 767px) {
    section:first-of-type {
      margin-bottom: 30px; } }

section:last-of-type {
  margin-bottom: 0; }

.main-wrap {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding-top: 0; }

h3::after {
  content: '';
  /*何も入れない*/
  display: block;
  width: auto;
  height: 23px;
  background-image: url(../../../uploads/2023/03/border.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto; }
  @media (min-width: 1281px) {
    h3::after {
      height: 30px; } }
h3 .comment {
  font-size: 11px;
  margin-top: 8px;
  display: block; }
  @media (max-width: 767px) {
    h3 .comment {
      font-size: 10px; } }

.hd03_span {
  font-size: 26px;
  display: block;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .hd03_span {
      font-size: 16px; } }

.hd04 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px; }
  @media (min-width: 1281px) {
    .hd04 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .hd04 {
      font-size: 18px; } }
  .hd04 span {
    font-size: 32px;
    color: #fa8c72; }
    @media (min-width: 1281px) {
      .hd04 span {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .hd04 span {
        font-size: 24px; } }
  .hd04 .color_span {
    color: #f66069; }

.common_img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  display: block; }
  @media (min-width: 1281px) {
    .common_img {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .common_img {
      max-width: 93%; } }

section .flex_box {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

section .flex_box_oth {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }

.bkg_blue {
  background-color: #ccf0ff;
  padding: 35px 20px; }
  @media (min-width: 1281px) {
    .bkg_blue {
      padding: 50px 0 20px; } }
  @media (max-width: 767px) {
    .bkg_blue {
      padding: 25px 16px; } }

.bkg_orange {
  background-color: rgba(255, 213, 180, 0.3);
  padding: 35px 20px 20px; }
  @media (min-width: 1281px) {
    .bkg_orange {
      padding: 50px 0 20px; } }
  @media (max-width: 767px) {
    .bkg_orange {
      padding: 25px 16px; } }

.bkg_pink {
  background-color: rgba(228, 141, 139, 0.2);
  padding: 35px 20px; }
  @media (min-width: 1281px) {
    .bkg_pink {
      padding: 50px 0; } }

.bkg_green {
  background-color: rgba(230, 250, 196, 0.9);
  padding: 35px 20px; }
  @media (min-width: 1281px) {
    .bkg_green {
      padding: 50px 0 20px; } }
  @media (max-width: 767px) {
    .bkg_green {
      padding: 25px 16px; } }

.underline {
  background: linear-gradient(transparent 60%, #fffec6 50%); }

.underline_orenge {
  background: linear-gradient(transparent 60%, #fff4c6 50%);
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 1281px) {
    .underline_orenge {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .underline_orenge {
      font-size: 18px; } }

.color_pink {
  color: #f66069 !important; }

.w-1100 {
  max-width: 1100px;
  margin: 30px auto; }
  @media (max-width: 767px) {
    .w-1100 {
      margin: 15px auto; } }

.w-50 {
  width: 100% !important; }
  @media (min-width: 1281px) {
    .w-50 {
      width: 50%; } }

.w-pc_50 {
  max-width: 45%; }
  @media (min-width: 1281px) {
    .w-pc_50 {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .w-pc_50 {
      max-width: 70%;
      margin-bottom: 20px; } }

.w-md_50 {
  max-width: 45%; }
  @media (min-width: 1281px) {
    .w-md_50 {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .w-md_50 {
      max-width: 375px;
      margin-bottom: 20px; } }

.w-md_45 {
  max-width: 45%; }
  @media (max-width: 767px) {
    .w-md_45 {
      max-width: 375px;
      margin-bottom: 30px; } }

.sub_ttl {
  font-size: 22px; }
  @media (min-width: 1281px) {
    .sub_ttl {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .sub_ttl {
      font-size: 18px; } }

.mt-12 {
  margin-top: 12px; }

.br-sp {
  display: none; }
  @media (max-width: 767px) {
    .br-sp {
      display: block; } }

.br-md {
  display: block; }
  @media (min-width: 1281px) {
    .br-md {
      display: none; } }
  @media (max-width: 767px) {
    .br-md {
      display: none; } }

.br-pc {
  display: block; }
  @media (max-width: 767px) {
    .br-pc {
      display: none; } }

sup.sup_txt {
  top: -1.8em; }
  @media (max-width: 767px) {
    sup.sup_txt {
      top: -1.1em;
      font-size: 8px; } }

.video {
  margin-right: 40px; }
  @media (max-width: 767px) {
    .video {
      margin-right: 0;
      margin-bottom: 35px; } }

.main-wrap .mask_txt {
  font-size: 16px;
  line-height: 2.7;
  margin-right: 30px; }
  @media (min-width: 1281px) {
    .main-wrap .mask_txt {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .main-wrap .mask_txt {
      font-size: 14px;
      margin-right: 0;
      margin-bottom: 18px; } }
.main-wrap .item_img {
  max-width: 300px; }
  @media (min-width: 1281px) {
    .main-wrap .item_img {
      max-width: 350px; } }
.main-wrap .onayami_box {
  background-color: rgba(249, 216, 189, 0.3);
  border: solid 4px rgba(250, 140, 114, 0.3);
  padding: 20px;
  border-radius: 30px; }
  @media (min-width: 1281px) {
    .main-wrap .onayami_box {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .main-wrap .onayami_box {
      padding: 16px 10px;
      border-radius: 20px; } }
  .main-wrap .onayami_box p:first-child {
    font-size: 30px;
    font-weight: bold; }
    @media (min-width: 1281px) {
      .main-wrap .onayami_box p:first-child {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .main-wrap .onayami_box p:first-child {
        font-size: 20px; } }
  .main-wrap .onayami_box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 850px;
    text-align: left;
    margin: 16px auto 0;
    padding-left: 0; }
    .main-wrap .onayami_box ul::after {
      content: "";
      display: block;
      width: 310px; }
      @media (min-width: 1281px) {
        .main-wrap .onayami_box ul::after {
          width: 365px; } }
    .main-wrap .onayami_box ul li {
      margin: 0.2em;
      padding: 0.5em;
      padding-left: 1em;
      width: 310px;
      position: relative;
      line-height: 1.8;
      font-size: 16px; }
      @media (min-width: 1281px) {
        .main-wrap .onayami_box ul li {
          width: 365px;
          font-size: 18px; } }
      @media (max-width: 767px) {
        .main-wrap .onayami_box ul li {
          font-size: 14px; } }
      .main-wrap .onayami_box ul li::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 2px; }
        @media (max-width: 767px) {
          .main-wrap .onayami_box ul li::after {
            top: 14px;
            left: -3px; } }
      .main-wrap .onayami_box ul li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 8px;
        top: 20px;
        left: 5px;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000; }
        @media (max-width: 767px) {
          .main-wrap .onayami_box ul li::before {
            top: 17px;
            left: 3px; } }
  .main-wrap .onayami_box p:last-child {
    font-size: 22px; }
    @media (min-width: 1281px) {
      .main-wrap .onayami_box p:last-child {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .main-wrap .onayami_box p:last-child {
        font-size: 15px;
        margin-top: 12px; } }
    .main-wrap .onayami_box p:last-child span {
      font-size: 26px;
      color: #fa8c72;
      font-weight: bold;
      border-bottom: double 5px #633d0e; }
      @media (min-width: 1281px) {
        .main-wrap .onayami_box p:last-child span {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .main-wrap .onayami_box p:last-child span {
          font-size: 22px; } }
.main-wrap .feature_box {
  padding: 10px 10px 40px;
  border-bottom: solid #d5d4d4 1px; }
  @media (max-width: 767px) {
    .main-wrap .feature_box {
      padding: 10px 0 24px; } }
  .main-wrap .feature_box div {
    text-align: left;
    width: 100%;
    position: relative; }
    @media (min-width: 1281px) {
      .main-wrap .feature_box div {
        width: 50%; } }
    .main-wrap .feature_box div img {
      max-width: 80%;
      display: block;
      margin: 18px auto 0; }
      @media (min-width: 1281px) {
        .main-wrap .feature_box div img {
          max-width: 500px;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .main-wrap .feature_box div img {
          max-width: 100%;
          margin: 12px auto 0; } }
  .main-wrap .feature_box h4 {
    font-size: 16px;
    color: #e48d8b;
    font-weight: bold;
    margin-bottom: 8px; }
    @media (min-width: 1281px) {
      .main-wrap .feature_box h4 {
        font-size: 18px; } }
    .main-wrap .feature_box h4::before {
      background-color: #f9d8bd;
      margin-right: 8px;
      width: 25px;
      height: 25px;
      display: inline-block;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
      @media (max-width: 767px) {
        .main-wrap .feature_box h4::before {
          margin-right: 5px;
          width: 20px;
          height: 20px;
          font-size: 16px; } }
  .main-wrap .feature_box p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1.5px; }
    @media (min-width: 1281px) {
      .main-wrap .feature_box p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .main-wrap .feature_box p {
        font-size: 12px; } }
  .main-wrap .feature_box .comment_oth_01 {
    max-width: 80%;
    margin: 8px auto 0;
    font-size: 10px; }
    @media (min-width: 1281px) {
      .main-wrap .feature_box .comment_oth_01 {
        max-width: 500px; } }
    @media (max-width: 767px) {
      .main-wrap .feature_box .comment_oth_01 {
        max-width: 100%; } }
  .main-wrap .feature_box .comment_oth_02 {
    max-width: 80%;
    margin: 8px auto 0;
    font-size: 10px; }
    @media (min-width: 1281px) {
      .main-wrap .feature_box .comment_oth_02 {
        max-width: 455px; } }
    @media (max-width: 767px) {
      .main-wrap .feature_box .comment_oth_02 {
        max-width: 100%; } }
.main-wrap .feature_box:first-of-type h4::before {
  content: "1"; }
@media (max-width: 767px) {
  .main-wrap .feature_box:first-of-type h4 span {
    margin-left: 1.5em; } }
.main-wrap .feature_box:first-of-type img {
  max-width: 60%; }
  @media (min-width: 1281px) {
    .main-wrap .feature_box:first-of-type img {
      max-width: 500px; } }
  @media (max-width: 767px) {
    .main-wrap .feature_box:first-of-type img {
      max-width: 75%; } }
.main-wrap .feature_box:nth-of-type(2) {
  flex-wrap: wrap-reverse; }
  .main-wrap .feature_box:nth-of-type(2) h4::before {
    content: "2"; }
.main-wrap .feature_box:nth-of-type(3) h4::before {
  content: "3"; }
.main-wrap .feature_box:nth-of-type(3) img {
  height: auto; }
  @media (min-width: 1281px) {
    .main-wrap .feature_box:nth-of-type(3) img {
      height: 340px; } }
.main-wrap .feature_box:nth-of-type(4) {
  border-bottom: none;
  flex-wrap: wrap-reverse;
  padding: 10px 0 0; }
  .main-wrap .feature_box:nth-of-type(4) h4::before {
    content: "4"; }
  .main-wrap .feature_box:nth-of-type(4) h4 span {
    display: inline-block;
    font-size: 15px;
    margin-left: 12px; }
    @media (max-width: 767px) {
      .main-wrap .feature_box:nth-of-type(4) h4 span {
        font-size: 14px;
        margin-left: 2.4em; } }
.main-wrap .bl_sec1_wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 0 100px; }
  @media (max-width: 767px) {
    .main-wrap .bl_sec1_wrapper {
      padding: 25px 0 30px; } }
.main-wrap .bl_sec1_texts {
  width: 56%;
  position: relative;
  font-size: 15px;
  line-height: 2.2;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main-wrap .bl_sec1_texts::before {
    background-color: rgba(250, 140, 114, 0.4);
    content: "";
    position: absolute;
    top: 100px;
    left: -113px;
    bottom: -100px;
    right: 150px; }
    @media (max-width: 767px) {
      .main-wrap .bl_sec1_texts::before {
        top: 50px;
        left: -50px;
        bottom: -33px;
        right: 100px; } }
  .main-wrap .bl_sec1_texts h5 {
    text-align: center;
    color: #633d0e;
    font-weight: bold;
    letter-spacing: 3px; }
    .main-wrap .bl_sec1_texts h5 span {
      color: #fa8c72; }
.main-wrap .bl_sec1_image {
  position: absolute;
  width: 47%;
  z-index: 3;
  right: auto;
  left: 0;
  top: 65px; }
  @media (max-width: 767px) {
    .main-wrap .bl_sec1_image {
      top: 40px; } }
.main-wrap .bl_sec1_texts_wrapper {
  background-color: #fff4ec;
  padding: 20px 20px 20px 40px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1281px) {
    .main-wrap .bl_sec1_texts_wrapper {
      padding: 30px 30px 30px 50px; } }
  @media (max-width: 767px) {
    .main-wrap .bl_sec1_texts_wrapper {
      padding: 15px; } }
.main-wrap .cleansing_wrap {
  background-color: #fff2f3; }
  .main-wrap .cleansing_wrap h5 span {
    color: #f66069; }
.main-wrap .cleansing_txt {
  font-size: 19px;
  margin-bottom: 35px;
  line-height: 1.8; }
  @media (min-width: 1281px) {
    .main-wrap .cleansing_txt {
      font-size: 25px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .main-wrap .cleansing_txt {
      font-size: 16px;
      margin-bottom: 25px; } }
  .main-wrap .cleansing_txt .comment {
    display: block; }
.main-wrap .koe_box {
  flex-wrap: wrap; }
  .main-wrap .koe_box .koe_img {
    max-width: 350px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .main-wrap .koe_box .koe_img {
        max-width: 300px; } }
.main-wrap .slide_box {
  background-color: #fff;
  border: solid 2px #ffd5b4;
  border-radius: 30px;
  padding: 20px 30px 0;
  margin: 20px auto; }
  @media (max-width: 767px) {
    .main-wrap .slide_box {
      padding: 10px 16px 0; } }
  .main-wrap .slide_box p:first-child {
    text-align: left; }
  .main-wrap .slide_box .slide_contents {
    margin-top: 20px; }
    .main-wrap .slide_box .slide_contents .illust {
      max-height: 170px;
      margin-right: 15px; }
      @media (min-width: 1281px) {
        .main-wrap .slide_box .slide_contents .illust {
          max-height: 203px;
          margin-right: 25px; } }
      @media (max-width: 767px) {
        .main-wrap .slide_box .slide_contents .illust {
          max-height: 165px;
          margin-right: 0;
          margin-bottom: 12px; } }
    .main-wrap .slide_box .slide_contents .illust_body {
      max-height: 115px;
      margin-right: 25px; }
      @media (max-width: 767px) {
        .main-wrap .slide_box .slide_contents .illust_body {
          max-height: 105px;
          margin-right: 0;
          margin-bottom: 12px; } }
    .main-wrap .slide_box .slide_contents p {
      text-align: left;
      font-size: 15px;
      line-height: 1.8; }
      @media (min-width: 1281px) {
        .main-wrap .slide_box .slide_contents p {
          font-size: 20px; } }
.main-wrap .kensaku_box .kensaku_txt {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 12px; }
  @media (min-width: 1281px) {
    .main-wrap .kensaku_box .kensaku_txt {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .main-wrap .kensaku_box .kensaku_txt {
      font-size: 18px;
      margin-bottom: 3px; } }
.main-wrap .kensaku_box a {
  position: relative;
  display: inline-block;
  color: #fa8c72; }
.main-wrap .kensaku_box a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #633d0e;
  transition: .4s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.main-wrap .kensaku_box a:hover::after {
  width: 100%; }
.main-wrap .kensaku_box iframe {
  margin-top: 20px;
  width: 70%;
  height: 400px; }
  @media (max-width: 767px) {
    .main-wrap .kensaku_box iframe {
      width: 100%; } }
.main-wrap .anim-btn_page {
  margin: -40px auto 60px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  width: 50rem;
  height: 6.8rem;
  font-family: 'Noto Serif JP', serif; }
  @media (max-width: 767px) {
    .main-wrap .anim-btn_page {
      margin: 0 auto 50px;
      font-size: 16px;
      width: 30rem !important;
      height: 5.5rem; } }
.main-wrap .anim-btn_other01 {
  margin: 3rem auto 0;
  line-height: 2rem;
  height: 5.3rem;
  border-radius: 350px;
  color: #000;
  border: 1px solid #000;
  font-family: 'Noto Serif JP', serif;
  width: 35rem; }
  @media (min-width: 1281px) {
    .main-wrap .anim-btn_other01 {
      width: 42rem; } }
  @media (max-width: 767px) {
    .main-wrap .anim-btn_other01 {
      width: 30rem !important; } }
  .main-wrap .anim-btn_other01::before {
    background: rgba(195, 235, 137, 0.4); }
  .main-wrap .anim-btn_other01 span {
    background: #c3eb89; }
.main-wrap .anim-btn_other02 {
  margin: 3rem auto 0;
  line-height: 2rem;
  height: 5.3rem;
  border-radius: 350px;
  color: #000;
  border: 1px solid #000;
  font-family: 'Noto Serif JP', serif;
  width: 35rem; }
  @media (min-width: 1281px) {
    .main-wrap .anim-btn_other02 {
      width: 42rem; } }

.cleansing_box .subttl_wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .cleansing_box .subttl_wrap {
      margin: 24px auto 0; } }
  .cleansing_box .subttl_wrap .sub_txt {
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 64px; }
    @media (min-width: 1281px) {
      .cleansing_box .subttl_wrap .sub_txt {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .cleansing_box .subttl_wrap .sub_txt {
        font-size: 15px;
        margin-bottom: 50px;
        letter-spacing: 0.5px; } }
    .cleansing_box .subttl_wrap .sub_txt span {
      border-bottom: solid 4px #a67c58; }
      @media (max-width: 767px) {
        .cleansing_box .subttl_wrap .sub_txt span {
          border-bottom: solid 2px #a67c58; } }
  .cleansing_box .subttl_wrap .decoration_img {
    width: 170px;
    position: absolute;
    z-index: 1; }
    @media (max-width: 767px) {
      .cleansing_box .subttl_wrap .decoration_img {
        width: 85px; } }
  .cleansing_box .subttl_wrap .decoration_img:first-of-type {
    top: -20px;
    left: 0; }
  .cleansing_box .subttl_wrap .decoration_img:last-of-type {
    bottom: -30px;
    right: 0; }
.cleansing_box .border_box {
  border: solid 4px #a67c58;
  padding: 20px; }
  @media (max-width: 767px) {
    .cleansing_box .border_box {
      border: solid 2px #a67c58;
      padding: 15px; } }
  .cleansing_box .border_box h4 {
    font-size: 30px;
    background-color: #fff;
    display: block;
    width: 80%;
    margin: -43px auto 0;
    letter-spacing: 3px; }
    @media (min-width: 1281px) {
      .cleansing_box .border_box h4 {
        font-size: 30px;
        width: 65%;
        margin: -40px auto 0; } }
    @media (max-width: 767px) {
      .cleansing_box .border_box h4 {
        margin: -30px auto 0;
        font-size: 20px;
        width: 70%; } }
  .cleansing_box .border_box p {
    font-size: 16px;
    margin: 14px 0; }
    @media (min-width: 1281px) {
      .cleansing_box .border_box p {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .cleansing_box .border_box p {
        font-size: 14px; } }
  .cleansing_box .border_box .box_img_01 {
    max-width: 80%; }
  .cleansing_box .border_box .box_img_02 {
    max-width: 100%; }
.cleansing_box .cleansing_sec1_wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 0 100px; }
  @media (max-width: 767px) {
    .cleansing_box .cleansing_sec1_wrapper {
      padding: 18px 0 30px; } }
  .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts {
    width: 56%;
    position: relative;
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts {
        width: 54%; } }
    .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts::before {
      background-color: rgba(246, 96, 105, 0.3);
      bottom: -50px;
      content: "";
      position: absolute;
      top: 100px;
      left: -113px;
      right: 150px; }
      @media (max-width: 767px) {
        .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts::before {
          top: 50px;
          bottom: -20px;
          left: -25px;
          right: 70px; } }
    .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts h5 {
      text-align: center;
      color: #633d0e;
      font-weight: bold;
      letter-spacing: 3px; }
      .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_txts h5 span {
        color: #fa8c72; }
  .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_image {
    position: absolute;
    width: 47%;
    z-index: 3;
    right: auto;
    left: 0;
    top: 65px; }
    @media (max-width: 767px) {
      .cleansing_box .cleansing_sec1_wrapper .cleansing_sec1_image {
        top: 35px;
        width: 50%; } }
  .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper {
    background-color: #fff2f3;
    padding: 20px 20px 20px 40px;
    position: relative;
    z-index: 2; }
    @media (min-width: 1281px) {
      .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper {
        padding: 30px 30px 30px 50px; } }
    @media (max-width: 767px) {
      .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper {
        padding: 15px; } }
    .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper p {
      text-align: center;
      color: #633d0e;
      font-weight: bold;
      letter-spacing: 3px;
      font-size: 1.8em; }
      @media (max-width: 767px) {
        .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper p {
          font-size: 0.9em;
          letter-spacing: 0.5px; } }
      .cleansing_box .cleansing_sec1_wrapper .cleansin_sec1_texts_wrapper p span {
        color: #f66069; }
.cleansing_box .product_txt {
  font-size: 13px;
  line-height: 2.3;
  margin-right: 30px; }
  @media (min-width: 1281px) {
    .cleansing_box .product_txt {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .cleansing_box .product_txt {
      font-size: 12px;
      margin-right: 0;
      margin-bottom: 18px; } }
.cleansing_box .cleansing_sev2_wrappaer {
  justify-content: flex-start;
  padding: 35px 0 160px; }
  @media (max-width: 767px) {
    .cleansing_box .cleansing_sev2_wrappaer {
      padding: 25px 0 65px; } }
  .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_image {
    width: 35%;
    right: 0;
    left: auto;
    top: 110px; }
    @media (min-width: 1281px) {
      .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_image {
        width: 47%; } }
    @media (max-width: 767px) {
      .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_image {
        top: 75px; } }
    .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_image .endimg3 {
      width: 250px; }
      @media (min-width: 1281px) {
        .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_image .endimg3 {
          width: 300px; } }
  .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts {
    width: 66%; }
    @media (min-width: 1281px) {
      .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts {
        width: 62%; } }
    .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts::before {
      top: 30px;
      left: 110px;
      bottom: 0;
      right: -35px;
      height: 350px;
      background-color: rgba(246, 96, 105, 0.4); }
      @media (min-width: 1281px) {
        .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts::before {
          height: 400px; } }
      @media (max-width: 767px) {
        .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts::before {
          top: 20px;
          height: 150px; } }
    .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts .cleansing_sec2_texts_wrapper {
      padding: 20px 30px 20px 30px;
      background-color: #fff2f3; }
      @media (min-width: 1281px) {
        .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts .cleansing_sec2_texts_wrapper {
          padding: 20px 40px 20px 40px; } }
      @media (max-width: 767px) {
        .cleansing_box .cleansing_sev2_wrappaer .cleansing_sec2_texts .cleansing_sec2_texts_wrapper {
          padding: 15px; } }
.cleansing_box .onayami_cleansing_box {
  background-color: rgba(255, 242, 243, 0.7);
  border: solid 4px rgba(252, 204, 212, 0.7); }
  @media (min-width: 1281px) {
    .cleansing_box .onayami_cleansing_box ul::after {
      width: 395px; } }
  @media (min-width: 1281px) {
    .cleansing_box .onayami_cleansing_box ul li {
      width: 388px; } }
  .cleansing_box .onayami_cleansing_box p:last-child span {
    color: #f66069; }
.cleansing_box .cleansing_feature_box .feature_list {
  list-style: none;
  font-size: 15px;
  padding: 0; }
  @media (max-width: 767px) {
    .cleansing_box .cleansing_feature_box .feature_list {
      font-size: 12px; } }
  .cleansing_box .cleansing_feature_box .feature_list li {
    letter-spacing: -0.5px; }
    @media (max-width: 767px) {
      .cleansing_box .cleansing_feature_box .feature_list li {
        letter-spacing: unset;
        padding-left: 1em;
        text-indent: -1em; } }
@media (min-width: 1281px) {
  .cleansing_box .cleansing_feature_box div img {
    max-width: 455px; } }
.cleansing_box .cleansing_feature_box h4 {
  color: #f66069; }
  .cleansing_box .cleansing_feature_box h4::before {
    background-color: #fff2f3;
    color: #a67c58; }
.cleansing_box .cleansing_feature_box .flower00_img {
  display: none; }
  @media (min-width: 1281px) {
    .cleansing_box .cleansing_feature_box .flower00_img {
      position: absolute;
      animation: rotate-anime 8s linear infinite; } }
.cleansing_box .cleansing_feature_box .flower01_img {
  top: -35px;
  width: 80px;
  left: 35px; }
.cleansing_box .cleansing_feature_box .flower02_img {
  top: -40px;
  width: 80px;
  right: 0; }
.cleansing_box .cleansing_feature_box .flower03_img {
  top: -35px;
  width: 80px;
  left: 0;
  height: auto !important; }
.cleansing_box .cleansing_feature_box .flower04_img {
  top: -40px;
  width: 80px;
  right: 0; }
.cleansing_box .cleansing_feature_box:first-of-type div img {
  max-width: 80%; }
  @media (min-width: 1281px) {
    .cleansing_box .cleansing_feature_box:first-of-type div img {
      max-width: 500px; } }
  @media (max-width: 767px) {
    .cleansing_box .cleansing_feature_box:first-of-type div img {
      max-width: 100%; } }
.cleansing_box .cleansing_feature_box:nth-of-type(3) img {
  height: auto; }
.cleansing_box .voice_img {
  max-width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 1281px) {
    .cleansing_box .voice_img {
      max-width: 800px; } }
.cleansing_box .voice_img:last-of-type {
  margin-bottom: 0; }
.cleansing_box .illust_cleansing {
  max-height: 160px;
  margin-right: 15px; }
  @media (min-width: 1281px) {
    .cleansing_box .illust_cleansing {
      max-height: 203px;
      margin-right: 25px; } }
  @media (max-width: 767px) {
    .cleansing_box .illust_cleansing {
      max-height: 150px;
      margin-right: 0;
      margin-bottom: 18px; } }

.slick-dots {
  bottom: -27px !important; }

.slick-next {
  right: 0 !important;
  z-index: 3; }
  @media (min-width: 1281px) {
    .slick-next {
      right: 85px !important; } }

.slick-prev {
  left: 0 !important;
  z-index: 3; }
  @media (min-width: 1281px) {
    .slick-prev {
      left: 85px !important; } }

.slick-prev:before, .slick-next:before {
  color: #633d0e !important; }

@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
