:root {
  --black: #1e1e1e;
  --dark-grey: #9d9d9d;
  --white: white;
  --right-grey: #e6e6e6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 200;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 200;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 200;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: .875rem;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large.mobile-title, .margin-bottom.margin-large.search-modal {
  display: none;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-section-regular {
  padding: 2.5rem 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.875rem;
  line-height: 1.4;
}

.heading-style-h3.fv_heading {
  line-height: 1.7;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.heading-style-h1 {
  font-size: 2.625rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.paddeing-none {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h4 {
  font-size: 1.625rem;
  line-height: 1.4;
}

.heading-style-h4.about-_fv_title {
  line-height: 1.6;
}

.heading-style-h4.vstadio_fv_title, .heading-style-h4.cafe_fv_title {
  font-size: 1.6875rem;
  line-height: 1.6;
}

.heading-style-h4.gallery_fv_title {
  font-size: 1.5625rem;
  line-height: 1.6;
}

.heading-style-h4.restaurant_fv_title {
  font-size: 1.3125rem;
  line-height: 1.4;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.heading-style-h2 {
  font-size: 2.625rem;
  line-height: 1.2;
}

.page-wrapper {
  color: var(--black);
  font-family: "Hiragino W 3", sans-serif;
  font-weight: 300;
}

.heading-style-h5 {
  font-size: 1.25rem;
}

.heading-style-h5.top-event_info_data_title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h5.lab_fv_title, .heading-style-h5.lab-project_fv_item-left_text {
  line-height: 1.3;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button_common {
  width: 20.25rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.button_common:hover {
  background-color: #fafafa;
}

.button_common.is-small {
  padding: .5rem 1.25rem;
}

.button_common.is-large {
  padding: 1rem 2rem;
}

.button_common.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_common.max-width-full {
  width: 100%;
  max-width: none;
}

.button_common.button-font-jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.button_common.is-sp-show {
  display: none;
}

.button_common.news-details-link {
  border-style: none;
  text-decoration: underline;
}

.button_common.news-details-link:hover {
  background-color: rgba(0, 0, 0, 0);
}

.button_common.bottom-border-off {
  border-style: solid solid none;
}

.cooperate_compornent {
  max-width: 65rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.text-link {
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: none;
}

.text-link.topu-news-link {
  display: none;
}

.section_top-event.border-top {
  border-top: 1px solid #000;
}

.event_1col_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_component.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_1col_component.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component.border-bottom-black.bottom-border-none {
  border-bottom-style: none;
}

.event_1col_component.border-bottom-black.bottom-border-none.top-border-on {
  border-top: 1px solid #000;
}

.event_1col_component.border-bottom-black.ecd_status_compornent {
  display: none;
}

.event_1col_component.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.event_1col_component.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.event_1col_component.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_content {
  grid-row-gap: .0625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event_1col_content.border-bottom_line {
  border-bottom: 1px solid #000;
}

.event_1col_thumbnail-wrapper {
  height: 100%;
}

.section_cta15 {
  position: relative;
}

.cta15_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.padding-global-copy {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 4rem 2.5rem;
}

.section_banner14 {
  overflow: hidden;
}

.banner14_marquee-wrapper {
  width: 100%;
  white-space: nowrap;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.banner14_marquee {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-left: 3rem;
  display: grid;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.icon.e-garally_live_icon {
  width: 1rem;
  height: 1rem;
}

.header9_component {
  height: 100svh;
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

.header9_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.top_fv_content-left {
  width: 42%;
}

.top_fv_content-right {
  width: 58%;
}

.heading {
  font-size: 3.4rem;
}

.heading-2 {
  color: var(--black);
}

.paragraph {
  font-size: .875rem;
}

.heading-3 {
  font-size: 3.4rem;
}

.fv_background {
  width: auto;
  height: auto;
}

.fv_background.display-block {
  display: block;
}

.fv_background.sp-top-kv {
  display: none;
}

.fv_background_image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fv_background_image.fv_background_bigger {
  height: 720px;
}

.fv_background_image.top-kv {
  height: 60svh;
}

.fv_background_wrapper {
  position: relative;
}

.top_fv_content {
  grid-column-gap: 2.5rem;
  margin-left: 2%;
  margin-right: 2%;
}

.top_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.container-full {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.fv_content-right_txt {
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8125rem;
}

.button_regular_wrapper {
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.padding-section-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none.margin-section-bottom, .padding-section-none.margin-section-bottom.border-side-black {
  margin-bottom: 0;
}

.padding-section-none.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none.margin-section-bottom-cc.border-side-black {
  padding-bottom: 4rem;
}

.padding-section-none.margin-section-bottom-cc.border-side-black.border-top {
  border-top: 1px solid #000;
}

.padding-section-none.margin-section-bottom-cc.border-side-black.p-bottom-0 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-section-none.margin-section-bottom-cc.border-side-black.p-bottom-0.sticky-section-yoyaku.non-top {
  padding-top: 0;
}

.padding-section-none.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none.margin-section-bottom, .padding-section-none.margin-section-bottom.border-side-black, .padding-section-none.margin-section-bottom, .padding-section-none.margin-section-bottom.border-side-black {
  margin-bottom: 0;
}

.padding-section-none.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.section_h2_wrapper {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper.is-sub-title {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapper.is-sub-title.border-bottom-none {
  border-bottom-style: none;
}

.section_h2_wrapper.is-sub-title.boder-top-non {
  border-top-style: none;
}

.section_h2_wrapper.is-sub-title.boder-top-non.border-bottom-non {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_wrapper.is-sub-title.boder-top-non.border-bottom-none {
  border-bottom-style: none;
}

.section_h2_wrapper.is-sub-title.display-none {
  display: none;
}

.section_h2_wrapper.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper.lottie-box {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
}

.section_h2_wrapper.lottie-box.border-tb-none {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_wrapper.lottie-box.border-bottom-none {
  border-bottom-style: none;
}

.event_1col_info_pc {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_info_data {
  padding: 1.125rem 2.125rem;
  position: relative;
}

.event_1col_info_data.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.event_1col_info_info_external {
  z-index: 99;
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.event_1col_info_info_external.ex-link:hover {
  background-color: #fafafa;
  text-decoration: none;
}

.event_1col_info_internal {
  width: 100%;
  height: 100%;
  grid-row-gap: .375rem;
  border-right: 1px #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.event_detail_title {
  font-size: 1.4375rem;
  line-height: 1.3;
}

.event_1col_detail {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem 2.125rem 3.4375rem;
  display: flex;
}

.event_tags.d-none {
  display: none;
}

.event_tags.mt-2 {
  margin-top: .5rem;
}

.event_tags.display-none {
  display: none;
}

.event_detail_titles {
  grid-row-gap: .9375rem;
  flex-direction: column;
}

.icon_svg {
  width: 100%;
  height: 20%;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.icon_svg.is-insta {
  width: 1.4rem;
  height: 1.4rem;
}

.icon_svg.cafe-link {
  padding-left: 10px;
}

.icon_svg.cafe-icon {
  padding-left: 5px;
}

.icon_svg.h-100 {
  height: 100%;
}

.event_condition {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition.display-none {
  display: none;
}

.event_condition.end_status_text {
  color: var(--black);
}

.event_detail_sub-title {
  font-family: trade-gothic-next, sans-serif;
  line-height: 1.2;
}

.event_detail_sub-title.display-none {
  display: none;
}

.event_tags_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  flex-wrap: wrap;
  display: flex;
}

.event_tags_wrapper.top_event_tags_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.event_tag {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .8125rem;
  font-size: .6875rem;
  line-height: 1.2;
  display: flex;
}

.event_tag.event_tag_grey {
  border: 1px solid var(--right-grey);
  background-color: var(--right-grey);
  margin-bottom: .5rem;
}

.event_tag.event_tag_black {
  color: #000;
  border: 1px solid #000;
  margin-bottom: .5rem;
  margin-left: 0;
}

.event_tag.event_tag_grey {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  margin-bottom: .5rem;
}

.event_tag.event_tag_black {
  border: 1px solid #000;
  margin-bottom: .5rem;
}

.event_tag.event_tag_grey {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  margin-bottom: .5rem;
}

.event_detail_txt {
  font-size: .9375rem;
  line-height: 1.53;
}

.event_detail_txt.display-none {
  display: none;
}

.icon_external {
  width: .6875rem;
  height: .6875rem;
  position: relative;
}

.top-event_info_external_txt {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
}

.internal_txt {
  font-family: trade-gothic-next, sans-serif;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.2;
}

.icon_svg_wrapper.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.icon_svg_wrapper.button_icon_note_wrapper {
  margin-top: .1rem;
  padding: .125rem;
}

.icon_svg_wrapper.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.icon_svg_wrapper.icon_plus_wrapper {
  width: .625rem;
  height: .625rem;
}

.icon_svg_wrapper.popup-close {
  cursor: pointer;
}

.icon_svg_wrapper.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_svg_wrapper.e-garally_live_icon {
  width: 1rem;
  height: 1rem;
}

.icon_svg_wrapper.external11 {
  width: 1.0625rem;
  height: 1.0625rem;
}

.icon_svg_wrapper.popup-close2 {
  cursor: pointer;
}

.event_1col_info_data_date {
  font-family: trade-gothic-next, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_1col_info_data_date.d-none {
  display: none;
}

.event_1col_info_item.border-right-grey {
  border-right: 1px solid #9d9d9d;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_detail_titles_wrapper {
  grid-row-gap: .375rem;
  flex-direction: column;
  display: flex;
}

.event_1col_info_item_wrapper {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.event_1col_info_item_wrapper.border-right-grey {
  border-bottom: 1px #1e1e1e;
  border-right: 1px solid #9d9d9d;
}

.event_1col_info_item_wrapper.flex-justify-center {
  justify-content: center;
}

.event_5col_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--dark-grey);
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.event_5col_item:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_5col_item.tb-hide {
  display: block;
}

.event_5col_item.pc-mb-hide, .event_5col_item.pc-mb-show, .event_5col_item.tb-mb-show, .event_5col_item.tb-mb-show-copy {
  display: none;
}

.event_5col_item.tb-show {
  display: block;
}

.event_5col_item.pc-hide {
  display: none;
}

.event_5col_item.sp-show {
  display: block;
}

.event_5col_item.tb-show {
  display: none;
}

.event_5col_item.pc-show {
  display: block;
}

.event_5col_item.sp-hide {
  background-color: var(--white);
  border-bottom-style: none;
  border-left-style: none;
  display: flex;
}

.event_5col_item.border-bottom {
  border-bottom-style: solid;
  border-bottom-color: #1e1e1e;
}

.event_5col_item.border-bottom.border-bottom-none {
  border-bottom-style: none;
}

.event_5col_item.border-bottom-on {
  border-bottom-style: solid;
}

.event_5col_item.border-r.border-bottom {
  border-bottom-style: solid;
  border-bottom-color: #1e1e1e;
}

.event_5col_item.border-r.border-bottom.border-bottom-none {
  border-bottom-style: none;
}

.event_5col_item.r-border-none {
  border-right-style: none;
}

.event_5col_item.border-top-none {
  border-top-style: none;
  display: block;
}

.event_5col_item.border-top-none.border-bottom-none {
  display: block;
}

.event_5col_item.border-top-none.sp-bottom-border-none {
  display: flex;
}

.event_5col_item.border-bottom-none {
  display: block;
}

.event_5col_item.bottom-border-on {
  border-bottom-style: solid;
}

.image-square-wrapper {
  padding-top: 100%;
  display: block;
  position: relative;
}

.image-square {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-square.image-rectangle {
  object-fit: contain;
  display: inline-block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.event_5col_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-news_detail {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem;
  display: grid;
}

.event_5col_compornent {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent.border-bottom-black.border-bottom-none {
  border-bottom-style: none;
}

.event_5col_compornent.border-bottom-black.border-lr {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.event_5col_compornent.border-bottom-black.botom-border-none {
  border-bottom-style: none;
}

.event_5col_compornent.border-bottom-black.hidden {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent.border-bottom-black.bottom-border-none, .event_5col_compornent.border-bottom-black.nprder-bottom-non {
  border-bottom-style: none;
}

.event_5col_compornent.border-bottom-black.non-event {
  display: none;
}

.event_5col_compornent.border-top-bottom-black {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_categories {
  font-size: .8125rem;
  line-height: 1.2;
}

.event_category {
  font-family: trade-gothic-next, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_category.is-lab-project {
  font-size: 1.125rem;
}

.event_category.artist {
  text-align: center;
  font-size: .8rem;
}

.event_category.artist.tet-left {
  text-align: left;
}

.event_author {
  font-size: .8rem;
  line-height: 1.9;
}

.event_5col_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
  display: block;
}

.event_5col_info {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 84% 16%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_5col_info_item.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.top-news_info_item_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: .5625rem;
  padding-bottom: 1.125rem;
  display: flex;
  position: relative;
}

.top-news_info_item_wrapper.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.event_5col_info_data {
  grid-row-gap: .3125rem;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.event_5col_info_data.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.event_5col_info_item_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: .5625rem;
  padding-bottom: 1.125rem;
  display: flex;
}

.event_5col_info_item_wrapper.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.facility_2col-2_internal {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facility_2col-2_internal.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.facility_2col-2_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.facility_2col-2_internal.border-black-top-left.mb-boorder-none:hover, .facility_2col-2_internal.mb-hide:hover {
  background-color: #f3f3f3;
}

.facility_2col-2_internal.border-black-top-left {
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
}

.event_info_depertoment {
  font-family: trade-gothic-next, sans-serif;
  font-size: .8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_info_depertoment.d-none {
  display: none;
}

.event_info_depertoment.no_date_case {
  padding-bottom: 17px;
}

.top-news_info_date {
  font-size: .625rem;
  line-height: 1.2;
}

.div-block-4 {
  grid-row-gap: 5.25rem;
  flex-direction: column;
  display: flex;
}

.top-news_item-_none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.slash {
  width: 100%;
  height: 100%;
}

.slash_wrapper {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
}

.margin-section-bottom {
  margin-bottom: 5.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-section-bottom.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.image-flexble-wrapper {
  width: 100%;
  height: 100%;
  border-top: 1px #000;
  position: relative;
}

.image-flexble-wrapper.border-white-thick {
  border: .625px solid var(--white);
}

.image-flexble-wrapper.mb-square-wrapper.a-16-9 {
  height: auto;
}

.image-flexble-wrapper.border-on {
  border: 1px solid #ccc;
}

.facility_2col-1_content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.facility_2col-1_detail {
  grid-row-gap: .875rem;
  flex-direction: column;
  padding: 1.875rem 2.125rem 4.8125rem;
  display: flex;
}

.facility_2col-1_detail.flex-gap-row-double {
  grid-row-gap: 1.5rem;
}

.facility_floor {
  color: var(--white);
  font-size: .8125rem;
  line-height: 1.2;
}

.floor-number {
  color: var(--black);
  font-family: Tokyonode, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.facility_2col-1_detail_title {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.3;
}

.facility_2col-1_detail_text {
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.64;
}

.facility_2col-1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-1_component.border-bottom-black {
  border-bottom: 1px solid var(--dark-grey);
}

.facility_2col-1_button {
  width: 9.8%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.access_2col_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.top-access-floor_image-wrapper {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.top-access-floor_image {
  width: 100%;
  height: 100%;
  max-width: 74%;
  object-fit: cover;
}

.section_h3_wrapper {
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.1875rem;
}

.section_h3_wrapper.facility_section_h3_wrapper {
  height: 100%;
  display: flex;
}

.access_2col_item {
  background-color: var(--white);
  border-top: 1px #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 1px #1e1e1e;
  position: relative;
}

.access_2col_item.border-black-right {
  border-right: 1px solid var(--black);
}

.top-access-map_image_wrapper {
  text-align: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.top-access-map_image {
  width: 100%;
  height: 100%;
  max-width: 94%;
  object-fit: cover;
}

.top-access_adress {
  grid-column-gap: 1.25rem;
  align-items: flex-end;
  margin-bottom: 22px;
  display: flex;
}

.google-map_wrapper {
  grid-column-gap: .3125rem;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .6875rem;
  display: flex;
}

.div-block-7, .div-block-8 {
  display: flex;
}

.icon_svg_map {
  width: .5625rem;
  height: .5rem;
  display: block;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: .875rem;
}

.top-access_button {
  width: 6.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.event_condition_wrapper {
  background-color: #1e1e1e;
  margin-right: .625rem;
  padding: .25rem .75rem;
  display: inline-block;
}

.event_condition_wrapper.end_status {
  background-color: #e6e6e6;
}

.floor_number {
  color: var(--white);
  font-size: .8125rem;
  line-height: 1.2;
}

.event_5col_detail_title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.facility_2col-1_thumbnail {
  border-right: 1px solid var(--dark-grey);
}

.image-flexible {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.image-flexible.image-contain {
  object-fit: contain;
}

.section_h3_compornent.max-h-80 {
  max-height: 80.5781px;
}

.google-map.display-none {
  display: none;
}

.text-size-small {
  font-size: .75rem;
  line-height: 1.2;
}

.text-size-regular {
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .625rem;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1rem;
}

.font-tokyo {
  text-transform: uppercase;
  font-family: Tokyonode, sans-serif;
  font-weight: 400;
}

.font-tokyo.section_h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

.facility_2col-1_internal {
  width: 100%;
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.facility_2col-1_internal.border_black {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.facility_2col-1_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.top-access_internal.border-black-top-left {
  width: 100%;
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-black {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.section_event_whatson {
  display: block;
}

.button_large_wrapper {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section_sub-title {
  font-family: "Hiragino W 2", sans-serif;
  font-size: 1.0625rem;
  font-weight: 200;
  line-height: 1.2;
}

.section_sub-title.event_1col-2_title.margin-medium.text-link.text_s {
  font-size: 1.2rem;
}

.button_midium_wrapper {
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_midium_wrapper.border-top-black {
  border-top: 1px solid var(--black);
}

.button_midium_wrapper.border-top {
  border-top: 1px solid #000;
}

.section_lab_whatson {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: inline;
}

.section_lab_event {
  display: inline;
}

.facility_2col-2_component {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_component.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.facility_2col-2_component.border-bottom-black.about-top, .facility_2col-2_component.border-bottom-black.about-top.border-bottom-none {
  border-bottom-style: none;
}

.facility_2col-2_component.border-bottom-black.display-none {
  display: none;
}

.facility_2col-2_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_item.border-black-right {
  border-right: 1px solid var(--black);
}

.facility_2col-2_item.about-top {
  grid-template-rows: 1fr;
}

.event_3col_compornent {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_3col_compornent.border-bottom-black {
  grid-row-gap: .0625rem;
  border: 1px solid var(--dark-grey);
}

.event_3col_compornent.border-bottom-black.tb-show {
  display: none;
}

.event_3col_compornent.border-bottom-black.lab-top.left-border-none {
  border-style: none;
}

.event_3col_compornent.border-bottom-black.lab-top.left-border-none.border-bottom {
  border-style: none none solid;
  border-bottom-color: var(--black);
}

.event_3col_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.event_3col_item.tb-show {
  display: none;
}

.event_1col-2_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
}

.event_3col_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event_3col_info {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  display: none;
}

.event_3col_info_item.border-right-grey, .event_5col_info_item-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.event_3col_info_item_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: .5625rem;
  padding-bottom: 1.125rem;
  display: flex;
}

.event_3col_info_item_wrapper.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.event_3col_info_item_wrapper {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 3.375rem;
}

.event_3col_info_data {
  grid-row-gap: .875rem;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.event_3col_info_data.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.image-widescreen-wrapper {
  background-color: var(--white);
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-widescreen-wrapper.mb-square-wrapper.a-16-9 {
  width: 100%;
  max-width: none;
  padding-top: 0%;
}

.image-widescreen {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-widescreen.fit-contain {
  object-fit: contain;
}

.image-widescreen.position-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-widescreen.a-16-9 {
  height: auto;
  display: block;
  position: static;
}

.event_3col_detail_title {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.event_3col_detail_title.artist {
  text-align: center;
  font-size: 1.1rem;
}

.event_3col_detail {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.25rem 1.875rem 1.875rem;
  display: grid;
}

.event_3col_detail.about-3-ren {
  padding-bottom: 1.275rem;
}

.fv_2col_compornent {
  grid-column-gap: 4.375rem;
  justify-content: space-between;
  display: flex;
}

.fv_2col_item-left {
  width: 38%;
}

.fv_2col_item-right {
  width: 55%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.facility_2col-2_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
}

.facility_2col-2_thumbnail.border-bottom-none {
  border-bottom-style: none;
}

.facility_2col-2_content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_content.hidenn-xl {
  display: none;
}

.facility_2col-2_content_item.border-right-grey {
  border-right: 1px solid #1e1e1e;
}

.event_3col_info_item-cop2.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.facility_2col-2_content_item_wrapper {
  height: 100%;
  padding: 1.25rem;
  position: relative;
}

.facility_2col-2_content_item_wrapper.paddeing-none {
  padding: 0;
}

.facility_2col-2_content_item_wrapper.lf-top {
  padding-left: 1rem;
  padding-right: 1rem;
}

.facility_2col-2_content_text {
  font-size: 1rem;
  line-height: 1.6;
}

.facility_2col-2_content_text.sm-fonts-size {
  font-size: .875rem;
}

.event_5col_dtail_top {
  align-items: center;
  display: flex;
}

.event_1col_info_data_place {
  margin-bottom: .25rem;
  font-family: trade-gothic-next, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_info_data_date {
  font-family: trade-gothic-next, sans-serif;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_info_data_date.text-size-small {
  font-size: .75rem;
  display: none;
}

.event_info_data_date.text-large {
  font-size: 1rem;
}

.google-map_text {
  font-family: trade-gothic-next, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.2;
}

.event_5col_info_external {
  grid-column-gap: .3125rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.event_5col_info_external.display-none {
  display: none;
}

.icon_note {
  width: .5rem;
  height: .5rem;
}

.icon_note.button_icon_note, .icon_note.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.event_5col_info_external_text {
  font-family: trade-gothic-next, sans-serif;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_5col_info_external_text.display-none {
  display: none;
}

.event_5col_info_external_text.text_large {
  font-size: .8rem;
}

.event_5col_info_data_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  display: flex;
}

.event_5col_info_data_bottom.text_large {
  padding-top: 10px;
  font-size: 1.2rem;
}

.button_icon {
  width: 20.25rem;
  grid-column-gap: .625rem;
  border: 1px solid var(--black);
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
  display: flex;
}

.button_icon:hover {
  background-color: #f3f3f3;
}

.button_icon_text {
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.cooperate_image {
  width: 100%;
  max-width: 12rem;
}

.cooperate_images_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.cooperate_images_wrapper.display-none {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.cooperate_text, .cooperate_limages {
  text-align: center;
}

.cooperate_limages.art-sp-ex {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section_h4_wrapper {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: .4375rem;
  padding-bottom: .125rem;
}

.section_h4_wrapper.border-top-none {
  border-top: 0 rgba(0, 0, 0, 0);
  padding-top: .4375rem;
  padding-bottom: .125rem;
}

.section_h4_wrapper.is-jp {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_h4_wrapper.is-jp.display-none {
  display: none;
}

.section_h4_wrapper.border-none {
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: .4375rem;
  padding-bottom: .125rem;
}

.section_h4_wrapper.border-none.is-jp {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_h4_wrapper.border-none.is-jp.border-bottom-none {
  border-bottom-style: none;
}

.section_h4_wrapper.border-none.is-jp.border-bottom-none.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_h4_wrapper.border-bottom-none {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.section_h4_wrapper.border-bottom-none.is-jp.border-top-none.display-none {
  display: none;
}

.section_h4_wrapper.border-top {
  border-top: 1px none var(--black);
  padding-top: .4375rem;
  padding-bottom: .125rem;
}

.access_1col_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.access_1co_item {
  position: relative;
}

.access_1co_item.border-black-right {
  border-right: 1px solid var(--black);
}

.access_1col_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.access_1col_image {
  width: 100%;
  max-width: 92%;
}

.section_h4_component.border-top-black {
  border-top: 1px solid #000;
}

.facility_3col_button {
  align-self: flex-end;
}

.facility_3col_compornent {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facility_3col_compornent.border-bottom-black {
  grid-row-gap: .0625rem;
  border-bottom: 1px solid #000;
}

.facility_3col_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.facility_3col_item:hover {
  background-color: var(--white);
}

.facility_3col_item.tb-show {
  display: none;
}

.facility_3col_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
}

.facility_3col_content {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.facility_3col_detail {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.875rem 1.5625rem 3.3125rem;
  display: grid;
}

.facility_3col_detail.relative-sec {
  position: relative;
}

.facility_3_detail_title {
  font-size: 1.2rem;
  line-height: 1.8;
}

.facility_detail_txt {
  font-size: .8rem;
  line-height: 1.9;
}

.facility_detail_txt.fixd-guidance {
  background-color: var(--right-grey);
  padding: .25rem 1rem;
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.div-block-9 {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-large {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-rarge {
  padding: 4rem 0;
}

.lab-project_fv_item-right {
  width: 53%;
}

.section {
  display: none;
}

.facility_3col_internal {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facility_3col_internal.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.facility_3col_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.lab-project_fv_item-left {
  width: 43%;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.section_lab-artical_search_result {
  display: none;
}

.event_1col-2_compornent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.event_1col-2_content {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event_1col-2_content_wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.875rem 1.625rem;
  display: grid;
}

.event_1col-2_button {
  width: 3.875rem;
  height: 5.125rem;
  align-self: flex-end;
}

.event_1col-2_title {
  font-size: 1.45rem;
  line-height: 1.37;
}

.event_1col-2_internal {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event_1col-2_internal.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.event_1col-2_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
}

.event_1col-2_txt {
  font-size: .875rem;
  line-height: 1.7;
}

.event_1col-2_txt.mt-3 {
  margin-top: 1rem;
}

.event_1col-2_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.search_result_header_wrapper {
  text-align: center;
  padding: 1.25rem 5rem;
}

.dropdown-toggle {
  grid-column-gap: .25rem;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.icon-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.padding-section-bottom {
  margin-bottom: 5rem;
}

.section_lab-artical_search {
  display: block;
}

.div-block-10 {
  grid-column-gap: .625rem;
  display: flex;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.filters2_category-link.w--current {
  text-decoration: underline;
}

.filters2_sort-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

.filters2_scroll-wrapper {
  height: 80vh;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filters2_form-radio2-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0%;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: rgba(0, 0, 0, 0);
}

.filters2_form-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.filters2_rangeslider1-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters2_rangeslider2-handle-right {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  cursor: grab;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_filter-options {
  overflow: hidden;
}

.filters2_form-radio1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  width: 1.125rem;
  height: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters-2-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  display: none;
}

.filters2_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

.filters2_form {
  background-color: rgba(0, 0, 0, 0);
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters2_tablet-modal-menu {
  display: none;
}

.filters2_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filters2_rangeslider2-fill {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.filters2_empty {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 2.9rem;
}

.filters2_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.filters2_list.is-radio2, .filters2_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.feed-content-replace-this-div {
  width: 100%;
  min-height: 200vh;
  border: 2px dashed rgba(0, 0, 0, .15);
}

.filters_instructions-list {
  list-style-type: decimal;
}

.filters2_form-checkbox2-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

.filters2_form-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters2_rangeslider1-fill {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.filters2_filters-wrapper {
  max-width: 19rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.filters2_rangeslider2-track {
  height: .25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_rangeslider2-handle-left {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters2_rangeslider2-handle-left:focus-visible {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.filters2_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-search-input {
  padding-left: 3rem;
}

.form-input.is-select-input {
  background-image: none;
}

.filters2_category-list {
  margin-bottom: 1.5rem;
}

.filters2_rangeslider2-input {
  display: none;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.filters2_rangeslider1-input {
  display: none;
}

.filters2_filter-group-heading {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_form-checkbox1-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters2_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters2_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_rangeslider2-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters2_rangeslider1-track {
  width: 100%;
  height: .25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_sort-link {
  padding: .5rem;
}

.filters2_sort-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.filters2_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: .5rem;
}

.filters2_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filters2_results-text {
  font-size: .875rem;
}

.filters2_tag {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.rl-styleguide_label {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters_form, .filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters3_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters3_rangeslider1-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters3_feed-header-bottom {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.filters3_results-text {
  font-size: .875rem;
}

.filters3_form-radio1-label {
  margin-bottom: 0;
}

.filters3_results-wrapper {
  display: flex;
}

.filters3_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.filters3_rangeslider2-handle-left {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters3_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters3_rangeslider2-handle-left:focus-visible {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.filters3_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.filters3_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: .5rem;
}

.filters3_rangeslider2-wrapper {
  width: 100%;
  align-items: center;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters3_form-block {
  margin-bottom: 0;
}

.filters3_form {
  background-color: rgba(0, 0, 0, 0);
}

.filters3_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters3_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters3_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters3_feed-header-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filters3_rangeslider1-fill {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.filters3_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters3_sort-link {
  padding: .5rem;
}

.filters3_sort-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.filters3_filter-group {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.filters3_filter-group.last {
  border-bottom-style: none;
}

.filters3_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

.filters3_filter-options {
  overflow: hidden;
}

.filters3_empty {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 2.9rem;
}

.filters3_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-bold {
  color: #000;
  letter-spacing: .05em;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
}

.text-size-medium-4.text-weight-bold.mb-0, .text-size-medium-4.text-weight-bold.pb-0 {
  padding-bottom: 0;
}

.filters3_heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters3_sort-dropdown {
  margin-right: 0;
}

.filters3_filter-group-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.filters3_rangeslider2-fill {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.filters3_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters3_modal {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.filters3_sort-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

.filters3_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters3_tag {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters3_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.filters3_list.is-checkbox2, .filters3_list.is-radio2 {
  flex-wrap: wrap;
  display: flex;
}

.filters3_form-radio1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters3_form-radio1-icon.w--redirected-checked {
  width: 1.125rem;
  height: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.filters3_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters-3-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  display: block;
}

.filters3_modal-content-wrapper {
  width: 100%;
  height: 100vh;
  max-width: 35rem;
  background-color: rgba(0, 0, 0, 0);
  padding: 4rem 3rem 0;
  position: absolute;
  overflow: scroll;
}

.filters3_rangeslider1-input, .filters3_rangeslider2-input {
  display: none;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.filters3_rangeslider2-track {
  height: .25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters3_form-checkbox1-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters3_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters3_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters3_form-radio2-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0%;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters3_form-radio2-icon.w--redirected-checked {
  border-color: rgba(0, 0, 0, 0);
}

.filters3_form-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.filters3_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filters3_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters3_rangeslider1-track {
  width: 100%;
  height: .25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters3_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters3_rangeslider2-handle-right {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  cursor: grab;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filters3_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1);
}

.filters3_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters3_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters3_modal-background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters3_form-checkbox2-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filters3_form-checkbox2-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

.filters3_form-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters3_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.check-search-inner {
  flex-wrap: wrap;
  display: flex;
}

.searchcheckbox {
  border-color: #2ab514;
}

.searchcheckbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/icon-check.svg');
  background-size: contain;
  border-color: #2ab514;
}

.checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border-color: var(--black);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-image: url('../images/checked.svg');
  background-size: .75rem .75rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox_wrapper {
  min-width: 215px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}

.search_checkbox_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_checkbox_list {
  grid-row-gap: .75rem;
  border-top: 1px solid #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem;
  display: flex;
}

.searchi_toggle_wrapper {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  display: flex;
}

.div-block-13 {
  width: .625rem;
  height: .625rem;
}

.text-block-2 {
  text-align: left;
}

.select {
  width: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
}

.search-sort {
  margin-bottom: 0;
}

.event_search_filter {
  border-top: 1px solid #000;
  border-bottom: 1px solid var(--black);
  margin-bottom: 0;
  display: block;
}

.check_item {
  border: 1px solid #000;
  border-radius: 1.25rem;
  padding: .1875rem 1rem;
  font-size: .875rem;
  line-height: 1.2;
}

.check_item.event_tag_grey {
  border: 1px solid var(--right-grey);
  background-color: var(--right-grey);
}

.check_item.event_tag_black {
  border: 1px solid #000;
}

.check_item.checked {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.search_filter_item_list {
  width: 79%;
  grid-column-gap: .625rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_item_wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 5rem;
  display: flex;
}

.search_filter_title {
  width: 8%;
  white-space: nowrap;
  display: flex;
}

.button_tiny_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.button_tiny_wrapper.border-top-grey {
  border: 1px solid var(--dark-grey);
}

.search_filter_item.is-first-child, .search_filter_item.border-top-black {
  border-top: 1px solid #1e1e1e;
}

.section_lab-artical_project {
  display: none;
}

.search_checkbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 19%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.search_checkbox_wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 2rem 5rem;
  display: flex;
}

.search_button_switch_wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: .25rem;
  border-top-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.search_button_switch {
  align-items: center;
  display: flex;
}

.search_button_switch.border-right-black {
  border-left: 1px solid #000;
}

.padding-none {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.div-block-16 {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  grid-column-gap: 2.5rem;
  display: flex;
}

.top_fv_content_wrapper {
  max-width: 69rem;
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.lab-fv_content {
  grid-column-gap: 2.5rem;
}

.lab-fv_content.border-bottom-black {
  border-bottom: 1px #000;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.lab_fv_content_wrapper {
  max-width: 69rem;
  grid-column-gap: 4.375rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.lab_fv_content-left {
  width: 39%;
}

.lab_fv_content-right {
  width: 54%;
}

.about_content_wrapper {
  max-width: 73.25rem;
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1rem;
  display: flex;
}

.about_content_wrapper.about-top {
  max-width: 74.55rem;
}

.top_fv_content-left-copy {
  width: 32.5%;
}

.about_fv_content-right {
  width: 62%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.about_fv_content-left {
  width: 32%;
}

.top_fv_content-copy {
  grid-column-gap: 2.5rem;
}

.top_fv_content-copy.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.about_fv_content {
  grid-column-gap: 2.5rem;
}

.about_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
  border-bottom: 1px solid #1e1e1e;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.lab-event_header {
  grid-column-gap: 4.375rem;
  justify-content: space-between;
  display: flex;
}

.lab-event_header.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
}

.lab-event_header_wrapper {
  max-width: 67rem;
  grid-column-gap: 4.375rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.lab-event_header_item-left {
  width: 49%;
}

.lab-event_header_item-right {
  width: 64%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.lab-project_header {
  grid-column-gap: 4.375rem;
  justify-content: space-between;
  display: flex;
}

.lab-project_header.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.lab-project_header_wrapper {
  max-width: 68.1rem;
  grid-column-gap: 3.125rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.border-top-bottom-black {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.vstadio_fv_content-left {
  width: 40%;
}

.vstadio_fv_content-right {
  width: 52%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.vstadio_slide_compornent {
  display: block;
}

.vstadio_slide_compornent.display-none {
  display: none;
}

.about_slider {
  width: 100%;
  height: auto;
  border: 1px solid var(--black);
  background-color: var(--white);
  overflow: hidden;
}

.mask {
  width: 30%;
  height: 100%;
  grid-template-columns: auto;
  overflow: visible;
}

.div, .div.swiper-slide {
  width: 25%;
}

.image {
  height: 100%;
}

.about_slider_item_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0%;
  position: relative;
}

.swiper-slide.swiper-slide-height-auto {
  height: auto;
}

.about_slide_nav {
  display: none;
}

.about_slider_wrapper {
  grid-column-gap: .0625rem;
  grid-auto-flow: column;
  display: flex;
  overflow: visible;
}

.left-arrow {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about_slide_arrow_right {
  max-height: 3.75rem;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.icon-3 {
  width: 40px;
}

.icon_svg_arrow {
  width: .625rem;
  height: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_svg_arrow.turn-left {
  transform: rotate(180deg);
}

.left-arrow-copy {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about_slide_arrow_left {
  max-height: 3.75px;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.section_h1_wrapper {
  text-align: center;
  border: 1px solid #1e1e1e;
  border-style: solid none;
  padding-top: 1.375rem;
  padding-bottom: 1rem;
}

.section_h1_wrapper.top-border-none {
  border-top-style: none;
}

.section_h1_wrapper.border-none {
  border-bottom-style: none;
}

.about_tab_header {
  cursor: pointer;
}

.about_tab_wrapper {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  position: relative;
}

.about_tab_title {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.about_tab_caution_text {
  text-align: center;
}

.about_tab_caution {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.about_tab_caution.about-vv.top-border-on, .about_tab_caution.border-top, .about_tab_caution.bordr-top {
  border-top: 1px solid #000;
}

.about_2col_component {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.about_2col_content {
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.about_2col_detail {
  width: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.875rem 2.3125rem;
  display: flex;
}

.about_2col_detail.about_2col_detail_grow {
  height: 100%;
}

.button_pdf {
  max-width: 10.5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .8125rem 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: underline;
}

.button_pdf.is-small {
  padding: .5rem 1.25rem;
}

.button_pdf.is-large {
  padding: 1rem 2rem;
}

.button_pdf.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_pdf.max-width-full {
  width: 100%;
  max-width: none;
}

.button_pdf.button-font-jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.about_2col_detail_txt {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.about_2col_detail_list_item {
  font-size: .75rem;
  line-height: 1.3;
}

.about_2col_thumbnail-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.about_2col_thumbnail-image {
  width: 95%;
  max-width: 100%;
  object-fit: cover;
}

.about_3col_compornent {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_3col_compornent.border-bottom-black {
  grid-row-gap: .0625rem;
  border-bottom: 1px solid #000;
}

.about_3col_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.about_3col_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
}

.about_3col_content {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_3col_detail {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.about_tab_content_box {
  grid-row-gap: 2.8125rem;
  flex-direction: column;
  display: block;
}

.about_tab_content_box.display-none {
  display: block;
}

.section_h4_jp {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}

.section_h4_jp_wrapper {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding-top: .53125rem;
  padding-bottom: .53125rem;
}

.link {
  font-size: .875rem;
  line-height: 1.7;
  text-decoration: underline;
}

.about_tab_content {
  display: none;
}

.about_tab_content.open-facilities {
  display: block;
}

.about_tab_icon {
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.about_tab_icon_hbar {
  width: 100%;
  height: .0625rem;
  background-color: var(--black);
}

.fv_background_2col_wrapper {
  display: flex;
  position: relative;
}

.fv_background_2col_wrapper.border-bottom-black {
  height: 60svh;
  max-height: 25rem;
}

.fv_background_2col_image {
  width: 50%;
}

.fv_background_2col_image.fv_background_bigger {
  height: 720px;
}

.fv_background_2col_image.is-logo, .fv_background_2col_image.is-photo {
  display: none;
}

.cafe_fv_content {
  grid-column-gap: 2.5rem;
}

.cafe_fv_content.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.cafe_fv_content.border-bottom-black.border-lr-none {
  border-left-style: none;
  border-right-style: none;
}

.cafe_content_wrapper {
  max-width: 73.25rem;
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.cafe_fv_content-left {
  width: 32%;
}

.cafe_fv_content-right {
  width: 72%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.section_cafe_slide {
  border-top: 1px #000;
}

.facility_1col-1_component {
  grid-column-gap: 2.5rem;
}

.facility_1col-1_component.border-bottom-black {
  border-bottom: 1px none var(--black);
  border-bottom: 1px #1e1e1e;
}

.facility_1col-1_wrapper {
  max-width: 70rem;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: grid;
}

.facility_1col_today_wrapper {
  grid-column-gap: 1.5rem;
  border: 1px solid var(--black);
  align-items: center;
  padding: .625rem 1.0625rem;
  display: flex;
}

.facility_1col_today_text {
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_today {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.facility_1col_shop_item {
  grid-column-gap: 1.5rem;
  display: flex;
}

.facility_1col_shop_item.facility_1col_shop_item_tag {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.facility_1col_shop_item_dt {
  width: 14%;
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_shop_item_dd {
  width: 79%;
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_shop {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.facility_tags_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  grid-column-gap: .25rem;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facility_1col_info_item_tag {
  grid-column-gap: 1.5rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.section_cafe_shop {
  display: block;
}

.fv_background_small_image {
  width: 100%;
  height: 60svh;
  max-height: 25rem;
  object-fit: cover;
}

.fv_background_small_image.fv_background_bigger {
  height: 720px;
}

.fv_background_small_image.about-lab-kv {
  height: 80svh;
  max-height: 45rem;
}

.fv_background_small_image.about-lab-kv.about-lab-top {
  display: inline-block;
}

.fv_background_small_image.about-lab-kv.about-lab-top.test {
  height: 60svh;
  max-height: none;
}

.fv_background_small_image.about-vv-kv {
  max-height: 55rem;
}

.fv_background_small_image.about-vv-kv.tnh-kv {
  height: 100%;
  max-height: none;
}

.fv_background_small_image.about-vv-kv.real-vv {
  height: auto;
  aspect-ratio: 2.39 / 1;
}

.fv_background_small_image.about-vv-kv.real-vv.non-height-kv {
  height: 0%;
}

.fv_background_small_image.about-vv-kv-pc {
  max-height: 55rem;
}

.fv_background_small_image.about-vv-kv-pc.tnh-kv {
  height: 100%;
  max-height: none;
}

.fv_background_small_image.about-vv-kv-mobile {
  max-height: 55rem;
  display: none;
}

.fv_background_small_image.about-vv-kv-mobile.tnh-kv {
  height: 100%;
  max-height: none;
}

.fv_background_small_image.about-rc-kv-pc {
  max-height: 55rem;
}

.fv_background_small_image.about-rc-kv-pc.tnh-kv {
  height: 100%;
  max-height: none;
}

.fv_background_small_image.about-rc-kv-mobile {
  display: none;
}

.gallery_fv_content {
  grid-column-gap: 2.5rem;
}

.gallery_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.gallery_content_wrapper {
  max-width: 73.4rem;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.gallery_fv_content-left {
  width: 29%;
}

.gallery_fv_content-right {
  width: 66%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.about_2col_detail_text {
  line-height: 1.7;
}

.sky_fv_content {
  grid-column-gap: 2.5rem;
}

.sky_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.sky_content_wrapper {
  max-width: 73.25rem;
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.sky_fv_content-left {
  width: 36%;
}

.sky_fv_content-right {
  width: 60%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.restaurant_fv_content {
  grid-column-gap: 2.5rem;
}

.restaurant_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.restaurant_content_wrapper {
  max-width: 67rem;
  grid-column-gap: 4.375rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.restaurant_fv_content-left {
  width: 39%;
}

.restaurant_fv_content-right {
  width: 55%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.facility_link_book_text {
  word-break: keep-all;
  font-size: .875rem;
  line-height: 1.7;
  text-decoration: none;
  display: inline-block;
}

.facility_2col-3_detail_sub-titles {
  line-height: 1.2;
}

.facility_2col-3_detail_title {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.3;
}

.facility_2col-3_detail {
  grid-row-gap: .875rem;
  flex-direction: column;
  padding: 2.125rem 1.875rem 1.875rem 2.125rem;
  display: flex;
}

.facility_2col-3_detail.flex-gap-row-double {
  grid-row-gap: 1.5rem;
}

.facility_2col-3_thumbnail {
  border-right: 1px solid var(--dark-grey);
}

.facility_2col-3_thumbnail_kei {
  width: 50%;
  max-width: 17.625rem;
  object-fit: cover;
}

.facility_2col-3_thumbnail_kei.mobile {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid var(--dark-grey);
  border-left: 1px solid #000;
}

.facility_book {
  grid-column-gap: .25rem;
  align-self: flex-start;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.facility_book:hover {
  text-decoration: none;
}

.facility_2col-3_thumbnail_apotheose {
  width: 50%;
  max-width: 22rem;
  object-fit: cover;
}

.facility_2col-3_thumbnail_apotheose.mobile {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 1px solid var(--dark-grey);
}

.facility_2col-3_thumbnail_wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.facility_2col-3_thumbnail_wrapper.is-kei {
  height: 22.8571vw;
  border: .625rem solid var(--white);
  background-color: var(--black);
}

.facility_2col-3_thumbnail_wrapper.is-kei.res-logo-pc {
  height: 100%;
}

.facility_2col-3_thumbnail_wrapper.is-kei.res-logo-monile {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.facility_2col-3_thumbnail_wrapper.is-apotheose {
  height: 22.8571vw;
  border: .625rem solid var(--white);
  background-color: #dfd7cb;
}

.facility_2col-3_thumbnail_wrapper.is-apotheose.res-logo-pc {
  height: 100%;
}

.facility_2col-3_thumbnail_wrapper.is-apotheose.res-logo-monile {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.facility_2col-3_thumbnail_wrapper.dining-is {
  height: 22.8571vw;
}

.facility_2col-3_thumbnail_wrapper.dining-is.res-logo-pc {
  height: 100%;
}

.facility_2col-3_thumbnail_wrapper.dining-is.res-logo-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.facility_2col-3_thumbnail_dining {
  width: 44%;
  max-width: 17.6875rem;
  object-fit: cover;
}

.facility_2col-3_thumbnail_dining.mobile {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.facility_2col-3_thumbnail_cafe {
  width: 33%;
  max-width: 13.062rem;
  object-fit: cover;
}

.facility_2col-3_thumbnail_cafe.moile {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.facility_2col-3_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-3_component.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.facility_2col-3 {
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--black);
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facility_1col_info_item-copy {
  grid-column-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.facility_1col_info_item_dt-copy {
  white-space: nowrap;
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_info_item_dd-copy {
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_info_item-copy {
  grid-column-gap: .875rem;
  flex-direction: row;
  display: flex;
}

.facility_1col_info-copy {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.facility_1col_wrapper-copy {
  max-width: 45vw;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.vstadio_fv_content {
  grid-column-gap: 2.5rem;
}

.vstadio_fv_content.border-bottom-black {
  border-bottom: 1px none var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.vstadio_content_wrapper {
  max-width: 73.25rem;
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1rem;
  display: flex;
}

.vstadio_fv_title {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.about_slide_component {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: block;
  position: relative;
}

.gallery_fv_title {
  font-family: "Hiragino W 2", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.7;
}

.section_gallery_slide {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hall_fv_content {
  grid-column-gap: 2.5rem;
}

.hall_fv_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.hall_content_wrapper {
  max-width: 73.25rem;
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.hall_fv_content-left {
  width: 29%;
}

.hall_fv_content-right {
  width: 66%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.hall_fv_title {
  font-size: 1.5625rem;
  line-height: 1.7;
}

.sky_fv_title {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.7;
}

.button {
  display: block;
}

.button.is-mb, .button.mb-show, .button.display-none {
  display: none;
}

.button.top-border-on {
  border-top: 1px solid #000;
}

.fv_heading {
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1.6875rem;
  font-weight: 200;
  line-height: 1.7;
}

.lab_fv_title {
  font-size: 1.3125rem;
  line-height: 1.4;
}

.about-_fv_title {
  font-size: 1.5625rem;
  line-height: 1.5;
}

.about_logo_title {
  font-size: 1.6875rem;
  line-height: 1.6;
}

.lab-event_header_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

.lab-project_header_title {
  font-size: 1.3125rem;
  line-height: 1.3;
}

.heading-style-h5-copy {
  font-size: 1.25rem;
}

.heading-style-h5-copy.top-event_info_data_title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h5-copy.lab_fv_title, .heading-style-h5-copy.lab-project_fv_item-left_text {
  line-height: 1.3;
}

.cafe_fv_title {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.6;
}

.restaurant_fv_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

.facility_2col-3_button {
  width: 9.8%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.facility_2col-3_external {
  width: 100%;
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem .611rem;
  display: flex;
}

.facility_2col-3_external.border_black {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.facility_2col-3_external.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.facility_2col-3_external.border-black-top-left.mb-hide {
  display: flex;
}

.padding-common {
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
}

.section_nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav_link {
  color: var(--black);
  word-break: keep-all;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 1.78125rem 0 1.4375rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.18571rem;
  font-weight: 700;
  line-height: 1.2;
}

.nav_link:visited {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
}

.nav_link.w--current {
  border-bottom: 3px solid var(--black);
  color: var(--black);
  font-size: 1.18571rem;
}

.nav_pc {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.logo_image {
  width: 100%;
  max-width: 14.1875rem;
}

.nav_search {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_search.display-none {
  display: none;
}

.nav_language {
  grid-column-gap: .0625rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_language_text {
  color: var(--dark-grey);
  align-items: center;
  font-family: Tokyonode, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.nav_language_text.language-selected {
  color: var(--black);
}

.nav_language_text.is-jp.is-selected {
  color: var(--black);
  font-weight: 700;
}

.nav_language_text.is-en.is-selected {
  color: var(--black);
}

.nav_menu_item {
  grid-column-gap: 1.25rem;
  display: flex;
}

.html-embed-2 {
  display: flex;
}

.container-top-header {
  width: 100%;
  max-width: 65.875rem;
  margin-left: auto;
  margin-right: auto;
}

.top_nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top_nav_menu.sticky-ctl {
  justify-content: center;
  margin-right: 0;
}

.top_nav_menu_item {
  grid-column-gap: 1.125rem;
  margin-left: 0;
  display: flex;
}

.top_nav_menu_item.display-none {
  display: none;
}

.top_nav_menu_item.sticky-ctl {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  position: relative;
  right: 2.5%;
}

.top-nav_menu_link {
  color: var(--black);
  word-break: keep-all;
  padding: 1.78125rem 0 1.4375rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2;
}

.top-nav_menu_link:hover {
  text-decoration: none;
}

.top-nav_menu_link.w--current {
  border-bottom: 3px solid var(--black);
  color: var(--black);
}

.top_logo_image {
  width: 100%;
  max-width: 34.25rem;
}

.top_logo {
  width: 100%;
  float: none;
  text-align: center;
}

.top_logo_wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_top_nav {
  width: 100%;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.top_nav_language_text {
  color: var(--dark-grey);
  align-items: center;
  font-family: Tokyonode, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.2;
  display: flex;
}

.top_nav_language_text.language-selected, .top_nav_language_text.is-jp.is-selected, .top_nav_language_text.is-en.is-selected {
  color: var(--black);
}

.facility_2col-3_internal {
  width: 100%;
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.7rem 1rem 0.7rem 1rem;
  display: flex;
}

.facility_2col-3_internal.border_black {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.facility_2col-3_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.facility_2col-3_internal.border-black-top-left.mb-hide:hover {
  background-color: #f3f3f3;
}

.facility_2col-3_content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.external_txt {
  font-family: trade-gothic-next, sans-serif;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.2;
}

.facility_2col-3_detail_text {
  font-weight: 300;
  line-height: 1.64;
}

.facility_popup {
  grid-column-gap: .25rem;
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.facility_popup_text {
  word-break: keep-all;
  font-size: .875rem;
  line-height: 1.7;
  text-decoration: underline;
  display: block;
}

.facility_popup_text:hover {
  text-decoration: none;
}

.facility_popuup_component {
  z-index: 100;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.facility_popuup_component.kitagawa {
  display: none;
}

.facility_popuup_wrapper {
  max-width: 40rem;
  grid-row-gap: .0625rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.facility_popuup_content {
  grid-column-gap: .0625rem;
  align-items: stretch;
  display: flex;
}

.facility_popuup_detail_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

.facility_popuup_detail_item {
  grid-row-gap: .625rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.25rem 1.875rem 1.25rem 1.5rem;
  display: block;
}

.facility_popuup_thumbnail_wrapper {
  height: 100%;
  padding: 1.25rem;
}

.facility_popuup_thumbnail {
  width: 30%;
  background-color: var(--white);
}

.facility_popuup_detail {
  width: 70%;
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: block;
}

.div-block-24 {
  border-bottom: 1px solid var(--black);
}

.popup_floor-number {
  color: var(--black);
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.facility_popup_shop_sub-titles {
  line-height: 1.2;
}

.facility_popup_shop_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.3;
}

.facility_popuup_header {
  background-color: var(--white);
  justify-content: flex-end;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  padding-right: 1.3125rem;
  display: flex;
}

.footer_logo_wrapper {
  text-align: center;
  padding: 9.3125rem 2.1875rem 6.875rem;
  display: inline-block;
}

.footer_logo_image {
  width: 100%;
  max-width: 71.4375rem;
}

.footer_logo {
  justify-content: center;
  display: flex;
}

.footer_copy {
  font-family: Tokyonode, sans-serif;
}

.footer_sns_wrapper {
  grid-column-gap: 1.2rem;
  display: flex;
}

.footer_menu_item {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.footer_menu_item:hover {
  text-decoration: underline;
}

.footer_menu_text {
  font-size: .6875rem;
  line-height: 1.2;
}

.div-block-26 {
  line-height: 1;
}

.footer_menu_wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.footer_links_wrapper {
  grid-row-gap: 2.375rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer_company_image {
  width: 100%;
  max-width: 8.125rem;
}

.footer_company_image.is-small {
  max-width: 5.5rem;
}

.footer_company_wrapper {
  grid-column-gap: 3.75rem;
  align-items: flex-start;
  display: flex;
}

.footer_sns {
  grid-column-gap: 1.2rem;
  display: flex;
}

.footer_links_item_wrapper {
  grid-row-gap: 2.375rem;
  flex-direction: column;
  display: flex;
}

.footer_content_wrapper {
  grid-row-gap: 2.375rem;
  flex-direction: column;
  padding-bottom: 2.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
}

.footer_copy_wrapper {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px #1e1e1e;
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
}

.footer_copyright_text {
  text-transform: uppercase;
  font-family: Tokyonode, sans-serif;
  font-size: .8735rem;
  font-weight: 400;
  line-height: 1.2;
}

.nav {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
}

.nav_mb_wrapper {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.nav_mb {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  display: none;
}

.nav_mb_sub-menu_item_text {
  font-size: .6875rem;
  line-height: 1.2;
}

.nav_mb_sns {
  grid-column-gap: 1.2rem;
}

.nav_mb_sns_wrapper {
  grid-column-gap: 1.2rem;
  display: flex;
}

.nav_mb_sub-menu_wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.nav_mb_sub-menu_item {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.nav_mb_sub_item {
  grid-column-gap: 1.5rem;
  display: flex;
}

.footer_links_left {
  grid-row-gap: 2.375rem;
  flex-direction: column;
  display: flex;
}

.footer_language {
  grid-column-gap: .0625rem;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.header-tb-show {
  display: none;
}

.top-access_adress_warapper {
  width: 100%;
  max-width: 94%;
  grid-column-gap: 1.25rem;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event_1col_info_mb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button_e-gallery1_wrapper {
  border: 1px solid var(--black);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button_ticket_text {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.button_ticket_icon {
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_ticket_icon.border-left-black {
  border-left: 1px solid var(--black);
}

.button_sp_wrapper {
  justify-content: center;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_wrapper_mb {
  display: none;
}

.cooperate_text_wrapper {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.cooperate_text_top {
  font-size: 1rem;
}

.cooperate_text_top.top-event_info_data_title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.cooperate_text_top.lab_fv_title, .cooperate_text_top.lab-project_fv_item-left_text {
  line-height: 1.3;
}

.cooperate_text_bottom {
  font-size: 1rem;
}

.event_3col_internal {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event_3col_internal.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.event_3col_internal.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
}

.event_3col_internal.border-black-top-left:hover {
  background-color: #f3f3f3;
}

.fv_background_2col_logo, .fv_background_2col_photo {
  height: 100%;
}

.container-small {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.news-article_thumbnail {
  width: 100%;
  margin-top: 2rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.news-article_text {
  line-height: 2;
}

.news-article_notice {
  font-size: .875rem;
  line-height: 1.2;
}

.news-article_title {
  font-size: 1.4875rem;
  line-height: 1.5;
}

.news-article_title.title-width-limit {
  width: 40vw;
  height: auto;
}

.article {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.news-article_date {
  font-size: 1.125rem;
  line-height: 1.2;
}

.news-article_top {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.news-article_meta, .news-article_bottom {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.news-article_content_wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding: 4rem 1rem 6.25rem;
  display: flex;
}

.e-gallery_fv_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #000;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-gallery_fv_component.border-bottom-black {
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr;
  display: grid;
}

.e-gallery_fv_component.border-bottom {
  border-bottom-style: solid;
}

.e-gallery_fv_left_item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-gallery_fv_left_item.r-border {
  border-right: 1px solid #000;
}

.e-gallery_fv_content {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-gallery_fv_content.border-bottom-black {
  grid-row-gap: 0px;
}

.e-gallery_fv_content.border-bottom-black.bottom-border-none {
  border-bottom-style: none;
}

.e-gallery_fv_left {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.e-gallery_fv_left_wrapper {
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.875rem 2.3125rem;
  display: flex;
}

.e-gallery_2col_content_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 2.875rem 2.125rem;
  display: flex;
}

.e-gallery_2col_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.e-gallery_2col_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.e-gallery_2col_title {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.4;
}

.e-gallery_2col_text {
  font-size: .875rem;
  line-height: 1.7;
}

.e-gallery_3col_box {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.25rem;
  display: block;
}

.e-gallery_3col_content {
  height: 100%;
  grid-row-gap: .0625rem;
  flex-direction: column;
  grid-template-rows: 1fr 79.8%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.e-gallery_3col_item {
  grid-column-gap: 0rem;
  grid-row-gap: .0625rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.e-gallery_3col_item.tb-show {
  display: none;
}

.e-gallery_3col_name {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.e-gallery_3col_text {
  font-size: .875rem;
  line-height: 1.7;
}

.image_empty {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.e-gallery_3col_item_empty {
  height: 100%;
  background-color: var(--white);
}

.e-gallery_2col_detail_content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.div-block-30 {
  background-color: var(--white);
}

.facility_2col-2_content-copy-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.facility_2col-2_content_item-copy {
  padding: 2.875rem 2.125rem;
}

.facility_2col-2_content_item-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_2col_detail_content_title {
  font-size: 1rem;
  line-height: 1.8;
}

.heading-5 {
  font-size: 1.4375rem;
}

.facility_2col-2_content_text-copy {
  font-size: .875rem;
  line-height: 1.7;
}

.e-gallery_2col_detail_content_text {
  font-size: .857143rem;
  line-height: 1.2;
}

.button_sns_wrapper {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.e-gallery_2col-2_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-gallery_2col-2_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
  grid-template-columns: 46.5% 53.5%;
}

.e-gallery_2col-2_thumbnail_wrapper {
  background-color: var(--white);
  padding: 2.375rem;
}

.button_e-gallery_2col {
  grid-column-gap: 2.8125rem;
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_e-gallery_2col.mobile-on.top-border.one-btn.bottom-border, .button_e-gallery_2col.mobile-on.top-border.border-bottom {
  border-bottom: 1px solid #000;
}

.button_e-gallery_2col.mobile-on.top-border.button-dining {
  float: none;
  clear: none;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: static;
}

.button_e-gallery_2col.mobile-on.top-border.button_banner, .button_e-gallery_2col.mobile-on.button_banner {
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button_e-gallery1 {
  width: 100%;
  max-width: 20.5rem;
  border: 1px solid var(--black);
  padding: .25rem;
}

.button_e-gallery1.day-two {
  display: none;
}

.e-gallery_anchor_wrapper {
  grid-column-gap: 2.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.e-gallery_anchor_wrapper.is-sub-title {
  padding-bottom: .875rem;
}

.e-gallery_anchor_wrapper.border-bottom {
  border-bottom: 1px solid #000;
}

.e-gallery_anchor_text {
  font-family: Tokyonode, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.e-gallery_anchor_item {
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.e-gallery_anchor_icon {
  width: .875rem;
  height: .875rem;
}

.section_e-gallery_before_outline.display-none {
  display: block;
}

.section_e-gallery_before_artist.display-none, .section_e-gallery_before_highlight.display-none, .section_e-gallery_before_catalog.display-none, .section_e-gallery_before_anchor.display-none {
  display: none;
}

.button_e-gallery2_text {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  line-height: 1.2;
}

.button_e-gallery2_icon {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_e-gallery2_icon.border-left-black {
  border-left: 1px solid var(--black);
  border-left: 1px solid #1e1e1e;
}

.e-gallery_fv_right_top_wrapper {
  width: 100%;
  grid-row-gap: .6875rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 2.125rem 3.4375rem;
  display: flex;
}

.e-gallery_fv_right_top_wrapper.box-h-sm {
  padding-bottom: 1.5rem;
}

.e-gallery_fv_right_bottom_wrapper.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_fv_right {
  display: flex;
}

.e-gallery_fv_left_title {
  font-size: 1.125rem;
  line-height: 1.5;
}

.e-gallery_fv_left_text {
  line-height: 1.7;
}

.e-gallery_fv_left_text.display-none {
  display: none;
}

.button_ticket_text-copy {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.button_e-gallery1_text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.button_e-gallery1_icon {
  width: 3.625rem;
  height: 3.625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_e-gallery1_icon.border-left-black {
  border-left: 1px solid var(--black);
  border-left: 1px solid #1e1e1e;
}

.e-gallery_2col_component {
  border-bottom: 1px solid var(--black);
}

.e-gallery_2col_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-gallery_2col_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.e-gallery_2col_thumbnail {
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: flex;
}

.e-gallery_3col_job {
  text-align: center;
  font-size: .75rem;
  line-height: 1.2;
}

.e-gallery_3col_title {
  width: 100%;
  min-height: 3.8125rem;
  grid-column-gap: 0px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  display: flex;
}

.e-gallery_3col_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-gallery_3col_wrapper.border-bottom-black {
  grid-row-gap: .0625rem;
  border-bottom: 1px solid var(--black);
}

.e-gallery_3col_wrapper.border-bottom-black.tb-show {
  display: none;
}

.e-gallery_3col_component {
  border-bottom: 1px solid var(--black);
}

.e-gallery_3col_thumbnail {
  background-color: var(--white);
}

.e-gallery_2col_detail_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.e-gallery_2col_detail_item.border-black-right {
  border-right: 1px solid var(--black);
}

.e-gallery_2col_detail {
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: flex;
}

.e-gallery_2col_detail_thumbnail {
  border-bottom: 1px solid var(--dark-grey);
}

.facility_2col-2_content_item-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_2col_detail_content_wrapper {
  height: 100%;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding: 1.5rem 2.125rem;
  display: flex;
  position: relative;
}

.e-gallery_2col_detail_content_wrapper.paddeing-none {
  padding: 0;
}

.e-gallery_2col-2_thumbnail_image {
  width: 100%;
}

.e-gallery_2col-2_component {
  border-bottom: 1px solid var(--black);
}

.e-gallery_2col_thumbnail_item.border-right {
  border-right: 1px solid #000;
}

.text-block-4 {
  font-size: .6875rem;
  line-height: 1.2;
}

.e-gallery_2col_goods_copyright {
  background-color: var(--white);
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.e-gallery_2col_goods_copyright_text {
  text-align: center;
}

.e-gallery_2col_goods_thumbnail_wrapper {
  height: 100%;
  background-color: var(--white);
  padding: 2.25rem 5.75rem;
}

.e-gallery_2col_goods {
  flex-direction: column;
  display: flex;
}

.e-gallery_2col_goods_thumbnail {
  height: 100%;
  background-color: #fff;
}

.e-gallery_2col_goods_thumbnail.talk-img-box {
  background-color: #fff;
}

.e-gallery_2col_goods_thumbnail_image {
  width: 100%;
}

.e-gallery_2col_titles {
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.text-block-5 {
  line-height: 1.7;
}

.section_e-gallery_before_goods.display-none {
  display: block;
}

.section_e-gallery_before_goods.display-none.d-none {
  display: none;
}

.e-galley_1col-2_component {
  grid-column-gap: 2.5rem;
  border-bottom: 1px solid var(--black);
}

.e-galley_1col-2_component.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.e-galley_1col-2_wrapper {
  max-width: 37.125rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.e-galley_1col-2_wrapper.info-container {
  grid-row-gap: .5rem;
  max-width: 47.125rem;
  grid-row-gap: .5rem;
  max-width: 47.125rem;
  grid-row-gap: .5rem;
  max-width: 47.125rem;
  grid-row-gap: .5rem;
  max-width: 47.125rem;
  grid-row-gap: .5rem;
  max-width: 47.125rem;
  grid-row-gap: .5rem;
}

.facility_1col_shop-copy {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.e-galley_1col-2_item_dt {
  width: 21%;
  font-size: .875rem;
  line-height: 1.7;
}

.e-galley_1col-2_item_dd {
  width: 85%;
  font-size: .875rem;
  line-height: 1.7;
}

.e-galley_1col-2_item {
  width: 100%;
  display: flex;
}

.e-galley_1col-2_item.facility_1col_shop_item_tag {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.e-galley_1col-2_item.display-none {
  display: none;
}

.facility_1col_shop_item_dt-copy {
  width: 21%;
  font-size: .875rem;
  line-height: 1.7;
}

.facility_1col_shop_item_dd-copy {
  width: 79%;
  font-size: .875rem;
  line-height: 1.7;
}

.e-galley_1col-2_item_text {
  flex-direction: row;
  font-size: .875rem;
  line-height: 1.7;
}

.e-galley_1col-2_item_text.informtion_title {
  font-family: "Hiragino W 4", sans-serif;
  font-weight: 400;
}

.e-galley_1col-2_item_dd_wrapper {
  display: flex;
}

.button-sns.is-mb {
  display: none;
}

.button-sns.border_bottom_black {
  border-bottom: 1px solid var(--black);
}

.button_sns_box {
  grid-column-gap: 1.2rem;
  display: flex;
}

.button_sns_box_wrapper {
  grid-column-gap: .3125rem;
  display: flex;
}

.button_sns_box_item {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_e-gallery2_wrapper {
  border: 1px solid var(--black);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.e-garally_live_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-garally_live_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
  display: block;
}

.e-garally_live_content {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--dark-grey);
  grid-template-rows: 1fr;
  grid-template-columns: 93.3% 6.7%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.e-garally_live_content.border-black-right {
  border-right: 1px solid var(--black);
}

.e-garally_live_thombnail {
  width: 14.1%;
}

.facility_2col-2_content-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_content_item-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
  border-right: 1px solid var(--dark-grey);
}

.facility_2col-2_content_item-copy-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.facility_2col-2_content-copy-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-garally_live_left {
  grid-column-gap: 2.0625rem;
  background-color: var(--white);
  align-items: flex-start;
  padding: 1.25rem 1.25rem 1.25rem 2.125rem;
  display: flex;
}

.e-garally_live_text {
  font-size: .875rem;
  line-height: 1.6;
}

.e-garally_live_title {
  font-size: 1.3125rem;
  line-height: 1.4;
}

.e-garally_live_box {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.image-dammy {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-dammy.fit-contain {
  object-fit: contain;
}

.image-dammy.position-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
}

.e-garally_live_right {
  height: 100%;
  background-color: var(--white);
  position: relative;
}

.e-garally_live_right.paddeing-none {
  padding: 0;
}

.e-garally_live_link {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.e-garally_live_link.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.e-garally_live_link.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.e-garally_live_link.border-llink-live {
  border-top-width: 1px;
  border-right: 1px solid #000;
  border-top-color: var(--dark-grey);
}

.event_1col-1_info_pc {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_info_data_author {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.7;
}

.event_1col-2_content_wrapper-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.875rem 1.625rem;
  display: block;
}

.div-block-9-copy {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dammy1 {
  height: 100svh;
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.e-gallery_fv_right_bottom_data {
  grid-column-gap: 2.0625rem;
  display: flex;
}

.e-gallery_fv_right_bottom_data_text {
  font-family: trade-gothic-next, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.e-gallery_fv_right_bottom_data_text.display-none {
  display: none;
}

.icon_note_related.button_icon_note, .icon_note_related.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.div-block-32 {
  display: flex;
}

.l-project_member_list {
  grid-column-gap: 3.875rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.l-project_member_name {
  font-size: 1.125rem;
  line-height: 1.2;
}

.l-project_member_job {
  font-size: .75rem;
  line-height: 1.2;
}

.l-project_member_item {
  grid-row-gap: .375rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.l-project_member_component_wrapper {
  grid-row-gap: 1.6875rem;
  flex-direction: column;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  display: flex;
}

.l-project_company_component_wrapper {
  max-width: 65rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.l-project_company_logo_wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.member_component.border_bottom_black {
  border-bottom: 1px solid var(--black);
}

.video_content_wrapper {
  grid-column-gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
}

.video_text {
  font-size: .75rem;
  line-height: 1.6;
}

.e-gallery_1col_content-copy {
  grid-row-gap: .0625rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.event_detail_title-copy {
  font-size: 2rem;
  line-height: 1.4;
}

.e-gallery_1col_right_top_wrapper-copy {
  width: 100%;
  grid-row-gap: .6875rem;
  flex-direction: column;
  padding: 1.875rem 3.75rem;
  display: flex;
}

.e-gallery_1col_left_wrapper-copy {
  height: 100%;
  grid-column-gap: 5.625rem;
  background-color: var(--white);
  flex-direction: row;
  padding: 1.5rem 2.125rem 1.5rem 3.75rem;
  display: flex;
}

.e-gallery_1col_left_title-copy {
  font-size: 1.3125rem;
  line-height: 1.4;
}

.text-block-9 {
  color: var(--white);
}

.e-gallery_fv_right_bottom_box {
  padding: 1.125rem 2.125rem;
  position: relative;
}

.e-gallery_fv_right_bottom_box.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_1col_right_bottom_item {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.e-gallery_1col_right_bottom_item.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_1col_right_bottom_item.flex-justify-center {
  justify-content: center;
}

.info_tags_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  flex-wrap: wrap;
  display: flex;
}

.e-gallery_anchor_mb, .e-gallery_anchor_mb.sp-footer-fixed, .e-gallery_anchor_mb_menu_list {
  display: none;
}

.e-gallery_anchor_mb_menu_litem {
  display: block;
}

.e-gallery_2col_item {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-gallery_2col-1_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-gallery_2col-1_wrapper.border-bottom-black, .e-gallery_2col-1_component {
  border-bottom: 1px solid var(--black);
}

.div-block-36 {
  border-bottom: 1px solid #000;
}

.video_wrapper {
  position: relative;
}

.e-interview_fv_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-interview_fv_content {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.a-interview_fv_content.background_w {
  background-color: var(--white);
}

.a-interview_fv_bottom {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-interview_fv_bottom_left {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.a-interview_fv_bottom_left.bg-white {
  background-color: var(--white);
  grid-template-rows: 1fr;
}

.a-interview_fv_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #000;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.a-interview_fv_component.border-bottom-black {
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr;
  display: grid;
}

.a-interview_fv_component.bg_white {
  background-color: var(--white);
}

.a-interview_fv_component.border-bottom_none {
  border-bottom-style: none;
}

.a-interview_fv_top {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.a-interview_fv_top_wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem 3.75rem;
  display: flex;
}

.a-interview_fv_top_box {
  grid-row-gap: .9375rem;
  flex-direction: column;
}

.a-interview_fv_date {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.6;
}

.a-interview_fv_date.non-bold {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .8375rem;
  font-weight: 400;
}

.a-interview_fv_date.non-bold.mt-2 {
  margin-top: 1rem;
  font-weight: 300;
}

.a-interview_fv_bottom_item {
  background-color: var(--white);
  padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  position: relative;
}

.a-interview_fv_bottom_item.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.a-interview_fv_bottom_item.d-none {
  padding-top: 1.7rem;
  display: none;
}

.a-interview_fv_bottom_item_title {
  color: #1e1e1e;
  font-size: 1.3125rem;
  line-height: 1.4;
}

.text-block-12 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.text-block-12.art-interview {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .9375rem;
  font-weight: 300;
}

.a-interview_fv_bottom_right_item {
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem 2.125rem;
  display: flex;
}

.l-project_fv_bottom_rigt_text {
  color: #1e1e1e;
  line-height: 1.9;
}

.a-interview_fv_title {
  color: #1e1e1e;
  font-size: 2rem;
  line-height: 1.4;
}

.a-interview_fv_title.x-ml-ex {
  font-size: 1.45678rem;
}

.a-interview_card_item {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 41.1% 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.a-interview_card_item.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.a-interview_card_wrapper {
  width: 85.2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.a-interview_card_content_wrapper {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 1.875rem 2.125rem;
  display: flex;
}

.a-interview_card_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.a-interview_card_thumbnail {
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: flex;
}

.a-interview_card_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.a-interview_card_component {
  border-bottom: 1px solid var(--black);
}

.a-interview_card_component.border-bottom-no {
  border-bottom-style: none;
}

.a-interview_card_component.border-bottom-no.top-border-on {
  border-top: 1px solid #000;
}

.a-interview_card_component.border-bottom-no.top-border-on.bg-white {
  background-color: var(--white);
}

.a-interview_card_component.border-bottom-no.top-border-on.bg-white.top-border-none {
  border-top-style: none;
}

.a-interview_card_ticket {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.a-interview_card_title {
  margin-top: 1rem;
  font-size: 1.73333rem;
  font-weight: 300;
  line-height: 1.3;
}

.a-interview_card_title.card-in-title-ex {
  margin-top: .5rem;
}

.a-interview_card_text {
  margin-top: .5rem;
  font-size: .9375rem;
  line-height: 1.5;
}

.a-interview_card_text.card-in-sub-title {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.a-interview_card_ticket_text {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
}

.a-interview_c1_component {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.a-interview_c1_component.border-top-none {
  border-top-style: none;
}

.a-interview_c1_component.border-top-none.border-bottom-none, .a-interview_c1_component.border-bottom-none {
  border-bottom-style: none;
}

.a-interview_c1_component_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.a-interview_c1_component_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.a-interview_c1_top_left {
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.a-interview_c1_top_right {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.a-interview_c1_top {
  grid-column-gap: .07rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-interview_c1_top_right_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 3rem 4rem;
  display: flex;
}

.a-interview_c1_top_right_wrapper.about_2col_detail_grow {
  height: 100%;
}

.a-interview_c1_top_right_wrapper.left-same-h {
  padding-top: 1.775rem;
}

.a-interview_c1_top_right_wrapper.left-same-h.border-bottom-gray {
  border-bottom: 1px solid var(--dark-grey);
}

.a-interview_c1_top_left_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 1.875rem 1.875rem 1.875rem 3.75rem;
  display: flex;
}

.a-interview_c1_top_left_wrapper.about_2col_detail_grow {
  height: 100%;
}

.a-interview_c1_top_left_wrapper.sp {
  display: none;
}

.a-interview_c1_text {
  font-size: 1rem;
  line-height: 2;
}

.a-interview_c1_text.w5 {
  margin-bottom: .5rem;
  font-family: "Hiragino W 5", sans-serif;
  font-weight: 500;
}

.a-interview_c1_text.plofile {
  line-height: 1.7;
}

.a-interview_c1_title {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.4;
}

.video_content {
  grid-column-gap: 2.5rem;
  background-color: var(--white);
}

.video_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.a-interview_c1_bottom_box {
  grid-column-gap: 3.75rem;
  background-color: var(--white);
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.875rem 1.5rem 2.0625rem;
  display: flex;
}

.a-interview_c1_bottom_box.bottom-b-on {
  border-bottom: 1px solid #000;
}

.a-interview_c1_bottom_text {
  font-size: .835rem;
  line-height: 1.7;
}

.a-interview_c1_2col_text {
  font-size: 1rem;
  line-height: 1.8;
}

.a-interview_c1_2col_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.a-interview_c1_2col_wrapper.border-bottom-black, .a-interview_c1_2col_component {
  border-bottom: 1px solid var(--black);
}

.a-interview_c1_2col_component.border-bottom-none {
  border-bottom-style: none;
}

.a-interview_c1_2col_item {
  grid-column-gap: .0625rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-interview_c1_2col_thumbnail {
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.a-interview_c1_2col_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.a-interview_c1_2col_content_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 3rem 4rem;
  display: flex;
}

.a-interview_c1_2col_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.a-interview_c1_2col_title {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-empty {
  width: 100%;
  height: 100%;
}

.a-interview_c2_2col_component {
  border-bottom: 1px solid var(--black);
}

.a-interview_c2_2col_component.display-none {
  display: none;
}

.a-interview_c2_2col_right_item {
  grid-column-gap: .0625rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.a-interview_c2_2col_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.a-interview_c2_2col_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.a-interview_c2_2col_left {
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.content_empty {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.content_empty.display-none {
  display: none;
}

.a-interview_c2_2col_right_thumbnail {
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.a-interview_c2_2col_right_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.a-interview_c2_2col_right_content_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 1.25rem 1.875rem;
  display: flex;
}

.a-interview_c2_2col_right_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.a-interview_c2_2col_right_content_text {
  font-size: .75rem;
  line-height: 1.7;
}

.a-interview_image1_compornent_wrapper {
  border-bottom: 1px solid var(--black);
}

.a-interview_image1_content {
  grid-column-gap: 2.5rem;
  background-color: var(--white);
}

.a-interview_image1_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.a-interview_image1_content_wrapper {
  grid-row-gap: .1875rem;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.125rem;
  display: flex;
}

.a-interview_image1_title {
  font-size: 1rem;
  line-height: 1.7;
}

.a-interview_image1_text {
  font-size: .75rem;
  line-height: 1.7;
}

.a-interview_image2_compornent {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.a-interview_image2_compornent_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 22.4% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video_dammy_wrapper {
  width: 100%;
  height: 100svh;
}

.a-interview_slider_component {
  height: 100%;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  overflow: hidden;
}

.a-interview_slider_component.display-none {
  display: none;
}

.a-interview_slider_mask {
  width: 100svw;
  grid-column-gap: .0625rem;
  grid-auto-flow: column;
  padding-left: 4.7%;
  padding-right: 4.7%;
  overflow: visible;
}

.a-interview_slider_item {
  width: 50%;
}

.a-interview_slider_text {
  font-size: .853rem;
  line-height: 1.7;
}

.a-interview_slider_content_wrapper {
  padding: 1.25rem 1.875rem;
}

.a-interview_slider_arrow_left {
  width: 4.7%;
  border-right: 1px solid var(--black);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about_slide_arrow_right-copy {
  max-height: 3.75rem;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.a-interview_slider_arrow_right {
  width: 4.7%;
  border-left: 1px solid var(--black);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.l-project_fv_bottom_left {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
}

.a-interview_fv_bottom_item-copy {
  height: 100%;
  background-color: var(--white);
  padding: 1.5rem 1.875rem 1.5rem 3.75rem;
  position: relative;
}

.a-interview_fv_bottom_item-copy.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.l-project_fv_bottom_right_item {
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem 2.125rem;
  display: flex;
}

.l-project_c1_2col_content_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 2.875rem 2.125rem;
  display: flex;
}

.l-project_c1_2col_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.l-project_fv_bottom_left_item {
  height: 100%;
  background-color: var(--white);
  padding: 1.5rem 1.875rem 1.5rem 3.75rem;
  position: relative;
}

.l-project_fv_bottom_left_item.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.l-project_c1_2col_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.l-project_company_logo_image {
  width: auto;
  height: 100%;
  max-width: 10rem;
}

.artical_search_filter {
  border-bottom: 1px solid var(--black);
  margin-bottom: 0;
  display: none;
}

.section_l-project_result {
  display: none;
}

.access_map_wrapper {
  width: 100%;
  height: auto;
}

.dammy-mqp {
  width: 100%;
  height: 50vh;
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
  display: block;
  position: relative;
}

.access_map_text {
  font-size: 1.0625rem;
  line-height: 1.7;
}

.access_map_content {
  grid-column-gap: 2.5rem;
  background-color: var(--white);
  position: relative;
}

.access_map_content.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.access_map_content_wrapper {
  grid-row-gap: .1875rem;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.125rem;
  display: flex;
}

.headingh4-jp {
  font-size: 1.5625rem;
  line-height: 1.4;
}

.nav_mb_search {
  margin-left: 0;
  margin-right: 0;
  padding: .3125rem;
}

.nav_mb_menu_list_item_3_text {
  margin-bottom: 0;
  font-weight: 400;
}

.nav_logo {
  z-index: 10;
  width: 19.1875rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav_button_close {
  padding: 0;
}

.nav_logo_image {
  width: 100%;
}

.icon_h-bar {
  width: 22px;
  height: 2px;
  background-color: #444;
  position: absolute;
}

.nav_button_open {
  padding: 0;
}

.nav_wrapper {
  width: 100%;
  grid-row-gap: .3125rem;
  flex-direction: column;
  padding: .9375rem 5% 0;
  display: flex;
}

.nav_mb_menu_list {
  width: 75%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.nav_mb_menu_list_icon {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 51%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.nav_mb_menu_list_item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #e2eef2;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.icon_svg-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_logo_wrapper {
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3125rem;
}

.nav_mb-2 {
  display: none;
}

.svg_wrapper.nav_search_wrapper {
  width: 1.5rem;
  height: 1.5625rem;
  padding: .3125rem;
}

.nav_mb_menu_list_item_3_wrapper {
  width: 60.7%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}

.icon_v-bar {
  width: .125rem;
  height: 22px;
  background-color: #444;
  display: block;
  position: absolute;
}

.icon_v-bar.welcome {
  display: none;
}

.access_info_item {
  width: 100%;
  max-width: 1000px;
  grid-row-gap: .0625rem;
  cursor: pointer;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.access_info_item.dd-link {
  cursor: pointer;
}

.access_info_item.dd-link.access_info_dt_wrapper.margin-cut, .access_info_item.welcome.access_info_dt_wrapper.margin-cut {
  padding-top: 0;
}

.access_info_item.access_info_dt_wrapper {
  flex: 0 auto;
  padding-bottom: .9375rem;
}

.access_info_item.access_info_dt_wrapper.margin_cut {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.access_info_wrapper {
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-top-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.access_info_dt {
  background-color: var(--white);
  display: block;
  position: relative;
}

.access_info_dt.border-bottom {
  border-bottom: 1px solid #9d9d9d;
}

.access_info_dt.border-top, .access_info_dt.border-top.border-bottom {
  border-top: 1px solid #9d9d9d;
}

.access_info_dt.h-24 {
  padding-top: 0;
  padding-bottom: 0;
}

.access_info_dd {
  background-color: var(--white);
  margin-left: 0%;
  font-weight: 300;
  display: block;
}

.access_info_dd.border-top {
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px #9d9d9d;
  display: none;
}

.access_info_dd.border-top.border-bottom {
  border-bottom: 1px solid #000;
  display: block;
}

.access_info_dd.border-top.open-is, .access_info_dd.access_dd_3 {
  display: block;
}

.access_info_dd.no-link-pointer {
  cursor: auto;
  display: none;
}

.access_info_dt_title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.access_info_component {
  border-top: .0625rem solid var(--black);
  border-bottom: .0625px solid var(--black);
}

.access_info_component.is-last-section {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.access_info_component.border-tb-none {
  border-bottom-style: none;
}

.access_info_dt_wrapper {
  border-top-color: var(--black);
  border-bottom-color: #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  display: block;
}

.access_info_dt_wrapper.border-top-none {
  border-top: 0 #9d9d9d;
  border-bottom: 1px #9d9d9d;
  margin-left: 10px;
  margin-right: 0%;
}

.access_info_dt_wrapper.border-top-none.access_info_dd_wrapper {
  margin-left: 0;
  padding: 24px 0 24px 10px;
}

.access_info_dt_wrapper.border-top-none.h-24 {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.access_info_dt_wrapper.under-item {
  margin-left: 10px;
  margin-right: 0%;
}

.access_info_dt_wrapper.under-item.h-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.access_info_dd_wrapper {
  width: 100%;
  grid-row-gap: 3.75rem;
  cursor: auto;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 80px;
  font-weight: 400;
  display: block;
}

.access_info_dd_wrapper.border-top {
  border-top: 1px solid #9d9d9d;
}

.access_info_dd_wrapper.border-top.border-bottom {
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
}

.access_info_dd_wrapper.border-bottom {
  border-bottom: 1px solid #9d9d9d;
}

.access_info_dd_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  cursor: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.access_info_dd_list.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.e-galley_1col-2_wrapper-copy {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.access_info_dd_list_item {
  width: 100%;
  grid-column-gap: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.access_info_dd_list_item.facility_1col_shop_item_tag {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.access_info_dd_list_item.with-icon {
  align-items: center;
  display: flex;
}

.access_info_dd_list_item_dt {
  width: 100%;
  font-size: .875rem;
  line-height: 1.7;
}

.access_info_dd_list_item_dt.width-icon, .access_info_dd_list_item_dt.with-icon {
  align-items: center;
  display: flex;
}

.access_info_dd_list_item_dd {
  width: 100%;
  font-size: .875rem;
  line-height: 1.7;
}

.access_info_dd_list_item_dd.with-icon {
  padding-left: 10px;
}

.access_info_text {
  flex-direction: row;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.7;
}

.access_info_text.floor {
  font-size: 16px;
}

.access_info_dd_map {
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.access_info_dd_box {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  line-height: 1.7;
  display: flex;
}

.access_info_link {
  text-decoration: underline;
}

.access_info_title_sub {
  flex-direction: row;
  font-size: 1rem;
  line-height: 1.7;
}

.acssess_content {
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.access_info_dd_2col_wrapper {
  grid-column-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 52.5% 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  font-weight: 400;
  display: grid;
}

.access_info_dd_2col_wrapper.border-top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #9d9d9d;
}

.access_info_dd_2col_wrapper.border-top.ex {
  grid-column-gap: 1.875rem;
  grid-row-gap: 16px;
  cursor: auto;
  border-top-color: #9d9d9d;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 52.5% 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 40px 40px 40px 80px;
  display: grid;
}

.access_info_dd_item {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.access_info_dd_item_box {
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.access_info_text-copy {
  text-align: left;
  flex-direction: row;
  font-size: .875rem;
  line-height: 1.7;
}

.access_info_dd_indent_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.access_info_dd_indent {
  margin-left: auto;
  margin-right: auto;
}

.section_access_map {
  position: relative;
}

.access_info_dd_wrapper_wide {
  width: 75%;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1rem;
  font-weight: 400;
  display: flex;
}

.nav_language_text-2 {
  color: #9d9d9d;
  align-items: center;
  font-family: Tokyonode, sans-serif;
  line-height: 1.2;
  display: flex;
}

.nav_language_text-2.is-jp.is-selected {
  color: #1e1e1e;
}

.nav_link-2 {
  color: #1e1e1e;
  word-break: keep-all;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 1.78125rem 0 1.4375rem;
  font-family: Tokyonode, sans-serif;
  line-height: 1.2;
}

.nav_link-2.w--current {
  color: #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
}

.a-interview_image1_content-2 {
  grid-column-gap: 2.5rem;
  background-color: #fff;
}

.a-interview_fv_top_wrapper-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem 3.75rem;
  display: flex;
}

.event_1col-1_info_pc-2 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.nav_mb_wrapper-2 {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.text-block-8 {
  font-size: .75rem;
  line-height: 1.2;
}

.e-gallery_fv_left_item-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.a-interview_c1_2col_content-2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.l-project_company_component {
  border-bottom: 1px solid #1e1e1e;
}

.l-project_company_component.border-bottom-none, .l-project_company_component.border-bottom {
  border-bottom-style: none;
}

.div-block-33 {
  grid-column-gap: 3.875rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  grid-row-gap: .375rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.l-project_member_component-2 {
  grid-row-gap: 1.6875rem;
  flex-direction: column;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  display: flex;
}

.page-wrapper-2 {
  color: #1e1e1e;
  font-family: "Hiragino W 3", sans-serif;
  font-weight: 300;
}

.text-block-7 {
  font-size: 1.125rem;
  line-height: 1.2;
}

.event_1col_info_item_wrapper-3 {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.event_1col_info_item_wrapper-3.flex-justify-center {
  justify-content: center;
}

.a-interview_image1_compornent_wrapper-3 {
  border-bottom: 1px solid #1e1e1e;
}

.event_1col_info_mb-3 {
  display: none;
}

.a-interview_c1_2col_content-3 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.use_content_wrapper {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  padding: 3.125rem 1rem 6.25rem;
  display: flex;
}

.container-tiny {
  width: 100%;
  max-width: 45.75rem;
  margin-left: auto;
  margin-right: auto;
}

.use_content_item {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.use_title {
  font-size: 1.125rem;
}

.use_title.is-h2 {
  text-align: center;
  text-align: center;
  font-size: 1.125rem;
}

.use_text {
  line-height: 1.7;
}

.use_content_component {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.use_content_link {
  text-decoration: underline;
}

.about_slider_list {
  grid-column-gap: .0625rem;
  display: flex;
}

.image-2, .image-3 {
  width: 100%;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Tokyonode, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-6 {
  font-family: "Hiragino W 2", sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Tokyonode, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-7 {
  font-family: "Hiragino W 2", sans-serif;
}

.event_condition_wrapper-end {
  background-color: #e6e6e6;
  margin-right: .625rem;
  padding: .25rem .75rem;
  display: inline-block;
}

.event_condition-end {
  color: var(--black);
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition-end.display-none {
  display: none;
}

.event_condition_wrapper-end-2 {
  background-color: #1e1e1e;
  margin-right: .625rem;
  padding: .25rem .75rem;
  display: inline-block;
}

.event_condition_wrapper-end-2.top_event_condition_wrapper-end {
  color: var(--black);
  background-color: #e6e6e6;
}

.event_condition-end-2 {
  color: var(--black);
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition-end-2.display-none {
  display: none;
}

.a-interview_card_content_wrapper-h-100 {
  width: 100%;
  height: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 1.875rem 2.125rem;
  display: flex;
}

.a-interview_card_content_wrapper-h-100.about_2col_detail_grow {
  height: 100%;
}

.link-block {
  text-decoration: none;
}

.image-widescreen-wrapper-square {
  background-color: var(--white);
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.access_1col_wrapper-sp-floor-1 {
  justify-content: center;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: none;
}

.access_1col_wrapper-pc {
  justify-content: center;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.access_1col_wrapper-sp-floor-2 {
  justify-content: center;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: none;
}

.floor-number-top {
  color: var(--black);
  font-family: Tokyonode, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  display: none;
}

.facility_2col-1_detail-top {
  max-width: 92%;
  grid-row-gap: .875rem;
  flex-direction: column;
  padding: 1.375rem 2.125rem 4.8125rem;
  display: flex;
}

.facility_2col-1_detail-top.flex-gap-row-double {
  grid-row-gap: 1.5rem;
}

.cooperate_text_bottom-2 {
  margin-top: 10px;
  font-family: "Hiragino W 2", sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.text-span {
  font-family: Tokyonode, sans-serif;
  font-weight: 700;
}

.span-en-ft {
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
}

.about_tab_content_box_item-vv-floor-access {
  display: none;
}

.button_midium_wrapper-vv-contact {
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_midium_wrapper-vv-contact.border-top-black {
  border-top: 1px solid var(--black);
}

.image-widescreen-wrapper-2-1 {
  background-color: var(--white);
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-widescreen-wrapper-2-1.mb-square-wrappe-2-1 {
  width: 100%;
  height: auto;
  padding-top: 0%;
}

.image-widescreen-2-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-widescreen-2-1.fit-contain {
  object-fit: contain;
}

.image-widescreen-2-1.position-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.icon_note-mini {
  width: .5rem;
  height: .5rem;
}

.icon_note-mini.button_icon_note, .icon_note-mini.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_note-mini.button_icon_note-mini {
  width: .7573rem;
  height: .7573rem;
  display: block;
}

.icon_note-mini.button_icon_note-mini.d-none {
  display: none;
}

.icon_svg_wrapper-mini.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.icon_svg_wrapper-mini.button_icon_note_wrapper {
  margin-top: .1rem;
  padding: .125rem;
}

.icon_svg_wrapper-mini.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.icon_svg_wrapper-mini.icon_plus_wrapper {
  width: .625rem;
  height: .625rem;
}

.icon_svg_wrapper-mini.popup-close {
  cursor: pointer;
}

.icon_svg_wrapper-mini.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_svg_wrapper-mini.e-garally_live_icon {
  width: 1rem;
  height: 1rem;
}

.icon_svg_wrapper-mini.external11 {
  width: 1.0625rem;
  height: 1.0625rem;
}

.icon_svg_wrapper-mini.button_icon_note_wrapper-mini {
  margin-top: .135rem;
  padding: 0 .125rem 0 0;
}

.event_info_data_note {
  margin-left: 1rem;
  margin-right: .25rem;
  font-family: trade-gothic-next, sans-serif;
  font-size: .695rem;
  font-weight: 300;
  line-height: 1.2;
}

.event_info_data_note.text-size-small {
  font-size: .75rem;
}

.event_info_data_note.d-none {
  display: none;
}

.headingh4-p {
  border-top: 1px solid #000;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.headingh4-p.top-border-none {
  border-top-style: none;
}

.headingh4-p.top-border-none.mt-1 {
  padding-top: 1.5rem;
}

.headingh4-p.top-border-none.mt-1.mb-0 {
  padding-bottom: 0;
  line-height: 1.5;
}

.headingh4-jp-2 {
  padding-bottom: .5rem;
  font-size: 1.5625rem;
  line-height: 1.4;
}

.access_info_dd_box-2 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .8rem;
  font-size: .875rem;
  line-height: 1.7;
  display: flex;
}

.shops-info_item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gallery15_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
}

.text-block-shops-tag {
  color: #000;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-shops-tag:hover {
  color: #000;
}

.shops-body {
  color: #000;
  letter-spacing: .05em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.shops-area-link {
  background-color: rgba(162, 190, 222, .5);
  border-radius: 15px;
  margin-bottom: 1rem;
  padding: .25rem .5rem;
  text-decoration: none;
  display: block;
}

.shops-area-link:hover {
  background-color: rgba(162, 190, 222, .8);
}

.container-large-kv {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.gallery15_mask {
  overflow: hidden;
}

.padding-section-large-shops-info {
  padding-top: 0;
  padding-bottom: 0;
}

.shops-tag_meta-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.gallery15_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shops-info_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-right: .5rem;
  display: grid;
}

.gallery15_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shops-info_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.padding-global-shops-info {
  border-right: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
}

.shops-logo-image {
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toranomon-yokocho-block {
  padding-right: .6875rem;
  display: flex;
}

.toranomon-yokocho-block.shop-toranomonyokocyo-box {
  background-color: #000;
  justify-content: center;
  padding: 1rem 2rem;
}

.container-shops-kv {
  max-width: 960px;
}

.banner-toranomon-yokocho {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.gallery15_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.container-shops-logo {
  max-width: 240px;
}

.image-wrapper-1-1 {
  width: auto;
  height: auto;
  border: 1px solid #9d9d9d;
  padding-top: 100%;
  position: relative;
}

.padding-global-gallery {
  padding-left: 0%;
  padding-right: 0%;
}

.shops-info-wrapper {
  margin-top: 1.5rem;
}

.shops-guide-wrapper {
  padding-left: .25rem;
  padding-right: .25rem;
}

.gallery15_slide {
  padding-left: 0;
  padding-right: 0;
}

.padding-section-large-gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.shops-kv-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.shops_catch_copy_wrapper {
  margin-top: 0;
  padding-top: 1rem;
}

.gallery15_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  display: none;
  bottom: 4rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.shops_body_wrapper {
  margin-top: 0;
  padding-top: 0;
}

.gallery15_slide-nav {
  height: 1.75rem;
  padding-top: 10px;
  font-size: .5rem;
}

.shops-catch-copy {
  color: #000;
  letter-spacing: .05em;
  font-size: 1.8rem;
  line-height: 1.2;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.shops_tag-link {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.shops_tag-link:hover {
  background-color: #d3d3d3;
}

.shops_tag-link.w--current {
  border-bottom: 2px solid #000;
}

.logo-shop-box {
  width: 100%;
}

.tag-list-container {
  align-items: center;
  display: inline;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.text-size-medium-ex {
  font-size: 1.125rem;
}

.text-size-medium-ex.text-weight-bold {
  color: #000;
  letter-spacing: .05em;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.text-block-shops-details-tag {
  color: #000;
  font-size: .775rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-shops-details-tag:hover {
  color: #000;
}

.shops_details_link {
  color: #000;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.shops_details_link:hover {
  text-decoration: none;
}

.shops-details-p-closing-day {
  color: #000;
  font-size: .875rem;
  line-height: 1.5;
}

.shops-details-p-business-time-info {
  color: #000;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.shops-details-p {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.shops_details-tag-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.shops_details-tag-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #d9d9d9;
}

.shops_details-tag-link.w--current {
  border-bottom: 2px solid #000;
}

.shops-details_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 0;
  display: grid;
}

.shops-details-title-ex {
  align-items: center;
  display: flex;
}

.shops-details_item_last {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.business-time-pdf-link {
  color: #000;
  text-decoration: underline;
}

.business-time-pdf-link:hover {
  text-decoration: none;
}

.shops-details-title, .shops-details-site-wrapper {
  align-items: center;
  display: flex;
}

.cafe-menu-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.cafe-menu-wrapper.padding-bottom20 {
  border: 1px #000;
  border-bottom-style: solid;
  padding-bottom: 2rem;
}

.cafe-menu-wrapper.padding-bottom20.border-side-black.sticky-section-yoyaku.cafe_de_btn {
  align-items: flex-end;
}

.button_pdf-menu {
  max-width: 10.5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2.8rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: .8125rem 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
}

.button_pdf-menu.is-small {
  padding: .5rem 1.25rem;
}

.button_pdf-menu.is-large {
  padding: 1rem 2rem;
}

.button_pdf-menu.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_pdf-menu.max-width-full {
  width: 100%;
  max-width: none;
}

.button_pdf-menu.button-font-jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.button_pdf-menu.about-cafe {
  border-style: none;
  margin-top: 0;
  margin-right: 0;
  padding: 1rem 0 .5rem;
}

.cafe_content_wrapper-2 {
  max-width: 73.25rem;
  grid-column-gap: 1.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.cafe_content_wrapper-2.p-botton-half {
  padding-bottom: 0;
}

.section_h2_wrapper-2 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.about_2col_thumbnail-wrapper-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.about_2col_detail-2 {
  width: 100%;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1.875rem 2.3125rem;
  display: flex;
}

.about_2col_component-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component-2.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.dining_fv_component-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #000;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.dining_fv_component-copy.border-bottom-black {
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr;
  display: grid;
}

.section_cafe_info-dining {
  display: none;
}

.section_h2_wrapper-news {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin-top: 0;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-news.is-sub-title {
  padding-bottom: .875rem;
}

.section_h2_wrapper-news.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper-news.border-top.lottie-box {
  justify-content: center;
  display: flex;
}

.section_h2_wrapper-news-year {
  border-top: 1px none var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  margin-top: 0;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-news-year.is-sub-title {
  padding-bottom: .875rem;
}

.section_h2_wrapper-news-year.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper-news-year.display-none {
  display: none;
}

.news_content-wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
}

.news-1col-1_wrapper {
  max-width: 54rem;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1rem 2.5rem;
  display: flex;
}

.news_1col_list {
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-details_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 0;
  display: grid;
}

.news-details_item_last {
  grid-column-gap: 1.25rem;
  grid-row-gap: .5rem;
  border-top: 1px #f7f7f7;
  border-bottom: 1px #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block-37 {
  display: flex;
}

.icon-embed-xsmall-mini {
  width: 1.2rem;
  height: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.news-list-item-elm {
  display: flex;
}

.news-details-title {
  align-items: center;
  display: flex;
}

.news_details_link {
  color: #000;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
}

.news_details_link:hover {
  text-decoration: none;
}

.news_details_link.display-none {
  display: none;
}

.news-year_wrapper {
  max-width: 50rem;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 2.5rem;
  display: block;
}

.news-year_wrapper.display-none {
  display: none;
}

.news-1col-1_wrapper-year {
  max-width: 50rem;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 1rem;
  display: flex;
}

.container-full-news {
  width: 100%;
  max-width: 120rem;
  object-fit: contain;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.news-article_thumbnail-d-none {
  width: 77.6%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: none;
}

.section_h2_wrapper-about-top-lab {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  margin-top: 5rem;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-about-top-lab.is-sub-title {
  padding-bottom: .875rem;
}

.section_h2_wrapper-about-top-lab.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.padding-section-none-about-top-lab {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none-about-top-lab.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none-about-top-lab.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-about-top-lab.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-about-top-lab.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none-about-top-lab.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-about-top-lab.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-about-top-lab.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-about-top-lab.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-about-top-lab.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.section_about_facility_floor-about-top {
  border-top: 1px #000;
}

.icon_svg-copy {
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facility_2col-2_internal-lab-about {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facility_2col-2_internal-lab-about.top-access_internal {
  padding: 1.1875rem .8125rem;
}

.facility_2col-2_internal-lab-about.border-black-top-left {
  border-top: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
}

.facility_2col-2_internal-lab-about.mb-hide {
  display: none;
}

.about_slide_component-swiper {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: block;
  position: relative;
}

.swiper-button-next {
  max-height: 3.75rem;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.swiper-button-prev {
  max-height: 3.75px;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.swiper-container {
  max-width: 1918px;
}

.about_swiper_item_image {
  width: auto;
  height: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.swiper.border-bottom-on {
  border-bottom: 1px solid #000;
}

.padding-none-xx {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-none-swiper {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none-swiper.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none-swiper.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-swiper.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-swiper.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none-swiper.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-swiper.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-swiper.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-swiper.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-swiper.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-swiper.margin-section-bottom-x.border-side-black {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-none-swiper.margin-section-bottom-x.border-side-black.about-cafe-swiper {
  display: block;
}

.padding-section-none-swiper.margin-section-bottom-x.border-side-black {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.swiper-button-prev-copy {
  max-height: 3.75px;
  max-width: 2.5rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: rgba(9, 9, 9, .2);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.about_slide_component-vv-studio {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: none;
  position: relative;
}

.section_cafe_slide-none {
  display: none;
}

.padding-none-cafe {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.about_slide_component-gallery {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: none;
  position: relative;
}

.padding-section-none-xxx {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none-xxx.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none-xxx.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-xxx.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-xxx.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none-xxx.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-xxx.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-xxx.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-xxx.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-xxx.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-xxx.margin-section-bottom-xxxx.border-side-black {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_slide_component-hall {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: none;
  position: relative;
}

.padding-none-hall {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-none-hall-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none-hall-2.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none-hall-2.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-hall-2.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-hall-2.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none-hall-2.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-hall-2.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-hall-2.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-hall-2.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-hall-2.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-hall-2.margin-section-bottom-hall-2.border-side-black {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_slide_component-skypool {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  display: none;
  position: relative;
}

.padding-none-skyplool {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-none-sgpl {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none-sgpl.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none-sgpl.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-sgpl.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-sgpl.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none-sgpl.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none-sgpl.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none-sgpl.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-sgpl.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-sgpl.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none-sgpl.margin-section-bottom-sgpl.border-side-black {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-none-sgpl.margin-section-bottom-sgpl.border-side-black.boder-bottom {
  border-bottom: 1px solid #000;
}

.padding-section-none-sgpl.margin-section-bottom-sgpl.border-side-black.border-top {
  border-top: 1px solid #000;
}

.section_cafe_slide-copy {
  border-top: 1px #000;
}

.padding-none-dining, .padding-none-cc {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.search_checkbox_list-2 {
  grid-column-gap: 3.125vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_item_wrapper-2 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw 6.25vw;
  display: flex;
}

.search_button_switch_wrapper-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: .25rem;
  border-top-color: #9d9d9d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon_h-bar-2 {
  width: 1.0937vw;
  height: .125rem;
  background-color: #444;
  position: absolute;
}

.search_checkbox_wrapper-2 {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 2.5vw 6.25vw;
  display: flex;
}

.check_item-2 {
  border: 1px solid #000;
  border-radius: 1.25rem;
  padding: .1875rem 1rem;
  font-size: .875rem;
  line-height: 1.2;
}

.check_item-2.checked {
  color: #fff;
  cursor: pointer;
  background-color: #1e1e1e;
  font-size: .875rem;
}

.checkbox_wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #1e1e1e;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: .78125vw;
}

.checkbox-2.w--redirected-checked {
  background-color: #1e1e1e;
  background-image: url('../images/checked.svg');
  background-size: .75rem .75rem;
  border-color: #1e1e1e;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.icon_v-bar-2 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.event_search_filter-2 {
  border-top: 1px #000;
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 0;
  display: none;
}

.button_tiny_wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-top: 2.3437vw;
  padding-bottom: 2.3437vw;
  display: flex;
}

.button_tiny_wrapper-2.border-top-grey {
  border: 1px solid #9d9d9d;
}

.button_tiny_wrapper-2.border-top-grey.border-bottom-none {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.search_filter_list {
  display: none;
}

.button_common-2 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.406vw 0 .9375vw;
  font-family: Tokyonode, sans-serif;
  font-size: 1.6406vw;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-2:hover {
  background-color: #ededed;
}

.button_common-2.button-font-jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.search_checkbox-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 19%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.search_button_switch_icon {
  width: 3.125vw;
  height: 3.125vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search_button_switch_text_cl {
  display: none;
}

.search_filter_item_list-2 {
  width: 79%;
  grid-column-gap: .7812vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_item_wrapper-3 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw 6.25vw;
  display: flex;
}

.search_button_switch_full_wrapper {
  grid-column-gap: .3125vw;
  justify-content: center;
  align-items: center;
  padding-top: 1.7968vw;
  padding-bottom: 1.7968vw;
  display: flex;
}

.artical_search_filter-2 {
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 0;
  display: none;
}

.icon_v-bar-3 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.search_button_switch_full {
  border-top: 1px solid #1e1e1e;
  position: relative;
}

.search_checkbox_list-3 {
  grid-column-gap: 3.125vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_item_wrapper-4 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw 6.25vw;
  display: flex;
}

.checkbox_wrapper-3 {
  min-width: 213px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.artical_search_filter-3 {
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 0;
  display: none;
}

.icon_v-bar-4 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.search_button_switch-e-archives {
  align-items: center;
  display: flex;
}

.search_button_switch-e-archives.border-right-black {
  border-left: 1px solid #000;
}

.about_tab_wrapper-2 {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.4843vw;
  padding-bottom: 1.4843vw;
  position: relative;
}

.about_tab_wrapper-2.about-vv.border-bottom-none, .about_tab_wrapper-2.border-bottom-none {
  border-bottom-style: none;
}

.about_tab_wrapper-2.border-bottom-none.boder-top {
  border-top-style: solid;
}

.about_tab_title-2 {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.about_tab_icon-2 {
  width: 2.3437vw;
  height: 2.3437vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.icon_v-bar-5 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.facility_2col-1_detail-2 {
  grid-row-gap: .875rem;
  flex-direction: column;
  padding: 2.3437vw 2.6562vw;
  display: flex;
}

.facility_2col-1_detail-2.flex-gap-row-double {
  grid-row-gap: 1.5rem;
}

.facility_2col-1_detail_text-2 {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.64;
}

.about_3col_compornent-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_3col_compornent-2.border-bottom-black {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_3col_compornent-2.display-none {
  display: none;
}

.section_h4_title {
  font-family: Tokyonode, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.about_2col_detail_txt-2 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.about_tab_caution_text-2 {
  text-align: center;
  font-size: .875rem;
}

.section_h4_jp_wrapper-2 {
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: .53125rem;
  padding-bottom: .53125rem;
}

.about_2col_detail_text-2 {
  font-size: .875rem;
  line-height: 1.7;
}

.about_3col_detail_title {
  font-size: 1rem;
  line-height: 1.8;
}

.about_tab_content-2 {
  border-bottom: 1px solid #1e1e1e;
  display: block;
}

.about_2col_detail-3 {
  width: 100%;
  grid-row-gap: 1.5625vw;
  background-color: #fff;
  flex-direction: column;
  padding: 2.3437vw 2.8906vw;
  display: flex;
}

.button_midium_wrapper-2 {
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.facility_2col-1_component-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-1_component-2.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.about_3col_detail-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: .7812vw;
  padding-bottom: .7812vw;
}

.section_h4_jp-2 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}

.facility_2col-1_thumbnail-2 {
  border-right: 1px solid #9d9d9d;
}

.button_pdf-2 {
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.0156vw 1.25vw;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .87rem;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .3s;
}

.button_pdf-2:hover {
  background-color: #ededed;
}

.image-widescreen-wrapper-2 {
  background-color: #fff;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.about_2col_thumbnail-wrapper-3 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  display: flex;
}

.button_common-3 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125vw;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-3:hover {
  background-color: #ededed;
}

.about_2col_component-3 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component-3.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.about_2col_component-3.border-bottom-black.border-bottom-none {
  border-bottom-style: none;
}

.image-flexble-wrapper-2 {
  width: 100%;
  height: 100%;
}

.about_3col_thumbnail-2 {
  border-bottom: 1px solid #9d9d9d;
}

.about_2col_detail_list_item-2 {
  font-size: .75rem;
  line-height: 1.3;
}

.about_2col_detail_list_item-2.about-3-ren {
  line-height: 1.6;
}

.section_h4_wrapper-2 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: .4375rem;
  padding-bottom: .1562vw;
}

.section_h4_wrapper-2.border-top-none {
  border-top: 0 rgba(0, 0, 0, 0);
  padding-top: .4375rem;
  padding-bottom: .125rem;
}

.about_3col_item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.about_tab_title-3 {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.about_tab_icon-3 {
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.icon_v-bar-6 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.about_2col_detail_txt-3 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.about_tab_caution_text-3 {
  text-align: center;
  font-size: .875rem;
}

.about_2col_detail_text-3 {
  font-size: .875rem;
  line-height: 1.7;
}

.about_3col_detail_title-2 {
  font-size: 1rem;
  line-height: 1.8;
}

.button_midium_wrapper-3 {
  justify-content: center;
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
  display: flex;
}

.button_midium_wrapper-3.border-top-black {
  border-top: 1px solid #1e1e1e;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.button_midium_wrapper-3.border-top-black.border-top-none {
  border-top-style: none;
}

.button_midium_wrapper-3.border-top-black {
  border-top: 1px solid #1e1e1e;
}

.button_midium_wrapper-3.border-top-black.border-top-none {
  border-top-style: none;
}

.image-widescreen-wrapper-3 {
  background-color: #fff;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-widescreen-wrapper-3.mb-square-wrapper.a-16-9 {
  width: 100%;
  max-width: none;
  padding-top: 0%;
}

.about_2col_thumbnail-wrapper-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  display: flex;
}

.button_common-4 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.406vw 0 .9375vw;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-4:hover {
  background-color: #ededed;
}

.about_2col_component-4 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component-4.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.about_3col_thumbnail-3 {
  border-bottom: 1px solid #9d9d9d;
}

.about_2col_detail_list_item-3 {
  font-size: .75rem;
  line-height: 1.3;
}

.about_tab_title-4 {
  font-size: 1.68753rem;
  line-height: 1.5;
}

.about_tab_icon-4 {
  width: 2.3437vw;
  height: 2.3437vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.icon_v-bar-7 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.about_2col_detail_txt-4 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.about_tab_caution_text-4 {
  text-align: center;
  font-size: .875rem;
}

.about_2col_detail_text-4 {
  font-size: .875rem;
  line-height: 1.7;
}

.about_3col_detail_title-3 {
  font-size: 1.0937rem;
  line-height: 1.8;
}

.about_tab_content-3 {
  border-bottom: 1px solid #1e1e1e;
  display: none;
}

.button_pdf-3 {
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.0156vw 1.25vw;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .3s;
}

.button_pdf-3:hover {
  background-color: #ededed;
}

.button_common-5 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.406vw 0 .9375vw;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-5:hover {
  background-color: #ededed;
}

.about_2col_component-5 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component-5.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.about_2col_detail_list_item-4 {
  font-size: .75rem;
  line-height: 1.6;
}

.about_tab_title-5 {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.about_tab_icon-5 {
  width: 2.3437vw;
  height: 2.3437vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.icon_v-bar-8 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.section_h4_title-2 {
  font-family: Tokyonode, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.about_2col_detail_txt-5 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.about_tab_caution_text-5 {
  text-align: center;
  font-size: .87rem;
}

.about_2col_detail_text-5 {
  font-size: .875rem;
  line-height: 1.7;
}

.about_3col_detail_title-4 {
  font-size: 1rem;
  line-height: 1.8;
}

.about_tab_content-4 {
  border-bottom: 1px solid #1e1e1e;
  display: block;
}

.button_common-6 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.406vw 0 .9375vw;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-6:hover {
  background-color: #ededed;
}

.about_2col_component-6 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_2col_component-6.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.about_2col_detail_list_item-5 {
  font-size: .75rem;
  line-height: 1.3;
}

.about_tab_icon-6 {
  width: 2.3437vw;
  height: 2.3437vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 4.1%;
  transform: translate(0, -50%);
}

.about_tab_icon-6.display-none {
  display: none;
}

.icon_v-bar-9 {
  width: .125rem;
  height: 1.0937vw;
  background-color: #444;
  position: absolute;
}

.image-widescreen-art-top {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-widescreen-art-top.fit-contain {
  object-fit: contain;
}

.image-widescreen-art-top.position-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-widescreen-wrapper-art-top {
  max-width: 100%;
  background-color: var(--white);
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.use_anchor_wrapper {
  grid-column-gap: 3.125vw;
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding-top: 2.8906vw;
  padding-bottom: 2.8906vw;
  display: flex;
}

.padding-none-2 {
  padding-left: 0;
  padding-right: 0;
}

.use_content_item_list-2 {
  padding-left: 0;
}

.use_anchor_item {
  grid-row-gap: .7812vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.use_content_item_list_item-2 {
  margin-bottom: 0;
}

.section_h1_wrapper-2 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.7187vw;
  padding-bottom: 1.25vw;
}

.use_anchor_icon {
  width: 1.0937vw;
  height: 1.0937vw;
}

.use_text-2 {
  font-size: .875rem;
  line-height: 1.7;
}

.container-tiny-2 {
  width: 100%;
  max-width: 57.1875vw;
  margin-left: auto;
  margin-right: auto;
}

.use_anchor_text {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.icon_svg_wrapper-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.use_content_item-2 {
  grid-row-gap: 1.5625vw;
  flex-direction: column;
  display: flex;
}

.use_content_component-2 {
  grid-row-gap: 3.125vw;
  flex-direction: column;
  display: flex;
}

.use_anchor_mb {
  display: none;
}

.use_anchor_mb_menu {
  width: 100%;
  border: 1px solid #000;
}

.image-widescreen-lp {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-widescreen-lp.fit-contain {
  object-fit: contain;
}

.image-widescreen-lp.position-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-widescreen-wrapper-lp {
  background-color: var(--white);
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-widescreen-wrapper-lp.mb-square-wrapper {
  padding-top: 0%;
}

.a-interview_fv_bottom-lp {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-project_fv_bottom_right_item-lp {
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem 2.125rem;
  display: flex;
}

.l-project_fv_bottom_left_item-lp {
  height: 100%;
  background-color: var(--white);
  padding: 1.5rem 1.875rem 1.5rem 3.75rem;
  position: relative;
}

.l-project_fv_bottom_left_item-lp.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.about_tab_title-6 {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.section_h4_title-3 {
  font-family: Tokyonode, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.about_2col_detail_txt-6 {
  font-size: 1.125vw;
  font-weight: 300;
  line-height: 1.5;
}

.about_tab_caution_text-6 {
  text-align: center;
  font-size: .875rem;
}

.about_2col_detail_text-6 {
  font-size: .875rem;
  line-height: 1.7;
}

.about_3col_detail_title-5 {
  font-size: 1rem;
  line-height: 1.8;
}

.button_pdf-4 {
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.0156vw 1.25vw;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .3s;
}

.button_pdf-4:hover {
  background-color: #ededed;
}

.button_common-7 {
  width: 25.3125vw;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #1e1e1e;
  padding: 1.406vw 0 .9375vw;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-7:hover {
  background-color: #ededed;
}

.about_2col_detail_list_item-6 {
  font-size: .75rem;
  line-height: 1.3;
}

.facility_2col-3_button-001 {
  width: 9.8%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.facility_2col-3_detail-001 {
  grid-row-gap: .875rem;
  flex-direction: column;
  padding: 2.125rem 1.875rem 1.875rem 2.125rem;
  display: flex;
}

.facility_2col-3_detail-001.flex-gap-row-double {
  grid-row-gap: 1.5rem;
}

.a-interview_c1_2col_content_wrapper-copy {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 3rem 4rem;
  display: flex;
}

.a-interview_c1_2col_content_wrapper-copy.about_2col_detail_grow {
  height: 100%;
}

.text-block-12-1 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.a-interview_fv_bottom_item-001 {
  background-color: var(--white);
  padding: 2rem 1.875rem 2rem 3.75rem;
  position: relative;
}

.a-interview_fv_bottom_item-001.border-right-grey {
  border-right: 1px solid var(--dark-grey);
}

.a-interview_fv_bottom_right_item-001 {
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 2rem 2.125rem 2rem 4rem;
  display: flex;
}

.access_info_text-title {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 1.7;
}

.access_info_text-title.with-icon {
  padding-left: 10px;
}

.image-flexble-wrapper-lp {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-flexble-wrapper-lp.border-white-thick {
  border: .625px solid var(--white);
}

.image-flexible-lp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-interview_fv_top_wrapper-lp {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  background-color: var(--white);
  color: rgba(30, 30, 30, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem 3.75rem;
  display: flex;
}

.facility_1col_info_item-ex {
  grid-column-gap: .875rem;
  flex-direction: row;
  display: flex;
}

.facility_1col_wrapper-ex {
  max-width: 45vw;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: flex;
}

.top_header-2 {
  z-index: auto;
  background-color: #fff;
  border-bottom: 1px #000;
  position: relative;
  top: auto;
}

.padding-none-3 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.top_nav_language_text-2 {
  color: #9d9d9d;
  align-items: center;
  font-family: Tokyonode, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.2;
  display: flex;
}

.top_nav_language_text-2.is-jp.is-selected {
  color: #1e1e1e;
}

.top_nav_language_text-2.is-jp.is-selected.lang-txt, .top_nav_language_text-2.is-en.lang-txt {
  font-size: 1rem;
  font-weight: 700;
}

.top_nav_language_text-2.lang-txt {
  font-size: 1rem;
}

.stikcky_logo_link {
  width: 65%;
  display: flex;
}

.stikcky_logo_link.w--current {
  width: auto;
  position: relative;
}

.section_top_nav_sticky {
  z-index: 9999;
  width: 100%;
  max-width: 120rem;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-color: #1e1e1e #000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top_nav_sub_logo {
  margin-left: 0%;
  display: flex;
}

.top_nav_sub_logo.sticky-ctl {
  display: block;
  position: relative;
  left: 2.5%;
}

.top-nav_menu_link-2 {
  color: #1e1e1e;
  word-break: keep-all;
  padding: 1.78125rem 0 1.4375rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.18571rem;
  font-weight: 700;
  line-height: 1.2;
}

.top-nav_menu_link-2:hover {
  text-decoration: none;
}

.top-nav_menu_link-2.w--current {
  color: #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
}

.sticky_logo_img {
  max-width: 14.1875rem;
}

.nav_sp_menu {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
}

.event_1col_info_2column_pc {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_info_2column_pc.bottom-border-on {
  border-bottom: 1px solid #000;
}

.news_details_txt {
  font-size: .875rem;
}

.news_details_txt.text-weight-bold {
  color: #000;
  letter-spacing: .05em;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
}

.space_eventtop {
  border: 1px solid #1e1e1e;
  border-style: solid none;
  justify-content: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: flex;
}

.space_eventtop.top-border-on {
  border-top: 1px none var(--dark-grey);
}

.space_eventtop.bottom-border-on.top-border-non {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
}

.space_eventtop.border-top-none {
  border-top-style: none;
}

.space_eventtop.border-top-none.border-bottom-non {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  padding-top: 72px;
  padding-bottom: 0;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on {
  border-bottom-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.b-non {
  border-bottom-style: none;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.b-non.b-bottom-on {
  border-bottom-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.bt-on {
  border-top-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.bt-on.t-center.bb-none {
  border-bottom-style: none;
}

.space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.t-center {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.875rem;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on {
  border-top-style: solid;
  border-bottom-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.lab-member-wrapper {
  border-top-color: var(--dark-grey);
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.lab-member-wrapper.border-b-no {
  border-bottom-style: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.lab-member-wrapper.border-b-on {
  border-bottom-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.border-top-no {
  border-top-style: none;
  border-bottom-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.border-top-no.b-b-zero, .space_eventtop.border-top-none.border-bottom-non.border-t-on.bnon, .space_eventtop.border-top-none.border-bottom-non.border-t-on.b-non {
  border-bottom-style: none;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.b-non.bt-non {
  border-top-style: none;
}

.space_eventtop.border-top-none.border-bottom-non.border-t-on.b-bottom-non {
  border-bottom-style: none;
}

.space_eventtop.border-top-none.border-bottom-non.border-top-is {
  border-top-style: solid;
}

.space_eventtop.border-top-none.border-bottom-non.d-none, .space_eventtop.border-top-none.display-none {
  display: none;
}

.space_eventtop.border-top-none.border-bttom-none {
  border-top-style: solid;
  border-bottom-style: none;
}

.space_eventtop.border-bottom-none {
  border-bottom-style: none;
}

.space_eventtop.border-top.border-bottom-none.top-b-no {
  border-top-style: none;
}

.space_eventtop.border-tb-none {
  border-top-style: none;
  border-bottom-style: none;
}

.header-show {
  z-index: 9999;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.events-tag-container {
  margin-top: 1rem;
}

.events-tag-container.pc-mb-hide, .section_e-gallery_before_anchor-one.display-none {
  display: none;
}

.tel-link {
  text-decoration: underline;
}

.tel-link:hover {
  text-decoration: none;
}

.e-gallery_fv_right_place_item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-gallery_fv_right_place_item.pc-md-hide {
  display: none;
}

.restaurant_comingsoon {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--black) black;
}

.restaurant_comingsoon.border-side-black {
  border: 1px #000;
}

.restaurant_comingsoon.border-tb-none {
  border-top-style: none;
  border-bottom-style: none;
  display: none;
}

.restaurant_comingsoon.border-none-tb {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_wrapper_comingsoon {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper_comingsoon.is-sub-title {
  border: 1px #000;
  border-top-color: #1e1e1e;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-style: normal;
}

.section_h2_wrapper_comingsoon.is-sub-title.border-top-none.border-bottom-none {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_wrapper_comingsoon.is-sub-title.border-bottom-none {
  border-top-style: solid;
  border-top-color: #000;
  border-bottom-style: none;
}

.section_h2_wrapper_comingsoon.is-sub-title.border-bottom-none.border-top-non, .section_h2_wrapper_comingsoon.is-sub-title.border-tb-none {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_wrapper_comingsoon.is-sub-title.border-top {
  border-top-style: solid;
  border-top-color: #000;
}

.section_h2_wrapper_comingsoon.is-sub-title.border-bottom_light {
  border-style: none solid solid;
  border-color: #000;
}

.section_h2_wrapper_comingsoon.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.about_tab_wrapper_space {
  border-top: 1px solid #1e1e1e;
  border-bottom: .5px solid var(--dark-grey);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.image-4 {
  object-fit: fill;
}

.about_2col_detail_list_item_4 {
  margin-top: 22px;
  font-size: .75rem;
  line-height: 1.3;
}

.about_2col_detail_list_item-7 {
  margin-top: 20px;
  font-size: .75rem;
  line-height: 1.3;
}

.padding-section-none_skygarden {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none_skygarden.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none_skygarden.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none_skygarden.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none_skygarden.margin-section-bottom.border-side-black {
  margin-bottom: 0;
}

.padding-section-none_skygarden.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none_skygarden.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none_skygarden.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none_skygarden.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_skygarden.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_skygarden.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_skygarden.margin-section-bottom-cc.border-side-black {
  padding-bottom: 4rem;
}

.padding-section-none_skygarden.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-none_gallery.margin-section-top {
  margin-top: 5rem;
}

.padding-section-none_gallery.border-side-black {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none_gallery.border-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none_gallery.margin-section-bottom.border-side-black {
  margin-bottom: 0;
}

.padding-section-none_gallery.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.padding-section-none_gallery.border-top-side-black {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.padding-section-none_gallery.border-top-side-black.border-top-black {
  border-top: 1px solid #000;
}

.padding-section-none_gallery.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_gallery.border-top-side-black {
  border-top: 1px solid #000;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_gallery.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.padding-section-none_gallery.margin-section-bottom-cc.border-side-black {
  padding-bottom: 4rem;
}

.padding-section-none_gallery.border-side-black {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.section_h2_wrapper--comingsoon2 {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_h2_wrapper--comingsoon2.is-sub-title {
  padding-bottom: .875rem;
}

.section_h2_wrapper--comingsoon2.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.padding-none_dining {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.padding-none_dining.margin-section-bottom {
  margin-bottom: 0;
}

.credit {
  float: none;
  color: #ccc;
  font-size: .6rem;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.credit.display-none {
  display: none;
}

.map {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  position: relative;
  top: 0;
  left: 0;
}

.link-2 {
  text-decoration: underline;
}

.div-block-38, .div-block-39 {
  display: flex;
}

.access_info_dt_wrapper {
  margin-left: 20%;
  margin-right: 20%;
}

.access_info_dd_item-copy {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 20%;
  display: flex;
}

.div-block-40 {
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.background-video {
  height: 50vw;
}

.background-video-2 {
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header13_component {
  height: 100svh;
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

.header13_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header13_lightbox-wrapper {
  flex: 1;
  position: relative;
}

.text-size-medium-5 {
  font-size: 1.25rem;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.header13_lightbox {
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header13_lightbox-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-layer.hide {
  display: none;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.header12_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header12_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header12_component {
  height: 100svh;
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.header12_video-wrapper {
  flex: 1;
  position: relative;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.header12_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header12_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.header12_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.video-play-pause-wrapper {
  width: 5em;
  height: 5em;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 999em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.section-video {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.vimdeo-player-overlay {
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.delete-background-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-unmute-wrapper {
  z-index: 3;
  width: 7em;
  height: 7em;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-vimeo-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  display: none;
}

.background-gradient {
  z-index: 0;
  background-image: linear-gradient(153deg, #010103, #504988 29%, #130f41 68%, #050411);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vimeo-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-type {
  height: 100%;
  opacity: 1;
  filter: blur(8px);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  font-size: 15.4em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plyr__controls {
  z-index: 1;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-embed {
  height: 83vh;
  position: relative;
  overflow: hidden;
}

.label {
  background-color: #1e1e1e;
  margin-right: .625rem;
  padding: .25rem .75rem;
  display: inline-block;
}

.div-block-41 {
  position: relative;
}

.section_h2_wrapper-copy {
  border-top: 1px none var(--black);
  border-bottom: 1px solid var(--dark-grey);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-copy.is-sub-title {
  padding-bottom: .875rem;
}

.section_h2_wrapper-copy.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper-copy.border-bottom-none {
  border-bottom-style: none;
}

.event_3col_info_item_wrapper_lab_index {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 2rem;
}

.facility_2col-2_item_labfacility {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-left: 1px solid #1e1e1e;
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_item_labfacility.border-black-right {
  border-right: 1px solid var(--black);
}

.section_h2_wrapperlab_facility {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapperlab_facility.is-sub-title {
  border-top-style: none;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapperlab_facility.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.comingsoon_labevent {
  border-top: 1px none var(--dark-grey);
  border-bottom: 1px none var(--dark-grey);
}

.comingsoon_labevent.border-side-black {
  border: 1px #000;
}

.space_regular_wrapper_event {
  border: 1px solid var(--black);
  justify-content: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: flex;
}

.space_regular_wrapper_event.top-border-on {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #1e1e1e;
  border-left-color: #1e1e1e;
  border-right-color: #1e1e1e;
}

.space_regular_wrapper_event.bottom-border-on.top-border-non {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
}

.space_regular_wrapper_event.border-top-none {
  border-top-style: none;
  display: block;
}

.space_regular_wrapper_event.boder-bottom-none {
  border-bottom-style: none;
}

.space_regular_wrapper_event.boder-bottom-none.border-lr-none {
  border-left-style: none;
  border-right-style: none;
}

.whaton_2lines {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.whaton_2lines.is-sub-title {
  border-top-style: solid;
  border-top-color: #1e1e1e;
  border-bottom-style: none;
  border-bottom-color: #1e1e1e;
  padding-bottom: .875rem;
}

.whaton_2lines.is-sub-title.border-bottom {
  border-bottom-style: solid;
  display: block;
}

.whaton_2lines.is-sub-title.border-bottom.boder-none {
  border-top-style: none;
}

.whaton_2lines.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.events_comingsoon {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px none var(--dark-grey);
}

.events_comingsoon.border-side-black {
  border: 1px #000;
}

.events_comingsoon.display-none {
  display: none;
}

.event_1col_content_noline {
  grid-row-gap: .0625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event_1col_component_noline {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_component_noline.border-bottom-black {
  border-bottom: 1px solid #1e1e1e;
}

.event_1col_component_noline.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component_noline_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_component_noline_top.border-bottom-black {
  border-bottom: 1px none var(--dark-grey);
}

.event_1col_component_noline_top.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component_noline_top.border-bottom-black.border-_bottom {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
}

.event_1col_component_noline_top.border-bottom-black.end_status_hidden {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_1col_component_noline_top.border-bottom-none {
  border-bottom: 1px #000;
}

.event_1col_component_noline_top.border-bottom2 {
  border-bottom: 1px solid #000;
}

.event_1col_component_noline_top.ens_status_panel {
  display: none;
}

.facility_2col-1_component_noline {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-1_component_noline.border-bottom-black {
  border-bottom: 1px none var(--dark-grey);
}

.facility_2col-1_component-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-1_component-copy.border-bottom-black {
  border-bottom: 1px solid var(--dark-grey);
}

.access_2col_contentns_noline {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_info_2column_pc_bottom {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_info_2column_pc_bottom.bottom-border-on {
  border-bottom: 1px solid #000;
}

.event_1col_info_2column_pc_bottom.bottom-border-none {
  border-bottom-style: none;
}

.access_2col_item_left {
  background-color: var(--white);
  border-top: 1px #1e1e1e;
  border-left: 1px #1e1e1e;
  border-right: 1px #1e1e1e;
  position: relative;
}

.access_2col_item_left.border-black-right {
  border-right: 1px solid var(--black);
}

.button_large_wrapper-copy {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.button_large_wrapper_labevent {
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.lab-project_header_lab_project {
  grid-column-gap: 4.375rem;
  justify-content: space-between;
  display: flex;
}

.lab-project_header_lab_project.border-bottom-black {
  border: 1px solid #000;
  border-top-style: none;
  margin-bottom: 4rem;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.lab-project_header_lab_project.border-bottom-black.mb-0 {
  margin-bottom: 0;
}

.lab-project_header_lab_project.border-bottom-black.mb-0.border-lr-none {
  border-left-style: none;
  border-right-style: none;
}

.space_labproject_detail {
  border: 1px #1e1e1e;
  border-bottom-style: solid;
  justify-content: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: flex;
}

.space_labproject_detail.top-border-on {
  border-top: 1px none var(--dark-grey);
}

.space_labproject_detail.bottom-border-on.top-border-non {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
}

.space_labproject_detail.boder-bottom-none, .space_labproject_detail.border-bottom-none {
  border-bottom-style: none;
}

.section_h2_component_comingsoon-copy {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
}

.section_h2_component_comingsoon-copy.border-side-black {
  border: 1px #000;
}

.section_h2_component_comingsoon-copy.border-top-none.border-bottom-none {
  border-top-style: none;
  border-bottom-style: none;
}

.section_h2_component_comingsoon-copy.boder-top_none {
  border-top-style: none;
}

.div-block-42 {
  justify-content: flex-start;
  display: flex;
}

.div-block-43 {
  display: inline-block;
}

.section_h2_wrapper_about {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper_about.is-sub-title {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapper_about.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.fv_background_image-2 {
  width: 100%;
  height: 50svh;
  object-fit: cover;
}

.fv_background_image-2.fv_background_bigger {
  height: 720px;
}

.div-block-44 {
  background-color: #1e1e1e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fv_content-right_txt-2 {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.75;
}

.fv_background_wrapper-2 {
  position: relative;
}

.font-tokyo-2 {
  font-family: Tokyonode, sans-serif;
  font-weight: 400;
}

.padding-none-4 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.fv_content-right_txt-2-copy {
  font-family: "Hiragino W 3", sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.75;
}

.facility_2col-2_item-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-right: 1px solid #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_item-copy.border-black-right {
  border-right: 1px solid var(--black);
}

.section_h2_wrapper_abouttop {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper_abouttop.is-sub-title {
  border-top-style: none;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapper_abouttop.is-sub-title.border-bottom-none.border-bottom-off {
  border-bottom-style: none;
}

.section_h2_wrapper_abouttop.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.facility_2col-2_content_textabouttop {
  font-size: .8rem;
  line-height: 1.6;
}

.comingsoon_vv {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.comingsoon_vv.is-sub-title {
  border: 1px #000;
  border-top-color: #1e1e1e;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-style: normal;
}

.comingsoon_vv.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper-vv {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-vv.is-sub-title {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapper-vv.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.space_cafe {
  text-align: center;
  border: 1px #1e1e1e;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.space_cafe.border-top {
  border-top-style: solid;
}

.space_cafe.border-top.border-bottom {
  border-bottom-style: solid;
}

.space_cafe.border-top.border-lr {
  border-left-style: solid;
  border-right-style: solid;
}

.space_cafe.display-none {
  display: none;
}

.space_gallery {
  border: 1px solid #1e1e1e;
  justify-content: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: flex;
}

.space_gallery.top-border-on {
  border-top: 1px none var(--dark-grey);
}

.space_gallery.bottom-border-on.top-border-non {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
}

.about_tab_wrapper-2-copy {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.4843vw;
  padding-bottom: 1.4843vw;
  position: relative;
}

.about_tab_wrapper-2-gallery {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px #1e1e1e;
  padding-top: 1.4843vw;
  padding-bottom: 1.4843vw;
  position: relative;
}

.event_5col_compornent-gallery {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-gallery.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-gallery.border-bottom-black.rc-grid {
  display: none;
}

.event_5col_compornent-gallery.border-top-bottom-black {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  display: none;
}

.hall-category-copy {
  text-align: center;
  font-family: trade-gothic-next, sans-serif;
  font-size: .935rem;
  font-weight: 300;
  line-height: 1.2;
}

.hall-category-copy.is-lab-project {
  font-size: 1.125rem;
}

.about_3col_compornent-copy {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_3col_compornent-copy.border-bottom-black {
  grid-row-gap: .0625rem;
  border: 1px solid var(--dark-grey);
}

.about_3col_compornent-copy.border-bottom-black.tb-show {
  display: none;
}

.about_3col_compornent-copy.border-bottom-black.border-lr-none {
  border-style: solid none;
}

.about_3col_compornent-copy.border-bottom-black.mb-border-none {
  border-style: none;
}

.button_pdf-insta {
  max-width: 10.5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2.8rem;
  margin-bottom: 0;
  padding: .8125rem 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
}

.button_pdf-insta.is-small {
  padding: .5rem 1.25rem;
}

.button_pdf-insta.is-large {
  padding: 1rem 2rem;
}

.button_pdf-insta.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_pdf-insta.max-width-full {
  width: 100%;
  max-width: none;
}

.button_pdf-insta.button-font-jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.fv_content-right_txt-3 {
  font-family: "Hiragino W 3", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.fv_content-right_txt-3.prof-sm {
  font-size: .8735rem;
}

.fv_background_wrapper-3 {
  position: relative;
}

.font-tokyo-3 {
  font-family: Tokyonode, sans-serif;
  font-weight: 400;
}

.padding-none-5 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.event_5col_compornent_dining {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent_dining.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent_dining.border-top-bottom-black {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  display: none;
}

.restaurant_comingsoon_dining {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
}

.restaurant_comingsoon_dining.border-side-black {
  border: 1px #000;
}

.section_h2_wrapper_dining {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper_dining.is-sub-title {
  border-top-style: solid;
  border-bottom-style: none;
  padding-bottom: .875rem;
}

.section_h2_wrapper_dining.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrapper__cafe {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper__cafe.is-sub-title {
  border-top-style: solid;
  border-bottom-style: none;
  padding-bottom: .875rem;
}

.section_h2_wrapper__cafe.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_wrappercafe_shop {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrappercafe_shop.is-sub-title {
  border-top-style: solid;
  border-bottom-style: none;
  padding-bottom: .875rem;
}

.section_h2_wrappercafe_shop.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

.section_h2_component_lab {
  border-top: 1px #000;
  border-bottom: 1px #000;
}

.event_5col_restaurant_cafe {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_restaurant_cafe.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.event_5col_restaurant_cafe.border-bottom-black.rc-grid {
  display: none;
}

.event_5col_restaurant_cafe.border-top-bottom-black {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  display: none;
}

.section_cafe_shop-copy {
  display: none;
}

.link-3 {
  text-decoration: underline;
}

.button_event_pickup {
  display: block;
}

.button_event_pickup.is-mb, .button_event_pickup.mb-show, .button_event_pickup.display-none {
  display: none;
}

.fv_background_videos_wrapper {
  position: static;
}

.videos-pc {
  background-color: #1e1e1e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-videos-pc {
  background-color: #1e1e1e;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-3, .background-video-4 {
  width: auto;
  height: 100vh;
}

.fv_background-mobile {
  display: none;
}

.fv-background-pc.about-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.background-video-5 {
  width: auto;
  height: 100vh;
}

.background-video-5.about-video-none {
  display: none;
}

.fv_background-mobile-2 {
  height: auto;
  display: none;
}

.background-video-6 {
  width: auto;
  height: 100vh;
  object-fit: contain;
}

.image-flexible-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: relative;
}

.image-flexible-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.image-flexible-pc.a-16-9 {
  height: auto;
  position: static;
}

.image-flexble-wrapper-mobile {
  width: 100%;
  height: 100%;
  border-top: 1px #000;
  position: relative;
}

.image-flexble-wrapper-mobile.border-white-thick {
  border: .625px solid var(--white);
}

.image-flexible-sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: relative;
}

.section_h1_wrapper-3 {
  text-align: center;
  border: 1px solid #1e1e1e;
  border-style: solid none;
  padding-top: 1.375rem;
  padding-bottom: 1rem;
}

.e-galley_1col-2_component-2 {
  grid-column-gap: 2.5rem;
  border-bottom: 1px solid #1e1e1e;
}

.e-galley_1col-2_component-2.border-bottom-none {
  border-bottom-style: none;
}

.e-gallery_fv_left_wrapper-2 {
  width: 100%;
  height: 100%;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1.875rem 2.3125rem;
  display: flex;
}

.e-gallery_fv_left_wrapper-2.box-h-sm {
  height: 100%;
  grid-row-gap: 0rem;
  display: flex;
}

.e-gallery_fv_left_wrapper-2.test {
  height: auto;
  max-width: none;
  grid-row-gap: 0rem;
  align-items: flex-start;
  display: block;
}

.space_regular_wrapper {
  justify-content: center;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: block;
}

.space_regular_wrapper.bottom-border-on.top-border-non {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
}

.space_regular_wrapper.border-top {
  border-top: 1px solid #000;
}

.space_regular_wrapper.border-bottom {
  border-bottom: 1px solid #000;
}

.e-gallery_fv_right_place_item-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-gallery_fv_right_place_item-2.pc-md-hide {
  display: none;
}

.button_e-gallery1_wrapper-2 {
  border: 1px solid #1e1e1e;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.e-gallery_fv_content-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-gallery_fv_content-2.border-bottom-black {
  grid-row-gap: 0px;
}

.e-gallery_fv_content-2.border-bottom-black.bottom-border-none {
  border-bottom-style: none;
}

.e-gallery_fv_content-2.border-bottom-black.bottom-border-none.test {
  max-width: 100%;
  align-items: center;
  justify-items: stretch;
}

.e-gallery_fv_content-2.border-bottom-black.bg-light-gray {
  background-color: #9d9d9d;
}

.e-gallery_anchor_item-2 {
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.e-gallery_anchor_item-2:hover {
  background-color: #f7f7f7;
}

.e-gallery_fv_left-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section_h2_wrapper-3 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-3.sp-border-top-none.border-none {
  border-top-style: none;
  border-bottom-style: none;
}

.right-container-2 {
  width: 100%;
}

.button_e-gallery1-2 {
  width: 100%;
  max-width: 20.5rem;
  border: 1px solid #1e1e1e;
  padding: .25rem;
}

.button_e-gallery1-2:hover {
  background-color: #f7f7f7;
}

.button_e-gallery1-2.day-two {
  display: block;
}

.padding-none-6 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_fv_thumbnail_mobile {
  display: none;
}

.button-3 {
  display: block;
}

.button-3.display-none {
  display: none;
}

.event_condition-2 {
  color: #fff;
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.icon_svg_wrapper-3 {
  cursor: auto;
  padding-top: 0;
  line-height: 1em;
}

.icon_svg_wrapper-3.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.icon_svg_wrapper-3.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.icon_svg_wrapper-3.popup-close {
  cursor: pointer;
}

.e-gallery_fv_left-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.e-gallery_fv_left-3.box-h-sm {
  justify-content: flex-start;
}

.e-gallery_fv_left-3.test {
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.section_h2_wrapper-4 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-4.border-top-none {
  border-top-style: none;
}

.right-container-3 {
  width: 100%;
}

.right-container-3.top-border {
  border-top: 1px solid #9d9d9d;
}

.button_e-gallery1-3 {
  width: 100%;
  max-width: 20.5rem;
  border: 1px solid #1e1e1e;
  padding: .25rem;
  display: block;
}

.button_e-gallery1-3:hover {
  background-color: #f7f7f7;
}

.button_e-gallery1-3.day-two, .button_e-gallery1-3.display-none {
  display: none;
}

.button_e-gallery1-3.btn-spe-site {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_e-gallery1-3.btn-spe-site.mode-ptb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button_e-gallery1-3.end_status_button {
  display: none;
}

.padding-none-7 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.button-4 {
  display: block;
}

.button-4.display-none {
  display: none;
}

.text-link-2 {
  text-decoration: underline;
}

.text-link-2:hover {
  text-decoration: none;
}

.e-gallery_2col_content-2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-none-8 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.button_e-gallery2-2:hover {
  background-color: #fafafa;
}

.e-gallery_2col-1_wrapper-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.url-link {
  text-decoration: underline;
}

.url-link:hover {
  text-decoration: none;
}

.e-gallery_2col_goods_thumbnail_wrapper-2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0;
}

.e-gallery_2col_item-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-6 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global-6.paddeing-none {
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_2col_component-2 {
  border-bottom: 1px solid #1e1e1e;
}

.e-gallery_2col_thumbnail_common {
  grid-row-gap: .0625rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.e-gallery_2col_thumbnail_common.boder-side {
  border-right: 1px solid var(--dark-grey);
}

.e-gallery_2col_wrapper-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.e-gallery_2col_content_wrapper-3 {
  width: 100%;
  height: 33%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 2.125rem;
  display: flex;
}

.padding-none-9 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_2col-1_component-2 {
  border-bottom: 1px solid #1e1e1e;
}

.section_h2_wrapper-5 {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-5.is-sub-title {
  border-top-style: none;
  border-bottom-style: none;
  padding-bottom: .875rem;
}

.section_h2_wrapper-5.is-sub-title.border-bottom {
  border-bottom-style: solid;
}

.button-5 {
  display: block;
}

.button-5.display-none {
  display: none;
}

.text-link-3 {
  text-decoration: underline;
}

.text-link-3:hover {
  text-decoration: none;
}

.e-gallery_2col_content-3 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-none-10 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_2col_goods_thumbnail_wrapper-3 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0;
}

.e-gallery_2col_item-3 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button_common_official-site {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.button_common_official-site:hover {
  background-color: #fafafa;
}

.padding-global-7 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global-7.paddeing-none {
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_2col_component-3 {
  border-bottom: 1px solid #1e1e1e;
}

.e-gallery_2col_component-3.no-border-bottom {
  border-bottom-style: none;
}

.padding-none-11 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.section_h2_wrapper-6 {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-6.is-sub-title {
  border-top-style: none;
  border-bottom-style: none;
  padding-bottom: .875rem;
}

.section_h2_wrapper-6.is-sub-title.border-bottom {
  border-bottom-style: solid;
}

.button-6 {
  display: block;
}

.button-6.display-none, .button-6.is-mb {
  display: none;
}

.button-6.border-bottom-black.border-bottom-none, .button-6.border-bottom-black-copy.border-bottom-none {
  border-bottom-style: none;
}

.e-gallery_2col_thumbnail_mobile {
  grid-row-gap: .0625rem;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.e-gallery_2col_content-4 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-none-12 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.e-gallery_2col_thumbnail_pc {
  grid-row-gap: .0625rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.e-gallery_2col_thumbnail_pc.border-l {
  border-right: 1px solid #000;
}

.padding-none-13 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.section_h2_wrapper-7 {
  text-align: center;
  border-top: 1px #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.images-copyright {
  position: relative;
}

.images-copyright.display-none {
  display: none;
}

.about_logo_title-mobile {
  font-size: 1.6875rem;
  line-height: 1.6;
  display: none;
}

.about_logo_title-pc {
  font-size: 1.6875rem;
  line-height: 1.6;
}

.swiper-button-next-2 {
  max-height: 3.75rem;
  max-width: 2.5rem;
  background-color: rgba(9, 9, 9, .2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.swiper-button-prev-2 {
  max-height: 3.75px;
  max-width: 2.5rem;
  background-color: rgba(9, 9, 9, .2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.about_slide_arrow_right-2 {
  max-height: 3.75rem;
  max-width: 2.5rem;
  background-color: rgba(9, 9, 9, .2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.about_slide_component-vv-studio-2 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  display: none;
  position: relative;
}

.about_slide_arrow_left-2 {
  max-height: 3.75px;
  max-width: 2.5rem;
  background-color: rgba(9, 9, 9, .2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.padding-global-8 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global-8.paddeing-none {
  padding-left: 0;
  padding-right: 0;
}

.div-block-45 {
  align-items: center;
  display: flex;
}

.link-block-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  white-space: nowrap;
  flex: 0 auto;
}

.text-block-13.instagram {
  font-size: .875rem;
  text-decoration: underline;
}

.intagram-link {
  border: 1px solid #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.intagram-link:hover {
  background-color: #fafafa;
}

.intagram-link.dining-is {
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  font-size: .875rem;
  line-height: 1.2;
}

.intagram-link.pdf-is {
  padding-top: .987rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.2;
}

.intagram-link.cafe-tel-link.cafe_de_btn {
  margin-top: 0;
}

.event_1col-2_thumbnail-2 {
  border-bottom: 1px solid #9d9d9d;
}

.button_midium_wrapper-4 {
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.event_3col_detail-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.25rem 1.875rem 1.875rem;
  display: grid;
}

.event_3col_detail-2.artist {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.event_3col_detail-2.artist_detail {
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.event_3col_compornent-2 {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_3col_compornent-2.border-bottom-black {
  grid-row-gap: .0625rem;
  border: 1px solid #9d9d9d;
}

.event_3col_compornent-2.border-bottom-black.lab-index-top.mb-lab-top-3col.mb-top-left-right-border, .event_3col_compornent-2.border-bottom-black.mb-lab-projects-index.mb-top-left-right-border {
  border-style: solid none;
}

.event_3col_item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.event_3col_item-2.tb-show {
  display: none;
}

.event_3col_item-2.border-right.border-bottom.sp-right-border-none.border-lr {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}

.button_common-8 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.button_common-8:hover {
  background-color: #fafafa;
}

.event_3col_artist {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.button-7 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_component {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-align-center {
  text-align: center;
}

.text-align-center.modal-taitle {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  overflow: scroll;
}

.modal-content-replace-this-div {
  width: 100%;
  height: 150vh;
  border: 2px dashed rgba(0, 0, 0, .1);
}

.modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content-box {
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(0, 0, 0, .1);
}

.e-profile_2col-2_wrapper {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.e-profile_2col-2_wrapper.border-bottom-black {
  border-bottom: 1px solid var(--black);
  grid-template-columns: 46.5% 53.5%;
}

.e-profile_2col_thumbnail {
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: flex;
}

.e-profile_2col-2_thumbnail_wrapper {
  background-color: var(--white);
  padding: 2.375rem;
}

.e-profile_2col-2_thumbnail_image {
  width: 100%;
}

.e-profile_2col_content {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.e-profile_2col_content_wrapper {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 2.875rem 2.125rem;
  display: flex;
}

.e-profile_2col_content_wrapper.about_2col_detail_grow {
  height: 100%;
}

.e-profile_2col_titles {
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal3_close-button.search-modal {
  color: rgba(0, 0, 0, 0);
}

.modal3_close-button.search-modal:hover {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.modal3_content-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.modal3_content-wrapper.search-modal {
  align-items: center;
  display: flex;
}

.button-8 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small-3.search-modal {
  max-width: 48%;
}

.modal3_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal3_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-modal-container {
  overflow: hidden;
}

.modal-content-search-modal {
  width: 100%;
  height: 150vh;
  border: 2px dashed rgba(0, 0, 0, .1);
}

.modal-content-search-modal.search-modal {
  height: 100%;
}

.form {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--right-grey);
  color: var(--right-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 2.5rem;
  font-size: 16px;
}

.search-icon-3 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--right-grey);
  -webkit-text-stroke-color: var(--right-grey);
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.keyword-search-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.search-submit {
  color: var(--right-grey);
  white-space: nowrap;
}

.search-submit-btn {
  background-color: var(--black);
  padding: .7279rem 1rem;
}

.search-submit-btn:hover {
  background-color: rgba(30, 30, 30, .8);
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  color: var(--right-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.view-moew-events.border-black.border-r-0 {
  border-left-width: 0;
}

.list {
  font-size: 1rem;
}

.lottie-animation-2, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
  width: 33%;
}

.facility_2col-2_component_caption {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_component_caption.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.facility_2col-2_component_caption.border-bottom-black.about-top, .facility_2col-2_component_caption.border-bottom-black.about-top.border-bottom-none {
  border-bottom-style: none;
}

.facility_2col-2_item_caption {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: block;
  position: relative;
}

.facility_2col-2_item_caption.border-black-right {
  border-right: 1px solid var(--black);
}

.facility_2col-2_item_caption.about-top {
  grid-template-rows: 1fr;
}

.facility_2col-2_item-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_item-copy.border-black-right {
  border-right: 1px solid var(--black);
}

.facility_2col-2_item-copy.about-top {
  grid-template-rows: 1fr;
}

.facility_2col-2_item-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: 1fr auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_item-copy-copy.border-black-right {
  border-right: 1px solid var(--black);
}

.facility_2col-2_item-copy-copy.about-top {
  grid-template-rows: 1fr;
}

.facility_2col-2_content_caption, .facility_2col-2_content-cap {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 90.4% 9.6%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_item-cp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.facility_2col-2_component_cap {
  grid-column-gap: .0625rem;
  grid-row-gap: 0rem;
  background-color: #1e1e1e;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.facility_2col-2_component_cap.border-bottom-none {
  border-bottom-style: none;
}

.button_common-9 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.button_common-9:hover {
  background-color: #fafafa;
}

.div-block-46 {
  align-items: center;
  display: flex;
}

.sticky-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-right: 10vw;
  display: block;
}

.event_5col_compornent-wo {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-wo.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-wo.border-bottom-black.border-bottom-none {
  border-bottom-style: none;
}

.event_5col_compornent-wo.border-bottom-black.border-lr {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.event_5col_compornent-wo.border-top-bottom-black {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_page_not_found {
  min-height: 466.286px;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout122_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout122_content {
  width: 1097.14px;
}

.button-9 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-9.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-9.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-9.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-9.border-top {
  border-top: 1px solid #000;
}

.guidance-title {
  font-family: trade-gothic-next, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.paragraph-5 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 1.5rem;
}

.paragraph-5.mt-6 {
  margin-top: 3rem;
}

.txt-link {
  text-decoration: underline;
}

.txt-link:hover {
  text-decoration: none;
}

.about_2col_thumbnail-image-copy {
  width: 96%;
  max-width: 100%;
  object-fit: cover;
}

.link-4 {
  text-decoration: underline;
}

.facility_popuup_component-copy {
  z-index: 100;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vv-floor-access_0928 {
  display: block;
}

.button_midium_wrapper_0928 {
  border-top: 1px solid #1e1e1e;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.about_tab_content_box_0928 {
  grid-row-gap: 2.8125rem;
  flex-direction: column;
  display: block;
}

.about_tab_content_box_0928.display-none {
  display: block;
}

.about_2col_thumbnail-image_0928 {
  width: 72%;
  max-width: 100%;
  object-fit: cover;
}

.event_5col_compornent-whats-on {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-whats-on.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-whats-on.border-bottom-black.border-bottom-none {
  border-bottom-style: none;
}

.event_5col_compornent-whats-on.border-bottom-black.border-lr {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.event_5col_compornent-whats-on.border-bottom-black.bottom-border-non {
  border-bottom-style: none;
}

.event_5col_compornent-whats-on.border-top-bottom-black {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button_official-site-ex {
  width: 100%;
  height: 3.625rem;
  max-width: 20.5rem;
  border: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.button_official-site-ex:hover {
  background-color: #f7f7f7;
}

.button_official-site-ex.day-two {
  display: none;
}

.button_os-ex_wrapper {
  border: 1px #1e1e1e;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.copy-right-txt-ex {
  z-index: 99;
  color: var(--white);
  background-color: rgba(30, 30, 30, .03);
  font-size: .8573rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.event_tags_wrapper-art {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  flex-wrap: wrap;
  display: flex;
}

.event_1col-2_content-art {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event_1col-2_content_wrapper-art {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.875rem 1.625rem;
  display: grid;
}

.button_common-10 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.button_wrapper_mb-2 {
  display: none;
}

.art-kv-pickup-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.a-interview_slider_arrow_right-2 {
  width: 4.7%;
  background-color: #fff;
  border-left: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-interview_slider_component-2 {
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  overflow: hidden;
}

.a-interview_slider_component-2.border-tb-none {
  border-top-style: none;
  border-bottom-style: solid;
}

.a-interview_slider_component-2.border-tb-none.display-none {
  display: none;
}

.a-interview_slider_arrow_left-2 {
  width: 4.7%;
  background-color: #fff;
  border-right: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-videos-art {
  width: 100%;
  height: 100vh;
}

.video-vimeo-wrapper-2 {
  width: 100%;
  height: 0%;
  padding-top: 44.25%;
  position: relative;
  overflow: hidden;
}

.vimdeo-player-overlay-2 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top_caption {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.4;
}

.top_caption.mb-hide {
  display: block;
}

.top_caption.mb-show {
  display: none;
}

.button-11 {
  position: relative;
}

.top_fv_content_box {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.text-regular-regular-copy {
  color: #b6a162;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.top_fv_background {
  height: 79svh;
  max-height: 38rem;
  display: none;
  position: relative;
}

.custom-video-wrapper_sp_bgvido {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.icon_svg_wrapper-4 {
  width: 100%;
  height: 100%;
}

.top_fv_content_wrapper-2 {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 1rem;
  display: flex;
}

.custom-video-wrapper_pc {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.top_fv_background_wrapper {
  height: 100%;
  position: relative;
}

.button_line_wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1.0625rem 1rem;
  display: flex;
  position: relative;
}

.top_fv_content-2 {
  grid-column-gap: 2.5rem;
  display: block;
}

.top_fv_content_mb {
  display: none;
}

.icon_large {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_large.button_ine_icon {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 1rem;
  transform: translate(0, -50%);
}

.button_line {
  width: 20.625rem;
  color: #c7b87e;
  border: 1px solid #c7b87e;
  border-radius: .625rem;
}

.video-unmute-button-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.top_fv_background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_fv_title {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  white-space: nowrap;
  margin: 0 auto;
  font-size: 4.1vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translate(0, -50%);
}

.top_title {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.top_title.color-white.mb-show {
  display: none;
}

.video-play-pause-toggle-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.open-notice {
  max-width: 180px;
  background-color: var(--right-grey);
  text-align: center;
  padding: .5rem 1rem;
  font-size: .8735rem;
}

.open-notice.lomg {
  max-width: 260px;
}

.lottie_title {
  width: 28rem;
  display: inline-block;
}

.lottie_title._2lines_whatson {
  display: block;
}

.top_fv_content_wrapper_video_sp {
  max-width: 69rem;
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  display: inline-block;
}

.a-interview_card_item-copy {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--white);
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 41.1% 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.a-interview_card_item-copy.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

.lottie-animation-7 {
  width: 52.7rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.background-video-7 {
  width: auto;
  height: 100vh;
  object-fit: fill;
  display: none;
}

.vimeo-embed-2 {
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vimeo-embed-2.pc-none {
  display: none;
}

.vimdeo-player-overlay-3 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-unmute-button-3 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.video-vimeo-wrapper-3 {
  width: 100%;
  height: 0%;
  padding-top: 41.4062%;
  position: relative;
  overflow: hidden;
}

.swiper-images-box {
  object-fit: fill;
  border-right: 1px #000;
}

.swiper-images-box.r-border-none {
  border-right-style: none;
}

.swiper-caption-box {
  border-top: 1px solid #000;
  border-right: 1px #000;
  padding: 1.25rem 1.875rem;
}

.swiper-caption-box.r-border-none {
  border-right-style: none;
}

.swiper-caption-box.r-border-on {
  border-right-style: solid;
}

.swiper-caption-box.l-border-on {
  border-left: 1px solid #9d9d9d;
}

.swiper-container-1, .swiper-container-2 {
  max-width: 1918px;
}

.button_e-gallery1_wrapper-3 {
  border: 1px solid #1e1e1e;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.e-gallery_anchor_mb_menu_litem-2 {
  display: block;
}

.e-gallery_anchor_mb_menu_list-2 {
  display: none;
}

.button_e-gallery1_text-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

.button_e-gallery1-4, .button_e-gallery1-5 {
  width: 100%;
  max-width: 20.5rem;
  border: 1px solid #1e1e1e;
  padding: .25rem;
}

.button_e-gallery1_wrapper-4 {
  border: 1px solid #1e1e1e;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button_e-gallery1_text-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

.swiper-box {
  height: 100%;
}

.swiper-box.swiper-right-border {
  border-left: .1px solid rgba(0, 0, 0, 0);
}

.end_status_text {
  color: var(--black);
}

.event_5col_item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #9d9d9d;
  border-style: solid solid none none;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.event_5col_item-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_5col_item-2.border-top-none {
  border-top-style: none;
}

.event_5col_item-2.border-bottom-on {
  border-bottom-style: solid;
}

.event_5col_compornent-2 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-2.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_thumbnail-2 {
  border-bottom: 1px solid #9d9d9d;
}

.event_condition-3 {
  color: #fff;
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition-3.display-none {
  display: none;
}

.event_5col_compornent-whats-on-2 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-whats-on-2.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-whats-on-2.border-bottom-black.bottom-border-non {
  border-bottom-style: none;
}

.event_5col_thumbnail-3 {
  border-bottom: 1px solid #9d9d9d;
}

.event_5col_compornent-wo-2 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_compornent-wo-2.border-bottom-black {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom: 1px solid #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_5col_thumbnail-4 {
  border-bottom: 1px solid #9d9d9d;
}

.l-project_company_logo_wrapper-badge {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.l-project_company_logo_image-badge {
  width: auto;
  height: auto;
  max-width: 15rem;
}

.button_common_special-site-01 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.button_common_special-site-01:hover {
  background-color: #fafafa;
}

.button-03 {
  display: block;
}

.button-03.display-none {
  display: none;
}

.button-04 {
  display: block;
}

.button-04.display-none {
  display: none;
}

.button_e-gallery_2col-231003 {
  grid-column-gap: 2.8125rem;
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_e-gallery_2col-231003.mobile-on.top-border.one-btn.bottom-border, .button_e-gallery_2col-231003.mobile-on.top-border.border-bottom {
  border-bottom: 1px solid #000;
}

.event_condition-4 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_5col_thumbnail-5 {
  border-bottom: 1px solid #9d9d9d;
  display: block;
}

.button_midium_wrapper-5 {
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_common-11 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.button_common-11:hover {
  background-color: #fafafa;
}

.button_spe_e-gallery1_wrapper {
  border: 1px #1e1e1e;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button_spe-e-gallery1_text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_e-gallery_artists.display-none {
  display: block;
}

.section_e-gallery_artists.display-none.d-none {
  display: none;
}

.event_3col_compornent_artists {
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_3col_compornent_artists.border-bottom-black {
  grid-row-gap: .0625rem;
  border: 1px solid #9d9d9d;
}

.event_3col_compornent_artists.border-bottom-black.lab-index-top.mb-lab-top-3col.mb-top-left-right-border, .event_3col_compornent_artists.border-bottom-black.mb-lab-projects-index.mb-top-left-right-border {
  border-style: solid none;
}

.event_3col_compornent_artists.bg-white {
  background-color: #fff;
}

.event_1col_component_line_top-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_component_line_top-copy.border-bottom-black {
  border-bottom: 1px none var(--dark-grey);
}

.event_1col_component_line_top-copy.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component_line_top-copy.border-bottom-black.border-_bottom {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
}

.event_1col_component_line_top-copy.border-bottom-none {
  border-bottom: 1px #000;
}

.event_1col_component_line_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.event_1col_component_line_top.border-bottom-black {
  border-bottom: 1px none var(--dark-grey);
}

.event_1col_component_line_top.border-bottom-black:hover {
  background-color: rgba(0, 0, 0, 0);
}

.event_1col_component_line_top.border-bottom-black.border-_bottom {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
}

.event_1col_component_line_top.border-bottom-none {
  border-bottom: 1px #000;
}

.event_1col_component_line_top.end_status_panel {
  display: none;
}

.movie-box {
  width: 100%;
  height: auto;
}

.movie-box.article-video-1 {
  padding-top: 56.25%;
  position: relative;
}

.movie2-box {
  width: 100%;
  height: auto;
}

.event_1col_info_data-2 {
  padding: 1.125rem 2.125rem;
  position: relative;
}

.event_condition-5 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition-5.display-none {
  display: none;
}

.event_1col_info_mb-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.e-gallery_fv_left_item-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-gallery_fv_left_item-3.r-border {
  border-right: 1px solid #000;
}

.event_1col_info_item_wrapper-4 {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.event_1col_info_item_wrapper-4.flex-justify-center {
  justify-content: center;
}

.padding-none-14 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.event_1col-1_info_pc-3 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button_common-12 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.button_common-12:hover {
  background-color: #fafafa;
}

.event_1col_info_data-3 {
  padding: 1.125rem 2.125rem;
  position: relative;
}

.event_condition-6 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: "Hiragino W 4", sans-serif;
  font-size: .8125rem;
  line-height: 1.2;
}

.event_condition-6.display-none {
  display: none;
}

.e-gallery_fv_left_item-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 58% 33% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.e-gallery_fv_left_item-4.r-border {
  border-right: 1px solid #000;
}

.padding-none-15 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.event_1col_info_internal-2 {
  width: 100%;
  height: 100%;
  grid-row-gap: .375rem;
  border-right: 1px #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.event_1col-1_info_pc-4 {
  width: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: 0px;
  background-color: #9d9d9d;
  grid-template-rows: auto;
  grid-template-columns: 91% 9%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button_common-13 {
  width: 20.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 1.125rem 0 .75rem;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.button_common-13:hover {
  background-color: #fafafa;
}

.section_e-gallery_before_project_reports.display-none {
  display: block;
}

.section_cafe_h2_component, .section_gallery_h2_component, .section_hall_h2_component_lab, .section_sky_h2_component_lab, .section_cafe_h2_component_lab, .section_cafe-h2_component {
  border-top: 1px #000;
  border-bottom: 1px #000;
}

.cafe-tel-link {
  border: 1px solid #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 1rem 6rem;
  display: flex;
}

.cafe-tel-link:hover {
  background-color: #fafafa;
}

.cafe-tel-link.dining-is {
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  font-size: .875rem;
  line-height: 1.2;
}

.cafe-tel-link.pdf-is {
  padding-top: .987rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.2;
}

.cafe-tel-link.cafe-link {
  clear: none;
  word-break: normal;
  flex-wrap: nowrap;
  flex: 0 auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.section_cafe_shop-2, .button-dining {
  display: block;
}

.button-dining.display-none, .button-dining.is-mb {
  display: none;
}

.button-dining.border-bottom-black.border-bottom-none, .button-dining.border-bottom-black-copy.border-bottom-none {
  border-bottom-style: none;
}

.button_e-gallery_2col-diniig {
  grid-column-gap: 2.8125rem;
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.button_e-gallery_2col-diniig.mobile-on {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button_e-gallery_2col-diniig.mobile-on.top-border {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.button_e-gallery_2col-diniig.mobile-on.top-border.one-btn.bottom-border, .button_e-gallery_2col-diniig.mobile-on.top-border.border-bottom {
  border-bottom: 1px solid #000;
}

.button_e-gallery_2col-diniig.mobile-on.top-border.button-dining {
  float: none;
  clear: none;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: static;
}

.section_cafe_shop1, .section_cafe_shop2 {
  display: block;
}

span.w5 {
  /*font-family: "Hiragino W 5", sans-serif;*/
  font-family: 'trade-gothic-next', "Hiragino Kaku Gothic W2 JIS2004", sans-serif !important;
  font-weight: 600;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vimdeo-player-overlay-4 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-video-embed, .article-video-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fv_background_wrapper-sp {
  display: none;
  position: relative;
}

.event1_date-wrapper {
  min-width: 7rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem .25rem;
  display: flex;
}

.event1_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-12 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-12.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.event1_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  overflow: hidden;
}

.event1_category-menu {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.event1_category-menu.no-scrollbar {
  display: none;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.event1_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.event1_menu-link {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.event1_menu-link.w--current {
  border-color: #000;
}

.event1_menu-link.current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.event1_menu-link.current.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  font-weight: 600;
}

.text-size-small-2 {
  font-size: .875rem;
}

.event1_tag-item {
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.event1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.event1_list-wrapper {
  overflow: hidden;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.event1_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.text-weight-semibold {
  font-weight: 600;
}

.emergency_item-content-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.emergency_item_header {
  height: 50px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-style: solid;
  border-top-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 13px;
  display: flex;
  overflow: hidden;
}

.emergency_list {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.emergency_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-style: solid;
  border-top-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px 40px 20px 30px;
  display: grid;
  overflow: hidden;
}

.emergency_list-wrapper {
  overflow: hidden;
}

.emergency_category-menu {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.emergency_category-menu.no-scrollbar {
  display: none;
}

.emergency_padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.emergency_container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.emergency_padding-global {
  width: auto;
  max-width: 1000px;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

/* フェードインのアニメーションを定義 */
@keyframes alertfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section_emergency_alert_box {
  z-index: 9999;
  width: 100%;
  display: none !important;
  position: fixed;
  bottom: 1px;
  left: 0;
  right: 0;
  opacity: 0;
  /*animation: alertfadeIn 2s ease-in-out forwards;*/
}

.icon-embed-medium-2 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-small {
  width: 26px;
  height: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emegency_close_icon-embed-small {
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emergency_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.emergency_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Hiragino W 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.emergency_heading-style-h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.emergency_body {
  font-size: 14px;
  line-height: 22px;
}

.emergency_link_txt {
  text-decoration: underline;
}

.emergency_link_txt:hover {
  text-decoration: none;
}

.text-block-14 {
  width: 160%;
  aspect-ratio: auto;
  pointer-events: auto;
  text-align: center;
  object-fit: fill;
  font-size: .85rem;
  display: block;
  position: static;
  left: auto;
  overflow: visible;
}

.dining-menu-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.dining-menu-wrapper.padding-bottom20 {
  border: 1px #000;
  border-style: none solid;
  padding-bottom: 2rem;
}

.dining-menu-wrapper.padding-bottom20.border-lr-none {
  border-left-style: none;
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 2rem;
}

.div-block-48, .div-block-49 {
  align-items: center;
  display: flex;
}

.icon-w-24 {
  width: 24px;
  line-height: 1.2em;
}

.icon-embed-small-2 {
  width: 26px;
  height: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50, .div-block-51 {
  align-items: center;
  display: flex;
}

.icon-embed-small-3 {
  width: 26px;
  height: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-access {
  font-size: 21px;
  font-weight: 300;
}

.div-block-52 {
  align-items: flex-end;
  display: flex;
}

.div-block-53 {
  align-items: center;
  display: flex;
}

.div-block-54 {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px 10px;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.access_floor_wrapper {
  width: 100%;
  border-top: 1px solid #9d9d9d;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 10px 0;
  display: flex;
}

.access_floor_wrapper.link-pointer {
  cursor: pointer;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.facility_floor-2 {
  color: #fff;
  font-size: .8125rem;
  line-height: 1.2;
}

.facility_popuup_component-2 {
  z-index: 100;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_floor-number-2 {
  color: #1e1e1e;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.facility_popuup_detail_item-2 {
  grid-row-gap: .625rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1.25rem 1.875rem 1.25rem 1.5rem;
  display: block;
}

.facility_popuup_wrapper-2 {
  max-width: 40rem;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.facility_popuup_thumbnail-2 {
  width: 30%;
  background-color: #fff;
}

.facility_popuup_header-2 {
  background-color: #fff;
  justify-content: flex-end;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  padding-right: 1.3125rem;
  display: flex;
}

.access_floor_map_popuup_component {
  z-index: 100;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.access_floor_map_popuup_wrapper {
  width: 40vw;
  max-width: 40vw;
  grid-row-gap: .0625rem;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.access_floor_map__popuup_header {
  background-color: #fff;
  justify-content: flex-end;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  padding-right: 1.3125rem;
  display: flex;
}

.access_floor_map__popuup_header._2-col {
  justify-content: space-between;
  align-items: center;
}

.access_flor_map__popuup_content {
  grid-column-gap: .0625rem;
  align-items: stretch;
  display: flex;
}

.access_flor_map__popuup_content.one-col {
  display: block;
}

.access_floor_map_icon_svg_wrapper.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.access_floor_map_icon_svg_wrapper.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.access_floor_map_icon_svg_wrapper.popup-close, .access_floor_map_icon_svg_wrapper.access_floor_map_popup-close {
  cursor: pointer;
}

.access_floor_map_icon_svg {
  width: 100%;
  height: 20%;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.access_floor_map_icon_svg.is-insta {
  width: 1.4rem;
  height: 1.4rem;
}

.access_floor_map_icon_svg.cafe-link {
  padding-left: 10px;
}

.access_floor_map_icon_svg.cafe-icon {
  padding-left: 5px;
}

.access_floor_map_facility_popuup_thumbnail {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
}

.access_floor_map_facility_popuup_detail {
  width: 100%;
  grid-row-gap: .0625rem;
  flex-direction: column;
  display: block;
}

.access_floor_map_facility_popuup_thumbnail_wrappe {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 50px;
  display: flex;
}

.access_floor_map_popuup_detail_item {
  grid-row-gap: .625rem;
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  display: block;
}

.facility_popuup_detail_item-2-copy, .access_floor_map__popuup_detail_item {
  grid-row-gap: .625rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1.25rem 1.875rem 1.25rem 1.5rem;
  display: block;
}

.access_floor_map_popuup_detail_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

.access_map_floor {
  color: #fff;
  font-size: .8125rem;
  line-height: 1.2;
}

.access_popup_floor-number {
  color: #1e1e1e;
  font-family: Tokyonode, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.facility_popup_shop_sub-titles-copy, .access_floor_map_popup_shop_sub-titles {
  line-height: 1.2;
}

.access_floor_map_popup_shop_title {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.3;
}

.access_pp_title {
  padding-left: 20px;
  font-size: 21px;
}

.link-block-3 {
  z-index: 9999;
  position: relative;
}

.access_floor_map_popuup_component_46f, .access_floor_map_popuup_component_45f, .access_floor_map_popuup_component_8f {
  z-index: 100;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_dining-cafe-wrapper {
  display: block;
}

.text-block-15 {
  white-space: nowrap;
  flex: 0 auto;
}

.text-block-15.instagram {
  font-size: .875rem;
  text-decoration: underline;
}

.section_h2_wrapper-8 {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.section_h2_wrapper-8.is-sub-title {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: .875rem;
}

.section_h2_wrapper-8.is-sub-title.border-bottom-none {
  border-bottom-style: none;
}

.access_floor_wrapper-popup {
  width: 100%;
  border-top: 1px solid #9d9d9d;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 10px 0;
  display: flex;
}

.access_floor_wrapper-popup.link-pointer {
  cursor: pointer;
  flex: 0 auto;
  align-items: flex-start;
  padding-bottom: 20px;
}

.a-interview_plofile {
  grid-column-gap: .0625rem;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-interview_plofile.boder-top {
  border-top: 1px solid #000;
  grid-template-columns: .35fr 1fr;
}

.a-plofile {
  font-size: 1rem;
  line-height: 1.5;
}

.a-plofile.w5 {
  margin-bottom: .5rem;
  font-family: "Hiragino W 5", sans-serif;
  font-weight: 500;
}

.plofile-name {
  font-size: 1.3125rem;
}

.a-interview_c1_plofile {
  width: 100%;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding: 3rem 4rem;
  display: flex;
}

.a-interview_c1_plofile.about_2col_detail_grow {
  height: 100%;
}

.a-interview_c1_plofile.left-same-h {
  grid-row-gap: .5rem;
  padding: 1.5rem 2rem;
}

.a-interview_c1_plofile.left-same-h.border-bottom-gray {
  border-bottom: 1px solid var(--dark-grey);
}

.interview-plofile {
  border-bottom: 1px solid var(--dark-grey);
  display: block;
}

.border-top {
  border-top: 1px solid #000;
}

.facility_popuup_component2 {
  z-index: 120;
  cursor: auto;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_svg_wrapper_2.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.icon_svg_wrapper_2.button_icon_note_wrapper {
  margin-top: .1rem;
  padding: .125rem;
}

.icon_svg_wrapper_2.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.icon_svg_wrapper_2.icon_plus_wrapper {
  width: .625rem;
  height: .625rem;
}

.icon_svg_wrapper_2.popup-close {
  cursor: pointer;
}

.icon_svg_wrapper_2.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_svg_wrapper_2.e-garally_live_icon {
  width: 1rem;
  height: 1rem;
}

.icon_svg_wrapper_2.external11 {
  width: 1.0625rem;
  height: 1.0625rem;
}

.icon_svg_wrapper_2.popup-close2, .icon_svg_wrapper_2.popup-close_2 {
  cursor: pointer;
}

.facility_popuup_component2-copy {
  z-index: 120;
  cursor: auto;
  background-color: rgba(30, 30, 30, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_svg_wrapper_2-copy.top-news_svg_icon {
  width: .9375rem;
  height: .9375rem;
}

.icon_svg_wrapper_2-copy.button_icon_note_wrapper {
  margin-top: .1rem;
  padding: .125rem;
}

.icon_svg_wrapper_2-copy.about_facility_icon_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 1.25rem;
  display: flex;
}

.icon_svg_wrapper_2-copy.icon_plus_wrapper {
  width: .625rem;
  height: .625rem;
}

.icon_svg_wrapper_2-copy.popup-close {
  cursor: pointer;
}

.icon_svg_wrapper_2-copy.lab-project-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.icon_svg_wrapper_2-copy.e-garally_live_icon {
  width: 1rem;
  height: 1rem;
}

.icon_svg_wrapper_2-copy.external11 {
  width: 1.0625rem;
  height: 1.0625rem;
}

.icon_svg_wrapper_2-copy.popup-close2, .icon_svg_wrapper_2-copy.popup-close_2 {
  cursor: pointer;
}

.restaurant_comingsoon-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black) black;
}

.restaurant_comingsoon-copy.border-side-black {
  border: 1px #000;
}

.restaurant_comingsoon-copy.border-tb-none {
  border-top-style: none;
  border-bottom-style: none;
  display: none;
}

.restaurant_comingsoon-copy.border-none-tb {
  border-top-style: none;
  border-bottom-style: none;
}

.comingsoon_event {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: .75rem;
}

.comingsoon_event.is-sub-title {
  border: 1px #000;
  border-top-color: #1e1e1e;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-style: normal;
}

.comingsoon_event.border-top-none {
  border-top-style: none;
  border-top-width: 0;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .cooperate_compornent {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .event_1col_component {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_1col_component.border-bottom-black {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .event_1col_component.border-bottom-black.mod-block {
    display: block;
  }

  .cta15_component, .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .fv_background, .fv_background.display-block {
    display: block;
  }

  .fv_background_image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .fv_background_image.fv_restaurant_image {
    object-position: 70% 50%;
  }

  .fv_background_image.about-top-kv.about-top {
    height: 100%;
  }

  .fv_background_image.lab-top {
    height: 100%;
    display: none;
  }

  .fv_background_image.lab-top.display-block {
    display: block;
  }

  .fv_background_image.top-kv {
    height: 50svh;
    position: static;
  }

  .fv_background_wrapper {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    display: none;
  }

  .fv_background_wrapper.about-lab-kv.about-lab-top {
    min-height: auto;
    background-color: #000;
  }

  .fv_background_wrapper.top-kv {
    padding-top: 0%;
  }

  .button_regular_wrapper {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none.border-top-side-black, .padding-section-none.border-side-black, .padding-section-none.border-top-side-black, .padding-section-none.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none.margin-section-bottom-x.border-side-black, .padding-section-none.margin-section-bottom-cafe.border-side-black, .padding-section-none.margin-section-bottom-xxx.border-side-black, .padding-section-none.margin-section-bottom-xxxx.border-side-black, .padding-section-none.margin-section-bottom-hall.border-side-black, .padding-section-none.margin-section-bottom-spl.border-side-black, .padding-section-none.margin-section-bottomsgpl.border-side-black, .padding-section-none.margin-section-bottom-di.border-side-black, .padding-section-none.margin-section-bottom-cc.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .section_h2_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_h2_wrapper.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_1col_info_internal {
    grid-column-gap: 16px;
    grid-row-gap: .375rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .event_tag.event_tag_black {
    margin-bottom: .25rem;
  }

  .event_5col_item {
    min-height: auto;
    grid-row-gap: 0rem;
    border-top: 1px solid #000;
    border-right: 1px solid var(--dark-grey);
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_5col_item.tb-hide, .event_5col_item.pc-mb-hide, .event_5col_item.pc-mb-show {
    display: none;
  }

  .event_5col_item.tb-mb-show, .event_5col_item.tb-mb-show-copy, .event_5col_item.tb-show, .event_5col_item.pc-hide {
    display: block;
  }

  .event_5col_item.sp-show, .event_5col_item.tb-show, .event_5col_item.pc-show, .event_5col_item.tb-hode, .event_5col_item.sp-hide {
    display: none;
  }

  .event_5col_item.sp-hide.mb-show {
    display: flex;
  }

  .event_5col_item.border-bottom.mb-bottom-border-none, .event_5col_item.border-bottom-on.mb-border-bottom-non {
    border-bottom-style: none;
  }

  .event_5col_item.r-border-none.mb-right-border {
    border-right-style: solid;
  }

  .event_5col_item.mb-border-top-none {
    border-top-style: none;
  }

  .event_5col_item.sp-left-border-on.sp-border-top-on {
    border-left-style: solid;
  }

  .event_5col_item.mp-border-on {
    border-bottom-style: solid;
  }

  .event_5col_item.mp-border-on.md-tb-border-none {
    border-top-style: none;
    border-bottom-style: none;
  }

  .event_5col_item.sp-top-border-none {
    border-top-style: none;
  }

  .event_5col_item.sp-top-border-none.sp-bottom-border-none.boder-bottom-tab, .event_5col_item.mb-border-bottom {
    border-bottom-style: solid;
  }

  .event_5col_item.mb-border-bottom.sp-border-top-none {
    border-top-style: none;
  }

  .event_5col_item.border_boottm_middle {
    border-bottom-style: solid;
  }

  .image-square {
    border: 1px #000;
  }

  .event_5col_compornent.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_compornent.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .top-news_info_item_wrapper {
    border-top: 1px #000;
    border-right: 1px #000;
  }

  .facility_2col-2_internal.border-black-top-left.mb-boorder-none {
    border-top-style: solid;
    border-right: 1px #000;
    border-top-color: var(--dark-grey);
  }

  .top-news_item-_none {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .slash {
    object-fit: fill;
  }

  .margin-section-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-flexble-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .image-flexble-wrapper.mb-square-wrapper {
    padding-top: 100%;
    top: auto;
  }

  .image-flexble-wrapper.border-on.mb {
    padding-top: 0%;
  }

  .facility_2col-1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-1_component.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .access_2col_content {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_h3_wrapper {
    padding-top: .5rem;
    padding-bottom: .2rem;
  }

  .section_h3_wrapper.facility_section_h3_wrapper {
    padding: 1rem 1.25rem;
  }

  .section_h3_wrapper.facility_section_h3_wrapper.border-top_tab, .section_h3_wrapper.border-top {
    border-top: 1px solid #000;
  }

  .image-flexible {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flexible.border-top {
    border-top: 1px solid #000;
  }

  .image-flexible.mb-sp {
    position: relative;
  }

  .image-flexible.plofile {
    object-fit: cover;
    display: inline-block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .font-tokyo {
    font-size: 1.875rem;
  }

  .button_midium_wrapper.mobile-contact-tb-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .facility_2col-2_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-2_component.border-bottom-black {
    grid-row-gap: .0625rem;
  }

  .facility_2col-2_component.border-bottom-black.boder-sm_none {
    border-bottom-style: none;
  }

  .event_3col_compornent {
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent.border-bottom-black {
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent.border-bottom-black.tb-show {
    display: block;
  }

  .event_3col_compornent.border-bottom-black.lab-top {
    background-color: var(--white);
  }

  .event_3col_compornent.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_item {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_3col_item.tb-show {
    display: none;
  }

  .event_3col_item.lab-top {
    border-right: 1px solid #000;
  }

  .event_3col_item.lab-top.border-bottom {
    border-bottom: 1px solid #000;
  }

  .event_3col_info {
    grid-template-columns: 89% 11%;
    display: none;
  }

  .image-widescreen.slash {
    object-fit: fill;
  }

  .image-widescreen.a-16-9 {
    border-bottom: 1px solid #000;
  }

  .event_3col_detail {
    grid-template-rows: auto;
  }

  .facility_2col-2_content.hidenn-xl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 90.4% 9.6%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .access_1col_content {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_3col_compornent.border-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .facility_3col_item {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_3col_item.tb-show {
    display: block;
  }

  .padding-section-rarge {
    padding-left: 0;
    padding-right: 0;
  }

  .event_1col-2_wrapper {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .search_result_header_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters2_sort-dropdown-list {
    overflow: hidden;
  }

  .filters2_sort-dropdown-list.w--open {
    min-width: 12rem;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters2_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters-2-instructions-delete {
    display: block;
  }

  .filters2_sort-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-left: -5vw;
    padding: .75rem 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_layout {
    grid-template-columns: 1fr;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_filters-wrapper {
    z-index: 9999;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 3rem 5% 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .filters2_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters_form {
    z-index: 999;
    max-width: 100%;
  }

  .filters3_layout {
    grid-template-columns: 1fr;
  }

  .filters3_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters3_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters3_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters3_rangeslider1-text {
    top: 2rem;
  }

  .filters3_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters3_sort-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .filters3_heading {
    font-size: 2.25rem;
  }

  .filters3_modal {
    height: auto;
  }

  .filters3_sort-dropdown-list {
    overflow: hidden;
  }

  .filters3_sort-dropdown-list.w--open {
    min-width: 12rem;
  }

  .filters3_modal-content-wrapper {
    height: auto;
    padding: 3rem 5% 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .filters3_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters3_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .search_filter_checkbox_list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_filter_item_list {
    width: 92%;
  }

  .search_filter_item_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_checkbox {
    grid-template-columns: 1fr 24%;
  }

  .search_checkbox_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-none.margin-section-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .border-side-black {
    border-left: 0 rgba(0, 0, 0, 0);
    border-right: 0 rgba(0, 0, 0, 0);
  }

  .top_fv_content_wrapper {
    margin-bottom: 2rem;
  }

  .lab_fv_content_wrapper, .about_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .about_content_wrapper.about-top {
    max-width: 100%;
    display: block;
  }

  .about_fv_content-right.about-top {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .about_fv_content-left.about-top {
    width: 100%;
  }

  .lab-event_header_wrapper, .lab-project_header_wrapper {
    grid-column-gap: 2.5rem;
  }

  .div {
    width: 300px;
  }

  .about_slider_item_image {
    height: 100%;
    object-fit: cover;
  }

  .about_2col_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .about_3col_item {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_tab_content {
    display: none;
  }

  .fv_background_2col_image {
    object-fit: cover;
  }

  .fv_background_2col_image.fv_background_2col_logo {
    object-fit: contain;
  }

  .cafe_fv_content.border-bottom-black.mb-lr-none {
    border-left-style: none;
    border-right-style: none;
  }

  .cafe_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .fv_background_small_image.about-lab-kv {
    height: auto;
  }

  .fv_background_small_image.about-lab-kv.about-lab-top {
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_small_image.about-lab-kv.about-lab-top.test {
    height: auto;
  }

  .fv_background_small_image.about-vv-kv {
    height: 100%;
    max-height: none;
    object-position: 50.5% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_small_image.about-vv-kv.tnh-kv {
    height: 100%;
    object-position: 40% 50%;
  }

  .fv_background_small_image.about-vv-kv.real-vv {
    height: 100%;
    object-position: 50% 50%;
  }

  .fv_background_small_image.about-vv-kv-pc {
    height: 100%;
    max-height: none;
    object-position: 55% 50%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_small_image.about-vv-kv-pc.tnh-kv {
    height: 100%;
    object-position: 40% 50%;
  }

  .fv_background_small_image.about-vv-kv-mobile {
    height: 100%;
    max-height: none;
    object-position: 55% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_small_image.about-vv-kv-mobile.tnh-kv {
    height: 100%;
    object-position: 40% 50%;
  }

  .fv_background_small_image.about-rc-kv-pc {
    height: 100%;
    max-height: none;
    object-position: 55% 50%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_small_image.about-rc-kv-pc.tnh-kv {
    height: 100%;
    object-position: 40% 50%;
  }

  .fv_background_small_image.about-rc-kv-mobile {
    height: auto;
    max-height: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gallery_content_wrapper, .sky_content_wrapper, .restaurant_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .facility_2col-3_detail.space-bottom-none.border-top {
    border-top: 1px solid #000;
  }

  .facility_2col-3_detail.space-bottom-none.border-top.border-bottom {
    border-bottom: 1px solid #000;
  }

  .facility_2col-3_detail.border-top {
    border-top: 1px solid #000;
  }

  .facility_2col-3_thumbnail.right-border-none {
    border-right-style: none;
  }

  .facility_2col-3_thumbnail_kei {
    width: 100%;
    height: auto;
    max-width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
  }

  .facility_2col-3_thumbnail_kei.mobile {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--dark-grey);
    position: relative;
  }

  .facility_2col-3_thumbnail_apotheose {
    width: 100%;
    height: auto;
    max-width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .facility_2col-3_thumbnail_apotheose.mobile {
    border-left-style: none;
    border-right-style: none;
    position: relative;
  }

  .facility_2col-3_thumbnail_wrapper.is-kei {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .facility_2col-3_thumbnail_wrapper.is-kei.res-logo-pc {
    display: none;
  }

  .facility_2col-3_thumbnail_wrapper.is-kei.res-logo-monile {
    padding-top: 0%;
    display: block;
  }

  .facility_2col-3_thumbnail_wrapper.is-kei.res-logo-monile.lr-border-0.real-kei {
    border-style: none;
  }

  .facility_2col-3_thumbnail_wrapper.is-apotheose {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .facility_2col-3_thumbnail_wrapper.is-apotheose.res-logo-pc {
    display: none;
  }

  .facility_2col-3_thumbnail_wrapper.is-apotheose.res-logo-monile {
    padding-top: 0%;
    display: block;
  }

  .facility_2col-3_thumbnail_wrapper.is-apotheose.res-logo-monile.real-apo {
    border-style: none;
  }

  .facility_2col-3_thumbnail_wrapper.dining-is {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .facility_2col-3_thumbnail_wrapper.dining-is.res-logo-pc {
    display: none;
  }

  .facility_2col-3_thumbnail_wrapper.dining-is.res-logo-mobile {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
    display: block;
  }

  .facility_2col-3_thumbnail_wrapper.dining-is.res-logo-mobile.lr-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .facility_2col-3_thumbnail_dining {
    width: 100%;
    height: auto;
    max-width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .facility_2col-3_thumbnail_dining.mobile {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--dark-grey);
    margin: 0 auto;
    position: relative;
  }

  .facility_2col-3_thumbnail_cafe {
    width: 100%;
    height: auto;
    max-width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .facility_2col-3_thumbnail_cafe.moile {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--dark-grey);
    position: relative;
  }

  .facility_2col-3_component {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-3_component.res-logo, .facility_2col-3.res-logo {
    display: block;
  }

  .facility_1col_wrapper-copy {
    max-width: 90%;
  }

  .vstadio_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .vstadio_fv_title {
    font-size: 1.5rem;
  }

  .gallery_fv_title {
    font-size: 1.3125rem;
  }

  .hall_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .fv_heading {
    font-size: 1.625rem;
    line-height: 1.5;
  }

  .lab_fv_title {
    font-size: 1.1875rem;
  }

  .about-_fv_title {
    font-size: 1.375rem;
  }

  .about_logo_title {
    font-size: 1.5rem;
  }

  .lab-project_header_title {
    font-size: 1.25rem;
  }

  .restaurant_fv_title {
    font-size: 1.1875rem;
  }

  .facility_2col-3_button {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .facility_2col-3_button.display-none {
    display: none;
  }

  .facility_2col-3_button.res-cafe {
    margin-bottom: 4rem;
  }

  .section_nav {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav_link {
    width: 100%;
    background-color: var(--white);
    padding: 1.4375rem 2.5rem 1.1rem;
    font-size: 1.6875rem;
    font-weight: 400;
  }

  .nav_pc {
    display: none;
  }

  .nav_language_text {
    padding-left: 0;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .nav_language_text.is-jp.is-selected, .nav_language_text.is-en {
    font-weight: 400;
  }

  .nav_language_text.lang-spacer {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .top_header, .facility_2col-3_internal.border-black-top-left.mb-hide {
    display: none;
  }

  .facility_2col-3_content {
    flex-direction: column;
  }

  .facility_popuup_component {
    display: none;
  }

  .footer_logo_wrapper {
    padding-top: 4.5625rem;
    padding-bottom: 3.375rem;
  }

  .footer_content_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_copyright_text {
    font-size: .785714rem;
  }

  .nav_button {
    justify-content: center;
    align-items: center;
    padding: 1rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav_button.w--open {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 1.25rem;
  }

  .nub_button_top {
    width: 1.5rem;
    height: .125rem;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 30%;
  }

  .nub_button_icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }

  .nub_button_bottom {
    width: 1.5rem;
    height: .125rem;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 30%;
  }

  .nav {
    z-index: 20;
    height: 100svh;
  }

  .nav_mb_wrapper {
    height: 100%;
    background-color: var(--white);
    flex-direction: column;
    margin-left: -.0625rem;
    margin-right: -.0625rem;
    display: block;
  }

  .nav_mb {
    height: 100svh;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_mb_logo_wrapper {
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 1rem 1.25rem;
  }

  .nav_mb_logo_image {
    width: 45%;
    height: auto;
  }

  .nav_mb_menu {
    grid-row-gap: .0625rem;
    background-color: var(--dark-grey);
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav_mb_sub-menu {
    font-size: 10.6875rem;
  }

  .nav_mb_sub {
    grid-row-gap: 1.875rem;
    flex-direction: column;
    padding-top: 1.6875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .nav_mb_sub-menu_item_text {
    font-size: .75rem;
  }

  .nav_mb_sns_wrapper {
    grid-column-gap: 1.5rem;
  }

  .nav_mb_sub-menu_wrapper {
    grid-row-gap: 1rem;
  }

  .nav_mb_logo {
    position: relative;
  }

  .footer_language {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .header-tb-show {
    z-index: 9999;
    background-color: var(--white);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .top-access_adress_warapper {
    padding-bottom: 20px;
  }

  .button_wrapper_mb {
    display: block;
  }

  .nav_menu_button {
    justify-content: center;
    align-items: center;
    padding: 1rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav_menu_button.w--open {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    padding: 1.25rem;
    top: 0%;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .nub_menu_button_top {
    width: 1.5rem;
    height: .125rem;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
  }

  .nub_menu_button_bottom {
    width: 1.5rem;
    height: .125rem;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 43%;
    transform: rotate(-45deg);
  }

  .nub_menu_button_icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }

  .cooperate_text_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fv_background_2col_logo {
    object-fit: contain;
  }

  .news-article_thumbnail {
    text-align: left;
  }

  .news-article_title.title-width-limit {
    width: 100%;
  }

  .news-article_content_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .e-gallery_fv_component {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .e-gallery_fv_component.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .e-gallery_3col_item {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .e-gallery_3col_item.tb-show {
    display: block;
  }

  .e-gallery_2col-2_wrapper {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .e-gallery_2col-2_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .e-gallery_2col-2_thumbnail_wrapper {
    height: 100%;
  }

  .button_e-gallery_2col.mobile-on.button_banner {
    justify-content: center;
  }

  .e-gallery_anchor_wrapper {
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .e-gallery_anchor_wrapper.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_fv_left_text.visibility-hidden {
    display: none;
  }

  .e-gallery_2col_wrapper {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .e-gallery_2col_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .e-gallery_2col_wrapper.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .e-gallery_3col_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .e-gallery_3col_wrapper.border-bottom-black {
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr 1fr;
  }

  .e-gallery_3col_wrapper.border-bottom-black.tb-show {
    display: block;
  }

  .e-gallery_3col_wrapper.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .e-gallery_2col_thumbnail_item.tb-mb-hide {
    display: none;
  }

  .e-garally_live_wrapper {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .e-garally_live_wrapper.border-bottom-black {
    grid-row-gap: .0625rem;
  }

  .image-dammy.slash {
    object-fit: fill;
  }

  .l-project_company_component_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .e-gallery_2col-1_wrapper {
    min-height: auto;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .e-gallery_2col-1_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .e-gallery_2col-1_wrapper.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .a-interview_fv_component {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .a-interview_fv_component.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_card_item {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .a-interview_card_item.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_card_item.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .a-interview_c1_component_wrapper {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .a-interview_c1_component_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_c1_component_wrapper.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .a-interview_c1_bottom_box {
    grid-column-gap: 2.5rem;
  }

  .a-interview_c1_bottom.border-top-bottom-black.sp-boder-none {
    border-bottom-style: none;
  }

  .a-interview_c1_2col_wrapper {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .a-interview_c1_2col_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_c1_2col_wrapper.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .a-interview_c1_2col_component {
    border: 1px solid #000;
  }

  .a-interview_c1_2col_component.border-bottom-black.border-top-none, .a-interview_c1_2col_component.border-bottom-none.border-top-none {
    border-top-style: none;
  }

  .a-interview_c1_2col_item {
    grid-template-columns: 1fr;
  }

  .a-interview_c2_2col_wrapper {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .a-interview_c2_2col_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_c2_2col_wrapper.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .a-interview_image1_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .a-interview_slider_item {
    width: 300px;
  }

  .access_map_wrapper {
    height: 100%;
  }

  .dammy-mqp {
    height: 100%;
    padding-top: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .access_map_content_wrapper {
    grid-column-gap: 2.5rem;
  }

  .nav_button_close_bar {
    width: 100%;
    height: .0625rem;
    background-color: #90896d;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav_button_close_bar.is-bottom {
    top: auto;
    bottom: 46%;
    left: 0%;
    right: 0%;
    transform: rotate(-20deg);
  }

  .nav_button_close_bar.is-top {
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: rotate(20deg);
  }

  .nav_button_close_bar.is-middle {
    display: none;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_mb_search {
    color: #fff;
    padding: 0 0 0 0;
    font-size: 18px;
    display: block;
  }

  .nav_mb_menu_list_item_2_wrapper {
    text-align: left;
    justify-content: space-between;
    font-weight: 500;
    display: flex;
    position: relative;
  }

  .nav_mb_menu_list_item_3_text {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .nav_button_close_icon {
    width: 2.5rem;
    height: .875rem;
    position: relative;
  }

  .nav_logo {
    z-index: 1;
    width: 11.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_logo.w--current {
    display: none;
  }

  .nav_button_close {
    z-index: 10;
    position: absolute;
    bottom: 24%;
    right: 3.5%;
  }

  .nav_button_close.w--open {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav_logo_image {
    width: 10.4375rem;
  }

  .icon_h-bar {
    width: .9375rem;
    height: .125rem;
    border-radius: 50%;
  }

  .nav_mb_menu_wrapper {
    height: 100%;
    padding: 3.75rem 1.875rem;
    overflow: auto;
  }

  .nav_button_open {
    z-index: 10;
    position: absolute;
    bottom: 24%;
    right: 3.5%;
  }

  .nav_button_open.w--open {
    z-index: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_button_icon {
    width: 2.5rem;
    height: .875rem;
    position: relative;
  }

  .line-divide {
    width: 77%;
    height: .0625rem;
    background-color: rgba(255, 255, 255, .2);
    margin: 3.75rem auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    padding: 3.125rem .8125rem 1.1875rem;
  }

  .nav_mb_item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125rem;
    display: flex;
  }

  .nav_mb_menu_list {
    width: 100%;
    grid-row-gap: 3.125rem;
    flex-direction: column;
    display: flex;
  }

  .nav_mb_menu_list_icon {
    width: 2.3125rem;
    height: 1.75rem;
    position: absolute;
    top: 26%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .nav_mb_menu_list_item {
    border-bottom: 0 rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .625rem;
  }

  .nav_logo_wrapper {
    width: 12.8984rem;
    padding: .820313rem 1.23047rem;
  }

  .nav_logo_wrapper.w--current {
    display: none;
  }

  .nav_mb-2 {
    background-color: #fff;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  }

  .svg_wrapper.nav_search_wrapper {
    width: 1.5625rem;
    height: 1.625rem;
  }

  .nav_mb_menu_list_item_3_wrapper {
    grid-row-gap: 1.875rem;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-left: 8%;
    display: flex;
  }

  .nav_mb_menu_list_item_2_text {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .nav_mb_menu_list_item_2_text.is-only2 {
    width: 100%;
  }

  .icon_v-bar {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .nav_mb_menu-2 {
    z-index: 20;
    height: 100vh;
    background-color: #000;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_button_bar {
    width: 100%;
    height: .0625rem;
    background-color: #90896d;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav_button_bar.is-bottom {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_button_bar.is-middle {
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_button_bar.is-top {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .access_info_item {
    border-bottom: 0 rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .access_info_item.dd-link.access_info_dt_wrapper.margin-cut {
    padding-bottom: 0;
  }

  .access_info_wrapper {
    width: 100%;
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .access_info_dd.access_dd_3 {
    display: none;
  }

  .access_info_dt_title {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .access_info_dt_title.is-only2 {
    width: 100%;
  }

  .access_info_dt_wrapper {
    text-align: left;
    justify-content: center;
    font-weight: 500;
    display: flex;
    position: relative;
  }

  .access_info_dt_wrapper.border-top-none, .access_info_dt_wrapper.under-item {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .access_info_dd_wrapper {
    width: 100%;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .access_info_dd_2col_wrapper {
    grid-row-gap: 1.875rem;
    flex-direction: column;
    display: flex;
  }

  .access_info_dd_item {
    display: flex;
  }

  .access_info_dd_wrapper_wide {
    width: 100%;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    display: flex;
  }

  .nav_language_text-2 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .nub_menu_button_top-2 {
    width: 1.5rem;
    height: .125rem;
    background-color: #1e1e1e;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
  }

  .nav_link-2 {
    width: 100%;
    background-color: #fff;
    padding: 1.4375rem 2.5rem 1.1rem;
    font-size: 1.6875rem;
  }

  .nub_menu_button_bottom-2 {
    width: 1.5rem;
    height: .125rem;
    background-color: #1e1e1e;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 43%;
    transform: rotate(-45deg);
  }

  .nav_mb_wrapper-2 {
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    margin-left: -.0625rem;
    margin-right: -.0625rem;
    display: block;
  }

  .nub_button_top-2 {
    width: 1.5rem;
    height: .125rem;
    background-color: #1e1e1e;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 30%;
  }

  .nav_mb_menu-3 {
    grid-row-gap: .0625rem;
    background-color: #9d9d9d;
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nub_button_bottom-2 {
    width: 1.5rem;
    height: .125rem;
    background-color: #1e1e1e;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 30%;
  }

  .container {
    max-width: 728px;
  }

  .a-interview_card_content_wrapper-h-100.md-top-border {
    border-top: 1px solid #9d9d9d;
  }

  .image-widescreen-2-1.slash {
    object-fit: fill;
  }

  .headingh4-p.top-border-none.mt-1.mb-0.h4-access {
    font-weight: 300;
  }

  .padding-section-large-shops-info {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .shops-info_list {
    grid-column-gap: 2rem;
  }

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-section-large-gallery {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .text-block-shops-details-tag {
    font-size: .775rem;
  }

  .shops-details_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: .35fr 1fr;
  }

  .shops-details_item_last {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: .35fr 1fr;
  }

  .cafe_content_wrapper-2 {
    grid-column-gap: 2.5rem;
  }

  .section_h2_wrapper-2 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .about_2col_component-2 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component-2.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .dining_fv_component-copy {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dining_fv_component-copy.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .section_h2_wrapper-news {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-news.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-news.border-top {
    border-top-style: solid;
  }

  .section_h2_wrapper-news-year {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-news-year.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news_content-wrapper {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .news-details_item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .25fr 1fr;
  }

  .news-details_item_last {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-columns: auto 1fr;
  }

  .container-full-news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_h2_wrapper-about-top-lab {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-about-top-lab.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-none-about-top-lab {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-about-top-lab.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-about-top-lab.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none-about-top-lab.border-top-side-black, .padding-section-none-about-top-lab.border-side-black, .padding-section-none-about-top-lab.border-top-side-black, .padding-section-none-about-top-lab.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-about-top-lab.margin-section-bottom-about-top-lab.border-side-black, .padding-section-none-about-top-lab.margin-section-bottom-about-top-lab.border-side-black-about-top-lab {
    border-left-style: none;
    border-right-style: none;
  }

  .icon_svg-copy, .facility_2col-2_internal-lab-about.mb-hide {
    display: none;
  }

  .about_swiper_item_image {
    height: 100%;
    object-fit: cover;
  }

  .padding-none-xx.margin-section-bottom, .padding-none-xx.margin-section-bottom-xx, .padding-section-none-swiper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-swiper.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-swiper.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none-swiper.border-top-side-black, .padding-section-none-swiper.border-side-black, .padding-section-none-swiper.border-top-side-black, .padding-section-none-swiper.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-swiper.margin-section-bottom-x.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-none-cafe.margin-section-bottom, .padding-none-cafe.margin-section-bottom-cafe, .padding-section-none-xxx {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-xxx.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-xxx.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none-xxx.border-top-side-black, .padding-section-none-xxx.border-side-black, .padding-section-none-xxx.border-top-side-black, .padding-section-none-xxx.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-xxx.margin-section-bottom-x.border-side-black, .padding-section-none-xxx.margin-section-bottom-cafe.border-side-black, .padding-section-none-xxx.margin-section-bottom-xxx.border-side-black, .padding-section-none-xxx.margin-section-bottom-xxxx.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-none-hall.margin-section-bottom, .padding-none-hall.margin-section-bottom-hall, .padding-section-none-hall-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-hall-2.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-hall-2.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none-hall-2.border-top-side-black, .padding-section-none-hall-2.border-side-black, .padding-section-none-hall-2.border-top-side-black, .padding-section-none-hall-2.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-hall-2.margin-section-bottom-x.border-side-black, .padding-section-none-hall-2.margin-section-bottom-cafe.border-side-black, .padding-section-none-hall-2.margin-section-bottom-xxx.border-side-black, .padding-section-none-hall-2.margin-section-bottom-xxxx.border-side-black, .padding-section-none-hall-2.margin-section-bottom-hall.border-side-black, .padding-section-none-hall-2.margin-section-bottom-hall-2.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-none-skyplool.margin-section-bottom, .padding-none-skyplool.margin-section-bottom-skypool, .padding-section-none-sgpl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-sgpl.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-sgpl.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none-sgpl.border-top-side-black, .padding-section-none-sgpl.border-side-black, .padding-section-none-sgpl.border-top-side-black, .padding-section-none-sgpl.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none-sgpl.margin-section-bottom-x.border-side-black, .padding-section-none-sgpl.margin-section-bottom-cafe.border-side-black, .padding-section-none-sgpl.margin-section-bottom-xxx.border-side-black, .padding-section-none-sgpl.margin-section-bottom-xxxx.border-side-black, .padding-section-none-sgpl.margin-section-bottom-hall.border-side-black, .padding-section-none-sgpl.margin-section-bottom-spl.border-side-black, .padding-section-none-sgpl.margin-section-bottom-sgpl.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-none-dining.margin-section-bottom, .padding-none-dining.margin-section-bottom-dining, .padding-none-cc.margin-section-bottom, .padding-none-cc.margin-section-bottom-ccc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search_filter_item_wrapper-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon_h-bar-2 {
    width: .9375rem;
    height: .125rem;
    border-radius: 50%;
  }

  .search_checkbox_wrapper-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon_v-bar-2 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .search_checkbox-2 {
    grid-template-columns: 1fr 24%;
  }

  .search_button_switch_icon {
    width: 2.3125rem;
    height: 1.75rem;
    position: absolute;
    top: 26%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .search_filter_item_list-2 {
    width: 92%;
  }

  .search_filter_item_wrapper-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon_v-bar-3 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .search_filter_item_wrapper-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon_v-bar-4, .icon_v-bar-5 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .about_3col_compornent-2.border-bottom-black {
    display: block;
  }

  .facility_2col-1_component-2 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-1_component-2.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .about_2col_component-3 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component-3.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .image-flexble-wrapper-2 {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .about_3col_item-2 {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .icon_v-bar-6 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .image-widescreen-wrapper-3.mb-square-wrapper.a-16-9.border-bottom-sp {
    border: 0 solid #000;
    border-bottom-width: 1px;
  }

  .about_2col_component-4 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component-4.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .icon_v-bar-7 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .about_2col_component-5 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component-5.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .icon_v-bar-8 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .about_2col_component-6 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_2col_component-6.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .icon_v-bar-9 {
    width: .125rem;
    height: .9375rem;
    border-radius: 50%;
  }

  .image-widescreen-art-top.slash {
    object-fit: fill;
  }

  .use_anchor_wrapper {
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container-tiny-2 {
    max-width: 95%;
  }

  .image-widescreen-lp.slash {
    object-fit: fill;
  }

  .facility_2col-3_button-001.display-none {
    width: 100%;
    display: none;
  }

  .facility_2col-3_button-001.res-cafe.apo {
    justify-content: center;
  }

  .facility_2col-3_detail-001.border-top {
    border-top: 1px solid #000;
  }

  .facility_2col-3_detail-001.border-top.border-bottom {
    border-bottom: 1px solid #000;
  }

  .access_info_text-title {
    font-size: 1.2rem;
  }

  .image-flexble-wrapper-lp {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .image-flexble-wrapper-lp.mb-square-wrapper {
    top: auto;
  }

  .image-flexible-lp {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .facility_1col_wrapper-ex {
    max-width: 90%;
  }

  .top_header-2, .section_top_nav_sticky {
    display: none;
  }

  .nav_sp_menu {
    z-index: 20;
    height: 100svh;
  }

  .space_eventtop {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
  }

  .space_eventtop.bottom-border-on.top-border-non {
    display: block;
  }

  .space_eventtop.border-top-none {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .space_eventtop.border-top-none.border-bottom-non {
    display: block;
  }

  .space_eventtop.border-top-none.border-bottom-non.border-top-on {
    border-top-style: solid;
  }

  .space_eventtop.border-top-none.border-bttom-none {
    display: block;
  }

  .space_eventtop.border-bottom-none, .space_eventtop.border-tb-none {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .section_h2_wrapper_comingsoon {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper_comingsoon.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-none_skygarden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none_skygarden.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none_skygarden.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none_skygarden.border-top-side-black, .padding-section-none_skygarden.border-side-black, .padding-section-none_skygarden.border-top-side-black, .padding-section-none_skygarden.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none_skygarden.margin-section-bottom-x.border-side-black, .padding-section-none_skygarden.margin-section-bottom-cafe.border-side-black, .padding-section-none_skygarden.margin-section-bottom-xxx.border-side-black, .padding-section-none_skygarden.margin-section-bottom-xxxx.border-side-black, .padding-section-none_skygarden.margin-section-bottom-hall.border-side-black, .padding-section-none_skygarden.margin-section-bottom-spl.border-side-black, .padding-section-none_skygarden.margin-section-bottomsgpl.border-side-black, .padding-section-none_skygarden.margin-section-bottom-di.border-side-black, .padding-section-none_skygarden.margin-section-bottom-cc.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none_skygarden.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none_gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none_gallery.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none_gallery.margin-section-bottom.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none_gallery.border-top-side-black, .padding-section-none_gallery.border-side-black, .padding-section-none_gallery.border-top-side-black, .padding-section-none_gallery.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .padding-section-none_gallery.margin-section-bottom-x.border-side-black, .padding-section-none_gallery.margin-section-bottom-cafe.border-side-black, .padding-section-none_gallery.margin-section-bottom-xxx.border-side-black, .padding-section-none_gallery.margin-section-bottom-xxxx.border-side-black, .padding-section-none_gallery.margin-section-bottom-hall.border-side-black, .padding-section-none_gallery.margin-section-bottom-spl.border-side-black, .padding-section-none_gallery.margin-section-bottomsgpl.border-side-black, .padding-section-none_gallery.margin-section-bottom-di.border-side-black, .padding-section-none_gallery.margin-section-bottom-cc.border-side-black {
    border-left-style: none;
    border-right-style: none;
  }

  .padding-section-none_gallery.border-side-black {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .section_h2_wrapper--comingsoon2 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper--comingsoon2.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-none_dining.margin-section-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .credit {
    z-index: 999;
  }

  .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_info_dt_wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .access_info_dd_item-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header13_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header12_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .background-type {
    font-size: 12vw;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .section_h2_wrapper-copy {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-copy.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .facility_2col-2_item_labfacility.sp-border-right-none {
    border-left-style: none;
  }

  .section_h2_wrapperlab_facility {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapperlab_facility.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_regular_wrapper_event {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
  }

  .space_regular_wrapper_event.border-top-none {
    display: block;
  }

  .space_regular_wrapper_event.boder-bottom-none {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .whaton_2lines {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .whaton_2lines.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_1col_component_noline {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_1col_component_noline.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .event_1col_component_noline_top {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_1col_component_noline_top.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .facility_2col-1_component_noline {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-1_component_noline.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .facility_2col-1_component-copy {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-1_component-copy.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .access_2col_contentns_noline {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .space_labproject_detail {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
  }

  .space_labproject_detail.boder-bottom-none, .space_labproject_detail.border-bottom-none {
    display: block;
  }

  .section_h2_wrapper_about {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper_about.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .font-tokyo-2 {
    font-size: 1.875rem;
  }

  .section_h2_wrapper_abouttop {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper_abouttop.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper_abouttop.is-sub-title.border-bottom-none {
    border-bottom-style: none;
  }

  .comingsoon_vv {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .comingsoon_vv.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-vv {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-vv.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_cafe.border-top {
    display: none;
  }

  .space_cafe.border-top.border-bottom {
    display: block;
  }

  .space_gallery {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
  }

  .about_tab_wrapper-2-gallery.border-top {
    border-top-style: solid;
  }

  .event_5col_compornent-gallery.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_compornent-gallery.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about_3col_compornent-copy {
    grid-template-columns: 1fr 1fr;
  }

  .about_3col_compornent-copy.border-bottom-black {
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: block;
  }

  .about_3col_compornent-copy.border-bottom-black.tb-show {
    display: block;
  }

  .about_3col_compornent-copy.border-bottom-black.mb-border-none {
    border-style: none;
  }

  .about_3col_compornent-copy.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .font-tokyo-3 {
    font-size: 1.875rem;
  }

  .event_5col_compornent_dining.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_compornent_dining.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_h2_wrapper_dining {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper_dining.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper__cafe {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper__cafe.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrappercafe_shop {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrappercafe_shop.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_5col_restaurant_cafe.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_restaurant_cafe.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fv_background-3, .fv_background-pc {
    display: none;
  }

  .fv_background-mobile {
    display: block;
  }

  .fv-background-pc {
    display: none;
  }

  .fv_background-mobile-2 {
    padding-top: 100%;
    display: block;
    position: relative;
  }

  .background-video-6 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-flexible-mobile {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flexible-pc {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flexble-wrapper-mobile {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .image-flexble-wrapper-mobile.mb-square-wrapper {
    top: auto;
  }

  .image-flexible-sp {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .e-gallery_fv_left_wrapper-2.box-h-sm, .e-gallery_fv_left_wrapper-2.test {
    height: 100%;
  }

  .space_regular_wrapper {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
  }

  .space_regular_wrapper.bottom-border-on.top-border-non {
    display: block;
  }

  .space_regular_wrapper.border-bottom, .space_regular_wrapper.border-bottom.border-top-bottom-black {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .space_regular_wrapper.sp-border-top, .space_regular_wrapper.border-top-on {
    border-top: 1px solid #000;
  }

  .e-gallery_fv_content-2.border-bottom-black.bg-light-gray {
    background-color: #9d9d9d;
  }

  .e-gallery_fv_thumbnail_pc {
    display: none;
  }

  .section_h2_wrapper-3 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .e-gallery_fv_thumbnail_mobile {
    display: block;
  }

  .section_h2_wrapper-4 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .e-gallery_2col-1_wrapper-2 {
    min-height: auto;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .e-gallery_2col_item-2.mobile-1col {
    grid-template-columns: 1fr;
  }

  .e-gallery_2col_thumbnail_common {
    display: flex;
  }

  .e-gallery_2col_wrapper-2 {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section_h2_wrapper-5 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-5.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-5.is-sub-title.border-bottom {
    padding-bottom: .25rem;
  }

  .e-gallery_2col_item-3.mobile-1col {
    grid-template-columns: 1fr;
  }

  .section_h2_wrapper-6 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .section_h2_wrapper-6.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-6.is-sub-title.border-bottom {
    padding-bottom: .25rem;
  }

  .e-gallery_2col_thumbnail_mobile {
    display: flex;
  }

  .e-gallery_2col_thumbnail_pc {
    display: none;
  }

  .section_h2_wrapper-7 {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .about_logo_title-mobile {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    display: block;
  }

  .about_logo_title-pc {
    font-size: 1.5rem;
    display: none;
  }

  .event_3col_compornent-2 {
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent-2.border-bottom-black {
    grid-row-gap: .0625rem;
    background-color: var(--white);
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent-2.border-bottom-black.lab-index-top {
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .event_3col_compornent-2.border-bottom-black.lab-index-top.mb-lab-top-3col {
    display: block;
  }

  .event_3col_compornent-2.border-bottom-black.lab-index-top.mb-lab-top-3col.mb-top-left-right-border {
    border-style: solid solid none;
  }

  .event_3col_compornent-2.border-bottom-black.mb-lab-projects-index {
    display: block;
  }

  .event_3col_compornent-2.border-bottom-black.mb-lab-projects-index.mb-top-left-right-border {
    border-bottom-style: none;
  }

  .event_3col_item-2 {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_3col_item-2.tb-show {
    display: block;
  }

  .event_3col_item-2.tb-show.display-none {
    display: none;
  }

  .event_3col_item-2.border-right {
    border-right: 1px solid #000;
  }

  .event_3col_item-2.border-right.border-bottom {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .event_3col_item-2.border-right.border-bottom.sp-right-border-none, .event_3col_item-2.border-right.sp-right-border-none {
    border-right-style: none;
  }

  .event_3col_item-2.border-right.sp-right-border-none.sp-border-bottom-black {
    border-bottom: 1px #000;
  }

  .event_3col_artist {
    grid-template-columns: 89% 11%;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .e-profile_2col-2_wrapper {
    min-height: auto;
    grid-row-gap: .0625rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .e-profile_2col-2_wrapper.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .e-profile_2col-2_thumbnail_wrapper {
    height: 100%;
  }

  .modal3_content-wrapper {
    padding: 4rem 5%;
  }

  .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
    width: 100%;
  }

  .facility_2col-2_component_caption {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .facility_2col-2_component_caption.border-bottom-black {
    grid-row-gap: .0625rem;
  }

  .facility_2col-2_component_cap {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: none;
  }

  .event_5col_compornent-wo.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_compornent-wo.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout122_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .facility_popuup_component-copy {
    display: block;
  }

  .lab-projects-partner-image-copy {
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
  }

  .event_5col_compornent-whats-on.border-bottom-black {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_5col_compornent-whats-on.border-top-bottom-black {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vimdeo-player-overlay-2 {
    display: block;
  }

  .top_fv_content_mb_menu_item {
    color: #b6a162;
  }

  .top_fv_content_mb_text {
    font-size: .8125rem;
  }

  .top_fv_content_mb_menu_wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-divine {
    width: 100%;
    height: .0625rem;
    background-color: rgba(255, 255, 255, .2);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top_fv_content_wrapper-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top_fv_content_mb_wrapper {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    display: flex;
  }

  .top_fv_content_mb {
    display: block;
  }

  .top_fv_title {
    font-size: 7.5vw;
  }

  .top_title {
    line-height: 1.5;
  }

  .top_fv_content_wrapper_video_sp {
    margin-bottom: 2rem;
  }

  .a-interview_card_item-copy {
    min-height: auto;
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .a-interview_card_item-copy.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .a-interview_card_item-copy.flex-reverce {
    grid-row-gap: .0625rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .vimdeo-player-overlay-3 {
    display: block;
  }

  .event_5col_item-2 {
    min-height: auto;
    grid-row-gap: 0rem;
    border-top: 1px solid #000;
    border-right: 1px solid #9d9d9d;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_5col_item-2.border-bottom-none.border-bottom-none-sp {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
  }

  .event_5col_item-2.boder-bottom-tab {
    border-bottom-style: solid;
  }

  .event_5col_compornent-2.border-bottom-black, .event_5col_compornent-whats-on-2.border-bottom-black, .event_5col_compornent-wo-2.border-bottom-black {
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event_3col_compornent_artists {
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent_artists.border-bottom-black {
    grid-row-gap: .0625rem;
    background-color: var(--white);
    grid-template-columns: 1fr 1fr;
  }

  .event_3col_compornent_artists.border-bottom-black.lab-index-top {
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .event_3col_compornent_artists.border-bottom-black.lab-index-top.mb-lab-top-3col {
    display: block;
  }

  .event_3col_compornent_artists.border-bottom-black.lab-index-top.mb-lab-top-3col.mb-top-left-right-border {
    border-style: solid solid none;
  }

  .event_3col_compornent_artists.border-bottom-black.mb-lab-projects-index {
    display: block;
  }

  .event_3col_compornent_artists.border-bottom-black.mb-lab-projects-index.mb-top-left-right-border {
    border-bottom-style: none;
  }

  .event_1col_component_line_top-copy {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_1col_component_line_top-copy.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .event_1col_component_line_top {
    min-height: auto;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .event_1col_component_line_top.border-bottom-black {
    grid-row-gap: 0rem;
  }

  .button_e-gallery_2col-diniig.mobile-on {
    padding-bottom: 2rem;
  }

  .vimdeo-player-overlay-4 {
    display: block;
  }

  .fv_background_wrapper-sp {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    display: block;
  }

  .fv_background_wrapper-sp.about-lab-kv.about-lab-top {
    min-height: auto;
    background-color: #000;
  }

  .fv_background_wrapper-sp.top-kv {
    padding-top: 0%;
  }

  .event1_item {
    grid-column-gap: 2rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .emergency_item_header, .emergency_item {
    grid-column-gap: 2rem;
  }

  .emergency_padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .emergency_padding-global {
    width: auto;
    max-width: 98%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_emergency_alert_box {
    width: 100%;
    max-width: none;
  }

  .emergency_heading-style-h5 {
    font-size: 18px;
  }

  .dining-menu-wrapper.padding-bottom20 {
    border-left-style: none;
    border-right-style: solid;
  }

  .facility_popuup_component-2, .access_floor_map_popuup_component {
    display: none;
  }

  .access_floor_map_popuup_wrapper {
    width: auto;
    max-width: 100%;
  }

  .access_flor_map__popuup_content.one-col {
    display: block;
  }

  .access_floor_map_popuup_component_46f, .access_floor_map_popuup_component_45f, .access_floor_map_popuup_component_8f {
    display: none;
  }

  .section_h2_wrapper-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_h2_wrapper-8.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .facility_popuup_component2, .facility_popuup_component2-copy {
    display: none;
  }

  .comingsoon_event {
    padding-top: .5625rem;
    padding-bottom: .25rem;
  }

  .comingsoon_event.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .page-wrapper.sp-mb-100 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .button_common {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .button_common.is-sp-show {
    display: block;
  }

  .cooperate_compornent {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .event_1col_component {
    grid-row-gap: 0rem;
  }

  .cta15_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .padding-global-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon.e-garally_live_icon {
    width: .625rem;
    height: .625rem;
  }

  .header9_component {
    height: auto;
    max-height: none;
  }

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .top_fv_content-left, .top_fv_content-right {
    width: 100%;
  }

  .fv_background_image {
    height: 86svh;
    max-height: 35.625rem;
  }

  .fv_background_image.fv_restaurant_image.mb-square {
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fv_background_wrapper.mb-square-wrapper {
    padding-top: 100%;
  }

  .fv_background_wrapper.about-lab-kv {
    width: 100%;
    height: 100%;
    min-height: auto;
    background-color: #000;
    padding-top: 100%;
  }

  .button_regular_wrapper {
    padding: 2rem 1.25rem 4rem;
  }

  .button_regular_wrapper.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button_regular_wrapper.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .button_regular_wrapper.sp-h-4 {
    padding-top: 4rem;
  }

  .padding-section-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none.margin-section-bottom.border-side-black {
    margin-bottom: 0;
  }

  .padding-section-none.margin-section-bottom.border-side-black.hidden-box {
    display: none;
  }

  .padding-section-none.margin-section-bottom-x.border-side-black, .padding-section-none.margin-section-bottom-cafe.border-side-black, .padding-section-none.margin-section-bottom-xxx.border-side-black, .padding-section-none.margin-section-bottom-xxxx.border-side-black, .padding-section-none.margin-section-bottom-hall.border-side-black, .padding-section-none.margin-section-bottom-spl.border-side-black, .padding-section-none.margin-section-bottomsgpl.border-side-black, .padding-section-none.margin-section-bottom-di.border-side-black, .padding-section-none.margin-section-bottom-cc.border-side-black, .padding-section-none.margin-section-bottom.border-side-black, .padding-section-none.margin-section-bottom.border-side-black, .padding-section-none.margin-section-bottom.border-side-black {
    margin-bottom: 0;
  }

  .section_h2_wrapper {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper.is-sub-title.border-bottom-none {
    padding-bottom: .75rem;
  }

  .section_h2_wrapper.is-sub-title.border-bottom-none.sp-bottom-on {
    border-bottom-style: solid;
  }

  .section_h2_wrapper.lottie-box {
    padding-bottom: .875rem;
  }

  .event_1col_info_pc {
    display: none;
  }

  .event_1col_info_data {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: .875rem 2.125rem;
  }

  .event_detail_title {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  .event_detail_title.related-articles-title-sp {
    font-size: 1.475rem;
  }

  .event_1col_detail {
    grid-row-gap: 0rem;
    padding: 1.875rem 1.25rem 4.0625rem;
  }

  .event_tags {
    margin-top: 1rem;
  }

  .icon_svg {
    justify-content: center;
    align-items: center;
  }

  .event_condition {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .event_detail_sub-title {
    font-size: .8125rem;
  }

  .event_tags_wrapper.top_event_tags_wrapper {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .event_tags_wrapper.top_event_tags_wrapper.mb-2, .event_tag.event_tag_grey.mb-2 {
    margin-bottom: 0;
  }

  .event_detail_txt {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
  }

  .icon_svg_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon_svg_wrapper.e-garally_live_icon {
    width: .625rem;
    height: .625rem;
  }

  .event_detail_titles_wrapper {
    grid-row-gap: 0rem;
  }

  .event_detail_titles_wrapper.top_event_detail_titles_wrapper {
    margin-bottom: 0;
  }

  .event_1col_info_item_wrapper {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }

  .event_5col_item {
    grid-row-gap: 0rem;
    border-top-style: none;
    border-bottom-style: solid;
  }

  .event_5col_item.tb-hide {
    display: none;
  }

  .event_5col_item.tb-hide.sp-show, .event_5col_item.tb-hide.mb-show {
    display: block;
  }

  .event_5col_item.pc-mb-hide {
    display: none;
  }

  .event_5col_item.pc-mb-show, .event_5col_item.pc-mb-show.sp-show, .event_5col_item.pc-mb-show.mb-show, .event_5col_item.tb-mb-show, .event_5col_item.tb-mb-show.sp-show, .event_5col_item.tb-mb-show.mb-show, .event_5col_item.tb-mb-show-copy, .event_5col_item.tb-mb-show-copy.sp-show, .event_5col_item.tb-mb-show-copy.mb-show {
    display: block;
  }

  .event_5col_item.tb-show {
    display: none;
  }

  .event_5col_item.sp-show, .event_5col_item.tb-show, .event_5col_item.tb-show.sp-show, .event_5col_item.tb-show.mb-show, .event_5col_item.pc-show, .event_5col_item.pc-show.sp-show, .event_5col_item.pc-show.mb-show, .event_5col_item.tb-hode {
    display: block;
  }

  .event_5col_item.sp-hide, .event_5col_item.sp-hide.mb-show {
    display: none;
  }

  .event_5col_item.border-bottom, .event_5col_item.border-bottom.border-bottom-none.sp-bottom-border, .event_5col_item.border-bottom-on.mb-border-bottom-non {
    border-bottom-style: solid;
  }

  .event_5col_item.border-bottom-on.mb-border-bottom-non.sp-right-border-non {
    border-right-style: none;
  }

  .event_5col_item.bottom-border {
    border-bottom-style: solid;
  }

  .event_5col_item.bottom-border.sp-bottom-border-off, .event_5col_item.r-border-none.mb-right-border.sp-bottom-border-none, .event_5col_item.border-top-none.sp-bottom-border-none {
    border-bottom-style: none;
  }

  .event_5col_item.sp-border-top-none {
    border-top-style: none;
  }

  .event_5col_item.sp-border-bottom-non {
    border-bottom-style: none;
  }

  .event_5col_item.sp-left-border-on {
    border-left-style: solid;
  }

  .event_5col_item.sp-left-border-on.sp-border-top-on {
    border-top-style: solid;
    border-top-color: #9d9d9d;
    border-left-color: var(--dark-grey);
  }

  .event_5col_item.mp-border-on.mb-border-bottom-none {
    border-bottom-style: none;
  }

  .event_5col_item.mp-border-on.md-tb-border-none.boder-sp {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
  }

  .event_5col_item.mb-border-bottom-none, .event_5col_item.border-bottom-none, .event_5col_item.sp-top-border-none.sp-bottom-border-none {
    border-bottom-style: none;
  }

  .event_5col_item.sp-top-border-none.sp-bottom-border-none.boder-sp {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
  }

  .event_5col_item.mb-border-bottom, .event_5col_item.sp-border-bottom-none, .event_5col_item.sp-border-bottom, .event_5col_item.sp-bottom-border-off, .event_5col_item.sp-bottom-border-none, .event_5col_item.border_boottm_middle.border-bottom_none, .event_5col_item.border_bottom_none.border-mobile-none, .event_5col_item.border-none, .event_5col_item.boder-sp-none {
    border-bottom-style: none;
  }

  .top-news_detail {
    grid-row-gap: .875rem;
    padding: .9375rem .75rem 1.25rem;
  }

  .event_5col_compornent.border-bottom-black, .event_5col_compornent.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .event_category {
    font-size: .6875rem;
  }

  .event_5col_info {
    grid-template-columns: 80% 16%;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: .75rem;
    padding-right: 0;
  }

  .top-news_info_item_wrapper {
    padding-top: .5625rem;
    padding-bottom: 1.125rem;
  }

  .event_5col_info_data {
    padding-left: 0;
    padding-right: 0;
  }

  .facility_2col-2_internal.border-black-top-left.mb-boorder-none {
    border-top-style: solid;
    border-top-width: 0;
    border-left-style: solid;
    border-left-width: 0;
  }

  .facility_2col-2_internal.mb-hide {
    display: none;
  }

  .event_info_depertoment {
    font-size: .75rem;
  }

  .top-news_item-_none {
    grid-row-gap: 3rem;
  }

  .margin-section-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-flexble-wrapper {
    display: block;
  }

  .image-flexble-wrapper.mb-square-wrapper {
    padding-top: 100%;
    display: block;
    position: relative;
  }

  .image-flexble-wrapper.mb-widescreen-wrapper {
    padding-top: 56.25%;
    position: relative;
  }

  .facility_2col-1_content {
    flex-direction: column;
  }

  .facility_2col-1_detail {
    grid-row-gap: 1rem;
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .facility_2col-1_detail_title {
    line-height: 1.4;
  }

  .facility_2col-1_component {
    grid-row-gap: 3rem;
  }

  .facility_2col-1_button {
    width: 100%;
    padding-bottom: 4.6875rem;
  }

  .access_2col_content {
    grid-row-gap: .0625rem;
  }

  .top-access-floor_image-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .top-access-floor_image {
    max-width: 81%;
  }

  .section_h3_wrapper {
    padding-top: .6875rem;
    padding-bottom: .5rem;
  }

  .top-access-map_image_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-access-map_image {
    max-width: none;
  }

  .google-map_wrapper {
    grid-column-gap: .125rem;
    padding: .375rem .375rem .4375rem;
  }

  .top-access_button {
    width: 100%;
    position: static;
  }

  .event_condition_wrapper {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .event_condition_wrapper.top_event_condition_wrapper, .event_condition_wrapper.top_event_condition_wrapper-end {
    margin-bottom: .9375rem;
  }

  .event_5col_detail_title {
    font-size: .875rem;
    line-height: 1.5;
  }

  .image-flexible.mb-square, .image-flexible.mb-widescreen {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .facility_2col-1_internal.border-black-top-left, .top-access_internal, .top-access_internal.border-black-top-left {
    display: none;
  }

  .button_large_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_sub-title {
    margin-top: 5px;
  }

  .section_sub-title.event_1col-2_title.margin-medium.text-link.text_s {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .button_midium_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button_midium_wrapper.mobile-contact-tb-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button_midium_wrapper.border-top-sp {
    border-top: 1px solid #000;
  }

  .button_midium_wrapper.border-top-sp.border-bottom-mb {
    border-bottom: 1px solid #000;
  }

  .facility_2col-2_component {
    grid-row-gap: 3rem;
  }

  .event_3col_compornent, .event_3col_compornent.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .event_3col_compornent.border-bottom-black.tb-show {
    display: none;
  }

  .event_3col_compornent.border-top-bottom-black {
    grid-template-columns: 1fr;
  }

  .event_3col_item {
    grid-row-gap: 0rem;
  }

  .event_3col_item.tb-show, .event_3col_info {
    display: none;
  }

  .image-widescreen-wrapper.mb-square-wrapper {
    padding-top: 100%;
  }

  .event_3col_detail {
    grid-template-rows: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .facility_2col-2_content {
    grid-row-gap: 2.5rem;
    grid-template-columns: 100%;
  }

  .facility_2col-2_content.hidenn-xl {
    display: block;
  }

  .facility_2col-2_content_item.border-right-grey.sp-border-right-none {
    border-right-style: none;
  }

  .event_1col_info_data_place {
    margin-bottom: .25rem;
  }

  .button_icon {
    width: 100%;
  }

  .cooperate_image {
    max-height: 3rem;
  }

  .cooperate_images_wrapper {
    padding-top: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .access_1col_content {
    grid-row-gap: 3rem;
  }

  .facility_3col_compornent.border-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .facility_3col_item {
    grid-row-gap: 0rem;
  }

  .facility_3col_item.tb-show, .facility_3col_item.mb-hide {
    display: none;
  }

  .facility_3col_item.relative-sec {
    position: relative;
  }

  .facility_3col_content {
    flex-direction: column;
  }

  .facility_3col_detail {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .facility_detail_txt.fixd-guidance {
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 5px;
    left: 20px;
  }

  .facility_detail_txt.fixd-guidance.pc {
    display: block;
  }

  .facility_detail_txt.fixd-guidance.sp {
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.4;
    bottom: 25px;
  }

  .padding-section-rarge {
    padding-left: 0;
    padding-right: 0;
  }

  .event_1col-2_content_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_1col-2_button {
    width: 100%;
    height: auto;
    align-self: auto;
    margin-bottom: 4.6875rem;
  }

  .event_1col-2_internal.border-black-top-left.mb-hide {
    display: none;
  }

  .event_1col-2_wrapper {
    grid-row-gap: 0rem;
  }

  .search_result_header_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .filters3_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .filters3_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters3_modal-content-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .search_filter_item_list {
    width: 100%;
  }

  .search_filter_item_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button_tiny_wrapper.border-top-grey {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_checkbox {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .search_button_switch_wrapper {
    border: 1px solid #000;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .search_button_switch.border-right-black {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .search_button_switch.border-right-black.mb-boorder-none {
    border-left-style: none;
    border-left-width: 0;
  }

  .top_fv_content_wrapper {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
  }

  .lab_fv_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .lab_fv_content-left, .lab_fv_content-right {
    width: 100%;
  }

  .about_content_wrapper {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .about_fv_content-right, .about_fv_content-left {
    width: 100%;
  }

  .lab-event_header_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lab-event_header_item-left, .lab-event_header_item-right {
    width: 100%;
  }

  .lab-project_header_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .vstadio_fv_content-left, .vstadio_fv_content-right {
    width: 100%;
  }

  .about_tab_wrapper {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }

  .about_tab_caution {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_2col_component {
    grid-row-gap: 3rem;
  }

  .about_2col_detail {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_3col_compornent.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .about_3col_item {
    grid-row-gap: 0rem;
  }

  .about_tab_icon {
    right: 2.5%;
  }

  .fv_background_2col_wrapper.border-bottom-black {
    max-height: none;
    flex-direction: column-reverse;
    display: flex;
  }

  .fv_background_2col_image {
    width: 100%;
  }

  .fv_background_2col_image.fv_background_2col_logo {
    height: 23vh;
    max-height: 11.875rem;
    object-fit: cover;
  }

  .fv_background_2col_image.fv_background_2col_photo {
    height: auto;
    max-height: none;
  }

  .fv_background_2col_image.is-logo {
    height: 33.3%;
  }

  .fv_background_2col_image.is-photo {
    height: 66.6%;
  }

  .cafe_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
  }

  .cafe_fv_content-left, .cafe_fv_content-right {
    width: 100%;
  }

  .facility_1col-1_wrapper {
    display: block;
  }

  .fv_background_small_image.about-lab-kv {
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fv_background_small_image.about-lab-kv.about-lab-top {
    top: 0;
    left: 0;
  }

  .fv_background_small_image.about-vv-kv {
    object-position: 51% 50%;
  }

  .fv_background_small_image.about-vv-kv.tnh-kv, .fv_background_small_image.about-vv-kv-pc.tnh-kv, .fv_background_small_image.about-vv-kv-mobile.tnh-kv, .fv_background_small_image.about-rc-kv-pc.tnh-kv {
    height: 100%;
  }

  .gallery_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
  }

  .gallery_fv_content-left, .gallery_fv_content-right {
    width: 100%;
  }

  .sky_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .sky_fv_content-left, .sky_fv_content-right {
    width: 100%;
  }

  .restaurant_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .restaurant_fv_content-left, .restaurant_fv_content-right {
    width: 100%;
  }

  .facility_2col-3_detail {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .facility_2col-3_thumbnail.right-border-none {
    border-right-style: none;
  }

  .facility_2col-3_thumbnail_kei.mobile {
    border-style: solid none;
  }

  .facility_2col-3_component {
    grid-row-gap: 0rem;
    align-content: stretch;
  }

  .facility_1col_info_item-copy {
    flex-wrap: wrap;
  }

  .facility_1col_wrapper-copy {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .vstadio_content_wrapper {
    grid-row-gap: 2.5px;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .hall_content_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .hall_fv_content-left, .hall_fv_content-right, .button {
    width: 100%;
  }

  .button.is-mb, .button.mb-show, .button.display-none {
    display: block;
  }

  .button.display-none.d-none {
    display: none;
  }

  .button.border-bottom-black.border-mobile-none {
    border-bottom-style: none;
  }

  .button.border-bottom-black.border-mobile-none.border-mobile-top {
    border-top: 1px solid #000;
  }

  .button.boder-bottom-mb {
    border-bottom: 1px solid #000;
  }

  .heading-style-h5-copy {
    font-size: .875rem;
  }

  .facility_2col-3_button {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 4.6875rem;
  }

  .facility_2col-3_button.display-none, .facility_2col-3_external.border-black-top-left.mb-hide {
    display: none;
  }

  .nav_language_text.is-jp.is-selected, .nav_language_text.is-en {
    font-weight: 400;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .facility_2col-3_internal.border-black-top-left.mb-border-none {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: none;
    border-left-width: 0;
  }

  .facility_2col-3_internal.border-black-top-left.mb-hide {
    display: none;
  }

  .facility_2col-3_content {
    flex-direction: column;
  }

  .facility_popuup_component {
    display: none;
  }

  .facility_popuup_detail {
    display: block;
  }

  .footer_logo_wrapper {
    padding: 4.5625rem .3125rem 3.375rem;
  }

  .footer_sns_wrapper {
    grid-column-gap: 1.4375rem;
    align-items: center;
    margin-bottom: 1.375rem;
  }

  .footer_links_wrapper {
    grid-row-gap: 2.75rem;
    flex-direction: column;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .footer_company_wrapper {
    grid-column-gap: 2.8125rem;
    justify-content: center;
    align-items: center;
  }

  .footer_sns {
    align-items: stretch;
  }

  .footer_content_wrapper {
    grid-row-gap: 0rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_copy_wrapper {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .nav_button.w--open {
    z-index: 0;
  }

  .nub_button_icon {
    top: 50%;
    transform: translate(0, -50%);
  }

  .nav_mb_logo_image {
    max-width: 9.9375rem;
  }

  .nav_mb_logo {
    position: relative;
  }

  .footer_links_left {
    grid-row-gap: 1.125rem;
  }

  .footer_language {
    grid-column-gap: .1875rem;
    justify-content: flex-start;
    display: flex;
  }

  .top-access_adress_warapper {
    max-width: none;
    grid-column-gap: .625rem;
    justify-content: space-between;
    padding: 1.5625rem 1.125rem;
  }

  .event_1col_info_mb {
    width: 100%;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-bottom: 4.375rem;
    display: flex;
  }

  .button_ticket {
    width: 100%;
    border: 1px solid var(--black);
    padding: .25rem;
  }

  .button_e-gallery1_wrapper {
    border: 1px solid var(--black);
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button_ticket_text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .button_ticket_icon {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_ticket_icon.border-right-black {
    border-left: 1px solid var(--black);
  }

  .button_sp_wrapper {
    padding: 0 1.25rem;
  }

  .button_sp_wrapper.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button_sp_wrapper.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .button_wrapper_mb {
    width: 100%;
    padding: 0 1.25rem;
    display: block;
  }

  .paragraph-4 {
    font-size: .75rem;
  }

  .nav_menu_button.w--open {
    z-index: 0;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: translate(0, -50%);
  }

  .nub_menu_button_top {
    top: 41%;
    transform: rotate(45deg);
  }

  .nub_menu_button_bottom {
    bottom: 50%;
    transform: rotate(-45deg);
  }

  .nub_menu_button_icon {
    top: 0%;
    transform: none;
  }

  .event_3col_internal.border-black-top-left.mb-boorder-none {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: none;
    border-left-width: 0;
  }

  .fv_background_2col_logo {
    width: 100%;
    object-fit: cover;
  }

  .fv_background_2col_photo {
    width: 100%;
  }

  .news-article_content_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .e-gallery_fv_component {
    grid-row-gap: 0rem;
  }

  .e-gallery_fv_left_item {
    display: block;
  }

  .e-gallery_fv_left_item.sp-bottom-border-none {
    border-top-style: none;
  }

  .e-gallery_fv_content {
    grid-template-columns: 1fr;
  }

  .e-gallery_fv_content.border-bottom-black {
    grid-row-gap: 0rem;
    border-bottom-style: none;
    align-items: stretch;
  }

  .e-gallery_fv_left_wrapper {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .e-gallery_3col_box {
    padding: 0 .875rem 1.375rem 1rem;
  }

  .e-gallery_3col_content {
    grid-row-gap: 0rem;
  }

  .e-gallery_3col_item {
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 32% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .e-gallery_3col_item.tb-show, .e-gallery_3col_item.mb-hide {
    display: none;
  }

  .e-gallery_3col_text {
    font-size: .6875rem;
    line-height: 1.6;
  }

  .e-gallery_2col_detail_content, .facility_2col-2_content-copy-copy {
    grid-row-gap: 2.5rem;
    grid-template-columns: 100%;
  }

  .button_sns_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col-2_wrapper {
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .e-gallery_2col-2_wrapper.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .button_e-gallery_2col {
    grid-row-gap: 1.40625rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
    display: none;
  }

  .button_e-gallery_2col.mobile-on {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 1.40625rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button_e-gallery_2col.mobile-on.top-border {
    border-top: 1px solid #000;
    grid-template-rows: auto;
  }

  .button_e-gallery_2col.mobile-on.top-border.one-btn {
    display: block;
  }

  .button_e-gallery_2col.mobile-on.top-border.border-bottom.one {
    align-items: center;
    display: flex;
  }

  .button_e-gallery_2col.mobile-on.top-border.border-bottom.one.bottom-non-sen {
    border-bottom-style: none;
  }

  .button_e-gallery_2col.mobile-on.one-btn {
    display: block;
  }

  .button_e-gallery_2col.mobile-on.border-bottom-black.border-mb-top {
    border: 1px #000;
    border-top-style: solid;
  }

  .button_e-gallery1 {
    width: 100%;
    max-width: none;
    border: 1px solid var(--black);
    padding: .25rem;
  }

  .e-gallery_anchor_pc {
    display: none;
  }

  .e-gallery_anchor_pc.e-gallery_anchor_all {
    display: block;
  }

  .e-gallery_anchor_pc.e-gallery_anchor_all.sp-none {
    display: none;
  }

  .e-gallery_anchor_wrapper {
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .e-gallery_anchor_wrapper.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_anchor_wrapper.border-bottom.top-border {
    border-top: 1px solid #000;
  }

  .button_e-gallery2 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button_e-gallery2_text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .button_e-gallery2_icon {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_e-gallery2_icon.border-right-black {
    border-left: 1px solid var(--black);
  }

  .e-gallery_fv_right_top_wrapper {
    grid-row-gap: 0rem;
    padding: 1.875rem 1.25rem;
    display: flex;
  }

  .e-gallery_fv_right {
    display: block;
  }

  .button_ticket_text-copy, .button_e-gallery1_text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .button_e-gallery1_icon {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_e-gallery1_icon.border-right-black {
    border-left: 1px solid var(--black);
  }

  .e-gallery_2col_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .e-gallery_2col_wrapper {
    grid-row-gap: .0625rem;
  }

  .e-gallery_3col_title {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: .875rem;
  }

  .e-gallery_3col_wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .e-gallery_3col_wrapper.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .e-gallery_3col_wrapper.border-bottom-black.tb-show {
    display: none;
  }

  .e-gallery_3col_wrapper.border-top-bottom-black {
    grid-template-columns: 1fr;
  }

  .e-gallery_3col_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .e-gallery_2col_detail_content_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col-2_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .e-gallery_2col_goods_copyright_text {
    font-size: .856rem;
  }

  .e-galley_1col-2_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-sns {
    width: 100%;
  }

  .button-sns.is-mb {
    display: block;
  }

  .button_sns_box_wrapper {
    grid-column-gap: 1.4375rem;
    margin-bottom: 1.375rem;
  }

  .button_e-gallery2_wrapper {
    border: 1px solid var(--black);
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .e-garally_live_wrapper {
    grid-row-gap: 3rem;
  }

  .e-garally_live_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .e-garally_live_thombnail {
    width: 32%;
  }

  .facility_2col-2_content-copy, .facility_2col-2_content-copy-copy {
    grid-row-gap: 2.5rem;
    grid-template-columns: 100%;
  }

  .e-garally_live_left {
    grid-column-gap: 1rem;
    padding: 0;
  }

  .e-garally_live_box {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .e-garally_live_right {
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .e-garally_live_link {
    width: 1.875rem;
    height: 1.875rem;
  }

  .e-garally_live_link.border-black-top-left.mb-boorder-none {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: none;
    border-left-width: 0;
  }

  .e-garally_live_link.mb-hide {
    display: none;
  }

  .e-garally_live_link.border-llink-live {
    border-left: 1px solid var(--dark-grey);
    border-top-style: solid;
  }

  .e-garally_live_link.border-llink-live.mb-boorder-none {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: none;
    border-left-width: 0;
  }

  .event_1col-1_info_pc {
    display: none;
  }

  .event_1col-2_content_wrapper-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dammy1 {
    width: 100%;
    height: 100svh;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .l-project_company_component_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .l-project_company_logo_wrapper {
    padding-top: 1rem;
  }

  .l-project_company_logo_wrapper.two-col {
    grid-column-gap: .5rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .video_content_wrapper {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .event_detail_title-copy {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  .e-gallery_1col_right_top_wrapper-copy {
    grid-row-gap: 0rem;
    padding: 1.875rem 1.25rem 4.0625rem;
  }

  .e-gallery_fv_right_bottom_box {
    padding: .875rem 1.25rem;
  }

  .e-gallery_fv_right_bottom_box.sp-hide {
    display: none;
  }

  .e-gallery_1col_right_bottom_item {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }

  .info_tags_wrapper.top_event_tags_wrapper {
    margin-top: 1.875rem;
  }

  .e-gallery_anchor_mb {
    display: block;
  }

  .e-gallery_anchor_mb.sp-footer-fixed {
    z-index: 999;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-top: 1px solid #000;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .e-gallery_anchor_mb_menu {
    width: 100%;
    border: 1px solid #000;
  }

  .e-gallery_anchor_mb_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .e-gallery_anchor_mb_wrapper.mt-mb-0 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .e-gallery_anchor_mb_menu_toggle {
    width: 100%;
  }

  .e-gallery_anchor_mb_menu_toggle.w--open {
    padding: 1.25rem 1.4375rem 1.25rem .9375rem;
  }

  .text-block-10, .e-gallery_anchor_mb_menu_text {
    font-family: Tokyonode, sans-serif;
    font-weight: 400;
    line-height: 1.2;
  }

  .e-gallery_anchor_mb_menu_list {
    display: none;
    position: relative;
  }

  .e-gallery_anchor_mb_menu_list.w--open {
    grid-row-gap: .0625rem;
    border-top: 1px solid var(--black);
    background-color: var(--black);
    flex-direction: column;
    display: flex;
  }

  .e-gallery_anchor_mb_menu_litem {
    background-color: var(--white);
    padding: 1.25rem 1.4375rem 1.25rem .9375rem;
  }

  .e-gallery_2col_item {
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .e-gallery_2col-1_wrapper {
    grid-row-gap: .0625rem;
  }

  .e-gallery_2col-1_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .video_wrapper.mb-square-wrapper {
    padding-top: 100%;
  }

  .a-interview_fv_content {
    grid-template-columns: 1fr;
  }

  .a-interview_fv_content.border-bottom-black {
    grid-row-gap: .0625rem;
  }

  .a-interview_fv_bottom {
    grid-template-columns: 1fr;
  }

  .a-interview_fv_bottom_left {
    grid-template-rows: 1fr 1fr;
    align-content: stretch;
    justify-content: stretch;
  }

  .a-interview_fv_bottom_left.bg-white {
    grid-template-rows: 1fr;
  }

  .a-interview_fv_component {
    grid-row-gap: 0rem;
  }

  .a-interview_fv_top {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .a-interview_fv_top_wrapper {
    padding-top: .5rem;
    display: block;
  }

  .a-interview_fv_bottom_item {
    padding: .875rem 1.25rem;
  }

  .a-interview_fv_bottom_right_item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .a-interview_fv_title {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  .a-interview_card_item {
    grid-row-gap: .0625rem;
  }

  .a-interview_card_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_card_component, .a-interview_c1_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .a-interview_c1_component_wrapper {
    grid-row-gap: .0625rem;
  }

  .a-interview_c1_top_left {
    display: block;
  }

  .a-interview_c1_top_left.display-none {
    display: none;
  }

  .a-interview_c1_top_right.border-top_bottom {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_top {
    grid-template-columns: 1fr;
  }

  .a-interview_c1_top_right_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_c1_top_right_wrapper.sp-border-b {
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_top_right_wrapper.left-same-h.border-top-on {
    border-top: 1px solid #000;
  }

  .a-interview_c1_top_right_wrapper.left-same-h.border-bottom-mb {
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_top_left_wrapper {
    padding: 2.1875rem 1.25rem .5rem;
  }

  .a-interview_c1_top_left_wrapper.sp {
    display: none;
  }

  .a-interview_c1_top_left_wrapper.sp.sp-title-show {
    display: block;
  }

  .a-interview_c1_top_left_wrapper.so-tb {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_top_left_wrapper.so-tb.sp-border-top-none {
    border-top-style: none;
  }

  .a-interview_c1_top_left_wrapper.so-tb.sp-border-top-none.sp-border-bottom-none {
    border-bottom-style: none;
  }

  .a-interview_c1_top_left_wrapper.border-top-on {
    border-top: 1px solid #000;
  }

  .a-interview_c1_top_left_wrapper.display-none {
    display: none;
  }

  .a-interview_c1_bottom_box {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 2rem;
  }

  .a-interview_c1_bottom_box.border-top-on {
    border-top: 1px solid #000;
  }

  .a-interview_c1_bottom.sp-bottom {
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_2col_wrapper {
    grid-row-gap: .0625rem;
  }

  .a-interview_c1_2col_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .a-interview_c1_2col_item {
    grid-column-gap: .0625rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .a-interview_c1_2col_thumbnail {
    display: block;
  }

  .a-interview_c1_2col_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_c2_2col_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .a-interview_c2_2col_wrapper {
    grid-row-gap: .0625rem;
  }

  .content_empty {
    display: block;
  }

  .a-interview_c2_2col_right_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_image1_compornent {
    margin-top: 2rem;
  }

  .access_map {
    position: relative;
  }

  .a-interview_image1_content_wrapper {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .a-interview_image2_compornent_wrapper {
    grid-template-columns: 1fr;
  }

  .video_dammy_wrapper {
    height: 100svh;
  }

  .a-interview_slider_item {
    width: 100%;
  }

  .a-interview_slider_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-project_fv_bottom_left {
    display: block;
  }

  .a-interview_fv_bottom_item-copy {
    padding: .875rem 1.25rem;
  }

  .l-project_fv_bottom_right_item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-project_c1_2col_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .l-project_fv_bottom_left_item {
    padding: .875rem 1.25rem;
  }

  .l-project_company_logo_image {
    max-height: 3rem;
  }

  .access_map_content_wrapper {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
    padding: 2.1875rem 1.25rem 3.75rem;
  }

  .nav_mb_menu_list_item_2_wrapper {
    width: 92%;
  }

  .nav_logo {
    padding-left: 0;
  }

  .nav_mb_menu_list {
    font-size: 14px;
  }

  .nav_logo_wrapper {
    padding-left: 0;
  }

  .nav_mb_menu_list_item_3_wrapper {
    width: 92%;
  }

  .access_info_wrapper {
    font-size: 14px;
  }

  .access_info_dt_title {
    margin-right: 2rem;
    padding-right: 0;
  }

  .access_info_dt_wrapper, .access_info_dd_wrapper {
    width: 100%;
  }

  .e-galley_1col-2_wrapper-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .access_info_dd_list_item {
    width: 100%;
    flex-direction: column;
  }

  .access_info_dd_list_item_dt, .access_info_dd_list_item_dd, .access_info_dd_2col_wrapper {
    width: 100%;
  }

  .access_info_dd_2col_wrapper.border-top.ex {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .access_info_dd_wrapper_wide {
    width: 92%;
  }

  .nub_menu_button_top-2 {
    top: 41%;
    transform: rotate(45deg);
  }

  .nub_menu_button_bottom-2 {
    bottom: 50%;
    transform: rotate(-45deg);
  }

  .a-interview_fv_top_wrapper-2 {
    display: block;
  }

  .event_1col-1_info_pc-2 {
    display: none;
  }

  .e-gallery_fv_left_item-2 {
    display: block;
  }

  .e-gallery_fv_left_item-2.sp-bottom-border-none {
    border-top-style: none;
  }

  .event_1col_info_item_wrapper-3 {
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
  }

  .event_1col_info_mb-3 {
    width: 100%;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-bottom: 4.375rem;
    display: flex;
  }

  .use_content_wrapper {
    display: block;
  }

  .use_title.is-h2 {
    margin-bottom: .5rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .event_condition_wrapper-end {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .event_condition_wrapper-end.top_event_condition_wrapper {
    margin-bottom: .9375rem;
  }

  .event_condition-end {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .event_condition_wrapper-end-2 {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .event_condition_wrapper-end-2.top_event_condition_wrapper, .event_condition_wrapper-end-2.top_event_condition_wrapper-end {
    margin-bottom: .9375rem;
  }

  .event_condition-end-2 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .a-interview_card_content_wrapper-h-100 {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .link-block {
    text-decoration: none;
  }

  .image-widescreen-wrapper-square.mb-square-wrapper {
    padding-top: 100%;
  }

  .facility_2col-1_detail-top {
    max-width: none;
    grid-row-gap: 1rem;
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .button_midium_wrapper-vv-contact {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-widescreen-wrapper-2-1.mb-square-wrapper {
    padding-top: 100%;
  }

  .image-widescreen-wrapper-2-1.mb-square-wrappe-2-1 {
    width: auto;
    padding-top: 56.25%;
  }

  .image-widescreen-2-1 {
    position: absolute;
  }

  .icon_svg_wrapper-mini {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon_svg_wrapper-mini.e-garally_live_icon {
    width: .625rem;
    height: .625rem;
  }

  .headingh4-p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .padding-section-large-shops-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .shops-info_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .shops-logo-image {
    text-align: left;
    border: 1px solid #9d9d9d;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-wrapper-1-1 {
    text-align: center;
    border-style: none;
    padding-top: 0%;
  }

  .gallery15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-gallery {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-ex {
    font-size: 1rem;
  }

  .text-block-shops-details-tag {
    font-size: .775rem;
  }

  .shops-details_item, .shops-details_item_last {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: .35fr 1fr;
    padding-top: 1.25rem;
    padding-bottom: .5rem;
  }

  .button_pdf-menu {
    margin-top: 4rem;
  }

  .cafe_content_wrapper-2 {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
  }

  .section_h2_wrapper-2 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .about_2col_detail-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_2col_component-2 {
    grid-row-gap: 3rem;
  }

  .dining_fv_component-copy {
    grid-row-gap: 0rem;
  }

  .section_h2_wrapper-news {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-news.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-news.border-top.lottie-box {
    padding-bottom: .675rem;
  }

  .section_h2_wrapper-news-year {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-news-year.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news_content-wrapper {
    grid-row-gap: .0625rem;
  }

  .news-1col-1_wrapper {
    display: block;
  }

  .news-details_item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .25fr 1fr;
    padding-top: 1.25rem;
    padding-bottom: .5rem;
  }

  .news-details_item_last {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-columns: auto 1fr;
    padding-top: 1.25rem;
    padding-bottom: .5rem;
  }

  .news_details_link {
    max-width: none;
  }

  .news-year_wrapper {
    display: block;
  }

  .news-1col-1_wrapper-year {
    display: flex;
  }

  .section_h2_wrapper-about-top-lab {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-about-top-lab.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-none-about-top-lab {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-about-top-lab.margin-section-bottom.border-side-black, .padding-section-none-about-top-lab.margin-section-bottom-about-top-lab.border-side-black, .padding-section-none-about-top-lab.margin-section-bottom-about-top-lab.border-side-black-about-top-lab {
    margin-bottom: 0;
  }

  .icon_svg-copy {
    justify-content: center;
    align-items: center;
  }

  .facility_2col-2_internal-lab-about.border-black-top-left.mb-boorder-none {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: none;
    border-left-width: 0;
  }

  .facility_2col-2_internal-lab-about.mb-hide {
    display: none;
  }

  .padding-section-none-swiper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-swiper.margin-section-bottom.border-side-black, .padding-section-none-swiper.margin-section-bottom-x.border-side-black, .padding-section-none-swiper.margin-section-bottom-x.border-side-black, .padding-section-none-swiper.margin-section-bottom-x.border-side-black {
    margin-bottom: 0;
  }

  .padding-section-none-xxx {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-xxx.margin-section-bottom.border-side-black, .padding-section-none-xxx.margin-section-bottom-x.border-side-black, .padding-section-none-xxx.margin-section-bottom-x.border-side-black, .padding-section-none-xxx.margin-section-bottom-cafe.border-side-black, .padding-section-none-xxx.margin-section-bottom-xxx.border-side-black, .padding-section-none-xxx.margin-section-bottom-xxxx.border-side-black {
    margin-bottom: 0;
  }

  .padding-section-none-hall-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-hall-2.margin-section-bottom.border-side-black, .padding-section-none-hall-2.margin-section-bottom-x.border-side-black, .padding-section-none-hall-2.margin-section-bottom-x.border-side-black, .padding-section-none-hall-2.margin-section-bottom-cafe.border-side-black, .padding-section-none-hall-2.margin-section-bottom-xxx.border-side-black, .padding-section-none-hall-2.margin-section-bottom-xxxx.border-side-black, .padding-section-none-hall-2.margin-section-bottom-hall.border-side-black, .padding-section-none-hall-2.margin-section-bottom-hall-2.border-side-black {
    margin-bottom: 0;
  }

  .padding-section-none-sgpl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none-sgpl.margin-section-bottom.border-side-black, .padding-section-none-sgpl.margin-section-bottom-x.border-side-black, .padding-section-none-sgpl.margin-section-bottom-x.border-side-black, .padding-section-none-sgpl.margin-section-bottom-cafe.border-side-black, .padding-section-none-sgpl.margin-section-bottom-xxx.border-side-black, .padding-section-none-sgpl.margin-section-bottom-xxxx.border-side-black, .padding-section-none-sgpl.margin-section-bottom-hall.border-side-black, .padding-section-none-sgpl.margin-section-bottom-spl.border-side-black, .padding-section-none-sgpl.margin-section-bottom-sgpl.border-side-black {
    margin-bottom: 0;
  }

  .search_filter_item_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .search_button_switch_wrapper-2 {
    border: 1px solid #000;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .check_item-2, .check_item-2.checked {
    margin-bottom: 5px;
  }

  .event_search_filter-2 {
    border-top-style: none;
  }

  .button_tiny_wrapper-2.border-top-grey {
    border-style: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_filter_list {
    display: none;
  }

  .button_common-2 {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .button_common-2.button-font-jp {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .search_checkbox-2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .search_button_switch_icon {
    top: 13px;
  }

  .search_filter_item_list-2 {
    width: 100%;
  }

  .search_filter_item_wrapper-3 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .search_button_switch_full_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .search_filter_item_wrapper-4 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .search_filter_wrappere-archives {
    padding-top: .75rem;
    padding-bottom: .25rem;
  }

  .search_button_switch-e-archives.border-right-black {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .search_button_switch-e-archives.border-right-black.mb-boorder-none {
    border-left-style: none;
    border-left-width: 0;
    margin-top: .5rem;
  }

  .about_tab_wrapper-2 {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }

  .about_tab_wrapper-2.border-bottom-none.border-top-mb {
    border-top-style: solid;
  }

  .about_tab_title-2 {
    font-size: 1.4rem;
  }

  .about_tab_icon-2 {
    right: 2.5%;
  }

  .facility_2col-1_detail-2 {
    grid-row-gap: 1rem;
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .about_3col_compornent-2.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .about_2col_detail-3, .button_midium_wrapper-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .facility_2col-1_component-2 {
    grid-row-gap: 3rem;
  }

  .button_common-3 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .about_2col_component-3 {
    grid-row-gap: 3rem;
  }

  .image-flexble-wrapper-2 {
    display: none;
  }

  .about_3col_item-2 {
    grid-row-gap: 0rem;
  }

  .about_tab_icon-3 {
    right: 2.5%;
  }

  .button_midium_wrapper-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-widescreen-wrapper-3.mb-square-wrapper {
    padding-top: 100%;
  }

  .button_common-4 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .about_2col_component-4 {
    grid-row-gap: 3rem;
  }

  .about_tab_icon-4 {
    right: 2.5%;
  }

  .button_common-5 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .about_2col_component-5 {
    grid-row-gap: 3rem;
  }

  .about_tab_title-5 {
    font-size: 1.6875rem;
  }

  .about_tab_icon-5 {
    right: 2.5%;
  }

  .button_common-6 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .about_2col_component-6 {
    grid-row-gap: 3rem;
  }

  .about_tab_icon-6 {
    right: 2.5%;
  }

  .image-widescreen-wrapper-art-top.mb-square-wrapper {
    padding-top: 100%;
  }

  .use_anchor_wrapper {
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .use_text-2 {
    margin-bottom: 2rem;
  }

  .container-tiny-2 {
    max-width: 98%;
  }

  .icon_svg_wrapper-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .use_anchor_pc {
    display: none;
  }

  .use_anchor_mb {
    display: block;
  }

  .use_anchor_mb_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .use_anchor_mb_menu {
    width: 100%;
    border: 1px solid #000;
  }

  .image-widescreen-wrapper-lp.mb-square-wrapper {
    padding-top: 0%;
  }

  .a-interview_fv_bottom-lp {
    grid-template-columns: 1fr;
  }

  .l-project_fv_bottom_right_item-lp {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-project_fv_bottom_left_item-lp {
    padding: 2.1875rem 1.25rem .875rem;
  }

  .about_tab_title-6 {
    font-size: 1.356rem;
  }

  .button_common-7 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .facility_2col-3_button-001 {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4.6875rem;
    display: flex;
  }

  .facility_2col-3_button-001.display-none {
    display: none;
  }

  .facility_2col-3_detail-001 {
    justify-content: flex-start;
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_c1_2col_content_wrapper-copy {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_fv_bottom_item-001 {
    padding: .875rem 1.25rem;
  }

  .a-interview_fv_bottom_right_item-001 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .access_info_text-title {
    font-size: 1.2rem;
  }

  .image-flexble-wrapper-lp {
    padding-top: 100%;
    display: block;
  }

  .image-flexble-wrapper-lp.mb-square-wrapper {
    padding-top: 100%;
    display: block;
    position: relative;
  }

  .image-flexble-wrapper-lp.mb-widescreen-wrapper {
    padding-top: 56.25%;
    position: relative;
  }

  .image-flexible-lp.mb-square, .image-flexible-lp.mb-widescreen {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .a-interview_fv_top_wrapper-lp {
    padding-top: 1.875rem;
    display: block;
  }

  .facility_1col_info_item-ex {
    flex-wrap: wrap;
  }

  .facility_1col_wrapper-ex {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_1col_info_2column_pc {
    display: none;
  }

  .news_details_txt {
    font-size: 1rem;
  }

  .space_eventtop {
    padding: 1rem 1.25rem;
  }

  .space_eventtop.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .space_eventtop.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .space_eventtop.border-top-none {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .space_eventtop.border-top-none.border-bottom-non {
    padding-top: 60px;
  }

  .space_eventtop.border-top-none.border-bottom-non.bottom-on.sp {
    border-top-style: solid;
  }

  .space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.b-non.b-bottom-on.sp-border-top-none, .space_eventtop.border-top-none.border-bottom-non.bottom-on.sp.b-non.sp-border-top-non {
    border-top-style: none;
  }

  .space_eventtop.border-top-none.border-bottom-non.bottom-on.boder-top-on, .space_eventtop.border-top-none.border-bottom-non.border-t-on.border-top-no.b-b-zero.sp-spacer-show {
    border-top-style: solid;
  }

  .space_eventtop.border-top-none.border-bttom-none {
    padding-bottom: 2rem;
  }

  .space_eventtop.border-top-none.sp-spacer-show {
    display: block;
  }

  .space_eventtop.border-top-none.border-top-mb {
    border-top-style: solid;
  }

  .space_eventtop.border-bottom-none {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .space_eventtop.border-top.border-bottom-none.top-b-no.sp-top-border-none {
    border-top-style: none;
  }

  .space_eventtop.border-tb-none {
    padding-bottom: 2rem;
  }

  .space_eventtop.border-tb-none.border-top {
    border-top-style: solid;
  }

  .events-tag-container.pc-mb-hide {
    margin-top: .5rem;
    display: block;
  }

  .events-tag-container.sp-hide {
    display: none;
  }

  .events-tag-container.sp-hide.sp-on {
    display: block;
  }

  .events-tag-container.sp-hide.sp-on.mb-2 {
    margin-bottom: 1rem;
  }

  .e-gallery_fv_right_place_item, .e-gallery_fv_right_place_item.pc-md-hide {
    display: block;
  }

  .section_h2_wrapper_comingsoon {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper_comingsoon.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_tab_wrapper_space {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }

  .section_restaurants_cafe.padding-top-slide {
    padding-top: 40px;
  }

  .padding-section-none_skygarden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none_skygarden.margin-section-bottom.border-side-black, .padding-section-none_skygarden.margin-section-bottom-x.border-side-black, .padding-section-none_skygarden.margin-section-bottom-x.border-side-black, .padding-section-none_skygarden.margin-section-bottom-cafe.border-side-black, .padding-section-none_skygarden.margin-section-bottom-xxx.border-side-black, .padding-section-none_skygarden.margin-section-bottom-xxxx.border-side-black, .padding-section-none_skygarden.margin-section-bottom-hall.border-side-black, .padding-section-none_skygarden.margin-section-bottom-spl.border-side-black, .padding-section-none_skygarden.margin-section-bottomsgpl.border-side-black, .padding-section-none_skygarden.margin-section-bottom-di.border-side-black, .padding-section-none_skygarden.margin-section-bottom-cc.border-side-black {
    margin-bottom: 0;
  }

  .padding-section-none_gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-none_gallery.margin-section-bottom.border-side-black, .padding-section-none_gallery.margin-section-bottom-x.border-side-black, .padding-section-none_gallery.margin-section-bottom-x.border-side-black, .padding-section-none_gallery.margin-section-bottom-cafe.border-side-black, .padding-section-none_gallery.margin-section-bottom-xxx.border-side-black, .padding-section-none_gallery.margin-section-bottom-xxxx.border-side-black, .padding-section-none_gallery.margin-section-bottom-hall.border-side-black, .padding-section-none_gallery.margin-section-bottom-spl.border-side-black, .padding-section-none_gallery.margin-section-bottomsgpl.border-side-black, .padding-section-none_gallery.margin-section-bottom-di.border-side-black, .padding-section-none_gallery.margin-section-bottom-cc.border-side-black {
    margin-bottom: 0;
  }

  .section_h2_wrapper--comingsoon2 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper--comingsoon2.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .credit {
    z-index: 999;
  }

  .header13_component {
    height: auto;
  }

  .header13_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header12_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header12_component {
    height: auto;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .section-video {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .background-type {
    filter: blur(4px);
  }

  .label {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .label.top_event_condition_wrapper, .label.top_event_condition_wrapper-end {
    margin-bottom: .9375rem;
  }

  .section_h2_wrapper-copy {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-copy.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .facility_2col-2_item_labfacility.sp-border-right-none {
    border-left-style: none;
  }

  .section_h2_wrapperlab_facility {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapperlab_facility.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_regular_wrapper_event {
    padding: 1rem 1.25rem;
  }

  .space_regular_wrapper_event.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .space_regular_wrapper_event.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .whaton_2lines {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .whaton_2lines.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_1col_component_noline {
    grid-row-gap: 0rem;
  }

  .event_1col_component_noline.border-bottom-black {
    display: block;
  }

  .event_1col_component_noline_top {
    grid-row-gap: 0rem;
  }

  .event_1col_component_noline_top.border-top-bottom-black.sp_boder_none {
    border: 1px #000;
  }

  .facility_2col-1_component_noline, .facility_2col-1_component-copy {
    grid-row-gap: 3rem;
  }

  .access_2col_contentns_noline {
    grid-row-gap: .0625rem;
  }

  .event_1col_info_2column_pc_bottom {
    display: none;
  }

  .button_large_wrapper-copy, .button_large_wrapper_labevent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_labproject_detail {
    padding: 1rem 1.25rem;
  }

  .space_labproject_detail.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .space_labproject_detail.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .section_h2_wrapper_about {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper_about.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fv_background_image-2 {
    height: 86svh;
    max-height: 35.625rem;
  }

  .section_h2_wrapper_abouttop {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper_abouttop.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .comingsoon_vv {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .comingsoon_vv.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-vv {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-vv.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_cafe {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }

  .space_gallery {
    padding: 1rem 1.25rem;
  }

  .space_gallery.facility_2col-1_button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .space_gallery.access_2col_button {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }

  .about_tab_wrapper-2-copy {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }

  .about_tab_wrapper-2-gallery {
    padding: 3vw 3.75rem 3vw 1.25rem;
  }

  .event_5col_compornent-gallery.border-bottom-black, .event_5col_compornent-gallery.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .hall-category-copy {
    font-size: .875rem;
  }

  .about_3col_compornent-copy, .about_3col_compornent-copy.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .about_3col_compornent-copy.border-bottom-black.tb-show {
    display: none;
  }

  .about_3col_compornent-copy.border-top-bottom-black {
    grid-template-columns: 1fr;
  }

  .button_pdf-insta {
    margin-top: 4rem;
  }

  .event_5col_compornent_dining.border-bottom-black, .event_5col_compornent_dining.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .section_h2_wrapper_dining {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper_dining.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper__cafe {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper__cafe.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrappercafe_shop {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrappercafe_shop.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_5col_restaurant_cafe.border-bottom-black, .event_5col_restaurant_cafe.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .button_event_pickup {
    width: 100%;
  }

  .button_event_pickup.is-mb, .button_event_pickup.mb-show {
    display: block;
  }

  .button_event_pickup.display-none {
    display: none;
  }

  .background-video-4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background-mobile {
    height: auto;
    margin-top: 100%;
    position: relative;
  }

  .fv_background-mobile-2 {
    padding-top: 100%;
    position: relative;
  }

  .background-video-6 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-flexible-mobile {
    display: inline-block;
  }

  .image-flexible-mobile.mb-square, .image-flexible-mobile.mb-widescreen {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flexible-pc {
    display: none;
  }

  .image-flexible-pc.mb-square, .image-flexible-pc.mb-widescreen {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flexble-wrapper-mobile {
    display: block;
  }

  .image-flexble-wrapper-mobile.mb-square-wrapper {
    padding-top: 100%;
    display: block;
    position: relative;
  }

  .image-flexble-wrapper-mobile.mb-widescreen-wrapper {
    padding-top: 56.25%;
    position: relative;
  }

  .image-flexible-sp {
    display: inline-block;
  }

  .image-flexible-sp.mb-square, .image-flexible-sp.mb-widescreen {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .e-galley_1col-2_component-2 {
    border-bottom-style: none;
  }

  .e-gallery_fv_left_wrapper-2 {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space_regular_wrapper {
    padding: 1rem 1.25rem;
  }

  .space_regular_wrapper.bottom-border-on.top-border-non.sp {
    border-top-style: solid;
    border-bottom-style: none;
    padding-top: 2rem;
  }

  .space_regular_wrapper.bottom-border-on.top-border-non.border-bottom-none {
    border-bottom-style: none;
  }

  .space_regular_wrapper.border-top.border-none-mb {
    border-top-style: none;
  }

  .space_regular_wrapper.sp {
    border-top: 1px solid #000;
    padding-top: 2rem;
  }

  .space_regular_wrapper.sp.border-bottom-black.border-sp-none {
    border-bottom-style: none;
  }

  .e-gallery_fv_right_place_item-2, .e-gallery_fv_right_place_item-2.pc-md-hide {
    display: block;
  }

  .button_e-gallery1_wrapper-2 {
    border: 1px solid #1e1e1e;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .e-gallery_fv_content-2 {
    grid-template-columns: 1fr;
  }

  .e-gallery_fv_content-2.border-bottom-black {
    grid-row-gap: 0rem;
    border-bottom-style: none;
    align-items: stretch;
  }

  .section_h2_wrapper-3 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-3.sp-border-top-none {
    border-top-style: none;
  }

  .button_e-gallery1-2 {
    width: 100%;
    max-width: none;
    border: 1px solid #1e1e1e;
    padding: .25rem;
  }

  .button-3 {
    width: 100%;
  }

  .event_condition-2 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .icon_svg_wrapper-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_h2_wrapper-4 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-4.sp-border-top-none, .right-container-3.top-border {
    border-top-style: none;
  }

  .button_e-gallery1-3 {
    width: 100%;
    max-width: none;
    border: 1px solid #1e1e1e;
    padding: .25rem;
  }

  .button_e-gallery1-3.btn-spe-site.mode-ptb {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-4 {
    width: 100%;
  }

  .button-4.display-none {
    display: none;
  }

  .button_e-gallery2-2 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col-1_wrapper-2 {
    grid-row-gap: .0625rem;
  }

  .e-gallery_2col_item-2 {
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col_component-2 {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .e-gallery_2col_wrapper-2 {
    grid-row-gap: .0625rem;
  }

  .e-gallery_2col_content_wrapper-3 {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .e-gallery_2col-1_component-2 {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .section_h2_wrapper-5 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-5.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-5.is-sub-title.border-bottom.awards-title {
    border-top-style: solid;
  }

  .section_h2_wrapper-5.is-sub-title.border-bottom.awards-title.sp-border-top-none {
    border-top-style: none;
  }

  .section_h2_wrapper-5.sp-top-border {
    border-top-style: solid;
  }

  .button-5 {
    width: 100%;
  }

  .button-5.display-none {
    display: none;
  }

  .e-gallery_2col_item-3 {
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .button_common_official-site {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .e-gallery_2col_component-3 {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .section_h2_wrapper-6 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-6.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-6.is-sub-title.border-bottom.awards-title {
    border-top-style: solid;
  }

  .section_h2_wrapper-6.is-sub-title.border-bottom.awards-title.sp-top-border-nonr {
    border-top-style: none;
  }

  .button-6 {
    width: 100%;
  }

  .button-6.display-none {
    display: none;
  }

  .button-6.is-mb {
    display: block;
  }

  .section_h2_wrapper-7 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .padding-global-8, .button_midium_wrapper-4, .event_3col_detail-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event_3col_compornent-2, .event_3col_compornent-2.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .event_3col_item-2 {
    grid-row-gap: 0rem;
  }

  .event_3col_item-2.tb-show {
    display: none;
  }

  .event_3col_item-2.border-right.border-bottom.sp-right-border-none, .event_3col_item-2.border-right.sp-right-border-none {
    border-right-style: none;
  }

  .event_3col_item-2.border-right.sp-right-border-none.boder-bottom-sp {
    border-bottom: 1px solid #000;
  }

  .button_common-8 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .e-profile_2col-2_wrapper {
    grid-row-gap: .0625rem;
    flex-direction: column;
    display: flex;
  }

  .e-profile_2col-2_wrapper.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .e-profile_2col_content_wrapper {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }

  .view-moew-events {
    display: block;
  }

  .lottie-animation-4 {
    width: 100%;
  }

  .facility_2col-2_component_caption {
    grid-row-gap: 3rem;
  }

  .facility_2col-2_content_caption, .facility_2col-2_content-cap {
    grid-row-gap: 2.5rem;
    grid-template-columns: 100%;
  }

  .facility_2col-2_component_cap {
    grid-row-gap: 3rem;
  }

  .button_common-9 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .lab-projects-partner-image {
    max-width: 100%;
  }

  .event_5col_compornent-wo.border-bottom-black, .event_5col_compornent-wo.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout122_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button_midium_wrapper_0928 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lab-projects-partner-image-copy {
    max-width: 100%;
  }

  .event_5col_compornent-whats-on.border-bottom-black, .event_5col_compornent-whats-on.border-top-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .button_official-site-ex {
    width: 100%;
    max-width: 20.5rem;
    border: 1px solid #1e1e1e;
    padding: .25rem;
  }

  .button_os-ex_wrapper {
    border: 1px #1e1e1e;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .event_1col-2_content_wrapper-art {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button_common-10 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .button-10 {
    width: 100%;
  }

  .button_wrapper_mb-2 {
    width: 100%;
    padding: 0 1.25rem;
    display: block;
  }

  .top_caption {
    text-align: left;
    font-size: 1rem;
    line-height: 2;
  }

  .top_caption.mb-hide {
    display: none;
  }

  .top_caption.mb-show {
    display: block;
  }

  .icon_huge {
    width: 5.625rem;
  }

  .button-11 {
    width: 100%;
  }

  .top_fv_content_box {
    grid-row-gap: 2.375rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .top_fv_content_mb_menu_wrapper {
    grid-row-gap: 1.5625rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .text-regular-regular-copy {
    font-size: .9375rem;
  }

  .top_fv_background {
    height: 88svh;
    max-height: 35.625rem;
  }

  .top_fv_content_wrapper-2 {
    grid-row-gap: 3.625rem;
    flex-direction: column;
    padding: 1.875rem 4.6% 3.75rem;
  }

  .button_line_wrapper {
    width: auto;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .top_fv_content_mb_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .icon_large.button_ine_icon {
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 1rem;
    transform: translate(0, -50%);
  }

  .button_line {
    width: 100%;
    color: #b6a162;
  }

  .top_fv_title {
    display: none;
  }

  .top_title {
    text-align: left;
    font-size: 1.625rem;
    line-height: 1.7;
  }

  .top_title.color-white.mb-hide {
    display: none;
  }

  .top_title.color-white.mb-show {
    display: block;
  }

  .video-play-pause-toggle-2 {
    top: 1em;
    right: 1em;
  }

  .top_fv_content_wrapper_video_sp {
    grid-row-gap: 1.5625rem;
    flex-direction: column;
  }

  .a-interview_card_item-copy {
    grid-row-gap: .0625rem;
  }

  .e-gallery_anchor_pc-copy {
    display: none;
  }

  .e-gallery_anchor_pc-copy.e-gallery_anchor_all {
    display: block;
  }

  .button_e-gallery1_wrapper-3 {
    border: 1px solid #1e1e1e;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .e-gallery_anchor_mb_menu_litem-2 {
    background-color: #fff;
    padding: 1.25rem 1.4375rem 1.25rem .9375rem;
  }

  .e-gallery_anchor_mb_menu_list-2 {
    display: none;
    position: relative;
  }

  .e-gallery_anchor_mb_menu_list-2.w--open {
    grid-row-gap: .0625rem;
    background-color: #1e1e1e;
    border-top: 1px solid #1e1e1e;
    flex-direction: column;
    display: flex;
  }

  .button_e-gallery1_text-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .button_e-gallery1-4, .button_e-gallery1-5 {
    width: 100%;
    max-width: none;
    border: 1px solid #1e1e1e;
    padding: .25rem;
  }

  .button_e-gallery1_wrapper-4 {
    border: 1px solid #1e1e1e;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button_e-gallery1_text-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .event_5col_item-2 {
    grid-row-gap: 0rem;
    border-top-style: none;
    border-bottom-style: solid;
  }

  .event_5col_item-2.border-bottom-none, .event_5col_item-2.mb-border-bottom-none {
    border-bottom-style: none;
  }

  .event_5col_compornent-2.border-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .event_condition-3 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .event_5col_compornent-whats-on-2.border-bottom-black, .event_5col_compornent-wo-2.border-bottom-black {
    grid-template-columns: 1fr 1fr;
  }

  .l-project_company_logo_wrapper-badge {
    padding-top: 1rem;
  }

  .l-project_company_logo_wrapper-badge.two-col {
    grid-column-gap: .5rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .l-project_company_logo_image-badge {
    max-height: 3rem;
  }

  .button_common_special-site-01 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .button-03, .button-04 {
    width: 100%;
  }

  .button_e-gallery_2col-231003 {
    grid-row-gap: 1.40625rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
    display: none;
  }

  .button_e-gallery_2col-231003.mobile-on {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 1.40625rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button_e-gallery_2col-231003.mobile-on.top-border {
    border-top: 1px solid #000;
  }

  .button_e-gallery_2col-231003.mobile-on.top-border.one-btn {
    display: block;
  }

  .button_e-gallery_2col-231003.mobile-on.top-border.border-bottom.one {
    align-items: center;
    display: flex;
  }

  .button_e-gallery_2col-231003.mobile-on.top-border.border-bottom.one.bottom-non-sen {
    border-bottom-style: none;
  }

  .button_e-gallery_2col-231003.mobile-on.one-btn {
    display: block;
  }

  .event_condition-4 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .button_midium_wrapper-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button_midium_wrapper-5.border-top_sp {
    border-top: 1px solid #000;
  }

  .button_common-11 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .button_spe_e-gallery1_wrapper {
    border: 1px #1e1e1e;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button_spe-e-gallery1_text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  .event_3col_compornent_artists, .event_3col_compornent_artists.border-bottom-black {
    grid-template-columns: 1fr;
  }

  .event_1col_component_line_top-copy, .event_1col_component_line_top {
    grid-row-gap: 0rem;
  }

  .event_1col_component_line_top.border-top-bottom-black.boder-mobile-none {
    border-top-width: .8px;
    border-bottom-style: none;
  }

  .event_1col_info_data-2 {
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    padding: .875rem 2.125rem;
  }

  .event_condition-5 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .event_1col_info_mb-4 {
    width: 100%;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-bottom: 4.375rem;
    display: flex;
  }

  .e-gallery_fv_left_item-3 {
    display: block;
  }

  .event_1col_info_item_wrapper-4 {
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
  }

  .event_1col-1_info_pc-3 {
    display: none;
  }

  .button_common-12 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .event_1col_info_data-3 {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: .875rem 2.125rem;
  }

  .event_condition-6 {
    font-size: .6875rem;
    line-height: 1.4;
  }

  .e-gallery_fv_left_item-4 {
    display: block;
  }

  .event_1col-1_info_pc-4 {
    display: none;
  }

  .button_common-13 {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .button-dining {
    width: 100%;
  }

  .button-dining.display-none {
    display: none;
  }

  .button-dining.is-mb {
    display: block;
  }

  .button_e-gallery_2col-diniig {
    grid-row-gap: 1.40625rem;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
    display: none;
  }

  .button_e-gallery_2col-diniig.mobile-on {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 1.40625rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 1rem;
    display: grid;
  }

  .button_e-gallery_2col-diniig.mobile-on.top-border {
    border-top: 1px solid #000;
  }

  .button_e-gallery_2col-diniig.mobile-on.top-border.one-btn {
    display: block;
  }

  .button_e-gallery_2col-diniig.mobile-on.top-border.border-bottom.one {
    align-items: center;
    display: flex;
  }

  .button_e-gallery_2col-diniig.mobile-on.top-border.border-bottom.one.bottom-non-sen {
    border-bottom-style: none;
  }

  .button_e-gallery_2col-diniig.mobile-on.one-btn {
    display: block;
  }

  .fv_background_wrapper-sp.mb-square-wrapper {
    padding-top: 100%;
  }

  .fv_background_wrapper-sp.about-lab-kv {
    width: 100%;
    height: 100%;
    min-height: auto;
    background-color: #000;
    padding-top: 100%;
  }

  .event1_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .event1_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .event1_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .event1_menu-link.last-link {
    margin-right: 2rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .emergency_item_header, .emergency_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .emergency_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .emergency_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .emergency_padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .emergency_heading-style-h5 {
    font-size: 18px;
  }

  .access_floor_wrapper.link-pointer {
    position: static;
  }

  .facility_popuup_component-2 {
    display: none;
  }

  .access_floor_map_popuup_component {
    z-index: 2001;
    margin-top: 100px;
    display: none;
  }

  .access_floor_map_icon_svg_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .access_floor_map_icon_svg {
    justify-content: center;
    align-items: center;
  }

  .access_floor_map_facility_popuup_detail {
    display: block;
  }

  .access_floor_map_facility_popuup_thumbnail_wrappe {
    position: static;
  }

  .link-block-3 {
    z-index: 2;
  }

  .access_floor_map_popuup_component_46f, .access_floor_map_popuup_component_45f, .access_floor_map_popuup_component_8f {
    margin-top: 100px;
    display: none;
  }

  .section_h2_wrapper-8 {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .section_h2_wrapper-8.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_h2_wrapper-8.is-sub-title.border-bottom-none {
    padding-bottom: .75rem;
  }

  .access_floor_wrapper-popup.link-pointer {
    position: static;
  }

  .a-interview_plofile, .a-interview_plofile.boder-top {
    grid-template-columns: 1fr;
  }

  .a-interview_c1_plofile {
    padding: 2.1875rem 1.25rem 2.5rem;
  }

  .a-interview_c1_plofile.sp-border-b {
    border-bottom: 1px solid #000;
  }

  .a-interview_c1_plofile.left-same-h.border-top-on {
    border-top: 1px solid #000;
  }

  .a-interview_c1_plofile.left-same-h.border-bottom-mb {
    border-bottom: 1px solid #000;
  }

  .facility_popuup_component2 {
    display: none;
  }

  .icon_svg_wrapper_2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon_svg_wrapper_2.e-garally_live_icon {
    width: .625rem;
    height: .625rem;
  }

  .facility_popuup_component2-copy {
    display: none;
  }

  .icon_svg_wrapper_2-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon_svg_wrapper_2-copy.e-garally_live_icon {
    width: .625rem;
    height: .625rem;
  }

  .comingsoon_event {
    padding-top: .75rem;
    padding-bottom: .375rem;
  }

  .comingsoon_event.is-sub-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-top, .menu-icon_line-middle-inner, .menu-icon_line-bottom {
    background-color: #fff;
  }

  .text-link {
    font-size: .8rem;
  }

  .event_1col_component, .cta15_component, .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .fv_background {
    height: 100%;
    aspect-ratio: 3 / 4;
    display: block;
  }

  .fv_background.display-block {
    aspect-ratio: 1 / 1;
  }

  .fv_background.sp-top-kv {
    aspect-ratio: 720 / 1050;
    display: block;
  }

  .fv_background_image {
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .fv_background_image.about-top-kv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fv_background_image.lab-top {
    position: absolute;
    top: 0;
    left: 0;
  }

  .fv_background_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100%;
    display: none;
  }

  .fv_background_wrapper.about-top-kv, .fv_background_wrapper.lab-top {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }

  .fv_background_wrapper.top-kv {
    width: 100%;
    height: auto;
    aspect-ratio: 720 / 1050;
    display: inline-block;
    overflow: hidden;
  }

  .container-full {
    max-width: 120rem;
  }

  .button_regular_wrapper {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .button_regular_wrapper.sp-h-4 {
    padding-top: 3rem;
  }

  .event_1col_detail {
    padding-bottom: 1.875rem;
  }

  .event_tag.event_tag_grey {
    margin-bottom: .5rem;
  }

  .event_tag.event_tag_black {
    margin-bottom: .25rem;
  }

  .event_tag.event_tag_grey {
    margin-bottom: .5rem;
  }

  .event_tag.event_tag_black {
    margin-bottom: .25rem;
  }

  .event_tag.event_tag_grey {
    margin-bottom: .5rem;
  }

  .event_5col_item {
    grid-template-columns: 1fr;
  }

  .event_5col_item.sp-top-border-none.sp-bottom-border-none.boder-sp {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
  }

  .event_5col_compornent.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .event_5col_info {
    grid-template-columns: 78% 22%;
    justify-content: space-between;
  }

  .facility_2col-2_internal.border-black-top-left {
    display: flex;
  }

  .top-news_item-_none {
    grid-template-columns: 1fr;
  }

  .slash {
    object-fit: fill;
  }

  .facility_2col-1_component, .access_2col_content {
    grid-template-columns: 1fr;
  }

  .top-access-floor_image {
    max-width: 100%;
  }

  .event_condition_wrapper {
    display: inline-block;
    position: static;
  }

  .section_sub-title {
    line-height: 1.6;
  }

  .section_sub-title.lottie_title {
    margin-top: 0;
  }

  .button_midium_wrapper.mobile-contact-tb-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .facility_2col-2_component, .event_3col_compornent, .event_3col_item {
    grid-template-columns: 1fr;
  }

  .event_3col_info {
    grid-template-columns: 85% 15%;
  }

  .image-widescreen-wrapper.mb-square-wrapper.mb-border-botoom-black {
    border-bottom: 1px solid var(--black);
  }

  .facility_2col-2_content_text {
    font-size: 1.12rem;
  }

  .event_5col_info_data_bottom {
    grid-column-gap: .75rem;
    flex-wrap: wrap;
  }

  .cooperate_images_wrapper {
    justify-content: center;
  }

  .access_1col_content {
    grid-template-columns: 1fr;
  }

  .access_1col_wrapper {
    display: flex;
  }

  .facility_3col_button {
    height: auto;
  }

  .facility_3col_item {
    grid-template-columns: 1fr;
  }

  .facility_3col_content {
    width: 99%;
  }

  .facility_3col_detail {
    grid-template-rows: auto minmax(auto, 1fr);
  }

  .facility_detail_txt.fixd-guidance.pc {
    font-size: .6rem;
    line-height: 1.4;
    display: block;
    left: 10px;
    right: 10px;
  }

  .facility_detail_txt.fixd-guidance.sp {
    padding: 0;
    bottom: 62px;
    left: 20px;
  }

  .padding-section-rarge {
    padding-left: 0;
    padding-right: 0;
  }

  .event_1col-2_wrapper {
    grid-template-columns: 1fr;
  }

  .about_tab_caution.about-vv {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_2col_component, .about_3col_item {
    grid-template-columns: 1fr;
  }

  .fv_background_2col_image.fv_background_2col_logo {
    height: 20vh;
    max-height: 6.92308rem;
  }

  .fv_background_small_image.about-vv-kv {
    object-position: 51% 50%;
  }

  .facility_2col-3_component {
    grid-template-columns: 1fr;
  }

  .nav_language_text.is-jp.is-selected, .nav_language_text.is-en {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .facility_popuup_component, .facility_popuup_component.kitagawa {
    display: none;
  }

  .facility_popuup_wrapper {
    margin-top: 140px;
  }

  .facility_popuup_wrapper.side {
    color: #1e1e1e;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .facility_popuup_detail_item {
    display: flex;
  }

  .footer_copy_wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer_copyright_text {
    font-size: .735857rem;
    line-height: 1.4;
  }

  .nav {
    position: absolute;
  }

  .nav_mb_wrapper {
    overflow: auto;
  }

  .nav_mb {
    z-index: 20;
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .footer_language {
    font-family: Tokyonode, sans-serif;
  }

  .header-tb-show {
    z-index: 9999;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .cooperate_text_top {
    font-size: 1.22rem;
  }

  .news-article_content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .e-gallery_fv_component {
    grid-template-columns: 1fr;
  }

  .e-gallery_3col_box {
    padding-top: 0;
  }

  .e-gallery_3col_item {
    grid-template-columns: 32% 1fr;
  }

  .e-gallery_2col_detail_content_text {
    line-height: 1.4;
  }

  .e-gallery_2col-2_wrapper, .e-gallery_2col_wrapper, .e-gallery_3col_wrapper {
    grid-template-columns: 1fr;
  }

  .e-gallery_2col_goods_copyright_text {
    padding-left: 2%;
    padding-right: 2%;
  }

  .e-gallery_2col_goods_thumbnail_wrapper {
    padding: 1.25rem 3.75rem;
  }

  .e-galley_1col-2_wrapper {
    grid-row-gap: 1.25rem;
  }

  .e-galley_1col-2_item_dt, .e-galley_1col-2_item_dd {
    width: 100%;
  }

  .e-galley_1col-2_item {
    display: block;
  }

  .e-galley_1col-2_item_text {
    font-weight: 300;
  }

  .e-galley_1col-2_item_text.informtion_title {
    font-size: .935rem;
  }

  .e-garally_live_wrapper {
    grid-template-columns: 1fr;
  }

  .e-garally_live_thombnail {
    width: 40%;
  }

  .e-garally_live_title {
    font-size: 1.125rem;
  }

  .e-garally_live_box {
    width: 65%;
  }

  .e-garally_live_link {
    display: flex;
  }

  .l-project_member_list {
    grid-column-gap: 1.875rem;
  }

  .l-project_company_logo_wrapper {
    justify-content: center;
  }

  .info_tags_wrapper {
    grid-column-gap: .25rem;
  }

  .e-gallery_anchor_mb_menu_list {
    display: none;
  }

  .e-gallery_2col-1_wrapper {
    grid-template-columns: 1fr;
  }

  .a-interview_fv_component {
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .a-interview_fv_top_wrapper {
    padding-top: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .l-project_fv_bottom_rigt_text {
    margin-top: 0;
  }

  .l-project_fv_bottom_rigt_text.sp_padding_top {
    padding-top: 20px;
  }

  .a-interview_card_item {
    grid-template-columns: 1fr;
  }

  .a-interview_card_title {
    text-decoration: none;
  }

  .a-interview_c1_component_wrapper {
    grid-template-columns: 1fr;
  }

  .a-interview_c1_text.sp_padding_top {
    padding-top: 20px;
  }

  .a-interview_c1_2col_wrapper {
    grid-template-columns: 1fr;
  }

  .a-interview_c1_2col_thumbnail {
    display: block;
  }

  .a-interview_c2_2col_wrapper {
    grid-template-columns: 1fr;
  }

  .a-interview_slider_text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-project_company_logo_image {
    object-fit: contain;
  }

  .nav_mb_menu_list_item_2_wrapper {
    width: 90%;
  }

  .nav_mb_menu_list_icon {
    width: 30px;
    height: 30px;
  }

  .nav_mb_menu_list_item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav_mb_menu_list_item_3_wrapper {
    width: 90%;
  }

  .access_info_dd.no-link-pointer {
    display: none;
  }

  .access_info_dt_title {
    margin-left: 2rem;
    margin-right: 1rem;
    padding-right: 20px;
  }

  .access_info_dt_wrapper, .access_info_dd_wrapper {
    width: 100%;
  }

  .access_info_dd_list {
    grid-row-gap: 2.5rem;
  }

  .e-galley_1col-2_wrapper-copy {
    grid-row-gap: 1.25rem;
  }

  .access_info_dd_list_item {
    grid-row-gap: .625rem;
    flex-direction: column;
  }

  .access_info_dd_list_item_dt, .access_info_dd_list_item_dd, .access_info_dd_box {
    width: 100%;
  }

  .access_info_dd_2col_wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .access_info_dd_2col_wrapper.border-top.ex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .access_info_dd_wrapper_wide {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .link-block {
    text-decoration: none;
  }

  .image-widescreen-wrapper-square.mb-square-wrapper.mb-border-botoom-black {
    border-bottom: 1px solid var(--black);
  }

  .access_1col_wrapper-sp-floor-1 {
    padding-top: 1.825rem;
    padding-bottom: 0;
    display: flex;
  }

  .access_1col_wrapper-pc {
    display: none;
  }

  .access_1col_wrapper-sp-floor-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cooperate_text_bottom-2 {
    font-size: 1rem;
  }

  .image-widescreen-wrapper-2-1.mb-square-wrapper.mb-border-botoom-black, .image-widescreen-wrapper-2-1.mb-square-wrappe-2-1.mb-border-botoom-black {
    border-bottom: 1px solid var(--black);
  }

  .access_info_dd_box-2 {
    width: 100%;
  }

  .text-block-shops-details-tag {
    font-size: .675rem;
  }

  .shops-details_item, .shops-details_item_last {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cafe-menu-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cafe-menu-wrapper.padding-bottom20.border-side-black {
    margin-left: 0;
    margin-right: 0;
  }

  .button_pdf-menu {
    margin-top: 4rem;
  }

  .about_2col_component-2, .dining_fv_component-copy {
    grid-template-columns: 1fr;
  }

  .news_content-wrapper {
    grid-template-columns: 1fr;
    padding-left: 2%;
    padding-right: 2%;
  }

  .news-1col-1_wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .news-details_item, .news-details_item_last {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .search_button_switch_icon {
    width: 30px;
    height: 30px;
  }

  .about_tab_wrapper-2.about-vv {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_tab_title-2 {
    font-size: 1.2rem;
  }

  .facility_2col-1_component-2, .about_2col_component-3, .about_3col_item-2 {
    grid-template-columns: 1fr;
  }

  .about_tab_title-3 {
    font-size: 1.2rem;
  }

  .about_2col_component-4 {
    grid-template-columns: 1fr;
  }

  .about_tab_title-4 {
    font-size: 1.2rem;
  }

  .about_2col_component-5 {
    grid-template-columns: 1fr;
  }

  .about_tab_title-5 {
    font-size: 1.2rem;
  }

  .about_2col_component-6 {
    grid-template-columns: 1fr;
  }

  .image-widescreen-wrapper-art-top.mb-square-wrapper.mb-border-botoom-black {
    border-bottom: 1px solid var(--black);
  }

  .use_text-2 {
    margin-bottom: 0;
  }

  .use_content_item-2 {
    margin-bottom: 2rem;
  }

  .use_anchor_mb_wrapper {
    padding-top: 0;
  }

  .image-widescreen-lp {
    height: 100%;
  }

  .image-widescreen-wrapper-lp.mb-square-wrapper.mb-border-botoom-black {
    border-bottom: 1px solid var(--black);
  }

  .about_tab_title-6 {
    font-size: 1.25rem;
  }

  .text-block-12-1 {
    margin-top: 0;
  }

  .a-interview_fv_bottom_right_item-001 {
    padding-top: 0;
  }

  .access_info_text-title {
    font-size: 1.2rem;
  }

  .a-interview_fv_top_wrapper-lp {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_sp_menu {
    z-index: auto;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
  }

  .space_eventtop {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .credit {
    z-index: 999;
    font-size: .6rem;
  }

  .header13_content-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header12_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header12_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .vimeo-embed {
    width: 100%;
    height: 71vh;
    margin-left: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .label {
    display: inline-block;
    position: static;
  }

  .space_regular_wrapper_event {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .event_1col_component_noline, .event_1col_component_noline_top, .facility_2col-1_component_noline, .facility_2col-1_component-copy, .access_2col_contentns_noline {
    grid-template-columns: 1fr;
  }

  .space_labproject_detail {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fv_background_image-2 {
    height: 86svh;
  }

  .facility_2col-2_content_textabouttop {
    font-size: 1.12rem;
  }

  .section_h2_wrapper-vv.about-vv {
    padding-left: 5%;
    padding-right: 5%;
  }

  .space_gallery {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .event_5col_compornent-gallery.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .about_3col_compornent-copy {
    grid-template-columns: 1fr;
  }

  .button_pdf-insta {
    margin-top: 4rem;
  }

  .event_5col_compornent_dining.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .event_5col_restaurant_cafe.border-bottom-black {
    grid-template-columns: 50% 50%;
    display: none;
  }

  .section_cafe_shop-copy, .fv_background-3, .fv_background-pc, .fv_background-mobile {
    display: none;
  }

  .fv_background-mobile-2 {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
  }

  .fv_background-mobile-2.about-video-sp {
    height: auto;
    aspect-ratio: 1 / 1;
    padding-top: 0%;
  }

  .background-video-6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .background-video-6.about-video-none {
    display: none;
  }

  .image-flexble-wrapper-mobile {
    height: auto;
    padding-top: 0%;
  }

  .image-flexible-sp {
    height: auto;
    object-fit: contain;
    position: relative;
  }

  .space_regular_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_h2_wrapper-3.sp-border-top-none {
    border-top-style: none;
  }

  .button_e-gallery1-3.day-two {
    display: none;
  }

  .e-gallery_2col-1_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .e-gallery_2col_goods_thumbnail_wrapper-2 {
    padding: 0;
  }

  .e-gallery_2col_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .e-gallery_2col_goods_thumbnail_wrapper-3 {
    padding: 0;
  }

  .intagram-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .intagram-link.cafe-tel-link {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .event_3col_compornent-2, .event_3col_item-2 {
    grid-template-columns: 1fr;
  }

  .event_3col_artist {
    grid-template-columns: 85% 15%;
  }

  .modal1_component {
    display: none;
  }

  .e-profile_2col-2_wrapper {
    grid-template-columns: 1fr;
  }

  .lottie-animation-2 {
    width: 100%;
  }

  .facility_2col-2_component_caption, .facility_2col-2_component_cap {
    grid-template-columns: 1fr;
  }

  .event_5col_compornent-wo.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .layout122_component {
    grid-template-columns: 1fr;
  }

  .lab-projects-partner-image-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .event_5col_compornent-whats-on.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .video-vimeo-wrapper-2 {
    width: 100%;
    height: 61vh;
    object-fit: cover;
    align-items: flex-start;
    padding-top: 0%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .top_caption {
    padding-top: 10px;
    font-size: 1rem;
  }

  .icon_huge.is-top-mb {
    max-width: 100%;
  }

  .top_fv_content_mb_menu_item {
    width: 22%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .top_fv_content_mb_text {
    font-size: .75rem;
  }

  .top_fv_content_mb_menu_wrapper {
    grid-column-gap: .625rem;
    justify-content: center;
  }

  .custom-video-wrapper_sp_bgvido {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .custom-video-wrapper_pc, .video-unmute-button-2 {
    display: none;
  }

  .top_fv_background_image {
    max-height: 35.8125rem;
  }

  .top_title {
    text-align: left;
    font-size: 20px;
  }

  .video-play-pause-toggle-2 {
    display: none;
  }

  .lottie_title {
    width: 20rem;
    margin-left: 0;
    padding-left: 0;
  }

  .top_fv_content_wrapper_video_sp {
    padding-top: 1rem;
  }

  .a-interview_card_item-copy {
    grid-template-columns: 1fr;
  }

  .lottie-animation-7 {
    width: 17rem;
  }

  .play-pause-button {
    display: none;
  }

  .background-video-7 {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .video-unmute-button-3 {
    display: none;
  }

  .video-vimeo-wrapper-3 {
    padding-top: 100%;
  }

  .e-gallery_anchor_mb_menu_list-2 {
    display: none;
  }

  .event_5col_item-2 {
    grid-template-columns: 1fr;
  }

  .event_5col_compornent-2.border-bottom-black, .event_5col_compornent-whats-on-2.border-bottom-black, .event_5col_compornent-wo-2.border-bottom-black {
    grid-template-columns: 50% 50%;
  }

  .l-project_company_logo_wrapper-badge {
    justify-content: center;
  }

  .l-project_company_logo_image-badge {
    object-fit: contain;
  }

  .event_3col_compornent_artists, .event_1col_component_line_top-copy, .event_1col_component_line_top {
    grid-template-columns: 1fr;
  }

  .cafe-tel-link {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sp-to-kv-embed, .about-video-sp {
    width: 100%;
    height: 100%;
  }

  .fv_background_wrapper-sp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100%;
    display: block;
  }

  .fv_background_wrapper-sp.about-top-kv, .fv_background_wrapper-sp.lab-top {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }

  .fv_background_wrapper-sp.top-kv {
    width: 100%;
    height: auto;
    aspect-ratio: 73 / 106;
    overflow: hidden;
  }

  .event1_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .5rem;
  }

  .event1_item, .emergency_item_header, .emergency_item {
    grid-row-gap: 1rem;
  }

  .section_emergency_alert_box {
    display: none;
  }

  .emergency_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .5rem;
  }

  .dining-menu-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .facility_popuup_component-2 {
    display: none;
  }

  .facility_popuup_detail_item-2 {
    display: flex;
  }

  .access_floor_map_popuup_component {
    margin-top: 0;
    display: none;
  }

  .access_floor_map_popuup_wrapper {
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .access_floor_map_facility_popuup_thumbnail_wrappe {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .access_floor_map_popuup_detail_item, .facility_popuup_detail_item-2-copy, .access_floor_map__popuup_detail_item {
    display: flex;
  }

  .access_floor_map_popuup_component_46f, .access_floor_map_popuup_component_45f, .access_floor_map_popuup_component_8f {
    margin-top: 0;
    display: none;
  }

  .a-plofile.sp_padding_top {
    padding-top: 20px;
  }

  .facility_popuup_component2, .facility_popuup_component2-copy {
    display: none;
  }
}

#w-node-d948d23a-3560-bd5b-920f-fb9642249a08-70dd2fff, #w-node-_2d5d1fda-9c7e-54de-bce4-3bdf33eaa8b7-70dd2fff, #w-node-_9f94507f-15c6-77f6-0de3-c49871c45f26-70dd2fff, #w-node-_2caf70c3-8eab-943a-2b73-3817f358770b-70dd2fff, #w-node-d173b526-cc47-84a0-5583-af8687b52c6f-70dd2fff, #w-node-_8cf70c1d-72e4-9e9e-42d9-e56a993e5197-70dd2fff, #w-node-d66ea1ce-69f6-1007-f4ac-d4623ba41395-70dd2fff, #w-node-_69124ead-81df-73f0-b1de-f04b3d9248c3-70dd2fff, #w-node-a13ba055-9cf6-5e08-b53f-b1854d354750-70dd2fff, #w-node-_2fc4e457-33c1-91f5-0b08-92fb35951157-70dd2fff, #w-node-ac81ba3e-b037-5c38-62ab-f50ff262ed5b-70dd2fff, #w-node-_139ed96e-721c-f57c-8884-e0c17e62e46f-70dd2fff, #w-node-_0ad74cc6-69d0-a90d-0720-4e5bb73f7609-70dd2fff, #w-node-f2e24e07-8bcc-c57e-b44b-0a0745da9de4-70dd2fff, #w-node-eb633e30-e05d-c945-9b0a-086349c1eacf-70dd2fff, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfb9-70dd309d, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfd2-70dd309d, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfb9-70dd309e, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfd2-70dd309e, #w-node-_64006c54-633e-a366-4976-2369fdb851b1-70dd309e, #w-node-_64006c54-633e-a366-4976-2369fdb851b2-70dd309e, #w-node-_4bca4dbd-6ae1-9552-e809-40f532da29b5-70dd309e, #w-node-_1abc3627-56a1-ba48-4b23-8f50fc8a6170-70dd309e, #w-node-_121753b5-5a57-c2e8-5c42-9f42c87c5432-70dd309e, #w-node-_2b2c2448-66af-5af9-1aa3-fe0383ee34e9-70dd309e, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfb9-70dd30b0, #w-node-_949e0771-02b8-3209-dc0b-c748dc92cfd2-70dd30b0, #w-node-_0796838b-2731-ecdc-4de0-67132c07e25d-70dd30b1, #w-node-_0796838b-2731-ecdc-4de0-67132c07e279-70dd30b1, #w-node-_0796838b-2731-ecdc-4de0-67132c07e32b-70dd30b1, #w-node-_08b0f852-dec1-b590-45b7-d6260246b7c2-70dd30b2, #w-node-_07f92973-de09-ac2f-e778-f49bc17f84bb-70dd30b2, #w-node-_7f535fca-3d0b-e761-0a90-f98aec5a4902-70dd30b2, #w-node-_5ce8385a-3497-6d34-a654-cae61f7ac333-70dd30b2, #w-node-e4599814-e66c-1ea9-4b2b-de8d1a0d7908-70dd30b3, #w-node-b198be37-f7e7-6a1f-4dc6-8a526685a3a0-70dd30b3, #w-node-_7166e485-b67a-6fe1-7d43-bd27f096a599-70dd30b3, #w-node-eddd38a0-1b79-8e82-882e-d32e9d180123-70dd30b3, #w-node-a5476fb3-e729-6025-045d-5bc5ceb49369-70dd30b4, #w-node-a5476fb3-e729-6025-045d-5bc5ceb49382-70dd30b4, #w-node-a5476fb3-e729-6025-045d-5bc5ceb49422-70dd30b4, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e1b7-70dd30b5, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e24c-70dd30b5, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e24d-70dd30b5, #w-node-d29888a2-fefb-f037-ac07-e69d7872b26f-70dd30b6, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30d-70dd30b6, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30e-70dd30b6, #w-node-a1419cb9-e706-b427-73c1-410bf231c3a7-70dd30b7, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd30b7, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd30b7, #w-node-e91c8a36-0e3b-c5cb-6021-061c17af2aa0-70dd30b8, #w-node-_155e7a75-6768-8072-d888-6ff91e0f23f3-70dd30b8, #w-node-e91c8a36-0e3b-c5cb-6021-061c17af2b2f-70dd30b8, #w-node-e91c8a36-0e3b-c5cb-6021-061c17af2b30-70dd30b8, #w-node-_2b119cb9-4e77-5754-8b33-213e31d5ce4a-70dd30c9, #w-node-_2b119cb9-4e77-5754-8b33-213e31d5ce6a-70dd30c9, #w-node-_2b119cb9-4e77-5754-8b33-213e31d5ceda-70dd30c9, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ad69-70dd30cd, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ae08-70dd30cd, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ae09-70dd30cd, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e1b7-70dd30ce, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e24c-70dd30ce, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e24d-70dd30ce, #w-node-c89dce02-5dba-a725-b3a6-24eaa93648e4-70dd30ce, #w-node-_99474c0c-a5b0-6e32-0cfc-59e7adb34ac9-70dd30ce, #w-node-ec9d37b5-04ce-165f-d040-ad12e92b0c47-70dd30ce, #w-node-_478ea82f-028d-3ff3-ceb6-eb748ef8187d-70dd30ce, #w-node-_3028a360-fa83-1f6c-c566-6e8b8e67540f-70dd30cf, #w-node-_3028a360-fa83-1f6c-c566-6e8b8e675425-70dd30cf, #w-node-_4dae43ce-1545-457f-3a4a-ba530c074afd-70dd30cf, #w-node-_62b9d6b8-0273-22dc-c900-77088e57fc9a-70dd30cf, #w-node-f45aa206-4d2a-2dd9-3367-38154919e9d2-70dd30d1, #w-node-_4a227c9e-cd0e-63b3-dfac-ba8d6cdbc819-70dd30d1, #w-node-_28e42d01-c650-3477-2701-380338e77545-70dd30d1, #w-node-_682364e6-6270-e187-9cdc-ef381da68dc0-70dd30d1, #w-node-_682364e6-6270-e187-9cdc-ef381da68de6-70dd30d1, #w-node-_682364e6-6270-e187-9cdc-ef381da68e32-70dd30d1, #w-node-_682364e6-6270-e187-9cdc-ef381da68e58-70dd30d1, #w-node-_254c8937-e1c9-3797-6e31-62526d44c671-70dd30d1, #w-node-_254c8937-e1c9-3797-6e31-62526d44c642-70dd30d1, #w-node-_254c8937-e1c9-3797-6e31-62526d44c6cf-70dd30d1, #w-node-_254c8937-e1c9-3797-6e31-62526d44c6fe-70dd30d1, #w-node-a4f52c2e-4398-c8cd-0234-4898155ac585-70dd30d1, #w-node-a4f52c2e-4398-c8cd-0234-4898155ac5b4-70dd30d1, #w-node-a4f52c2e-4398-c8cd-0234-4898155ac612-70dd30d1, #w-node-a4f52c2e-4398-c8cd-0234-4898155ac641-70dd30d1, #w-node-_665c986d-cffb-a1c7-f69a-82c92c4e7d4d-70dd30d3, #w-node-_665c986d-cffb-a1c7-f69a-82c92c4e7d55-70dd30d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aecf2111-c62a-e1b1-1f2d-fdee3da47b9e-70dd30d3 {
  justify-self: end;
}

#w-node-cba71347-025a-3d16-f6bd-05b830ec32a0-70dd30d3, #w-node-_8ca96457-926a-66d1-7bb6-27ec0e8ab5ba-70dd30d3, #w-node-_73c9fbfd-7cd7-033c-82ff-bd7cf026ceff-70dd30d3, #w-node-_73c9fbfd-7cd7-033c-82ff-bd7cf026cf2e-70dd30d3, #w-node-_73c9fbfd-7cd7-033c-82ff-bd7cf026cf8c-70dd30d3, #w-node-_73c9fbfd-7cd7-033c-82ff-bd7cf026cfbb-70dd30d3, #w-node-_9c62f2ec-d66b-a03c-8dd1-33a5f77e5ae9-70dd30d3, #w-node-_9c62f2ec-d66b-a03c-8dd1-33a5f77e5b18-70dd30d3, #w-node-_9c62f2ec-d66b-a03c-8dd1-33a5f77e5b76-70dd30d3, #w-node-_9c62f2ec-d66b-a03c-8dd1-33a5f77e5ba5-70dd30d3, #w-node-_7e155ad8-a725-2104-cf68-72f25cafd473-70dd30d3, #w-node-_7e155ad8-a725-2104-cf68-72f25cafd4a2-70dd30d3, #w-node-_7e155ad8-a725-2104-cf68-72f25cafd500-70dd30d3, #w-node-_7e155ad8-a725-2104-cf68-72f25cafd52f-70dd30d3, #w-node-_2a7f61a6-1bb5-a4d8-6152-316697007bf4-70dd30d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a7f61a6-1bb5-a4d8-6152-316697007c08-70dd30d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24bdba22-8f2c-ceb8-cfb0-bf14bc3a45dc-70dd30d4, #w-node-_298e7dbe-e274-d2a6-e912-60cdbf9d266f-70dd30d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298e7dbe-e274-d2a6-e912-60cdbf9d2683-70dd30d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3603594a-79c4-ec38-d9c7-0c1cba08665d-70dd30d5, #w-node-b532f644-7c4e-0776-bd12-7da24e7c8027-70dd30d6, #w-node-_9ef35c04-2e2c-b521-da4a-7fde60cce968-70dd30d6, #w-node-d2d2f8ac-95a0-aa71-d8f3-c6019e3f8aea-70dd30d6, #w-node-_25721e77-3034-5621-3030-502bfac0c59e-70dd30d6, #w-node-_529b90f1-c2ec-00e1-0896-60c9c980e21d-70dd30d6, #w-node-de1fa323-7f80-216c-1537-3c07a7eb21b1-70dd30d6, #w-node-_704c7060-8983-34eb-d216-6438f6599267-70dd30d7, #w-node-efdc85b9-f4c8-3387-928b-ad8772cafb6f-70dd30d8, #w-node-d0e9e655-1305-1739-9ac9-a552e4aa022a-70dd30d9, #w-node-_527743c3-3d68-9b83-d4fc-0880c5ca0d5f-70dd30d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1536b8-116b-845a-e3a7-3afa1f4c1de2-70dd30da {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f281e44c-d81b-7c7b-00d3-8be182a9dab6-70dd30da, #w-node-ce91798f-8be2-9e26-47c3-d4b273d69050-70dd30da, #w-node-f835edb8-5cf8-80fa-953b-2c5d98d529db-70dd30da, #w-node-_7d1cb90f-23ac-2aca-134d-b5495ed264e3-70dd30da, #w-node-d600a387-039d-becb-3df6-0ad328a88171-70dd30db, #w-node-f281e44c-d81b-7c7b-00d3-8be182a9dab6-70dd30db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19c26d73-c026-5a75-30b8-de492e8c96e3-70dd30db {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_19c26d73-c026-5a75-30b8-de492e8c96f1-70dd30db, #w-node-_19c26d73-c026-5a75-30b8-de492e8c9719-70dd30db, #w-node-e60d067c-606e-2096-cf0c-c1fbd72fe71a-70dd30dd, #w-node-_32b817c8-0557-215a-bed8-946e9831e283-70dd30dd, #w-node-_6997d632-9d0c-9d73-2856-fe7a63f7b575-70dd30dd, #w-node-_38b8c42e-ac4f-c3be-1aff-a5f207c4af95-70dd30dd, #w-node-aba3034d-fc85-2af8-1748-5e3db414be4b-70dd30de, #w-node-_98daf76c-f292-f8ae-898b-d29c26adacf2-70dd30f0, #w-node-_98daf76c-f292-f8ae-898b-d29c26adad57-70dd30f0, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e1b7-70dd3102, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd3103, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd3103, #w-node-_2aa67e70-6fd8-5d97-d13f-543b358f551a-70dd3103, #w-node-_44b6b362-4144-3f35-5385-08fb4b6face0-70dd3103, #w-node-_2b119cb9-4e77-5754-8b33-213e31d5ce4a-70dd3104, #w-node-_2b119cb9-4e77-5754-8b33-213e31d5ce6a-70dd3104, #w-node-_9d0a2feb-7343-c381-0f99-b35feee4ed23-70dd3104, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd3105, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd3105, #w-node-_2aa67e70-6fd8-5d97-d13f-543b358f551a-70dd3105, #w-node-_891833ad-0c93-e225-3d23-485f5791c56c-70dd3105, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd3119, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd3119, #w-node-d29888a2-fefb-f037-ac07-e69d7872b26f-70dd311a, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30d-70dd311a, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30e-70dd311a, #w-node-_5789ef6b-16c3-011e-c3e3-4567dd040a0a-70dd311a, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ad69-70dd311b, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ae08-70dd311b, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ae09-70dd311b, #w-node-_9048825c-7c9f-5c48-a644-95008eb461aa-70dd311b, #w-node-_9048825c-7c9f-5c48-a644-95008eb461ab-70dd311b, #w-node-d4933329-e3d5-f1e5-542c-a9835d515070-70dd311b, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd311c, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd311c, #w-node-a1419cb9-e706-b427-73c1-410bf231c3c2-70dd311d, #w-node-a1419cb9-e706-b427-73c1-410bf231c44c-70dd311d, #w-node-d7d1ac61-70a6-1d60-7b6e-93e20ac69530-70dd311d, #w-node-d29888a2-fefb-f037-ac07-e69d7872b26f-70dd311f, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30d-70dd311f, #w-node-d29888a2-fefb-f037-ac07-e69d7872b30e-70dd311f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_08b0f852-dec1-b590-45b7-d6260246b7c9-70dd30b2, #w-node-e4599814-e66c-1ea9-4b2b-de8d1a0d790f-70dd30b3, #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e1be-70dd30b5, #w-node-d29888a2-fefb-f037-ac07-e69d7872b276-70dd30b6, #w-node-e91c8a36-0e3b-c5cb-6021-061c17af2aa7-70dd30b8, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ad70-70dd30cd, #w-node-c69e4236-c8cf-ac8d-de7b-deecccff3f06-70dd30ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-f8892704-776d-24da-7107-92fd96c51333-70dd30d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_384bc408-76b5-ae47-292a-33c2aeb6e1be-70dd3102, #w-node-d29888a2-fefb-f037-ac07-e69d7872b276-70dd311a, #w-node-_08cd3639-492c-d4c4-f58f-e1c3d810ad70-70dd311b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_19206227-5f7c-2a14-7a93-94993d5779be-70dd311c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_548eab1e-170f-7add-1d98-f855915b9e92-70dd311f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Hiragino W 1';
  src: url('../fonts/hiragino_W1.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 2';
  src: url('../fonts/hiragino_W2.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 3';
  src: url('../fonts/hiragino_W3.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 4';
  src: url('../fonts/hiragino_W4.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 5';
  src: url('../fonts/hiragino_W5.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 6';
  src: url('../fonts/hiragino_W6.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 7';
  src: url('../fonts/hiragino_W7.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W8';
  src: url('../fonts/hiragino_W8.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino W 9';
  src: url('../fonts/hiragino_W9.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tokyonode';
  src: url('../fonts/TOKYONODE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tokyonode';
  src: url('../fonts/TOKYONODE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}