
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&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 {
	--gift-pink: #F2B0D7;
	--gift-pink2: #FF7ACA;
	--gift-pink-soft2: #F599CF;
	--gift-pink-soft: #FDE7F4;
	--gift-blue: #6FBEEE;
	--gift-cream: #fde18b;
	--gift-pink-pale: #FFF0F9;
	--gift-pink-deep: #FC5FB8;
	--gift-purple-soft: #E28AFF;
	--gift-purple: #CA7DE8;
	--gift-light-purple: #dbacef;
	--gift-blue-pale: #EDF7FE;   /* 水色の淡背景 */
	--gift-cream-pale: #fefbec;  /* クリームの淡背景 */
	--gift-honey: #F5B94B;       /* クリームの濃色（ラベル用） */
	--gift-mint-pale: #E9FAF4;   /* ミントの淡背景 */
	--gift-text: #6B4A55;
	--gift-light-brown: #A38A93;
	--color-light-gray: #ccc;
	--color-gray: #888;
	--color-red: #cd1212;
	--color-light-blue: #C9E5F8;
	--color-white-pink: #FFE0F2;
	--catg-light-blue: #76c8fa;
	--catg-soft-blue: #a5dbfc;
	--bg-light-pink: #FFF5FB;
	--bg-white-gray: #Fbfbfb;
	--line-light-pink: #fec8db;
	--font-serif: "Cormorant Garamond", "Noto Serif JP", serif;
	--font-Garamond: "Cormorant Garamond", serif;
	--heroH: min(calc((960 / 1920) * 100vw), 100svh);
}

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

body {
	color: #444;
	font-size: 1em;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 1px;
	overflow-wrap: anywhere;
	line-break: strict;
	position: relative;
	z-index: 0;
	display: flex;
	flex-flow: column;
	height: 100%;
	min-height: 100vh;
	background-color: #fff;
}

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

a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

a:link {
	color: #000;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

section {
	margin: 0;
	padding: 0;
}

h1 {
	width: 100%;
	max-width: 300px;
	margin: 0;
}

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

.container1350 {
	width: 92%;
	max-width: 1350px;
	margin: auto;
}

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

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

.container900 {
	width: 92%;
	max-width: 900px;
	margin: auto;
}

.container600 {
	width: 92%;
	max-width: 600px;
	margin: auto;
}


/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 0;
	padding-right: 2%;
	padding-left: 2%;
	height: 90px;
	opacity: 0;
	background-color: var(--gift-pink2);
	z-index: 1000;
}



.h1_mov {
	width: 30%;
	text-align: left;
	opacity: 1;
	position: absolute;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.h1_logo {
	width: 80px;
	flex-shrink: 0;
	margin: 2px 0 0;
}

.h1_logo img {
	width: 100%;
	margin-top: 2px;
}

h1 {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 20px 0 0 20px;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: var(--font-Garamond);
}

h1 a:link,
h1 a:visited {
	color: #fff !important;
}

h1 a:hover {
	text-decoration: none;
}

/* ヘッダーメニュー */
.header_menu {
	text-align: center;
	transition: .6s;
	opacity: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin: 15px 0 0 auto;
	width: 70%;
}

ul.main_menu {
	display: flex;
	margin: 26px 160px 0 0;
	padding: 0;
	justify-content: flex-end;
}

ul.main_menu li {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 600;
	font-family: var(--font-Garamond);
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ul.main_menu li a {
	color: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

ul.main_menu li a .txt_default,
ul.main_menu li a .txt_hover {
	display: block;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

ul.main_menu li a .txt_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: var(--color-white-pink);
	transform: translateY(110%) rotateX(-45deg);
	transform-origin: top center;
}

ul.main_menu li a:hover .txt_default {
	transform: translateY(-110%) rotateX(45deg);
	transform-origin: bottom center;
}

ul.main_menu li a:hover .txt_hover {
	transform: translateY(0) rotateX(0deg);
}

ul.main_menu li:last-child {
	margin: 0;
}

ul.main_menu .no_link {
	color: #fcc7f1 !important;
	pointer-events: none !important;
}

/* Coming soon：ホバーテキストを隠し、TIMETABLE の下に常時表示 */
ul.main_menu .no_link .txt_hover {
	display: none;
}

ul.main_menu .no_link .coming_soon {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.78em;
	line-height: 1.2;
	margin-top: 0;
	letter-spacing: 0.02em;
}

/* ヘッダーSNS（メニュー右隣・丸背景／フッターと同じ淡ピンク） */
.header_sns {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(calc(-50% + 5px));
	display: flex;
	align-items: center;
}

.header_sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: var(--gift-pink-soft);
	border-radius: 50%;
	margin: 0 5px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.header_sns a:hover {
	transform: translateY(-3px);
}

.header_sns img {
	width: auto;
	height: 16px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	/* SVGは img 読み込みのため fill が届かない。filter で黒にする */
	filter: brightness(0);
}

/* 円の中でズレないよう img 側の左マージンを無効化 */
.header_sns img.mgLeft20 {
	margin-left: 0 !important;
}



/* Slide 1 / Hero（GIFTロゴ配色のパステルKV：CSS/SVG構築） */
#slide1 {
	position: relative;
	width: 100%;
	min-height: max(var(--heroH), 560px);
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-image: url(../images/slide1/S__30154807.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide1-hero-stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: var(--gift-pink-soft);*/
	overflow: hidden;
}

/* 紙吹雪（SVGレイヤー） */
.kv-confetti {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.kv-piece {
	animation: kv-drift 9s ease-in-out infinite alternate;
	transform-origin: center;
}

.kv-piece:nth-child(2n) {
	animation-duration: 12s;
	animation-delay: -3s;
}

.kv-piece:nth-child(3n) {
	animation-duration: 10s;
	animation-delay: -6s;
}

@keyframes kv-drift {
	0% {
		transform: translateY(-12px) rotate(-8deg);
	}
	100% {
		transform: translateY(14px) rotate(10deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kv-piece {
		animation: none;
	}
}

/* slide1 オーバーレイ（ロゴ・カウントダウン・CTA）
   position:relative で通常フローに置き、ヒーロー高さを内容に追従させる */
.slide1-overlay {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	padding: 150px 40px 50px;
}

.slide1-content {
	text-align: center;
	pointer-events: auto;
	width: 100%
}

.slide1-text01 img {
	width: 100%;
	margin: 0;
	max-width: 840px;
}

.slide1-logo {
	margin: 60px 0 40px;
}

.slide1-logo img {
	width: clamp(230px, 30vw, 360px);
	height: auto;
}

.slide1-subtitle {
	color: var(--gift-purple);
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 3px;
	margin: 0 0 26px;
}


.countdown-timer #cd-days {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0;
	background: var(--gift-pink-deep);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cd-unit {
	color: var(--gift-light-brown);
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 10px 10px;
}

.kv_date img {
	width: 100%;
	margin: 0 auto 40px;
	max-width: 500px;
}

.kv_place {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 650px;
	margin: 0 auto 70px;
	padding: 20px 0;
	border-radius: 16px;
}

.kv_place .logo01 {
	height: 100%;
	width: auto;
	max-height: 50px;
}

.kv_place .logo02 {
	height: 100%;
	width: auto;
	max-height: 70px;
}

.kv_place span {
	position: relative;
	display: inline-block;
	width: 25px;      /* ✕の大きさ */
	height: 25px;
	margin: 0 40px;
}

.kv_place span::before,
.kv_place span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1.5px;    /* 線の太さ（細さ） */
	background: #000;
	border-radius: 1px;
}

.kv_place span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.kv_place span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* Slide 2 / Event Overview */
#slide2 {
	padding: 100px 5% 150px;
	position: relative;
	z-index: 1;
}

#slide2 .lead_title {
	margin: 0 auto 50px;
	padding: 20px 10px;max-width: 1000px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 8px solid var(--gift-pink-soft);
	border-radius: 10px;
}

#slide2 .lead_title .lead {
	color: var(--gift-pink-deep);
	font-size: 1.82rem;
	line-height: 1.75;
	text-align: center;
	font-weight: 900;
	margin: 0;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}

#slide2 .lead_title .lead span {
	display: inline-block;
}

#slide2 .lead_sub_title {
	color: var(--gift-purple);
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	font-weight: 700;
	font-family: var(--font-Garamond);
	margin: 20px 0 0;
	padding: 0;
}

