.mainvisual .content {
  margin: 0;
}

.mainvisual_container {
  position: relative;
  overflow: hidden;
}

.mainvisual_text {
  position: absolute;
  top: clamp(38.5rem, 30.2083333333vw, 58rem);
  left: clamp(7.6rem, 6.25vw, 12rem);
  color: #fff;
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .mainvisual_text {
    top: auto;
    bottom: 6.25vw;
    left: 6.25vw;
    font-size: 3.75vw;
    width: 90.625vw;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 640px) {
  .mainvisual .slide_list {
    margin-left: -50vw;
    width: 200vw;
  }
}

.mainvisual .swiper-slide-active .swiper-img,
.mainvisual .swiper-slide-duplicate-active .swiper-img,
.mainvisual .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}

.mainvisual .swiper-slide img {
  height: auto;
  width: 100%;
}

.mainvisual .swiper-slide {
  position: relative;
  aspect-ratio: 1920 / 956;
  /* 画像の実サイズ比率 */
}

.floating_nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50.6rem;
  display: flex;
  z-index: 10;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 640px) {
  .floating_nav {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .mainvisual .swiper-slide {
    aspect-ratio: 16 / 9;
    /* SPだけ比率変えたい場合 */
  }

  .mainvisual .swiper-img {
    position: absolute;
    inset: 0;
  }

  .mainvisual .swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.floating_nav_button {
  width: 3.6rem;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
}


/* テキストの行数を固定して高さブレを無くす（ここが肝） */
.event_swiper .slide_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 2行に固定（必要なら3などに） */
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .floating_nav_button {
    width: 5.625vw;
  }
}

.floating_nav_button span {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-size: 2rem;
  margin-top: 1rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 640px) {
  .floating_nav_button span {
    width: 6.25vw;
    margin-top: 1.5625vw;
  }
}

.floating_nav_button::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: #000 url(../img/common/arrow_white.svg) no-repeat center center;
  background-size: 1.7rem auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .floating_nav_button::after {
    width: 5.625vw;
    height: 5.625vw;
  }
}

.floating_nav_container {
  padding: 0 1rem;
  width: 47rem;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .floating_nav_container {
    width: 92.8853754941%;
  }
}

.floating_nav_item {
  padding: 1.6rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.floating_nav_item>a,
.floating_nav_item>span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}

.floating_nav_item>a {
  padding-right: 1.5em;
  background: url(../img/common/arrow_black.svg) no-repeat right center;
  background-size: 1.5rem auto;
}

.floating_nav_image {
  width: 21.5246636771%;
}

.floating_nav_title {
  font-size: 1.6rem;
}

.floating_nav_text {
  width: 74.4394618834%;
}

.floating_nav_text.-short {
  width: 55.6053811659%;
}

.floating_nav-area {
  width: 7.2rem;
  display: flex;
  flex-direction: column;
}

