@charset "UTF-8";

/*reset*/

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

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

.sp	{
	display: none;
}

.inview	{
	opacity: 0;
}

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

.is-show	{
	opacity: 1;
}

.inview.fadeInUp.is-show	{
	top: 0;
}

a.button	{
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	border: 3px solid #4a4a4a;
	background-color: #fff;
	text-decoration: none;
	padding: 10px 0;
}

a.button:hover	{
	opacity: 0.75;
}

*	{
	color: #4a4a4a;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 200%;
	box-sizing: border-box;
}

a	{
	transition: all 0.3s linear;
}

a:hover	{
	opacity: 0.5;
}

a:hover	{
	opacity: 0.5;
}

.menu li a:hover,
a.totop:hover	{
	opacity: 1;
}
strong	{
	font-weight: 900 !important;
}

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

.mb30	{
	margin-bottom: 30px;
}

.mb60	{
	margin-bottom: 60px;
}
.key	{
	background-color: #fff;
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.key .slideshow	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

.key:after,
#cafebar:after	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image:
		radial-gradient(rgba(0,0,0,1) 30%, rgba(255,255,255,0) 30%),
		radial-gradient(rgba(0,0,0,1) 30%, rgba(255,255,255,0) 30%);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
	mix-blend-mode: soft-light;
}

#podcast:after	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image:
		radial-gradient(rgba(255,255,255,0.5) 30%, rgba(255,255,255,0) 30%),
		radial-gradient(rgba(255,255,255,0.5) 30%, rgba(255,255,255,0) 30%);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
	mix-blend-mode: screen;
}

#event:after,
#brands:after	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	background-image:
		radial-gradient(rgba(255,255,255,1) 30%, rgba(255,255,255,0) 30%),
		radial-gradient(rgba(255,255,255,1) 30%, rgba(255,255,255,0) 30%);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
	mix-blend-mode: soft-light;
}

.key .logo	{
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.key .logo img	{
	filter: drop-shadow(0 0 5px black);
	width: 25vw;
}

.key .slideshow img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@keyframes zoomUp {
  0% {
	transform: scale(1.1);
  }
  100% {
	transform: scale(1); /* 拡大率 */
  }
}

.totop	{
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	display: block;
	z-index: 10;
	transition: all .2s linear;
}

.totop.bottom	{
	filter: drop-shadow(0 0 1px white);
}

.totop:hover	{
	bottom: 3.5vw;
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.menu	{
	margin-top: 15px;
	display: flex;
	gap: 0 10px;
}
.menu li	{
	list-style: none;
}
.menu li a	{
	color: white;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	filter: drop-shadow(0 0 5px black);
	position: relative;
}

.menu li a:after	{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1.5px;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	width: 0;
	filter: none;
}
.menu li a:hover:after	{
	animation: hoverWidth 0.2s linear 0s normal both;
}

@keyframes hoverWidth {
  0% {
	width: 0;
  }
  100% {
	width: 100%;
  }
}

.key .social	{
	position: fixed;
	top: 1.5vw;
	right: 1.5vw;
	z-index: 10;
}
.key .social a	{
	color: white;
	display: inline-block;
	border-radius: 50%;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size: 20px;
	line-height: 1;
	padding: 15px;
	min-width: 50px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	transition: all 0.5s linear;
}
.key .social a i	{
	color: white;
}
.key .social a:hover	{
	opacity: 0.6;
}

section	{
	min-height: 100vh;
	position: relative;
}
section#festival	{
	background-color: #f1f4e9;
}
/*
section#festival .keypic	{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50vw;
	height: auto;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0.1;
}
section#festival:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: white;
	mix-blend-mode: hue;
	opacity: 0.9;
}
*/
section#music:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: white;
	mix-blend-mode: hue;
	opacity: 0.1;
}

section .inner	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*
section#festival .inner:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: white;
	mix-blend-mode: hue;
}
*/
section#music .inner:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255,255,255,0.5);
}

section#cadfebar:after	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-image: url(https://juh.la/2023/images/texture.png);
	mix-blend-mode: multiply;
	background-size: auto;
	background-repeat: repeat;
}

section#music:after	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgba(255,255,255,0.6);
}

section .inner .content	{
	position: relative;
	z-index: 4;
	border: 5px solid white;
	padding: 50px 50px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

section#festival .inner .content	{
	border:none;
}

section#music .inner .content,
section#podcast .inner .content,
section#event .inner .content,
section#brands .inner .content	{
	background-color: rgba(255,255,255,0.3);
	border-color: #4a4a4a;
}
section#event .inner .content	{
	background-color: rgba(255,255,255,0.5);
}
section#podcast .inner .content,
section#brands .inner .content	{
	background-color: white;
}
section#cafebar .inner .content	{
	background-color: rgba(0,0,0,0.4);
}