#slide2 .lead_sub_title span {
	display: inline-block;
}

#slide2 .lead_txt p {
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	font-weight: 500;
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	max-width: 720px;
}

#slide2 .lead_txt p span {
	display: inline-block;
}

.overview-box {
	background-color: var(--bg-light-pink);
	border-radius: 28px;
	margin: 130px 0 0;
	padding: 60px 60px 20px;
	position: relative;
	border: thin solid var(--gift-light-brown);
}

/* 左上・右下の飾りリボン（高さの約半分） */
.overview-box::before,
.overview-box::after {
	content: "";
	position: absolute;
	height: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
	/* 登場アニメ用（JS: initOverviewBox が --ribbon-op を制御してフェードイン。JS無効時は 1 で通常表示） */
	opacity: var(--ribbon-op, 1);
}

.overview-box::before {
	top: -65px;
	left: -70px;
	aspect-ratio: 873 / 681;
	background-image: url(../images/slide2/ribon_top.png);
	background-position: left top;
}

.overview-box::after {
	right: -35px;
	bottom: -45px;
	height: 38%;
	aspect-ratio: 490 / 540;
	background-image: url(../images/slide2/ribon_bottom.png);
	background-position: right bottom;
}

.overview-dl {
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.overview-dl dt {
	color: var(--gift-purple);
	font-size: 0.95rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .5em;
	margin: 0 0 10px;
	padding: 0;
}

.overview-dl dd {
	color: var(--gift-text);
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 500;
	margin: 0 0 25px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--gift-light-brown);
}

.overview-dl dd:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Slide 3 / News */
#slide3 {
	margin: 0;
	padding: 100px 0;
	position: relative;
	z-index: 200;
	background-color: var(--gift-pink);
}

.news_h2 {
	color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
	font-family: var(--font-Garamond);
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.news_h2::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 10px;
    background-color: currentColor;
}

.news {
	border-top: 1px solid #FFD9E6;
	margin: 0;
}

.news dl {
	width: 100%;
	margin: 0;
	padding: 18px 40px 15px 5px;
	border-bottom: 1px solid #FFD9E6;
	display: flex;
	position: relative;
}

.news dt {
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	display: flex;
}

.news dt .date {
	width: 100px;
}

.news dt .category {
	color: #fff;
	font-weight: 700;
	font-size: 0.85em;
	line-height: 2em;
	text-align: center;
	margin: 0 20px 0 0;
	width: 90px;
	height: 22px;
	min-width: 70px;
	padding: 0 0 10px;
	background-color: #fff;
}

.news dt .category_info {
	color: var(--catg-light-blue);
}

.news dt .category_ticket {
	color: var(--gift-purple-soft);
}

.news dt .category_artist {
	color: var(--gift-pink2);
}


.news dd {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

.news dl a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news dt,
.news dd {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.news dl a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: transform 0.2s ease;
}

.news dl a:hover {
	background-color: var(--gift-pink-soft2);
}

.news dl a:hover::after {
	transform: translate(6px, -50%) rotate(45deg);
}


/* Slide 4 / Artist */
#slide4 {
	margin: 0;
	padding: 0 0 100px;
	position: relative;
	z-index: 200;
}

.flowing-ttl {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.flowing-ttl__item {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 0 15px;
	color: rgba(181, 184, 191, 0.3);
	font-size: 11rem;
	line-height: 1.5;
	font-family: var(--font-Garamond);
	font-weight: 700;
	margin: 0 0 -27px;
	letter-spacing: -5px;
}

.flowing-ttl__item:nth-child(odd) {
	animation: loop 40s linear -20s infinite;
}

.flowing-ttl__item:nth-child(even) {
	animation: loop2 40s linear infinite;
}

.flowing-ttl.reverse .flowing-ttl__item:nth-child(odd) {
	animation: loop 40s linear -20s infinite reverse;
}

.flowing-ttl.reverse .flowing-ttl__item:nth-child(even) {
	animation: loop2 40s linear infinite reverse;
}

@keyframes loop {
0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}
}