.floating_nav-area li:first-child {
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.floating_nav-area li:last-child {
  padding-top: 1em;
}

.floating_nav-area li a {
  display: block;
  background: url(../img/common/arrow_black.svg) no-repeat right center;
  background-size: 1.5rem auto;
  font-size: 1.4rem;
}

.floating_nav.-close {
  right: -47.6rem;
}

@media only screen and (max-width: 640px) {
  .floating_nav.-close {
    right: calc(-100% + 5.625vw);
  }
}

.floating_nav.-close .floating_nav_button::after {
  transform: scale(-1, 1);
}

.index_title .en {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-size: 9.2rem;
  font-weight: 100;
  line-height: 1;
}

@media only screen and (max-width: 1580px) {
  .index_title .en {
    font-size: 5.8227848101vw;
  }
}

@media only screen and (max-width: 1200px) {
  .index_title .en {
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 640px) {
  .index_title .en {
    font-size: 8.75vw;
  }
}

.index_title.-middle .en {
  font-size: 8rem;
}

@media only screen and (max-width: 1580px) {
  .index_title.-middle .en {
    font-size: 5.0632911392vw;
  }
}

@media only screen and (max-width: 1200px) {
  .index_title.-middle .en {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 640px) {
  .index_title.-middle .en {
    font-size: 8.75vw;
  }
}

.index_title .jp {
  margin-top: 0.5em;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1580px) {
  .index_title .jp {
    font-size: 1.7721518987vw;
  }
}

@media only screen and (max-width: 1200px) {
  .index_title .jp {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 640px) {
  .index_title .jp {
    font-size: 4.375vw;
  }
}

.index_title.-white {
  color: #fff;
}

.index_text h3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 1580px) {
  .index_text h3 {
    font-size: 2.2784810127vw;
  }
}

@media only screen and (max-width: 1200px) {
  .index_text h3 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 640px) {
  .index_text h3 {
    font-size: 5vw;
  }
}

.index_text p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 1.8rem;
}

@media only screen and (max-width: 1580px) {
  .index_text p {
    font-size: 1.2658227848vw;
    margin-top: 1.1392405063vw;
  }
}

@media only screen and (max-width: 1200px) {
  .index_text p {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.town_container {
  display: flex;
  align-items: flex-end;
  gap: 4.8582995951%;
}

@media only screen and (max-width: 640px) {
  .town_container {
    flex-direction: column;
  }
}

.town_catch {
  margin-left: -6rem;
}

@media only screen and (max-width: 640px) {
  .town_catch {
    margin-left: -3.125vw;
    width: 56.25vw;
  }
}

.town_title {
  margin-bottom: 0.75em;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1390px) {
  .town_title {
    font-size: 2.8776978417vw;
  }
}

@media only screen and (max-width: 1200px) {
  .town_title {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .town_title {
    font-size: 5.625vw;
  }
}

.town_lead {
  margin-bottom: 1em;
  font-size: 3.2rem;
  text-align: center;
}

@media only screen and (max-width: 1390px) {
  .town_lead {
    font-size: 2.3021582734vw;
  }
}

@media only screen and (max-width: 1200px) {
  .town_lead {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 640px) {
  .town_lead {
    font-size: 3.4375vw;
  }
}

.town_image {
  width: 69.2307692308%;
}

@media only screen and (max-width: 640px) {
  .town_image {
    width: 100%;
  }
}

.town_text {
  width: 25.5060728745%;
}

@media only screen and (max-width: 640px) {
  .town_text {
    width: 100%;
  }
}

.town .video_container {
  width: 100%;
  aspect-ratio: 16/9;
}

.town .video_container iframe {
  width: 100%;
  height: 100%;
}

.feature {
  color: #fff;
  overflow: hidden;
}

.feature .content {
  background: url(../img/index/bg_feature.jpg);
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 153rem;
}

@media only screen and (max-width: 1390px) {
  .feature .content {
    height: 106.4748201439vw;
  }
}

@media only screen and (max-width: 1200px) {
  .feature .content {
    height: 128rem;
  }
}

@media only screen and (max-width: 640px) {
  .feature .content {
    padding-bottom: 12.5vw;
    height: initial;
  }
}

.feature .content .button-more {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12.8rem;
}

@media only screen and (max-width: 1580px) {
  .feature .content .button-more {
    bottom: 8.1012658228vw;
  }
}

@media only screen and (max-width: 1200px) {
  .feature .content .button-more {
    bottom: 6.4rem;
  }
}

@media only screen and (max-width: 640px) {
  .feature .content .button-more {
    margin-top: 6.25vw;
    position: static;
  }
}

.feature_title {
  padding: 6rem 9.6rem 6rem 7.2rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 640px) {
  .feature_title {
    padding: 6.25vw;
  }
}

.feature_text {
  margin-top: 9.6rem;
}

@media only screen and (max-width: 640px) {
  .feature_text {
    margin-top: 9.375vw;
  }
}

.feature_slide_container {
  margin: -7.7083333333vw 0 0 0;
  width: 53%;
  overflow: visible;
}

@media only screen and (max-width: 640px) {
  .feature_slide_container {
    margin: 12.5vw 0 0 0;
    width: 100%;
  }
}

.feature_slide_container.is-loop-fixing .swiper-slide {
  transition: none !important;
}

.feature_banner {
  z-index: 0;
  filter: grayscale(1);
  transition: margin-top 1s ease, filter 1s ease;
  background: #000;
}

@media only screen and (max-width: 640px) {
  .feature_banner {
    background: none;
  }
}

.feature_banner a {
  display: block;
}

.feature_banner_label {
  padding: 0.25em 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .feature_banner_label {
    position: static;
    text-align: center;
    background: none;
    line-height: 1.3;
  }
}

.feature_banner a figure {
  transition: transform 0.3s ease;
}

.feature_banner a:hover {
  opacity: 1;
}

.feature .swiper-slide-active {
  z-index: 9;
  filter: grayscale(0);
  opacity: 1;
  margin-top: 33.4rem;
}

@media only screen and (max-width: 640px) {
  .feature .swiper-slide-active {
    margin-top: 0;
  }
}

.feature .-pc.feature_button-next {
  background: url(../img/index/btn_next.svg) no-repeat center center;
  width: 8.8rem;
  height: 8.8rem;
  position: fixed;
  left: -4.4rem;
  top: -4.4rem;
  transition: transform 0.5s ease-out;
  z-index: 999;
  color: transparent;
}

.feature .-pc.feature_button-next::after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .feature .-pc.feature_button-next {
    position: static;
  }
}

@media only screen and (max-width: 640px) {
  .feature .-sp.siwper_nav_container {
    margin-top: 6.25vw;
    display: flex !important;
  }
}

.feature .button-more {
  text-align: center;
  margin-top: 10rem;
}

.feature .button-more a {
  border-color: #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 1.4rem 2.1rem 1.4rem 0;
}

@media only screen and (max-width: 640px) {
  .feature .button-more a {
    font-size: 3.75vw;
  }
}

.feature .button-more a::after {
  background-image: url("../img/index/icon_arrow-white.png");
}

.feature .feature_button-next {
  opacity: 1;
  transition: opacity 0.5s;
}

.feature .feature_button-next.is-hide {
  opacity: 0;
  pointer-events: none;
}

.feature_slide_container {
  position: relative;
  height: 43.5416666667vw;
}

@media only screen and (max-width: 640px) {
  .feature_slide_container {
    height: initial;
  }
}

.feature_slide_container .feature_slide {
  width: 100%;
  height: initial;
}

.feature_slide_container .swiper-slide {
  width: 100%;
  transition: margin-top 0.6s ease, opacity 0.6s ease, filter 0.6s ease, left 0.6s ease;
  filter: grayscale(1);
  height: 44rem;
}

@media only screen and (max-width: 1580px) {
  .feature_slide_container .swiper-slide {
    height: 25vw;
  }
}

@media only screen and (max-width: 640px) {
  .feature_slide_container .swiper-slide {
    height: initial;
  }
}

@media (min-width: 640px) {
  .feature_slide_container .feature_slide {
    position: relative;
  }

  .feature_slide_container .swiper-slide {
    position: absolute;
    inset: 0;
  }

  .feature_slide_container .swiper-slide.is-active {
    z-index: 9;
    filter: grayscale(0);
    margin-top: 33.4rem;
  }

  .feature_slide_container .swiper-slide.is-active:hover figure {
    transform: scale(1.05);
  }

  .feature_slide_container .swiper-slide.is-next-1 {
    margin-top: 28.8rem;
    left: 12.5%;
    z-index: 8;
  }

  .feature_slide_container .swiper-slide.is-next-2 {
    margin-top: 24rem;
    left: 25%;
    z-index: 7;
  }

  .feature_slide_container .swiper-slide.is-next-3 {
    margin-top: 19.2rem;
    left: 37.5%;
    z-index: 6;
  }

  .feature_slide_container .swiper-slide.is-next-4 {
    margin-top: 14.4rem;
    left: 50%;
    z-index: 5;
  }

  .feature_slide_container .swiper-slide.is-next-5 {
    margin-top: 9.6rem;
    left: 62.5%;
    z-index: 4;
  }

  .feature_slide_container .swiper-slide.is-next-6 {
    margin-top: 4.8rem;
    left: 75%;
    z-index: 3;
  }

  .feature_slide_container .swiper-slide.is-next-7 {
    margin-top: 0rem;
    left: 87.5%;
    z-index: 2;
  }
}

@media (max-width: 639px) {
  .feature_slide_container .feature_slide {
    display: flex;
    transition: transform 0.4s ease;
    touch-action: pan-y;
  }

  .feature_slide_container .swiper-slide {
    filter: grayscale(0);
  }
}

.recommend .content {
  margin: 16rem 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .recommend .content {
    margin: 12.5vw 0;
  }
}

.recommend .content::before {
  content: "";
  position: absolute;
  background: url("../img/index/bg_recommend.jpg") no-repeat center center;
  background-size: cover;
  width: 89.5833333333vw;
  height: 35.4166666667vw;
  right: 0;
  top: 24.9rem;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .recommend .content::before {
    width: 108.8rem;
    height: 43rem;
  }
}

@media only screen and (max-width: 640px) {
  .recommend .content::before {
    top: 68.75vw;
    width: 90%;
    height: 25%;
    z-index: 1;
  }
}

@media only screen and (max-width: 640px) {
  .recommend .inner {
    padding: 0;
  }
}

.recommend_title {
  width: fit-content;
  margin-left: auto;
  margin-right: 8.1rem;
}

@media only screen and (max-width: 640px) {
  .recommend_title {
    margin: 9.375vw 6.25vw;
    width: auto;
  }
}

.recommend_text {
  background: #e9e9e9;
  width: 67.6rem;
  padding: 8.5rem 8rem 8.5rem 8rem;
  margin-top: -12.9rem;
}

@media only screen and (max-width: 1580px) {
  .recommend_text {
    width: 42.7848101266vw;
    padding: 5.3797468354vw 6.0759493671vw 5.3797468354vw 6.1392405063vw;
    margin-top: -8.164556962vw;
  }
}

@media only screen and (max-width: 1200px) {
  .recommend_text {
    width: 51.2rem;
    padding: 6.4rem 6.4rem 6.4rem 6.4rem;
    margin-top: -9.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .recommend_text {
    width: 100%;
    padding: 6.25vw 6.25vw 18.75vw;
    margin-top: 0;
  }
}

.recommend_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.7rem 4.5rem;
  margin: 27.2rem auto 0;
  padding-left: 4rem;
  width: 74.21875vw;
}

@media only screen and (max-width: 1200px) {
  .recommend_list {
    width: 89rem;
  }
}

@media only screen and (max-width: 640px) {
  .recommend_list {
    padding-left: 0;
    width: 100%;
    gap: 0;
    margin-top: 35.9375vw;
    margin-bottom: 6.25vw;
    display: flex;
  }
}

.recommend_item {
  background: #000;
}

.recommend_item img {
  width: 100%;
  transition: filter 0.5s ease;
}

.recommend a {
  display: block;
  position: relative;
}

.recommend a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: url(../img/index/btn_view.svg) no-repeat center center;
  width: 8.8rem;
  height: 8.8rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.recommend a img {
  transition: opacity 0.3s ease;
}

.recommend a:hover {
  opacity: 1;
}

.recommend a:hover img {
  opacity: 0.6;
}

.recommend a:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 1580px) {
  .siwper_nav_container .swiper-pagination {
    top: 108.5%;
  }
}

.siwper_nav_container .swiper-button-container {
  width: 200px;
}

.siwper_nav_container .swiper-button-prev {
  background: url("../img/index/icon-arrow-prev.png") no-repeat center center;
  background-size: contain;
  width: 4.7rem;
  height: 4.7rem;
  top: 110%;
  left: 27%;
}

@media only screen and (max-width: 1580px) {
  .siwper_nav_container .swiper-button-prev {
    left: 26%;
  }
}

.siwper_nav_container .swiper-button-next {
  background: url("../img/index/icon-arrow-next.png") no-repeat center center;
  background-size: contain;
  width: 4.7rem;
  height: 4.7rem;
  top: 110%;
  left: 33%;
}

@media only screen and (max-width: 1580px) {
  .siwper_nav_container .swiper-button-next {
    left: 34%;
  }
}

.siwper_nav_container.-white .swiper-button-prev {
  background: url("../img/index/icon-arrow-prev_w.png") no-repeat center center;
  background-size: contain;
}

.siwper_nav_container.-white .swiper-button-next {
  background: url("../img/index/icon-arrow-next_w.png") no-repeat center center;
  background-size: contain;
}

.event .content {
  margin-bottom: 0;
}

.event_content {
  display: flex;
  align-items: flex-end;
  width: 90.46875vw;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .event_content {
    width: 95%;
  }
}

@media only screen and (max-width: 640px) {
  .event_content {
    width: 100%;
    flex-direction: column;
  }
}

.event_title {
  margin-bottom: 5.2rem;
}

@media only screen and (max-width: 640px) {
  .event_title {
    margin-bottom: 8.125vw;
  }
}

.event .swiper-container {
  margin-left: -57rem;
  padding: 0 1.6rem 1.6rem 0;
  width: 50.3645833333vw;
  background: #f2f2f2;
  position: relative;
}

@media only screen and (max-width: 1580px) {
  .event .swiper-container {
    margin-left: -40rem;
  }
}

@media only screen and (max-width: 1200px) {
  .event .swiper-container {
    width: 66rem;
  }
}

@media only screen and (max-width: 640px) {
  .event .swiper-container {
    margin-left: 0;
    width: 100%;
    background: none;
  }
}

.event .swiper-container .siwper_nav_container {
  position: absolute;
  left: -13.5416666667vw;
  bottom: 0;
}

@media only screen and (max-width: 1737px) {
  .event .swiper-container .siwper_nav_container {
    left: -15.625vw;
  }
}

@media only screen and (max-width: 1390px) {
  .event .swiper-container .siwper_nav_container {
    left: -18.7050359712vw;
  }
}

@media only screen and (max-width: 1200px) {
  .event .swiper-container .siwper_nav_container {
    left: -24rem;
  }
}

@media only screen and (max-width: 640px) {
  .event .swiper-container .siwper_nav_container {
    position: static;
  }
}

@media only screen and (max-width: 640px) {
  .event_swiper {
    margin-bottom: 6.25vw;
    position: static;
  }
}

.event_swiper .swiper-slide {
  background: #f2f2f2;
}

.event_swiper .swiper-slide_wrap {
  padding-bottom: 2rem;
  background: #fff;
  width: 100%;
}

.event_swiper .slide_area {
  margin-bottom: 1.4em;
  display: inline-block;
  padding: 0.8rem 1.8rem 1rem 2.2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  background: #000;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .event_swiper .slide_area {
    padding: 1.25vw 2.8125vw 1.5625vw 3.4375vw;
    font-size: 3.75vw;
  }
}

.event_swiper .slide_img {
  width: 90%;
  margin: 0 auto 1em;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .event_swiper .slide_img {
    width: 100%;
  }
}

.event_swiper .slide_img {
  margin-top: 3em;
}

.event_swiper .slide_img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.event_swiper .slide_img a {
  display: block;
}

.event_swiper .slide_img a:hover img {
  transform: scale(1.1);
}

.event_swiper .slide_text {
  padding-left: 3.5416666667vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}

.event_container {
  margin-bottom: 6.25vw;
  background: url("../img/index/bg_event.jpg") no-repeat center center;
  background-size: cover;
  padding: 6.5625vw 0 10.8333333333vw 10.4166666667vw;
  width: 69.7916666667vw;
}

@media only screen and (max-width: 1580px) {
  .event_container {
    padding: 6.5625vw 0 10.8333333333vw 8.3333333333vw;
  }
}

@media only screen and (max-width: 1390px) {
  .event_container {
    padding: 6.5625vw 0 10.8333333333vw 6.25vw;
  }
}

@media only screen and (max-width: 1200px) {
  .event_container {
    margin-bottom: 8rem;
    padding: 9.6rem 0 15.6rem 9rem;
    width: 84rem;
  }
}

@media only screen and (max-width: 640px) {
  .event_container {
    margin-bottom: 0;
    padding: 9.375vw 6.25vw;
    width: 100% !important;
  }
}

.siwper_nav_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  height: 4.7rem;
}

.siwper_nav_container .swiper-pagination {
  position: static;
  width: auto;
}

.siwper_nav_container .swiper-button-next,
.siwper_nav_container .swiper-button-prev {
  margin: 0;
  top: 0;
  position: static;
}

.product .content {
  background: rgba(0, 0, 0, 0.05);
  padding: 15.4rem 0 16rem;
  margin-top: 26rem;
}

@media only screen and (max-width: 640px) {
  .product .content {
    padding: 9.375vw 0;
    margin-top: 9.375vw;
  }
}

.product_ttl {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product_ttl {
    flex-direction: column;
    gap: 9.375vw;
  }
}

.product_title .en {
  line-height: 0.8;
}

.product_text p {
  margin-top: 0.8rem;
}

.product_slide_container {
  margin-top: 6rem;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  align-items: stretch !important;
}

@media only screen and (max-width: 1580px) {
  .product_slide_container {
    padding-top: 2.2151898734vw;
  }
}

@media only screen and (max-width: 640px) {
  .product_slide_container {
    margin-top: 9.375vw;
    padding-bottom: 9.375vw;
  }
}

.product_slide_container .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .swiper-slide {
    height: auto;
  }
}

.product_slide_container .swiper-slide .item {
  height: 100%;
}

.product_slide_container .label {
  position: absolute;
  top: -3.3rem;
  left: 0;
  display: block;
  width: fit-content;
  background: #a70000;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0.6rem 1.2rem;
}

.product_slide_container .label.vis-hidden {
  display: none;
}

.product_slide_container .body {
  height: 100%;
}

.product_slide_container .js-pseudoAnchor-wrapper {
  padding: 2rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .js-pseudoAnchor-wrapper {
    padding: 2rem 2.5rem;
  }
}

.product_slide_container .df {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.product_slide_container .df .type {
  border: 1px solid #000;
  padding: 0 1.2rem;
  margin-right: 0.35em;
  line-height: 1.3;
}

.product_slide_container .df .type span {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .df .type span {
    font-size: 2.8125vw;
  }
}

.product_slide_container .df .address {
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .df .address {
    font-size: 3.125vw;
  }
}

.product_slide_container .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin: 1.5rem 0 0;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .title {
    font-size: 4.0625vw;
  }
}

.product_slide_container .info {
  display: flex;
  margin: 1.8rem 0 0;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .info {
    flex-direction: column;
  }
}

.product_slide_container .info .img {
  width: 42.5925925926%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .info .img {
    margin-bottom: 4.6875vw;
    width: 100%;
  }
}

.product_slide_container .info .img img {
  max-width: initial;
  width: 100%;
}

.product_slide_container .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  width: 52.7777777778%;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .text {
    width: auto;
    font-size: 3.125vw;
  }
}

