@charset "utf-8";
.inner-1140-top {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
}
.line-link:hover .scroll::before {
  animation: none;
}
/* ローディング全体 */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #283839;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease, visibility 1s ease;
}

/* 非表示状態 */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader__txt {
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.6s ease;
}

@media screen and (max-width: 750px) {
  .inner-1140-top {
    width: 100%;
    padding: 0 15px;
  }
}
/*===================
fv
===================*/
.fv {
  height: calc(100vh - 4.166vw);
  padding-bottom: 4.166vw;
  /* position: relative;
  z-index: 3; */
  position: sticky;
  top: 0;
  z-index: -10;
}
.fv__wrap {
  position: relative;
  /* width: 100%;
  height: 100vh; */
  min-height: 100vh; /* 常に画面全体分の高さを確保 */
  display: flex;
  align-items: flex-start; /* 下寄せにしたいなら */
  background: linear-gradient(rgba(21, 40, 40, 0.92), rgba(21, 40, 40, 0.92)),
    url("../imgs/index/paper_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #999;
}
.fv__imgWrap {
  width: calc(100% - 93px);
  margin: 0 0 0 auto;
  position: relative;
}
.fv__img {
  width: 100%;
  height: calc(100vh - 4.166vw);
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  display: block;
}
.fv__title {
  position: absolute;
  bottom: 60px;
  left: -50px;
  z-index: 2;
}
.fv__heading {
  color: #fff;
  font-size: clamp(30px, 3.19vw, 46px);
  font-family: "Zen Old Mincho", serif;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  margin-bottom: 21px;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
.fv__textEn {
  color: #fff;
  font-size: clamp(10px, 0.833vw, 12px);
  font-family: "century-gothic", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 16px;
  line-height: 1.75;
}
.fv__textJp {
  color: #fff;
  font-size: clamp(11px, 0.972vw, 14px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  line-height: 1.75;
}

.fv__map {
  width: 764px;
  position: absolute;
  bottom: 63px;
  right: 41px;
  z-index: 2;
}

/* ==========================
  Swiper
========================== */

.fv__imgWrap__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiperWrapper {
  position: relative;
}

.swiperWrapper {
  width: 100%;
  height: 100%;
}
.fv__imgWrap__swiper .swiper {
  width: 100%;
  height: 100%;
}
.fv__imgWrap__swiper .swiper-slide {
  height: 100%;
}

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

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.fv__imgWrap__swiper .swiper-slide-active .img,
.fv__imgWrap__swiper .swiper-slide-duplicate-active .img,
.fv__imgWrap__swiper .swiper-slide-prev .img {
  animation: zoomOut 7s linear 0s normal both;
}

.fv__imgWrap__swiper .swiper-slide img {
  transition: transform 7s linear;
}

/* =============================
    ページネーションの見栄えを調整
============================= */
.fv__imgWrap__swiper .swiper-horizontal > .swiper-pagination-bullets,
.fv__imgWrap__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.fv__imgWrap__swiper .swiper-pagination-custom,
.fv__imgWrap__swiper .swiper-pagination-fraction {
  width: 30px;
  padding: 8px 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: auto !important;
  right: 30px !important;
  bottom: 50% !important;
  transform: translateY(50%);
}

.fv__imgWrap__swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 3px 3px;
}

/* ==========================
    円形のページネーションを作成
  ========================== */
.circle-pagination {
  position: relative;
  width: 25px;
  height: inherit;
  z-index: 1;
  background-color: #ffffff00;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  outline: none;
}

.circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  height: 25px;
}

.circle-pagination__inner svg {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.circle-pagination__inner circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  animation: circle 5s linear forwards;
}

.circle-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }

  99.9%,
  to {
    stroke-dasharray: 69 69;
  }
}

.fv__imgWrap__swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle-pagination__inner {
  color: blue;
}

.fv__imgWrap__swiper
  .circle-pagination:not(.swiper-pagination-bullet-active)
  .circle-pagination__inner
  svg {
  /* 非アクティブ時なサークルのsvgは非表示に */
  display: none;
}