@keyframes loop2 {
0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}
}

.span_g {
	color: rgba(234, 120, 157, 0.8);
}

.span_i {
	color: rgba(243, 183, 209, 0.8);
}

.span_f {
	color: rgba(165, 199, 229, 0.8);
}

.span_t {
	color: rgba(126, 169, 218, 0.8);
}


#slide4 .artist-card {
	background-image: none;
	background-color: var(--gift-pink-soft);
	transition: transform 0.2s ease;
	border-radius: 8px;
	cursor: pointer;
}

#slide4 .artist-card:hover {
	transform: translateY(-8px);
}

/* カード全体をリンク化：リンク既定の下線・文字色を打ち消す */
#slide4 a.artist-card,
#slide4 a.artist-card:link,
#slide4 a.artist-card:visited,
#slide4 a.artist-card:hover {
	color: inherit;
	text-decoration: none;
}

#slide4 .artist-card-img {
	background-image: none;
}

.section_title_en {
	color: var(--gift-pink-deep);
	font-size: 3.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	font-family: var(--font-Garamond);
	letter-spacing: 4px;
	margin: 0;
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_title_en::before,
.section_title_en::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 44.8px;
	height: 46.2px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section_title_en::before {
	background-image: url(../images/common/title_acs_l.svg);
	margin-right: 24px;
}

.section_title_en::after {
	background-image: url(../images/common/title_acs_r.svg);
	margin-left: 24px;
}

.section_title {
	color: var(--gift-pink-deep);
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	margin: 0 0 80px;
	letter-spacing: 3px;
}



/* slide5 チケット */
#slide5 {
	margin: 0;
	padding: 50px 0 100px;
	position: relative;
	background-color: var(--bg-light-pink);
}


#slide6, #slide7, #slide8, #slide9, #slide10 {
	margin: 0;
	padding: 50px 0 100px;
	position: relative;
	z-index: 200;
}



/* p 設定 */
.p_01 {
	font-size: 0.95rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 20px;
}

.p_01_center {
	font-size: 0.95rem;
	line-height: 1.8;
	text-align: center;
	margin: -20px 0 40px;
}

.p_01_s {
	font-size: 0.85rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 20px;
}

.p_02 {
	font-size: 0.95rem;
	line-height: 2;
	text-align: left;
	margin: 0 0 20px;
}

.p_03 {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 20px;
}

.p_notes {
	color: #888;
	font-size: 0.8rem;
	line-height: 1.6;
	margin: 0 0 5px;
}

.p_notes_02 {
	color: #555;
	font-size: 0.8rem;
	line-height: 1.8;
	margin: 40px 0 5px;
}

.font_b600 {
	font-weight: 600;
}


/* 中ページ共通ヒーロー */
.sub-hero {
	position: relative;
	width: 100%;
	height: 300px;
	text-align: center;
	overflow: hidden;
	margin: 90px 0 0;
	background-image: url(../images/slide1/kv_sub.jpg);
	background-size: cover;
	background-position: center calc(100% + 50px); /* 背景を20px下げる */
	background-repeat: no-repeat;
}

.sub-hero-inner {
	position: relative;
	z-index: 1;
}

/* ロゴ（560×530）を中央に置き、290pxのバンドで上部（箱〜Girls）を見せて下をクロップ */
.sub-hero-inner img {
	display: block;
	width: auto;
	height: 400px;
	margin: 30px auto 0;
}


/* 中ページコンテンツ共通 */
#slide_sub_1 {
	position: relative;
	margin: 0;
	padding: 0;
}

#slide_sub_2 {
	margin: 0;
	padding: 50px 0 100px;
	position: relative;
	z-index: 200;
}

.sub_title_en {
	color: var(--gift-pink-deep);
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	font-family: var(--font-Garamond);
	letter-spacing: 4px;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_title_en::before,
.sub_title_en::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 44.8px;
	height: 46.2px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sub_title_en::before {
	background-image: url(../images/common/title_acs_l.svg);
	margin-right: 24px;
}

.sub_title_en::after {
	background-image: url(../images/common/title_acs_r.svg);
	margin-left: 24px;
}

.sub_title_en.mgT {
	margin-top: -50px;
}

.notice_title {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 5px;
}

/* フィルタータブ共通 */
.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
	padding: 0;
	width: 100%;
	max-width: 620px;
}

.filter-tabs li {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 25%;
}

.filter-tabs li button {
	display: block;
	width: 100%;
	color: var(--gift-purple);
	font-size: 0.85rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid var(--gift-purple);
	padding: 10px 22px;
	margin: 0 0 10px;
	border-radius: 999px;
	transition: 0.2s;
	cursor: pointer;
}

.filter-tabs li button:hover,
.filter-tabs li button.active {
	background-color: var(--gift-purple);
	color: #fff;
	border-color: var(--gift-purple);
}


/* outline */
table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 100px;
	border: thin solid var(--line-light-pink);
	border-left-style: none;
	border-right-style: none;
}

.outline th {
	color: #444;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	vertical-align: top;
	width: 200px;
	padding: 1.5em .5em;
}

.outline td {
	vertical-align: top;
	border-left: thin solid var(--line-light-pink);
	padding: 1.5em 1em 1.5em 3em;
}

table.outline a {
	color: #444;
}


/* ARTIST */
.artist-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -8px;
	padding: 0;
}

.artist-card {
	width: calc(25% - 16px);
	margin: 0 8px 40px;
	padding: 0;
}

.artist-card-img {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 16px 16px 12px;
	position: relative;	/* .artist_cr の絶対配置の基準 */
}

/* img の height:100% は親の aspect-ratio 由来の高さに対して解決されず、Safari では
   img が実寸比の高さ（＝親より高い）になり、写真の見え方がChromeとズレる。
   そこで picture を4辺 inset の絶対配置にして高さを確定させ、img はその中で 100% にする。
   （img は置換要素なので inset だけでは伸びない。非置換要素の picture を使うのがポイント）
   inset の値は親 .artist-card-img の padding と一致させること（SPは640px側で上書き）。 */
