/* =========================================================================
   index-page.css
   index.html 専用スタイル（旧インライン <style> ブロックを集約）
   - KV/slide1 アニメ系は css/topanime.css 側に分離済み
   - 未使用セレクタ（.exhibition--no-header系 / .grandOpen__body）は削除
   ========================================================================= */

:root {
  --font-ja-gothic: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-ja-gothic);
}

body {
  font-family: var(--font-ja-gothic) !important;
}

/* Safariで日本語が明朝フォールバックしないよう、和文部分は明示的にゴシックへ固定 */
.grandOpen__h2,
.grandOpen__notice,
.grandOpen__notice-line,
.enjoyExperience__h2 .ja,
.programBlock__tag,
.programBlock__lead,
.programBlock__subtitle,
.programBlock__catch,
.programBlock__body,
.programBlock__works,
.floorGuide__h2 .ja,
.floorGuide__lead,
.floorGuide__item,
.footer__newsletter .newsBlock,
.footer__newsletter .newsBlock .summary_inner,
.footer__newsletter .newsBlock .summary_inner .news_txt,
.footer__newsletter .newsBlock p.inner_txt,
.snsGallerySection {
  font-family: var(--font-ja-gothic);
}

/* base.cssに残る明朝指定をindexでは使わない */
.slide2_h2 {
  font-family: var(--font-ja-gothic) !important;
}


/* -----------------------------------------------------------------------
   chiffreSection（数字＋単位／説明の2行ミニマル構成）
   ----------------------------------------------------------------------- */
.chiffreSection {
  gap: clamp(3rem, 6vw, 6rem);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: clamp(1rem, 4vw, 5rem);
  padding-right: clamp(1rem, 4vw, 5rem);
  /* KVと重ねず、自然な位置（KVの下）に配置するため transform と負marginを解除 */
  transform: none !important;
  margin-bottom: 0 !important;
  background: rgba(0, 0, 0, 0.8); /* 透明度0.8（80%不透明） */
  position: relative;
  z-index: 5;
  
  visibility: hidden;
}
.chiffreSection .block__chiffre {
  padding-left: 0 !important;
  margin: 0 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 auto;
  min-width: 200px;
}
.chiffreSection .block__chiffre .chiffre {
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
  margin-bottom: 0.3rem;
  line-height: 1;
}
.chiffreSection .block__chiffre .bleu {
  font-size: 3.6rem !important;
  line-height: 1;
}
.chiffreSection .block__chiffre .unite {
  font-family: 'Bebas Neue', 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #FFF;
  letter-spacing: 0.02em;
}
.chiffreSection .block__chiffre p.sous_titre {
  margin: 0;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .chiffreSection {
  gap: 1.2rem;
  padding: 1rem .6rem 1.6rem;
  visibility: hidden;
  }
  
  .chiffreSection .block__chiffre .bleu { font-size: 2.4rem !important; }
  .chiffreSection .block__chiffre .unite { font-size: 1.1rem; }
  .chiffreSection .block__chiffre p.sous_titre { font-size: .85rem; }
}


/* -----------------------------------------------------------------------
   ヘッダー：location ピン削除後のロゴ左余白
   ----------------------------------------------------------------------- */
