@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--color-primary: #e8e8e8;
	--line-primary: #acbce5;
	--bg-table: #e8ebff;
	--bg-table-td: #f6f8ff;
	--bg-pink: #eb6ea5;
	--light-purple: #b56dff;
	--light-purple-2: #a398b9;
	--light-bluegreen: #3c93b8;
	--dark-purple: #39086d;
	--bg-dark-gray: #202020;
}


html {
overflow: auto;
overflow-x: hidden;
scroll-behavior: smooth;
}


body,
body.tdp-merged-body {
font-size: 1rem;
font-family:'Roboto','Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
letter-spacing: 1px;
overflow-wrap: anywhere;
line-break: strict;
background-color: #000;
color: var(--color-primary);
}



#wrap {
flex: 1;
}

img {
max-width: 100%;
height: auto;
}

.ie8 img {
width: auto;
}

a:link {
/* color: #fff;  ← atelier統合のため削除 */
text-decoration: none;
transition-property: all;
transition: 0.2s linear;
border-style: none;
}

a:visited {
/* color: #fff;  ← atelier統合のため削除 */
}

a:hover {
/* color: #fff;  ← atelier統合のため削除 */
text-decoration: underline;
}

/* topページのメッセージ背景 */
.message_exceptionnel {
    background-color: #0e5bd7;
}


/* atelier統合のため .container 全体指定を停止（Bootstrap .container と衝突するため）
   tdp構造内（slide4等）で必要なときは .slide4_bg .container などスコープして再定義する */
.slide4_bg .container,
.tdp-container {
width: 92%;
max-width: 1000px;
margin: auto;
}

.container1000 {
width: 92%;
max-width: 1000px;
margin: auto;
}

.container1080 {
width: 92%;
max-width: 1080px;
margin: auto;
}

.container1200 {
width: 92%;
max-width: 1200px;
margin: auto;
}

.container1500 {
width: 92%;
max-width: 1500px;
margin: auto;
}



/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
opacity: 0;
transform: translate(0, 45px);
transition: all 700ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity: 1;
transform: translate(0, 0);
}


/* header */
header {
	margin: 0;
	padding: 0;
}

.ul_lang ul {
margin: 0;
list-style-type: none;
position: absolute;
z-index: 100;
top: 15px;
right: 20px;
display: flex;
gap: 5px;
}

.lang-btn {
width: 30px;
height: 30px;
border-radius: 50%;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 12px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lang-btn.jp {
background: #ffdf2a;
color: #333;
}

.lang-btn.en {
background: white;
color: #333;
}

.lang-btn.jp-off {
background: white;
color: #333;
}

.lang-btn.en-on {
background: #ffdf2a;
color: #333;
}

.lang-btn a {
	color: #000;
	text-decoration: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-btn a:focus,
.lang-btn a:visited {
	outline: none;
	text-decoration: none;
}

.lang-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lang-btn:active {
transform: translateY(0);
}

.lang-btn.jp:hover {
background: #ffed4e;
text-decoration: none !important;
}

.lang-btn.jp a:hover {
text-decoration: none !important;
}

.lang-btn.en:hover {
background: #f8f9fa;
}



/* General Slides */
.slide {
background-attachment: fixed;
width: 100%;
height: auto;
position: relative;
padding: 0;
}

/* Slide1: slide1 関連は css/topanime.css に移動 */

/* overlay */
.overlay1 {
position: relative;
padding: 0;
overflow: hidden; /* 追加 */
}

/* Slide2 */
#slide2 {
margin: 0;
padding: 100px 0;
  width: 100%;
position: relative;
}

 .slide2_h2 {
      color: var(--light-purple);
      font-size: 4.5rem;
      line-height: 1.8;
      text-align: center;
      font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
      font-weight: 800;
      font-style: normal;
      margin: 0;
      padding: 0 !important;
      letter-spacing: -3px;

    }

.slide2_h2 .sub {
    font-size: 0.6em;
    display: inline-block;
}

.sp-only { display: none; }

.split {
font-size: 1.8rem;
line-height: 2.5em;
text-align: center;
font-weight: 300;
font-style: normal;
transform: scale(0.8, 1);
margin: 70px auto 0;
padding: 0;
letter-spacing: 4px;
 opacity: 1;
  will-change: transform;
}

.split * {
  will-change: transform;
}

.italic {
	font-style: italic;
}

.news_h2 {
color: #C2BECA;
font-family: "Bebas Neue", sans-serif;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
margin: 200px 0 0;
padding: 0;
letter-spacing: 4px;
}

#news {
	scroll-margin-top: 80px;
}