.artist-card-img picture {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	bottom: 12px;
	left: 16px;
}

.artist-card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;	/* クロップせず枠内に収める。余った部分は枠の背景色 */
	/* ハート型マスク：GSAP側で --heart-mask-size を 0%→260% にアニメし、
	   写真がハート形に広がって現れるようにする（js/gsap-script.js initArtistCards） */
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 88C50 88 10 60 10 35C10 18 23 8 38 8C45 8 50 12 50 18C50 12 55 8 62 8C77 8 90 18 90 35C90 60 50 88 50 88Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 88C50 88 10 60 10 35C10 18 23 8 38 8C45 8 50 12 50 18C50 12 55 8 62 8C77 8 90 18 90 35C90 60 50 88 50 88Z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: var(--heart-mask-size, 0%);
	mask-size: var(--heart-mask-size, 0%);
}

/* 画像枠（.artist-card-img）は aspect-ratio + overflow:hidden で高さが固定され、
   img が height:100% で使い切るため、通常フローだと枠外に押し出されて切れる。
   そのため画像の上に絶対配置で重ねる。 */
.artist_cr {
	color: #000;
	font-size: 0.7rem;
	line-height: 1;
	text-align: right;
	margin: 0;
	position: absolute;
	right: 22px;
	bottom: 10px;
	z-index: 10;
}

.artist-card-name {
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	text-align: center;
	margin: 0 0 15px;
}

.artist-card-day {
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	margin: 0 0 20px;
}

/* ARTIST（index #slide4）：日付をリボン装飾に */
#slide4 .artist-card-day {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	height: 28px;
	margin: 0 auto 20px;
	padding: 0 16px;
	position: relative;
	background: var(--gift-purple-soft);
	color: #fff;
	font-size: 0.85rem;
	line-height: 1;
}

#slide4 .artist-card-day::before,
#slide4 .artist-card-day::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

#slide4 .artist-card-day::before {
	left: -8px;
	border-right: 8px solid var(--gift-purple-soft);
}

#slide4 .artist-card-day::after {
	right: -8px;
	border-left: 8px solid var(--gift-purple-soft);
}


/* TICKET */
.ticket-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px 60px;
	padding: 0;
}

.ticket-card {
	width: calc(33.333% - 20px);
	margin: 0 10px 20px;
	padding: 40px 30px;
	background-color: var(--bg-light-navy);
	border-radius: 24px;
	text-align: center;
	position: relative;
}

.ticket-card.featured {
	background-color: var(--gift-pink);
}

.ticket-card-badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--gift-pink-deep);
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 999px;
	white-space: nowrap;
}

.ticket-card-type {
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 10px;
}

.ticket-card-price {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px;
}

.ticket-card-desc {
	font-size: 0.85rem;
	line-height: 1.7;
	margin: 0;
}

.ticket_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 20px 30px;
    background-color: var(--gift-purple);
    border-radius: 8px;
	box-shadow: 0 3px 0 #ccc;
}

.ticket_flex.mg_first {
	margin-top: -20px;
}

.ticket_flex.upcoming {
    background-color: var(--gift-light-purple);
}

.ticket_flex .description {
	margin: 0;
	padding: 0;
}

.ticket_flex .title {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.ticket_flex .sales_period {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: 500;
	margin-top: 10px;
}

.ticket_flex .buy_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gift-purple);
    font-size: 1rem;
    font-weight: 700;
    background-color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    transition: 0.2s;
}

.ticket_flex .buy_btn a:hover {
    background-color: var(--gift-pink-pale);
    text-decoration: none;
}

.display_none {
	display: none;
}


.ticket-note {
	margin: 100px 0 0;
	padding: 3em;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: #ffd9e6 0px 3px 6px;
}

.ticket-note.pd_0 {
	padding: 3em 0;
}

.ticket-note h3 {
	color: var(--gift-purple);
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
	font-weight: 700;
	margin: 60px 0 20px;
	padding: 0;
	display: flex;
	align-items: center;
}

/* テキスト右側に同色の破線（currentColor＝テキスト色と一致）を残り幅いっぱいに */
.ticket-note h3::after {
	content: "";
	flex: 1;
	height: 0;
	border-top: 1px solid rgba(202, 125, 232, 0.5);
	margin-left: 0.6em;
}

/* 注意事項ページ内ナビ（.filter-tabs に倣ったピルタブ） */
.ul_note_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
	padding: 0;
	width: 100%;
	max-width: 620px;
}

.ul_note_menu li {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 33.333%;
}

.ul_note_menu li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--gift-purple);
	font-size: 0.85rem;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--gift-purple);
	padding: 5px 22px;
	margin: 0 0 10px;
	border-radius: 999px;
	transition: 0.2s;
	cursor: pointer;
}

.ul_note_menu li a:hover,
.ul_note_menu li a.active {
	background-color: var(--gift-purple);
	color: #fff;
	border-color: var(--gift-purple);
	text-decoration: none;
}

.ul_note_ticket {
	margin: 25px 0 0;
	padding: 0;
}

.ul_note_ticket li {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 7px 20px;
	padding: 0;
}

.seat_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: -20px 0 0;
	padding: 0;
}

.seat_flex img {
	width: 50%;
	margin: 0;
}

.seat_notes {
	margin: 0 3em;
}

/* 固定ヘッダー分ずらして、ジャンプ時に見出し(h3)が隠れないようにする */
#purchase,
#notes,
#identity {
	scroll-margin-top: 100px;
}

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

.ul_note li {
	position: relative;
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 7px 20px;
	padding: 0;
}

.ul_note li::before {
	content: "※";
	position: absolute;
	left: -1.3em;
}

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

.ul_identity li {
	font-size: 0.9rem;
	line-height: 1.8;
	margin: 0 0 7px 20px;
	padding: 0;
	border-bottom: 1px solid var(--color-lightlight-gray);
}

.contact {
	font-size: 0.95rem;
	line-height: 1.8;
	margin: 50px 0 0;
	padding: 20px;
	background-color: var(--gift-blue-pale);
	border-radius: 10px;
}

