@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}

.inview.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#wrapper {
  color: #333333;
}

#wrapper .img {
  background-color: #fff;
}

section .title {
  text-align: center;
}

section .title .item_name {
  font-family: kepler-std-display, serif;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  margin-bottom: 0.8rem;
}

section .title .item_name_sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin-bottom: 1.7rem;
}

section .title .item_price {
  font-family: kepler-std-display, serif;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}

section .img01 {
  position: relative;
}

section .img01::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

section .item {
  margin-bottom: 3.4rem;
}

section .item ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

section .item ul li {
  width: 13rem;
}

section .description {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 3.1rem;
}

section .point {
  font-family: kepler-std-display, serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.085em;
  padding-left: 2.6rem;
  position: relative;
  display: inline-block;
}

section .point::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: -0.1rem;
  top: 0;
  bottom: 0.3rem;
  margin: auto;
}

section .price {
  margin-top: 2.3rem;
}

/* ===================
	　 firstview
=================== */
#firstview {
  text-align: center;
  margin-bottom: 12.6rem;
}

#firstview .title {
  margin-bottom: 5.8rem;
}

#firstview .title .txt {
  font-family: pragmatica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.035em;
  margin-bottom: 1.8rem;
}

#firstview .title h2 {
  font-family: baskerville-display-pt, serif;
  font-size: 5.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.035em;
  margin-bottom: 2.8rem;
  position: relative;
}

#firstview .title h2::before {
  content: "";
  position: absolute;
  width: 13.2rem;
  height: 0.1rem;
  background-color: #666666;
  left: 0;
  right: 0;
  bottom: 1.1rem;
  margin: auto;
}

#firstview .title h2 span {
  font-size: 3rem;
  letter-spacing: 0.02em;
  margin-right: 0.4rem;
}

#firstview .title .sub-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

#firstview .description {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

/* ===================
	　 section01
=================== */
.sec01 {
  text-align: center;
  position: relative;
  padding-bottom: 6.2rem;
  margin-bottom: 18rem;
}

.sec01 .img01 {
  width: 84rem;
  margin: auto;
}

.sec01 .img01::before {
  background-image: url("../img/number01.svg");
  width: 10.4rem;
  height: 7.8rem;
  left: 3rem;
  top: -4rem;
  z-index: 2;
}

.sec01 .img01::after {
  content: "";
  position: absolute;
  width: 200vw;
  height: 115.3rem;
  background-color: #fefbf6;
  left: -50vw;
  right: 0;
  top: 12rem;
  margin: auto;
  z-index: -1;
}

.sec01 .img01 ul {
  width: 84rem;
  margin: auto;
}

.sec01 .img01 ul li {
  width: 42rem;
}

.sec01 .price {
  text-align: center;
  margin-bottom: 5.6rem;
}

.sec01 .title {
  margin-bottom: 3.8rem;
}

.sec01 .item ul {
  width: 45rem;
}

.sec01 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec01 .point::before {
  background-image: url("../img/washable.png");
  left: 0.1rem;
}

.sec01 .title, .sec01 .price, .sec01 .item, .sec01 .description, .sec01 .point {
  position: relative;
}

/* ===================
	　 section02
=================== */
.sec02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14.6rem;
}

.sec02 .img01 {
  width: 38rem;
}

.sec02 .img01::before {
  background-image: url("../img/number02.svg");
  width: 11.4rem;
  height: 7.8rem;
  right: -7rem;
  top: -6rem;
  z-index: 2;
}

.sec02 .img01 .price {
  text-align: center;
}

.sec02 .right {
  margin-left: 9rem;
  margin-top: 5.1rem;
}

.sec02 .right .title {
  margin-bottom: 3.8rem;
}

.sec02 .right .title .item_name_sub {
  margin-bottom: 1.8rem;
}

.sec02 .right .item ul li:nth-child(1) {
  margin-top: 3rem;
}

.sec02 .right .item ul li:nth-child(3) {
  margin-top: 6rem;
}

.sec02 .right .point:nth-child(1) {
  margin-left: 14.2rem;
  margin-right: 1.6rem;
}

.sec02 .right .point:nth-child(1)::before {
  background-image: url("../img/washable.png");
}

.sec02 .right .point:nth-child(2)::before {
  background-image: url("../img/sustainable.png");
}

/* ===================
	　 section03
=================== */
.sec03 {
  position: relative;
  margin-bottom: 20.6rem;
}

