@charset "utf-8";
html{
	font-family: 'Noto Serif JP', serif;
	font-size: 10px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
}
*::selection{
	-webkit-tap-highlight-color:rgba(0,0,0,0.2);
	background-color: #1a1a1a;
	color: #FFF;
}
body{
	background-color: #1a1a1a;
	color: #fff;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	font-weight: 400;
}
h2.p-title{
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	color: #F2ECE6;
	margin: 65px 0 30px 0;
}
h2.p-title::before{
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 3px;
	top: -20px;
	left: -30px;
	background-color: #F2ECE6;
}


@media screen and (min-width: 769px){
	h2.p-title::before{
		top: 1.6rem;
		left: -70px;
	}
}


.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 769px) {
	.pc {display: none;}
	.sp {display: block;}
}

.bg {
	position: relative;
	width: 100%;
	background-image: url('/requestage/common/img/rq25back.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
	.bg {
		background-image: url('/requestage/common/img/rq25back.png');
		background-repeat: repeat-y;
        background-position: top;
	}
}



/*-------------------------------- LOADING --------------------------------*/
#loading{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading__inner{
	width: 200px;
	height: fit-content;
}
#p-logo__inner--square{
	fill: rgb(255, 175, 0);
	animation: colorchange 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite ;
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
@keyframes colorchange {
	0% {
		fill: rgb(255, 175, 0);
	}
	20% {
		fill: rgb(222, 59, 112);
	}
	40% {
		fill: rgb(124, 57, 104);
	}
	60% {
		fill: rgb(0, 150, 180);
	}
	80% {
		fill: rgb(194, 195, 0);
	}
	100% {
		fill: rgb(255, 175, 0);
	}
	
}

/*-------------------------------- modal --------------------------------*/

.modal-expo {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-expo-content {
    margin: 15% auto;
    padding: 20px;
    width: 60%;  /* モーダルウィンドウの横幅 */
  }
  .modal-expo-title {
    text-align: center;
  }
  .close-button {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close-button:hover,
  .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  



/*-------------------------------- SECTIONS --------------------------------*/
section{
	width: 100%;
	min-height: 100px;
	padding: 30px 18px;
}
@media screen and (min-width: 769px){
	section{
		padding: 40px 40px;
	}
}
#topics,
#ticket,
#outline,
#contact,
#designer{
	background-color: #001c43;
}
#sponsor{
	background-color: #F4F2F0;
}

.fx_shade::after{
	width: 100%;
    height: 100%;
	padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 10;
    background-color: #EDE3DE;
    animation: onscreen-fx-2 1.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s forwards alternate;
}

