@charset "UTF-8";

html {
  overflow-y: scroll;
}
@media (min-width: 992px) {
	.section__header h2.en_ttl {
		font-size: 3.866em;
	}
}


/* ==========================================================================
   Hero
========================================================================== */

.hero {
	width: 100%;
	line-height: 1.5;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-img {
  display: block;
}
.hero-img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .4s ease-in;
}
.hero-img img {
  display: block;
  width: 100%;
  margin-inline: auto;
	height: 100vh;
  object-fit: cover;
  object-position: center 20px;
}
@media (orientation: landscape){
	.hero-img img {
	  object-position: center center;
	}
}

.hero-ttl {
	color: var(--color1);
	position: absolute;
	bottom: calc(15vh + 60px);
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	mix-blend-mode: screen;
}
.hero-ttl span {
	display: block;
	line-height: 1;
}
@media (orientation: landscape){
	.hero-ttl {
		bottom: 15vh;
	}
}


.hero-copy {
	text-align: center;
	white-space: nowrap;
  position: absolute;
  top: calc(100svh - 70px);
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-100%);
}
.hero-copy .ttl {
	font-weight: 800;
	text-shadow: 0px 0px .3em rgba(0,0,0,0.4),
							 0px 0px .1em rgba(0,0,0,0.8);
}
@media (max-width: 767px) {
	.hero-copy .ttl {
		font-size: 5.5vw;
	}
}
@media (max-width: 575px) {
	.hero-copy .ttl {
		font-size: 9.5vw;
		line-height: 1.25;
		margin-top: .25em;
	}
}
@media (orientation: landscape){
	.hero-copy {
	  top: calc(100svh - min(5vh,4.5rem));
	}
}



/* Stop Hero */
html.is-stop-hero .hero-img {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translate(0) !important;
}
html.is-stop-hero .hero-img::before {
	opacity: 1;
}
html.is-stop-hero .hero-scroll {
	position: absolute;
}
html.is-stop-hero .hero-scroll .text {
	opacity: 0;
}


/* ==========================================================================
   About
========================================================================== */
.main-content {
	position: relative;
}


.box {
	background: rgba(255,255,255,0.1);
	padding: 1.5rem 1rem;
	font-size: .875rem;
	line-height: 1.75;
	margin-top: 1.5rem;
}
.box a {
	display: inline-block;
}

@media (orientation: portrait){
	#about {
		padding-top: 0;
	}
}
/* ==========================================================================
   News
========================================================================== */


/* ==========================================================================
   Member
========================================================================== */
#member ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap: 2px;
}
#member ul li {
	width: calc((100% - 4px)/3);
	background: var(--white);
	color: var(--color1);
	text-align: center;
	font-weight: 500;
	line-height: 1.25;
	transition: .2s;
	transition-property: background, color;
}
#member ul li:hover {
	background: var(--color1);
	color: var(--white);
}
#member ul li h4 {
	font-family: var(--font2);
	font-size: 1rem;
}
@media (min-width: 576px) {
	#member ul li {
		width: calc((100% - 6px)/4);
	}
}
@media (min-width: 768px) {
	#member ul li {
		width: calc((100% - 8px)/5);
	}
}
@media (min-width: 992px) {
	#member ul li {
		width: calc((100% - 14px)/8);
	}
}



/* ==========================================================================
   Sponavi
========================================================================== */
#sponavi ul.schedule {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap: 2px;
}
#sponavi ul.schedule li {
	width: calc((100% - 4px)/3);
}
#sponavi ul.schedule li a,
#sponavi ul.schedule li div {
	background: rgba(255,255,255, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	line-height: 1.25;
	padding: 1em;
}
#sponavi ul.schedule li a:hover {
	background: rgba(255,255,255, 1);
	color: var(--color1);
}
#sponavi ul.schedule li span {
	display: block;
	font-family: var(--font2);
}
#sponavi ul.schedule li em {
	display: block;
	font-family: var(--font1);
	font-style: normal;
	font-size: 200%;
}
#sponavi ul.schedule li div > * {
	opacity: .4;
}
@media (min-width: 576px) {
	#sponavi ul.schedule li {
		width: calc((100% - 6px)/4);
	}
}
@media (min-width: 768px) {
	#sponavi ul.schedule li {
		width: calc((100% - 8px)/5);
	}
}
@media (min-width: 992px) {
	#sponavi ul.schedule li {
		width: calc((100% - 12px)/7);
	}
}

/* ==========================================================================
   Producer
========================================================================== */
#producer .ttl {
	font-size: 2em;
	margin: 0 0 .6em;
}
#producer .en_ttl {
	color: var(--color1);
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
#producer img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ==========================================================================
   News
========================================================================== */