/* グラデーションの入場チケット */
#slide_sub_2 {
	background-color: var(--bg-light-pink);
}

.gift-ticket-stage {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	perspective: 1200px;
}

.gift-ticket {
	--ticket-pink: #ff6b96;
	--ticket-coral: #ffb877;
	--ticket-yellow: #ffe08a;
	--ticket-mint: #8fd6c9;
	--ticket-blue: #6ba9ff;
	position: relative;
	padding: 5px;
	border-radius: 22px;
	background: linear-gradient(90deg, var(--ticket-pink) 0%, var(--ticket-coral) 32%, var(--ticket-yellow) 48%, var(--ticket-mint) 64%, var(--ticket-blue) 88%, var(--ticket-blue) 100%);
	box-shadow: 0 18px 22px -18px rgba(74, 26, 66, .38);
	transition: transform .22s cubic-bezier(.03,.98,.53,.99), box-shadow .22s ease;
	transform-style: preserve-3d;
}

.gift-ticket::before,
.gift-ticket::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

/* 半円だけを残し、グラデーション枠が内側へ回り込むノッチにする */
.gift-ticket::before {
	left: -30px;
	background: var(--ticket-pink);
	clip-path: inset(0 0 0 50%);
}
.gift-ticket::after {
	right: -30px;
	background: var(--ticket-blue);
	clip-path: inset(0 50% 0 0);
}

.gift-ticket__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 126px;
	height: 250px;
	border-radius: 17px;
	background: #fff;
	color: #171717;
	box-shadow: inset 0 0 0 1px rgba(23, 23, 23, .04);
}

.gift-ticket__inner::before,
.gift-ticket__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--bg-light-pink);
	transform: translateY(-50%);
	z-index: 2;
}

.gift-ticket__inner::before { left: -30px; }
.gift-ticket__inner::after { right: -30px; }

.gift-ticket__main {
	display: flex;
	flex-direction: column;
	padding: 22px 10px 20px 50px;
	text-align: left;
}

.gift-ticket__main img {
	width: 100px;
}

.ticket_type_title {
    color: var(--gift-purple);
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.ticket_type_title .fas {
	transform: rotate(-15deg);
	margin-right: 3px;
}

.ticket_type {
    color: var(--gift-text);
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

.ticket_price {
	color: var(--gift-text);
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: right;
	font-weight: 600;
	margin: 20px 0 0;
	padding: 0;
	letter-spacing: 1px;
}

.ticket_price .font_large {
	font-size: 1.2em;
	font-weight: 700;
}

.gift-ticket__stub {
	position: relative;
    border-left: 2px dashed #d5d5d8;
}

.gift-ticket__stub img {
	position: absolute;
    top: 38%;
	right: 35px;
    transform-origin: left center;
    white-space: nowrap;
	width: 70px;
}

.ticket_p {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 30px 0 0;
	padding: 0;
}


/* BROADCAST */
.broadcast-featured {
	width: 100%;
	background-image: #999;
	color: #fff;
	padding: 60px;
	border-radius: 28px;
	margin: 0 0 50px;
	text-align: center;
}

.broadcast-catch {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 20px;
}

.broadcast-featured p {
	color: rgba(255,255,255,0.9);
	font-size: 1.05rem;
	line-height: 2;
	margin: 0 0 10px;
}

.broadcast-featured p:last-child {
	margin: 0;
}

.broadcast-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.broadcast-item {
	width: calc(50% - 15px);
	padding: 40px;
	border-radius: 24px;
	margin: 0 0 30px;
	border: thin solid var(--color-light-gray);
}

.broadcast-item h3 {
	color: var(--color-navy);
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 15px;
}

.broadcast-item p {
	font-size: 0.9rem;
	line-height: 1.8;
	margin: 0;
}

.broadcast-note {
	color: var(--gift-light-brown);
	font-size: 0.8rem;
	line-height: 1.7;
	text-align: center;
	margin: 30px 0 0;
}


/* GOODS */
.goods-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	padding: 0;
}

.goods-item {
	width: calc(25% - 20px);
	margin: 0 10px 30px;
	padding: 0;
}

.goods-item-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: var(--color-lightlight-gray);
	margin: 0 0 12px;
	overflow: hidden;
	border-radius: 20px;
}

.goods-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-item-name {
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 4px;
}

.goods-item-price {
	color: var(--color-navy);
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
}


/* FAQ */
.faq-list {
	margin: 0 0 60px;
	padding: 0;
}

.faq-item {
	border-bottom: 1px solid var(--color-light-gray);
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-q {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 0.95rem;
	line-height: 1.7;
	font-weight: 600;
	margin: 0;
	padding: 20px 40px 20px 0;
	cursor: pointer;
	position: relative;
}

.faq-q::before {
	content: 'Q.';
	color: var(--gift-pink-deep);
	font-weight: 700;
	margin: 0 15px 0 0;
	flex-shrink: 0;
}

.faq-q::after {
	content: '+';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gift-pink-deep);
	font-size: 1.4rem;
	font-weight: 300;
	transition: 0.3s;
}

.faq-item.open .faq-q::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-a {
	display: none;
	font-size: 0.9rem;
	line-height: 1.8;
	margin: 0;
	padding: 0 0 20px 35px;
	color: var(--gift-light-brown);
}

.faq-item.open .faq-a {
	display: block;
}


/* CONTACT FORM */
.contact-form {
	margin: 60px 0 0;
}

.contact-form h3 {
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 2px solid var(--color-light-blue);
	letter-spacing: 2px;
}

.form-group {
	margin: 0 0 20px;
	padding: 0;
}

.form-group label {
	display: block;
	font-size: 0.85rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 8px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	font-size: 0.95rem;
	line-height: 1.6;
	padding: 12px 18px;
	border: 1px solid var(--color-light-gray);
	border-radius: 14px;
	background-color: #fff;
	font-family: inherit;
}

.form-group textarea {
	min-height: 150px;
	resize: vertical;
}

.form-submit {
	text-align: center;
	margin: 30px 0 0;
}


/* SCHEDULE */
.schedule-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px;
	padding: 0;
}