.news_wrap {
width: 100%;
border-bottom: 1px solid #666;
margin: 40px 0 0;
}

ruby {
  position: relative;
  display: inline-block;
}
ruby rt {
  font-size: 0.5em;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0em;
  line-height: 1;
}

/* Safari専用調整 */
@supports (-webkit-appearance: none) {
  ruby rt {
    top: 0.1em;
    transform: translateY(-0.5em); /* Safari用強制移動 */
  }
}


/* Slide3 */
#slide3 {
margin: 0;
padding: 100px 0 0;
width: 100%;
position: relative;
}

.sns_title {
  text-align: center;
}

.sns_h2 {
color: #C2BECA;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
font-family: "Bebas Neue", sans-serif;
margin: 0;
padding: 0;
letter-spacing: 4px;
}

.sns_link {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	margin: 40px 0 0;
	padding: 0 1px 0 0;
}

.sns_link .icon {
	width: 40px;
	height: 40px;
	display: flex;
	 justify-content: center;
	 align-items: center;
	background-color: #6503D3;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 4px;
}

.sns_link img {
	width: 24px;
	height: auto;
}

.sns_link a:hover {
  animation: dora-swing 0.6s ease;
}

.sns_link a:hover img {
opacity: 1;
}

/* Instagram */
.insta-box {
  border-top: 1px solid #666;
  position: relative;
  padding: 40px 0;
  margin: 80px 0;
  text-align: center;
}

/* ← 短い縦線を左右に“だけ”描く（各100px） */
.insta-box::before,
.insta-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;          /* 線の太さ */
  height: 100px;       /* ★ ご指定の長さ */
  background: #666;
}
.insta-box::before { left: 0; }   /* 1080px枠の左端から */
.insta-box::after  { right: 0; }  /* 1080px枠の右端から */

/* 見出し部分 */
.insta-title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 4px;
  background-color: #000;
  width: auto;
    white-space: nowrap;
}

.insta-images {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.insta-item {
  width: 30%;
  margin-right: 5%;
}

.insta-item:nth-child(3n) {
  margin-right: 0;
}

.insta-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;       /* 画像がはみ出す場合に整える */
}


/* slide4 */
#slide4 {
margin: 180px 0 0;
padding: 0;
position: relative;
}

.slide4_bg {
	position: relative;
	padding: 0;
}

.slide4_bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}

.slide4_bg img {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left 20%;
    vertical-align: bottom;
}

.banner_link {
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    margin: 0;
    padding: 0;
}

.banner_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.banner_link li {
  display: inline-block;
  margin: 0 30px;
}

.banner_link li img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.banner_link a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner_link a:hover {
  transform: translateY(-4px);
}