/* スクロールダウンの位置 */
.scroll-top {
  width: 240px;
  position: absolute;
  bottom: 1.7361vw;
  right: 10px;
  /* z-index: 2; */
}
/* 線のアニメーション部分 */
.scroll-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px; /* 文字の下に配置 */
  width: 187px; /* 線の長さ */
  height: 1px;
  background-color: #999999;
  transform: scaleX(0);
  transform-origin: left center;
  animation: scroll-top 2s infinite ease-in-out;
}
@keyframes scroll-top {
  0% {
    transform: scaleX(0);
    transform-origin: left center; /* 左端から伸びる */
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center; /* 左端から右端まで伸びる */
  }
  51% {
    transform: scaleX(1);
    transform-origin: right center; /* 右端を固定して左側から消える */
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center; /* 左側まで消える */
  }
}
.scroll-top span {
  color: #fff;
  font-size: 12px;
  font-family: "century-gothic", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 1440px) {
  .fv {
    height: calc(100vh - 70px);
    padding-bottom: 70px;
  }
  .fv__img img {
    height: calc(100vh - 70px);
  }
  .scroll-top {
    bottom: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .scroll-top {
    bottom: 13px;
  }
}

@media screen and (max-width: 1030px) {
  .fv__wrap {
    padding-bottom: 120px;
  }
  .fv__map {
    display: none;
  }
  .scroll-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .fv__imgWrap {
    width: 100%;
    margin: 0 auto;
  }
  .fv__title {
    width: 92%;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fv__heading {
    font-size: 40px;
  }
  .fv__textEn {
    font-size: 10px;
  }
  .fv__textJp {
    font-size: 11px;
  }
  /* .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 20px !important;
    bottom: 0 !important;
    transform: translateY(0);
  } */
  .fv__imgWrap__swiper .swiper-horizontal > .swiper-pagination-bullets,
  .fv__imgWrap__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .fv__imgWrap__swiper .swiper-pagination-custom,
  .fv__imgWrap__swiper .swiper-pagination-fraction {
    right: 20px !important;
    bottom: 0 !important;
    transform: translateY(0);
  }
}

@media screen and (max-width: 520px) {
  .fv__heading {
    font-size: clamp(25px, 7.812vw, 35px);
  }
}
@media screen and (max-width: 480px) {
  .fv__title {
    width: 88%;
  }

  swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 5px !important;
  }
  .fv__wrap {
    padding-bottom: 80px;
  }
  .scroll-top {
    bottom: 30px;
  }
}

/*===================
about
===================*/

.about {
  padding: 100px 0;
  overflow-x: hidden;
}
.about__subTtl {
  margin-bottom: 41px;
  font-family: "Zen Old Mincho", serif;
  font-size: 35px;
  line-height: 1.75;
  color: #fff;
}
.about__ttlBox {
  padding-top: 75px;
}
.about__inner {
  max-width: 1300px;
  padding: 0 20px;
  margin: auto;
}
.about__wrap {
  width: 100%;
  /* margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.about__text {
  color: #fff;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 2.28;
}
.about__text:not(:last-child) {
  margin-bottom: 36px;
}
.about__lft {
  width: 490px;
  /* width: 490px;
  padding-top: 52px;
  position: absolute;
  top: 0;
  left: 0; */
}
.about__rgt {
  width: calc(100% - 490px);
  height: 100%;
  position: relative;
}
.about__map {
  width: 163%;
  position: relative;
  top: -19px;
  left: -97px;
}
.pinAnime {
  /* 点滅アニメーション */
  animation: blink 1.7s infinite; /* 2秒で1サイクル、無限ループ */
  opacity: 1; /* 初期状態 */
}
/* 点滅用キーフレーム */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  } /* フル表示 */
  50% {
    opacity: 0.4;
  } /* 半透明で消える */
}
@media screen and (max-width: 1030px) {
  /* .about__ttlBox {
    padding-top: 154px;
  } */
  .about__wrap {
    flex-direction: column;
  }
  .about__lft {
    width: 100%;
    margin-bottom: 50px;
  }
  .about__rgt {
    width: 100%;
  }
  .about__map {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about {
    padding-bottom: 163px;
  }
  .about__subTtl {
    font-size: 27px;
  }
  .about__subTtl {
    margin-bottom: 38px;
  }
  .about__text {
    font-size: 14px;
  }
  .about__map {
    width: 152%;
  }
}

@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 100px;
  }

  .about__ttlBox {
    padding-top: 100px;
  }
}

/*===================
story-top
===================*/
.story-top {
  color: #fff;
  padding-bottom: 100px;
}
.story__head {
  margin-bottom: 70px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  gap: 18%;
}
.story__headText1 {
  font-size: 27px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.75;
}
.story__headText2 {
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1030px) {
  .story__head {
    gap: 10%;
  }
}

@media screen and (max-width: 750px) {
  .story-top {
    padding-bottom: 126px;
  }
  .story__head {
    display: block;
    margin-bottom: 32px;
  }
  .story__headText1 {
    margin-bottom: 60px;
  }
}

/*===================
experience
===================*/
.experience {
  padding-top: 80px;
  padding-bottom: 75px;
}
.experience__wrap {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(28px, 4.453125vw, 57px) 4%;
}
.experience__item {
  width: 48%;
}
.experience__link {
  width: 100%;
  min-height: 250px;
  display: block;
  background-position: center center;
  /* background-size: cover; */
  background-size: 100% auto;
  height: 100%;
  padding-top: 51%;
  position: relative;
  transition: background-size 0.5s ease, transform 0.5s ease;
}
.experience__link::before {
  content: "";
  display: block;
  background-color: #000000cc;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.experience__link:hover.experience__link::before {
  opacity: 1;
}
.experience__link:hover {
  background-size: 105% auto;
}
.experience__linkText {
  width: 80%;
  max-height: 80%;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: hidden;
}

