@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.inview.active {
  opacity: 1;
}

#wrapper .description {
  position: relative;
}

#wrapper .description p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333333;
}

#wrapper .img {
  background-color: #fff;
}

#wrapper .cont2 {
  position: relative;
}

#wrapper .cont2::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: initial;
}

#wrapper .title {
  z-index: 2;
}

#wrapper .title p {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  color: #333333;
}

#wrapper .title h2 {
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  color: #61ae9f;
}

/* ===================
	　 firstview
=================== */
#firstview {
  text-align: center;
  position: relative;
  width: 106rem;
  margin: 0 auto 16.6rem;
}

#firstview a {
  display: block;
}

#firstview .fv-img {
  width: 106rem;
  position: relative;
  margin: 0 auto 8.3rem;
}

#firstview p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333333;
}

#firstview .title {
  margin-top: 8.9rem;
  margin-bottom: 2.4rem;
}

#firstview .title h3 {
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  color: #61ae9f;
  margin-bottom: 0.3rem;
}

#firstview .title p {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.035em;
}

#firstview .scene {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 10.6rem;
}

#firstview .scene li {
  position: relative;
  margin-bottom: 2.1rem;
  color: #333333;
}

#firstview .scene li span {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-right: 1rem;
}

#firstview .scene li:nth-child(1) span {
  background-color: #81beb2;
}

#firstview .scene li:nth-child(2) span {
  background-color: #a0cec5;
}

#firstview .scene li:nth-child(3) span {
  background-color: #c0dfd9;
}

#firstview .advice {
  position: relative;
}

#firstview .advice h4 {
  position: absolute;
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 15rem;
  top: -3.7rem;
  color: #333333;
}

#firstview .advice::before {
  content: "";
  position: absolute;
  width: 72.6rem;
  height: 21.6rem;
  background-image: url("../img/bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 16.9rem;
  top: -3.4rem;
  z-index: -1;
}

#firstview .advice p {
  position: relative;
  color: #333333;
}

#firstview .advice .quotation {
  position: relative;
}

#firstview .advice .quotation::before {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.2rem;
  background-image: url("../img/quotation_left.svg");
  background-repeat: no-repeat;
  background-size: initial;
  left: 23rem;
  top: -4.4rem;
}

#firstview .advice .quotation::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.1rem;
  background-image: url("../img/quotation_right.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: 23rem;
  bottom: -4.7rem;
}

/* ===================
	　 section01
=================== */
.sec01 {
  margin-bottom: 14.5rem;
}

.sec01 .all {
  margin-left: 15rem;
}

.sec01 .all .cont1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec01 .all .cont1 .title {
  position: relative;
  margin-top: 15rem;
  margin-left: -16rem;
}

.sec01 .all .cont1 .title::before {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 16.4rem;
  background-image: url("../img/number01.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: -11.8rem;
  top: -2.3rem;
}

.sec01 .all .cont1 .title p {
  position: relative;
  margin-left: 10.4rem;
  margin-bottom: 1.9rem;
}

.sec01 .all .cont1 .title p::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5.3rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: -3rem;
  top: 0.9rem;
}

.sec01 .all .cont1 .img01 {
  width: 50rem;
  height: 75rem;
}

.sec01 .all .cont1 .img01 p {
  font-size: 1.4rem;
  margin-top: 3.6rem;
  text-align: right;
  position: relative;
  letter-spacing: 0.03em !important;
  color: #333333;
  display: inline-block;
  padding-left: 2.9rem;
}

.sec01 .all .cont1 .img01 p::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/washable.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0.2rem;
  margin: auto;
}

.sec01 .all .cont1 .img01 p::after {
  content: "";
  position: absolute;
  width: 17.4rem;
  height: 14.4rem;
  background-color: #f8f5f3;
  right: -4.1rem;
  bottom: -3.4rem;
  z-index: -1;
}

.sec01 .cont2 {
  margin-top: 44.3rem;
  margin-left: -9.7rem;
}

.sec01 .cont2 .description {
  width: 51rem;
  margin-bottom: 5.7rem;
}

.sec01 .cont2 .description p {
  text-align: justify;
}

.sec01 .cont2 .img02 {
  position: relative;
  width: 51rem;
  margin-left: -0.1rem;
}

.sec01 .cont2 .img02 p {
  font-size: 1.4rem;
  margin-top: 3.6rem;
  text-align: right;
  position: relative;
  letter-spacing: 0.03em !important;
  color: #333333;
}