.product_slide_container .text .text_info {
  display: block;
}

.product_slide_container .text .u-item--bunjyo-price {
  display: block;
}

.product_slide_container .text>span {
  display: block;
}

.product_slide_container .u-item span+.u-item--bunjyo-price {
  padding-top: 1em;
}

.product_slide_container .u-item--bunjyo-square {
  display: flex !important;
  flex-wrap: wrap;
}

.product_slide_container .u-item--bunjyo-square-body--item {
  display: flex;
  flex-wrap: wrap;
}

.product_slide_container .u-item .text>span.in-address {
  margin-top: 1em;
}

.product_slide_container .sp-anchor,
.product_slide_container .feature-icon .btn {
  margin-top: 1.5rem;
  width: fit-content;
  margin-left: auto;
  width: 19rem;
}

@media only screen and (max-width: 640px) {

  .product_slide_container .sp-anchor,
  .product_slide_container .feature-icon .btn {
    margin-bottom: 1.5rem;
    margin-left: 0;
    width: auto;
  }
}

.product_slide_container .sp-anchor a,
.product_slide_container .feature-icon .btn a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.75px;
  border: 1px solid #000;
  padding: 1.1rem 4.7rem 1.2rem 3.3rem;
  position: relative;
}

.product_slide_container .sp-anchor a::after,
.product_slide_container .feature-icon .btn a::after {
  content: "";
  position: absolute;
  background: url("../img/index/icon_arrow.png") no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.product_slide_container .desc {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 1.8rem;
  padding-top: bottom(24);
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .desc {
    padding-bottom: 2.4rem;
    margin-bottom: auto;
  }
}

.product_slide_container .desc p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .desc p {
    font-size: 3.125vw;
  }
}