.headerContent {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__siteNameBloc__name { padding-left: 20px; }
@media (max-width: 640px) {
  .header__siteNameBloc__name { padding-left: 12px; }
}


/* -----------------------------------------------------------------------
   News Block（footer__newsletter の中身を差し替え。黒背景は維持）
   ----------------------------------------------------------------------- */
/* ticket-theme.css の `.footer__newsletter > div{display:flex}` を打ち消し、
   MORE NEWS ボタンを常にニュース一覧の下に縦並びで配置する */
.footer__newsletter > .w1200 {
  display: block;
}
.footer__newsletter .newsBlock {
  width: 100%;
  padding: 1rem 0;
  color: #fff;
}
.footer__newsletter .newsBlock .news_h2 {
  font-family: 'Bebas Neue', 'Lato', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 32px;
  color: var(--light-purple-2);
  opacity: 1;
  text-transform: uppercase;
}
.footer__newsletter .newsBlock .news_wrap {
  max-width: 980px;
  margin: 0 auto;
  border-bottom: thin solid #555;
}
.footer__newsletter .newsBlock details.js-details {
  background: transparent;
}
.footer__newsletter .newsBlock summary {
  display: block;
  list-style: none;
}
.footer__newsletter .newsBlock summary::-webkit-details-marker {
  display: none;
}
.footer__newsletter .newsBlock .summary_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 25px 10px 25px 0;
  border-top: thin solid #555;
  cursor: pointer;
}
.footer__newsletter .newsBlock .summary_inner .txt_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__newsletter .newsBlock .summary_inner .date {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: 'Montserrat', var(--font-ja-gothic);
  text-align: left;
  margin: 0;
  width: 150px;
  color: #fff;
  font-weight: 400;
}
.footer__newsletter .newsBlock .summary_inner .news_txt {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.footer__newsletter .newsBlock .detail_icon {
  display: block;
  position: relative;
  width: 16px;
  margin-left: 15px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
.footer__newsletter .newsBlock details.is-opened .detail_icon {
  transform: rotate(180deg);
}
.footer__newsletter .newsBlock .detail_icon::before,
.footer__newsletter .newsBlock .detail_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #b56dff;
}
.footer__newsletter .newsBlock .detail_icon::before {
  left: 0;
  transform: rotate(45deg);
}
.footer__newsletter .newsBlock .detail_icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.footer__newsletter .newsBlock .content {
  overflow: hidden;
}
.footer__newsletter .newsBlock .content_inner {
  padding: 0 10px 30px 0;
}
.footer__newsletter .newsBlock p.inner_txt {
  font-size: 0.95rem;
  line-height: 2;
  text-align: left;
  font-weight: 400;
  margin: 0 0 20px;
  color: #e8e8e8;
}
.footer__newsletter .newsBlock .content_inner .sub_title {
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 20px 0 10px;
  padding: 5px 20px 7px;
  display: inline-block;
  color: #9ec7dd;
  border: thin solid #6FA3C0;
}
/* coredatahub配信の画像は <figure class="wp-block-image"> で包まれる。figureの既定マージンを消す */
.footer__newsletter .newsBlock .content_inner figure {
  margin: 0;
}
.footer__newsletter .newsBlock .content_inner img {
  display: block;
  margin: 20px 0 40px;
  max-width: min(100%, 540px); /* フル幅化を防ぐ（旧 width=540 相当） */
  height: auto;
}
.footer__newsletter .newsBlock .hidden_pc { display: none; }
@media screen and (max-width: 640px) {
  .footer__newsletter .newsBlock .news_h2 { font-size: 2.2rem; margin-bottom: 24px; }
  .footer__newsletter .newsBlock .summary_inner { padding: 15px 10px 15px 0; }
  .footer__newsletter .newsBlock .summary_inner .txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__newsletter .newsBlock .detail_icon { margin-left: 10px; }
  .footer__newsletter .newsBlock .summary_inner .date { font-size: 0.9rem; width: auto; }
  .footer__newsletter .newsBlock .summary_inner .news_txt { font-size: 0.95rem; line-height: 1.6; }
  .footer__newsletter .newsBlock .hidden_pc { display: inline; }
}


.footer__newsletter .newsBlock p.inner_txt a {
  color: #fff;
  text-decoration: underline;
}



/* -----------------------------------------------------------------------
   グランドオープン告知ブロック
   ----------------------------------------------------------------------- */
.grandOpen {
  background: #000;
  color: #141414;
  padding: 70px 0 30px;
  position: relative;
  z-index: 5;
  margin-top: 0; /* chiffreSectionとの重なり解消 */
  overflow: hidden; /* 中身だけスライドさせるため */
}

/* スライドイン時に背景KVが透けないよう、セクション枠は固定＆中身だけ動かす */
.enjoyExperience,
.floorGuide,
.footer__newsletter,
.snsGallerySection {
  overflow: hidden;
  background: #000;
  position: relative;
  z-index: 5;
}

/* iOS Safariでの境界サブピクセル抜け対策：隣接する黒背景セクションを1pxずつ重ねる */
.chiffreSection,
.grandOpen,
.enjoyExperience,
.floorGuide,
.footer__newsletter,
.snsGallerySection {
  margin-bottom: -1px;
}
.grandOpen .grandOpen__inner { max-width: 1200px; width: 92%; margin: 0 auto; }

/* 大見出し（tdp slide2_h2 互換） */
.grandOpen__h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.45;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.02em;
  color: #b56dff;
  margin: 0 0 50px;
}
.grandOpen__h2 .sub {
  display: inline-block;
  font-size: 0.6em;
  letter-spacing: 0.02em;
}

