@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=======================================================================

 インタビュー・収納
 syunou

========================================================================*/
.page-syunou .c-hero {
  position: relative;
}
.page-syunou .c-hero .ttl {
  z-index: 2;
  width: 40%;
  top: 15%;
}
@media screen and (max-width: 1000px) {
  .page-syunou .c-hero .ttl {
    width: 55%;
    max-width: 380px;
    top: 40px;
    left: 5%;
    right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .c-hero .ttl {
    font-size: 1.8rem;
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .c-hero .ttl {
    width: 50%;
    font-size: 1.3rem;
    top: 18%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.page-syunou .c-hero .txt {
  z-index: 2;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(19vw - 100px);
  margin: auto;
  width: 93%;
  font-size: 40px;
  font-size: 2.5vw;
  color: #fff;
  line-height: 2.0526315789;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 5px #ac7f43, 0px 0px 10px #ac7f43;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .c-hero .txt {
    font-size: 2.8rem;
    line-height: 1.8;
    top: 54%;
    left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .c-hero .txt {
    font-size: 17px;
    font-size: 4.6575342466vw;
    line-height: 1.9;
    top: 56%;
    left: 6vw;
    letter-spacing: 0.05em;
  }
}
.page-syunou .c-hero .txt__profile {
  z-index: 3;
  position: absolute;
  bottom: 30px;
  right: 40px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 7px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .c-hero .txt__profile {
    bottom: 15px;
    right: 20px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .c-hero .txt__profile {
    display: none;
  }
}
.page-syunou .c-hero .c-hero__img {
  position: relative;
}
.page-syunou .c-hero .c-hero__img::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  width: 100%;
  height: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .c-hero .c-hero__img {
    height: 360px;
  }
  .page-syunou .c-hero .c-hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.page-syunou .l-captArea {
  background-color: #fbf8f5;
}
.page-syunou .syunou__main {
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.page-syunou .syunou__main .txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__main .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__main .txt {
    letter-spacing: 0.08em;
  }
}
.page-syunou .syunou__content {
  background-color: #fbf8f5;
}
.page-syunou .syunou__content .inner {
  width: 93%;
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .inner {
    width: 90%;
  }
}
.page-syunou .syunou__content .syunou-block .syunou-block__ttl {
  font-size: 3rem;
  color: #ac7f43;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__ttl {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__ttl {
    font-size: 1.9rem;
    line-height: 1.9;
  }
}
.page-syunou .syunou__content .syunou-block .syunou-block__ttl + .syunou-block__txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__ttl + .syunou-block__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__ttl + .syunou-block__txt {
    margin-top: 10px;
  }
  .page-syunou .syunou__content .syunou-block .syunou-block__ttl + .syunou-block__txt br {
    display: none;
  }
}
.page-syunou .syunou__content .syunou-block .syunou-block__txt {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__txt {
    font-size: 1.45rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .syunou-block__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-syunou .syunou__content .syunou-block .txtArea {
  z-index: 2;
  position: relative;
  width: 50.8474576271%;
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .txtArea {
    width: 100%;
  }
}
.page-syunou .syunou__content .syunou-block .imgArea {
  display: block;
  width: 44.9152542373%;
  position: relative;
  margin-left: auto;
  margin-right: -3.8%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block .imgArea {
    width: 45.7627118644%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .imgArea {
    width: 75%;
    margin-top: 22px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.page-syunou .syunou__content .syunou-block .imgArea img {
  -webkit-box-shadow: -40px 40px 0px #f3ece3;
          box-shadow: -40px 40px 0px #f3ece3;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block .imgArea img {
    -webkit-box-shadow: -20px 20px 0px #f3ece3;
            box-shadow: -20px 20px 0px #f3ece3;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block .imgArea img {
    -webkit-box-shadow: -20px 20px 0px #f3ece3;
            box-shadow: -20px 20px 0px #f3ece3;
  }
}
.page-syunou .syunou__content .syunou-block.reverse .imgArea {
  margin-left: -3.8%;
  margin-right: auto;
}
.page-syunou .syunou__content .syunou-block.reverse .imgArea img {
  -webkit-box-shadow: 40px 40px 0px #f3ece3;
          box-shadow: 40px 40px 0px #f3ece3;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block.reverse .imgArea img {
    -webkit-box-shadow: 20px 20px 0px #f3ece3;
            box-shadow: 20px 20px 0px #f3ece3;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block.reverse .imgArea img {
    -webkit-box-shadow: 20px 20px 0px #f3ece3;
            box-shadow: 20px 20px 0px #f3ece3;
  }
}
.page-syunou .syunou__content .syunou-block + .syunou-block {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block + .syunou-block {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block + .syunou-block {
    margin-top: 70px;
  }
}
.page-syunou .syunou__content .syunou-block__last {
  width: 85%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-syunou .syunou__content .syunou-block__last {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-syunou .syunou__content .syunou-block__last {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=page-syunou.css.map */