html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-family: sans-serif;}  body { line-height:1; }  article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {  display:block; }  nav ul { list-style:none; }  blockquote, q { quotes:none; }  blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }  a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }  / change colours to suit your needs / ins { background-color:#ff9; color:#000; text-decoration:none; }  / change colours to suit your needs / mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }  del { text-decoration: line-through; }  abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }  table { border-collapse:collapse; border-spacing:0; }  /* change border colour to suit your needs  */ hr { display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0; }  input, select { vertical-align:middle; } 

@charset "UTF-8";

@font-face {
  font-family: "num_en";
  src: local("fot-tsukuardgothic-std");
  unicode-range: U+0030-0039; /* 0-9 */
}

@font-face {
  font-family: "num_en";
  src: local("fot-tsukuardgothic-std");
  font-weight: bold;
  unicode-range: U+0030-0039; /* 0-9 */
}

@font-face {
  font-family: "num_en";
  src: local("fot-tsukuardgothic-std");
  unicode-range: U+0041-005A, U+0061-007A; /* A-Z, a-z */
}

@font-face {
  font-family: "num_en";
  src: local("fot-tsukuardgothic-std");
  font-weight: bold;
  unicode-range: U+0041-005A, U+0061-007A; /* A-Z, a-z */
}

*	{
	box-sizing: border-box !important;
}

body.stop {
  overflow: hidden;
} 

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd,strong,span,a	{
	font-family: "num_en", "Zen Maru Gothic", "fot-tsukuardgothic-std", sans-serif;
	color: white;
	line-height: 190%;
	font-size: 15px;
	font-weight: 500;
	font-feature-settings: "palt";
}

.en	{
	font-family: "fot-tsukuardgothic-std", sans-serif !important;
}

span.en	{
	display: inline !important;
}

h1,h2,h3,h4,h5,h6,strong,.strong	{
	font-weight: 700;
}

img	{
	max-width: 100%;
}
.inview	{
	opacity: 0;
}

.inview.fadeInUp	{
	transition: all 1s ease-in;
	position: relative;
}

.is-show	{
	opacity: 1;
}

.w150	{
	width: 100%;
	max-width: 150px;
}

.w120	{
	width: 100%;
	max-width: 120px;
}

.w100	{
	width: 100%;
	max-width: 100px;
}

.w350	{
	width: 100%;
	max-width: 350px;
}

.w70p	{
	width: 60% !important;
}

.w60p	{
	width: 55% !important;
}


body	{
	background-color: #1899B0;
}

.sp	{
	display: none !important;
}

.mt10	{
	margin-top: 10px !important;
}

.mb10	{
	margin-bottom: 10px !important;
}

.mb15	{
	margin-bottom: 15px !important;
}

.mb25	{
	margin-bottom: 25px !important;
}

.mt50	{
	margin-top: 50px !important;
}

.mb50	{
	margin-bottom: 50px !important;
}

.mb75	{
	margin-bottom: 75px !important;
}

.fs12	{
	font-size: 12px;
}

.fs14	{
	font-size: 14px;
}

.fs18	{
	font-size: 18px;
}

.text-center	{
	text-align: center;
}

.pt50	{
	padding-top: 50px;
}

.pb50	{
	padding-bottom: 50px;
}

.lh120	{
	line-height: 120% !important;
}

header	{
	opacity: 0;
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 15px 45px;
	z-index: 1000;
}

header > *	{
	position: relative;
	z-index: 2;
}

header:before	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 153, 176, 0.8);
	opacity: 0;
	transition: opacity 0.4s linear;
}

header.scrolled:before	{
	opacity: 1;
}
header.loaded	{
	transition: all 0.5s ease-in;
	opacity: 1;
	top: 0;
}

header h1	{
	display: flex;
	align-self: flex-start;
	max-width: 100px;
	width: 100%;
}
header h1 a,
header h1 a img	{
	display: block;
	width: 100%;
	transition: all 0.5s linear;
}

header h1 a:hover	{
	opacity: 0.6;
}