.schedule-tabs li {
	list-style: none;
	margin: 0 5px 10px;
}

.schedule-tabs li button {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px 30px;
	background-color: #fff;
	border: 2px solid var(--gift-pink-soft);
	border-radius: 999px;
	color: var(--color-navy);
	cursor: pointer;
	transition: 0.2s;
}

.schedule-tabs li button.active,
.schedule-tabs li button:hover {
	background-color: var(--gift-pink);
	border-color: var(--gift-pink);
	color: #fff;
}

.mytimetable-note {
	text-align: center;
	color: var(--gift-light-brown);
	font-size: 0.85rem;
	line-height: 1.6;
	margin: 0 0 30px;
}

.schedule-panel {
	margin: 0;
}

.schedule-table-wrap {
	overflow-x: auto;
	margin: 0;
}

.schedule-table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.schedule-table th {
	background-color: var(--gift-pink);
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.2);
}

.schedule-table td {
	padding: 12px 15px;
	border: 1px solid var(--color-light-gray);
	vertical-align: top;
}

.schedule-table .time-col {
	width: 100px;
	text-align: center;
	font-weight: 600;
	background-color: var(--gift-pink);
	white-space: nowrap;
}

.schedule-table .artist-name {
	font-weight: 600;
}

.schedule-table .opening-row td {
	background-color: var(--bg-light-navy);
	text-align: center;
	font-weight: 700;
	color: var(--color-navy);
}


/* ACCESS */
.access-map {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}
.access-map img {
	border-radius: 16px;
}

.map_note {
	color: var(--color-gray);
	font-size: 0.8rem;
	line-height: 1.8;
	text-align: right;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.go_g_map {
	font-size: 0.85rem;
	line-height: 1.8;
	text-align: left;
	font-weight: 500;
	margin: -1.5rem 0 0;
	padding: 0;
}

.go_g_map a {
	color: var(--gift-purple);
}

.venue-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0;
	padding: 0;
}

.venue-item {
	width: calc(50% - 30px);
	margin: 0 0 40px;
	padding: 0;
}

.venue-name01 img {
	margin: 5px 0 15px;
	width: auto;
	height: 20px;
}

.venue-name02 img {
	margin: 0 0 15px;
	width: auto;
	height: 25px;
}

.venue-access {
	font-size: 0.9rem;
	line-height: 1.8;
	margin: 0 0 5px;
}

.venue-days {
	color: var(--gift-light-brown);
	font-size: 0.85rem;
	line-height: 1.6;
	margin: 0;
}

.go_website {
	margin: 15px 0 0;
}

.go_website a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 0.9rem;
	background-color: var(--gift-purple);
	padding: 9px 9px 10px 20px;
	border-radius: 4px;
	transition: 0.2s;
	width: 100%;
	max-width: 260px;
}

.go_website a:link,
.go_website a:visited {
	color: #fff;
}

.go_website a:hover {
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
}

/* 外部リンクアイコンを右端に */
.go_website a .fa-external-link {
	margin-left: auto;
}


/* Footer */
footer {
	color: var(--gift-text);
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 200;
	background: var(--gift-pink-soft);
}

.footer_01 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer_logowrap {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 50px;
}

footer .footer-logo {
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
}

footer .footer-logo img {
	margin: 0;
	width: 180px;
	padding: 0;
}

.fat-nav__logo img {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding: 10px;
}

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

.footer_sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: var(--gift-purple-soft);
	border-radius: 50%;
	vertical-align: middle;
	transition: transform 0.2s ease, opacity 0.2s ease;
	margin: 0 5px;
}

.footer_sns a:hover {
	transform: translateY(-3px);
}