/* FOOTER */
footer {
margin: 0;
padding: 30px 0 5px;
width: 100%;
position: relative;
text-align: center;
background-color: #000;
color: #fff;
z-index: 5;
}
footer dt,
footer dd,
footer p,
footer a { color: #fff; }

.footer_p {
	font-size: 0.85em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}

.footer_p a {
	color: #fff;
}

.footer_dl_wrap {
text-align: center;
margin: 50px auto 0;
width: 100%;
max-width: 550px;
}

.dl_01 {
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
font-weight: 500;
display: flex;
align-items: center;
margin: 0 0 15px;
padding: 0;
}

.dl_01 dt {
	width: 35%;
	margin: 0;
	text-align: right;
}

.dl_01 dd {
width: 50%;
margin: 0;
display: flex;
align-items: center;
padding-left: 3em;
}

.dl_01 dd img {
	margin: 0;
}

.f_logo_01 {
	width: auto;
	height: 20px;
}

.f_logo_02 {
	width: auto;
	height: 15px;
}

.f_logo_03 {
	width: auto;
	height: 28px;
}

.f_logo_04 {
	width: 180px;
}

.f_logo_05 {
	width: auto;
	height: 18px;
	position: relative;
	top: 5px;
}

.f_logo_06 {
	width: 180px;
	margin-left: 25px !important;
}

.copyright {
color: #aaa;
font-size: 0.9em;
line-height: 1.6em;
margin: 40px 0 30px 20px;
padding: 0;
}



.main_h1 {
    color: var(--light-purple-2);
    font-size: 8rem;
    line-height: 1.3;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    margin: 0;
	padding: 0.2em 0 0.5em;
}


p {
    font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1rem;
}


.ja-bilingual-title {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.ja-bilingual-title__en {
	display: inline-block;
}
.ja-bilingual-title__ja {
	display: inline-block;
	margin-left: 0.7rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}
.expo__intro .ja-bilingual-title, .exhibition__header .ja-bilingual-title {
	color: inherit;
}
.expo__intro h1 .ja-bilingual-title__ja {
	display: block;
	margin-top: 0.35rem;
}
.expo__intro h1 img + .ja-bilingual-title__ja {
	color: #fff;
}

.header__language .nav .is-active {
	display: none;
}

/* ===== JA/EN ラベル切替（Google翻訳対応） ===== */
/* 常時ラベルは現在の言語のみ表示。もう一方はホバーで開くプルダウン(.nav)側に出す。
   ※ ticket-theme.css の「.header__language span { display:inline-block }」(詳細度0,1,1)に
     打ち勝つよう、必ず .header__language でスコープして詳細度を上げること。 */
/* 通常時（日本語）：JA ラベルのみ表示、EN ラベルは隠す */
.header__language .lang-current--en { display: none; }

/* 翻訳時：translate.js が <html> に .is-en-mode を付与する。EN ラベルのみ表示、JA ラベルを隠す */
html.is-en-mode .header__language .lang-current--ja { display: none; }
html.is-en-mode .header__language .lang-current--en { display: inline-block; }

/* 翻訳時のプルダウン(.nav)内：Ja（日本語へ戻る）を表示し、En を隠す
   （通常時は ticket-theme.css の is-active 規則で Ja が隠れ En が表示される） */
html.is-en-mode .header__language .nav .ja { display: block; }
html.is-en-mode .header__language .nav .en { display: none; }
/* 「Ja」リンク本体(<a>)にも is-active が付いており、
   .header__language .nav .is-active { display:none } で消えてしまうため、
   翻訳時はアンカーも明示的に表示する（通常の En リンクと同じ inline）。 */
html.is-en-mode .header__language .nav .ja a { display: inline; }

/* プルダウンを確実に開く。
   ※ 開閉の :hover 規則は ticket-theme.css（別オリジン）にあり、Google翻訳プロキシ
     (translate.goog) 上で確実に適用される保証がないため、同一オリジンの base.css にも
     明示的に定義して通常時・翻訳時の双方で必ず開くようにする。 */
.header__language:hover .nav,
html.is-en-mode .header__language:hover .nav { display: block; }

/* JA/EN ラベルの縦位置を隣のメニュー(NEWS/CONTACT等)に揃える。
   .header__right は align-items:center だがメニューリンクは下寄りに配置されるため、
   ラベルも下揃え＋メニューと同じ行高にしてベースラインを合わせる。 */
.header__right .header__language { align-self: flex-end; }
.header__language .lang-current { line-height: 38.4px; }

/* ===== カレンダー曜日見出しの日英切替（Google翻訳対応） =====
   th は translate="no" で固定し、翻訳時は CSS で英字(Sun/Mon…)に出し分ける。 */
.cal-wd-en { display: none; }
html.is-en-mode .cal-wd-ja { display: none; }
html.is-en-mode .cal-wd-en { display: inline; }

.c-hamburger {
	margin-right: 15px;
}
.c-hamburger--htx.is-active {
	top: 0;
	z-index: 1000;
}

.header__menuBlock a:hover,
.header__menuBlock__responsive a:hover,
.header__language a:hover {
	text-decoration: none;
}

.ticket_wrap {
	margin: 0;
	padding: 0;
}

.ticket_wrap .lead_txt {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	font-weight: 800;
	margin: 0 0 30px;
	padding: 0;
}

.ticket_wrap .ticket_lead {
	font-size: 1.15rem;
	line-height: 1.7;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	border: 1px solid var(--light-purple);
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0;
	background-color: rgba(181, 109, 255, 0.15);
	align-items: stretch;
}

.ticket_wrap .ticket_lead > span:not(.ticket_lead__note) {
	color: #6503D3;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1.7;
	padding: 14px;
	background-color: #fff;
	margin-right: 0;
}

.ticket_wrap .ticket_lead__note {
	color: #ffff00;
	display: flex;
	align-items: center;
	padding: 14px 40px;
	background-color: var(--light-purple);
}

.ticket_wrap p {
	color: #222;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
	margin: 0;
	padding: 0;
}

.ticket_wrap .btn--ticket {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90% !important;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 1.4rem 2rem;
	font-size: 1.15rem;
	font-weight: 700;
	transition: transform 0.3s ease;
}
.ticket_wrap .btn--ticket,
.ticket_wrap .btn--ticket::after {
	border-radius: 0.4rem;
}
.ticket_wrap .btn--ticket::before {
	content: none !important;
}
.ticket_wrap .btn--ticket__arrow {
	position: absolute;
	right: 1.8rem;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	flex-shrink: 0;
}

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

.ticket_note_pia {
	color: #fff;
	font-size: 0.9rem ;
	line-height: 1.8;
	text-align: left;
	margin: 30px auto 0;
	max-width: 800px;
	border: thin dashed #fff;
	padding: 10px;
}

.goto_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90% !important;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 1.4rem 2rem;
	font-size: 1.15rem;
	font-weight: 700;
	transition: transform 0.3s ease;
}
.goto_btn,
.goto_btn::after {
	border-radius: 0.4rem;
}
.goto_btn::before {
	content: none !important;
}
.goto_btn:hover,
.goto_btn:focus {
	background-color: #7e1ee0;
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}
.goto_btn.bouton--anim:hover::after,
.goto_btn.bouton--anim:focus::after {
	left: -110%;
}

.ticket_wrap .p_ticket_note {
	color: var(--bg-table-td);
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 50px auto 0;
	width: 100%;
	max-width: 580px;
}

.ticket_wrap .structure {
	margin-bottom: 2.5rem;
}

.ticket_wrap .paragraphBlockContour .block__texte {
	display: block;
	width: 100%;
	padding: 2rem;
	border: 1px solid #ddd;
	border-radius: 0.75rem;
	background-color: #fff;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	margin: 80px 0 0;
}


.ticket_wrap .paragraphBlockContour h3 {
    color: var(--light-purple);
    font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 800;
    margin: 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

.ticket_wrap .ticket__badge {
    color: #fff;
	font-size: 1rem;
	line-height: 1;
    background: linear-gradient(135deg, #b56dff, #6503D3);
    border-radius: 3px;
    vertical-align: middle;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 0.6em;
	padding: 0.5em 0.6em;
	margin-bottom: 5px;
}

.ticket_wrap h2 {
	font-size: 2rem;
	letter-spacing: 0.04em;
	margin: 2rem 0 1rem;
	color: #141414;
}


/*チケットテーブル*/
.ticket_table {
	width: 100%;
	margin: 20px auto;
	overflow-x: auto;
	border-collapse: collapse;
	text-align: center;
}

.ticket_table--mobile {
	display: none;
}

.ticket_table caption {
	caption-side: top;
	color: #111;
	font-size: 0.8rem;
	line-height: 1;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 5px;
}

.ticket_table th {
	background-color: var(--bg-table);
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	padding: 20px 15px;
	border-top: 1px solid var(--line-primary);
	border-bottom: 1px solid var(--line-primary);
	width: 20%;
	letter-spacing: 2px;
}

.ticket_table td {
	color: #000;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 500;
	padding: 15px;
	border-bottom: 1px solid var(--line-primary);
	background-color: var(--bg-table-td);
}

.ticket_table td span {
	font-size: 1rem;
	margin-left: 3px;
	font-weight: 400;
}

.ticket_notes {
	color: #444;
	font-size: 0.85rem;
	line-height: 1.7;
	text-align: left;
	margin: 0;
	padding: 0;
}

.block__texte .dl01 {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 30px 0 0;
}

.block__texte .dl01 dt {
    font-size: 0.9em;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    background-color: var(--light-purple);
    margin: 0 10px 10px 0;
    padding: 3px 10px 1px;
    width: 100px;
}

.block__texte .dl01 dd {
    flex: 1;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 1px;
}

.block__texte .dl01 dd {
    font-size: 0.95em;
    line-height: 1.8;
    flex: 1;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 10px 1px;
}

.overlay-soldout {
    position: relative;
}

.overlay-soldout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 500;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.soldout_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 510;
}

.soldout_txt .p_s {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 8px;
}

.soldout_txt p {
    color: #d7102b;
    font-size: 4em;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
    border: 2px solid #d7102b;
    width: 400px;
    margin: 0;
    padding: 10px;
    transform: rotate(-10deg);
    background-color: rgba(255, 255, 255, 0.6);
}


/* 概要テーブル */
table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
	border: thin solid #aaa;
	border-left-style: none;
	border-right-style: none;
}

.outline th {
	color: var(--light-purple-2);
	text-align: left;
	letter-spacing: 3px;
	vertical-align: top;
	width: 200px;
	padding: 1.5em .5em;
}

.outline td {
	color: #fff;
	vertical-align: top;
	border-left: thin solid #aaa;
	padding: 1.5em 1em 1.5em 3em;
}

.outline td span {
	display: inline-block;
}

/* ===== About ページ用追加スタイル（tickets と同じ structure / paragraphBlockContour 系を踏襲） ===== */
.about_wrap .lead_brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #6503D3;
  margin: 0 0 4px;
}
.about_wrap .lead_brand_ja {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  margin: 0 0 30px;
}
.about_wrap .lead_text p {
  line-height: 2;
  margin: 0 0 18px;
  text-indent: 1em;
}
.about_wrap .info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.about_wrap .info_table th,
.about_wrap .info_table td {
  text-align: left;
  vertical-align: top;
  padding: 14px 18px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.95rem;
  line-height: 1.7;
}
.about_wrap .info_table th {
  width: 200px;
  font-weight: 700;
  color: #6503D3;
  background: #f7f5fb;
}
.about_wrap .info_table .note {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}
.about_wrap .info_table a { color: #6503D3; text-decoration: underline; }
.about_wrap .info_table a:hover { opacity: 0.7; }


/* フロアガイド */
/* ===== FLOOR GUIDE / 館内マップ ページ専用スタイル ===== */
/* ticker（画像） */
.ticker_photo {
	margin: 20px 0 100px -20px;
	width: calc(100% + 20px);
}

@keyframes infinity-scroll-left {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: calc(100vw / 2);
}

.scroll-infinity__item>img {
	width: 100%;
}


.floorPage {
  background: #fff;
  color: #141414;
  padding: 80px 0 100px;
}
.floorPage .w1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.floorPage__h1 {
  text-align: center;
  margin: 0 0 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #141414;
}
.floorPage__h1 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #6503D3;
  margin-top: 10px;
}

