/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
}

@media (min-width: 600px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width:767px) {
}

@media (min-width: 768px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
	.splide__arrow--next{right:5em}
}

/* ---------------------------------------- common */
#sponsors p.stage{ padding:20px 0; }

.pagelink a {
	display: inline-block;
	color: #fff;
	background: #000 url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
	background-size: auto 1em;
	padding: .75em 2.5em .75em 1.5em;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.pagelink a:hover {
	background: #e1123a url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
}

/* ---------------------------------------- visualslider */

#visual { 
	position: relative; 
	font-size: clamp(0.75rem, -0.078rem + 1.72vw, 1rem);
}

#visualslider ul li img { 
	width: 100%;
	height: auto;
}

#visual .catchimg {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#visual .catchimg img {
	width: 100%;
	height: auto;
}

#visual .splide__arrow.splide__arrow--next,
#visual .splide__arrow.splide__arrow--prev {
	width: 2em !important;
	aspect-ratio: 1 !important;
	background: none !important;
}
#visual .splide__arrow.splide__arrow--next img,
#visual .splide__arrow.splide__arrow--prev img { 
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {

	#visual .catchimg {
		width: 36.89%;
		max-width: 283px;
		left: 12%;
	}

}

@media (min-width: 768px) {

	#visual .catchimg {
		width: 29.5%;
		max-width: 443px;
		left: 10%;
	}

}

/* ---------------------------------------- carousel */

@media (max-width: 767px) {
	#carousel { font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem); }
}

@media (min-width: 768px) {
	#carousel { font-size: clamp(0.813rem, 0.192rem + 1.29vw, 1rem); }
}

#carousel {
	background: transparent url( ../images/commons/triangles-home.svg ) no-repeat top left;
	background-size: 100% 65%;
	padding: 7em 0 1em;
	position: relative;
}

#carousel::before {
	content: "";
	display: block;
	width: 100%;
	height: 65%;
	background: url( ../images/decoimg.jpg ) no-repeat center center;
	background-size: cover;
	filter: grayscale(100%) opacity(30%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#carousel::after {
	content: "";
	display: block;
	width: 100%;
	height: 65%;
	background: rgba( 238,51,78, .6 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* splide__list */

#carouselslider li.splide__slide {
	display: flex;
	align-items: stretch;
}
#carouselslider li.splide__slide a {
	display: block;
	width: 100%;
	color: #fff;
	background: rgba( 0, 0, 0, .8 );
	text-align: center;
	padding: 2em .5em 2.5em;
	position: relative;
}

#carouselslider li.splide__slide a .cate {
	color: #fff;
	background: #ee6501;
	padding: .25em;
	position: absolute;
	top: 0;
	left: 0;
}

#carouselslider li.splide__slide a .date {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(1rem, 0.824rem + 0.88vw, 1.375rem);
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	position: relative;
}
#carouselslider li.splide__slide a .date small {
	font-size: clamp(0.75rem, -0.078rem + 1.72vw, 1rem);
}
#carouselslider li.splide__slide a .date::after {
	content: "";
	display: block;
	width: 2em;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#carouselslider li.splide__slide a .series {
	font-size: clamp(1rem, 0.941rem + 0.29vw, 1.125rem);
	margin: 0 0 .5em;
}
#carouselslider li.splide__slide a .place {
	margin: 0 0 .5em;
}

#carouselslider li.splide__slide a .more {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: right;
}
#carouselslider li.splide__slide a .more img {
	width: auto;
	height: .75em;
	margin: 0 0 .15em 1em;
}

/* carousel-controller */

@media (max-width: 767px) {
	#carousel-controller { font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem); }
}

@media (min-width: 768px) {
	#carousel-controller { font-size: clamp(0.813rem, 0.192rem + 1.29vw, 1rem); }
}

#carousel-controller {
	padding: 2em 1em 0;
}
#carousel-controller ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
#carousel-controller .splide__arrow {
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	border-radius: 0;
	opacity: 1;
	transform: none;
}
#carousel-controller .splide__arrow img {
	width: auto;
	height: .75em;
	margin: 0 .25em;
}
#carousel-controller .splide__arrow > svg {
	display: none;
}

#carousel-controller li:first-child {
	border-right: 1px #000 solid;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
}
#carousel-controller li.pagelink { margin: 0 0 0 1em; }

/* ---------------------------------------- section h2 */

section h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0 .75em;
}

@media (max-width: 767px) {
	section { font-size: clamp(0.813rem, 0.678rem + 0.67vw, 1rem); }
	section h2 { font-size: clamp(1.5rem, 0.337rem + 5.82vw, 3.125rem); }
}

@media (min-width: 768px) {
	section { font-size: clamp(0.813rem, 0.192rem + 1.29vw, 1rem); }
	section h2 { font-size: clamp(1.5rem, -3.879rem + 11.21vw, 3.125rem); }
}

/* ---------------------------------------- NEWS */


@media (max-width: 767px) {

	#news {
		padding: 3em 1em;
	}

	#news .catenav li a { font-size: clamp(0.625rem, 0.386rem + 1.02vw, 0.875rem); }

}