.product_slide_container .contact {
  margin-top: auto;
  padding-top: 2rem;
  margin-right: -2.5rem;
  padding: 0 0 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact {
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 3.90625vw 0 0;
  }
}

.product_slide_container .contact .anchor {
  width: 47.4576271186%;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .anchor {
    position: relative;
    width: 100%;
    text-align: center;
  }
}

.product_slide_container .contact .anchor a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.75px;
  padding: 0.8rem 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .anchor a {
    padding: 4.375vw 0;
  }
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .anchor a br {
    display: none;
  }
}

.product_slide_container .contact .head {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}

@media only screen and (max-width: 1580px) {
  .product_slide_container .contact .head {
    font-size: 0.8227848101vw;
  }
}

@media only screen and (max-width: 1200px) {
  .product_slide_container .contact .head {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .head {
    position: static;
    font-size: 2.8125vw;
  }
}

.product_slide_container .contact .head p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.65px;
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .head p {
    font-size: 3.125vw;
  }
}

.product_slide_container .contact .contact-info .division {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  margin-right: 5px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1580px) {
  .product_slide_container .contact .contact-info .division {
    font-size: 1.0126582278vw;
  }
}

@media only screen and (max-width: 1200px) {
  .product_slide_container .contact .contact-info .division {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .contact-info .division {
    font-size: 3.75vw;
  }
}

.product_slide_container .contact .contact-info .tel {
  font-family: Prompt;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 1580px) {
  .product_slide_container .contact .contact-info .tel {
    font-size: 1.6455696203vw;
  }
}

@media only screen and (max-width: 1200px) {
  .product_slide_container .contact .contact-info .tel {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 640px) {
  .product_slide_container .contact .contact-info .tel {
    font-size: 6.875vw;
  }
}

@media only screen and (max-width: 640px) {
  .product {
    overflow: hidden;
  }
}

.product_container {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .product_container {
    overflow: visible;
  }
}

.product_container .siwper_nav_container {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  height: 4.7rem;
}

.product_container .siwper_nav_container .swiper-pagination {
  position: static;
  width: auto;
}

@media only screen and (max-width: 640px) {

  .product_container .siwper_nav_container .swiper-button-next,
  .product_container .siwper_nav_container .swiper-button-prev {
    position: absolute;
    top: 48.4375vw;
  }
}

.product_container .siwper_nav_container .swiper-button-next {
  left: auto;
  right: -2.34375vw;
}

.product_container .siwper_nav_container .swiper-button-prev {
  left: -2.34375vw;
}

.news .content {
  margin: 16rem 0;
}

@media only screen and (max-width: 1580px) {
  .news .content {
    margin: 10.1265822785vw 0;
  }
}

@media only screen and (max-width: 1200px) {
  .news .content {
    margin: 12rem 0;
  }
}

@media only screen and (max-width: 640px) {
  .news .content {
    margin: 12.5vw 0;
  }
}

.news_container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .news_container {
    flex-direction: column;
  }
}

.news_ttl {
  width: 24rem;
}

@media only screen and (max-width: 1580px) {
  .news_ttl {
    width: 15.1898734177vw;
  }
}

@media only screen and (max-width: 1200px) {
  .news_ttl {
    width: 18rem;
  }
}

@media only screen and (max-width: 640px) {
  .news_ttl {
    width: 100%;
  }
}

.news_title .en {
  line-height: 0.8;
}

.news_list {
  width: 104rem;
}

@media only screen and (max-width: 1580px) {
  .news_list {
    width: 65.8227848101vw;
  }
}

@media only screen and (max-width: 1200px) {
  .news_list {
    width: 78rem;
  }
}

@media only screen and (max-width: 640px) {
  .news_list {
    width: 100%;
  }
}

.news_category {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 640px) {
  .news_category {
    margin-top: 8.125vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5625vw 0;
    font-size: 3.125vw;
  }
}

.news_category li {
  padding: 0 2rem;
  border-left: 1px solid #000;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 1.6px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .news_category li {
    padding: 0 3.125vw;
  }
}