.sec03 .img-all {
  margin-left: 32rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.1rem;
}

.sec03 .img-all .img01 {
  width: 38rem;
  margin-left: 6rem;
}

.sec03 .img-all .img01::before {
  background-image: url("../img/number03.svg");
  width: 11.4rem;
  height: 7.8rem;
  left: -17.4rem;
  top: 6rem;
}

.sec03 .img-all .img01::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/frame01.png");
  width: 100.1rem;
  height: 111.6rem;
  left: -50rem;
  right: 0;
  top: 9.5rem;
  margin: auto;
  z-index: -1;
}

.sec03 .img-all .img01 .price {
  text-align: right;
}

.sec03 .img-all .img02 {
  width: 32rem;
  margin-top: 19.7rem;
}

.sec03 .title {
  margin-bottom: 3.9rem;
}

.sec03 .item {
  margin-bottom: 3.3rem;
}

.sec03 .item ul {
  width: 45rem;
}

.sec03 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

_:-ms-lang(x)::-ms-backdrop, .sec03 .img02 img {
  width: 32rem;
}

/* ===================
	　 section04
=================== */
.sec04 {
  text-align: center;
  margin-bottom: 14.5rem;
}

.sec04 .img01 {
  width: 36rem;
  margin-left: 9rem;
}

.sec04 .img01::before {
  background-image: url("../img/number04.svg");
  width: 11.6rem;
  height: 8.2rem;
  right: -4rem;
  top: -3rem;
  z-index: 2;
}

.sec04 .left {
  margin-left: 26rem;
  margin-top: 9.1rem;
}

.sec04 .left .title {
  margin-bottom: 3.8rem;
}

.sec04 .left .title .item_name_sub {
  margin-bottom: 1.8rem;
}

.sec04 .left .item ul {
  width: 43rem;
}

.sec04 .left .item ul li {
  width: 13rem;
}

.sec04 .left .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec04 .left .point::before {
  background-image: url("../img/washable.png");
}

/* ===================
	　 section05
=================== */
.sec05 {
  text-align: center;
  margin-bottom: 15.3rem;
}

.sec05 .img01 {
  width: 42rem;
  margin: auto;
}

.sec05 .img01::before {
  background-image: url("../img/number05.svg");
  width: 11.4rem;
  height: 7.8rem;
  left: -4rem;
  top: 12rem;
  z-index: 2;
}

.sec05 .price {
  margin-bottom: 5.6rem;
}

.sec05 .title {
  margin-bottom: 3.8rem;
}

.sec05 .item ul {
  width: 45rem;
}

.sec05 .item ul li {
  width: 13rem;
}

.sec05 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec05 .point::before {
  background-image: url("../img/washable.png");
}

/* ===================
	　 section06
=================== */
.sec06 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 6.2rem;
  margin-bottom: 12rem;
}

.sec06 .img-all {
  margin-left: 33rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6rem;
}

.sec06 .img-all .img01 {
  width: 36rem;
}

.sec06 .img-all .img01::before {
  content: "";
  position: absolute;
  width: 100rem;
  height: 93.3rem;
  background-color: #f9f9f9;
  left: -13rem;
  right: 0;
  top: 31.5rem;
  margin: auto;
  z-index: -1;
}

.sec06 .img-all .img01 .price {
  text-align: left;
}

.sec06 .img-all .img02 {
  width: 32rem;
  position: relative;
  margin-left: 6rem;
  margin-top: 19.4rem;
}

.sec06 .img-all .img02::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/number06.svg");
  width: 11.4rem;
  height: 7.8rem;
  right: 0;
  top: -13.5rem;
}

.sec06 .title {
  margin-bottom: 3.8rem;
}

.sec06 .item ul {
  width: 45rem;
}

.sec06 .item ul li {
  width: 13rem;
}

.sec06 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec06 .point::before {
  background-image: url("../img/washable.png");
}

_:-ms-lang(x)::-ms-backdrop, .sec06 .img02 img {
  width: 32rem;
}

_:-ms-lang(x)::-ms-backdrop, button {
  overflow: visible;
}

.sec07 {
  margin-bottom: 14.7rem;
}

.sec07 .img01 {
  width: 38rem;
  margin: 0 auto;
}

.sec07 .img01::before {
  background-image: url("../img/number07.svg");
  width: 11.4rem;
  height: 7.8rem;
  right: -10rem;
  top: 9rem;
  z-index: 2;
}