@media (min-width: 768px) {

	#news {
		padding: 3em 1.5em;
	}
	#news .inner {
		max-width: 1000px;
		margin: 0 auto;
	}

}

/* catenav */

#news .catenav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: 0 0 2em;
}
#news .catenav li {
	width: 24%;
	color: #fff;
}
#news .catenav li a {
	display: block;
}
#news .catenav li a span {
	display: block;
	background: #000;
	padding: .5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#news .catenav li a:hover span,
#news .catenav li.current a span {
	background: #e1123a;
}
#news .catenav li a em { 
	display: block; 
	position: relative;
}
#news .catenav li a em::after {
	content: "";
	display: none;
	width: 0;
	height: .8em;
	border-style: solid;
	border-right: .8em solid transparent;
	border-left: .8em solid transparent;
	border-top: .8em solid #e1123a;
	border-bottom: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#news .catenav li a:hover em,
#news .catenav li.current a em {
	height: .8em;
}
#news .catenav li a:hover em::after,
#news .catenav li.current a em::after {
	display: block;
}

/* newsList */

#news ul.newsList { 
	display: none;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: .5em; 
	margin: 0 0 3em;
}
#news ul.newsList.current { 
	display: block;
}

#news ul.newsList li { padding: .5em 0; }
#news ul.newsList li a {
	display: grid;
	align-items: center;
	padding: .5em; 
}
#news ul.newsList li a .cate span {
	display: inline-block;
	min-width: 10em;
	color: #fff;
	background: #000;
	text-align: center;
	padding: .25em 1em;
	border-radius: 100px;
}

#news ul.newsList li.no-content {
	text-align: center;
	padding: 1em;
}

#news ul.newsList li a .arrow {
	text-align: right;
}
#news ul.newsList li a .arrow img {
	width: 1.25em;
	aspect-ratio: 1;
}
#news ul.newsList li a .arrow img.on {
	display: none;
}
#news ul.newsList li a:hover .arrow img.on {
	display: inline-block;
}
#news ul.newsList li a:hover .arrow img.off {
	display: none;
}

#news .pagelink { text-align: center; }

@media (max-width: 767px) {

	#news ul.newsList,
	#news ul.newsList li a { padding: .5em 0; }
	#news ul.newsList li a {
		grid-template-columns: 9em 1fr 1.75em; 
	}
	#news ul.newsList li a .cate span {
		font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
	}
	#news ul.newsList li a .subject span { 
		display: block;
		line-height: 1.6;
	}

}

@media (min-width: 768px) {

	#news ul.newsList li a {
		grid-template-columns: 10.5em 1fr 1.75em; 
	}
	#news ul.newsList li a .cate span {
		font-size: clamp(0.625rem, -0.198rem + 1.72vw, 0.875rem);
	}
	#news ul.newsList li a .subject {
		display: grid;
		grid-template-columns: 7em 1fr;
		align-items: center;
	}

}

/* ---------------------------------------- sns */

#sns .inside .mov {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#sns .inside iframe {
	width: 100%;
	height: 100%;
}

#sns .inside .sns-icons ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#sns .inside .sns-icons ul li {
	width: 15%;
	min-width: 60px;
	padding: 0 1em;
}
#sns .inside .sns-icons ul li a {
	display: block;
}
#sns .inside .sns-icons ul li a img {
	display: block;
}


.facebook-wrapper iframe {
	width: 100%;
}

@media (max-width: 1099px) {

	#sns { 
		font-size: clamp(0.813rem, 0.678rem + 0.67vw, 1rem); 
		padding: 3em 1em;
	}
	#sns .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#sns .inside .sns-icons ul { margin: 3em 0; }
	#sns .facebook iframe.fb { 
		max-width: 340px;
		margin: 0 auto; 
	}

}

@media (min-width: 1100px) {

	#sns { 
		font-size: clamp(0.813rem, 0.192rem + 1.29vw, 1rem);
		padding: 3em 1.5em; 
	}
	#sns .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
	}

	#sns .inside {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 560px;
		max-width: 560px;
	}

	#sns .facebook {
		width: 340px;
		max-width: 340px;
	}
	#sns .facebook iframe.fb { 
		width: 100%;
	}

}

/* ---------------------------------------- sponsors */

/* ズームイン */
.zoomIn {
  animation: zoomInAnime 0.5s ease-out forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#sponsors {
	text-align: center;
}
#sponsors .inside {
	margin: 0 0 3em;
}

#sponsors .inside p {
	margin: 1em 0 0;
}

#sponsors .official-sponsor { margin: 0 0 5em; }

@media (max-width: 767px) {

	#sponsors {
		padding: 3em 1em;
	}
	#sponsors .inside img {
		opacity: 0;
		width: auto;
/*		max-width: 200px; */
	}
	#sponsors .inside.short img {
		width: auto;
		max-width: 120px;
	}
}

@media (min-width: 768px) {

	#sponsors {
		padding: 3em 1.5em;
	}
	#sponsors .inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	#sponsors .inside img {
		opacity: 0;
		width: auto;
/*		max-width: 260px; */
	}
	#sponsors .inside.short img {
		width: auto;
		max-width: 120px;
	}
}