.news_category li:first-child {
  border-left: none;
}

.news_category li.-active::before {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.75em;
  content: "";
  width: calc(100% - 4rem);
  height: 1px;
  display: block;
  background: #000;
}

.news_content {
  display: none;
}

.news_item {
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 640px) {
  .news_item {
    padding: 5.46875vw 0;
  }
}

.news_item span {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.128;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.9rem 0.5rem 1rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 640px) {
  .news_item span {
    font-size: 2.5vw;
    padding: 0.46875vw 1.40625vw 0.78125vw 1.5625vw;
    margin-left: 1.5625vw;
  }
}

.news_item dd {
  margin-top: 1.3rem;
}

@media only screen and (max-width: 640px) {
  .news_item dd {
    padding: 5.46875vw 0;
  }
}

.news-none {
  padding: 3.5rem 0;
}

.news .button-more {
  margin-top: 5.1rem;
}

.news .button-more a {
  font-size: 2rem;
  font-weight: 500;
  min-width: 28.5rem;
  padding: 1.4rem 1.4rem 1.4rem 0;
}

.voice .content {
  background: url("../img/index/bg_voice.jpg") no-repeat center center;
  background-size: cover;
  padding: 40.3rem 0 16rem;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .voice .content {
    padding: 12.5vw 0;
  }
}

