@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #181b22;
}
@media print, screen and (min-width: 1024px) {
  .mv {
    height: 100vh;
  }
}

.mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner {
    width: 100%;
  }
}

.mv__text-box {
  position: absolute;
  left: 330px;
  bottom: 50px;
  color: #fff;
  z-index: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__text-box {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    bottom: 80px;
    left: 0;
  }
}

.mv__text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__text {
    font-size: 14px;
  }
}

.mv__heading {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    font-size: 34px;
    width: 100vw;
  }
}

.mv-slider {
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv-slider {
    aspect-ratio: 750/1100;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv-slider {
    height: 100%;
  }
}

.mv-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
  -webkit-perspective: 1000;
          perspective: 1000;
}
.mv-slider__item.-active {
  opacity: 1;
  will-change: opacity;
}
.mv-slider__item .mv-cap {
  position: absolute;
  top: 0px;
  right: 0;
  color: #FFF;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 7px;
  font-weight: bold;
}

.mv-slider__picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mv-slider__picture img {
  width: 100%;
}

.mv-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .mv-slider__img {
    aspect-ratio: 750/1100;
  }
}

.news {
  background-color: #181b22;
  padding-top: 34px;
  padding-bottom: 40px;
  color: #fff;
}

.news__heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .news__heading-row {
    display: block;
  }
}

