@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 .number {
  width: 13rem;
  margin: 0 auto 2.9rem;
}

#wrapper h4 {
  margin-bottom: 4.7rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#wrapper .copy {
  position: relative;
  margin-bottom: 3.8rem;
  font-size: 1.8rem;
  line-height: 1.77777;
  letter-spacing: 0.05em;
  color: #38677f;
  display: inline-block;
}

#wrapper .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: -3.9rem;
  top: 0;
}

#wrapper .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: -4rem;
  bottom: -0.1rem;
}

#wrapper .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: #f6f8f9;
  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: #38677f;
}

#firstview .item-wrap .item-img {
  width: 32rem;
  margin-left: 1.4rem;
}

#firstview .comment-txt {
  position: relative;
}

#firstview .comment::after {
  content: "";
  position: absolute;
  width: 68.1rem;
  height: 41.6rem;
  background-image: url("../img/frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.9rem;
  z-index: -1;
}

#firstview .comment .point {
  margin-bottom: 2.3rem;
  font-family: bodoni-urw, serif;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}

#firstview .point p {
  position: relative;
  padding-left: 3.1rem;
  letter-spacing: 0.025em;
  display: inline-block;
}

#firstview .comment .point p::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/washable.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0.1rem;
}

#firstview .comment-txt {
  position: relative;
  margin-bottom: 2.7rem;
  display: inline-block;
}

#firstview .comment-txt::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: -2.8rem;
  top: 0;
}

#firstview .comment-txt::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: -2.8rem;
  bottom: -0.4rem;
}

#firstview .comment .price {
  line-height: 1.9 !important;
}

/* ===================
	　 section01
=================== */
.sec01 {
  margin-bottom: 13.5rem;
  text-align: center;
}
.sec01 .title-wrap{
  margin-left: 19.5rem;
  margin-bottom: -18rem;
  justify-content: flex-end;
}
.sec01 .img01{
  width: 44rem;
}
.sec01 .title{
  margin-left: 20.1rem;
  margin-top: 18rem;
}
.sec01 .img02{
  width: 51rem;
  margin-left: 69.5rem;
  margin-bottom: 4.4rem;
}
.sec01 .price{
  margin-top: 2.5rem;
}

/* ===================
	　 section02
=================== */
.sec02 {
  margin-bottom: 13.5rem;
  text-align: center;
}
.sec02 .img01{
  width: 44rem;
  margin: 0 auto 4.3rem;
}
#wrapper .sec02 h4{
  margin-bottom: 4.6rem;
  letter-spacing: 0;
}
#wrapper .sec02 .copy{
  margin-bottom: 4.5rem;
}
.sec02 .price{
  margin-top: 2.6rem;
}

/* ===================
	　 section03
=================== */
.sec03 {
  margin-left: 24.3rem;
  margin-bottom: 14rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec03 .img01 {
  width: 46rem;
}
.sec03 .description {
  margin-top: 10rem;
  margin-left: 9.4rem;
}
#wrapper .sec03 h4 {
  margin-bottom: 4.6rem;
  letter-spacing: 0;
}
.sec03 .price {
  margin-top: 3.8rem;
}
.sec03 .copy::after {
  right: -4rem !important;
}

/* ===================
	　 section04
=================== */
.sec04 {
  margin-bottom: 13.2rem;
  text-align: center;
}
.sec04 .img01{
  width: 44rem;
  margin: 0 auto 4.4rem;
}
#wrapper .sec04 h4 {
  margin-bottom: 4.6rem;
}
#wrapper .sec04 .copy{
  margin-bottom: 4.4rem;
}
.sec04 .price {
  margin-top: 2.4rem;
}
#wrapper .sec04 .copy::before {
  left: -4rem;
}

