@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 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: #ca9f49;
}

/* ===================
	　 firstview
=================== */
#firstview {
  text-align: center;
  position: relative;
  width: 106rem;
  margin: 0 auto 16.5rem;
}

#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: #ca9f49;
  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: #d5b26d;
}

#firstview .scene li:nth-child(2) span {
  background-color: #dfc592;
}

#firstview .scene li:nth-child(3) span {
  background-color: #ead9b6;
}

#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: 15.1rem;
  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: 18.4rem;
}

.sec01 .cont1 {
  margin-left: 12rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec01 .cont1 .title {
  position: relative;
  margin-top: 21.1rem;
  margin-left: 6rem;
}

.sec01 .cont1 .title::before {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 16.3rem;
  background-image: url("../img/number01.svg");
  background-repeat: no-repeat;
  background-size: initial;
  right: -11.8rem;
  top: -2.2rem;
}

.sec01 .cont1 .title p {
  position: relative;
  margin-left: 13.5rem;
  margin-bottom: 1.9rem;
}

.sec01 .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: 1rem;
}

.sec01 .cont1 .title h2 {
  color: #ca9f49;
}

.sec01 .cont1 .img01 {
  width: 46rem;
}

.sec01 .cont2 {
  margin-left: 21rem;
}

.sec01 .cont2 .description {
  margin-top: 17.3rem;
  width: 44rem;
}

.sec01 .cont2 .description p {
  text-align: justify;
}

.sec01 .cont2 .description .price {
  margin-top: 2.5rem;
}

.sec01 .cont2 .img-all {
  margin-left: 9rem;
  margin-top: -22.4rem;
}

.sec01 .cont2 .img-all .img02 {
  position: relative;
  width: 30rem;
  z-index: 2;
  margin-top: 26.9rem;
}

.sec01 .cont2 .img-all .img02 p {
  font-size: 1.4rem;
  margin-top: 3.6rem;
  text-align: right;
  position: relative;
  letter-spacing: 0.03em !important;
  color: #333333;
}

.sec01 .cont2 .img-all .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 .img-all .img02::before {
  content: "";
  position: absolute;
  width: 25rem;
  height: 14.3rem;
  background-color: #f7f7f5;
  right: -4rem;
  bottom: -3.5rem;
  z-index: -1;
}

.sec01 .cont2 .img-all .img03 {
  width: 26rem;
  margin-left: -2rem;
}

/* ===================
	　 section02
=================== */
.sec02 {
  position: relative;
  margin-bottom: 14.9rem;
}

.sec02 .img01 {
  width: 50rem;
  margin-left: 18rem;
}

.sec02 .img01 .price {
  margin-top: 3.4rem;
}

.sec02 .img02 {
  position: absolute;
  width: 34rem;
  top: 12.1rem;
  left: 74rem;
}

.sec02 .title {
  position: relative;
  margin-left: 72.4rem;
  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: 12.9rem;
  bottom: -23.3rem;
}

.sec02 .title p {
  margin-left: 16rem;
  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: 55.6rem;
  margin-left: 66.4rem;
}

.sec02 .description p {
  text-align: justify;
}

.sec02 .img03 {
  width: 40rem;
  margin-left: 48.4rem;
  margin-top: 8.4rem;
}

/* ===================
	　 section03
=================== */
.sec03 .cont1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 26rem;
}

.sec03 .cont1 .img01 {
  width: 46rem;
  margin-left: 6rem;
}

.sec03 .cont1 .img01 .price {
  text-align: right;
  margin-top: 3.3rem;
}

.sec03 .cont1 .title {
  margin-top: 33rem;
  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: 18.1rem;
}

.sec03 .cont1 .title h2 {
  margin-top: 1.9rem;
  margin-bottom: 2.5rem;
  margin-left: -0.2rem;
  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.2rem;
  top: -2.5rem;
}

.sec03 .cont1 .title .description {
  width: 47rem;
}

.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: 26rem;
  margin-top: -8.9rem;
}

.sec03 .img-all .img02 {
  width: 34rem;
}

.sec03 .img-all .img03 {
  width: 39rem;
  margin-left: 2rem;
  margin-top: 36rem;
}

