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: "alibabasansjp";
	font-weight: 400;
	src: local("Alibaba Sans JP"),
		 local("AlibabaSansJP-Regular"),
		 url("fonts/AlibabaSansJP-Regular.woff2") format("woff2"),
		 url("fonts/AlibabaSansJP-Regular.woff") format("woff"),
		 url("fonts/AlibabaSansJP-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "alibabasansjp";
	font-weight: 500;
	src: local("Alibaba Sans JP"),
	 	local("AlibabaSansJP-Medium"),
	 	url("fonts/AlibabaSansJP-Medium.woff2") format("woff2"),
	 	url("fonts/AlibabaSansJP-Medium.woff") format("woff"),
	 	url("fonts/AlibabaSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "alibabasansjp";
	font-weight: 700;
	src: local("Alibaba Sans JP"),
		 local("AlibabaSansJP-Bold"),
		 url("fonts/AlibabaSansJP-Bold.woff2") format("woff2"),
		 url("fonts/AlibabaSansJP-Bold.woff") format("woff"),
		 url("fonts/AlibabaSansJP-Bold.ttf") format("truetype");
}

*	{
	box-sizing: border-box !important;
}
h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd,strong,span,a	{
	font-family: 'alibabasansjp', sans-serif;
	color: white;
	line-height: 190%;
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt";
}

.en	{
	font-family: "ariana-pro", 'alibabasansjp', sans-serif !important;
}

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

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

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

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

body	{
	background-color: #0094b4;
}

.sp	{
	display: none !important;
}

.mt10	{
	margin-top: 10px;
}

.mb10	{
	margin-bottom: 10px;
}

.mb15	{
	margin-bottom: 15px;
}

.mb25	{
	margin-bottom: 25px;
}

.mt50	{
	margin-top: 50px;
}

.mb50	{
	margin-bottom: 50px;
}

.mb75	{
	margin-bottom: 75px;
}

.fs12	{
	font-size: 12px;
}

.fs14	{
	font-size: 14px;
}

.fs18	{
	font-size: 18px;
}

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

.social	{
	position: fixed;
	top: 30px;
	right: 45px;
}

.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;
}

body > .flex .infoarea	{
	width: 100%;
}
body > .flex .flex .title,
body > main .flex .title	{
	color: #0094b4;
	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%;
}

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

.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%;
}

.infoarea picture:not(last-of-type)	{
	margin-bottom: 50px;
}

h2.headings	{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}
ul.aster	{
}
ul.aster li	{
	margin-left: 0.75rem;
	list-style-type: "* ";
}

