@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

*, *:before, *:after {
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #282828;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #282828;
  word-break: break-all;
}

img {
  width: 100%;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-br {
    display: block;
  }
}

.arch {
  margin-bottom: -0.5px;
}

main {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}

.w-full {
  width: 100%;
}

.w-wide {
  max-width: 1130px;
  margin: 0 auto;
}

.w-medium {
  max-width: 898px;
  margin: 0 auto;
}

.section {
  position: relative;
}
.section__heading {
  width: 100%;
  text-align: center;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    padding-bottom: 24px;
  }
}
.section__heading__title {
  font-size: 43px;
}
@media screen and (max-width: 1024px) {
  .section__heading__title {
    font-size: 32px;
  }
}
.section__heading__jp {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .section__heading__jp {
    font-size: 12px;
  }
}
.section .sec-heading {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section .sec-heading {
    padding-bottom: 24px;
  }
}
.section .sec-heading:before, .section .sec-heading:after {
  content: "";
  height: 4px;
  flex-grow: 1;
  width: 100%;
  background-color: #282828;
}
@media screen and (max-width: 1024px) {
  .section .sec-heading:before, .section .sec-heading:after {
    height: 2px;
  }
}
.section .sec-heading .section__heading {
  width: auto;
  padding: 0 48px;
}
@media screen and (max-width: 1024px) {
  .section .sec-heading .section__heading {
    padding: 0 32px;
  }
}
.section .sec-heading .section__heading__title {
  text-align: center;
  font-size: 52px;
}
@media screen and (max-width: 1024px) {
  .section .sec-heading .section__heading__title {
    font-size: 32px;
  }
}
.section .sec-heading .section__heading__jp {
  position: relative;
  text-align: center;
  font-weight: normal;
  border-top: none;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .section .sec-heading .section__heading__jp {
    font-size: 12px;
  }
}
.section__wide {
  padding-left: 40px;
  padding-right: 40px;
}
.section__medium {
  max-width: 1000px;
  margin: 0 auto;
}