header nav	{
	flex: 1;
	margin: 30px;
}

header nav ul	{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

header nav ul li	{
	padding: 3px 0;
	top: 0;
	transition: all 0.1s linear;
	position: relative;
}

header nav ul li a	{
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1.5px;
}

header nav ul li:hover	{
	top: -5px;
}
.social a	{
	color: white;
	display: inline-block;
	text-decoration:none;
	font-size: 30px;
	line-height: 1;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	transition: all 0.5s linear;
}

.social a:hover	{
	opacity: 0.6;
}

body > .flex	{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	min-height: 56.25vw;
	justify-content: center;
	align-items: center;
}

body > .flex .flex,
body > main .flex	{
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
}

.flex	{
	display: flex;
}

.flex.alignmiddle	{
	align-items: center;
}
.flex.wrap	{
	flex-wrap: wrap;
}

body > .flex .infoarea	{
	width: 100%;
}
body > .flex .flex .title,
body > main .flex .title	{
	color: #1899B0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	font-weight: bold;
	padding: 10px 0;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 6px;
}

body > main .flex .title	{
	letter-spacing: 0;
	line-height: 170%;
}
body > .flex .flex .content,
body > main .flex .content	{
	text-align: left;
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 1px;
}

body > .flex .flex .content span	{
	display: block;
	line-height: 200%;
}

body > .flex .flex .content span span	{
	display: inline;
}

.flex .col.imgarea img	{
	max-width: 550px;
	width: 100%;
	margin-bottom: 20px;
}

main .maininner	{
	width: 100%;
}
main .maininner.bg_tt	{
	background-color: #f1f5ea;
}
main .maininner.bg_tt *	{
	color: #1899B0;
}
main .maininner.bg_white	{
	background-color: #fff;
}

main .maininner.bg_white *	{
	color: #666;
}

main .maininner.bg_tt .flex	{
	max-width: 1000px;
	margin: 0 auto;
	gap: 10px;
}

.single_tt	{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.infoarea	{
	max-width: 900px;
}

.infoarea p:not(.w1000)	{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
main .infoarea	{
	margin-left: auto;
	margin-right: auto;
}
.infoarea picture.pc	{
	margin-top: 100px;
}
.infoarea picture,
.infoarea picture img	{
	display: block;
	width: 100%;
}

h2.headings,
h2.headings > *	{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
}

h3.a_b_subtitle	{
	font-size: 24px;
	line-height: 150%;
}

h3.a_b_subtitle span	{
	font-weight: 700;
	display: block !important;
	line-height: 150%;
}

.a_timetable	{
	background-color: #f2f5ea;
	border-radius: 25px;
	padding: 15px 25px;
}

.a_timetable h4	{
	display: inline-block;
	background-color: #1899b0;
	padding: 0 10px;
	letter-spacing: 0.5px;
}

.a_timetable dl	{
	gap: 5px 0 !important;
}	

.a_timetable dt,
.a_timetable dd,
.a_timetable dd span	{
	color: #1899b0;
	font-weight: 700;
	line-height: 120%;
	font-weight: 700;
}

.a_timetable dt	{
	width: 15%;
	padding-top: 4px;
}

.a_timetable dt:after	{
	content: " - ";
}

.a_timetable dd	{
	width: calc(85% - 15px);
}

.a_timetable dd a.button	{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 1rem !important;
	width: auto !important;
}

ul.aster	{
}

ul.aster li	{
	margin-left: 0.75rem;
	list-style-type: "* ";
}

ul.aster li:not(:last-of-type)	{
	margin-bottom: 15px;
}

.ticketlink	{
	display: flex;
	gap: 15px;
}

a.button	{
	background-color: #fff;
	color: #1899B0;
	display: block;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.5rem 1rem;
	text-decoration: none !important;
	font-size: 120%;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.5s linear;
	position: relative;
	top: 0;
}

a.button.button_blue	{
	background-color: #1899B0;
	color: #fff;
	padding-bottom: 0.75rem;
}

.artist:not(.shop) > *:not(:last-child)	{
	margin-bottom: 50px;
}

.artist > .flex .a_date	{
	width: 20%;
	padding-top: 50px;
}

.artist.a_g > .flex .a_date	{
	padding-top: 20px;
}

.artist img.a_title	{
	height: 75px;
}

.artist .flex.wrap	{
	gap: 20px 15px;
	justify-content: flex-start;
}

.artist .flex.wrap a:not(.button)	{
	display: block;
	margin-bottom: 0;
	width: calc((100% - 30px) / 3);
	transition: transform 0.2s ease-out;
}

.artist .flex.wrap a.flex1	{
	width: auto;
	flex: 1;
}

.artist .flex.wrap a.flex1#a_b1108_2_2 img	{
	width: 80%;
}
.artist .flex.wrap a:not(.nolink):hover	{
	transform: translateY(-7px);
}
.artist .flex.wrap a img	{
	width: 100%;
}

.artist.a_b > .flex	{
	gap: 30px;
}
.ticketlink a.button	{
	display: flex;
	width: 50%;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ticketlink a.button img	{
	width: 45px;
}

.ticketlink a.button img.b_ticketme	{
	width: 60px;
}

.ticketlink a.button span	{
	color: #1899B0;
	line-height: 130%;
	font-size: 14px;
}

a.button.button_blue span	{
	color: #fff;
	line-height: 130%;
	font-size: 14px;
}

a.float	{
	width: 100px;
	height: 100px;
	bottom: 30px;
	right: 30px;
	font-size: 90%;
	position: fixed;
	background-color: #fff;
	color: #1899B0;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align:center;
	font-weight: 700;
	transition: all 0.5s linear;
	line-height: 150%;
	box-shadow: 0 0 10px #1899B0;
	animation: tikatika 3s infinite;
}

a.float.ticketme	{
	flex-direction: column;
	font-size: 11px;
	background-color: #FAF61E;
	color: black;
	bottom: 100px;
	right: 100px;
	font-weight: bold;
}
a.float.ticketme img	{
	margin-top: 3px;
}
a.float img	{
	width: 68.5%;
}

a.button:hover	{
	opacity: 0.7;
	top: -3px;
}

a.float:hover	{
	opacity: 0.7;
	bottom: 35px;
	animation: none;
}

a.float.ticketme:hover	{
	bottom: 105px;
}
.w600	{
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.main_social	{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
}
.main_social a	{
	color: white;
	font-size: 30px;
	padding: 15px;
}
.tt_titlearea	{
	position: relative;
	padding-top: 20px;
}

.tt_titlearea img.tt_title	{
	max-width: 140px;
	width: 50vw;
	position: absolute;
	top: 0;
	right: 0;
}
.scrollleft img.tt	{
	width: 100%;
}

.artists.flex.wrap	{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap:30px 15px;
	max-width: none;
}

.infoarea .artists.flex.wrap picture:not(last-of-type)	{
	margin-bottom: 0;
}
.artists.flex.wrap .col	{
	width: calc((100% - 30px) / 3);
}

.artists.flex.wrap .col img,
.modalinfo img	{
	width: 100%;
	display: block;
}

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

.remodal .artist_social	{
	position: absolute;
	bottom: 45px;
	right: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.remodal .artist_social a	{
	color: #1899B0;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}

.remodal .artist_social a i	{
	font-size: 16px;
}

.remodal-close	{
	color: #fff;
}

footer, footer *,
.support *	{
	background-color: #fff;
	color: #666;
	padding: 15px 0;
}

#staff .infoarea	{
	max-width: 600px;
}
#staff .infoarea h3	{
	font-size: 25px;
	font-weight: bold;
}

#staff .infoarea h4	{
	font-size: 18px;
}

#staff .infoarea .staff_head	{
	width: 100%;
	max-width: 600px;
	border-radius: 25px;
}
#staff .infoarea strong	{
	color: #000 !important;
}
#staff .infoarea ul,
#staff .infoarea ol	{
	margin-left: 1em;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#staff .infoarea p,
#staff .infoarea li,
#staff .infoarea strong	{
	color: #666;
}