.footer_sns img {
	width: auto;
	height: 16px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

/* SVGは img 読み込みのため fill が届かない。filter で白→黒にする */
.footer_sns a img {
	filter: brightness(0);
}

/* 丸背景を a に移したため、img 側の左マージンは無効化 */
.footer_sns img.mgLeft20 {
	margin-left: 0 !important;
}

.copyright {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 40px 0 10px;
}

footer a:link,
footer a:visited {
	color: #fff;
}


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

.floating-banner img {
	width: 100%;
	margin-bottom: 10px;
}



/* セクションタイトル直下のひとことリード */
.top-lead {
	color: var(--gift-text);
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin: -50px 0 50px;
}


/* SCHEDULE：3日間カード */
.top-schedule-days {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 0 0 30px;
	padding: 0;
}

.day-card {
	flex: 1;
	max-width: 300px;
	background-color: #fff;
	border: 2px solid var(--gift-pink);
	border-radius: 24px;
	padding: 20px;
	text-align: center;
}

.day-card:nth-child(2) {
	border-color: var(--catg-soft-blue);
}

.day-card:nth-child(3) {
	border-color: var(--gift-cream);
}

.day-num {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 18px;
	border-radius: 999px;
	margin: 0 0 15px;
}

.day-num-fri {
	background-color: var(--gift-pink);
}

.day-num-sat {
	background-color: var(--gift-blue);
}

.day-num-sun {
	background-color: var(--gift-honey);
}

.day-date {
	color: var(--gift-text);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

.day-date span {
	font-size: 0.9rem;
}

.day-venue {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 8px;
}

.day-note {
	color: var(--gift-light-brown);
	font-size: 0.8rem;
	line-height: 1.6;
	margin: 0;
}

/* SCHEDULE：日程ごとの内容紹介 */
.schedule-detail {
	margin: 0 0 40px;
	padding: 0;
}

.schedule-detail-block {
	margin: 0 0 40px;
	padding: 0;
}

.schedule-detail-block:last-child {
	margin: 0;
}

.schedule-detail-title {
	color: var(--gift-text);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 0 15px;
}

.schedule-detail-title::before {
	content: '★';
	color: var(--gift-pink);
	margin: 0 6px 0 0;
}

.schedule-detail-title span {
	font-size: 0.7em;
	font-weight: 500;
}

.schedule-detail-box {
	background-color: var(--gift-cream-pale);
	border: 1px solid var(--gift-pink);
	border-radius: 12px;
	padding: 35px 20px;
	text-align: center;
}

.schedule-detail-box p {
	color: var(--gift-text);
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

.schedule-detail-box p + p {
	margin: 25px 0 0;
}

/* BROADCAST：TOPは3カラム＋白カード */
.broadcast-items.cols3 .broadcast-item {
	width: calc(33.333% - 20px);
	background-color: #fff;
	padding: 30px;
}

.broadcast-items.cols3 .broadcast-item {
	width: calc(33.333% - 20px);
	background-color: #fff;
	padding: 30px;
}

/* FAQ：TOP抜粋 */
.top-faq-list {
	max-width: 800px;
	margin: 0 auto 40px;
}

/* SNS誘導 */
.top-sns {
	text-align: center;
	background-color: var(--gift-pink-pale);
	border-radius: 28px;
	padding: 40px 20px;
	margin: 60px 0 0;
}

.top-sns-text {
	color: var(--gift-pink-deep);
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

.top-sns-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gift-text);
	background-color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 12px 28px;
	border: 2px solid var(--gift-pink-soft);
	border-radius: 999px;
	text-decoration: none;
}

.top-sns-btn:hover {
	opacity: 0.75;
	text-decoration: none;
}



/* hidden */
.hidden_pc {
	display: none;
}

.hidden_sp {
	display: block;
}



/* ========================================
   @media
======================================== */

@media screen and (max-width: 1500px) {

}


@media screen and (max-width: 1280px) {
.h1_mov {
    width: 35%;
}

.h1_logo {
	flex-shrink: 1;
}

ul.main_menu {
	display: none;
}

/* ハンバーガー（right:10px/幅60px）と重ならないよう右に余白を確保 */
.header_sns {
	right: 80px;
	padding-bottom: 10px;
}
}


@media screen and (max-width: 1100px) {
.ticket-sale {
    margin: 50px 0 0;
	background-color: #fff;
}

/* artist-1100 */
.artist-card {
	width: calc(33.333% - 16px);
}

#slide2 .lead_sub_title {
    font-size: 1.7rem;
    line-height: 1.8;
}
}


@media screen and (max-width: 1024px) {
/* sub-hero-1024：高さ250に縮小し、ロゴ・背景位置も比例調整（比率 250/300） */
.sub-hero {
	height: 250px;
	background-position: center calc(100% + 42px);
}

.sub-hero-inner img {
	height: 333px;
	margin: 25px auto 0;
}

.h1_mov {
    width: 50%;
}

/* slide4-1024 */
.flowing-ttl__item {
    font-size: 8rem;
}

/* ticket-1024 */
.ticket-card {
	width: calc(50% - 20px);
}

/* goods-1024 */
.goods-item {
	width: calc(33.333% - 20px);
}

/* broadcast-1024 */
.broadcast-item {
	width: 100%;
}

/* broadcast-top-1024 */
.broadcast-items.cols3 .broadcast-item {
	width: 100%;
}
}


@media screen and (max-width: 912px) {
#slide2 .lead_title .lead {
    font-size: 1.7rem;
    line-height: 1.5;
}

#slide2 .lead_sub_title {
    font-size: 1.6rem;
    line-height: 1.6;
}
}


@media screen and (max-width: 820px) {
#slide2 .lead_sub_title {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* sub-hero-820：高さ200に縮小し、ロゴ・背景位置も比例調整（比率 200/300） */
.sub-hero {
	height: 200px;
	background-position: center calc(100% + 33px);
}

.sub-hero-inner img {
	height: 267px;
	margin: 20px auto 0;
}

/* artist-820 */
.artist-card {
	width: calc(50% - 16px);
}

.ticket-sale {
    margin: 20px 0 0;
}
}


@media screen and (max-width: 768px) {
.header {
    height: 80px;
}

#slide2 .lead_title .lead {
    font-size: 1.6rem;
    line-height: 1.5;
}

/* header が80pxに縮むのに合わせ、sub-hero の上マージンも80pxにして隙間を防ぐ */
.sub-hero {
    margin: 80px 0 0;
}
}

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




@media screen and (max-width: 650px) {
/* ticket-650：破線を半券内に収め、右端へ寄せる */
.gift-ticket__main {
    padding: 15px 20px 20px 68px;
}


}


@media screen and (max-width: 640px) {
.slide1-overlay {
    padding: 100px 15px 30px;
}

.kv_date img {
    width: 95%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.kv_place {
    margin: 0 auto 50px;
    padding: 20px 10px;
}

.kv_place .logo01 {
    height: 100%;
    width: auto;
    max-height: 35px;
}

.kv_place .logo02 {
    height: 100%;
    width: auto;
    max-height: 50px;
}

.kv_place span {
    width: 25px;
    height: 25px;
    margin: 0 20px;
}


/* top-sections-sp */
#slide5, #slide6, #slide7, #slide8, #slide9, #slide10 {
	padding: 0 0 50px;
}


.top-lead {
	margin: -50px 0 40px;
	font-size: 0.9rem;
}

/* schedule-top-sp */
.top-schedule-days {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.day-card {
	width: 100%;
	max-width: 400px;
}


/* body-sp */
body::before,
body::after {
	display: none;
}


/* header-sp */
.header {
	height: 60px;
	opacity: 1 !important;
	transform: none !important;
}

.h1_mov h1 {
	display: none;
}

.h1_logo {
	width: 55px;
	margin-top: 0;
}

.header_sns {
    top: 45%;
    right: 60px;
	padding-bottom: 5px;
}

.header_sns a {
    width: 30px;
    height: 30px;
}


/* container-sp */
.container {
	width: 90%;
}

.container1500 {
	width: 90%;
}

.container1000 {
	width: 90%;
}

/* slide1-sp */
#slide1 {
	height: auto;
	margin-top: 0;
}

.slide1-logo img {
	width: 180px;
}

.countdown-timer #cd-days {
	font-size: 3rem;
}


/* slide2-sp */
#slide2 {
	padding: 50px 0;
}

#slide2 .lead_title {
   margin: 0 auto 30px;
   padding: 15px 5px;
}

#slide2 .lead_title .lead {
   font-size: 1.1rem;
   line-height: 1.6;
}