/* サブ見出し（プレスリリースの見出し4行：本文より一段大きい程度） */
.grandOpen__notice {
  margin: 0 0 50px;
  padding: 0 0 36px;
  text-align: center;
}
.grandOpen__notice-line {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 15px;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}
.grandOpen__notice-line:last-child { margin-bottom: 0; }
.grandOpen__notice strong { font-weight: 700; color: inherit; }

@media (max-width: 768px) {
  .grandOpen { padding: 60px 0 20px; }
  .grandOpen__h2 { font-size: 2.4rem; line-height: 1.4; margin-bottom: 36px; }
  .grandOpen__notice { padding-bottom: 28px; margin-bottom: 36px; }
  .grandOpen__notice-line { font-size: 1rem; line-height: 1.6; }
}


/* -----------------------------------------------------------------------
   プロモーション動画（ポスター表示・クリックで再生 / レスポンシブ）
----------------------------------------------------------------------- */
.promoMovie {
  background: #000;
  position: relative;
  z-index: 5;
  margin-bottom: -1px; /* 黒背景セクション同士のサブピクセル抜け対策 */
  padding: 30px 0 50px;
  overflow: hidden;
}
.promoMovie__inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
.promoMovie__frame {
  position: relative;
  line-height: 0;
}
.promoMovie__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* 読み込み前のレイアウトシフト防止 */
  background: #000;
  border-radius: 6px;
}

/* 中央の再生矢印ボタン */
.promoMovie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82); /* 少し透明な白 */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.promoMovie__play:hover,
.promoMovie__play:focus-visible {
  background: rgba(255, 255, 255, 0.95); /* ホバーで不透明寄りに */
  transform: translate(-50%, -50%) scale(1.08);
  outline: none;
}
/* 再生用の三角アイコン（CSSのみ） */
.promoMovie__playIcon {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-left: 34px; /* 視覚的に中央へ寄せる */
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent #b56dff; /* 紫の三角 */
}
/* 再生中は矢印ボタンを隠す */
.is-playing .promoMovie__play {
  display: none;
}

@media (max-width: 768px) {
  .promoMovie { padding: 20px 0 40px; }
  .promoMovie__video { border-radius: 4px; }
  .promoMovie__play { width: 64px; height: 64px; }
  .promoMovie__playIcon {
    margin-left: 26px;
    border-width: 10px 0 10px 17px;
  }
}


/* -----------------------------------------------------------------------
   Enjoy the experience（白背景・上品な2カラム構成）
   ----------------------------------------------------------------------- */
.enjoyExperience {
  background: #000;
  color: #141414;
  padding: 150px 0 80px;
  position: relative;
  z-index: 5;
  scroll-margin-top: 90px;
}
.enjoyExperience__h2 {
  text-align: center;
  margin: 0 0 60px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--light-purple-2);
}
.enjoyExperience__h2 .en { display: block; }
.enjoyExperience__h2 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 8px;
}