#staff .infoarea li	{
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .copy	{
	font-size: 12px;
}

footer	{
	padding-top: 25px;
}
.supports *	{
	padding: 0;
}

footer ul.flex,
.supports ul.flex	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	gap: 30px 45px;
}

footer ul.flex li,
footer ul.flex li a,
.supports ul.flex li,
.supports ul.flex li a	{
	list-style: none;
	font-weight: 700 !important;
	font-size: 18px;
	text-shadow: 0.25px 0.25px 0 #666;
}
footer > .supports > h2,
footer > .supports > p,
.supports > .supports > h2,
.supports > .supports > p	{
	color: #666;
	padding: 15px 0;
}

.supports p	{
	font-size: 16px;
	text-shadow: 0.25px 0.25px 0 #666;
}

main .maininner.bg_tt .flex.shops	{
	display: flex;
	width: 100%;
	max-width: 900px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}

.shops.flex .artist	{
	width: calc((100% - 90px) / 4);
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding-bottom: 30px;
}
#marche h3 img	{
	width: auto !important;
	height: 90px !important;
}
.shops.flex .artist img	{
	width: 100%;
}

.shops.flex .artist span.s_name	{
	line-height: 130%;
	display: block;
	letter-spacing: 2px;
	font-size: 14px;
	color: #1899B0;
	margin-bottom: 5px;
}