#slide2 .lead_sub_title {
    font-size: 1.05rem;
    line-height: 1.7;
}

#slide2 .lead_txt p {
    font-size: 0.95rem;
    line-height: 2;
    text-align: left;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 0;
}

.overview-box {
	margin: 100px auto 50px;
	padding: 30px 15px 0;
	width: 97%;
}

.overview-dl {
    margin: 0 0 20px;
}

/* 640：飾りリボンを小さく＆画面外へはみ出さないよう内側へ */
.overview-box::before {
	height: 20%;
	top: -33px;
	left: -18px;
}

.overview-box::after {
	height: 18%;
	right: -15px;
	bottom: -25px;
}

.section_title_en {
    font-size: 2.2rem;
}

.section_title_en::before {
    margin-right: 18px;
}

.section_title_en::after {
    margin-left: 15px;
}

.overview-dl dd {
    font-size: 1rem;
}


/* slide3-sp */
#slide3 {
    padding: 60px 0 80px;
}


/* slide4-sp */
.flowing-ttl__item {
   font-size: 5rem;
}

.filter-tabs {
    margin: 50px auto 30px;
}

.filter-tabs li {
    width: 48%;
}

.artist-grid {
    margin: 0 -5px;
}

.artist-card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
}

.artist-card-img {
    padding: 10px;
}

/* 上記の padding 変更に合わせて picture の inset を揃える */
.artist-card-img picture {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

/* 上記の padding 変更に合わせて ©表記の位置も合わせる */
.artist_cr {
    right: 10px;
    bottom: 10px;
}

.artist-card-name {
    font-size: 0.95rem;
	padding-right: 5px;
	padding-left: 5px;
}

.artist-card-name.mg {
	letter-spacing: -1.8px;
	padding-right: 0;
	padding-left: 0;
}

#slide4 .artist-card-day {
    padding: 0 7px;
}

/* slide9-sp */
.go_g_map {
	text-align: right;
	margin: 0;
}

.venue-list {
	margin: 40px 0 0;
}

.venue-name {
    font-size: 1.3rem;
}

/* sub-hero-sp：高さ160に縮小し、ロゴ・背景位置も比例調整（比率 160/300）。margin は header(60px) に合わせて維持 */
.sub-hero {
	margin: 60px 0 0;
	height: 160px;
	background-position: center calc(100% + 27px);
}

.sub-hero-inner img {
	height: 213px;
	margin: 16px auto 0;
}

/* slide_sub_2-sp */
#slide_sub_2 {
	padding: 0 0 60px;
}

.sub_title_en {
   font-size: 2.2rem;
   letter-spacing: 1px;
}

.sub_title_en::before {
   margin-right: 18px;
}

.sub_title_en::after {
    margin-left: 15px;
}

.sub_title_en.mgT {
	margin-top: -40px;
}
	
	
/* news-sp */
.news dl {
	flex-direction: column;
}

.news dt {
	margin-bottom: 10px;
}

.section_title {
    margin: 0 0 50px;
}



/* broadcast-sp */
.broadcast-featured {
	padding: 30px 20px;
}

.broadcast-item {
	padding: 25px 20px;
}

/* goods-sp */
.goods-item {
	width: calc(50% - 20px);
}

/* schedule-sp */
.schedule-table th,
.schedule-table td {
	padding: 8px 10px;
	font-size: 0.8rem;
}

/* access-sp */
.venue-item {
	width: 100%;
	margin-bottom: 60px;
}

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

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

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

/* チケット-sp */
.ticket_flex {
    flex-direction: column;
	padding: 20px 15px;
	margin-bottom: 20px;
}

.ticket_flex .title {
    font-size: 1.2rem;
}

.ticket_flex .buy_btn a {
	margin-top: 20px;
}

.ul_note_menu {
    margin: 20px auto 40px;
}

.ul_note_menu li {
	margin: 0 0 10px;
	width: 100%;
}

/* footer-sp */
footer {
	min-height: 300px;
}

/* floating-banner-sp */
.floating-banner {
	width: 130px;
}

/* hidden-sp */
.hidden_pc {
	display: block;
}

.hidden_sp {
	display: none;
}
}


@media screen and (max-width: 590px) {
/* チケット全幅時、丸ノッチ(::after)が画面右を約2px超えて白余白が出るのを防ぐ */
#slide5 {
	overflow-x: clip;
}

.gift-ticket-stage {
    max-width: none;
	max-width: initial;
    margin: 0 auto;
	width: 95%;
}

.gift-ticket {
	width: 100%;
	scale: 1;
}

.gift-ticket__inner {
	grid-template-columns: minmax(0, 1fr);
	height: 200px;
}

/* 丸ノッチを少し小さく（2層合成：外リム＝.gift-ticket、内穴＝__inner を一緒に縮める）
   PC/基準は 外60px・内50px。ここでは 外50px・内40px に縮小（差=色リム 5px を維持）。
   幅を縮めたら中心がチケット端(x=0)からズレて色弧がはみ出すため、left/right も -25px に合わせる
   （中心 = left + 幅/2 = 0 になるよう調整）。 */
.gift-ticket::before,
.gift-ticket::after {
	width: 50px;
	height: 50px;
}
.gift-ticket::before { left: -25px; }
.gift-ticket::after { right: -25px; }

.gift-ticket__inner::before,
.gift-ticket__inner::after {
	width: 40px;
	height: 40px;
}
.gift-ticket__inner::before { left: -25px; }
.gift-ticket__inner::after { right: -25px; }

.gift-ticket__main {
    padding: 15px 20px 20px;
}

.ticket_type {
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}

.ticket_price {
    color: var(--gift-text);
    font-size: 1rem;
    line-height: 1.6;
    text-align: right;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.ticket_price .font_large {
	font-size: 1.4em;
}

.gift-ticket__stub {
	display: none;
}

.ticket-sale {
    margin: 60px 0 0;
}

.ticket-note {
    margin: 40px 0 0;
    padding: 15px;
}

.seat_flex img {
    width: 100%;
}

.seat_notes {
	margin: 0 15px;
}
	
}
}