.voice .inner {
  position: static;
}

@media only screen and (max-width: 1885px) {
  .voice .inner {
    gap: 0;
  }
}

.voice_body {
  flex: 1;
}

@media only screen and (max-width: 1390px) {
  .voice_body {
    width: 44rem;
  }
}

@media only screen and (max-width: 640px) {
  .voice_body {
    width: 100%;
  }
}

.voice_text {
  margin-top: 6.8rem;
}

@media only screen and (max-width: 640px) {
  .voice_text {
    margin-top: 7.5vw;
  }
}

.voice_text h3 {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 1390px) {
  .voice_text h3 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 640px) {
  .voice_text h3 {
    font-size: 3.6rem;
  }
}

.voice_text p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}

.voice_image {
  position: absolute;
}

.voice_image img {
  width: 100%;
  transition: transform 0.3s ease;
}

.voice_image:hover {
  z-index: 1;
}

.voice_image:hover img {
  transform: scale(1.1);
}

.voice_image_container {
  width: 52.8125vw;
  height: 33.8541666667vw;
  position: absolute;
  top: 16rem;
  right: 4.1666666667vw;
}

@media only screen and (max-width: 1200px) {
  .voice_image_container {
    width: 64rem;
    height: 41.2rem;
    right: 6rem;
  }
}

