.featureSect__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .featureSect__head {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .featureSect__head {
    padding: 0 3.2rem;
    width: 100%;
  }
}
.featureSect__marquee {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .featureSect__marquee {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .featureSect__marquee {
    gap: 0.8rem;
  }
}
.featureSect__marquee .autoPlaySlider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .featureSect__cont {
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .featureSect__cont .generalSlider:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .featureSect__cont .generalSlider:not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .featureSect__cont .generalSlider .swiper-slide {
    width: 37.4rem;
  }
}
@media screen and (min-width: 768px) {
  .featureSect__cont .generalSlider--disableMode .swiper-wrapper {
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .featureSect__cont .generalSlider--disableMode .swiper-wrapper {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.featureSect__head + .featureSect__cont {
  margin-top: 8rem;
}

.featureCard {
  border-radius: 2rem;
  color: #231815;
  height: 100%;
  padding: 4rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .featureCard {
    background: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg") top center repeat-y;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .featureCard {
    background: url("../../common/imgs/sp/bg-texture-01.jpg") top center repeat-y;
    background-size: 100% auto;
  }
}
.featureCard__head {
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 1.6rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.featureCard__num {
  display: inline-block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 1.6rem;
  position: relative;
  text-box: trim-both cap alphabetic;
  z-index: 1;
}
.featureCard__num:after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.featureCard__catch {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
.featureCard__num + .featureCard__catch {
  margin-top: 1.6rem;
}
.featureCard__ttl {
  color: #87775E;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-box: trim-both text;
}
.featureCard__txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-box: trim-both text;
}
.featureCard__ttl + .featureCard__txt {
  margin-top: 3.2rem;
}
.featureCard__txt + .photo {
  margin-top: 3.2rem;
}
.featureCard__head + .featureCard__body {
  margin-top: 3.2rem;
}

.featureBtn {
  color: #231815;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .featureBtn {
    background: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg") top center repeat-y;
    background-size: 100% auto;
    border-radius: 1rem;
    padding: 2.4rem 3.2rem;
    width: 37.4rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn {
    background: url("../../common/imgs/sp/bg-texture-01.jpg") top center repeat-y;
    background-size: 100% auto;
    border-radius: 0.5rem;
    padding: 1.2rem 1.6rem;
    width: 18.7rem;
  }
}
.featureBtn__head {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .featureBtn__head {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__head {
    gap: 0.8rem;
  }
}
.featureBtn__ttl {
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .featureBtn__ttl {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__ttl {
    padding: 0.5rem;
  }
}
.featureBtn__ttl .num {
  display: inline-block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  text-box: trim-both cap alphabetic;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .featureBtn__ttl .num {
    font-size: 2.4rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__ttl .num {
    font-size: 1.2rem;
    padding-bottom: 0.4rem;
  }
}
.featureBtn__ttl .num:after {
  background-color: rgba(35, 24, 21, 0.3);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .featureBtn__ttl .num:after {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__ttl .num:after {
    width: 1rem;
  }
}
.featureBtn__ttl .catch {
  display: inline-block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .featureBtn__ttl .catch {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__ttl .catch {
    font-size: 0.4rem;
  }
}
.featureBtn__heading {
  color: #87775E;
  flex: 1;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .featureBtn__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__heading {
    font-size: 1rem;
  }
}
.featureBtn__body {
  aspect-ratio: 326/217;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .featureBtn__body {
    width: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__body {
    width: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__body .photo__caption {
    font-size: 0.8rem;
  }
}
.featureBtn__more {
  align-items: center;
  background: linear-gradient(90deg, #483A33 0%, #72655B 50%, #483A33 100%);
  color: #fff;
  display: flex;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 2rem auto 0;
  position: relative;
  text-box: trim-both cap alphabetic;
  transition: box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, box-shadow;
  z-index: 1;
}
.featureBtn__more::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 30%, transparent 65%);
  content: "";
  filter: blur(8px);
  height: 300%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -100%;
  transform: translateX(-50%) scale(0.8);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  width: 60%;
}
@media screen and (min-width: 768px) {
  .featureBtn__more {
    font-size: 1.4rem;
    height: 3rem;
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .featureBtn__more {
    font-size: 0.7rem;
    height: 1.5rem;
    width: 8.5rem;
  }
}
@media (hover: hover) {
  .featureBtn:hover .featureBtn__more {
    box-shadow: 0 1.2rem 2.4rem rgba(72, 58, 51, 0.35);
    transform: translateY(-0.1rem);
  }
  .featureBtn:hover .featureBtn__more::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.featureDetailModal {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #231815;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 1000;
}
.featureDetailModal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.featureDetailModal__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: visible;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .featureDetailModal__inner {
    padding: 0 1rem;
  }
}
.featureDetailModal__inner::-webkit-scrollbar {
  display: none;
}
.featureDetailModal__stage {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .featureDetailModal__stage {
    gap: 2.4rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .featureDetailModal__stage {
    gap: 0.7rem;
    width: 100%;
  }
}
.featureDetailModal__arrow {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .featureDetailModal__arrow {
    display: block;
  }
}
.featureDetailModal__arrow .arrowSVG {
  display: block;
  width: auto;
}
@media screen and (min-width: 768px) {
  .featureDetailModal__arrow .arrowSVG {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .featureDetailModal__arrow .arrowSVG {
    height: 4rem;
  }
}
.featureDetailModal__box {
  position: relative;
  width: 32.6rem;
  z-index: 1;
}
.featureDetailModal__close {
  align-items: center;
  aspect-ratio: 1/1;
  background: rgba(34, 34, 34, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .featureDetailModal__close {
    right: 0;
    width: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .featureDetailModal__close {
    right: 0;
    width: 3rem;
  }
}
.featureDetailModal__close .closeSVG {
  display: block;
  height: auto;
  width: 1.7rem;
}
@media (hover: hover) {
  .featureDetailModal__close:hover {
    opacity: 0.6;
  }
}
.featureDetailModal__slider {
  position: relative;
  width: 100%;
}
.featureDetailModal__slider .swiper {
  overflow: hidden;
}
.featureDetailModal__slider .swiper-slide {
  height: auto;
}
.featureDetailModal__slider .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.featureDetailModal__slider .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.featureDetailModal__slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.featureDetailModal__slider .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.featureDetailModal__slider--disableMode .featureDetailModal__arrow {
  display: none;
}

.feature-detail {
  padding: 10rem 0;
}
/*# sourceMappingURL=style.css.map */