a.button	{
	background-color: #fff;
	color: #0094b4;
	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.float	{
	width: 170px;
	height: 170px;
	bottom: 50px;
	right: 50px;
	font-size: 90%;
	position: fixed;
	background-color: #fff;
	color: #0094b4;
	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 #0094b4;
	animation: tikatika 3s infinite;
}

a.float img	{
	width: 68.5%;
}

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

a.float:hover	{
	opacity: 0.7;
	bottom: 55px;
	animation: none;
}
.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: #0094b4;
	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 *	{
	background-color: #fff;
	color: #666;
	padding: 15px 0;
}
footer .copy	{
	font-size: 12px;
}

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

footer 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	{
	list-style: none;
	font-weight: 700 !important;
	font-size: 18px;
	text-shadow: 0.25px 0.25px 0 #666;
}
footer > .supports > h2,
footer > .supports > p	{
	color: #666;
	padding: 15px 0;
}

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

.shops.flex	{
	display: flex;
	width: 100%;
	max-width: 900px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}
.shops.flex .artist	{
	width: calc((100% - 60px) / 3);
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.shops.flex .artist img	{
	width: 100%;
}

.shops.flex .artist span.s_name	{
	line-height: 130%;
	display: block;
	letter-spacing: 2px;
	font-size: 14px;
	color: white;
	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	{
	background-color: transparent;
	width: 40vw;
	max-width: none;
}
.remodal.col2	{
	width: 80vw;
}
.remodal .modalinfo	{
	display: flex;
	width: 40vw;
}

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

.remodal.shop	{
	margin: 0;
	width: calc(40vw + 70px);
	background-color: #0094b4;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
.remodal.shop .modalinfo	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	gap: 25px;
}
.remodal.shop .modalinfo img	{
	height: auto;
	width: 40%;
}
.remodal.shop .modalinfo .modaltext	{
	width: auto;
	flex: 1;
}

.remodal.shop h1	{
	font-size: 120%;
	margin: 0 0 20px;
	text-align: left;
	col
}
.remodal.shop h2	{
	text-align: left;
	font-size: 90%;
	margin: 10px 0;
	line-height: 150%;
}
.remodal.shop .modalinfo .modaltext p a	{
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.remodal.shop p	{
	text-align: left;
	font-size: 75%;
	letter-spacing: 0.5px;
	line-height: 140%;
	margin-bottom: 15px;
}

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

.remodal.shop .modalinfo .modaltext h1 .small	{
	display: block;
	zoom: 0.7;
	margin-top: 10px;
}
@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;
	}
	.mb25	{
		margin-bottom: 5vw;
	}
	.mb50,
	.sp_mb50	{
		margin-bottom: 10vw;
	}
	
	.mb75	{
		margin-bottom: 15vw;
	}

	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 img	{
		margin-bottom: 5vw;
	}
	
	body > .flex .flex .title,
	body > main .flex .title	{
		font-size: 3.5vw;
		width: 30%;
	}
	.social	{
		right: 5vw;
		top: 5vw;
	}
	
	.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;
	}
	
	.infoarea picture:not(last-of-type)	{
		margin-bottom: 5vw;
	}
	.infoarea picture:last-of-type	{
		margin-bottom: 10vw;
	}
	
	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	{
		width: 25vw;
		height: 25vw;
		bottom: 5vw;
		right: 5vw;
		font-size: 10px;
	}
	
	.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	{
		gap: 5vw;	
	}
	.shops.flex .artist	{
		width: calc((100% - 5vw) / 2);
	}
	
	.shops.flex .artist span.s_date	{
		width: 15vw;
		height: 5vw;
	}
	.remodal,
	.remodal.col2	{
		padding: 0;
		margin: 5vw;
		width: calc(100% - 10vw);
	}
	.remodal .modalinfo	{
		width: 100%;
		flex-direction: column;
	}
	
	.remodal.shop	{
		padding: 7.5vw;
		width: 90vw;
	}
	.remodal.shop .modalinfo	{
		flex-direction: column;
		margin-bottom: 2.5vw;
	}
	.remodal.shop .modalinfo img,
	.remodal.shop .modalinfo .modaltext	{
		width: 100%;
	}
	
	.remodal.shop .modalinfo .modaltext h1	{
		margin: 2.5vw 0;
		font-size: 100%;
	}
	.remodal.shop .modalinfo .modaltext br	{
		display: none;
	}
	.remodal.shop .modalinfo .modaltext br.show	{
		display: inline-block;
	}
	.remodal.shop .modalinfo .modaltext a:first-child	{
		margin-right: 15px;
	}
	.remodal.shop h2	{
		font-size: 10px;
		margin: 1.5vw 0 2.5vw;
		line-height: 150%;
	}
	.remodal.shop p	{
		font-size: 10px;
		margin-bottom: 2.5vw;
		letter-spacing: 0;
	}
	.remodal.shop .modalinfo .modaltext p a	{
		font-size: 3.2vw;
	}
	.remodal.shop .modalinfo .modaltext p	{
		font-size: 10px;
		margin-bottom: 0;
	}
	
	.remodal.shop .r_date	{
		width: 20vw;
		height: auto;
		border-radius: 0;
		right: 7.5vw;
		top: 7.5vw;
	}
	
	.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;
	}
}