.floorList {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -45px;
  display: flex;
  flex-wrap: wrap;
}

.floorList > .floorList__item {
  width: calc(33.333% - 45px);
  margin: 36px 0 60px 45px;
}

.floorList > .floorList__item:nth-child(-n+3) { margin-top: 0; }
.floorList__item--wide { width: calc(100% - 45px) !important; }

.floorList__item--wide .floorList__visuel img {
height: 600px;
object-position:center 68%;
}

.floorList__visuel {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 16px;
  cursor: zoom-in;
  background: #f4f4f6;
}

.floorList__visuel img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s ease;
  vertical-align: bottom;
}

.floorList__item a:hover .floorList__visuel img { transform: scale(1.05); }

/* ===== フロアリスト画像スライダー（メインホール等：矢印で切替）===== */
.floorList__slider {
  position: relative;
  margin-bottom: 16px;
}
.floorList__slider .floorList__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.floorList__slider .floorList__slide:first-child {
  position: relative;
}
.floorList__slider .floorList__slide.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0s;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.floorList__slider .floorList__visuel {
  margin-bottom: 0;
}
.floorList__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  transition: opacity 0.25s ease;
}
.floorList__nav:hover { opacity: 0.85; }
.floorList__nav--prev { left: 10px; }
.floorList__nav--next { right: 10px; }
.floorList__dots {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.floorList__dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.25s ease;
}
.floorList__dots span.is-active { background: #fff; }

/* ==========================================================================
 * goods_slider（3枚表示／中央カレント／両脇1/3ピーク／スワイプ対応）
 * ========================================================================== */
.goods_slider {
  position: relative;
  margin: 40px 0 24px;
  padding: 0 0 56px;
  overflow: hidden;
  touch-action: pan-y;
}
.goods_slider__viewport {
  overflow: hidden;
  width: 100%;
}
.goods_slider__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.goods_slider__slide {
  flex: 0 0 60%;
  max-width: 60%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  opacity: 0.45;
  transform: scale(0.9);
  transition: opacity 0.45s ease, transform 0.45s ease;
  user-select: none;
}
.goods_slider__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.goods_slider__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.goods_slider__visuel {
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  background: #000;
}
.goods_slider__visuel img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.goods_slider__caption {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: left;
  margin: 15px 0 0;
}

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

.goods_slider__nav {
  position: absolute;
  top: calc(50% - 28px);
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  transition: opacity 0.25s ease;
}
.goods_slider__nav:hover { opacity: 0.85; }
.goods_slider__nav--prev { left: 10px; }
.goods_slider__nav--next { right: 10px; }
.goods_slider__dots {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.goods_slider__dots span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.25s ease;
}
.goods_slider__dots span.is-active { background: #fff; }

.goods_notes {
	border: thin solid var(--light-purple-2);
	margin-top: 100px;
	padding: 1.5em 2em;
}

.goods_notes h4 {
	color: var(--light-purple-2);
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .5em;
	margin: 0 0 30px;
}

.ul_notes_01 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ul_notes_01 li {
	color: #eee;
	font-size: 0.85rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 7px;
	padding: 0 0 0 1.4em;
	position: relative;
}

.ul_notes_01 li::before {
	color: #eee;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.floorList__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 var(--light-purple);
  padding-bottom: 10px;
}
.floorList__title .sub {
  color: var(--light-purple);
  font-size: 1.1rem;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 4px;
}
.floorList__item p {
  font-size: 0.95rem;
  line-height: 1.85;
  margin: 0 0 8px;
}

.floorList__schedule {
  color: #2c6e8a;
    font-size: 0.85rem;
    line-height: 1.6;
    display: inline-block;
    margin-top: 15px;
    padding: 8px 12px;
    background: #d0d4dc;
	width: 100%;
}


/* ===== 画像モーダル（共通：写真クリックで拡大）===== */
.imgModal {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  z-index: 9999; opacity: 0;
  transition: opacity 0.35s ease;
  cursor: zoom-out;
  text-align: center;
}
.imgModal.is-open { display: block; opacity: 1; }
.imgModal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.imgModal__inner {
  max-width: 92vw; max-height: 88vh; position: relative; text-align: center;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0.85) translateY(20px);
  transition: opacity 0.4s ease 0.05s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}
.imgModal.is-open .imgModal__inner {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.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);
  animation: imgModalImgIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.imgModal.is-open .imgModal__img { animation-play-state: running; }
@keyframes imgModalImgIn {
  0%   { opacity: 0; transform: scale(0.92); filter: blur(6px); }
  60%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}
.imgModal__caption {
  color: #fff; font-size: 0.9rem; letter-spacing: 0.05em; margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  animation: imgModalCapIn 0.5s ease 0.25s both;
}
@keyframes imgModalCapIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.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; transition: color 0.2s ease, transform 0.2s ease; }
.imgModal__close:hover { color: #b56dff; transform: rotate(90deg); }
@media (prefers-reduced-motion: reduce) {
  .imgModal, .imgModal__inner, .imgModal__img, .imgModal__caption, .imgModal__close {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

.floorPage__lead {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2;
    color: #fff;
    margin: 0 auto 80px;
    max-width: 720px;
}

.floorList__work {
    color: #2c6e8a;
    font-size: 0.85rem;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    margin-top: 15px;
    padding: 12px;
    background: #d0d4dc;
	width: 100%;
	border-radius: 6px;
}

.floorList__work .spec_credit {
    color: #2c6e8a;
    font-size: 0.85em;
	line-height: 1.5;
    margin-top: 5px;
}

.spec_movie {
	background-color: #2c6e8a;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 10px;
}


/* グッズページ */
.goods_p {
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	margin: 0 0 80px;
	padding: 0;
}


/* 注意事項ページ */
.menu_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0 auto 60px;
	padding: 0;
	width: 80%;
}

.menu_link li {
	margin: 3px 10px 10px;
	width: 47%;
	background-color: transparent;
}

.menu_link li a {
	display: block;
	padding: 0.6rem;
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	border: thin solid var(--light-purple);
}

.menu_link li a:hover {
	background-color: var(--dark-purple);
}


.notes_ul li {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 12px !important;
	padding: 0;
}

.notes_wrap h3 {
	position: relative;
	color: var(--light-purple);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.2rem 0 0.2rem 1rem;
	margin: 80px 0 1.5rem;
}
/* border-left の代わりに擬似要素のバー。
   上下を「padding(0.2rem) + 行間の余白(half-leading = (1.4-1)/2 = 0.2em)」だけ
   詰めることで、1行目の文字上端〜最終行の文字下端に合わせて伸びる（複数行対応） */
.notes_wrap h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(0.2rem + 0.1em);
	bottom: calc(0.2rem + 0.2em);
	width: 5px;
	background-color: var(--light-purple);
}

.notes_wrap > [id] {
	scroll-margin-top: 80px;
}

.notes_wrap h3:first-of-type {
	margin-top: 1rem;
}

.notes_wrap ul {
	font-size: 0.95rem;
	line-height: 1.8;
	padding-left: 1.5rem;
}

.notes_wrap ul li {
	margin-bottom: 0.4rem;
}

.notes_wrap ul ul {
	margin-top: 0.4rem;
}


/* font */
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    cursor: pointer;
    opacity: 0;
	width: 220px;
}