.subPage main {
  margin-top: 92px;
  background-image: url(../img/bg/arch_subpage.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  .subPage main {
    margin-top: 70px;
    background-image: url(../img/bg/arch_subpage_sp.svg);
  }
}
@media screen and (max-width: 1024px) {
  .subPage .breadcrumbs {
    order: 10;
  }
}
.subPage .section {
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .subPage .section {
    padding-top: 24px;
  }
}
.subPage .section h1.section__heading {
  padding-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .subPage .section h1.section__heading {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .subPage .section__contents {
    padding: 0 16px;
  }
}
.subPage .sub-area {
  padding-top: 64px;
  margin-top: 120px;
  border-top: 3px solid #282828;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .subPage .sub-area {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .subPage .sub-area {
    padding: 48px 0 0;
    margin: 48px 16px 0;
  }
}
.subPage .sub-area .arch {
  display: none;
}
.subPage .footer {
  background: #F0F0F0;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .subPage .footer {
    padding-top: 16px;
  }
}
.subPage .footer__inner {
  padding: 0;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 56px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 30px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .button {
    width: 220px;
    height: 42px;
    font-size: 12px;
    gap: 12px;
  }
}
.button:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}
.button--primary {
  color: #fff;
  background-color: #282828;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.button--primary:after {
  background: url(../img/icon/arrow_line_wh.svg) no-repeat center;
}
.button--primary:hover {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.button--primary:hover:after {
  opacity: 0.5;
}
.button--secondary {
  background-color: #F0F0F0;
  color: #282828;
}
.button--secondary:after {
  background: url(../img/icon/arrow_line_bk.svg) no-repeat center;
}
.button--secondary:hover {
  color: rgba(40, 40, 40, 0.5);
  opacity: 1;
}
.button--secondary:hover:after {
  opacity: 0.5;
}
.button--tertiary {
  background-color: #fff;
  color: #282828;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  gap: 8px;
}
.button--tertiary:before, .button--tertiary:after {
  content: none;
}
.button--tertiary:hover {
  color: rgba(40, 40, 40, 0.5);
  opacity: 1;
}
.button--tertiary:hover:after,
.button--tertiary:hover svg {
  opacity: 0.5;
}
.button--tertiary.hasArrow:after {
  content: "";
  background: url(../img/icon/arrow_line_bk.svg) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .button--tertiary.hasArrow:after {
    position: relative;
    right: auto;
  }
}
.button--tertiary.hasIconLeft:before {
  content: "";
  background: url(../img/icon/arrow_line_bk.svg) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
}
.button--tertiary.hasIconRight:after {
  content: "";
  background: url(../img/icon/arrow_line_bk.svg) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
}
.button--tertiary.hasIconLeft:hover:before, .button--tertiary.hasIconLeft:hover:after, .button--tertiary.hasIconRight:hover:before, .button--tertiary.hasIconRight:hover:after {
  opacity: 0.5;
}

.hasButton {
  position: relative;
  display: block;
}
.hasButton a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: url(../img/icon/hasButton.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.hasButton:hover a:after {
  right: 8px;
}

.shareButton a {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .shareButton a {
    width: 40px;
    height: 40px;
  }
}

.two_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}

.three_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media screen and (max-width: 1024px) {
  .three_column {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.four_column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 24px;
}
@media screen and (max-width: 1024px) {
  .four_column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.five_column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px 24px;
}
@media screen and (max-width: 1024px) {
  .five_column {
    grid-template-columns: repeat(2, 1fr);
  }
}

:root {
  --section-bg-color: #f0f0f0;
  --border-w: 17px;
  --button-w: 46px;
}
@media screen and (max-width: 1024px) {
  :root {
    --border-w: 8px;
    --button-w: 24px;
  }
}

.card-deform {
  display: inline-block;
  background: white;
  border-radius: 40px;
  position: relative;
}
.card-deform a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
}
.card-deform__button {
  background: var(--section-bg-color);
  display: inline-block;
  border: var(--border-w) solid var(--section-bg-color);
  border-radius: 50%;
  position: absolute;
  width: var(--button-w);
  height: var(--button-w);
  line-height: var(--button-w);
  right: calc(var(--border-w) * -1);
  bottom: calc(var(--border-w) * -1);
  box-sizing: content-box;
}
.card-deform__button:before {
  content: "";
  background: white;
  display: inline-block;
  border: var(--border-w) solid var(--section-bg-color);
  border-bottom-right-radius: calc(var(--border-w) * 2);
  position: absolute;
  width: calc(var(--button-w) / 2 + var(--border-w));
  height: calc(var(--border-w) * 2);
  right: calc(var(--border-w) * -1);
  top: calc(var(--border-w) * -2);
  border-top-width: 0;
  border-left-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  box-sizing: border-box;
}
.card-deform__button:after {
  content: "";
  background: white;
  display: inline-block;
  border: var(--border-w) solid var(--section-bg-color);
  border-bottom-right-radius: calc(var(--border-w) * 2);
  position: absolute;
  width: calc(var(--border-w) * 2);
  height: calc(var(--button-w) / 2 + var(--border-w));
  left: calc(var(--border-w) * -2);
  bottom: calc(var(--border-w) * -1);
  border-top-width: 0;
  border-left-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  box-sizing: border-box;
}
.card-deform__button--arrow {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--button-w);
  height: var(--button-w);
  line-height: var(--button-w);
}
.card-deform__button--arrow:before {
  content: "";
  background: url(../img/icon/arrow_line_bk.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
}
@media screen and (max-width: 1024px) {
  .card-deform__button--arrow:before {
    width: 16px;
    height: 16px;
    top: 4px;
    right: 4px;
  }
}
.card-deform:hover .card-deform__button--arrow {
  right: -8px;
}

.cardItem__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cardItem__link:hover .cardItem__contents__date,
.cardItem__link:hover .cardItem__contents__title,
.cardItem__link:hover .cardItem__contents__tag {
  opacity: 0.5;
}
.cardItem__contents {
  background: #fff;
  padding: 20px 24px;
  border-radius: 0 0 40px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .cardItem__contents {
    border-radius: 0 0 24px 24px;
    padding: 12px 16px;
  }
}
.cardItem__contents__date {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .cardItem__contents__date {
    font-size: 11px;
  }
}
.cardItem__contents__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .cardItem__contents__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.cardItem__contents__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #8E8E8E;
  padding-right: 40px;
  min-height: 40px;
}
@media screen and (max-width: 1024px) {
  .cardItem__contents__tag {
    font-size: 10px;
    gap: 4px 8px;
    min-height: 20px;
  }
}
.card__list.noFrame .card__list__item {
  filter: none;
}
.card__list.noFrame .cardItem__contents {
  padding: 16px 0 0;
  background: none;
}
.card__list.noFrame .card-deform__button {
  display: none;
}

