@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
  opacity: 0;
  transition: 0.3s;
  padding-bottom: calc(136 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature {
    padding-bottom: 136px;
  }
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .js_anime figure {
  opacity: 0;
  transition: all ease 1s;
}
#feature .js_anime .is_nomber path {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#feature .js_anime .is_nomber path:nth-child(3) {
  transition-delay: 100ms;
}
#feature .js_anime .is_nomber path:nth-child(4) {
  transition-delay: 200ms;
}
#feature .js_anime .is_nomber path:nth-child(5) {
  transition-delay: 300ms;
}
#feature .js_anime .is_nomber path:nth-child(6) {
  transition-delay: 400ms;
}
#feature .js_anime .is_nomber path:nth-child(7) {
  transition-delay: 500ms;
}
#feature .js_anime .is_nomber path:nth-child(1) {
  transition-delay: 600ms;
}
#feature .js_anime .is_nomber path:nth-child(2) {
  transition-delay: 700ms;
}
#feature .js_anime .is_line {
  opacity: 0;
}
#feature .js_anime .is_line::after {
  opacity: 0;
}
#feature .js_anime.is_show figure {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}
#feature .js_anime.is_show .is_nomber path {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#feature .js_anime.is_show .is_line {
  animation-name: slideTextX100;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
#feature .js_anime.is_show .is_line::after {
  animation-name: slideTextX-100;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