section#podcast .inner .content	{
	padding: 25px 50px;
}
section h2	{
	font-size: 30px;
	letter-spacing: 4px;
}

.fes2023	{
	display: flex;
	align-items: center;
	justify-content: center;
}

section#festival .inner .content .fes2025 a	{
	max-width: 450px;
	height: auto !important;
	display: block;
	margin: 15px auto;
	filter: drop-shadow(0 0 5px white);
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
section#festival .inner .content .fes2025 a img	{
	width: 100%;
}
section#festival .inner .content .keydate	{
	width: 300px;
}

section#music	{
	background-image: url(images/music.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
section#music h2,
section#music p	{
	filter: drop-shadow(0 0 5px white);
}

section#cafebar	{
	background-image: url(images/cafebar.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


section#cafebar h2,
section#cafebar p	{
	color: white !important;
	filter: drop-shadow(0 0 5px black);
}

#podcast	{
	background-color: #9cdeea;
}
.juhuradio img	{
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
section#podcast .inner .content	{
	border: 0;
	outline: solid 2px white;
	outline-offset: 5px; 
}

#bg-video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('images/poster.jpg') no-repeat;
	background-size: cover;
	opacity: 0.3;
}

.wrap	{
	background-color: #fff;
}
section#event .inner ul li,
section#brands .inner ul li	{
	list-style: none;
}

.flex	{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.col3 > *	{
	width: 25.333%;
}

section#brands	{
	background-color: #f7f263;
}
.brandthumb	{
	width: 100%;
	border-radius: 50%;
}

section#brands a	{
	text-decoration: none;
}

section#access	{
	background-color: white;
}
section#access iframe	{
	width: 100%;
	height: 50vh;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
}
section#access .inner	{
	display: flex;
	height: 50vh;
}

section#access .inner h3	{
	font-size: 18px;
}

footer	{
	background-color: #4a4a4a;
	padding: 50px 0;
	letter-spacing: 2px;
}

footer p	{
	font-weight: 400;
	font-size: 11px;
	color: white;
}

@media screen and (max-width: 834px)	{
	.pc	{
		display: none !important;
	}
	
	.sp	{
		display: block;
	}
	
	br.sp	{
		display: inline-block;
	}
	.mb30	{
		margin-bottom: 5vw;
	}
	
	.menu	{
		flex-direction: column;
	}
	
	.menu li,
	.menu li a		{
		line-height: 180%;
	}
	.key .social	{
		position: fixed;
		top: 5vw;
		right: 5vw;
		z-index: 5;
	}
	
	.key .social a	{
		margin-left: 0.5vw;
		font-size: 3vw;
		min-width: 0;
		padding: 3vw;
	}
	section	{
		padding: 20vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section .inner	{
		position: relative;
		margin: 0;
	}
	section h2	{
		font-size: 5vw;
	}
	
	section p,
	section a	{
		font-size: 3.3vw;
	}
	section#festival	{
		padding: 10vw 0;
	}
	section .inner .content	{
		width: 80vw;
		padding: 10vw 7.5vw;
	}
	.key	{
		height: 192vw;
	}
	.key .slideshow .imgwrap	{
		width: 100vw;
		height: 192vw;
		position: relative;
	}
	.key .slideshow img	{
		height: 192vw;
		width: auto !important;
		max-width: none;
		top: 0 !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.key .logo	{
		padding-top: 10vw;
	}
	.key .logo img	{
		width: 60vw;
	}
	.fes2023	{
		flex-direction: column;
	}
	
	section#festival .inner .content .keylogo,
	section#festival .inner .content .keydate	{
		width: 50vw;
	}
	
	.flex.col3	{
		flex-direction: column;
		align-items: center;
	}
	
	.flex.col3 > *	{
		width: 50vw;
		text-align: center;
	}
	.flex.col3 li	{
		margin-bottom: 5vw;
	}
	
	.flex.col3 li:last-child	{
		margin-bottom: 0;
	}	
	.flex.col3 img,
	.juhuradio img	{
		width: 30vw;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	section#access	{
		padding: 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	section#access .inner h3	{
		margin-bottom: 5vw;
	}
	
	section#access .inner	{
		height: 88.888vw;
	}
	
	section#access iframe	{
		position: absolute;
	}
	
	#bg-video	{
		top: 0;
		left: -60%;
		right: auto;
		bottom: auto;
	}
}