.pagination {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 72px 0 4px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    gap: 8px;
    padding: 48px 0 4px;
  }
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pagination__prev, .pagination__next {
    width: 38px;
    height: 38px;
  }
}
.pagination__prev:after, .pagination__next:after {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .pagination__prev:after, .pagination__next:after {
    width: 24px;
    height: 24px;
  }
}
.pagination__prev:hover:after, .pagination__next:hover:after {
  opacity: 0.5;
}
.pagination__prev:after {
  background-image: url(../img/icon/prev.svg);
}
.pagination__next:after {
  background-image: url(../img/icon/next.svg);
}
.pagination .inactive {
  background: none;
  box-shadow: none;
}
.pagination .inactive:after {
  opacity: 0.5;
}
.paginationNum {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .paginationNum {
    gap: 8px;
  }
}
.paginationNum__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .paginationNum__item {
    width: 38px;
    height: 38px;
  }
}
.paginationNum__item:hover {
  color: rgba(40, 40, 40, 0.5);
}
.paginationNum__dot, .paginationNum__last {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .paginationNum__dot, .paginationNum__last {
    gap: 8px;
  }
}
.paginationNum .current_page {
  background: #282828;
  color: #fff;
}

.breadcrumbs {
  padding: 16px 0px 16px 40px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 48px 16px 0;
  }
}
.breadcrumbs__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  word-break: break-all;
}
.breadcrumbs__item {
  font-size: 12px;
  position: relative;
}
.breadcrumbs__item:first-child {
  font-weight: normal;
}
.breadcrumbs__item:not(:first-child) {
  padding-left: 24px;
}
.breadcrumbs__item:not(:first-child):before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background: url(../img/icon/arrowRight_fill.svg);
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 100%;
  transform: translateY;
}
.breadcrumbs__item a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .f-bk .breadcrumbs {
    background: #282828;
    color: #fff;
  }
  .f-bk .breadcrumbs__item:before {
    background: #fff;
    mask: url(../img/icon/arrowRight_fill.svg);
  }
  .f-bk .breadcrumbs__item a {
    color: #fff;
  }
}