.floating-banner img {
    width: 100%;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}

.hidden_912 {
	display: none;
}



/* ============================================================
   レスポンシブ（ブレイクポイント別にまとめ）
   max-width: 1024 → 912 → 820 → 768 → 640 の降順 + min-width: 767
   ============================================================ */

/* ===== max-width: 1024px ===== */
@media screen and (max-width: 1024px) {
  /* フロアガイド */
  .floorList > .floorList__item { width: calc(50% - 45px); }
  .floorList > .floorList__item:nth-child(-n+3) { margin-top: 36px; }
  .floorList > .floorList__item:nth-child(-n+2) { margin-top: 0; }
  /* view point 切り替え */
  .slide2_h2 { font-size: 3.5rem; }
  .insta-images { width: 95%; }
}

/* ===== max-width: 912px ===== */
@media screen and (max-width: 912px) {
  .slide2_h2 { font-size: 3rem; }
  .lead_txt { font-size: 1.6rem; }
  .slide4_bg img { height: 300px; object-position: left 20%; }
  .hidden_912 { display: block; }
}

/* ===== max-width: 820px ===== */
@media screen and (max-width: 820px) {
  .lead_txt { font-size: 1.4rem; line-height: 2.5em; }
  /* NOTES-820 */
  .menu_link ul { width: 100%; }
}

