@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.inview.active {
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#wrapper .img {
  background-color: #fff;
}

#wrapper .description {
  text-align: center;
}

#wrapper .description .number {
  width: 13rem;
  margin: 0 auto 2.8rem;
}

#wrapper .description h4 {
  margin-bottom: 4.7rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#wrapper .description .copy {
  position: relative;
  margin-bottom: 3.8rem;
  font-size: 1.8rem;
  line-height: 1.77777;
  letter-spacing: 0.05em;
  color: #bc611e;
  display: inline-block;
}

#wrapper .description .copy::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("../img/quotation_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -4.2rem;
  top: 0;
}

#wrapper .description .copy::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("../img/quotation_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -4.1rem;
  bottom: -0.1rem;
}

#wrapper .description .description-txt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ===================
	　 firstview
=================== */
#firstview {
  text-align: center;
  position: relative;
  width: 114rem;
  margin: 0 auto 14rem;
}

#firstview a {
  display: block;
}

#firstview .fv-img {
  width: 114rem;
  margin: 0 auto 11.3rem;
}

#firstview .fv-txt {
  margin-bottom: 7.7rem;
}

#firstview p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}

#firstview .item {
  margin-left: 28.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#firstview .item-wrap {
  position: relative;
  padding-bottom: 4.6rem;
}

#firstview .item-wrap::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 54.1rem;
  left: -50vw;
  bottom: 0;
  background-color: #f8f5f3;
  z-index: -1;
}

#firstview .item-wrap .item-title {
  margin-top: 10.8rem;
  text-align: left;
}

#firstview .item-wrap .item-title h3 {
  margin-bottom: 0.1rem;
  font-family: bodoni-urw, serif;
  font-size: 5rem;
  letter-spacing: 0.025em;
}

#firstview .item-wrap .item-title .subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #bc611e;
}

#firstview .item-wrap .item-img {
  width: 32rem;
  margin-left: 0.6rem;
}

#firstview .comment {
  position: relative;
}

#firstview .comment::after {
  content: "";
  position: absolute;
  width: 68.1rem;
  height: 41.6rem;
  background-image: url("../img/frame01.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 0;
  right: 0;
  top: -9rem;
  z-index: -1;
}

#firstview .comment .point {
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#firstview .comment .point li {
  padding-left: 3.1rem;
  position: relative;
  font-family: bodoni-urw, serif;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}

#firstview .comment .point li::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0.1rem;
}

#firstview .comment .point li:nth-child(1)::before {
  background-image: url("../img/washable.png");
}

#firstview .comment .point li:nth-child(2) {
  margin-left: 2rem;
}

#firstview .comment .point li:nth-child(2)::before {
  background-image: url("../img/sustainable.png");
}

#firstview .comment p {
  position: relative;
  margin-bottom: 3.3rem;
  display: inline-block;
}

#firstview .comment p::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("../img/quotation_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -3.2rem;
  top: 0;
}

#firstview .comment p::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("../img/quotation_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -3.2rem;
  bottom: -0.4rem;
}

#firstview .comment .price {
  line-height: 1.9 !important;
}