.sec07 .img01 a {
  display: block;
}

.sec07 .img01 li {
  width: 38rem;
}

.sec07 .price {
  text-align: center;
  margin-bottom: 5.5rem;
}

.sec07 .title {
  margin-bottom: 3.9rem;
}

.sec07 .item {
  margin-bottom: 3.3rem;
}

.sec07 .item ul {
  width: 45rem;
}

.sec07 .item ul li {
  width: 13rem;
}

.sec07 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec07 .slick-arrow {
  width: 1rem;
  height: 3.3rem;
  top: 50%;
}

.sec07 .slick-arrow::before, .sec07 .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.8rem;
  background: #666666;
  left: 20px;
}

.sec07 .slick-arrow.slick-prev {
  left: -4.6rem;
}

.sec07 .slick-arrow.slick-next {
  right: -1.4rem;
}

.sec07 .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
  bottom: 0.1rem;
}

.sec07 .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.sec07 .slick-arrow.slick-next::before {
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
  bottom: 0.1rem;
}

.sec07 .slick-arrow.slick-next::after {
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

/* ===================
	　 section08
=================== */
.sec08 {
  text-align: center;
  margin-bottom: 15.3rem;
}

.sec08 .img-all {
  margin-left: 28.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.1rem;
}

.sec08 .img-all .img01 {
  width: 42rem;
  margin-left: 9rem;
}

.sec08 .img-all .img01::before {
  background-image: url("../img/number08.svg");
  width: 11.4rem;
  height: 7.8rem;
  left: -4rem;
  top: 9rem;
  z-index: 2;
}

.sec08 .img-all .img01 .price {
  text-align: right;
}

.sec08 .img-all .img02 {
  width: 32rem;
  margin-top: 25.7rem;
}

.sec08 .title {
  margin-bottom: 3.8rem;
}

.sec08 .item ul {
  width: 45rem;
}

.sec08 .item ul li {
  width: 13rem;
}

.sec08 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec08 .point-all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec08 .point-all .point:nth-child(1) {
  margin-right: 1.6rem;
}

.sec08 .point-all .point:nth-child(1)::before {
  background-image: url("../img/washable.png");
  left: 0;
}

.sec08 .point-all .point:nth-child(2)::before {
  background-image: url("../img/multiway.png");
  left: 0;
}

/* ===================
	　 section09
=================== */
.sec09 {
  text-align: center;
  margin-bottom: 15.3rem;
}

.sec09 .img-all {
  margin-left: 31.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5.5rem;
}

.sec09 .img-all .img01 {
  width: 26rem;
  margin-left: 9rem;
  margin-top: 15rem;
}

.sec09 .img-all .img01::before {
  background-image: url("../img/number09.svg");
  width: 11.4rem;
  height: 7.8rem;
  right: -7rem;
  top: -6rem;
  z-index: 2;
}

.sec09 .img-all .img01::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/bg01.jpg");
  width: 26rem;
  height: 39rem;
  right: -6rem;
  top: 6rem;
  z-index: -1;
}

.sec09 .img-all .img02 {
  width: 42rem;
}

.sec09 .img-all .img02 .price {
  text-align: left;
}

.sec09 .title {
  margin-bottom: 3.8rem;
}

.sec09 .item ul {
  width: 58rem;
}

.sec09 .item ul li {
  width: 13rem;
}

.sec09 .item ul li:nth-child(1) {
  margin-top: 3rem;
}

.sec09 .item ul li:nth-child(3) {
  margin-top: 6rem;
}

.sec09 .point-all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec09 .point-all .point:nth-child(1) {
  margin-right: 1.6rem;
}

.sec09 .point-all .point:nth-child(1)::before {
  background-image: url("../img/washable.png");
  left: 0;
}

.sec09 .point-all .point:nth-child(2)::before {
  background-image: url("../img/sustainable.png");
}

/* ===================
	　 section10
=================== */
.sec10 {
  text-align: center;
  position: relative;
  margin-bottom: 15.3rem;
}

.sec10 .img01 {
  width: 38rem;
  margin: auto;
}

.sec10 .img01::before {
  background-image: url("../img/number10.svg");
  width: 16.4rem;
  height: 7.8rem;
  right: -12rem;
  top: 15rem;
  z-index: 2;
}

