@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  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;
}

.bg-all {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}

.bg-all.active {
  visibility: visible;
  opacity: 1;
}

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;
}

section .credit {
  /*  text-decoration: underline; */
  font-family: orpheuspro, serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 1.7rem;
  position: relative;
  display: inline-block;
}

section .credit::before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 100%;
  height: 0.1rem;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  margin: auto;
}

section .item {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: -0.08em;
  margin-left: -0.2rem;
  font-weight: 600;
}

section .title {
  margin-bottom: 2rem;
}

section .title h3 {
  margin-bottom: 1.3rem;
}

section .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

section .sub-ttl {
  font-family: orpheuspro, serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #8c550c;
  margin-bottom: 2.7rem;
}

section .sub-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 2.8rem;
  font-weight: 600;
}

section .sub-txt span {
  font-weight: 600;
}

section .cont02_txt {
  font-family: orpheuspro, serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #8c550c;
  margin-bottom: 1.6rem;
}

/* ===================
	　 firstview
=================== */
#firstview {
  padding-bottom: 3rem;
  margin-bottom: 12.1rem;
  padding-top: 3rem;
  margin-top: -3rem;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f8f6f2;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

#firstview .fv-img {
  width: 96rem;
  margin: 0 auto;
}

/* ===================
	　 section01
=================== */
.sec01 {
  width: 77.5rem;
  text-align: center;
  position: relative;
  margin-left: 34.7rem;
  margin-bottom: 24.9rem;
}