.sec01 .cont2 .img02 p::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/washable.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 14.65rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec01 .cont2 .img02 .price {
  margin-top: 1.3rem;
  text-align: right;
}

/* ===================
	　 section02
=================== */
.sec02 {
  position: relative;
  margin-bottom: 22.7rem;
}

.sec02 .img01-all {
  margin-left: 57.2rem;
  margin-bottom: 6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec02 .img01-all .img01 {
  width: 44rem;
}

.sec02 .img01-all .price {
  margin-left: 2.1rem;
  margin-bottom: -0.5rem;
}

.sec02 .img02-all {
  position: absolute;
  width: 34rem;
  top: 42rem;
  left: 14.2rem;
}

.sec02 .img02-all .img02 {
  position: relative;
  height: 51rem;
}

.sec02 .img02-all .img02 img {
  width: 100%;
}

.sec02 .img02-all .img02 p {
  font-size: 1.4rem;
  margin-top: 3.6rem;
  text-align: right;
  position: relative;
  letter-spacing: 0.03em !important;
  color: #333333;
  display: inline-block;
  padding-left: 3rem;
}

.sec02 .img02-all .img02 p::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/sustainable.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0.2rem;
  margin: auto;
}

.sec02 .img02-all .img02 p::after {
  content: "";
  position: absolute;
  width: 19.2rem;
  height: 14.4rem;
  background-color: #f8f5f3;
  left: -3.9rem;
  bottom: -3.4rem;
  z-index: -1;
}

.sec02 .title {
  position: relative;
  margin-left: 72.3rem;
  margin-bottom: 2.5rem;
}

.sec02 .title::before {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 16.3rem;
  background-image: url("../img/number02.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: 13.1rem;
  bottom: -23.3rem;
}

.sec02 .title p {
  margin-left: 21.5rem;
  margin-bottom: 1.9rem;
  position: relative;
  display: inline-block;
}

.sec02 .title p::before {
  content: "";
  position: absolute;
  width: 4.9rem;
  height: 5.3rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: -2.9rem;
  top: 0.9rem;
}

.sec02 .description {
  width: 49.5rem;
  margin-left: 72.3rem;
  z-index: 2;
}

.sec02 .description p {
  text-align: justify;
}

/* ===================
	　 section03
=================== */
.sec03 .cont1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 23.1rem;
  margin-bottom: 6.6rem;
}

.sec03 .cont1 .img01 {
  width: 50rem;
  height: 75rem;
  margin-left: 6rem;
}

.sec03 .cont1 .img01 ul {
  width: 35rem;
  margin-left: 15.8rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.sec03 .cont1 .img01 ul::after {
  content: "";
  position: absolute;
  width: 42.2rem;
  height: 14.4rem;
  background-color: #f8f5f3;
  left: -4rem;
  bottom: -3.5rem;
  z-index: -1;
}

.sec03 .cont1 .img01 ul li {
  font-size: 1.4rem;
  margin-top: 3.5rem;
  position: relative;
  letter-spacing: 0.03em !important;
  color: #333333;
  display: inline-block;
  padding-left: 2.9rem;
}

.sec03 .cont1 .img01 ul li:nth-child(1) {
  margin-right: 1.5rem;
}

.sec03 .cont1 .img01 ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/washable.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec03 .cont1 .img01 ul li:nth-child(2) {
  margin-right: 1.6rem;
}

.sec03 .cont1 .img01 ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/sustainable.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec03 .cont1 .img01 ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/beforeafter.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec03 .cont1 .img01 .price {
  text-align: right;
  margin-top: 3.3rem;
}

.sec03 .cont1 .title {
  margin-top: 39rem;
  position: relative;
}

.sec03 .cont1 .title::before {
  content: "";
  position: absolute;
  width: 12.3rem;
  height: 16.6rem;
  background-image: url("../img/number03.svg");
  background-repeat: no-repeat;
  background-size: initial;
  left: -14.1rem;
  top: -5.4rem;
}

.sec03 .cont1 .title p {
  margin-left: 17.3rem;
}

.sec03 .cont1 .title h2 {
  margin-top: 1.9rem;
  margin-bottom: 2.8rem;
  position: relative;
}

.sec03 .cont1 .title h2::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5.3rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: 0;
  top: -2.6rem;
}

.sec03 .cont1 .title .description {
  width: 44.8rem;
}