/* プログラムブロック：左に画像ギャラリー、右にテキスト（交互配置） */
.programBlock {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 90px;
  padding-bottom: 70px;
  border-bottom: 1px solid #333;
}
.programBlock:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.programBlock--short { grid-template-columns: 1fr 1.1fr; }
.programBlock--short .programBlock__media { order: 2; }
.programBlock--short .programBlock__text { order: 1; }

.programBlock__media { position: relative; }
.programBlock__hero {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 6px;
  cursor: zoom-in;
  transition: opacity 0.3s ease;
}
.programBlock__hero:hover { opacity: 0.9; }
.programBlock__thumbs {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.programBlock__thumbs li { margin: 0; }
.programBlock__thumbs a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  cursor: zoom-in;
}
.programBlock__thumbs img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  transition: transform 0.4s ease;
  vertical-align: bottom;
}
.programBlock__thumbs a:hover img { transform: scale(1.05); }

.programBlock__text { padding-top: 8px; }

.programBlock__lead {
	color: #fff;
	font-size: 1rem;
	line-height: 1px;
	font-weight: 500;
}

.programBlock__tag {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #6FA3C0, #2c6e8a);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-radius: 3px;
  margin-bottom: 16px;
}
.programBlock--short .programBlock__tag {
  background: linear-gradient(90deg, #b56dff, #6503D3);
}
.programBlock__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.programBlock__subtitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 8px;
}
.programBlock__catch {
  font-size: 1rem;
  color: var(--light-bluegreen);
  font-weight: 600;
  margin: 30px 0 24px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-left: 12px;
  border-left: 3px solid var(--light-bluegreen);
}
.programBlock--short .programBlock__catch {
  color: var(--light-purple);
  border-left-color: var(--light-purple);
}
.programBlock__body p {
  color: var(--color-primary);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0 0 25px;
}
.programBlock__works {
  margin-top: 18px !important;
  padding: 12px 16px;
  background: #f0f6f9;
  border-radius: 4px;
  font-size: 0.9rem !important;
  color: #000 !important;
}
.programBlock__works .span01 {
	color: #fff;
	font-weight: bold;
	background-color: var(--light-bluegreen);
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.programBlock__works .span02 {
	color: #fff;
	font-weight: bold;
	background-color: var(--light-purple);
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.programBlock--short .programBlock__works { background: #f7f5fb; }
.programBlock--short .programBlock__works strong { color: #6503D3; }

@media (max-width: 900px) {
  .enjoyExperience__h2 { font-size: 3.2rem; }
  .programBlock,
  .programBlock--short {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
  .programBlock--short .programBlock__media { order: 1; }
  .programBlock--short .programBlock__text { order: 2; }
  .programBlock__hero { height: 320px; }
  .programBlock__title { font-size: 2.2rem; }
}

.color_01 {
	color: var(--light-purple);
}

.color_02 {
	color: var(--light-bluegreen);
}

.paragraphBlocText p {
	color: #fff;
    font-size: 1.2rem;
    line-height: 2.5;
	text-align: left;
}


/* -----------------------------------------------------------------------
   FLOOR GUIDE / 館内マップ
   ----------------------------------------------------------------------- */
.floorGuide {
  background: #000;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}
.floorGuide__h2 {
  color: var(--light-purple-2);
  text-align: center;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  margin: 0 0 60px;
}
.floorGuide__h2 .en { display: block; }
.floorGuide__h2 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 8px;
}

.floorGuide__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
}
.floorGuide__item--wide { grid-column: span 3; }

.floorGuide__item--wide .floorGuide__visuel img {
height: 450px;
object-position:center 70%;
}

.floorGuide__visuel {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 14px;
  cursor: pointer;
}
.floorGuide__visuel img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  vertical-align: bottom;
}
.floorGuide__item a:hover .floorGuide__visuel img { transform: scale(1.05); }

.floorGuide__title {
  color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 0 15px;
    border-bottom: 1px solid #2c6e8a;
    padding-bottom: 10px;
}
.floorGuide__title span {
	color: #2c6e8a;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 4px;
}
.floorGuide__item p {
  color: var(--color-primary);
  font-size: 0.95rem;
  line-height: 1.85;
  margin: 0 0 8px;
}
.floorGuide__schedule {
  margin-top: 14px !important;
  padding: 12px 16px;
  background: #f4f4f6;
  border-left: 3px solid #b56dff;
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
}
.floorGuide__schedule strong { color: #6503D3; letter-spacing: 0.04em; }


.btn--goto {
	font-size: 1.2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90% !important;
	max-width: 200px;
	margin: 60px auto 0;
	padding: .9rem 2rem;
	transition: transform 0.3s ease;
	position: relative;
	letter-spacing: 2px;
}
.btn--goto,
.btn--goto::after {
	border-radius: 0.4rem;
}
.btn--goto::before {
	content: none !important; /* 左矢印（.bouton::before）を非表示 */
}
.btn--goto .btn--goto__arrow {
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	flex-shrink: 0;
}

.btn--goto:hover,
.btn--goto:focus {
	background-color: #7e1ee0;
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}
.btn--goto.bouton--anim:hover::after,
.btn--goto.bouton--anim:focus::after {
	left: -110%;
}


/* -----------------------------------------------------------------------
   Highlights セクション非表示
   （新規 Enjoy / Floor で内容を網羅したため）
   ----------------------------------------------------------------------- */
.avis__clients { display: none !important; }


/* -----------------------------------------------------------------------
   画像モーダル（共通：写真クリックで拡大）
   要素は js/img-modal.js で動的生成される
   ----------------------------------------------------------------------- */
.imgModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;              /* 常に flex（visibility で表示制御） */
  visibility: hidden;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  cursor: zoom-out;
}
.imgModal.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease, visibility 0s;
}
.imgModal__inner {
  max-width: 92vw;
  max-height: 88vh;
  position: relative;
  text-align: center;
}
.imgModal__img {
  max-width: 92vw;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}
.imgModal__caption {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.imgModal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
}
.imgModal__close:hover { color: #b56dff; }





@media (max-width: 1024px) {
.footer__newsletter .newsBlock .news_wrap {
	padding: 0 1.5rem;
}

.text-align-center {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.paragraphBlocText p {
    font-size: 1.1rem;
    line-height: 2.1;
}
  
.floorGuide__list { grid-template-columns: repeat(2, 1fr); }

.floorGuide__item--wide { grid-column: span 2; }
}


@media (max-width: 820px) {
.grandOpen__h2 {
    font-size: 2.5rem;
}
}


@media (max-width: 640px) {
.grandOpen__h2 {
   font-size: 1.6rem;
} 
  
.grandOpen__h2 .sub {
    font-size: 0.7em;
	line-height: 1.6;
    letter-spacing: 0.02em;
	margin-top: 15px;
}

.programBlock__tag {
  line-height: 1.6;
  width: 100%;
}

.paragraphBlocText p {
  font-size: 1rem;
  line-height: 2;
  margin: 0 0.5em;
}

.grandOpen__notice {
padding-bottom: 0;
margin-bottom: 0;
}

.enjoyExperience {
    padding: 50px 0 80px;
}
  
.floorGuide__h2 { font-size: 3rem; }
.floorGuide__list { grid-template-columns: 1fr; }
.floorGuide__item--wide { grid-column: span 1; }
.floorGuide__visuel img,
.floorGuide__item--wide .floorGuide__visuel img { height: 150px; }

.footer__newsletter {
  padding: 1.2rem;
}

.footer__newsletter .newsBlock .news_wrap {
	padding: 0;
}
}