/* ===== max-width: 768px ===== */
@media screen and (max-width: 768px) {
  /* about */
  .about_wrap .lead_brand { font-size: 1.6rem; }
  .about_wrap .info_table,
  .about_wrap .info_table tbody,
  .about_wrap .info_table tr,
  .about_wrap .info_table th,
  .about_wrap .info_table td { display: block; width: 100%; }
  .about_wrap .info_table th { padding: 10px 14px; border-bottom: none; }
  .about_wrap .info_table td { padding: 8px 14px 14px; }
}

/* ===== max-width: 640px ===== */
@media screen and (max-width: 640px) {
.sp-only { display: inline; }

/* goods_slider：1枚表示（両脇のピーク無し） */
.goods_slider__slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px;
  transform: scale(1);
  opacity: 1;
}
.goods_slider__slide.is-active {
  transform: scale(1);
}

/* チケット lead */
.ticket_wrap .ticket_lead { flex-direction: column; }
.ticket_wrap .ticket_lead br { display: none; }
.ticket_wrap .ticket_lead > span:not(.ticket_lead__note) { justify-content: center; padding: 6px 14px; }
.ticket_wrap .ticket_lead__note { padding: 6px 40px; }

/* フロアガイド：矢印・ドット */
.floorList__nav {
width: 30px;
height: 30px;
font-size: 1.4rem;
}