.sec01::before {
  content: "";
  position: absolute;
  background-image: url("../img/bg01.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 73.5rem;
  height: 67.8rem;
  left: -9.5rem;
  top: 13.2rem;
}

.sec01 .movie {
  margin-left: 9.5rem;
  position: relative;
}

.sec01 .movie video {
  width: 40.5rem;
  position: relative;
}

.sec01 .movie::before {
  content: "";
  position: absolute;
  background-image: url("../img/movie_ttl.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1.7rem;
  height: 33.7rem;
  right: -2.9rem;
  bottom: 0.2rem;
}

.sec01 .description {
  margin-top: 39.5rem;
}

/* ===================
	　 section02
=================== */
.sec02 {
  width: 103rem;
  margin: 0 auto 11.6rem;
}

.sec02 .title {
  margin-left: 64.3rem;
}

.sec02 .title h3 {
  width: 31.8rem;
}

.sec02 .ttl {
  margin-left: 85rem;
  margin-bottom: 9rem;
  position: relative;
}

.sec02 .ttl::before {
  content: "";
  position: absolute;
  background-color: #ae8855;
  width: 67.8rem;
  height: 0.1rem;
  right: 18.9rem;
  top: 1.5rem;
}

.sec02 .cont01 {
  width: 103rem;
  margin-left: 0.5rem;
  margin-bottom: 9.2rem;
}

.sec02 .cont01 .img01 {
  width: 54rem;
}

.sec02 .cont01 .right {
  text-align: left;
  margin-top: 21.2rem;
  margin-left: 6rem;
  position: relative;
}

.sec02 .cont01 .right::before {
  content: "";
  position: absolute;
  background-image: url("../img/number01.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 14.8rem;
  height: 14.8rem;
  right: -4rem;
  top: -2.7rem;
  z-index: -1;
}

.sec02 .cont01 .right .sub-txt span:nth-child(1) {
  margin-left: 0.2rem;
  letter-spacing: 0.06em;
}

.sec02 .cont01 .right .sub-txt span:nth-child(3) {
  margin-left: -0.8rem;
  letter-spacing: 0.06em;
}

.sec02 .cont01 .right .description {
  width: 43rem;
  text-align: justify;
}

.sec02 .cont02 {
  text-align: center;
}

.sec02 .cont02 .img02 {
  width: 44rem;
  margin: 0 auto 3rem;
}

.sec02 .cont02 .price {
  text-align: center;
}

/* ===================
	　 section03
=================== */
.sec03 {
  margin-bottom: 15rem;
}

.sec03 .cont01 {
  width: 92rem;
  margin: 0 auto 7.9rem;
}

.sec03 .cont01 .img01 {
  width: 36rem;
  margin-left: 6.2rem;
}

.sec03 .cont01 .right {
  text-align: center;
  margin-top: 24.2rem;
  margin-left: 0.2rem;
  position: relative;
}

.sec03 .cont01 .right::before {
  content: "";
  position: absolute;
  background-image: url("../img/number02.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 20rem;
  height: 14.8rem;
  left: 0;
  right: 0;
  top: -6.7rem;
  margin: auto;
  z-index: -1;
}

.sec03 .cont01 .right .sub-txt {
  letter-spacing: 0.01em;
  margin-left: -0.8rem;
}

.sec03 .cont01 .right .sub-txt span:nth-child(1) {
  margin-right: -0.8rem;
  margin-left: 0.7rem;
}

.sec03 .cont01 .right .sub-txt span:nth-child(3) {
  letter-spacing: 0.06em;
}

.sec03 .cont02 {
  margin-left: 26rem;
}

.sec03 .cont02 .right {
  margin-top: 27.2rem;
  margin-left: 3rem;
}

.sec03 .cont02 .img02 {
  width: 46rem;
}

.sec03 .nw01 {
  white-space: nowrap;
}

/* _:-ms-lang(x)::-ms-backdrop, .sec03 .img02 img{
    width: 32rem;
  } */
.hoge {
  position: relative;
}

.hoge::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.hoge.fuga {
  position: relative;
}

.hoge.fuga::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

.hoge02 {
  position: relative;
}

.hoge02::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.hoge02.fuga02 {
  position: relative;
}

.hoge02.fuga02::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

.hoge03 {
  position: relative;
}

.hoge03::before {
  content: "";
  position: absolute;
  background-color: #f8f6f2;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.hoge03.fuga03 {
  position: relative;
}

.hoge03.fuga03::before {
  content: "";
  position: absolute;
  background-color: #f8f6f2;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  z-index: -1;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

/* ===================
	　 section04
=================== */
.sec04 {
  padding-top: 9rem;
  padding-bottom: 11.3rem;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

.sec04 .cont01 .left {
  margin-left: 35.3rem;
  margin-top: 25rem;
}

.sec04 .cont01 .left h3 {
  width: 29.5rem;
}

.sec04 .cont01 .left .ttl {
  letter-spacing: 0;
  margin-left: 10.5rem;
  position: relative;
}

.sec04 .cont01 .left .ttl::before {
  content: "";
  position: absolute;
  background-color: #799091;
  width: 22.8rem;
  height: 0.1rem;
  right: 26.2rem;
  top: 1.5rem;
}

.sec04 .cont01 .left .item {
  letter-spacing: -0.18em;
}

.sec04 .cont01 .right {
  margin-left: 9.1rem;
  z-index: 2;
}

.sec04 .cont01 .right .img01 {
  width: 36rem;
  margin-bottom: 3.2rem;
  position: relative;
}

.sec04 .cont01 .right .img01::before {
  content: "";
  position: absolute;
  background-image: url("../img/number03.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 20rem;
  height: 14.8rem;
  right: -14rem;
  bottom: -6rem;
  z-index: -1;
}

.sec04 .cont01 .right .sub-txt span:nth-child(1) {
  letter-spacing: 0.02em;
}

.sec04 .cont01 .right .sub-txt span:nth-child(2) {
  letter-spacing: 0.02em;
}

.sec04 .cont01 .right .sub-txt span:nth-child(3) {
  letter-spacing: 0.04em;
  margin-left: -0.4rem;
}

.sec04 .cont01 .right .sub-ttl {
  color: #3f6062;
}

.sec04 .cont01 .right .credit {
  margin-top: 1.9rem;
}

.sec04 .cont02 {
  margin-left: 16rem;
  margin-top: -22.4rem;
}

.sec04 .cont02 .img02 {
  width: 30rem;
}

.sec04 .cont02 .right {
  margin-top: 39rem;
  margin-left: 3rem;
}

.sec04 .cont02 .right .cont02_txt {
  color: #3f6062;
}

.sec04 .cont02 .right .price {
  margin-top: 1.9rem !important;
}

/* ===================
	　 section05
=================== */
.sec05 {
  padding-bottom: 8.4rem;
  margin-bottom: 15.9rem;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

.sec05 .cont01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30rem;
}

.sec05 .cont01 .img01 {
  width: 46rem;
}

.sec05 .cont01 .right {
  margin-left: -4rem;
  margin-top: 6.2rem;
  z-index: 2;
  position: relative;
}

.sec05 .cont01 .right::before {
  content: "";
  position: absolute;
  background-image: url("../img/number04.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 20rem;
  height: 14.8rem;
  right: -9.1rem;
  top: 16rem;
  z-index: -1;
}

.sec05 .cont01 .right .sub-ttl {
  color: #3f6062;
}

.sec05 .cont01 .right .sub-txt span:nth-child(1) {
  letter-spacing: 0.02em;
  margin-left: 0.4rem;
}

.sec05 .cont01 .right .sub-txt span:nth-child(3) {
  letter-spacing: 0.07em;
  margin-left: -0.5rem;
}

.sec05 .cont02 {
  margin-left: 76rem;
  margin-top: -6rem;
}

.sec05 .cont02 .img02 {
  width: 30rem;
  margin-left: 6rem;
  margin-bottom: 3.1rem;
}

.sec05 .cont02 .cont02_txt {
  color: #3f6062;
}

.sec05 .cont02 .price {
  margin-top: 1.9rem !important;
}

/* ===================
	　 section06
=================== */
.sec06 {
  margin-bottom: 14.4rem;
}

.sec06 .title {
  margin-left: 84.5rem;
  margin-bottom: 2.1rem;
}

.sec06 .title h3 {
  width: 31.1rem;
}

.sec06 .ttl {
  margin-left: 103rem;
  margin-bottom: 9rem;
  position: relative;
}

.sec06 .ttl::before {
  content: "";
  position: absolute;
  background-color: #bba85a;
  width: 46.2rem;
  height: 0.1rem;
  right: 38rem;
  top: 1.5rem;
}

.sec06 .cont01 {
  margin-left: 18rem;
  margin-bottom: 7.5rem;
}

.sec06 .cont01 .img01 {
  width: 30rem;
}

.sec06 .cont01 .right {
  text-align: center;
  margin-top: 15.1rem;
  margin-left: 8.6rem;
  position: relative;
}

.sec06 .cont01 .right::before {
  content: "";
  position: absolute;
  background-image: url("../img/number05.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 19rem;
  height: 14.8rem;
  right: -11.7rem;
  top: -3.1rem;
  z-index: -1;
}

.sec06 .cont01 .right .sub-ttl {
  color: #998600;
  margin-bottom: 2rem;
}

.sec06 .cont01 .right .sub-txt {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 2rem;
}

.sec06 .cont01 .right .sub-txt span:nth-child(1) {
  letter-spacing: 0.07em;
}

.sec06 .cont01 .right .sub-txt span:nth-child(2) {
  letter-spacing: -0.04em;
}

.sec06 .cont01 .right .sub-txt span:nth-child(3) {
  margin-right: -0.3rem;
}

.sec06 .cont01 .right .credit {
  margin-top: 1.4rem;
}

.sec06 .cont02 {
  margin-left: 62rem;
}

.sec06 .cont02 .img02 {
  width: 60rem;
  margin-bottom: 3.1rem;
}

.sec06 .cont02 .cont02_txt {
  color: #998600;
}

/* ===================
	　 section07
=================== */
.sec07 {
  padding-top: 9rem;
  padding-bottom: 15rem;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

.sec07 .cont01 {
  margin-left: 36.5rem;
}

.sec07 .cont01 .title h3 {
  width: 34.1rem;
}

.sec07 .cont01 .ttl {
  margin-left: 19.4rem;
  letter-spacing: 0;
  position: relative;
}

.sec07 .cont01 .ttl::before {
  content: "";
  position: absolute;
  background-color: #ad9e9e;
  width: 25.8rem;
  height: 0.1rem;
  right: 22rem;
  top: 1.4rem;
}

.sec07 .cont01 .img01 {
  width: 34rem;
  margin-bottom: 6.1rem;
  margin-left: 9.1rem;
  position: relative;
}

.sec07 .cont01 .img01::before {
  content: "";
  position: absolute;
  background-image: url("../img/number06.svg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 20rem;
  height: 14.8rem;
  right: -15.1rem;
  bottom: -9rem;
  z-index: -1;
}

.sec07 .cont01 .left {
  margin-top: 19rem;
}

.sec07 .cont01 .left .item {
  letter-spacing: -0.17em;
}

.sec07 .cont01 .right {
  position: relative;
  z-index: 2;
}

.sec07 .cont01 .right .sub-ttl {
  margin-left: -2.9rem;
  color: #8a7575;
  margin-bottom: 2.8rem;
}

.sec07 .cont01 .right .sub-txt {
  margin-left: -2.9rem;
}

.sec07 .cont01 .right .sub-txt span:nth-child(1) {
  letter-spacing: 0.04em;
}

.sec07 .cont01 .right .sub-txt span:nth-child(3) {
  letter-spacing: -0.01em;
  margin-left: -0.7rem;
}

.sec07 .cont01 .right .sub-txt span:nth-child(4) {
  letter-spacing: 0;
  margin-left: -0.3rem;
}

.sec07 .cont01 .right .description {
  margin-left: -2.9rem;
}

.sec07 .cont01 .right .credit {
  margin-left: -2.9rem;
  margin-top: 1.6rem;
}

.sec07 .cont02 {
  margin-left: 14rem;
  margin-top: -16.7rem;
}

.sec07 .cont02 .img02 {
  width: 40rem;
}

.sec07 .cont02 .right {
  margin-top: 42.2rem;
  margin-left: 3rem;
}

.sec07 .cont02 .right .cont02_txt {
  color: #8a7575;
}

.sec07 .cont02 .right .price {
  margin-top: 1.6rem !important;
}

.sec08 {
  text-align: center;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

.sec08 .img01 {
  width: 12rem;
  margin: 0 auto 1.5rem;
}

.staff {
  text-align: center;
  padding-bottom: 8.7rem;
  position: relative;
  /* &::before{
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        width: 200vw;
        height: 100%;
        left: -50vw;
        top: 0;
        z-index: -1;
    } */
}

.staff p {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1.8333;
}

.staff p span {
  letter-spacing: 0.03em;
}

#style-archive.style-archive {
  padding: 9rem 0 !important;
}

/* for SP */
@media screen and (max-width: 767px) {
  section .description {
    font-size: calc(26* (100vw / 750));
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.025em;
  }
  section .credit {
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.05em;
    margin-top: calc(30* (100vw / 750));
  }
  section .credit::before {
    height: calc(2* (100vw / 750));
    left: 0;
    right: 0;
    bottom: calc(2* (100vw / 750));
    margin: auto;
  }
  section .item {
    font-size: calc(24* (100vw / 750));
    letter-spacing: -0.08em;
    margin-left: -0.2rem;
  }
  section .title {
    margin-bottom: calc(16* (100vw / 750));
  }
  section .title h3 {
    margin-bottom: calc(24* (100vw / 750));
  }
  section .ttl {
    font-size: calc(28* (100vw / 750));
  }
  section .sub-ttl {
    font-size: calc(44* (100vw / 750));
    letter-spacing: 0.05em;
    margin-bottom: calc(23* (100vw / 750));
  }
  section .sub-txt {
    font-size: calc(28* (100vw / 750));
    line-height: 2;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom: calc(17* (100vw / 750));
  }
  section .sub-txt span {
    font-weight: 600;
  }
  section .cont02_txt {
    font-size: calc(38* (100vw / 750));
    letter-spacing: 0.05em;
    margin-bottom: calc(31* (100vw / 750));
  }
  .hoge {
    position: relative;
  }
  .hoge::before {
    content: "";
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
  }
  .hoge.fuga {
    position: relative;
  }
  .hoge.fuga::before {
    content: "";
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1;
  }
  .hoge02 {
    position: relative;
  }
  .hoge02::before {
    content: "";
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
  }
  .hoge02.fuga02 {
    position: relative;
  }
  .hoge02.fuga02::before {
    content: "";
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1;
  }
  .hoge03 {
    position: relative;
  }
  .hoge03::before {
    content: "";
    position: absolute;
    background-color: #f8f6f2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
  }
  .hoge03.fuga03 {
    position: relative;
  }
  .hoge03.fuga03::before {
    content: "";
    position: absolute;
    background-color: #f8f6f2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1;
  }
  /* ===================
        　 firstview
    =================== */
  #firstview {
    padding-bottom: calc(29* (100vw / 750));
    margin-bottom: calc(120* (100vw / 750));
    padding-top: calc(30* (100vw / 750));
    margin-top: 0;
    position: relative;
    /* &::before{
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        } */
  }
  #firstview .fv-img {
    width: calc(690* (100vw / 750));
    margin: 0 auto;
  }
  /* ===================
        　 section01
    =================== */
  .sec01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(266* (100vw / 750));
  }
  .sec01::before {
    background-image: url("../img/sp_bg01.svg");
    width: calc(698* (100vw / 750));
    height: calc(830* (100vw / 750));
    left: calc(25* (100vw / 750));
    top: calc(781* (100vw / 750));
  }
  .sec01 .movie {
    margin-left: calc(22* (100vw / 750));
    margin-bottom: calc(48* (100vw / 750));
  }
  .sec01 .movie video {
    width: calc(540* (100vw / 750));
  }
  .sec01 .movie::before {
    background-image: url("../img/movie_ttl.svg");
    width: calc(28* (100vw / 750));
    height: calc(552* (100vw / 750));
    right: calc(34* (100vw / 750));
    bottom: calc(1* (100vw / 750));
  }
  .sec01 .description {
    margin-top: 0;
    text-align: left;
    margin-left: calc(116* (100vw / 750));
  }
  /* ===================
        　 section02
    =================== */
  .sec02 {
    width: 100%;
    margin: 0 auto calc(138* (100vw / 750));
  }
  .sec02 .title {
    margin-left: calc(153* (100vw / 750));
  }
  .sec02 .title h3 {
    width: calc(457* (100vw / 750));
  }
  .sec02 .ttl {
    margin-left: calc(389* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .sec02 .ttl::before {
    width: calc(336* (100vw / 750));
    height: calc(2* (100vw / 750));
    right: calc(384* (100vw / 750));
    top: calc(26* (100vw / 750));
  }
  .sec02 .cont01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(91* (100vw / 750));
  }
  .sec02 .cont01 .img01 {
    width: calc(660* (100vw / 750));
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec02 .cont01 .right {
    margin-top: 0;
    margin-left: calc(60* (100vw / 750));
  }
  .sec02 .cont01 .right::before {
    background-image: url("../img/number01.svg");
    width: calc(222* (100vw / 750));
    height: calc(222* (100vw / 750));
    right: calc(-90* (100vw / 750));
    top: calc(59* (100vw / 750));
  }
  .sec02 .cont01 .right .sub-txt span:nth-child(1) {
    margin-left: calc(5* (100vw / 750));
    letter-spacing: 0.06em;
  }
  .sec02 .cont01 .right .sub-txt span:nth-child(3) {
    margin-left: 0;
    letter-spacing: 0.06em;
  }
  .sec02 .cont01 .right .description {
    width: calc(600* (100vw / 750));
  }
  .sec02 .cont02 {
    text-align: left;
  }
  .sec02 .cont02 .img02 {
    width: calc(560* (100vw / 750));
    margin-left: calc(160* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec02 .cont02 .price {
    text-align: left;
    margin-left: calc(161* (100vw / 750));
  }
  .sec02 .cont02 .cont02_txt {
    margin-left: calc(160* (100vw / 750));
  }
  .sec02 .cont02 .sub-txt {
    margin-left: calc(160* (100vw / 750));
  }
  .sec02 .cont02 .description {
    width: calc(560* (100vw / 750));
    text-align: justify;
    margin-left: calc(160* (100vw / 750));
  }
  /* ===================
        　 section03
    =================== */
  .sec03 {
    margin-bottom: calc(188* (100vw / 750));
  }
  .sec03 .cont01 {
    width: 100%;
    margin: 0 auto calc(91* (100vw / 750));
  }
  .sec03 .cont01 .img01 {
    width: calc(500* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec03 .cont01 .right {
    margin-top: 0;
    margin-left: 0;
  }
  .sec03 .cont01 .right::before {
    width: calc(300* (100vw / 750));
    height: calc(222* (100vw / 750));
    left: auto;
    right: 0;
    top: calc(-123* (100vw / 750));
    margin: auto;
  }
  .sec03 .cont01 .right .sub-txt {
    letter-spacing: 0.01em;
    margin-left: 0;
  }
  .sec03 .cont01 .right .sub-txt span:nth-child(1) {
    margin-right: 0;
    margin-left: calc(11* (100vw / 750));
    letter-spacing: 0;
  }
  .sec03 .cont01 .right .sub-txt span:nth-child(3) {
    letter-spacing: 0.06em;
  }
  .sec03 .cont02 {
    text-align: center;
    margin-left: 0;
  }
  .sec03 .cont02 .right {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sec03 .cont02 .img02 {
    width: calc(600* (100vw / 750));
    margin: 0 auto calc(62* (100vw / 750));
  }
  .sec03 .cont02 .price {
    margin-top: calc(15* (100vw / 750)) !important;
  }
  /* ===================
        　 section04
    =================== */
  .sec04 {
    padding-top: calc(95* (100vw / 750));
    padding-bottom: calc(139* (100vw / 750));
    position: relative;
  }
  .sec04::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .sec04 .cont01 {
    margin-bottom: calc(92* (100vw / 750));
  }
  .sec04 .cont01 .left {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: calc(59* (100vw / 750));
  }
  .sec04 .cont01 .left h3 {
    width: calc(424* (100vw / 750));
    margin-bottom: calc(22* (100vw / 750));
  }
  .sec04 .cont01 .left .title {
    margin-left: calc(81* (100vw / 750));
  }
  .sec04 .cont01 .left .ttl {
    letter-spacing: 0;
    margin-left: calc(235* (100vw / 750));
  }
  .sec04 .cont01 .left .ttl::before {
    width: calc(180* (100vw / 750));
    height: calc(2* (100vw / 750));
    right: auto;
    left: calc(-206* (100vw / 750));
    top: calc(26* (100vw / 750));
  }
  .sec04 .cont01 .left .item {
    letter-spacing: -0.18em;
  }
  .sec04 .cont01 .right {
    margin-left: 0;
  }
  .sec04 .cont01 .right .img01 {
    width: calc(500* (100vw / 750));
    margin-bottom: calc(63* (100vw / 750));
    margin-left: calc(190* (100vw / 750));
  }
  .sec04 .cont01 .right .img01::before {
    width: calc(300* (100vw / 750));
    height: calc(222* (100vw / 750));
    right: calc(-110* (100vw / 750));
    top: calc(1368* (100vw / 750));
  }
  .sec04 .cont01 .right .sub-ttl {
    margin-left: calc(100* (100vw / 750));
  }
  .sec04 .cont01 .right .sub-txt {
    margin-left: calc(100* (100vw / 750));
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec04 .cont01 .right .sub-txt span:nth-child(1) {
    letter-spacing: 0.02em;
  }
  .sec04 .cont01 .right .sub-txt span:nth-child(2) {
    letter-spacing: 0.02em;
  }
  .sec04 .cont01 .right .sub-txt span:nth-child(3) {
    letter-spacing: 0.04em;
    margin-left: calc(-12* (100vw / 750));
  }
  .sec04 .cont01 .right .description {
    width: calc(590* (100vw / 750));
    text-align: justify;
    margin-left: calc(100* (100vw / 750));
    letter-spacing: 0.04em;
  }
  .sec04 .cont01 .right .credit {
    margin-top: calc(27* (100vw / 750));
    margin-left: calc(100* (100vw / 750));
  }
  .sec04 .cont02 {
    margin-left: calc(31* (100vw / 750));
    margin-top: 0;
  }
  .sec04 .cont02 .img02 {
    width: calc(460* (100vw / 750));
    margin-bottom: calc(61* (100vw / 750));
  }
  .sec04 .cont02 .right {
    margin-top: 0;
    margin-left: 0;
  }
  .sec04 .cont02 .right .price {
    margin-top: calc(15* (100vw / 750)) !important;
  }
  .sec04 .cont02 .right .description {
    width: calc(560* (100vw / 750));
    text-align: justify;
  }
  /* ===================
        　 section05
    =================== */
  .sec05 {
    padding-bottom: calc(78* (100vw / 750));
    margin-bottom: calc(210* (100vw / 750));
    position: relative;
  }
  .sec05::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .sec05 .cont01 {
    width: calc(600* (100vw / 750));
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(91* (100vw / 750));
  }
  .sec05 .cont01 .img01 {
    width: calc(600* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec05 .cont01 .right {
    margin-left: 0;
    margin-top: 0;
  }
  .sec05 .cont01 .right::before {
    width: calc(300* (100vw / 750));
    height: calc(222* (100vw / 750));
    right: calc(-75* (100vw / 750));
    top: calc(431* (100vw / 750));
    z-index: -1;
  }
  .sec05 .cont01 .right .sub-txt {
    margin-bottom: calc(22* (100vw / 750));
  }
  .sec05 .cont01 .right .sub-txt span:nth-child(1) {
    letter-spacing: 0.04em;
    margin-left: calc(7* (100vw / 750));
  }
  .sec05 .cont01 .right .sub-txt span:nth-child(3) {
    letter-spacing: 0.08em;
    margin-left: 0;
  }
  .sec05 .cont01 .right .description {
    width: calc(600* (100vw / 750));
    text-align: justify;
  }
  .sec05 .cont01 .right .credit {
    margin-top: calc(28* (100vw / 750));
  }
  .sec05 .cont02 {
    margin-left: calc(170* (100vw / 750));
    margin-top: 0;
  }
  .sec05 .cont02 .img02 {
    width: calc(460* (100vw / 750));
    margin-left: calc(60* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec05 .cont02 .cont02_txt {
    margin-bottom: calc(30* (100vw / 750));
  }
  .sec05 .cont02 .description {
    width: calc(520* (100vw / 750));
    text-align: justify;
  }
  .sec05 .cont02 .price {
    margin-top: calc(15* (100vw / 750)) !important;
  }
  /* ===================
        　 section06
    =================== */
  .sec06 {
    margin-bottom: calc(190* (100vw / 750));
  }
  .sec06 .title {
    margin-left: calc(175* (100vw / 750));
    margin-bottom: calc(16* (100vw / 750));
  }
  .sec06 .title h3 {
    width: calc(447* (100vw / 750));
  }
  .sec06 .ttl {
    margin-left: calc(369* (100vw / 750));
    margin-bottom: calc(59* (100vw / 750));
  }
  .sec06 .ttl::before {
    width: calc(290* (100vw / 750));
    height: calc(2* (100vw / 750));
    right: calc(400* (100vw / 750));
    top: calc(25* (100vw / 750));
  }
  .sec06 .cont01 {
    margin-left: calc(30* (100vw / 750));
    margin-bottom: calc(91* (100vw / 750));
  }
  .sec06 .cont01 .img01 {
    width: calc(460* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec06 .cont01 .right {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }
  .sec06 .cont01 .right::before {
    width: calc(285* (100vw / 750));
    height: calc(222* (100vw / 750));
    right: calc(-3* (100vw / 750));
    top: calc(-152* (100vw / 750));
  }
  .sec06 .cont01 .right .sub-txt {
    letter-spacing: -0.01em;
    margin-bottom: calc(17* (100vw / 750));
  }
  .sec06 .cont01 .right .sub-txt span:nth-child(1) {
    letter-spacing: 0.07em;
  }
  .sec06 .cont01 .right .sub-txt span:nth-child(2) {
    letter-spacing: -0.04em;
  }
  .sec06 .cont01 .right .sub-txt span:nth-child(3) {
    margin-right: -0.3rem;
  }
  .sec06 .cont01 .right .sub-txt span:nth-child(5) {
    letter-spacing: 0.01em;
  }
  .sec06 .cont01 .right .sub-ttl {
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec06 .cont01 .right .credit {
    margin-top: calc(27* (100vw / 750));
  }
  .sec06 .cont01 .right .description {
    width: calc(645* (100vw / 750));
    text-align: justify;
  }
  .sec06 .cont02 {
    width: calc(600* (100vw / 750));
    margin: 0 auto;
  }
  .sec06 .cont02 .img02 {
    width: calc(600* (100vw / 750));
    margin-bottom: calc(63* (100vw / 750));
  }
  .sec06 .cont02 .cont02_txt {
    margin-bottom: calc(29* (100vw / 750));
  }
  .sec06 .cont02 .description {
    text-align: justify;
  }
  .sec06 .cont02 .price {
    margin-top: calc(17* (100vw / 750)) !important;
  }
  /* ===================
        　 section07
    =================== */
  .sec07 {
    padding-top: calc(97* (100vw / 750));
    padding-bottom: calc(189* (100vw / 750));
    position: relative;
  }
  .sec07::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .sec07 .cont01 {
    margin-left: 0;
    margin-bottom: calc(91* (100vw / 750));
  }
  .sec07 .cont01 .title h3 {
    width: calc(490* (100vw / 750));
  }
  .sec07 .cont01 .ttl {
    margin-left: calc(163* (100vw / 750));
    letter-spacing: 0;
  }
  .sec07 .cont01 .ttl::before {
    width: calc(220* (100vw / 750));
    height: calc(2* (100vw / 750));
    right: auto;
    left: calc(-245* (100vw / 750));
    top: calc(25* (100vw / 750));
  }
  .sec07 .cont01 .img01 {
    width: calc(500* (100vw / 750));
    margin-bottom: calc(63* (100vw / 750));
    margin-left: calc(220* (100vw / 750));
  }
  .sec07 .cont01 .img01::before {
    width: calc(300* (100vw / 750));
    height: calc(222* (100vw / 750));
    right: auto;
    left: calc(-270* (100vw / 750));
    bottom: calc(-103* (100vw / 750));
  }
  .sec07 .cont01 .left {
    margin-top: 0;
    margin-left: calc(141* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .sec07 .cont01 .left .item {
    letter-spacing: -0.17em;
  }
  .sec07 .cont01 .right {
    position: relative;
  }
  .sec07 .cont01 .right .sub-ttl {
    margin-left: calc(130* (100vw / 750));
    margin-bottom: calc(23* (100vw / 750));
  }
  .sec07 .cont01 .right .sub-txt {
    margin-left: calc(130* (100vw / 750));
  }
  .sec07 .cont01 .right .sub-txt span:nth-child(1) {
    letter-spacing: 0.04em;
  }
  .sec07 .cont01 .right .sub-txt span:nth-child(3) {
    letter-spacing: 0;
    margin-left: 0;
  }
  .sec07 .cont01 .right .description {
    width: calc(590* (100vw / 750));
    text-align: justify;
    margin-left: calc(130* (100vw / 750));
  }
  .sec07 .cont01 .right .credit {
    margin-left: calc(130* (100vw / 750));
    margin-top: calc(31* (100vw / 750));
  }
  .sec07 .cont02 {
    margin-left: 0;
    margin-top: 0;
  }
  .sec07 .cont02 .img02 {
    width: calc(600* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
    margin-bottom: calc(62* (100vw / 750));
  }
  .sec07 .cont02 .right {
    margin-top: 0;
    margin-left: calc(30* (100vw / 750));
  }
  .sec07 .cont02 .right .price {
    margin-top: calc(16* (100vw / 750)) !important;
  }
  .sec07 .cont02 .right .description {
    width: calc(600* (100vw / 750));
    text-align: justify;
  }
  .sec08::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .sec08 .img01 {
    width: calc(240* (100vw / 750));
    margin: 0 auto calc(28* (100vw / 750));
  }
  .staff {
    padding-bottom: calc(113* (100vw / 750));
  }
  .staff::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .staff p {
    font-size: calc(24* (100vw / 750));
    letter-spacing: 0.025em;
    line-height: 1.8333;
  }
  .staff p span {
    letter-spacing: 0.03em;
  }
  #style-archive.style-archive {
    padding: calc(220* (100vw / 750)) 0 calc(60* (100vw / 750)) !important;
  }
}
/*# sourceMappingURL=style.css.map */