@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.inview.active {
  opacity: 1;
}

#wrapper {
  /* width: 192rem; */
  margin: 0 auto;
  color: #333333;
}

#wrapper .img {
  background-color: #fff;
}

section {
  width: 140rem;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  letter-spacing: 0.025em;
}

section h3 {
  margin-bottom: 1.8rem;
  font-family: le-monde-livre-classic-byol, serif;
  font-size: 4.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  text-align: center;
}

section h4 {
  margin-bottom: 1.9rem;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 2;
}

section h4 span {
  font-weight: bold;
}

section .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section .point li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  font-family: "Crimson Text", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  letter-spacing: 0.025em;
}

section .point li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin: auto;
  left: 0;
  top: 0.1rem;
  bottom: 0;
}

section .point li:nth-child(2) {
  margin-left: 1.5rem;
}

section .title {
  margin-bottom: 5.4rem;
}

section .title .item_name_subtxt {
  margin-bottom: 3.2rem;
  font-size: 1.3rem;
  text-align: center;
}

section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section .description-txt {
  font-size: 1.3rem;
  line-height: 2;
}

section .description {
  position: relative;
}

section .img01 {
  margin-bottom: 5.1rem;
}

section .img02 {
  position: relative;
}

section .img02 a::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

section .img02 a:hover {
  opacity: 0.8;
}

/* ===================
	　 firstview
=================== */
#firstview {
  margin-bottom: 11.6rem;
  text-align: center;
  position: relative;
}

#firstview .fv-img {
  position: relative;
  width: 108rem;
  margin: 0 auto 11.4rem;
}

#firstview .description {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 2;
}

/* ===================
	　 section01
=================== */
.sec01 {
  margin-bottom: 17.7rem;
}

.sec01 .point li:nth-child(1)::before {
  background-image: url("../img/icon_sustainable.png");
  left: -0.1rem;
}

.sec01 .point li:nth-child(2)::before {
  background-image: url("../img/icon_2way.png");
}

.sec01 .look01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec01 .look01 .description-wrapper {
  margin-left: 14rem;
}

.sec01 .look01 .description-wrapper .img01 {
  width: 50rem;
}

.sec01 .look01 .other_pattern {
  margin-top: 63rem;
}

.sec01 .look01 .other_pattern .img02 {
  width: 36rem;
  margin-bottom: 3.4rem;
}

.sec01 .look01 .other_pattern .img02 a::before {
  background-image: url("../img/frame01.png");
  width: 36rem;
  height: 55rem;
  left: 2rem;
  top: -3rem;
}

.sec01 .look01 .price {
  margin-left: 0.3rem;
}

.sec01 .look01 .ls01 {
  letter-spacing: 0.04em;
}

.sec01 .look01 .ls02 {
  letter-spacing: 0;
}

/* ===================
	　 section02
=================== */
.sec02 {
  margin-bottom: 21.2rem;
  text-align: center;
}

.sec02 .title h3 {
  margin-bottom: 2.6rem;
}

.sec02 .point li:nth-child(1)::before {
  background-image: url("../img/icon_washable.png");
  left: -0.1rem;
}

.sec02 .point li:nth-child(2)::before {
  background-image: url("../img/icon_2way.png");
}

.sec02 .look01 {
  margin-bottom: 5.3rem;
}

