@charset "utf-8";
a {
  color: #104abf;
}
/* メインビジュアル ---------------------------- */
.fc-mv-slider img {
  width: 100%;
  height: 85vh;
  display: block;
  object-fit: cover;
}

/* Nav */
/* タイトル */
.heading {
  font-size: 2em;
  margin-bottom: 30px;
}

.fc-title {
  position: relative;
  overflow: hidden;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fc-section-title__inner {
  display: flex;
  align-items: stretch;
  min-height: 260px;
  max-height: 320px;
  background: #e9f0f5;
  margin-bottom: 50px;
}

.fc-section-title__content {
  width: 45%;
  padding: 60px 5%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fc-title {
  color: #1d5f8c;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.fc-title span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.08em;
}

/* =========================
右側画像
========================= */
.fc-section-title__image {
  position: relative;
  width: 55%;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.fc-section-title__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.heading-line {
  font-size: 1.4em;
  margin-bottom: 15px;
  padding-left: 7px;
  border-left: 2px solid rgba(226, 66, 31, 0.9);
}

.heading-daiya {
  margin-top: 1em;
}

.heading-daiya span {
  padding-bottom: 0.2rem;
  padding-left: 1.8rem;
  position: relative;
}

.heading-daiya span::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #e2421f;
  box-shadow: 0.4em 0.4em 0 -0.1em #e78f7b;
  content: "";
  transform: rotate(-45deg);
}

/* ボタン---------------------------- */
.fc_btn a::before {
  content: "▶";
  margin-right: 7px;
}

/* お知らせ---------------------------- */
.fs-news__item {
  border-bottom: 1px dotted #e5e5e5;
  padding: 12px 0;
}

.fs-news__link {
  display: flex;
  gap: 15px;
  color: #333;
}

.fc-news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.fc-news-pagination__link,
.fc-news-pagination__current {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #b5c6d6;
  color: #2c4f7a;
  text-decoration: none;
  background: #f6f8fb;
  font-size: 14px;
  font-weight: 700;
}

.fc-news-pagination__link {
  transition: all 0.2s ease;
}

.fc-news-pagination__link:hover {
  background: #e3edf7;
  border-color: #7ba1c6;
  color: #11345d;
  transform: translateY(-1px);
}

.fc-news-pagination__current {
  background: #1e4f90;
  border-color: #1e4f90;
  color: #fff;
  cursor: default;
}

@media (max-width: 767px) {
  .fc-news-pagination__link,
  .fc-news-pagination__current {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* spot---------------------------- */
.spot-item {
  position: relative;
  cursor: pointer;
}

.spot-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.spot-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(55, 55, 55, 0.3);
  z-index: 1;
  pointer-events: none;
}

.spot-item h4 {
  color: #fafafa;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

/* モーダル ---------------------------- */
body.fc-modal-open {
  overflow: hidden;
}

.fc-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.fc-modal.is-open {
  display: flex;
}

.fc-modal__dialog {
  width: 100%;
  max-width: 750px;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  position: relative;
}

.fc-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.fc-modal__title {
  margin: 0;
  padding: 16px 48px 12px 16px;
}

.fc-modal__body {
  padding: 0 16px 16px;
}

.fc-modal__img {
  width: 450px;
  margin: 0 auto;
  display: block;
}

.fc-modal__text {
  margin: 12px 0 0;
  white-space: pre-wrap;
}

.fc-modal__contact,
.fc-modal__manager {
  margin: 12px 0 0;
  white-space: pre-wrap;
}

/* タブ切り替え ---------------------------- */
.tabs input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

#tab1:focus-visible ~ .tabs-inner label[for="tab1"],
#tab2:focus-visible ~ .tabs-inner label[for="tab2"],
#tab3:focus-visible ~ .tabs-inner label[for="tab3"],
#tab4:focus-visible ~ .tabs-inner label[for="tab4"],
#tab5:focus-visible ~ .tabs-inner label[for="tab5"],
#tab6:focus-visible ~ .tabs-inner label[for="tab6"],
#tab7:focus-visible ~ .tabs-inner label[for="tab7"] {
  outline: 2px solid #a59ac9;
  outline-offset: 2px;
}

#filming-tab1:focus-visible ~ .tabs-inner label[for="filming-tab1"],
#filming-tab2:focus-visible ~ .tabs-inner label[for="filming-tab2"],
#filming-tab3:focus-visible ~ .tabs-inner label[for="filming-tab3"] {
  outline: 2px solid #a59ac9;
  outline-offset: 2px;
}

.tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 50px 0 30px;
}

.tab-label {
  flex: 0 0 150px;
  box-sizing: border-box;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
  white-space: normal;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.3s;
}

.tab-label:hover {
  background: #e9f0f5;
}

.tab-contents > div {
  display: none;
  padding: 15px;
}

#tab1:checked ~ .tabs-inner label[for="tab1"],
#tab2:checked ~ .tabs-inner label[for="tab2"],
#tab3:checked ~ .tabs-inner label[for="tab3"],
#tab4:checked ~ .tabs-inner label[for="tab4"],
#tab5:checked ~ .tabs-inner label[for="tab5"],
#tab6:checked ~ .tabs-inner label[for="tab6"],
#tab7:checked ~ .tabs-inner label[for="tab7"] {
  background: #a59ac9;
  border-color: #a59ac9;
  color: #fff;
}