.searchBox {
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .searchBox {
    padding: 24px 16px 0;
  }
}
.searchBox input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.searchBox__wrap {
  display: grid;
  grid-template-columns: minmax(auto, 754px) 206px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1180px) {
  .searchBox__wrap {
    grid-template-columns: 1fr 42px;
    gap: 12px;
  }
  .searchBox__wrap .searchBox__button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    background-color: #282828;
    position: relative;
  }
  .searchBox__wrap .searchBox__button__input {
    color: transparent;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    background: #fff;
    mask: url(../img/icon/search.svg) no-repeat center center/contain;
    mask-size: 24px 24px;
  }
}
.searchBox__inputWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 48px;
  padding: 8px 8px 8px 56px;
  border: 1px solid #282828;
  border-radius: 6px;
  position: relative;
}
.searchBox__inputWrap:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.searchBox__input {
  width: 100%;
  height: 100%;
}
.searchBox__close {
  width: 24px;
  height: 24px;
}
.searchBox__button {
  width: 206px;
  height: 56px;
}
.searchBox__button__input {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.searchBox__button:after {
  content: none;
}

.menu-btn {
  display: block;
  position: relative;
  background: #282828;
  border-radius: 50%;
  border: none;
  appearance: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 1s;
  z-index: 100;
}
.menu-btn span {
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s;
}
.menu-btn:after {
  content: "メニュー";
  position: absolute;
  top: 40px;
  left: auto;
  right: auto;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.menu-btn.active:after {
  content: "閉じる";
}
.menu-btn.active span:nth-of-type(1) {
  transform: translateY(3px) rotate(45deg);
  background: #fff;
}
.menu-btn.active span:nth-of-type(2) {
  display: none;
}
.menu-btn.active span:nth-of-type(3) {
  transform: translateY(-3px) rotate(-45deg);
  background: #fff;
}

.menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.menu ul li a {
  display: flex;
  width: 100px;
  height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .menu ul li a {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
  }
}
.menu ul li a svg {
  width: 32px;
  height: 32px;
  fill: #282828;
}
.menu ul li a:hover {
  opacity: 1;
}
.menu ul li a:hover:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 4px solid #282828;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
.menu ul li a:hover svg {
  fill: #fff;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 92px;
  padding: 0 24px 0 40px;
  background: #fff;
  border-left: 0;
  border-top: 4px solid #282828;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1180px) {
  .header {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header__fixed__logo {
  width: 122px;
  height: 32px;
}
.header__open {
  display: none;
}
.header__open.active {
  display: block;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 88px;
  right: 0;
  z-index: 99;
  width: 100%;
  border-top: 1px solid #282828;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .header__open.active {
    top: 66px;
  }
}
.header__open.active .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(40, 40, 40, 0.4);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1024px) {
  .header__open.active .overlay {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__open.menu.active {
    position: static;
    background: none;
    border: none;
  }
  .header__open.menu.active .overlay {
    display: none;
  }
  .header__open.menu.active ul {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .header__open.menu.active {
    position: fixed;
  }
  .header__open.menu.active .overlay {
    display: block;
  }
}
.header .menu {
  display: block;
}
@media screen and (max-width: 1180px) {
  .header .menu {
    display: none;
  }
  .header .menu.active {
    display: block;
    position: absolute;
    left: 0;
    top: 89px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1024px) {
  .header .menu.active {
    top: 66px;
  }
}
@media screen and (max-width: 1180px) {
  .header .menu.active .overlay {
    display: block;
  }
}
.header .menu .searchBox {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header .menu .searchBox {
    display: block;
  }
  .header .menu .searchBox__button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    background-color: #282828;
    position: relative;
  }
  .header .menu .searchBox__button__input {
    color: transparent;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    background: #fff;
    mask: url(../img/icon/search.svg) no-repeat center center/contain;
    mask-size: 24px 24px;
  }
}
.header .menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  .header .menu ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 16px;
    background: #fff;
  }
}
.header .menu ul li a {
  display: flex;
  width: 100px;
  height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .header .menu ul li a {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 12px;
  }
}
.header .menu ul li a.current {
  position: relative;
}
.header .menu ul li a.current:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 4px solid #282828;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .header .menu ul li a.current:after {
    display: none;
  }
}
.header .menu ul li a svg {
  width: 32px;
  height: 32px;
  fill: #282828;
}
.header .menu ul li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .header .menu ul li a:hover {
    background-color: #282828;
    border-radius: 100px;
    color: #fff;
  }
  .header .menu ul li a:hover svg {
    fill: #fff;
  }
}
.header .menu ul li a:hover:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 4px solid #282828;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .header .menu ul li a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .header .menu ul .menu-floor {
    order: 1;
  }
  .header .menu ul .menu-faq {
    order: 2;
  }
  .header .menu ul .menu-event {
    order: 3;
  }
  .header .menu ul .menu-tourists {
    order: 4;
  }
  .header .menu ul .menu-feature {
    order: 5;
  }
  .header .menu ul .menu-business {
    order: 6;
  }
  .header .menu ul .menu-shop {
    order: 7;
  }
}
.header .language-menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 32px 16px;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .header .language-menu ul {
    display: grid;
    grid-template-columns: repeat;
    grid-template-columns: repeat(2, 1fr);
  }
}
.header .language-menu ul li a {
  display: flex;
  align-items: center;
  padding: 8px 24px;
}
.header .language-menu ul li a:hover {
  background: #111;
  color: #fff;
  border-radius: 50px;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 1180px) {
  .header__right {
    gap: 24px;
  }
}
@media screen and (max-width: 1180px) {
  .header__right__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header__right__item {
    gap: 0;
  }
}
@media screen and (max-width: 1180px) {
  .header__right__item svg {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1024px) {
  .header__right__item svg {
    width: 24px;
    height: 24px;
  }
}
.header__right__item--language {
  width: 130px;
  height: 42px;
  padding: 0 16px;
}
@media screen and (max-width: 1180px) {
  .header__right__item--language {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
.header__right__item--floor {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__right__item--floor {
    display: flex;
    align-items: center;
  }
  .header__right__item--floor svg {
    fill: #282828;
  }
}
.header__right .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #282828;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header__right .search-btn {
    display: none;
  }
}
.header__right .search-btn svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.header__right .menu-btn {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__right .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #282828;
  }
  .header__right .menu-btn span {
    background: #fff;
  }
  .header__right .menu-btn:after {
    content: none;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 1180px) {
  .sp-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .sp-nav svg {
    fill: #282828;
  }
}

.top .header__side {
  display: flex;
  width: 100px;
  height: 100vh;
  padding: 30px 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 4px solid #282828;
  box-shadow: none;
  background: #fff;
  z-index: 10;
}
.top .header__side__logo {
  width: 60px;
  height: 60px;
}
.top .header__side__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.top .header__side__menu .menu-btn {
  background: none;
}
.top .header__side__menu .menu-btn span {
  background: #282828;
}
.top .header__side__navSub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.top .header__side__navSub__item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #282828;
  cursor: pointer;
}
.top .header__side__navSub__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  font-size: 11px;
}
.top .header__side__navSub__inner svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}
.top .header__side__navSub__inner:hover {
  color: rgba(255, 255, 255, 0.5);
}
.top .header__side__navSub__inner:hover svg {
  opacity: 0.5;
}
.top .header__side .header__open {
  display: none;
}
.top .header__side .header__open.active {
  display: block;
  position: fixed;
  width: 260px;
  height: 100vh;
  top: 0;
  left: auto;
  right: 97px;
  margin-top: 0;
  border-left: 4px solid #282828;
  background: #fff;
}
.top .header__side .header__open.active .overlay {
  display: none;
}
.top .header__side .header__open.active .searchBox {
  display: none;
}
.top .header__side .header__open:before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(40, 40, 40, 0.4);
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s;
}
.top .header__side .menu,
.top .header__side .language-menu {
  display: none;
}
.top .header__side .menu.active,
.top .header__side .language-menu.active {
  width: 260px;
}
.top .header__side .menu.active ul,
.top .header__side .language-menu.active ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 32px 0;
  height: 100%;
  gap: 8px;
}
.top .header__side .menu.active ul li,
.top .header__side .language-menu.active ul li {
  padding: 8px 24px;
  width: 100%;
}
.top .header__side .menu.active ul li a,
.top .header__side .language-menu.active ul li a {
  padding: 8px 12px;
  width: 100%;
  height: 64px;
  flex-direction: row;
  justify-content: flex-start;
}
.top .header__side .menu.active ul li a:hover,
.top .header__side .language-menu.active ul li a:hover {
  background-color: #282828;
  border-radius: 100px;
  color: #fff;
  border: 0;
}
.top .header__side .menu.active ul li a:hover:after,
.top .header__side .language-menu.active ul li a:hover:after {
  content: none;
}
.top .header__side .menu.active ul li a:hover svg,
.top .header__side .language-menu.active ul li a:hover svg {
  fill: #fff;
}
.top .header__side .menu.active:before,
.top .header__side .language-menu.active:before {
  right: 357px;
}
.top .header__side .language-menu ul li {
  text-align: center;
}
.top .header__side .search-menu.active {
  width: calc(100% - 97px);
}
.top .header__side .search-menu.active .searchBox {
  display: block;
}
.top .header__side .search-menu.active:before {
  content: none;
}