@media only screen and (max-width: 640px) {
  .voice_image_container {
    margin-top: 12.5vw;
    top: auto;
    right: auto;
    width: 90.625vw;
    height: 58.125vw;
    position: relative;
  }
}

.voice_image.-image01 {
  width: 35.3057199211%;
  top: 10.0591715976%;
  left: 0;
}

.voice_image.-image02 {
  width: 56.3116370809%;
  top: -5%;
  left: 36.6863905325%;
}

.voice_image.-image03 {
  width: 46.8441814596%;
  bottom: 0;
  left: 0;
}

.voice_image.-image04 {
  width: 25.3451676529%;
  bottom: 11.8343195266%;
  left: 48.0276134122%;
}

.voice_image.-image05 {
  width: 25.3451676529%;
  bottom: 11.8343195266%;
  right: 0;
}

.voice .button-more a {
  border-color: #fff;
  color: #fff;
}

.voice .button-more a::after {
  background-image: url("../img/index/icon_arrow-white.png");
}

/*# sourceMappingURL=index.css.map */


/* Swiper の各スライドを“同じ高さ”で揃える（クラス混在にも対応） */
.event_swiper .swiper-wrapper {
  align-items: stretch;
  /* 重要：高さ揃えの土台 */
}

.event_swiper .swiper-slide {
  height: auto;
  /* Swiper側の固定高さを避ける */
  display: table;
  /* 中身を伸ばせるように */
}

.event_swiper .swiper-slide_wrap,
.event_swiper .swiper-slide-wrap {
  /* underscore / hyphen 両対応 */
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

/* テキストが余っても下に伸びるように */
.event_swiper .slide_text {
  margin-top: auto;
  /* 見た目が崩れる場合は外してOK */
}