.floorList__nav--prev { left: 0; }
.floorList__nav--next { right: 0; }
.floorList__dots { bottom: 8px; }
.floorList__dots span { width: 8px; height: 8px; }

/* フロアガイド：レイアウト */
.floorPage { padding: 60px 0 80px; }
.floorPage__h1 { font-size: 3rem; }
.floorList { margin-left: 0; }
.floorList > .floorList__item { width: 100%; margin: 26px 0 0 0; }
.floorList > .floorList__item:nth-child(-n+2) { margin-top: 26px; }
.floorList > .floorList__item:first-child { margin-top: 0; }
.floorList__item--wide { width: 100% !important; }
.floorList__visuel img,
.floorList__item--wide .floorList__visuel img { height: 150px; }
.floorList__item--wide .floorList__visuel img { object-position: center 75%; }

.slide4_bg .container,
.tdp-container {
width: 90%;
}

.container1080 {
width: 90%;
}

.container1200 {
width: 90%;
}

.container1500 {
width: 90%;
}

.ja-bilingual-title {
		flex-direction: column;
		align-items: flex-start;
}
.ja-bilingual-title__ja {
		margin-left: 0;
		margin-top: -0.6rem;
}

.ticket_wrap h2 {
		font-size: 1.6rem;
}
.ticket_wrap .ticket__badge {
		display: block;
		margin: 0.4rem 0 0;
}

