@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

#feature {
  width: 100%;
  margin: 0 auto;
  background-color: #c3c9bc;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #333;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_blur {
  opacity: 0;
  filter: blur(4px);
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  transform: translateZ(0);
  transition: opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1), -webkit-mask-position 1.4s linear;
  transition: opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1), mask-position 1.4s linear;
  transition: opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1), mask-position 1.4s linear, -webkit-mask-position 1.4s linear;
}
#feature .js_anime.is_star svg polygon {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime.is_star svg polygon:nth-child(2) {
  transition-delay: 0.3s;
}
#feature .js_anime.is_star svg polygon:nth-child(3) {
  transition-delay: 0.6s;
}
#feature .js_anime.is_star svg polygon:nth-child(4) {
  transition-delay: 0.9s;
}
#feature .js_anime.is_star svg polygon:nth-child(5) {
  transition-delay: 1.2s;
}
#feature .js_anime.is_star svg polygon:nth-child(6) {
  transition-delay: 1.5s;
}
#feature .js_anime.is_star svg polygon:nth-child(7) {
  transition-delay: 1.8s;
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  filter: blur(0px);
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
#feature .js_anime.is_show.is_star svg polygon {
  opacity: 1;
}
#feature .simple-bar_wrap {
  overflow-x: scroll;
  padding-bottom: calc(27 * var(--vw) * 0.3428571429 / 750);
  scrollbar-width: none;
}
#feature .simple-bar_wrap * {
  scrollbar-width: none;
}

#feature .main {
  display: flex;
  position: relative;
  z-index: 2;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .left .left__txt p:nth-child(1) {
  font-family: "orpheuspro", serif;
  font-size: calc(40 * var(--vw) / 1400);
  line-height: calc(48 * var(--vw) / 1400);
  letter-spacing: 0.027em;
  color: #9e7646;
  position: relative;
  z-index: 2;
}
#feature .main .left .left__txt p:nth-child(2) {
  margin-top: calc(28 * var(--vw) / 1400);
  font-size: calc(14 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.06em;
  color: #9e7646;
  position: relative;
  z-index: 2;
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .right .right__navarea {
  width: calc(260 * var(--vw) / 1400);
  height: -moz-fit-content;
  height: fit-content;
  margin-top: calc(5 * var(--vw) / 1400);
  position: relative;
  z-index: 2;
}
#feature .main .right .right__navarea::before {
  content: "";
  width: calc(260 * var(--vw) / 1400);
  height: calc(2 * var(--vw) / 1400);
  background-image: url(../img/heroline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(14 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#feature .main .right .right__navarea .right__navttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(10 * var(--vw) / 1400);
  margin: 0 auto;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: calc(30.85 * var(--vw) / 1400);
  color: #9e7646;
  letter-spacing: 0.027em;
  background-color: #c3c9bc;
}
#feature .main .right .right__navarea .right__navlist {
  margin-top: calc(16 * var(--vw) / 1400);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(10 * var(--vw) / 1400);
  position: relative;
  z-index: 2;
}
#feature .main .right .right__navarea .right__navlist .right__navitem {
  width: calc(260 * var(--vw) / 1400);
  height: calc(46 * var(--vw) / 1400);
  position: relative;
}
#feature .main .right .right__navarea .right__navlist .right__navitem a {
  width: 100%;
  height: 100%;
  font-size: calc(11 * var(--vw) / 1400);
  line-height: calc(16.5 * var(--vw) / 1400);
  letter-spacing: 0.12em;
  color: #9e7646;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: calc(8 * var(--vw) / 1400);
}
#feature .main .right .right__navarea .right__navlist .right__navitem a span {
  letter-spacing: 0.06em;
}
#feature .main .right .right__navarea .right__navlist .right__navitem a::after {
  content: "";
  width: calc(10 * var(--vw) / 1400);
  height: calc(6 * var(--vw) / 1400);
  background-image: url(../img/pc-arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: calc(14 * var(--vw) / 1400);
  transform: translate(0, 50%);
}
#feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) {
  height: calc(52 * var(--vw) / 1400);
}
#feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7)::after {
  content: "";
  width: calc(250 * var(--vw) / 1400);
  height: calc(42 * var(--vw) / 1400);
  border: 1px solid #9e7646;
  border-radius: calc(8 * var(--vw) / 1400);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}
#feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) a {
  font-family: "orpheuspro", serif;
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(16.15 * var(--vw) / 1400);
  letter-spacing: 0.05em;
}
#feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) a::after {
  content: "";
  width: calc(6 * var(--vw) / 1400);
  height: calc(10 * var(--vw) / 1400);
  background-image: url(../img/pc-arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: calc(14 * var(--vw) / 1400);
  transform: translate(0, 50%);
}
#feature .main .center {
  width: calc(480 * var(--vw) / 1400);
  background-color: #c3c9bc;
  position: relative;
  overflow-x: clip;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__ttl {
  margin-top: calc(72 * var(--vw) * 0.3428571429 / 750);
  font-family: "orpheuspro", serif;
  font-size: calc(80 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(96 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.027em;
  color: #9e7646;
  position: relative;
  z-index: 2;
}
#feature .hero .hero__txt {
  margin-top: calc(40 * var(--vw) * 0.3428571429 / 750);
  position: relative;
  z-index: 2;
}
#feature .hero .hero__txt p:nth-child(1) {
  font-size: calc(30 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(72 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.06em;
  color: #9e7646;
}
#feature .hero .hero__txt p:nth-child(2) {
  margin-top: calc(46 * var(--vw) * 0.3428571429 / 750);
  font-size: calc(26 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(52 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.06em;
}
#feature .hero .hero__navarea {
  margin-top: calc(94 * var(--vw) * 0.3428571429 / 750);
  position: relative;
  z-index: 2;
}
#feature .hero .hero__navarea::before {
  content: "";
  width: calc(690 * var(--vw) * 0.3428571429 / 750);
  height: calc(4 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/heroline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(34 * var(--vw) * 0.3428571429 / 750);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#feature .hero .hero__navarea .hero__navttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(16 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(46 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(76.41 * var(--vw) * 0.3428571429 / 750);
  color: #9e7646;
  letter-spacing: 0.027em;
  background-color: #c3c9bc;
}
#feature .hero .hero__navlist {
  margin-top: calc(38 * var(--vw) * 0.3428571429 / 750);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * var(--vw) * 0.3428571429 / 750);
  position: relative;
  z-index: 2;
}
#feature .hero .hero__navlist .hero__navitem {
  width: calc(335 * var(--vw) * 0.3428571429 / 750);
  height: calc(150 * var(--vw) * 0.3428571429 / 750);
  position: relative;
}
#feature .hero .hero__navlist .hero__navitem a {
  width: 100%;
  height: 100%;
  padding-top: calc(22 * var(--vw) * 0.3428571429 / 750);
  font-size: calc(22 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(36.3 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.12em;
  color: #9e7646;
  position: relative;
  background-color: #fff;
  border-radius: calc(20 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem a span {
  letter-spacing: 0.06em;
}
#feature .hero .hero__navlist .hero__navitem a::after {
  content: "";
  width: calc(24 * var(--vw) * 0.3428571429 / 750);
  height: calc(14 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(18 * var(--vw) * 0.3428571429 / 750);
  right: 50%;
  transform: translate(50%, 0);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(5) {
  height: calc(160 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(5) a {
  padding-top: calc(16 * var(--vw) * 0.3428571429 / 750);
  font-size: calc(22 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(33 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(6) {
  height: calc(160 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(6) a {
  padding-top: calc(28 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(7) {
  width: calc(690 * var(--vw) * 0.3428571429 / 750);
}
#feature .hero .hero__navlist .hero__navitem:nth-child(7)::after {
  content: "";
  width: calc(670 * var(--vw) * 0.3428571429 / 750);
  height: calc(130 * var(--vw) * 0.3428571429 / 750);
  border: 1px solid #9e7646;
  border-radius: calc(20 * var(--vw) * 0.3428571429 / 750);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}
#feature .hero .hero__navlist .hero__navitem:nth-child(7) a {
  padding-top: calc(60 * var(--vw) * 0.3428571429 / 750);
  font-family: "orpheuspro", serif;
  font-size: calc(32 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(40 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.05em;
}
#feature .hero .hero__navlist .hero__navitem:nth-child(7) a::after {
  content: "";
  width: calc(14 * var(--vw) * 0.3428571429 / 750);
  height: calc(24 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: calc(50 * var(--vw) * 0.3428571429 / 750);
  transform: translate(0, 50%);
}
#feature .hero .hero__icon.hero__icon01 {
  width: calc(702 * var(--vw) * 0.3428571429 / 750);
  position: absolute;
  top: calc(974 * var(--vw) * 0.3428571429 / 750);
  left: calc(24 * var(--vw) * 0.3428571429 / 750);
  z-index: 1;
  pointer-events: none;
}
#feature .hero .hero__icon.hero__icon02 {
  width: calc(738 * var(--vw) * 0.3428571429 / 750);
  position: absolute;
  top: calc(1858 * var(--vw) * 0.3428571429 / 750);
  left: calc(8 * var(--vw) * 0.3428571429 / 750);
  z-index: 1;
  pointer-events: none;
}
#feature .sec {
  position: relative;
  z-index: 2;
  scroll-margin-top: calc(80px + 50 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: calc(100% + 24 * var(--vw) * 0.3428571429 / 750);
  left: 0;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p.txt {
  font-size: calc(20 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(32 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.14em;
  text-align: left;
  word-break: break-all;
}
#feature .sec .sec__credit .credit .item .link p.price {
  margin-top: calc(6 * var(--vw) * 0.3428571429 / 750);
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: calc(21 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(41.6 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.06em;
  text-align: left;
}
#feature .sec .sec__credit.sec__credit09 {
  width: 90%;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(330 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(330 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img18 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img19 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img20 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img21 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img22 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img23 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img24 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img25 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img26 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img27 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img28 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img29 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img30 {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img31 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img32 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img33 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img34 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img35 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__img.sec__img36 {
  width: calc(240 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(736 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(720 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon03 {
  width: calc(728 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon04 {
  width: calc(730 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon05 {
  width: calc(722 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon06 {
  width: calc(734 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__icon.sec__icon07 {
  width: calc(722 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__lineup {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-size: calc(40 * var(--vw) * 0.3428571429 / 750);
  line-height: 1;
  color: #9e7646;
  letter-spacing: 0.027em;
}
#feature .sec .sec__line {
  width: calc(634 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
}
#feature .sec .sec__ttl {
  font-size: calc(42 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(71.4 * var(--vw) * 0.3428571429 / 750);
  color: #9e7646;
  letter-spacing: 0.06em;
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(48 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.06em;
}
#feature .sec .sec__btn {
  width: calc(630 * var(--vw) * 0.3428571429 / 750);
  height: calc(120 * var(--vw) * 0.3428571429 / 750);
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__btn a {
  width: 100%;
  height: 100%;
  border-radius: calc(20 * var(--vw) * 0.3428571429 / 750);
  font-size: calc(26 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(120 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #9e7646;
  position: relative;
}
#feature .sec .sec__btn a span {
  letter-spacing: 0.06em;
}
#feature .sec .sec__btn a::after {
  content: "";
  width: calc(14 * var(--vw) * 0.3428571429 / 750);
  height: calc(24 * var(--vw) * 0.3428571429 / 750);
  background-image: url(../img/arrow03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: calc(38 * var(--vw) * 0.3428571429 / 750);
  transform: translate(0, 50%);
}
#feature .sec .sec__staff {
  width: calc(618 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .sec__scrollarea {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
#feature .sec .sec__scrollarea .sec__scrollareainner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(35 * var(--vw) * 0.3428571429 / 750);
  display: flex;
  gap: 0 calc(20 * var(--vw) * 0.3428571429 / 750);
  flex-wrap: nowrap;
}
#feature .sec .simplebar-track.simplebar-horizontal {
  height: calc(10 * var(--vw) * 0.3428571429 / 750);
  width: calc(420 * var(--vw) * 0.3428571429 / 750);
  background: #fff;
  margin: auto;
  border-radius: calc(5 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: calc(10 * var(--vw) * 0.3428571429 / 750);
  border-radius: calc(5 * var(--vw) * 0.3428571429 / 750);
  background-color: #9e7646;
}
#feature .sec .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  width: calc(100 * var(--vw) * 0.3428571429 / 750);
  background: #9e7646;
}
#feature .sec .sec__name {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(20 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(32 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.14em;
  text-align: left;
  position: absolute;
  top: calc(100% + 24 * var(--vw) * 0.3428571429 / 750);
  left: 0;
  z-index: 20;
}
#feature .sec.sec01 {
  margin-top: calc(222 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__icon {
  top: calc(-18 * var(--vw) * 0.3428571429 / 750);
  left: calc(6 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin: calc(44 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec01 .sec__txt {
  margin-top: calc(48 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec01 .sec__flex {
  width: calc(680 * var(--vw) * 0.3428571429 / 750);
  margin: calc(48 * var(--vw) * 0.3428571429 / 750) auto 0;
  justify-content: space-between;
}
#feature .sec.sec01 .sec__btn {
  margin-top: calc(214 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 {
  margin-top: calc(222 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__icon {
  top: calc(-136 * var(--vw) * 0.3428571429 / 750);
  left: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin: calc(44 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec02 .sec__txt {
  margin-top: calc(48 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__scrollarea {
  margin-top: calc(50 * var(--vw) * 0.3428571429 / 750);
  padding-bottom: calc(192 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec02 .sec__btn {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 {
  margin-top: calc(220 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__icon {
  top: calc(-152 * var(--vw) * 0.3428571429 / 750);
  left: calc(12 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__img.sec__img11 {
  margin: calc(46 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec03 .sec__txt {
  margin-top: calc(46 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__scrollarea {
  margin-top: calc(50 * var(--vw) * 0.3428571429 / 750);
  padding-bottom: calc(224 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec03 .sec__btn {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 {
  margin-top: calc(222 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__icon {
  top: calc(-154 * var(--vw) * 0.3428571429 / 750);
  left: calc(16 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__img.sec__img17 {
  margin: calc(44 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec04 .sec__txt {
  margin-top: calc(46 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__scrollarea {
  margin-top: calc(48 * var(--vw) * 0.3428571429 / 750);
  padding-bottom: calc(226 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec04 .sec__btn {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 {
  margin-top: calc(220 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__icon {
  top: calc(-96 * var(--vw) * 0.3428571429 / 750);
  left: calc(10 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__img.sec__img24 {
  margin: calc(44 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec05 .sec__txt {
  margin-top: calc(48 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__scrollarea {
  margin-top: calc(50 * var(--vw) * 0.3428571429 / 750);
  padding-bottom: calc(320 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__btn {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec05 .sec__credit .credit .item .link p.txt {
  letter-spacing: 0.1em;
}
#feature .sec.sec06 {
  padding-bottom: calc(100 * var(--vw) * 0.3428571429 / 750);
  margin-top: calc(222 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__icon.sec__icon06 {
  top: calc(-126 * var(--vw) * 0.3428571429 / 750);
  left: calc(10 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__icon.sec__icon07 {
  top: calc(876 * var(--vw) * 0.3428571429 / 750);
  left: calc(10 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__line {
  margin-top: calc(24 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__ttl {
  margin-top: calc(44 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__img.sec__img30 {
  margin: calc(42 * var(--vw) * 0.3428571429 / 750) auto 0;
}
#feature .sec.sec06 .sec__txt {
  margin-top: calc(48 * var(--vw) * 0.3428571429 / 750);
  padding-left: calc(34 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__scrollarea {
  margin-top: calc(50 * var(--vw) * 0.3428571429 / 750);
  padding-bottom: calc(120 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__btn.sec__btn06 {
  margin-top: calc(60 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__btn.sec__btn07 {
  height: calc(140 * var(--vw) * 0.3428571429 / 750);
  margin-top: calc(100 * var(--vw) * 0.3428571429 / 750);
}
#feature .sec.sec06 .sec__btn.sec__btn07::after {
  content: "";
  width: calc(612 * var(--vw) * 0.3428571429 / 750);
  height: calc(122 * var(--vw) * 0.3428571429 / 750);
  border: 1px solid #9e7646;
  border-radius: calc(20 * var(--vw) * 0.3428571429 / 750);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}
#feature .sec.sec06 .sec__btn.sec__btn07 a {
  font-family: "orpheuspro", serif;
  font-size: calc(32 * var(--vw) * 0.3428571429 / 750);
  line-height: calc(140 * var(--vw) * 0.3428571429 / 750);
  letter-spacing: 0.035em;
  background-color: #fff;
  color: #9e7646;
}
#feature .sec.sec06 .sec__btn.sec__btn07 a::after {
  background-image: url(../img/arrow04.svg);
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    position: relative;
    z-index: 2;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .left .left__txt p:nth-child(1) {
    font-family: "orpheuspro", serif;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.027em;
    color: #9e7646;
    position: relative;
    z-index: 2;
  }
  #feature .main .left .left__txt p:nth-child(2) {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #9e7646;
    position: relative;
    z-index: 2;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .right .right__navarea {
    width: 260px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5px;
    position: relative;
    z-index: 2;
  }
  #feature .main .right .right__navarea::before {
    content: "";
    width: 260px;
    height: 2px;
    background-image: url(../img/heroline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #feature .main .right .right__navarea .right__navttl {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    margin: 0 auto;
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30.85px;
    color: #9e7646;
    letter-spacing: 0.027em;
    background-color: #c3c9bc;
  }
  #feature .main .right .right__navarea .right__navlist {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem {
    width: 260px;
    height: 46px;
    position: relative;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem a {
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.12em;
    color: #9e7646;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem a span {
    letter-spacing: 0.06em;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem a::after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../img/pc-arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    right: 14px;
    transform: translate(0, 50%);
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) {
    height: 52px;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7)::after {
    content: "";
    width: 250px;
    height: 42px;
    border: 1px solid #9e7646;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) a {
    font-family: "orpheuspro", serif;
    font-size: 13px;
    line-height: 16.15px;
    letter-spacing: 0.05em;
  }
  #feature .main .right .right__navarea .right__navlist .right__navitem:nth-child(7) a::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../img/pc-arrow02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    right: 14px;
    transform: translate(0, 50%);
  }
  #feature .main .center {
    width: 480px;
    background-color: #c3c9bc;
    position: relative;
    overflow-x: clip;
  }
  #feature {
    /*メインビジュアル（.hero)
    ----------------------------*/
  }
  #feature .hero {
    position: relative;
  }
  #feature .hero .hero__ttl {
    margin-top: 46.08px;
    font-family: "orpheuspro", serif;
    font-size: 51.2px;
    line-height: 61.44px;
    letter-spacing: 0.027em;
    color: #9e7646;
    position: relative;
    z-index: 2;
  }
  #feature .hero .hero__txt {
    margin-top: 25.6px;
    position: relative;
    z-index: 2;
  }
  #feature .hero .hero__txt p:nth-child(1) {
    font-size: 19.2px;
    line-height: 46.08px;
    letter-spacing: 0.06em;
    color: #9e7646;
  }
  #feature .hero .hero__txt p:nth-child(2) {
    margin-top: 29.44px;
    font-size: 16.64px;
    line-height: 33.28px;
    letter-spacing: 0.06em;
  }
  #feature .hero .hero__navarea {
    margin-top: 60.16px;
    position: relative;
    z-index: 2;
  }
  #feature .hero .hero__navarea::before {
    content: "";
    width: 441.6px;
    height: 2.56px;
    background-image: url(../img/heroline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 21.76px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #feature .hero .hero__navarea .hero__navttl {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10.24px;
    margin: 0 auto;
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 29.44px;
    line-height: 48.9024px;
    color: #9e7646;
    letter-spacing: 0.027em;
    background-color: #c3c9bc;
  }
  #feature .hero .hero__navlist {
    margin-top: 24.32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12.8px;
    position: relative;
    z-index: 2;
  }
  #feature .hero .hero__navlist .hero__navitem {
    width: 214.4px;
    height: 96px;
    position: relative;
  }
  #feature .hero .hero__navlist .hero__navitem a {
    width: 100%;
    height: 100%;
    padding-top: 14.08px;
    font-size: 14.08px;
    line-height: 23.232px;
    letter-spacing: 0.12em;
    color: #9e7646;
    position: relative;
    background-color: #fff;
    border-radius: 12.8px;
  }
  #feature .hero .hero__navlist .hero__navitem a span {
    letter-spacing: 0.06em;
  }
  #feature .hero .hero__navlist .hero__navitem a::after {
    content: "";
    width: 15.36px;
    height: 8.96px;
    background-image: url(../img/arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 11.52px;
    right: 50%;
    transform: translate(50%, 0);
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(5) {
    height: 102.4px;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(5) a {
    padding-top: 10.24px;
    font-size: 14.08px;
    line-height: 21.12px;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(6) {
    height: 102.4px;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(6) a {
    padding-top: 17.92px;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(7) {
    width: 441.6px;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(7)::after {
    content: "";
    width: 428.8px;
    height: 83.2px;
    border: 1px solid #9e7646;
    border-radius: 12.8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(7) a {
    padding-top: 38.4px;
    font-family: "orpheuspro", serif;
    font-size: 20.48px;
    line-height: 25.6px;
    letter-spacing: 0.05em;
  }
  #feature .hero .hero__navlist .hero__navitem:nth-child(7) a::after {
    content: "";
    width: 8.96px;
    height: 15.36px;
    background-image: url(../img/arrow02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    right: 32px;
    transform: translate(0, 50%);
  }
  #feature .hero .hero__icon.hero__icon01 {
    width: 449.28px;
    position: absolute;
    top: 623.36px;
    left: 15.36px;
    z-index: 1;
    pointer-events: none;
  }
  #feature .hero .hero__icon.hero__icon02 {
    width: 472.32px;
    position: absolute;
    top: 1189.12px;
    left: 5.12px;
    z-index: 1;
    pointer-events: none;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
    scroll-margin-top: 112px;
  }
  #feature .sec .sec__credit {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: calc(100% + 15.36px);
    left: 0;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p.txt {
    font-size: 12.8px;
    line-height: 20.48px;
    letter-spacing: 0.14em;
    text-align: left;
    word-break: break-all;
  }
  #feature .sec .sec__credit .credit .item .link p.price {
    margin-top: 3.84px;
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-size: 13.44px;
    line-height: 26.624px;
    letter-spacing: 0.06em;
    text-align: left;
  }
  #feature .sec .sec__credit.sec__credit09 {
    width: 90%;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 211.2px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 211.2px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img18 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img19 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img20 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img21 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img22 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img23 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img24 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img25 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img26 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img27 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img28 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img29 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img30 {
    width: 403.2px;
  }
  #feature .sec .sec__img.sec__img31 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img32 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img33 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img34 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img35 {
    width: 153.6px;
  }
  #feature .sec .sec__img.sec__img36 {
    width: 153.6px;
  }
  #feature .sec .sec__icon {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
  #feature .sec .sec__icon.sec__icon01 {
    width: 471.04px;
  }
  #feature .sec .sec__icon.sec__icon02 {
    width: 460.8px;
  }
  #feature .sec .sec__icon.sec__icon03 {
    width: 465.92px;
  }
  #feature .sec .sec__icon.sec__icon04 {
    width: 467.2px;
  }
  #feature .sec .sec__icon.sec__icon05 {
    width: 462.08px;
  }
  #feature .sec .sec__icon.sec__icon06 {
    width: 469.76px;
  }
  #feature .sec .sec__icon.sec__icon07 {
    width: 462.08px;
  }
  #feature .sec .sec__lineup {
    font-family: "orpheuspro", serif;
    font-weight: 500;
    font-size: 25.6px;
    line-height: 1;
    color: #9e7646;
    letter-spacing: 0.027em;
  }
  #feature .sec .sec__line {
    width: 405.76px;
    margin: 0 auto;
  }
  #feature .sec .sec__ttl {
    font-size: 26.88px;
    line-height: 45.696px;
    color: #9e7646;
    letter-spacing: 0.06em;
  }
  #feature .sec .sec__txt {
    font-size: 15.36px;
    line-height: 30.72px;
    letter-spacing: 0.06em;
  }
  #feature .sec .sec__btn {
    width: 403.2px;
    height: 76.8px;
    margin: 0 auto;
    position: relative;
  }
  #feature .sec .sec__btn a {
    width: 100%;
    height: 100%;
    border-radius: 12.8px;
    font-size: 16.64px;
    line-height: 76.8px;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #9e7646;
    position: relative;
  }
  #feature .sec .sec__btn a span {
    letter-spacing: 0.06em;
  }
  #feature .sec .sec__btn a::after {
    content: "";
    width: 8.96px;
    height: 15.36px;
    background-image: url(../img/arrow03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    right: 24.32px;
    transform: translate(0, 50%);
  }
  #feature .sec .sec__staff {
    width: 395.52px;
  }
  #feature .sec .sec__scrollarea {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #feature .sec .sec__scrollarea .sec__scrollareainner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 22.4px;
    display: flex;
    gap: 0 12.8px;
    flex-wrap: nowrap;
  }
  #feature .sec .simplebar-track.simplebar-horizontal {
    height: 6.4px;
    width: 268.8px;
    background: #fff;
    margin: auto;
    border-radius: 3.2px;
  }
  #feature .sec .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: 6.4px;
    border-radius: 3.2px;
    background-color: #9e7646;
  }
  #feature .sec .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    width: 64px;
    background: #9e7646;
  }
  #feature .sec .sec__name {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12.8px;
    line-height: 20.48px;
    letter-spacing: 0.14em;
    text-align: left;
    position: absolute;
    top: calc(100% + 15.36px);
    left: 0;
    z-index: 20;
  }
  #feature .sec.sec01 {
    margin-top: 142.08px;
  }
  #feature .sec.sec01 .sec__icon {
    top: -11.52px;
    left: 3.84px;
  }
  #feature .sec.sec01 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec01 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin: 28.16px auto 0;
  }
  #feature .sec.sec01 .sec__txt {
    margin-top: 30.72px;
  }
  #feature .sec.sec01 .sec__flex {
    width: 435.2px;
    margin: 30.72px auto 0;
    justify-content: space-between;
  }
  #feature .sec.sec01 .sec__btn {
    margin-top: 136.96px;
  }
  #feature .sec.sec02 {
    margin-top: 142.08px;
  }
  #feature .sec.sec02 .sec__icon {
    top: -87.04px;
    left: 15.36px;
  }
  #feature .sec.sec02 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec02 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec02 .sec__img.sec__img04 {
    margin: 28.16px auto 0;
  }
  #feature .sec.sec02 .sec__txt {
    margin-top: 30.72px;
  }
  #feature .sec.sec02 .sec__scrollarea {
    margin-top: 32px;
    padding-bottom: 122.88px;
  }
  #feature .sec.sec02 .sec__btn {
    margin-top: 38.4px;
  }
  #feature .sec.sec03 {
    margin-top: 140.8px;
  }
  #feature .sec.sec03 .sec__icon {
    top: -97.28px;
    left: 7.68px;
  }
  #feature .sec.sec03 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec03 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec03 .sec__img.sec__img11 {
    margin: 29.44px auto 0;
  }
  #feature .sec.sec03 .sec__txt {
    margin-top: 29.44px;
  }
  #feature .sec.sec03 .sec__scrollarea {
    margin-top: 32px;
    padding-bottom: 143.36px;
  }
  #feature .sec.sec03 .sec__btn {
    margin-top: 38.4px;
  }
  #feature .sec.sec04 {
    margin-top: 142.08px;
  }
  #feature .sec.sec04 .sec__icon {
    top: -98.56px;
    left: 10.24px;
  }
  #feature .sec.sec04 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec04 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec04 .sec__img.sec__img17 {
    margin: 28.16px auto 0;
  }
  #feature .sec.sec04 .sec__txt {
    margin-top: 29.44px;
  }
  #feature .sec.sec04 .sec__scrollarea {
    margin-top: 30.72px;
    padding-bottom: 144.64px;
  }
  #feature .sec.sec04 .sec__btn {
    margin-top: 38.4px;
  }
  #feature .sec.sec05 {
    margin-top: 140.8px;
  }
  #feature .sec.sec05 .sec__icon {
    top: -61.44px;
    left: 6.4px;
  }
  #feature .sec.sec05 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec05 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec05 .sec__img.sec__img24 {
    margin: 28.16px auto 0;
  }
  #feature .sec.sec05 .sec__txt {
    margin-top: 30.72px;
  }
  #feature .sec.sec05 .sec__scrollarea {
    margin-top: 32px;
    padding-bottom: 204.8px;
  }
  #feature .sec.sec05 .sec__btn {
    margin-top: 38.4px;
  }
  #feature .sec.sec05 .sec__credit .credit .item .link p.txt {
    letter-spacing: 0.1em;
  }
  #feature .sec.sec06 {
    padding-bottom: 64px;
    margin-top: 142.08px;
  }
  #feature .sec.sec06 .sec__icon.sec__icon06 {
    top: -80.64px;
    left: 6.4px;
  }
  #feature .sec.sec06 .sec__icon.sec__icon07 {
    top: 560.64px;
    left: 6.4px;
  }
  #feature .sec.sec06 .sec__line {
    margin-top: 15.36px;
  }
  #feature .sec.sec06 .sec__ttl {
    margin-top: 28.16px;
  }
  #feature .sec.sec06 .sec__img.sec__img30 {
    margin: 26.88px auto 0;
  }
  #feature .sec.sec06 .sec__txt {
    margin-top: 30.72px;
    padding-left: 21.76px;
  }
  #feature .sec.sec06 .sec__scrollarea {
    margin-top: 32px;
    padding-bottom: 76.8px;
  }
  #feature .sec.sec06 .sec__btn.sec__btn06 {
    margin-top: 38.4px;
  }
  #feature .sec.sec06 .sec__btn.sec__btn07 {
    height: 89.6px;
    margin-top: 64px;
  }
  #feature .sec.sec06 .sec__btn.sec__btn07::after {
    content: "";
    width: 391.68px;
    height: 78.08px;
    border: 1px solid #9e7646;
    border-radius: 12.8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
  }
  #feature .sec.sec06 .sec__btn.sec__btn07 a {
    font-family: "orpheuspro", serif;
    font-size: 20.48px;
    line-height: 89.6px;
    letter-spacing: 0.035em;
    background-color: #fff;
    color: #9e7646;
  }
  #feature .sec.sec06 .sec__btn.sec__btn07 a::after {
    background-image: url(../img/arrow04.svg);
  }
}/*# sourceMappingURL=style.css.map */