.top .header__side {
  display: flex;
}
.top .header__side.scroll {
  display: none;
}
.top .header__side.scroll .menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top .header__side {
    display: none;
  }
}

.header__fixed {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__fixed {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header__fixed.scroll {
  display: flex;
}

.subPage .header__side {
  display: none;
}
.subPage .header__fixed {
  display: flex;
}

.footer {
  overflow: hidden;
  padding-top: 120px;
}
.footer__wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  width: 369px;
  height: 105px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 140px;
    height: 40px;
  }
}
.footer .button--primary:after {
  content: none;
}
.footer__nav {
  width: 100%;
  padding: 48px;
  margin-top: 48px;
  border-top: 1px solid #282828;
  border-bottom: 8px solid #282828;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    padding: 24px 16px;
  }
}
.footer__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  padding: 24px 0 16px;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul {
    gap: 8px 32px;
    padding-bottom: 24px;
  }
}
.footer__nav ul li {
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul li {
    font-size: 11px;
  }
}
.footer__nav ul li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 4px;
  width: 2px;
  height: 16px;
  background-color: #282828;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul li:nth-of-type(n+2)::before {
    left: -16px;
    top: 0;
    width: 1px;
  }
}
.footer__nav ul li:hover {
  opacity: 0.5;
}
.footer__nav__copyright {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.f-bk .footer {
  background: #282828;
}

.reservation__wrap {
  background-color: #282828;
}
@media screen and (max-width: 1024px) {
  .reservation__wrap {
    padding: 0 16px;
  }
}
.reservation .section__heading {
  color: #fff;
}
.reservation__list {
  max-width: 1130px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .reservation__list {
    grid-template-columns: 1fr;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .reservation__list__item {
    border-radius: 24px;
  }
}
.reservation__list__item:after {
  top: auto;
  bottom: 16px;
  right: 16px;
  transform: none;
}
.reservation__list__item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.reservation__list__item__link:hover img, .reservation__list__item__link:hover .reservation__list__item__text {
  opacity: 0.5;
}
.reservation__list__item__img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .reservation__list__item__img {
    width: 48px;
    height: 48px;
  }
}
.reservation__list__item__text {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .reservation__list__item__text {
    text-align: left;
  }
}
.reservation__list__item__text__title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .reservation__list__item__text__title {
    font-size: 18px;
  }
}
.reservation__list__item__text__titleJp {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .reservation__list__item__text__titleJp {
    font-size: 12px;
  }
}
.reservation__list .card-deform a {
  align-items: center;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .reservation__list .card-deform a {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 24px;
  }
}
.reservation__list .card-deform__button {
  border-color: #282828;
  background: #282828;
}
.reservation__list .card-deform__button:before, .reservation__list .card-deform__button:after {
  border-color: #282828;
}