#feature .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__imgarea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#feature .hero .hero__img {
  width: calc(1200 * var(--vw) / 1400);
  max-width: 1200px;
}
#feature .hero .hero__ttl {
  width: calc(347 * var(--vw) / 1400);
  max-width: 347px;
  position: absolute;
  z-index: 2;
  bottom: calc(79 * var(--vw) / 1400);
  left: calc(63 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__ttl {
    bottom: 79px;
    left: 63px;
  }
}
#feature .hero .hero__ttl figure {
  background-color: transparent;
}
#feature .hero .hero__txt {
  margin-top: calc(57 * var(--vw) / 1400);
  font-size: calc(14 * var(--vw) / 1400);
  line-height: calc(30 * var(--vw) / 1400);
  letter-spacing: 0.16em;
  color: #58595b;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt {
    margin-top: 57px;
    font-size: 14px;
    line-height: 30px;
  }
}
#feature .hero .hero__txt p:nth-child(2) {
  margin-top: calc(19 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt p:nth-child(2) {
    margin-top: 19px;
  }
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  pointer-events: auto;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "sigurd-variable", sans-serif;
  letter-spacing: 0.065em;
  color: #a5a4a0;
  font-weight: 400;
  white-space: nowrap;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(21 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 12px;
    line-height: 21px;
  }
}
#feature .sec .sec__credit.sec__credit01 {
  bottom: calc(-6 * var(--vw) / 1400);
  right: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 {
    bottom: -6px;
    right: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit01 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(-6 * var(--vw) / 1400);
  left: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 {
    bottom: -6px;
    left: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 26 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit04 {
  top: calc(100% + 26 * var(--vw) / 1400);
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit04 {
    top: calc(100% + 26px);
  }
}
#feature .sec .sec__credit.sec__credit05 {
  bottom: calc(-6 * var(--vw) / 1400);
  right: calc(100% + 30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit05 {
    bottom: -6px;
    right: calc(100% + 30px);
  }
}
#feature .sec .sec__credit.sec__credit05 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
  pointer-events: none;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__flex .sec__contents {
  pointer-events: none;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(560 * var(--vw) / 1400);
  max-width: 560px;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(380 * var(--vw) / 1400);
  max-width: 380px;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(360 * var(--vw) / 1400);
  max-width: 360px;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(530 * var(--vw) / 1400);
  max-width: 530px;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(440 * var(--vw) / 1400);
  max-width: 440px;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(460 * var(--vw) / 1400);
  max-width: 460px;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(540 * var(--vw) / 1400);
  max-width: 540px;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(340 * var(--vw) / 1400);
  max-width: 340px;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(340 * var(--vw) / 1400);
  max-width: 340px;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(560 * var(--vw) / 1400);
  max-width: 560px;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(520 * var(--vw) / 1400);
  max-width: 520px;
}
#feature .sec .sec__no {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__no.sec__no01 {
  width: calc(104 * var(--vw) / 1400);
  max-width: 104px;
}
#feature .sec .sec__no.sec__no02 {
  width: calc(119 * var(--vw) / 1400);
  max-width: 119px;
}
#feature .sec .sec__no.sec__no03 {
  width: calc(116 * var(--vw) / 1400);
  max-width: 116px;
}
#feature .sec .sec__no.sec__no04 {
  width: calc(122 * var(--vw) / 1400);
  max-width: 122px;
}
#feature .sec .sec__no.sec__no05 {
  width: calc(114 * var(--vw) / 1400);
  max-width: 114px;
}
#feature .sec .sec__line {
  height: 1px;
  position: absolute;
  overflow: hidden;
}
#feature .sec .sec__line::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a5a4a0;
  position: absolute;
  top: 0;
  left: 0;
}
#feature .sec .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec.sec01 {
  margin-top: calc(102 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    margin-top: 102px;
  }
}
#feature .sec.sec01::after {
  content: "";
  width: 100%;
  height: calc(850 * var(--vw) / 1400);
  max-height: 850px;
  background-color: #fcf3d9;
  position: absolute;
  top: calc(1225 * var(--vw) / 1400);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01::after {
    top: 1225px;
  }
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin: 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(80 * var(--vw) / 1400) 0 0 calc(300 * var(--vw) / 1400);
  z-index: 3;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 80px 0 0 300px;
  }
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(-130 * var(--vw) / 1400) 0 0 calc(30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin: -130px 0 0 30px;
  }
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin: calc(270 * var(--vw) / 1400) 0 0 calc(410 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin: 270px 0 0 410px;
  }
}
#feature .sec.sec01 .sec__no {
  top: calc(50 * var(--vw) / 1400);
  right: calc(-152 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__no {
    top: 50px;
    right: -152px;
  }
}
#feature .sec.sec01 .sec__line {
  width: calc(195 * var(--vw) / 1400);
  max-width: 195px;
  top: calc(130 * var(--vw) / 1400);
  right: calc(-155 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__line {
    top: 130px;
    right: -155px;
  }
}
#feature .sec.sec02 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    margin-top: 160px;
  }
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: 0 0 0 calc(240 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img05 {
    margin: 0 0 0 240px;
  }
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin: calc(250 * var(--vw) / 1400) 0 0 calc(40 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img06 {
    margin: 250px 0 0 40px;
  }
}
#feature .sec.sec02 .sec__no {
  top: calc(41 * var(--vw) / 1400);
  left: calc(-169 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__no {
    top: 41px;
    left: -169px;
  }
}
#feature .sec.sec02 .sec__line {
  width: calc(166 * var(--vw) / 1400);
  max-width: 166px;
  top: calc(122 * var(--vw) / 1400);
  left: calc(-126 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__line {
    top: 122px;
    left: -126px;
  }
}
#feature .sec.sec03 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    margin-top: 160px;
  }
}
#feature .sec.sec03::after {
  content: "";
  width: 100%;
  height: calc(720 * var(--vw) / 1400);
  max-height: 720px;
  background-color: #fcf3d9;
  position: absolute;
  top: calc(650 * var(--vw) / 1400);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03::after {
    top: 650px;
  }
}
#feature .sec.sec03 .sec__img.sec__img07 {
  margin: 0 0 0 calc(110 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img07 {
    margin: 0 0 0 110px;
  }
}
#feature .sec.sec03 .sec__img.sec__img08 {
  margin: calc(420 * var(--vw) / 1400) 0 0 calc(260 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img08 {
    margin: 420px 0 0 260px;
  }
}
#feature .sec.sec03 .sec__img.sec__img09 {
  margin: 0 0 0 calc(260 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img09 {
    margin: 0 0 0 260px;
  }
}
#feature .sec.sec03 .sec__no {
  top: calc(51 * var(--vw) / 1400);
  right: calc(-164 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__no {
    top: 51px;
    right: -164px;
  }
}
#feature .sec.sec03 .sec__line {
  width: calc(205 * var(--vw) / 1400);
  max-width: 205px;
  top: calc(132 * var(--vw) / 1400);
  right: calc(-165 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__line {
    top: 132px;
    right: -165px;
  }
}
#feature .sec.sec04 {
  margin-top: calc(160 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 {
    margin-top: 160px;
  }
}
#feature .sec.sec04 .sec__img {
  margin: 0 auto;
}
#feature .sec.sec04 .sec__no {
  top: calc(61 * var(--vw) / 1400);
  left: calc(-172 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__no {
    top: 61px;
    left: -172px;
  }
}
#feature .sec.sec04 .sec__line {
  width: calc(179 * var(--vw) / 1400);
  max-width: 179px;
  top: calc(142 * var(--vw) / 1400);
  left: calc(-129 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__line {
    top: 142px;
    left: -129px;
  }
}
#feature .sec.sec05 {
  margin-top: calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 {
    margin-top: 200px;
  }
}
#feature .sec.sec05 .sec__img.sec__img11 {
  margin: 0 0 0 calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__img.sec__img11 {
    margin: 0 0 0 150px;
  }
}
#feature .sec.sec05 .sec__img.sec__img12 {
  margin: calc(240 * var(--vw) / 1400) 0 0 calc(100 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__img.sec__img12 {
    margin: 240px 0 0 100px;
  }
}
#feature .sec.sec05 .sec__no {
  top: calc(51 * var(--vw) / 1400);
  right: calc(-164 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__no {
    top: 51px;
    right: -164px;
  }
}
#feature .sec.sec05 .sec__line {
  width: calc(206 * var(--vw) / 1400);
  max-width: 206px;
  top: calc(132 * var(--vw) / 1400);
  right: calc(-165 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__line {
    top: 132px;
    right: -165px;
  }
}
#feature .sec.sec05 .sec__btn {
  width: calc(123 * var(--vw) / 1400);
  max-width: 123px;
  position: relative;
  margin: calc(137 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__btn {
    margin: 137px auto 0;
  }
}
#feature .sec.sec05 .sec__btn a {
  font-family: "sigurd-variable", sans-serif;
  font-size: calc(22 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  border-bottom: 3px double #58595B;
  letter-spacing: 0.065em;
  color: #58595B;
  font-weight: 400;
  white-space: nowrap;
  padding-left: calc(2 * var(--vw) / 1400);
  padding-bottom: calc(1 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__btn a {
    font-size: 22px;
    line-height: 28px;
    padding-left: 2px;
    padding-bottom: 1px;
  }
}
#feature .sec.sec05 .sec__staff {
  margin: calc(137 * var(--vw) / 1400) auto 0;
  font-family: "sigurd-variable", sans-serif;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(21 * var(--vw) / 1400);
  letter-spacing: 0.08em;
  color: #a5a4a0;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__staff {
    margin: 137px auto 0;
    font-size: 12px;
    line-height: 21px;
  }
}/*# sourceMappingURL=style.css.map */