.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 p {
    font-size: calc(30* (100vw / 750));
    letter-spacing: 0.05em;
    position: relative;
  }
  #wrapper .title h2 {
    font-size: calc(66* (100vw / 750));
  }
  /* ===================
	　 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(226* (100vw / 750));
  }
  .sec01 .cont1 {
    margin-left: calc(40* (100vw / 750));
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec01 .cont1 .title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: calc(50* (100vw / 750));
  }
  .sec01 .cont1 .title::before {
    width: calc(130* (100vw / 750));
    height: calc(246* (100vw / 750));
    background-image: url("../img/number01.svg");
    right: calc(-144* (100vw / 750));
    top: calc(42* (100vw / 750));
    z-index: -1;
  }
  .sec01 .cont1 .title p {
    position: relative;
    margin-left: calc(40* (100vw / 750));
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec01 .cont1 .title p::before {
    width: calc(72* (100vw / 750));
    height: calc(82* (100vw / 750));
    background-image: url("../img/sp_arrow.svg");
    right: calc(-42* (100vw / 750));
    top: calc(15* (100vw / 750));
  }
  .sec01 .cont1 .img01 {
    width: calc(580* (100vw / 750));
  }
  .sec01 .cont2 {
    margin-left: calc(40* (100vw / 750));
  }
  .sec01 .cont2 .description {
    margin-top: calc(47* (100vw / 750));
    width: calc(580* (100vw / 750));
    margin-bottom: calc(47* (100vw / 750));
  }
  .sec01 .cont2 .description .price {
    margin-top: 2.5rem;
  }
  .sec01 .cont2 .img-all {
    margin-left: 0;
    margin-top: 0;
  }
  .sec01 .cont2 .img-all .img02 {
    width: calc(440* (100vw / 750));
    margin-top: calc(421* (100vw / 750));
    position: relative;
  }
  .sec01 .cont2 .img-all .img02 p {
    font-size: calc(26* (100vw / 750));
    margin-top: calc(51* (100vw / 750));
    margin-left: calc(54* (100vw / 750));
    padding-right: calc(41* (100vw / 750));
    text-align: left;
    display: inline-block;
  }
  .sec01 .cont2 .img-all .img02 p::before {
    width: calc(44* (100vw / 750));
    height: calc(44* (100vw / 750));
    right: auto;
    left: calc(-54* (100vw / 750));
    top: 0;
    bottom: calc(6* (100vw / 750));
    margin: auto;
  }
  .sec01 .cont2 .img-all .img02 p::after {
    content: "";
    position: absolute;
    width: 132%;
    height: calc(204* (100vw / 750));
    right: 0;
    bottom: calc(-46* (100vw / 750));
    background-color: #f7f7f5;
    z-index: -1;
  }
  .sec01 .cont2 .img-all .img02::before {
    display: none;
  }
  .sec01 .cont2 .img-all .img02 .price {
    position: absolute;
    right: calc(-226* (100vw / 750));
    bottom: calc(69* (100vw / 750));
  }
  .sec01 .cont2 .img-all .img03 {
    width: calc(400* (100vw / 750));
    margin-left: calc(-130* (100vw / 750));
  }
  /* ===================
	　 section02
=================== */
  .sec02 {
    margin-bottom: calc(172* (100vw / 750));
  }
  .sec02 .img01 {
    width: calc(620* (100vw / 750));
    margin-left: auto;
    margin-bottom: calc(61* (100vw / 750));
  }
  .sec02 .img01 .price {
    margin-top: 3.4rem;
  }
  .sec02 .img02 {
    position: relative;
    width: calc(480* (100vw / 750));
    top: 0;
    left: 0;
    margin-left: calc(40* (100vw / 750));
  }
  .sec02 .title {
    margin-left: calc(64* (100vw / 750));
    margin-bottom: calc(38* (100vw / 750));
  }
  .sec02 .title::before {
    width: calc(189* (100vw / 750));
    height: calc(246* (100vw / 750));
    right: calc(11* (100vw / 750));
    bottom: calc(-466* (100vw / 750));
  }
  .sec02 .title p {
    margin-left: calc(82* (100vw / 750));
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec02 .title p::before {
    width: calc(72* (100vw / 750));
    height: calc(82* (100vw / 750));
    background-image: url("../img/sp_arrow.svg");
    right: calc(-43* (100vw / 750));
    top: calc(14* (100vw / 750));
  }
  .sec02 .description {
    width: calc(640* (100vw / 750));
    margin-left: calc(70* (100vw / 750));
    margin-bottom: calc(46* (100vw / 750));
  }
  .sec02 .img03 {
    width: calc(520* (100vw / 750));
    margin-left: calc(230* (100vw / 750));
    margin-top: calc(30* (100vw / 750));
  }
  .sec02 .img03 .price {
    margin-top: calc(27* (100vw / 750));
  }
  /* ===================
	　 section03
=================== */
  .sec03 .cont1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
  .sec03 .cont1 .img01 {
    width: calc(580* (100vw / 750));
    margin-left: calc(85* (100vw / 750));
  }
  .sec03 .cont1 .title {
    margin-top: calc(60* (100vw / 750));
  }
  .sec03 .cont1 .title::before {
    width: calc(187* (100vw / 750));
    height: calc(249* (100vw / 750));
    background-image: url("../img/number03.svg");
    left: calc(-5* (100vw / 750));
    top: calc(149* (100vw / 750));
  }
  .sec03 .cont1 .title p {
    margin-left: calc(176* (100vw / 750));
  }
  .sec03 .cont1 .title h2 {
    margin-top: calc(24* (100vw / 750));
    margin-bottom: calc(38* (100vw / 750));
    margin-left: calc(50* (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: calc(-1* (100vw / 750));
    top: calc(-40* (100vw / 750));
  }
  .sec03 .cont1 .title .description {
    width: calc(560* (100vw / 750));
    margin-left: calc(140* (100vw / 750));
  }
  .sec03 .cont1 .title .description p {
    font-size: calc(26* (100vw / 750)) !important;
    margin-left: 0 !important;
  }
  .sec03 .img-all {
    margin-left: 0;
    margin-top: calc(45* (100vw / 750));
  }
  .sec03 .img-all .img02 {
    width: calc(480* (100vw / 750));
    margin-left: auto;
  }
  .sec03 .img-all .img03 {
    width: calc(510* (100vw / 750));
    margin-left: calc(20* (100vw / 750));
    margin-top: calc(30* (100vw / 750));
    position: relative;
  }
  .sec03 .img-all .img03 .price {
    position: absolute;
    right: calc(-193* (100vw / 750));
    bottom: calc(-8* (100vw / 750));
  }
  .sec03 .staff {
    font-size: calc(23* (100vw / 750));
    line-height: 1.73913;
    margin-top: calc(171* (100vw / 750));
  }
}
/*# sourceMappingURL=style.css.map */