.sns {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .sns {
    padding-top: 48px;
  }
}
.sns__wrap {
  background: #282828;
}
@media screen and (max-width: 1024px) {
  .sns__wrap {
    padding: 0 16px;
  }
}
.sns__wrap .section__heading {
  color: #fff;
}
.snsFeed {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  padding: 8px 0;
}
.snsFeed--x {
  margin-bottom: 24px;
  padding: 0;
}
.snsFeed--x .twitter-tweet {
  margin: 0 !important;
}
.snsFeed iframe {
  border: none !important;
  min-width: 280px !important;
}

.sub-area .sns {
  padding-top: 0;
}
.sub-area .sns__wrap {
  background: none;
}
.sub-area .section__heading {
  color: #282828;
}

.shareButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.snsShare__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  background: #fff;
  padding: 48px;
  max-width: 550px;
  margin: 48px auto;
}
@media screen and (max-width: 1024px) {
  .snsShare__wrap {
    margin: 24px auto;
    padding: 16px 16px 32px;
  }
}
.snsShare .shareButton {
  padding-top: 24px;
  margin: 0;
}
.snsShare__title {
  font-size: 43px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .snsShare__title {
    font-size: 32px;
  }
}
.snsShare__lead {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .snsShare__lead {
    font-size: 12px;
  }
}
.snsShare__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}
.snsShare__list__link {
  display: block;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #282828;
  border-radius: 50%;
}
.snsShare__list__link__logo {
  width: 24px;
  height: 24px;
}

.newsList {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #282828;
}
.newsList__wrap {
  max-width: 1130px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .newsList__wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .newsList__wrap {
    padding: 24px;
  }
}
.newsList__subTitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
.newsList__subTitle__jp {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .newsList__subTitle__jp {
    font-size: 12px;
  }
}
.newsList__item {
  border-bottom: 1px solid #282828;
}
.newsList__item a:after {
  width: 24px;
  height: 24px;
}
.newsList__item:hover a:after {
  right: -3px;
}
.newsList__item__link {
  display: block;
  padding: 24px 32px 24px 0;
  position: relative;
}
.newsList__item__link:hover {
  opacity: 0.5;
}
.newsList__item__link__date {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.newsList__item__link__text {
  font-size: 16px;
  font-weight: 700;
}
.newsBottom {
  max-width: 1130px;
  margin: 0 auto;
}
.newsBottom__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.newsBottom__list__item {
  background-color: #fff;
  border-radius: 200px;
}
.newsBottom__list__item:after {
  top: auto;
  bottom: 0;
  right: 16px;
  transform: none;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list__item:after {
    width: 24px;
    height: 24px;
  }
}
.newsBottom__list__item__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
}
.newsBottom__list__item__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list__item__link {
    padding: 10px;
  }
}
.newsBottom__list__item__link__img {
  width: 192px;
  height: 192px;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list__item__link__img {
    width: 76px;
    height: 76px;
  }
}
.newsBottom__list__item__link__text {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list__item__link__text {
    font-size: 18px;
  }
}
.newsBottom__list__item__link__text span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .newsBottom__list__item__link__text span {
    font-size: 12px;
  }
}

.comingSoon h2 {
  font-size: 52px;
  text-align: center;
  color: #8E8E8E;
  padding-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .comingSoon h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
.comingSoon p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  .comingSoon p {
    font-size: 13px;
  }
}