.sec10 .img01::after {
  content: "";
  position: absolute;
  width: 100rem;
  height: 105.1rem;
  border: #666 0.1rem solid;
  left: -31rem;
  right: 0;
  top: 8.9rem;
  margin: auto;
  z-index: -1;
}

.sec10 .price {
  margin-bottom: 5.6rem;
}

.sec10 .title {
  margin-bottom: 3.8rem;
}

.sec10 .item ul {
  width: 45rem;
}

.sec10 .item ul li {
  width: 13rem;
}

.sec10 .item ul li:nth-child(odd) {
  margin-top: 3rem;
}

.sec10 .point::before {
  background-image: url("../img/washable.png");
}

/* for SP */
@media screen and (max-width: 767px) {
  section .title .item_name {
    font-size: calc(46* (100vw / 750));
    letter-spacing: 0.075em;
    margin-bottom: calc(24* (100vw / 750));
  }
  section .title .item_name_sub {
    font-size: calc(26* (100vw / 750));
    margin-bottom: calc(36* (100vw / 750));
  }
  section .title .item_price {
    font-size: calc(32* (100vw / 750));
  }
  section .item {
    margin-bottom: calc(48* (100vw / 750));
  }
  section .item ul li {
    width: calc(182* (100vw / 750));
  }
  section .description {
    font-size: calc(26* (100vw / 750));
    margin-bottom: calc(39* (100vw / 750));
  }
  section .point {
    font-size: calc(28* (100vw / 750));
    padding-left: calc(53* (100vw / 750));
  }
  section .point::before {
    width: calc(40* (100vw / 750));
    height: calc(40* (100vw / 750));
    left: 0;
    top: 0;
    bottom: calc(9* (100vw / 750));
    margin: auto;
  }
  section .price {
    margin-top: calc(27* (100vw / 750));
  }
  /* ===================
        　 firstview
    =================== */
  #firstview {
    text-align: center;
    margin-top: calc(50* (100vw / 750));
    margin-bottom: calc(167* (100vw / 750));
  }
  #firstview .title {
    margin-bottom: calc(79* (100vw / 750));
  }
  #firstview .title .txt {
    font-size: calc(30* (100vw / 750));
    margin-bottom: calc(22* (100vw / 750));
  }
  #firstview .title h2 {
    font-size: calc(76* (100vw / 750));
    margin-bottom: calc(44* (100vw / 750));
    line-height: 1.28;
  }
  #firstview .title h2::before {
    width: calc(166* (100vw / 750));
    height: calc(2* (100vw / 750));
    left: 0;
    right: 0;
    bottom: calc(15* (100vw / 750));
    margin: auto;
  }
  #firstview .title h2 span {
    font-size: calc(36* (100vw / 750));
    letter-spacing: 0.02em;
    margin-right: 0.4rem;
  }
  #firstview .title .sub-txt {
    font-size: calc(30* (100vw / 750));
  }
  #firstview .description {
    font-size: calc(26* (100vw / 750));
  }
  /* ===================
        　 section01
    =================== */
  .sec01 {
    padding-bottom: calc(93* (100vw / 750));
    margin-bottom: calc(269* (100vw / 750));
  }
  .sec01 .img01 {
    width: calc(600* (100vw / 750));
    margin: auto;
  }
  .sec01 .img01::before {
    width: calc(156* (100vw / 750));
    height: calc(117* (100vw / 750));
    left: calc(30* (100vw / 750));
    top: calc(-60* (100vw / 750));
    z-index: 2;
  }
  .sec01 .img01::after {
    width: calc(750* (100vw / 750));
    height: calc(1856* (100vw / 750));
    left: calc(-75* (100vw / 750));
    right: 0;
    top: calc(119* (100vw / 750));
    margin: auto;
  }
  .sec01 .img01 ul {
    width: calc(600* (100vw / 750));
  }
  .sec01 .img01 ul li {
    width: calc(600* (100vw / 750));
  }
  .sec01 .price {
    margin-bottom: calc(82* (100vw / 750));
  }
  .sec01 .title {
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec01 .title .item_name {
    letter-spacing: 0.065em;
  }
  .sec01 .item ul {
    width: calc(586* (100vw / 750));
  }
  .sec01 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec01 .point::before {
    left: 0;
  }
  .sec01 .slick-arrow {
    width: calc(25* (100vw / 750));
    height: calc(49* (100vw / 750));
    top: 50%;
  }
  .sec01 .slick-arrow::before, .sec01 .slick-arrow::after {
    width: calc(2* (100vw / 750));
    height: calc(27* (100vw / 750));
    left: 20px;
  }
  .sec01 .slick-arrow.slick-prev {
    left: calc(-75* (100vw / 750));
  }
  .sec01 .slick-arrow.slick-next {
    right: calc(-25* (100vw / 750));
  }
  .sec01 .slick-arrow.slick-prev::before {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
    bottom: 0;
  }
  .sec01 .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
  }
  .sec01 .slick-arrow.slick-next::before {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
    bottom: 0;
  }
  .sec01 .slick-arrow.slick-next::after {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  /* ===================
        　 section02
    =================== */
  .sec02 {
    margin-bottom: calc(380* (100vw / 750));
  }
  .sec02 .img01 {
    width: calc(530* (100vw / 750));
  }
  .sec02 .img01::before {
    background-image: url("../img/number02.svg");
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    right: calc(-60* (100vw / 750));
    top: calc(-90* (100vw / 750));
  }
  .sec02 .img01 .price {
    margin-left: 0;
  }
  .sec02 .right {
    margin-left: 0;
    margin-top: calc(82* (100vw / 750));
  }
  .sec02 .right .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec02 .right .title .item_name_sub {
    margin-bottom: calc(36* (100vw / 750));
  }
  .sec02 .right .item ul {
    width: calc(648* (100vw / 750));
  }
  .sec02 .right .item ul li {
    width: calc(162* (100vw / 750));
  }
  .sec02 .right .item ul li:nth-child(1) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec02 .right .item ul li:nth-child(3) {
    margin-top: calc(80* (100vw / 750));
  }
  .sec02 .right .description {
    margin-bottom: calc(38* (100vw / 750));
  }
  .sec02 .right .point:nth-child(1) {
    margin-left: calc(92* (100vw / 750));
    margin-right: calc(20* (100vw / 750));
  }
  .sec02 .right .point:nth-child(1)::before {
    bottom: calc(7* (100vw / 750));
  }
  .sec02 .right .point:nth-child(2)::before {
    bottom: calc(7* (100vw / 750));
  }
  /* ===================
        　 section03
    =================== */
  .sec03 {
    margin-bottom: calc(301* (100vw / 750));
  }
  .sec03 .img-all {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(92* (100vw / 750));
  }
  .sec03 .img-all .img01 {
    width: calc(530* (100vw / 750));
    margin-left: calc(160* (100vw / 750));
  }
  .sec03 .img-all .img01::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    left: auto;
    right: 0;
    top: calc(-157* (100vw / 750));
  }
  .sec03 .img-all .img01::after {
    background-image: url("../img/sp_frame01.png");
    width: calc(712* (100vw / 750));
    height: calc(2539* (100vw / 750));
    left: calc(-141* (100vw / 750));
    right: 0;
    top: calc(-98* (100vw / 750));
    margin: auto;
  }
  .sec03 .img-all .img02 {
    width: 100%;
    margin-top: calc(40* (100vw / 750));
    margin-left: calc(49* (100vw / 750));
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec03 .img-all .img02 img {
    width: calc(460* (100vw / 750));
  }
  .sec03 .img-all .img02 .price {
    margin-bottom: calc(-9* (100vw / 750));
    margin-left: calc(31* (100vw / 750));
  }
  .sec03 .title {
    margin-bottom: calc(64* (100vw / 750));
  }
  .sec03 .item {
    margin-bottom: calc(47* (100vw / 750));
  }
  .sec03 .item ul {
    width: calc(587* (100vw / 750));
  }
  .sec03 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  /* ===================
        　 section04
    =================== */
  .sec04 {
    margin-bottom: calc(222* (100vw / 750));
  }
  .sec04 .img01 {
    width: calc(530* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  .sec04 .img01::before {
    width: calc(174* (100vw / 750));
    height: calc(123* (100vw / 750));
    right: calc(-76* (100vw / 750));
    top: calc(-30* (100vw / 750));
  }
  .sec04 .left {
    margin-left: 0;
    margin-top: calc(82* (100vw / 750));
  }
  .sec04 .left .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec04 .left .title .item_name_sub {
    margin-bottom: calc(36* (100vw / 750));
  }
  .sec04 .left .item {
    margin-bottom: calc(47* (100vw / 750));
  }
  .sec04 .left .item ul {
    width: calc(586* (100vw / 750));
  }
  .sec04 .left .item ul li {
    width: calc(182* (100vw / 750));
  }
  .sec04 .left .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec04 .left .point::before {
    left: calc(1* (100vw / 750));
  }
  /* ===================
        　 section05
    =================== */
  .sec05 {
    margin-bottom: calc(221* (100vw / 750));
  }
  .sec05 .img01 {
    width: calc(600* (100vw / 750));
    margin: auto;
  }
  .sec05 .img01::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    left: calc(-50* (100vw / 750));
    top: calc(151* (100vw / 750));
  }
  .sec05 .price {
    margin-bottom: calc(82* (100vw / 750));
  }
  .sec05 .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec05 .title .item_name {
    letter-spacing: 0.065em;
  }
  .sec05 .item {
    margin-bottom: calc(49* (100vw / 750));
  }
  .sec05 .item ul {
    width: calc(589* (100vw / 750));
  }
  .sec05 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec05 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec05 .point::before {
    background-image: url("../img/washable.png");
  }
  /* ===================
        　 section06
    =================== */
  .sec06 {
    padding-bottom: calc(92* (100vw / 750));
    margin-bottom: calc(270* (100vw / 750));
  }
  .sec06 .img-all {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(155* (100vw / 750));
  }
  .sec06 .img-all .img01 {
    width: calc(530* (100vw / 750));
    margin-left: calc(60* (100vw / 750));
  }
  .sec06 .img-all .img01::before {
    width: calc(750* (100vw / 750));
    height: calc(2329* (100vw / 750));
    left: calc(-60* (100vw / 750));
    right: 0;
    top: calc(362* (100vw / 750));
    margin: auto;
  }
  .sec06 .img-all .img02 {
    width: 100%;
    margin-left: calc(54* (100vw / 750));
    margin-top: calc(198* (100vw / 750));
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: initial !important;
  }
  .sec06 .img-all .img02 img {
    width: calc(460* (100vw / 750));
  }
  .sec06 .img-all .img02 .price {
    text-align: right;
    margin-bottom: calc(-9* (100vw / 750));
    margin-right: calc(30* (100vw / 750));
  }
  .sec06 .img-all .img02::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    right: calc(60* (100vw / 750));
    top: calc(-157* (100vw / 750));
  }
  .sec06 .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec06 .title .item_name {
    letter-spacing: 0.065em;
    margin-bottom: calc(25* (100vw / 750));
  }
  .sec06 .item ul {
    width: calc(589* (100vw / 750));
  }
  .sec06 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec06 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec06 .point::before {
    background-image: url("../img/washable.png");
  }
  .sec07 {
    margin-bottom: calc(210* (100vw / 750));
  }
  .sec07 .img01 {
    width: calc(530* (100vw / 750));
  }
  .sec07 .img01::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    right: calc(-50* (100vw / 750));
    top: calc(91* (100vw / 750));
  }
  .sec07 .img01 li {
    width: calc(530* (100vw / 750));
  }
  .sec07 .price {
    text-align: center;
    margin-bottom: calc(81* (100vw / 750));
  }
  .sec07 .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec07 .title .item_name {
    letter-spacing: 0.07em;
  }
  .sec07 .item {
    margin-bottom: calc(46* (100vw / 750));
  }
  .sec07 .item ul {
    width: calc(589* (100vw / 750));
  }
  .sec07 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec07 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec07 .slick-arrow {
    width: calc(25* (100vw / 750));
    height: calc(49* (100vw / 750));
    top: 50%;
  }
  .sec07 .slick-arrow::before, .sec07 .slick-arrow::after {
    width: calc(2* (100vw / 750));
    height: calc(27* (100vw / 750));
    left: 20px;
  }
  .sec07 .slick-arrow.slick-prev {
    left: calc(-75* (100vw / 750));
  }
  .sec07 .slick-arrow.slick-next {
    right: calc(-25* (100vw / 750));
  }
  .sec07 .slick-arrow.slick-prev::before {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
    bottom: 0;
  }
  .sec07 .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
  }
  .sec07 .slick-arrow.slick-next::before {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
    bottom: 0;
  }
  .sec07 .slick-arrow.slick-next::after {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  /* ===================
        　 section08
    =================== */
  .sec08 {
    margin-bottom: calc(224* (100vw / 750));
  }
  .sec08 .img-all {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(83* (100vw / 750));
  }
  .sec08 .img-all .img01 {
    width: calc(600* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  .sec08 .img-all .img01::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    left: calc(-30* (100vw / 750));
    top: calc(120* (100vw / 750));
  }
  .sec08 .img-all .img02 {
    width: calc(460* (100vw / 750));
    margin: calc(40* (100vw / 750)) auto 0;
  }
  .sec08 .img-all .img02 .price {
    text-align: center;
  }
  .sec08 .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec08 .title .item_name {
    letter-spacing: 0.062em;
  }
  .sec08 .item {
    margin-bottom: calc(47* (100vw / 750));
  }
  .sec08 .item ul {
    width: calc(589* (100vw / 750));
  }
  .sec08 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec08 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec08 .point-all {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec08 .point-all .point:nth-child(1) {
    margin-right: calc(19* (100vw / 750));
  }
  .sec08 .point-all .point:nth-child(1)::before {
    background-image: url("../img/washable.png");
    bottom: calc(4* (100vw / 750));
  }
  .sec08 .point-all .point:nth-child(2)::before {
    background-image: url("../img/multiway.png");
    bottom: calc(4* (100vw / 750));
  }
  /* ===================
        　 section09
    =================== */
  .sec09 {
    margin-bottom: calc(222* (100vw / 750));
  }
  .sec09 .img-all {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(83* (100vw / 750));
  }
  .sec09 .img-all .img01 {
    width: calc(400* (100vw / 750));
    margin-left: calc(230* (100vw / 750));
    margin-top: 0;
    margin-bottom: calc(130* (100vw / 750));
  }
  .sec09 .img-all .img01::before {
    width: calc(171* (100vw / 750));
    height: calc(117* (100vw / 750));
    right: calc(-110* (100vw / 750));
    top: calc(-60* (100vw / 750));
  }
  .sec09 .img-all .img01::after {
    background-image: url("../img/bg01.jpg");
    width: calc(400* (100vw / 750));
    height: calc(600* (100vw / 750));
    right: calc(-91* (100vw / 750));
    top: calc(90* (100vw / 750));
  }
  .sec09 .img-all .img02 {
    width: calc(600* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
  }
  .sec09 .title {
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec09 .title .item_name {
    letter-spacing: 0.07em;
  }
  .sec09 .item {
    margin-bottom: calc(49* (100vw / 750));
  }
  .sec09 .item ul {
    width: calc(732* (100vw / 750));
  }
  .sec09 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec09 .item ul li:nth-child(1) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec09 .item ul li:nth-child(3) {
    margin-top: calc(80* (100vw / 750));
  }
  .sec09 .description {
    margin-bottom: calc(41* (100vw / 750));
  }
  .sec09 .point-all {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec09 .point-all .point:nth-child(1) {
    margin-right: calc(19* (100vw / 750));
  }
  .sec09 .point-all .point:nth-child(1)::before {
    background-image: url("../img/washable.png");
    left: 0;
  }
  .sec09 .point-all .point:nth-child(2)::before {
    background-image: url("../img/sustainable.png");
  }
  /* ===================
        　 section10
    =================== */
  .sec10 {
    margin-bottom: calc(220* (100vw / 750));
  }
  .sec10 .img01 {
    width: calc(530* (100vw / 750));
  }
  .sec10 .img01::before {
    width: calc(246* (100vw / 750));
    height: calc(117* (100vw / 750));
    right: calc(-70* (100vw / 750));
    top: calc(270* (100vw / 750));
  }
  .sec10 .img01::after {
    width: calc(710* (100vw / 750));
    height: calc(1617* (100vw / 750));
    border: #666 calc(2* (100vw / 750)) solid;
    left: calc(-90* (100vw / 750));
    right: 0;
    top: calc(149* (100vw / 750));
    margin: auto;
  }
  .sec10 .price {
    margin-bottom: calc(81* (100vw / 750));
  }
  .sec10 .title {
    margin-bottom: calc(64* (100vw / 750));
  }
  .sec10 .title .item_name {
    letter-spacing: 0.07em;
  }
  .sec10 .item ul {
    width: calc(589* (100vw / 750));
  }
  .sec10 .item ul li {
    width: calc(183* (100vw / 750));
  }
  .sec10 .item ul li:nth-child(odd) {
    margin-top: calc(40* (100vw / 750));
  }
  .sec10 .point::before {
    background-image: url("../img/washable.png");
  }
}
/*# sourceMappingURL=style.css.map */