#filming-tab1:checked ~ .tabs-inner label[for="filming-tab1"],
#filming-tab2:checked ~ .tabs-inner label[for="filming-tab2"],
#filming-tab3:checked ~ .tabs-inner label[for="filming-tab3"] {
  background: #a59ac9;
  border-color: #a59ac9;
  color: #fff;
}

#tab1:checked ~ .tabs-inner .content-tab1,
#tab2:checked ~ .tabs-inner .content-tab2,
#tab3:checked ~ .tabs-inner .content-tab3,
#tab4:checked ~ .tabs-inner .content-tab4,
#tab5:checked ~ .tabs-inner .content-tab5,
#tab6:checked ~ .tabs-inner .content-tab6,
#tab7:checked ~ .tabs-inner .content-tab7 {
  display: block;
}

#filming-tab1:checked ~ .tabs-inner .content-tab1,
#filming-tab2:checked ~ .tabs-inner .content-tab2,
#filming-tab3:checked ~ .tabs-inner .content-tab3 {
  display: block;
}

.fc-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.fc_entry_btn a,
.fc_login_btn a {
  width: 280px;
  height: 56px;
  background: #fff;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  transform: translateY(0);
}

.fc_entry_btn a:hover,
.fc_login_btn a:hover {
  transform: translateY(-2px);
}
.fc_entry_btn a {
  border: 2px solid #e2421f;
}
.fc_login_btn a {
  border: 2px solid #a59ac9;
}
.fc_entry_btn a:after,
.fc_login_btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* FC ハンバーガーメニュー（右下） ---------------------------- */
.fc-fab-menu {
  display: block;
}

.fc-fab-menu__input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.fc-fab-menu__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
}

#fc-fab-input:checked ~ .fc-fab-menu__overlay {
  display: block;
}

.fc-fab-menu__bg {
  position: fixed;
  right: -100px;
  bottom: -100px;
  z-index: 9997;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: bottom right;
  transition: transform 0.35s ease-in-out;
  pointer-events: none;
}

#fc-fab-input:checked ~ .fc-fab-menu__bg {
  transform: scale(14);
}

.fc-fab-menu__drawer {
  position: fixed;
  right: 45px;
  bottom: 95px;
  z-index: 9999;
  width: min(260px, calc(100vw - 32px));
  background: transparent;
  border-radius: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: 0.2s ease-in-out;
}

#fc-fab-input:checked ~ .fc-fab-menu__drawer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fc-nav--drawer .in {
  padding: 0;
}

.fc-nav--drawer .fc-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fc-nav--drawer .fc-nav-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.fc-nav--drawer .fc-nav-link {
  display: block;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fc-fab-menu__button {
  position: fixed;
  right: -52px;
  bottom: -52px;
  z-index: 10000;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 45px 0 0 45px;
  box-sizing: border-box;
  cursor: pointer;
}

.fc-fab-menu__icon {
  display: block;
  width: 40px;
}

.fc-fab-menu__icon span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.fc-fab-menu__icon span:nth-child(1) {
  width: 34px;
}

.fc-fab-menu__icon span:nth-child(2) {
  width: 40px;
}

.fc-fab-menu__icon span:nth-child(3) {
  width: 30px;
}

.fc-fab-menu__text {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
}

.coming-soon-inner{
  position:relative;
}
.coming-soon {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 72px;
    height: 100%;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #fafafa;
    background-color: rgba(39, 39, 39, 0.6);
    z-index: 100;
}