.experience__itemTtl {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.62;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.experience__itemTtl::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-top: 11px;
}
.experience__itemTxt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 57px;
}
.experience__btn {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .experience {
    padding-bottom: 143px;
  }
  .experience__wrap {
    margin-bottom: 30px;
    display: block;
  }
  .experience__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .experience__link {
    min-height: 200px;
  }
  .experience__link::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .experience__itemTtl {
    font-size: 18px;
  }
  .experience__itemTxt {
    height: 53px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .experience {
    padding-bottom: 85px;
  }
}
/*===================
stay
===================*/
.stay {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.stay__wrap {
  padding: 130px 0 125px 0;
  background: url(../imgs/index/stay_bg.jpg) no-repeat center center / cover;
}
.stay .section-title {
  padding-left: 0;
}
.stay .section-title::after {
  display: none;
}
.stay__inner {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding-left: 10%;
}
.stay__text1 {
  margin-bottom: 30px;
  font-size: 35px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.75;
}
.stay__text2 {
  margin-bottom: 30px;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1440px) {
  .stay__wrap {
    background-position: 80% center;
  }
}
@media screen and (max-width: 980px) {
  .stay__wrap {
    background-position: 60% center;
  }
}
@media screen and (max-width: 750px) {
  .stay__wrap {
    padding-top: 100px;
    padding-bottom: 85px;
    background: url(../imgs/index/stay_bg_sp.jpg) no-repeat center center /
      cover;
  }
  .stay__inner {
    padding-left: 5%;
    max-width: none;
    margin: auto;
  }
  .stay__text1 {
    font-size: 25px;
  }
  .stay__text2 {
    font-size: 14px;
  }
  .stay__btn {
    margin: 0 auto;
  }
}

/*===================
model
===================*/
.model {
  padding: 99px 0 84px;
}
.model__wrap {
  margin-bottom: 92px;
}
.model__container {
  margin-bottom: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(28px, 4.453125vw, 57px) 4%;
}
.model__box {
  width: 48%;
}
.model__pic {
  margin-bottom: 24px;
}
.model__thumb-ph {
  background-position: center center;
  background-size: 100% auto;
  height: 100%;
  padding-top: 61%;
  transition: background-size 0.5s ease, transform 0.5s ease;
}
.model__areaBox {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.model__num {
  width: 146px;
  font-family: "Bodoni Moda", serif;
  font-size: 15px;
  font-weight: 500;
  color: #cabc9d;
}
.model__area {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.model__ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #6e8e70;
  margin-bottom: 22px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.model__catchBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.model__catch {
  flex: 1;
  padding-right: 15px;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.674;
  color: #fff;
}
.model__btn {
  width: 144px;
}
.model__btn .btn-lineLink {
  color: #fff;
}
.model__btn02 {
  margin: 0 auto;
}
.model__btn02 .btn-lineLink {
  color: #fff;
}
.model__infoTtl {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
  color: #999;
  text-align: center;
}
.model__infoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.43vw, 35px) 2.4%;
}
.model__infoLink {
  padding: 18px 43px 18px 25px;
  background: #2a3b3b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.model__infoLink::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/arrow.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.3s;
}

.model__infoPic {
  width: 76px;
  margin-right: 20px;
}
.model__infoTxt {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
.model__link {
  display: block;
  overflow: hidden;
}
.model__link:hover .model__thumb-ph {
  background-size: 105% auto;
}
/* デフォルトの矢印アイコンを消す */
.model__swiper-button-prev::after,
.model__swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .model__infoList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  /* .model-slide__inner {
    padding: 0 35px;
  } */
  .model__container {
    /* flex-direction: column; */
    /* display: block; */
    flex-wrap: nowrap;
    gap: 0;
  }
  .model__box {
    width: 100%;
  }
  .model__swiper-button-prev,
  .model__swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 28vw;
  }
  .model__swiper-button-prev {
    left: 0;
  }

  .model__swiper-button-prev {
    background-image: url("../imgs/common/arrow_prev.png");
    left: -14px;
  }
  .model__swiper-button-next {
    background-image: url("../imgs/common/arrow_next.png");
    right: -14px;
  }

  .model-info__inner {
    padding: 0;
  }
  .model__infoList {
    display: flex;
    gap: 0;
  }
}
@media screen and (max-width: 680px) {
  .model__infoLink::before {
    right: 11px;
  }
}
@media screen and (max-width: 540px) {
  /* .model__swiper-button-prev,
  .model__swiper-button-next {
    top: 24%;
  } */
}
@media screen and (max-width: 530px) {
  .model__areaBox {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
  .model__catchBox {
    flex-direction: column;
  }
  .model__btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 460px) {
  .model__infoLink {
    padding: 10px 26px 10px 10px;
  }
  .model__infoPic {
    width: 55px;
  }
}
/*===================
news-top
===================*/
.news-top {
  padding: 140px 0 134px;
}
.news-top__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.news-top__btn {
  width: 286px;
}
.news-top .news__wrap {
  flex: 1;
}
@media screen and (max-width: 950px) {
  .news-top .news__wrap {
    width: 100%;
  }
  .news-top__flex {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 50px;
  }
  .news-top__btn {
    width: 100%;
  }
  .news-top__btn .btn-line {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .news-top {
    padding: 102px 0 94px;
  }
}