.news__heading {
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .news__heading {
    font-size: 12px;
    text-align: center;
  }
}
.news__heading span {
  font-family: "Outfit", sans-serif;
  font-size: 37px;
  letter-spacing: 0.16em;
}
@media print, screen and (max-width: 1023.9px) {
  .news__heading span {
    font-size: 36px;
    display: block;
  }
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media print, screen and (max-width: 1023.9px) {
  .news__link {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news__link::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMC41TDEyIDYuNUw2IDEyLjUiIHN0cm9rZT0id2hpdGUiLz4KPHBhdGggZD0iTTAuNjg2NTIzIDYuNUgxMi4wMDAyIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat right center;
  background-size: contain;
}

.news__list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .news__list {
    display: block;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .news-slider {
    position: relative;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
  .news-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin: 0 -20px;
  }
  .news-slider__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
  }
  .news-slider__nav {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    top: 30%;
  }
  .news-slider__nav::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #181b22;
    border-bottom: 2px solid #181b22;
  }
  .news-slider__nav.-prev {
    left: 0;
  }
  .news-slider__nav.-prev::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news-slider__nav.-next {
    right: 0;
  }
  .news-slider__nav.-next::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .news-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .news-slider__pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .news-slider__pagination-dot.-active {
    background-color: #1a5c9a;
  }
}
.feature {
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../img/top/feature-bg.webp);
  background-size: cover;
  background-position: top;
}
@media print, screen and (max-width: 1023.9px) {
  .feature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.feature__heading {
  width: 458px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .feature__heading {
    width: 284px;
  }
}

.feature-card {
  color: #2c2f36;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 60px;
  padding-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 40px minmax(200px, 490px) 40px minmax(150px, 300px) 40px 28px;
  grid-template-columns: 80px minmax(200px, 490px) minmax(150px, 300px) 28px;
  gap: 40px;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .feature-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature-card + .feature-card {
  margin-top: 14px;
}

.feature-card__num {
  color: #dee5eb;
  font-style: italic;
  font-size: 150px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
}

.feature-card__label {
  color: #1a5c9a;
  font-size: 15px;
}

.feature-card__copy {
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.feature-card__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.008em;
  margin-top: 14px;
}

.feature-card__link {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.feature-card__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAwLjk5OTczMUwxMSA2LjQ5OTg4TDUuNSAxMiIgc3Ryb2tlPSIjMkMyRjM2Ii8+CjxwYXRoIGQ9Ik0wLjYyOTM5NSA2LjQ5OTg4SDExLjAwMDMiIHN0cm9rZT0iIzJDMkYzNiIvPgo8L3N2Zz4K") no-repeat center;
  width: 12px;
  height: 13px;
}
.feature-card__link + .feature-card__link {
  margin-top: 22px;
}
.feature-card__link.-blank::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5LjI4NTcyIiBoZWlnaHQ9IjkuMjg1NzIiIHN0cm9rZT0iIzJDMkYzNiIvPgo8cGF0aCBkPSJNMS43MTQzNiAxMi4wMDAxSDEyLjAwMDFWMS43MTQzNiIgc3Ryb2tlPSIjMkMyRjM2Ii8+Cjwvc3ZnPgo=") no-repeat center;
}

.feature-card__img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.feature-card__arrow {
  background-color: transparent;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .feature-card .feature-card__num {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .feature-card .feature-card__text-area {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .feature-card .feature-card__img {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .feature-card .feature-card__arrow {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .feature-card__img, .feature-card__text, .feature-card__link {
    display: none;
  }
  .feature-card.-open {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .feature-card.-open .feature-card__img,
  .feature-card.-open .feature-card__text {
    display: block;
  }
  .feature-card.-open .feature-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-card__arrow {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .feature-card__arrow.-active {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.feature-sp-card {
  padding-top: 45px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 22px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 94.6666666667vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.feature-sp-card + .feature-sp-card {
  margin-top: 15px;
}

.feature-sp-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.feature-sp-card__img {
  border-radius: 10px;
  overflow: hidden;
}

.feature-sp-card__num {
  color: #dee5eb;
  font-style: italic;
  font-size: 116px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
}

.feature-sp-card__label {
  font-size: 15px;
  color: #1a5c9a;
}

.feature-sp-card__copy {
  font-size: 21.5px;
  letter-spacing: 0.005em;
  line-height: 1.42;
  margin-top: 10px;
}

.feature-sp-card__bottom {
  margin-top: 20px;
  display: none;
}

.feature-sp-card__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 25px;
}

.feature-sp-card__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.feature-sp-card__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAwLjk5OTczMUwxMSA2LjQ5OTg4TDUuNSAxMiIgc3Ryb2tlPSIjMkMyRjM2Ii8+CjxwYXRoIGQ9Ik0wLjYyOTM5NSA2LjQ5OTg4SDExLjAwMDMiIHN0cm9rZT0iIzJDMkYzNiIvPgo8L3N2Zz4K") no-repeat center;
  width: 12px;
  height: 13px;
}
.feature-sp-card__link + .feature-sp-card__link {
  margin-top: 22px;
}
.feature-sp-card__link.-blank::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5LjI4NTcyIiBoZWlnaHQ9IjkuMjg1NzIiIHN0cm9rZT0iIzJDMkYzNiIvPgo8cGF0aCBkPSJNMS43MTQzNiAxMi4wMDAxSDEyLjAwMDFWMS43MTQzNiIgc3Ryb2tlPSIjMkMyRjM2Ii8+Cjwvc3ZnPgo=") no-repeat center;
}

.feature-sp-card__button {
  background-color: transparent;
  border: none;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  margin-top: 20px;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.feature-sp-card__button.-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hall {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(222, 229, 235, 0.3);
}
@media print, screen and (max-width: 1023.9px) {
  .hall {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hall__img {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .hall__img {
    margin-top: 40px;
    position: relative;
  }
}
.hall__img picture,
.hall__img img {
  display: block;
  width: 100%;
  height: auto;
}

.hall__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px !important;
  will-change: transform, opacity;
}

.hall__hotspot {
  position: absolute;
  display: block;
  background: transparent;
}

@media print, screen and (min-width: 1024px) {
  .hall__hotspot.-hall-a {
    left: 10%;
    top: 0%;
    width: 18%;
    height: 55%;
  }
  .hall__hotspot.-hall-b {
    left: 28.6%;
    top: 0;
    width: 14.8%;
    height: 55%;
  }
  .hall__hotspot.-room-1 {
    top: 0;
    left: 61.5%;
    width: 12%;
    height: 52%;
  }
  .hall__hotspot.-room-2 {
    left: 73.5%;
    top: 0;
    width: 10%;
    height: 44%;
  }
  .hall__hotspot.-room-3 {
    left: 90.6%;
    top: 0%;
    width: 9%;
    height: 23%;
  }
  .hall__hotspot.-room-4 {
    top: 24%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .hall__hotspot.-room-5 {
    right: 0;
    top: 37%;
    width: 9%;
    height: 13%;
  }
  .hall__hotspot.-room-6 {
    right: 0;
    top: 51%;
    width: 9%;
    height: 16%;
  }
  .hall__hotspot.-room-7 {
    right: 0;
    width: 12%;
    bottom: 3%;
    height: 30%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .hall__hotspot.-hall-a {
    left: 10%;
    width: 18%;
    top: 0;
    height: 54%;
  }
  .hall__hotspot.-hall-b {
    left: 29%;
    top: 0;
    width: 14%;
    height: 54%;
  }
  .hall__hotspot.-room-1 {
    left: 61.6%;
    width: 11.8%;
    top: 0;
    height: 52%;
  }
  .hall__hotspot.-room-2 {
    left: 74%;
    top: 0;
    width: 9%;
    height: 43%;
  }
  .hall__hotspot.-room-3 {
    width: 9%;
    right: 0;
    top: 0;
    height: 10%;
  }
  .hall__hotspot.-room-4 {
    top: 24%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .hall__hotspot.-room-5 {
    top: 37%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .hall__hotspot.-room-6 {
    top: 51%;
    right: 0;
    width: 9%;
    height: 15%;
  }
  .hall__hotspot.-room-7 {
    right: 0;
    bottom: 3%;
    width: 12%;
    height: 30%;
  }
}
.hall__text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-top: 12px;
}
@media print, screen and (max-width: 1023.9px) {
  .hall__text {
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
  }
}

.hall__row {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .hall__row {
    margin-top: 40px;
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .hall-card {
    border-radius: 10px;
    overflow: hidden;
  }
}

.hall-card__text-area {
  background-color: #fff;
  padding: 30px 30px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .hall-card__text-area {
    padding: 20px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.hall-card__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border-left: 2px solid #1a5c9a;
}
@media print, screen and (max-width: 1023.9px) {
  .hall-card__heading {
    padding-left: 10px;
  }
}

.hall-card__text {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media print, screen and (max-width: 1023.9px) {
  .hall-card__text {
    margin-top: 7px;
  }
}

.hall-card__link {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 1023.9px) {
  .hall-card__link {
    margin-top: 19px;
  }
}
.hall-card__link::after {
  content: "";
  width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMUwxMiA3TDYgMTMiIHN0cm9rZT0iIzJDMkYzNiIvPgo8cGF0aCBkPSJNMC42ODYyNzkgN0gxMiIgc3Ryb2tlPSIjMkMyRjM2Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}

.scene {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(222, 229, 235, 0.75);
}
@media print, screen and (max-width: 1023.9px) {
  .scene {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.scene__tab-area {
  margin-top: 80px;
}

/*
.tab-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  @media print, screen and (max-width: 1023.9px) {
    display: none;
  }
}
.tab {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  &::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMNyAxMkwxIDYiIHN0cm9rZT0id2hpdGUiLz4KPHBhdGggZD0iTTcgMC42ODY1MjNWMTIuMDAwMiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  &.-active {
    overflow: initial;
    &::after {
      content: "";
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      display: block;
      width: 100%;
      height: calc(100% + 20px);
      background: #1a5c9a;
      position: absolute;
      transform: none;
      top: 0;
      left: 0;
    }
    .tab__text {
      top: 58%;
    }
  }
}
.tab__text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.009em;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.tab-content {
  background-color: #fff;
  margin-top: 20px;
  border-top: 2px solid #1a5c9a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 80px;
  display: none;
  @media print, screen and (max-width: 1023.9px) {
    border-top: none;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
    margin-bottom: 40px;
  }
  &.-active {
    display: grid;
  }
}
.tab-content__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border-left: 2px solid #1a5c9a;
}
.tab-content__info {
  margin-top: 34px;
}
.tab-content__info-row {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 80px 1fr;
  @media print, screen and (max-width: 1023.9px) {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  & + & {
    margin-top: 14px;
  }
}
.tab-content__info-label {
  background-color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  @media print, screen and (max-width: 1023.9px) {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
  }
}
.tab-content__info-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  @media print, screen and (max-width: 1023.9px) {
    margin-top: 7px;
  }
}
.tab-content__price {
  display: flex;
  @media print, screen and (max-width: 1023.9px) {
    flex-direction: column;
  }
  .tab-content__info-text {
    &:nth-of-type(1) {
      @media print, screen and (min-width: 1024px) {
        margin-right: 14px;
        padding-right: 14px;
        border-right: 1px solid rgba($color: #000000, $alpha: 0.2);
      }
      @media print, screen and (max-width: 1023.9px) {
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid rgba($color: #000000, $alpha: 0.2);
      }
    }
  }
}
.tab-content__tab-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tab-content__tab-slash {
  font-size: 14px;
}
.tab-content__tab {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  background-color: transparent;
  border: none;
  letter-spacing: 0.009em;
  &:not(.-active) {
    text-decoration: underline;
  }
  &.-active {
    color: #1a5c9a;
  }
}
.tab-content__tab-content {
  display: none;
  &.-active {
    display: block;
  }
}
*/
@media print, screen and (max-width: 1023.9px) {
  .scene__tab-area {
    margin-top: 20px;
    position: relative;
  }
  .scene__tab-area .tab-content {
    display: -ms-grid !important;
    display: grid !important;
  }
  .scene__tab-area .tab-content-wrap {
    position: static;
    overflow: hidden;
    padding: 0 20px;
  }
  .scene__tab-area .scene-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin: 0 -20px;
    will-change: transform;
  }
  .scene__tab-area .tab-content-wrap .tab-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .scene__tab-area .scene-slider__nav {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #181b22;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
  }
  .scene__tab-area .scene-slider__nav::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .scene__tab-area .scene-slider__nav.-prev {
    left: -20px;
  }
  .scene__tab-area .scene-slider__nav.-prev::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .scene__tab-area .scene-slider__nav.-next {
    right: -20px;
  }
  .scene__tab-area .scene-slider__nav.-next::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
.co-slider {
  margin-top: 40px;
  overflow: hidden;
  width: 100vw;
}
@media print, screen and (max-width: 1023.9px) {
  .co-slider {
    margin-left: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 1024px) {
  .co-slider {
    margin-left: calc((100% - 330px) / 2 - 50vw);
  }
}

.co-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  will-change: transform;
}

.co-slider__slide {
  background-color: #fff;
  border-radius: 10px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 187px;
}

.access {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .access {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.access__map {
  margin-top: 90px;
  aspect-ratio: 900/535;
}
@media print, screen and (max-width: 1023.9px) {
  .access__map {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 750/540;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access__row {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.23fr 16px 1fr;
  grid-template-columns: 1.23fr 1fr;
  gap: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .access__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 8px;
  }
}

.access-card {
  border-radius: 10px;
  padding: 40px 60px;
  background-color: rgba(187, 204, 219, 0.3);
}
@media print, screen and (max-width: 1023.9px) {
  .access-card {
    padding: 20px 30px;
  }
}
.access-card.-small {
  padding: 32px 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card.-small {
    padding: 20px 30px;
  }
}
.access-card + .access-card {
  margin-top: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card + .access-card {
    margin-top: 8px;
  }
}

.access-card__heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 10px;
  border-left: 1px solid #1a5c9a;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__heading {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.access-card__heading.-mb_small {
  margin-bottom: 20px;
}

.access-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
  }
}
.access-card__row + .access-card__row {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row + .access-card__row {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row.-sp-bb_none {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row.-has_inner {
    display: block;
  }
}

.access-card__inner-row {
  display: contents;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__inner-row .access-card__label {
    margin-top: 5px;
  }
}

.access-card__text {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__text {
    font-size: 16px;
  }
}
.access-card__text span {
  display: block;
  font-size: 14px;
}

.access-card__label {
  background-color: #000;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label {
    font-size: 14px;
    padding: 8px;
    margin-left: auto;
    width: 80px;
    text-align: center;
  }
}
.access-card__label span {
  font-size: 22px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label span {
    font-size: 16px;
  }
}
.access-card__label.-only {
  font-size: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label.-only {
    font-size: 16px;
  }
}

.access-card__address {
  font-size: 16px;
}

.access-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(6, 9, 16, 0.6);
}
.access-card__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5LjI4NTcyIiBoZWlnaHQ9IjkuMjg1NzIiIHN0cm9rZT0iIzJDMkYzNiIvPgo8cGF0aCBkPSJNMS43MTQzNiAxMi4wMDAxSDEyLjAwMDFWMS43MTQzNiIgc3Ryb2tlPSIjMkMyRjM2Ii8+Cjwvc3ZnPgo=") no-repeat center;
  width: 13px;
  height: 13px;
}

.access__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  height: 56px;
  width: 256px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .access__link {
    margin-top: 40px;
  }
}
.access__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMUwxNCA4TDcgMTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0wLjgwMDc4MSA4SDE0LjAwMDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+Cjwvc3ZnPgo=") no-repeat center;
  width: 15px;
  height: 16px;
}

.qa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e6ebf0;
}
@media print, screen and (max-width: 1023.9px) {
  .qa {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.qa__area {
  margin-top: 80px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__area {
    margin-top: 40px;
  }
}
.qa__area.-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  height: 120px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 235, 240, 0)), color-stop(50%, #e6ebf0));
  background: linear-gradient(180deg, rgba(230, 235, 240, 0) 0%, #e6ebf0 50%);
}
@media print, screen and (max-width: 1023.9px) {
  .qa__area.-collapsed::after {
    bottom: 11%;
  }
}

.qa__card {
  border-radius: 10px;
  padding: 20px 40px;
  position: relative;
  display: block;
  background-color: #fff;
  /* --------アコーディオンの中身のスタイル-------- */
  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  /* アコーディオンが開いた時のスタイル */
  /* --------アコーディオンの中身のスタイル-------- */
}
@media print, screen and (max-width: 1023.9px) {
  .qa__card {
    padding: 10px 34px 10px 20px;
  }
}
.qa__card::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA3MTEgNS4wNzE1MUwxMCAxMi4xNDI2TDIuOTI4OTMgNS4wNzE1MSIgc3Ryb2tlPSIjREVFNUVCIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__card::after {
    right: 10px;
  }
}
.qa__card::details-content {
  -webkit-transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #f0f2ff;
}
.qa__card[open]::details-content {
  opacity: 1;
  cursor: pointer;
}
.qa__card[open]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.qa__card[open] .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa__card .qa__card-content {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 74px;
  gap: 20px;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .qa__card .qa__card-content {
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .qa__card .qa__card-content {
    padding-left: 34px;
    gap: 10px;
    font-size: 13px;
  }
}
.qa__card .qa__card-content::before {
  content: "A.";
  font-size: 24px;
  color: #1a5c9a;
  font-family: "Outfit", sans-serif;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__card .qa__card-content::before {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.qa__card .qa__card-content::after {
  content: "";
  display: block;
  height: 17px;
  width: 1px;
  background-color: #1a5c9a;
  position: absolute;
  left: 60px;
  top: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__card .qa__card-content::after {
    left: 20px;
  }
}
.qa__card + .qa__card {
  margin-top: 10px;
}
.qa__card a {
  display: inline;
  text-decoration: underline;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  .qa__card[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .qa__card[open]::details-content {
    height: auto;
    overflow: visible; /* iOS Safari フォールバック: 余白の青背景を出さない */
  }
}
.qa__card summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
}
.qa__card summary::-webkit-details-marker {
  display: none;
}
.qa__card summary::before {
  content: "Q.";
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.qa__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 5px;
  width: 256px;
  height: 56px;
  letter-spacing: 0.01em;
  background-color: #181b22;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__link {
    margin-top: 40px;
  }
}
.qa__link::after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/top/arrow-white.webp);
  fill: #fff;
}

.qa__heading {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .qa__heading {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.qa__heading.-mt_0 {
  margin-top: 0;
}

.tab-area {
  margin-top: 50px;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list {
    gap: 5px;
  }
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  background-color: transparent;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.tab.-t1 {
  background: url(../img/top/tab1.png);
  background-size: cover;
}
.tab.-t2 {
  background: url(../img/top/tab2.png);
  background-size: cover;
}
.tab.-t3 {
  background: url(../img/top/tab3.png);
  background-size: cover;
}
.tab.-t4 {
  background: url(../img/top/tab4.png);
  background-size: cover;
}
.tab.-t5 {
  background: url(../img/top/tab5.png);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .tab {
    height: 50px;
    font-size: 12px;
    border-width: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .tab:hover {
    opacity: 1;
    background: #1a5c9a;
    background-image: none;
  }
  .tab:hover .tab__text {
    color: #fff;
  }
}
.tab::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/icon_arrow.svg);
}
@media print, screen and (min-width: 1024px) {
  .tab::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tab.-active {
  overflow: initial;
}
.tab.-active::after {
  content: "";
  border: 2px solid #1a5c9a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 24px);
  background: #1a5c9a;
  position: absolute;
  -webkit-transform: none;
          transform: none;
  top: -2px;
  left: -2px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab.-active::after {
    height: calc(100% + 8px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.tab.-active .tab__text {
  color: #fff;
}

.tab__text {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.009em;
  width: 100%;
  z-index: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .tab__text {
    font-size: 12px;
  }
}

.tab-content {
  background-color: #fff;
  margin-top: 20px;
  border-top: 2px solid #1a5c9a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 80px;
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content {
    border-top: none;
    margin-top: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
}
.tab-content.-active {
  display: -ms-grid;
  display: grid;
}

.tab-content__left {
  min-width: 0;
}

.tab-content__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border-left: 2px solid #1a5c9a;
}

.tab-content__info {
  margin-top: 34px;
}

.tab-content__info-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 14px;
  -ms-grid-columns: 80px 14px 1fr;
  grid-template-columns: 80px 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
.tab-content__info-row + .tab-content__info-row {
  margin-top: 14px;
}

.tab-content__info-label {
  background-color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-label {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
  }
}

.tab-content__info-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-text {
    margin-top: 7px;
  }
}

.tab-content__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-content__price .tab-content__info-text:nth-of-type(1) {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__price .tab-content__info-text:nth-of-type(1) {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.tab-content__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.tab-content__tab-slash {
  font-size: 14px;
}

.tab-content__tab {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  background-color: transparent;
  border: none;
  letter-spacing: 0.009em;
}
.tab-content__tab:not(.-active) {
  text-decoration: underline;
}
.tab-content__tab.-active {
  color: #1a5c9a;
}

.tab-content__tab-content {
  display: none;
}
.tab-content__tab-content.-active {
  display: block;
}

.tab-inner-swiper {
  overflow: hidden;
  min-width: 0;
}

.tab-inner-swiper__pagination {
  margin-top: 14px;
  text-align: center;
}
.tab-inner-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 6px;
}
.tab-inner-swiper__pagination .swiper-pagination-bullet-active {
  background: #1a5c9a;
}

.tab-content__right {
  min-height: 220px;
  min-width: 0;
}

.tab-content__tab-content .img-cap img {
  width: 100%;
  height: auto;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(222, 229, 235, 0.7);
  display: none;
}