/* ===================
	　 section01
=================== */
.sec01 {
  margin-left: 23rem;
  margin-bottom: 14rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec01 .img01 {
  width: 46rem;
}

.sec01 .description {
  margin-top: 12.1rem;
  margin-left: 9.3rem;
}

.sec01 h4 {
  margin-left: -0.4rem;
}

.sec01 .price {
  margin-top: 3.9rem;
}

/* ===================
	　 section02
=================== */
.sec02 {
  margin-left: 18rem;
  margin-bottom: 14rem;
}

.sec02 .img-wrap {
  width: 66rem;
  margin-left: 9.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec02 .img-wrap .img01 {
  width: 28rem;
  margin-left: 8rem;
}

.sec02 .img-wrap .img02 {
  width: 24rem;
  margin-top: 12rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.sec02 .img-wrap .img03 {
  width: 36rem;
  margin-top: -6rem;
}

.sec02 .img-wrap .img04 {
  width: 28rem;
  margin-left: 2rem;
}

.sec02 .description {
  margin-top: 30.1rem;
}

.sec02 .price {
  margin-top: 3.8rem;
}

.sec02 h4 {
  letter-spacing: -0.05em !important;
  margin-left: -0.2rem;
}

.sec02 .copy::before {
  left: -4rem !important;
}

.sec02 .copy::after {
  right: -4rem !important;
}

/* ===================
	　 section03
=================== */
.sec03 {
  margin-left: 23rem;
  margin-bottom: 14rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec03 .img01 {
  width: 46rem;
}

.sec03 .description {
  margin-top: 12.1rem;
  margin-left: 9.2rem;
}

.sec03 h4 {
  margin-left: -0.4rem;
}

.sec03 .price {
  margin-top: 3.9rem;
}

.sec03 .copy::after {
  right: -4rem !important;
}

/* ===================
	　 section04
=================== */
.sec04 {
  margin-bottom: 13.1rem;
}

.sec04 .cont01 {
  margin-left: 30.7rem;
  margin-bottom: 5rem;
}

.sec04 .cont01 .img01 {
  width: 34rem;
  margin-left: 14.4rem;
}

.sec04 .cont01 .description {
  margin-top: 14.1rem;
}

.sec04 .cont02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.sec04 .cont02 .img01 {
  width: 50rem;
  margin: 0 auto 4.4rem;
}

.sec04 h4 {
  margin-left: -0.1rem;
  letter-spacing: -0.01em !important;
}

.sec04 .price {
  margin-top: 1.9rem;
}

.sec04 .copy::before {
  left: -4rem !important;
}

.sec04 .copy::after {
  right: -4rem !important;
}

.staff {
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6923;
  letter-spacing: 0.015em;
}

/* for SP */
@media screen and (max-width: 767px) {
  #wrapper .description {
    text-align: center;
  }
  #wrapper .description .number {
    width: calc(208* (100vw / 750));
    margin: 0 auto calc(48* (100vw / 750));
  }
  #wrapper .description h4 {
    margin-bottom: calc(74* (100vw / 750));
    font-size: calc(38* (100vw / 750));
    letter-spacing: -0.02em;
  }
  #wrapper .description .copy {
    margin-bottom: calc(72* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    line-height: 1.8571;
  }
  #wrapper .description .copy::before {
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    left: calc(-75* (100vw / 750));
    top: calc(-2* (100vw / 750));
  }
  #wrapper .description .copy::after {
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    right: calc(-75* (100vw / 750));
    bottom: calc(-6* (100vw / 750));
  }
  #wrapper .description .description-txt {
    font-size: calc(26* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #wrapper .description-txt {
    font-size: calc(26* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
  }
  /* ===================
        　 firstview
    =================== */
  #firstview {
    width: 100%;
    margin: 0 auto calc(192* (100vw / 750));
  }
  #firstview .fv-img {
    width: 100%;
    margin: 0 auto calc(107* (100vw / 750));
  }
  #firstview .fv-txt {
    margin-bottom: calc(110* (100vw / 750));
  }
  #firstview p {
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.025em;
  }
  #firstview .item {
    margin-left: calc(70* (100vw / 750));
    margin-bottom: calc(17* (100vw / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #firstview .sp_frame {
    position: relative;
  }
  #firstview .sp_frame::after {
    content: "";
    position: absolute;
    width: calc(680* (100vw / 750));
    height: 95.4%;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(35* (100vw / 750));
    border: calc(2* (100vw / 750)) solid #666666;
    z-index: -1;
  }
  #firstview .item-wrap {
    padding-top: calc(85* (100vw / 750));
    padding-bottom: 0;
  }
  #firstview .item-wrap::before {
    width: 100%;
    height: calc(1496* (100vw / 750));
    left: 0;
    bottom: auto;
    top: 0;
  }
  #firstview .item-wrap .item-title {
    margin-top: 0;
    text-align: left;
  }
  #firstview .item-wrap .item-title h3 {
    margin-bottom: calc(7* (100vw / 750));
    font-size: calc(84* (100vw / 750));
    padding-left: calc(10* (100vw / 750));
    margin-left: calc(-10* (100vw / 750));
    padding-right: calc(17* (100vw / 750));
    background: #f8f5f3;
  }
  #firstview .item-wrap .item-title .subtitle {
    font-size: calc(22* (100vw / 750));
  }
  #firstview .item-wrap .item-img {
    width: calc(576* (100vw / 750));
    margin-left: calc(104* (100vw / 750));
    margin-top: calc(22* (100vw / 750));
    z-index: 2;
  }
  #firstview .comment {
    position: relative;
  }
  #firstview .comment::after {
    width: calc(680* (100vw / 750));
    height: calc(1277* (100vw / 750));
    background-image: url("../img/sp_frame01.png");
    left: 0;
    right: 0;
    top: calc(-535* (100vw / 750));
    display: none;
  }
  #firstview .comment .point {
    margin-bottom: calc(60* (100vw / 750));
  }
  #firstview .comment .point li {
    padding-left: calc(61* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }
  #firstview .comment .point li::before {
    width: calc(52* (100vw / 750));
    height: calc(52* (100vw / 750));
    bottom: calc(4* (100vw / 750));
  }
  #firstview .comment .point li:nth-child(1)::before {
    left: calc(-1* (100vw / 750));
  }
  #firstview .comment .point li:nth-child(2) {
    margin-left: calc(30* (100vw / 750));
  }
  #firstview .comment p {
    margin-bottom: calc(63* (100vw / 750));
  }
  #firstview .comment p::before {
    content: "";
    position: absolute;
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    left: calc(-23* (100vw / 750));
    top: calc(-1* (100vw / 750));
  }
  #firstview .comment p::after {
    content: "";
    position: absolute;
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    right: calc(-23* (100vw / 750));
    bottom: calc(-3* (100vw / 750));
  }
  #firstview .comment .price {
    padding: 0 calc(31* (100vw / 750));
    line-height: 1.9 !important;
    font-size: calc(26* (100vw / 750)) !important;
    display: inline-block;
    background: #f8f5f3;
  }
  /* ===================
        　 section01
    =================== */
  .sec01 {
    margin-left: 0;
    margin-bottom: calc(189* (100vw / 750));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
  .sec01 .img01 {
    width: calc(640* (100vw / 750));
    margin: 0 auto calc(68* (100vw / 750));
  }
  .sec01 .description {
    margin-top: 0;
    margin-left: 0;
  }
  .sec01 h4 {
    margin-left: 0;
  }
  .sec01 .price {
    margin-top: calc(36* (100vw / 750));
  }
  /* ===================
        　 section02
    =================== */
  .sec02 {
    margin-left: 0;
    margin-bottom: calc(189* (100vw / 750));
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .img-wrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(69* (100vw / 750));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec02 .img-wrap .img01 {
    width: calc(340* (100vw / 750));
    margin-left: calc(90* (100vw / 750));
  }
  .sec02 .img-wrap .img02 {
    width: calc(310* (100vw / 750));
    margin-top: calc(120* (100vw / 750));
    margin-left: calc(10* (100vw / 750));
    margin-bottom: calc(10* (100vw / 750));
  }
  .sec02 .img-wrap .img03 {
    width: calc(430* (100vw / 750));
    margin-top: calc(-76* (100vw / 750));
  }
  .sec02 .img-wrap .img04 {
    width: calc(310* (100vw / 750));
    margin-left: calc(10* (100vw / 750));
  }
  .sec02 .description {
    margin-top: 0;
  }
  .sec02 .description-txt {
    text-align: center;
  }
  .sec02 .price {
    margin-top: calc(36* (100vw / 750));
    text-align: center;
  }
  .sec02 h4 {
    letter-spacing: -0.05em !important;
    margin-left: -0.2rem;
  }
  .sec02 .copy::before {
    left: calc(-68* (100vw / 750)) !important;
    height: calc(25* (100vw / 750)) !important;
  }
  .sec02 .copy::after {
    right: calc(-69* (100vw / 750)) !important;
    width: calc(38* (100vw / 750)) !important;
  }
  /* ===================
        　 section03
    =================== */
  .sec03 {
    margin-left: 0;
    margin-bottom: calc(189* (100vw / 750));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
  .sec03 .img01 {
    width: calc(640* (100vw / 750));
    margin: 0 auto calc(67* (100vw / 750));
  }
  .sec03 .description {
    margin-top: 0;
    margin-left: 0;
  }
  .sec03 h4 {
    margin-left: -0.4rem;
  }
  .sec03 .price {
    margin-top: calc(37* (100vw / 750));
  }
  .sec03 .copy::before {
    left: calc(-68* (100vw / 750)) !important;
  }
  .sec03 .copy::after {
    right: calc(-68* (100vw / 750)) !important;
  }
  /* ===================
        　 section04
    =================== */
  .sec04 {
    margin-bottom: calc(162* (100vw / 750));
  }
  .sec04 .cont01 {
    margin-left: 0;
    margin-bottom: calc(68* (100vw / 750));
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04 .cont01 .img01 {
    width: calc(510* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  .sec04 .cont01 .description {
    margin-top: 0;
  }
  .sec04 .cont02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec04 .cont02 .img01 {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .cont02 .description {
    margin-bottom: calc(68* (100vw / 750));
  }
  .sec04 h4 {
    margin-left: -0.1rem;
    letter-spacing: -0.01em !important;
  }
  .sec04 .price {
    margin-top: calc(45* (100vw / 750));
    text-align: center;
  }
  .sec04 .copy::before {
    left: calc(-68* (100vw / 750)) !important;
    height: calc(25* (100vw / 750)) !important;
  }
  .sec04 .copy::after {
    right: calc(-69* (100vw / 750)) !important;
    width: calc(38* (100vw / 750)) !important;
  }
  .staff {
    font-size: calc(23* (100vw / 750));
    line-height: 1.739;
  }
}
/*# sourceMappingURL=style.css.map */