.sec03 .cont1 .title .description p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 2 !important;
  letter-spacing: 0.03em !important;
  text-align: justify;
  margin-left: 0 !important;
}

.sec03 .img-all {
  margin-left: 23.1rem;
}

.sec03 .img-all .img02-all .img02 {
  width: 30rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec03 .img-all .img02-all .img02 img {
  width: 100%;
}

.sec03 .img-all .img02-all .img02 .price {
  margin-top: 1.3rem;
}

.sec03 .img-all .img03 {
  width: 36rem;
  margin-left: 3rem;
  margin-top: 15rem;
}

.sec03 .staff {
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  line-height: 1.6923;
  letter-spacing: 0.015em;
  margin-top: 11.6rem;
  color: #333333;
}

/* for SP */
@media screen and (max-width: 767px) {
  #wrapper .description {
    position: relative;
  }
  #wrapper .description p {
    font-size: calc(26* (100vw / 750));
  }
  #wrapper .title {
    z-index: 1;
  }
  #wrapper .title p {
    font-size: calc(30* (100vw / 750));
    letter-spacing: 0.05em;
    position: relative;
  }
  #wrapper .title h2 {
    font-size: calc(66* (100vw / 750));
  }
  #wrapper .img {
    background-color: transparent;
  }
  /* ===================
	　 firstview
=================== */
  #firstview {
    width: 100%;
    margin: 0 auto calc(232* (100vw / 750));
  }
  #firstview .fv-img {
    width: 100%;
    margin: 0 auto calc(107* (100vw / 750));
  }
  #firstview p {
    font-size: calc(26* (100vw / 750));
  }
  #firstview .title {
    margin-top: calc(117* (100vw / 750));
    margin-bottom: calc(50* (100vw / 750));
  }
  #firstview .title h3 {
    font-size: calc(56* (100vw / 750));
    margin-bottom: calc(10* (100vw / 750));
  }
  #firstview .title p {
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.035em;
  }
  #firstview .scene {
    font-size: calc(30* (100vw / 750));
    margin-bottom: calc(210* (100vw / 750));
  }
  #firstview .scene li {
    margin-bottom: calc(36* (100vw / 750));
  }
  #firstview .scene li span {
    width: calc(16* (100vw / 750));
    height: calc(16* (100vw / 750));
    margin-bottom: calc(4* (100vw / 750));
    margin-right: calc(16* (100vw / 750));
  }
  #firstview .scene li:nth-child(1) span {
    margin-bottom: calc(2* (100vw / 750));
  }
  #firstview .advice h4 {
    font-size: calc(36* (100vw / 750));
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    right: calc(31* (100vw / 750));
    top: calc(-87* (100vw / 750));
  }
  #firstview .advice::before {
    width: calc(711* (100vw / 750));
    height: calc(467* (100vw / 750));
    background-image: url("../img/sp_bg01.png");
    left: 0;
    right: 0;
    top: calc(-79* (100vw / 750));
    margin: auto;
  }
  #firstview .advice .quotation::before {
    width: calc(36* (100vw / 750));
    height: calc(33* (100vw / 750));
    left: calc(60* (100vw / 750));
    top: calc(-94* (100vw / 750));
  }
  #firstview .advice .quotation::after {
    width: calc(36* (100vw / 750));
    height: calc(33* (100vw / 750));
    right: calc(69* (100vw / 750));
    bottom: calc(-83* (100vw / 750));
  }
  /* ===================
	　 section01
=================== */
  .sec01 {
    margin-bottom: calc(172* (100vw / 750));
  }
  .sec01 .all {
    margin-left: calc(30* (100vw / 750));
  }
  .sec01 .all .cont1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(48* (100vw / 750));
  }
  .sec01 .all .cont1 .title {
    position: relative;
    margin-top: 0;
    margin-left: calc(111* (100vw / 750));
    margin-bottom: calc(50* (100vw / 750));
  }
  .sec01 .all .cont1 .title::before {
    width: calc(131* (100vw / 750));
    height: calc(244* (100vw / 750));
    left: calc(480* (100vw / 750));
    right: auto;
    top: calc(42* (100vw / 750));
  }
  .sec01 .all .cont1 .title p {
    margin-left: calc(11* (100vw / 750));
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec01 .all .cont1 .title p::before {
    width: calc(73* (100vw / 750));
    height: calc(83* (100vw / 750));
    background-image: url("../img/sp_arrow.svg");
    right: calc(-43* (100vw / 750));
    top: calc(14* (100vw / 750));
  }
  .sec01 .all .cont1 .img01 {
    width: calc(620* (100vw / 750));
    height: auto;
    z-index: 2;
  }
  .sec01 .all .cont1 .img01 p {
    font-size: calc(26* (100vw / 750));
    margin-top: 3.6rem;
    text-align: right;
    letter-spacing: 0.03em !important;
    padding-left: 2.9rem;
  }
  .sec01 .all .cont1 .img01 p::before {
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    top: 0;
    bottom: 0.2rem;
    margin: auto;
  }
  .sec01 .all .cont1 .img01 p::after {
    content: "";
    position: absolute;
    width: 17.4rem;
    height: 14.4rem;
    background-color: #f8f5f3;
    right: -4.1rem;
    bottom: -3.4rem;
    z-index: -1;
  }
  .sec01 .cont2 {
    margin-top: 0;
    margin-left: 0;
  }
  .sec01 .cont2 .description {
    width: calc(620* (100vw / 750));
    margin-bottom: calc(48* (100vw / 750));
  }
  .sec01 .cont2 .img02 {
    width: calc(650* (100vw / 750));
    margin-left: calc(70* (100vw / 750));
    text-align: right;
  }
  .sec01 .cont2 .img02 p {
    font-size: calc(26* (100vw / 750));
    margin-top: 0;
    text-align: right;
    padding: calc(50* (100vw / 750)) calc(41* (100vw / 750)) calc(48* (100vw / 750)) calc(95* (100vw / 750));
    display: inline-block !important;
    background-color: #f8f5f3;
  }
  .sec01 .cont2 .img02 p::before {
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    right: auto;
    left: calc(41* (100vw / 750));
    top: 0;
    bottom: calc(-2* (100vw / 750));
    margin: auto;
  }
  .sec01 .cont2 .img02 .price {
    margin-top: calc(26* (100vw / 750));
    text-align: left;
  }
  /* ===================
	　 section02
=================== */
  .sec02 {
    position: relative;
    margin-bottom: calc(180* (100vw / 750));
  }
  .sec02 .img01-all {
    margin-left: 0;
    margin-bottom: calc(60* (100vw / 750));
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec02 .img01-all .img01 {
    width: calc(560* (100vw / 750));
  }
  .sec02 .img01-all .price {
    margin-left: calc(25* (100vw / 750));
    margin-bottom: -0.5rem;
  }
  .sec02 .img02-all {
    position: relative;
    width: 100%;
    margin-left: calc(40* (100vw / 750));
    top: 0;
    left: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec02 .img02-all .price {
    margin-left: calc(40* (100vw / 750));
    margin-bottom: calc(115* (100vw / 750));
  }
  .sec02 .img02-all .img02 {
    width: calc(480* (100vw / 750));
    height: auto;
  }
  .sec02 .img02-all .img02 p {
    font-size: calc(26* (100vw / 750));
    margin-top: calc(-80* (100vw / 750));
    padding-top: calc(132* (100vw / 750));
    text-align: left;
    display: inline-block;
    margin-left: calc(-40* (100vw / 750));
    padding-left: calc(94* (100vw / 750));
    padding-right: calc(42* (100vw / 750));
    padding-bottom: calc(46* (100vw / 750));
    background-color: #f8f5f3;
    z-index: -1;
  }
  .sec02 .img02-all .img02 p::before {
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    left: calc(40* (100vw / 750));
    top: calc(80* (100vw / 750));
    bottom: 0;
    margin: auto;
  }
  .sec02 .img02-all .img02 p::after {
    display: none;
  }
  .sec02 .title {
    margin-left: calc(40* (100vw / 750));
    margin-bottom: calc(38* (100vw / 750));
  }
  .sec02 .title::before {
    width: calc(188* (100vw / 750));
    height: calc(245* (100vw / 750));
    right: auto;
    left: calc(530* (100vw / 750));
    bottom: auto;
    margin-top: calc(332* (100vw / 750));
  }
  .sec02 .title p {
    margin-left: calc(175* (100vw / 750));
    margin-bottom: calc(24* (100vw / 750));
  }
  .sec02 .title p::before {
    width: calc(73* (100vw / 750));
    height: calc(83* (100vw / 750));
    background-image: url("../img/sp_arrow.svg");
    right: calc(-43* (100vw / 750));
    top: calc(15* (100vw / 750));
  }
  .sec02 .description {
    width: calc(640* (100vw / 750));
    margin-left: calc(40* (100vw / 750));
    margin-bottom: calc(46* (100vw / 750));
  }
  /* ===================
	　 section03
=================== */
  .sec03 .cont1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    margin-bottom: calc(47* (100vw / 750));
  }
  .sec03 .cont1 .img01 {
    width: calc(620* (100vw / 750));
    height: auto;
    margin-left: calc(130* (100vw / 750));
    z-index: 2;
  }
  .sec03 .cont1 .img01 .price {
    text-align: right;
    margin-top: 3.3rem;
  }
  .sec03 .cont1 .title {
    margin-top: calc(61* (100vw / 750));
    margin-left: calc(100* (100vw / 750));
    position: relative;
  }
  .sec03 .cont1 .title::before {
    content: "";
    position: absolute;
    width: calc(182* (100vw / 750));
    height: calc(247* (100vw / 750));
    background-image: url("../img/number03.svg");
    background-repeat: no-repeat;
    background-size: initial;
    left: calc(-115* (100vw / 750));
    top: calc(-170* (100vw / 750));
  }
  .sec03 .cont1 .title p {
    margin-left: calc(119* (100vw / 750));
  }
  .sec03 .cont1 .title h2 {
    margin-top: calc(24* (100vw / 750));
    margin-bottom: calc(37* (100vw / 750));
    position: relative;
  }
  .sec03 .cont1 .title h2::before {
    width: calc(73* (100vw / 750));
    height: calc(83* (100vw / 750));
    background-image: url("../img/sp_arrow.svg");
    right: auto;
    left: calc(547* (100vw / 750));
    top: calc(-40* (100vw / 750));
  }
  .sec03 .cont1 .title .description {
    width: calc(620* (100vw / 750));
  }
  .sec03 .cont1 .title .description p {
    font-size: calc(26* (100vw / 750)) !important;
    line-height: 2 !important;
  }
  .sec03 .img-all {
    margin-left: calc(40* (100vw / 750));
  }
  .sec03 .img-all .img02-all .img02 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec03 .img-all .img02-all .img02 img {
    width: calc(440* (100vw / 750));
  }
  .sec03 .img-all .img02-all .img02 .price {
    margin-top: 0;
    margin-bottom: calc(-9* (100vw / 750));
    margin-right: calc(85* (100vw / 750));
  }
  .sec03 .img-all .img03 {
    width: calc(480* (100vw / 750));
    margin-left: 0;
    margin-top: calc(30* (100vw / 750));
    z-index: 2;
  }
  .sec03 .img-all ul {
    width: auto;
    margin-left: calc(-40* (100vw / 750));
    padding-left: calc(41* (100vw / 750));
    margin-top: calc(-81* (100vw / 750));
    padding-top: calc(132* (100vw / 750));
    padding-bottom: calc(46* (100vw / 750));
    padding-right: calc(40* (100vw / 750));
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    background-color: #f8f5f3;
  }
  .sec03 .img-all ul li {
    font-size: calc(26* (100vw / 750));
    margin-top: 0;
    position: relative;
    letter-spacing: 0.03em !important;
    color: #333333;
    display: inline-block;
    padding-left: calc(52* (100vw / 750));
  }
  .sec03 .img-all ul li:nth-child(1) {
    margin-right: calc(12* (100vw / 750));
  }
  .sec03 .img-all ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    background-image: url("../img/washable.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(-1* (100vw / 750));
    top: 0;
    bottom: calc(4* (100vw / 750));
    margin: auto;
  }
  .sec03 .img-all ul li:nth-child(2) {
    margin-right: calc(14* (100vw / 750));
  }
  .sec03 .img-all ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    background-image: url("../img/sustainable.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(-1* (100vw / 750));
    top: 0;
    bottom: calc(4* (100vw / 750));
    margin: auto;
  }
  .sec03 .img-all ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    background-image: url("../img/beforeafter.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(-1* (100vw / 750));
    top: 0;
    bottom: calc(4* (100vw / 750));
    margin: auto;
  }
  .sec03 .staff {
    margin-top: calc(172* (100vw / 750));
    font-size: calc(23* (100vw / 750));
    line-height: 1.73913;
    margin-top: calc(171* (100vw / 750));
  }
}
/*# sourceMappingURL=style.css.map */