.ticket_table--desktop {
		display: none;
}
.ticket_table--mobile {
		display: table;
}

.block__texte .dl01 dt,
.block__texte .dl01 dd {
		flex: 0 0 100%;
		width: 100%;
}
.block__texte .dl01 dd {
		padding: 0;
		margin: 0 0 15px 0;
}



/* チケット */
.ticket_table th {
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 10px 5px;
    border-top: 1px solid var(--line-primary);
    border-bottom: 1px solid var(--line-primary);
    width: 16%;
    letter-spacing: 0px;
}

.ticket_table td {
    color: #000;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 12px 10px;
    border-bottom: 1px solid var(--line-primary);
    background-color: var(--bg-table-td);
}

.ticket_wrap .p_ticket_note span {
	display: none;
}

/* slide1 のレスポンシブは css/topanime.css に移動 */

#slide2 {
    padding: 50px 0;
}

.slide2_h2 {
font-size: 2.2rem;
line-height: 1.7;
}

.split {
font-size: 1.1rem;
line-height: 2.5em;
margin: 50px auto 0;
letter-spacing: 1px;
}

.news_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
	margin-top: 150px;
}

.news_wrap {
    margin: 30px 0 0;
}

.summary_inner {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 25px 0;
}

.sns_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.sns_link {
 margin: 30px 0 0;
}

.insta-images {
    flex-direction: column;
    align-items: center;
  }

  .insta-item {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .insta-item:last-child {
    margin-bottom: 0;
  }

.slide4_bg img {
        height: 250px;
        object-position: center 20%;
    }
	
.banner_link li {
  display: inline-block;
  margin: 0 15% 20px;
}

#slide4 {
    margin: 80px 0 0;
}

.dl_01 {
    font-size: 0.8em;
}

.dl_01 dt {
    width: 25%;
}

.dl_01 dd {
    width: 75%;
    margin: 0;
    display: block;
    padding-left: 2em;
}


/*チケット-sp*/
.main_h1 {
    font-size: 4rem;
}

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

.ticket_wrap .paragraphBlockContour h3 {
    font-size: 1.3rem;
}

.ticket_wrap .paragraphBlockContour .block__texte {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
}

.copyright {
    margin: 30px 0 0;
}

table.outline {
   font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 0;
}

.outline th {
letter-spacing: 1px;
padding: 1.5em 0;
width: 100px;
}

.outline td {
padding: 1.5em 0 1.5em 1em;
}

/* フロアガイド-sp */
.floorPage__lead {
	font-size: 1rem;
    line-height: 2;
    text-align: left;
}

.ticker_photo {
    margin: -50px 0 100px -20px;
    width: calc(100% + 20px);
}

.scroll-infinity__item {
	width: 100vw;
}


/* NOTES-sp */
.menu_link li {
    width: 100%;
}


/*footer-sp*/
footer {
    margin: 0;
    padding: 70px 20px 60px;
}

.footer_dl_wrap {
    margin: 0 auto 30px;
}

.f_logo_05 {
    top: 0;
}

.f_logo_06 {
	width: 180px;
	margin-top: 12px !important;
	margin-left: 0 !important;
}


/*フローティングバナーsp ヘッダー内（ロゴとハンバーガーの間）に配置*/
.floating-banner {
    position: static;
    width: 120px;
    margin: 5px 8px 0 90px;
    opacity: 1 !important;
    transform: none !important;
}


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}

/* ===== min-width: 767px ===== */
@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