.sec02 .look01 .img01 {
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.sec02 .look01 .price {
  margin-top: 1.5rem;
}

.sec02 .look01 .ls01 {
  letter-spacing: 0.07em;
}

.sec02 .look01 .ls02 {
  letter-spacing: 0.07em;
}

.sec02 .other_pattern {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .other_pattern .img02 {
  width: 32rem;
  margin-left: 8.1rem;
}

.sec02 .other_pattern .img02 a::before {
  background-image: url("../img/frame02.png");
  width: 32rem;
  height: 49.75rem;
  right: 2rem;
  bottom: -3.7rem;
}

.sec02 .other_pattern .description {
  margin-top: 9.1rem;
}

/* ===================
	　 section03
=================== */
.sec03 {
  margin-bottom: 17.7rem;
}

.sec03 .point li:nth-child(1)::before {
  background-image: url("../img/icon_sustainable.png");
  left: -0.1rem;
}

.sec03 .point li:nth-child(2)::before {
  background-image: url("../img/icon_2way.png");
}

.sec03 .look01 {
  margin-left: 15rem;
  margin-bottom: -13rem;
}

.sec03 .look01 .img01 {
  width: 46rem;
  margin-bottom: 0;
}

.sec03 .look01 .description {
  margin-top: 17.1rem;
  margin-left: 8rem;
}

.sec03 .look01 .price {
  margin-left: 0.3rem;
}

.sec03 .look01 .ls01 {
  letter-spacing: -0.01em;
}

.sec03 .look01 .ls02 {
  letter-spacing: 0.06em;
}

.sec03 .other_pattern {
  width: 36rem;
  margin-left: 85rem;
}

.sec03 .other_pattern .img02 {
  width: 36rem;
  margin-bottom: 3.3rem;
}

.sec03 .other_pattern .img02 a::before {
  background-image: url("../img/frame03.png");
  width: 36rem;
  height: 55rem;
  left: 2rem;
  top: -3rem;
}

.sec03 .other_pattern .description {
  text-align: center;
}

.sec03 .other_pattern .description .description-txt {
  display: inline-block;
  text-align: left;
}

/* ===================
	　 section04
=================== */
.sec04 {
  margin-bottom: 21.2rem;
  text-align: center;
}

.sec04 .title {
  margin-bottom: 5rem;
}

.sec04 .title h3 {
  margin-bottom: 2.6rem;
}

.sec04 .look01 {
  margin-bottom: 5.3rem;
}

.sec04 .look01 .img01 {
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.sec04 .look01 .price {
  margin-top: 1.4rem;
}

.sec04 .other_pattern {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .other_pattern .img02 {
  width: 32rem;
  margin-left: 37rem;
}

.sec04 .other_pattern .img02 a::before {
  background-image: url("../img/frame04.png");
  width: 32rem;
  height: 49.75rem;
  right: 2rem;
  bottom: -3.7rem;
}

.sec04 .other_pattern .description {
  margin-left: 6.5rem;
  margin-top: 3.7rem;
}

/* ===================
	　 section05
=================== */
.sec05 {
  margin-bottom: 14.6rem;
}

.sec05 .title {
  margin-bottom: 5rem;
}

.sec05 .look01 {
  margin-left: 21rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec05 .look01 .description-wrapper {
  margin-left: 14rem;
}

.sec05 .look01 .description-wrapper .img01 {
  width: 50rem;
}

.sec05 .look01 .other_pattern {
  margin-top: 57rem;
}

.sec05 .look01 .other_pattern .img02 {
  width: 32rem;
  margin-bottom: 3.4rem;
}

.sec05 .look01 .other_pattern .img02 a::before {
  background-image: url("../img/frame05.png");
  width: 32rem;
  height: 49rem;
  left: 2rem;
  top: -3rem;
}

.sec05 .look01 .price {
  margin-top: 1.9rem;
  margin-left: 0.3rem;
}

.sec05 .look01 .ls01 {
  letter-spacing: -0.02em;
}

/* for SP */
@media screen and (max-width: 767px) {
  section {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.025em;
  }
  section h3 {
    margin-bottom: calc(23* (100vw / 750));
    font-size: calc(58* (100vw / 750));
    line-height: 1.344;
  }
  section h4 {
    margin-bottom: calc(26* (100vw / 750));
    font-size: calc(32* (100vw / 750));
  }
  section .point li {
    padding-left: calc(50* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }
  section .point li::before {
    width: calc(40* (100vw / 750));
    height: calc(40* (100vw / 750));
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }
  section .point li:nth-child(2) {
    margin-left: calc(30* (100vw / 750));
  }
  section .title {
    margin-bottom: calc(88* (100vw / 750));
  }
  section .title .item_name_subtxt {
    margin-bottom: calc(61* (100vw / 750));
    font-size: calc(22* (100vw / 750));
  }
  section .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section .description-txt {
    font-size: calc(26* (100vw / 750));
  }
  section .img01 {
    margin-bottom: calc(63* (100vw / 750));
  }
  /* ===================
	　 firstview
=================== */
  #firstview {
    margin-bottom: calc(157* (100vw / 750));
  }
  #firstview .fv-img {
    width: 100%;
    margin: 0 auto calc(168* (100vw / 750));
  }
  #firstview .description {
    font-size: calc(26* (100vw / 750));
  }
  /* ===================
	　 section01
=================== */
  .sec01 {
    margin-bottom: calc(203* (100vw / 750));
  }
  .sec01 .point li:nth-child(1)::before {
    left: calc(1* (100vw / 750));
  }
  .sec01 .look01 {
    margin-left: calc(50* (100vw / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec01 .look01 .description-wrapper {
    margin-left: 0;
    margin-bottom: calc(112* (100vw / 750));
  }
  .sec01 .look01 .description-wrapper .img01 {
    width: calc(700* (100vw / 750));
    margin-left: auto;
  }
  .sec01 .look01 .description-wrapper .description {
    width: calc(650* (100vw / 750));
    text-align: justify;
  }
  .sec01 .look01 .other_pattern {
    margin-top: 0;
  }
  .sec01 .look01 .other_pattern .img02 {
    width: calc(510* (100vw / 750));
    margin-bottom: calc(68* (100vw / 750));
  }
  .sec01 .look01 .other_pattern .img02 a::before {
    background-image: url("../img/sp_frame01.png");
    width: calc(510* (100vw / 750));
    height: calc(780* (100vw / 750));
    left: calc(30* (100vw / 750));
    top: calc(-44* (100vw / 750));
  }
  .sec01 .look01 .other_pattern .description {
    width: calc(540* (100vw / 750));
    text-align: justify;
  }
  .sec01 .look01 .price {
    margin-left: 0;
  }
  .sec01 .look01 .ls01 {
    letter-spacing: 0.05em;
  }
  .sec01 .look01 .ls02 {
    letter-spacing: 0;
  }
  /* ===================
	　 section02
=================== */
  .sec02 {
    margin-bottom: calc(202* (100vw / 750));
  }
  .sec02 .title h3 {
    margin-bottom: calc(21* (100vw / 750));
  }
  .sec02 .point li:nth-child(1)::before {
    left: calc(1* (100vw / 750));
  }
  .sec02 .look01 {
    margin-bottom: calc(68* (100vw / 750));
  }
  .sec02 .look01 .img01 {
    width: calc(640* (100vw / 750));
  }
  .sec02 .look01 .price {
    margin-top: calc(26* (100vw / 750));
  }
  .sec02 .look01 .ls01 {
    letter-spacing: 0.07em;
  }
  .sec02 .look01 .ls02 {
    letter-spacing: 0.07em;
  }
  .sec02 .other_pattern {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* justify-content: flex-start; */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec02 .other_pattern .img02 {
    width: calc(460* (100vw / 750));
    margin-left: calc(160* (100vw / 750));
    margin-bottom: calc(114* (100vw / 750));
  }
  .sec02 .other_pattern .img02 a::before {
    background-image: url("../img/sp_frame02.png");
    width: calc(460* (100vw / 750));
    height: calc(707* (100vw / 750));
    right: calc(30* (100vw / 750));
    bottom: calc(-47* (100vw / 750));
  }
  .sec02 .other_pattern .description {
    margin: 0 auto;
  }
  /* ===================
	　 section03
=================== */
  .sec03 {
    margin-bottom: calc(202* (100vw / 750));
  }
  .sec03 .point li:nth-child(1)::before {
    left: calc(1* (100vw / 750));
  }
  .sec03 .look01 {
    margin-left: 0;
    margin-bottom: calc(113* (100vw / 750));
  }
  .sec03 .look01 .img01 {
    width: calc(640* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec03 .look01 .description {
    width: calc(650* (100vw / 750));
    margin-top: 0;
    margin-left: calc(50* (100vw / 750));
    text-align: justify;
  }
  .sec03 .look01 .price {
    margin-left: 0;
  }
  .sec03 .look01 .ls01 {
    letter-spacing: -0.01em;
  }
  .sec03 .look01 .ls02 {
    letter-spacing: 0.06em;
  }
  .sec03 .other_pattern {
    width: 100%;
    margin-left: 0;
  }
  .sec03 .other_pattern .img02 {
    width: calc(510* (100vw / 750));
    margin-left: calc(160* (100vw / 750));
    margin-bottom: calc(68* (100vw / 750));
  }
  .sec03 .other_pattern .img02 a::before {
    background-image: url("../img/sp_frame03.png");
    width: calc(510* (100vw / 750));
    height: calc(780* (100vw / 750));
    left: calc(30* (100vw / 750));
    top: calc(-44* (100vw / 750));
  }
  .sec03 .other_pattern .description {
    width: calc(540* (100vw / 750));
    margin-left: calc(160* (100vw / 750));
    text-align: justify;
  }
  .sec03 .other_pattern .description .description-txt {
    display: inline-block;
    text-align: justify;
  }
  /* ===================
	　 section04
=================== */
  .sec04 {
    margin-bottom: calc(202* (100vw / 750));
  }
  .sec04 .title {
    margin-bottom: calc(79* (100vw / 750));
  }
  .sec04 .title h3 {
    margin-bottom: calc(33* (100vw / 750));
  }
  .sec04 .look01 {
    margin-bottom: calc(67* (100vw / 750));
  }
  .sec04 .look01 .img01 {
    width: calc(640* (100vw / 750));
  }
  .sec04 .look01 .price {
    margin-top: calc(25* (100vw / 750));
  }
  .sec04 .other_pattern {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec04 .other_pattern .img02 {
    width: calc(460* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
    margin-bottom: calc(116* (100vw / 750));
  }
  .sec04 .other_pattern .img02 a::before {
    background-image: url("../img/sp_frame04.png");
    width: calc(460* (100vw / 750));
    height: calc(707* (100vw / 750));
    right: calc(30* (100vw / 750));
    bottom: calc(-49* (100vw / 750));
  }
  .sec04 .other_pattern .description {
    margin-left: 0;
    margin-top: 0;
  }
  /* ===================
	　 section05
=================== */
  .sec05 {
    margin-bottom: 0;
  }
  .sec05 .title {
    margin-bottom: calc(79* (100vw / 750));
  }
  .sec05 .look01 {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec05 .look01 .description-wrapper {
    margin-left: auto;
    margin-bottom: calc(97* (100vw / 750));
  }
  .sec05 .look01 .description-wrapper .img01 {
    width: calc(700* (100vw / 750));
  }
  .sec05 .look01 .description-wrapper .description {
    width: calc(650* (100vw / 750));
    text-align: justify;
  }
  .sec05 .look01 .description-wrapper h4 {
    margin-bottom: calc(28* (100vw / 750));
  }
  .sec05 .look01 .other_pattern {
    margin-top: 0;
    margin-left: calc(50* (100vw / 750));
  }
  .sec05 .look01 .other_pattern .img02 {
    width: calc(460* (100vw / 750));
    margin-bottom: calc(67* (100vw / 750));
  }
  .sec05 .look01 .other_pattern .img02 a::before {
    background-image: url("../img/sp_frame05.png");
    width: calc(460* (100vw / 750));
    height: calc(704* (100vw / 750));
    left: calc(30* (100vw / 750));
    top: calc(-44* (100vw / 750));
  }
  .sec05 .look01 .other_pattern .description {
    width: calc(490* (100vw / 750));
    text-align: justify;
  }
  .sec05 .look01 .price {
    margin-top: calc(26* (100vw / 750));
    margin-left: 0;
  }
  .sec05 .look01 .ls01 {
    letter-spacing: -0.02em;
  }
  #style-archive.style-archive {
    padding: calc(160* (100vw / 750)) 0 calc(132* (100vw / 750)) !important;
  }
}
/*# sourceMappingURL=style.css.map */