@keyframes onscreen-fx-1 {
  	0% {
		opacity: 0;
   		transform: translateX(-101%);
    	transform: translate3d(-101%, 0, 0);
  	}
  	to {
		opacity: 1;
		transform: translateX(0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes onscreen-fx-2 {
	0% {
		transform-origin: top right;
		transform: skewX(45deg) translateX(-50px);
	}
	to {
		transform-origin: top right;
		transform: skewX(45deg) translateX(250px);
	}
}
@keyframes skew {
	100% { left: -10%; }
}
@media screen and (min-width: 769px){
}




/*-------------------------------- l-wrapper --------------------------------*/

.l-wrapper {
    position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100%;
}
.l-wrapper::before {
    position: fixed;
    content: '';
	background-color: white;
    width: 100vw;
	height: calc(var(--vh)*100);
	top: 0;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
.l-wrapper > div  {
	position: relative;
}
.l-wrapper__logo{
	display: block;
	width: 100%;
}
.l-wrapper__inner{
	width: 100%;
	max-width: 1220px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.l-wrapper__inner--date{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 340px; 
	margin: 0 auto;
	z-index: 1;
}
.l-wrapper__inner--date > a{
	max-width: 280px;
	margin-top: 20px;
}
.l-wrapper__inner--date > a > img{
	width: 100%;
}
.l-wrapper__inner--artist{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.row1 > .l-wrapper__inner--date{
	width: 100%;
	background-color: #1a1a1a;
	filter: drop-shadow(0 0 30px rgba(0,0,0,.58));
	transform: translateZ(0);
}
.row2 > .l-wrapper__inner--artist::before{
	content: '';
	position: absolute;
	display: block;
	width: 65%;
	height: 69%;
	/* background-color: #1a1a1a; */
	/* background: linear-gradient(45deg, #ff9a86, #ffc107, #ff8adc, #57e7e7, #7474f6); */
	/* filter: drop-shadow(0 0 30px rgba(0,0,0,.58)); */
	transform: translateZ(0);
}
@media screen and (min-width: 769px){

	.l-wrapper__logo{
		margin-top: 85px;
	}
	.l-wrapper__inner--date{
		max-width: 100%;
		justify-content: center;
		align-items: center;
		grid-gap: 20px;
	}
	.l-wrapper__inner--date > a{
		margin-top: 0;
	}

	.row1{
		width: 80%;
		margin: 50px auto 0;
		background-color: #1a1a1a;
		padding: 0 0 100px 0;
		filter: drop-shadow(0 0 30px rgba(0,0,0,.58));
		transform: translateZ(0);
	}
	.row1 > .l-wrapper__inner--date{
		filter: none;
	}
	.row1 > .l-wrapper__inner--artist{
		flex-wrap: nowrap;
		width: 100%;
		grid-gap: 10px;
		transform: scale(1.2) translateY(10%);
	}

	.row2{
		width: 100%;
		margin: 50px auto 0;
		padding: 0 0 100px 0;
	}
	.row2 > .l-wrapper__inner--date{
		background: none;
	}
	.row2 > .l-wrapper__inner--artist{
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		grid-gap: 10px;
	}
	.row2 > .l-wrapper__inner--artist::before{
		top: 60px;
		height: 85%;
		width: 85%;
	}
}

.main_logo {
	width: 100%;
	max-width: 1200px;
}

@media screen and (max-width: 769px){
	.main_logo {
		margin-top: 10rem;
	}
	

}

/*-------------------------------- l-content --------------------------------*/


.l-content{
	width: 100%;
	z-index: 1;
}
.l-content__inner{
	display: block;
	width: 100%;
	min-height: 200px;
	max-width: 1020px;
	margin: 80px auto 0;
	word-break: break-word;
}
.l-content__inner--header{
	display: none;
}
@media screen and (min-width: 1420px )and (min-height: 872px){
	.l-content__inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.l-content__inner{
		margin: 0 auto;
	}
}



/*-------------------------------- l-main --------------------------------*/

.l-main{
	width: 100%;
	z-index: 1;
}
.l-main__inner{
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	word-break: break-word;
}

/*-------------------------------- p-bnr --------------------------------*/

.p-bnr {
	display: grid;
	gap: 25px;
	justify-content: center;
}

@media screen and (max-width: 769px){
	.p-bnr {
		display: grid;
	}
}


/*-------------------------------- l-header --------------------------------*/

.l-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	height: 85px;
	background-color: white;
	z-index: 9;
	/* top: -130px; */
	transition: all .5s;
}
.l-header__logo{
	display: block;
	margin: 10px 5px;
}

.l-header.visible{
	top: 0;
}

@media screen and (min-width: 768px ){
	.l-header{
		flex-wrap: nowrap;
		padding: 0 5rem;
	}
}


/*-------------------------------- l-footer --------------------------------*/

.l-footer{
	width: 100%;
	min-height: 100px;
	padding: 30px 18px;
	background-color: #1a1a1a;
	overflow: hidden;
}
.l-footer__inner{
	display: flex;
	justify-content: center;
	grid-gap: 20px;
}
.l-footer__inner > img {
	transform: rotate(-90deg);
}
.l-footer__inner.copyright{
	display: flex;
	flex-wrap: wrap;
}
.l-footer__inner.copyright > .copyright{
	color: #F4F2F0;
	font-size: 1.3rem;
	height: 16px;
	width: 100%;
	bottom: 50px;
	left: -70px;
	text-align: center;
}
.l-footer__inner.copyright > .message{
	color: #AAAAAA;
	text-align: center;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 1420px )and (min-height: 872px){
	.l-footer{
		background-color: #000;
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		top: 40px;
		left: 40px;
		width: 80px;
		height: calc(100% - 60px);
		z-index: 8;
	}
	.l-footer__inner.sns{
		order: 5;
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	.l-footer__inner.logo{
		order: 1;
		height: 167px;
		margin-top: 40px;
	}
	.l-footer__inner.logo >img{
		width: 30px;
		margin-left: 5px;
	}

	.l-footer__inner.copyright{
		order: 3;
		transform: rotate(90deg);
		transform-origin: center center;
		flex-wrap: nowrap;
		height: 358px;
		margin-left: -20px;
		align-items: flex-end;
	}
	.l-footer__inner.copyright > .copyright{
		color: #F4F2F0;
		font-size: 1rem;
		height: 30px;
		width: 80px;
		left: 0;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.l-footer__inner.copyright > .message{
		margin-top: 0;
		width: 310px;
		height: 30px;
		text-align: left;
	}
	.l-footer__inner > img{
		transform: rotate(0);
		width: 40px;
	}
}