.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 .number {
    width: calc(208* (100vw / 750));
    margin: 0 auto calc(49* (100vw / 750));
  }
  
  #wrapper h4 {
    margin-bottom: calc(73* (100vw / 750));
    font-size: calc(38* (100vw / 750));
    letter-spacing: -0.02em;
  }
  
  #wrapper .copy {
    margin-bottom: calc(72* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    line-height: 1.85714;
  }
  
  #wrapper .copy::before {
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    background-image: url("../img/quotation_left.png");
    left: calc(-69* (100vw / 750));
    top: calc(-2* (100vw / 750));
  }
  
  #wrapper .copy::after {
    width: calc(36* (100vw / 750));
    height: calc(24* (100vw / 750));
    background-image: url("../img/quotation_right.png");
    right: calc(-69* (100vw / 750));
    bottom: calc(-6* (100vw / 750));
  }
  
  #wrapper .description-txt {
    font-size: calc(26* (100vw / 750));
  }
  /* ===================
        　 firstview
    =================== */
    #firstview {
      width: 100%;
      margin: 0 auto calc(120* (100vw / 750));
    }
    #firstview .fv-img {
      width: 100%;
      margin: 0 auto calc(108* (100vw / 750));
    }
    #firstview .fv-txt {
      margin-bottom: calc(110* (100vw / 750));
    }
    #firstview p {
      font-size: calc(26* (100vw / 750));
    }
    
    #firstview .item {
      margin-left: calc(70* (100vw / 750));
      flex-direction: column;
    }
    
    #firstview .item-wrap {
      position: relative;
      padding-bottom: calc(72* (100vw / 750));
      padding-top: calc(86* (100vw / 750));
    }
    
    #firstview .item-wrap::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: auto;
    }
    #firstview .item-wrap .item-title {
      margin-top: calc(0* (100vw / 750));
      margin-bottom: calc(21* (100vw / 750));
    }
    #firstview .item-wrap .item-title h3 {
      position: relative;
      margin-bottom: calc(6* (100vw / 750));
      font-size: calc(84* (100vw / 750));
      margin-left: calc(-16* (100vw / 750));
      padding-left: calc(16* (100vw / 750));
      padding-right: calc(22* (100vw / 750));
      background-color: #f6f8f9;
      z-index: 2;
    }
    #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(84* (100vw / 750));
      margin-bottom: calc(33* (100vw / 750));
    }
    #firstview .comment-txt {
      position: relative;
    }
    #firstview .comment::after {
      display: none;
    }
    #firstview .sp_frame {
      position: relative;
    }
    #firstview .sp_frame::after {
      content: "";
      position: absolute;
      width: calc(680* (100vw / 750));
      height: 95.7%;
      border: calc(2* (100vw / 750)) solid #666666;
      margin: auto;
      left: calc(-13* (100vw / 750));
      right: 0;
      top: calc(34* (100vw / 750));
    }
    #firstview .comment .point {
      margin-bottom: calc(47* (100vw / 750));
      font-size: calc(26* (100vw / 750));
    }
    #firstview .point p {
      padding-left: calc(62* (100vw / 750));
    }
    #firstview .comment .point p::before {
      width: calc(52* (100vw / 750));
      height: calc(52* (100vw / 750));
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0.1rem;
    }
    #firstview .comment-txt {
      margin-bottom: calc(56* (100vw / 750));
    }
    #firstview .comment-txt::before {
      width: calc(36* (100vw / 750));
      height: calc(24* (100vw / 750));
      background-image: url("../img/quotation_left.png");
      left: calc(-54* (100vw / 750));
      top: calc(-2* (100vw / 750));
    }
    #firstview .comment-txt::after {
      width: calc(36* (100vw / 750));
      height: calc(24* (100vw / 750));
      background-image: url("../img/quotation_right.png");
      right: calc(-45* (100vw / 750));
      bottom: calc(-8* (100vw / 750));
    }
    #wrapper #firstview .price{
      position: relative;
      font-size: calc(26* (100vw / 750));
      display: inline-block;
      padding: 0 calc(31* (100vw / 750));
      background-color: #f6f8f9;
      z-index: 2;
    }
  /* ===================
	　 section01
=================== */
.sec01 {
  margin-bottom: calc(188* (100vw / 750));
}
.sec01 .title-wrap{
  margin-left: 0;
  margin-bottom: calc(68* (100vw / 750));
  justify-content: flex-start;
}
.sec01 .description-txt{
  margin-bottom: calc(70* (100vw / 750));
}
.sec01 .img01{
  width: calc(610* (100vw / 750));
  margin: 0 auto;
}
.sec01 .title{
  margin-left: 0;
  margin-top: 0;
}
.sec01 .img02{
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.sec01 .price{
  margin-top: calc(46* (100vw / 750));
}
.sec01 .description{
  display: flex;
  flex-direction: column-reverse;
}
#wrapper .sec01 .copy::before {
  height: calc(23* (100vw / 750));
}

/* ===================
	　 section02
=================== */
.sec02 {
  margin-bottom: calc(189* (100vw / 750));
  text-align: center;
}
.sec02 .img01{
  width: calc(610* (100vw / 750));
  margin: 0 auto calc(68* (100vw / 750));
}
#wrapper .sec02 h4{
  margin-bottom: calc(74* (100vw / 750));
  letter-spacing: 0;
}
#wrapper .sec02 .copy{
  margin-bottom: calc(71* (100vw / 750));
}
.sec02 .price{
  margin-top: calc(36* (100vw / 750));
}

/* ===================
	　 section03
=================== */
.sec03 {
  margin-left: 0;
  margin-bottom: calc(189* (100vw / 750));
  justify-content: flex-start;
}
.sec03 .img01 {
  width: calc(640* (100vw / 750));
  margin: 0 auto calc(67* (100vw / 750));
}
.sec03 .description {
  margin-top: 0;
  margin-left: 0;
}
#wrapper .sec03 h4 {
  margin-bottom: calc(74* (100vw / 750));
  letter-spacing: 0;
}
.sec03 .price {
  margin-top: calc(34* (100vw / 750));
  text-align: center;
}
.sec03 .copy::after {
  right: calc(-67* (100vw / 750))!important;
}
.sec03 .copy::before {
  left: calc(-67* (100vw / 750))!important;
}
.sec03 .description-txt{
  text-align: center;
}

/* ===================
	　 section04
=================== */
.sec04 {
  margin-bottom: calc(161* (100vw / 750));
  text-align: center;
}
.sec04 .img01{
  width: calc(610* (100vw / 750));
  margin: 0 auto calc(68* (100vw / 750));
}
#wrapper .sec04 h4 {
  margin-bottom: calc(73* (100vw / 750));
}
#wrapper .sec04 .copy{
  margin-bottom: calc(72* (100vw / 750));
}
.sec04 .price {
  margin-top: calc(37* (100vw / 750));
}
#wrapper .sec04 .copy::before {
  left: calc(-69* (100vw / 750));
}

  .staff {
    font-size: calc(23* (100vw / 750));
    line-height: 1.739;
  }
}
/*# sourceMappingURL=style.css.map */