.shops.flex .artist span.s_name .small	{
	zoom: 0.8;
}
.shops.flex .artist span.s_date	{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 75px;
	height: 25px;
	align-items: center;
	justify-content: center;
	background-color: #405e80;
	color: white;
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 2;
}

.shops.flex .artist span.s_date.sun,
.remodal.shop .r_date.sun	{
	background-color: #dd8991;
}

.shops.flex .artist span.s_date.satsun,
.remodal.shop .r_date.satsun	{
	background-color: #350f2f;
}

.remodal	{
	max-width: none;
	margin: 0;
	background-color: #1899B0;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	width: calc(40vw + 70px);
	height: calc((40vw + 70px) / 468 * 293);
}

.remodal.r_tt	{
	background-color: #f1f5ea;
	padding: 30px 15px;
	width: calc(70vw + 70px);
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.remodal-wrapper	{
	box-sizing: border-box;
}

.remodal.col2	{
	width: 80vw;
}

.remodal .modalinfo	{
	display: flex;
	width: 40vw;
}

.remodal .modalinfo	{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	gap: 0;
	width: 100%;
}

.remodal.r_map	{
	height: auto;
	background-color: transparent;
	width: 60vw;
}

.remodal.r_map.m_kogenji	{
	width: 80vw;
}

.remodal.r_map img	{
	width: 100%;
	margin: 30px 0;
}
.remodal .modalinfo picture	{
	height: calc((40vw + 70px) / 468 * 293);
	width: auto;
	aspect-ratio: 234 / 293;
}

.a_g .remodal .modalinfo picture	{
	height: calc((40vw + 70px) / 2338 * 1465);
	aspect-ratio: 1169 / 1465;
	overflow-x: clip;
}
.remodal.r_shop	{
	height: auto;
}
.remodal.r_shop .modalinfo	{
	padding: 15px;
	margin-bottom: 0;
	align-items: center;
}
.remodal.r_shop .modaldesc	{
	padding: 5px 15px 25px;
}
.remodal.r_shop .modalinfo picture	{
	height: auto;
	width: 100%;
	max-width: 250px;
	aspect-ratio: auto;
}

.remodal-close,
.remodal-close:before	{
	left: auto;
	right: 0;
}

.remodal .modalinfo .modaltext	{
	width: auto;
	padding: 15px 25px;
	flex: 1;
	overflow-y: clip;
}

.remodal h1	{
	font-size: 120%;
	margin: 0;
	text-align: left;
	margin-bottom: 5px;
}
.remodal h2	{
	text-align: left;
	font-size: 90%;
	margin: 10px 0;
	line-height: 150%;
}
.remodal .modalinfo .modaltext p a	{
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.remodal p	{
	text-align: left;
	font-size: 75%;
	letter-spacing: 0.5px;
	line-height: 140%;
}
.remodal p:not(:last-of-type)	{
	margin-bottom: 10px;
}

.remodal .r_date	{
	position: absolute;
	top: 15px;
	right: 25px;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background-color: #236d66;
	color: white;
	font-size: 10px;
	letter-spacing: -1px;
	border-radius: 25px;
	font-weight: bold;
	z-index: 2;
}

.remodal .r_date.sat	{
	background-color: #261b53;

}

.remodal .r_date.sun	{
	background-color: #ea8b7e;
}

.remodal .modalinfo .modaltext h1 .small	{
	display: block;
	zoom: 0.7;
	margin-top: 10px;
}

.remodal.a_b1_l .modalinfo picture	{
	aspect-ratio: 1024 / 1537;
}

.remodal.a_b1_l .modalinfo h1	{
	line-height: 110%;
}
@keyframes tikatika {
  0% { opacity: 0.9; }
  15% { opacity: 0.9; }
  50% { opacity: 0; }
  85% { opacity: 0.9; }
  100% { opacity: 0.9; }
}

@media screen and (max-width: 834px)	{
	.pc	{
		display: none !important;
	}
	.sp	{
		display: block !important;
	}
	br.sp	{
		display: inline-block;
	}
	
	h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd,strong,span	{
		font-size: 3.2vw;
	}
	.sp_lh120	{
		line-height: 120% !important;
		margin-top: 5vw !important;
	}
	
	.sp_lh120 + .p_social:has(a)	{
		margin-top: 2vw;
	}
	.mb15,
	.sp_mb15	{
		margin-bottom: 3vw !important;
	}

	.mb25,
	.sp_mb25	{
		margin-bottom: 5vw !important;
	}
	.mb50,
	.sp_mb50	{
		margin-bottom: 10vw !important;
	}
	
	.pt50	{
		padding-top: 10vw !important;
	}

	.pb50	{
		padding-bottom: 10vw !important;
	}
	.mb75	{
		margin-bottom: 15vw !important;
	}

	header nav	{
		display: none;
		position: fixed;
		top: 17.5vw;
		right: 8.5vw;
		width: auto;
		margin: 0;
		padding: 0 10vw 0 7.5vw;
		background-color: rgba(32,34,75,0.9);
		z-index: 9997;
	}
	
	header nav ul	{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: auto;
		margin: 7.5vw auto;
	}
	
	header nav ul li	{
		width: 100%;
		padding: 0;
	}
	header nav ul li a	{
		font-weight: bold;
		color: white;
		text-decoration: none;
		font-size: 4vw;
		letter-spacing: 1px;
	}
	

	header	{
		padding: 5vw;
		align-items: flex-start;
	}
	
	header h1 a img	{
		width: 22.5vw;
	}
	body > .flex	{
		padding: 0 5vw;
	}
	
	body > .flex .flex,
	body > main .flex	{
		gap: 1rem;
	}
	body > .flex .infoarea	{
		width: 100%;
	}
	body > .flex .flex	{
		width: 100%;
	}
	.flex .col.imgarea	{
		text-align: center;
	}
	.flex .col.imgarea img	{
		width: 80%;
	}
	.flex .col.imgarea img	{
		margin-top: 15vw;
		margin-bottom: 10vw;
	}
	
	main .maininner.bg_tt:not(#marche) .flex	{
		flex-direction: column;
	}
		
	main .maininner.bg_tt .flex .single_tt	{
		width: 90%;
	}
	
	body > .flex .flex .title,
	body > main .flex .title	{
		font-size: 3.5vw;
		width: 30%;
	}
	.social	{
		right: 0;
		top: 5vw;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex: 1;
	}
	
	.social a.drawer	{
		width: 7vw;
		height: 7vw;
		background-image: url(images/menubutton.png);
		background-size: 75% auto;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		z-index: 9999;
	}

	.social a.drawer:hover	{
		opacity: 1 !important;
	}
	
	.social a.drawer.active	{
		background-image: url(images/menubutton_r.png);
	}
	

	.social a	{
		font-size: 6vw;
		min-width: 6vw;
		margin-left: 4vw;
		padding: 0;
	}
	
	.fs12	{
		font-size: 3vw;
	}
	
	.fs14	{
		font-size: 3.2vw;
	}
	
	.fs16	{
		font-size: 3.45vw;
	}
	
	.fs18	{
		font-size: 3.7vw;
	}
	
	main .infoarea	{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
	.infoarea picture.pc	{
		margin-top: 100px;
	}
	.infoarea picture,
	.infoarea picture img	{
		display: block;
	}
	
	.artist img.a_title	{
		height: 15vw;
	}
	
	.artists:not(.shops) .artist > *:not(:last-child)	{
		margin-bottom: 10vw;
	}
	.artist .flex.wrap	{
		gap: 1.5vw 3vw;
		justify-content: flex-start;
	}
	
	.artist > .flex .a_date	{
		padding-top: 12.72vw;
	}
	
	.artist > .flex .a_date	{
		padding-top: 7.63vw;
		width: 20vw !important;
	}
	.artist .flex.wrap a	{
		display: block;
		margin-bottom: 0;
		width: calc((100% - 3vw) / 2);
	}

	.ticketlink a.button,
	.ticketlink a.button span	{
		line-height: 140%;
		gap: 0;
	}
	
	.ticketlink a.button	{
		flex-direction: column;
	}

	body > .flex .flex .content span, body > main .flex .content span	{
		line-height: 170%;
	}

	.infoarea picture:last-of-type	{
		margin-bottom: 0;
	}
	
	.infoarea .artists picture	{
		margin-bottom: 5vw !important;
	}
	h2.headings,
	h2.headings > *	{
		line-height: 135%;
	}
	
	.scrollleft	{
		overflow-x: scroll;
	}
	
	.scrollleft img.tt	{
		width: 260vw;
	}

	footer, footer *	{
		font-size: 10px;
	}
	
	footer ul.flex	{
		width: 95vw;
		gap: 15vw 5vw;
	}
	
	footer ul.flex li	{
		width: 40vw;
		line-height: 1.25;
	}
	
	footer ul.flex li img	{
		max-width: 90%;
	}
	
	footer ul.flex li img.w100,
	footer ul.flex li img.sp_w100	{
		max-width: 25vw;
	}
	a.float	{
		zoom: 0.8;
		width: 25vw;
		height: 25vw;
		bottom: 5vw;
		right: 2.5vw;
		font-size: 10px;
	}
	a.float.ticketme	{
		bottom: 32.5vw;
		right: 2.5vw;
	}
	.w350	{
		max-width: 60vw;
	}
	a.float:hover	{
		bottom: calc(5vw + 10px);
	}
	
	@keyframes tikatika {
	  0% { opacity: 0.8; }
	  15% { opacity: 0.8; }
	  50% { opacity: 0; }
	  85% { opacity: 0.8; }
	  100% { opacity: 0.8; }
	}
	.scroll-hint-icon	{
		height: 100px;
	}
	
	.artists.flex.wrap .col	{
		width: 100%;
	}
	.shops.flex,
	.maps.flex	{
		padding-left: 5vw !important;
		padding-right: 5vw !important;
		gap: 5vw !important;
		width: 100vw !important;	
	}
	.maps.flex	{
		gap: 10px;
		flex-direction: column;
	}
	
	.maps.flex img	{
		margin-bottom: 0;
	}
	.shops.flex .artist	{
		width: calc((100% - 5vw) / 2);
		padding-bottom: 0;
	}
	
	.shops.flex .artist span.s_date	{
		width: 15vw;
		height: 5vw;
	}
	.shops.flex .artist span.s_name	{
		letter-spacing: 0;
	}
	
	.remodal-wrapper	{
		padding-bottom: 10px;
	}
	.remodal,
	.remodal.col2	{
		padding: 0;
		width: calc(100% - 10vw);
		height: auto;
		aspect-ratio: unset;
	}
	.remodal .modalinfo	{
		width: 100%;
		flex-direction: column;
	}
	
	.remodal	{
		padding: 0;
		width: 100%;
	}
	.remodal .modalinfo	{
		flex-direction: column;
		margin-bottom: 0;
		align-items: center;
	}
	.remodal .modalinfo picture,
	.remodal .modalinfo img,
	.remodal .modalinfo .modaltext	{
		height: auto;
		width: 100%;
	}
	
	.remodal .modalinfo picture	{
		width: 60vw;
		padding: 5vw 0 0;
	}
	
	.remodal .modalinfo .modaltext	{
		padding: 1vw 3vw 3vw;
	}
	
	.remodal .modalinfo .modaltext h1	{
		font-size: 120%;
		margin-bottom: 0;
	}
	.remodal .modalinfo .modaltext h1 + p:has(a),
	.remodal .modalinfo .modaltext h1 + p:has(a) + h2	{
		margin-top: 5vw;
	}
	.remodal .modalinfo .modaltext br	{
		display: none;
	}
	.remodal .modalinfo .modaltext br.show	{
		display: inline-block;
	}
	
	.remodal .modalinfo .modaltext p:not(:last-of-type)	{
		margin-bottom: 2vw;
	}
	.remodal .modalinfo .modaltext .p_social:not(.multi) a	{
		margin-right: 15px;
	}
	
	.p30	{
		padding: 2vw 10vw 5vw !important;
	}
	
	.remodal.r_shop .modalinfo .modaltext.p30	{
		padding-bottom: 0 !important;
	}
	.modaldesc.p30 p	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.remodal h2	{
		font-size: 10px;
		margin: 1.5vw 0 2.5vw;
		line-height: 150%;
	}
	.remodal p	{
		font-size: 12px;
		margin-bottom: 2.5vw;
		letter-spacing: 0;
	}
	.remodal .modalinfo .modaltext p a	{
		font-size: 3.2vw;
	}
	.remodal .modalinfo .modaltext p	{
		font-size: 10px;
		margin-bottom: 0;
	}
	
	.remodal .r_date	{
		width: 15vw;
		height: 15vw;
		border-radius: 7.5vw;
		right: 7.5vw;
		top: 4vw;
		font-size: 14px;
	}
	
	.remodal .artist_social	{
		bottom: 7vw;
		right: 9vw;
		zoom: 0.95;
	}
	
	.remodal .artist_social a	{
		padding-left: 2vw;
		font-size: 2.5vw;
	}
	
	.remodal .artist_social a i	{
		font-size: 3.5vw;
	}
	
	.remodal.r_tt	{
		padding: 5vw 0;
		width: 100%;
	}
	
	.nav_overlay	{
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.4);
		z-index: 999;
		display: none;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}
	.remodal.r_map	{
		width: 95vw !important;
	}

	.remodal.r_map.m_kogenji img	{
		width: 200vw;
		max-width: none !important;
		margin: 30px 0;
		margin-right: 2.5vw;
	}
	
	.artist .flex.wrap:has(a.flex1)	{
		flex-direction: column;
		align-items: flex-start;
	}
	.a_b .flex	{
		gap: 1.5vw 3vw  !important;
	}
	
	.a_b > .flex .col:last-of-type	{
		width: 100%;
	}
	
	.a_timetable dl	{
		flex-direction: column;
	}
	
	.a_timetable dt,
	.a_timetable dd	{
		width: 100%;
	}
	
	.artist .flex.wrap a.flex1#a_b1108_2_2 img	{
		width: 100%;
	}
	
	h3.a_b_subtitle	{
		line-height: 150%;
	}
	
	.allmap img	{
		margin-left: -5%;
		width: 100vw  !important;
		max-width: none;
	}
	
	.a_timetable dd a.button	{
		padding: 1vw 4vw !important;
		width: auto !important;
		display: inline-flex !important;
	}
}
