@charset "utf-8";

:root {
	--main-bkcolor: #0000008a;
  }

main {
	position:relative;
	overflow-x:hidden;
	color: white;
}

.l-main::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-image: url(../img/back.png);
    background-size: cover;
    background-position: center;
}

.global-nav {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 0;
    position: fixed;
    z-index: 9999;
    padding: .5rem 2rem;
}

.nav-menu {
    display: flex;
    justify-content: right;
	padding-top: 6rem;
}

.nav-item {
    margin: 0.8rem;
	padding-bottom: 3px;
	position: relative;
}

.nav-item img {
	max-height: 50px;
}

.nav-item:hover {
	opacity: .7;
}

.head-logo {
    width: 80px;
}

@media screen and (max-width: 768px){
  .global-nav {
    justify-content: space-between;
	height: 50px;
}
}


/*アクティブクラスがついたら位置を0に*/
.nav-menu.panelactive{
    right: 0;
}


/* ナビ */
.nav-menu{
    position:fixed;
    display: block;
    z-index: 999;
    top:0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background:#FFF;
    transition: all 0.6s;
	font-size: 2.3rem;
}

.nav-menu.panelactive{
    position: fixed;
    z-index: 999; 
    width: 70%;
    height: 70vh;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	border-radius: 0px 0px 0px 10px;
}

.nav-menu ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.nav-menu li{
    list-style: none;
    display: flex;
    padding: 2rem;
    justify-content: center;
    align-items: center;
}

.openbtn1{
  	position:fixed;
  	z-index: 9999;
  	right: 35px;
  	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 25px;
    margin: 1rem;
	background: white;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 28px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

@media screen and (min-width: 768px){
	.nav-menu.panelactive {
		width: 30%;
		height: 60vh;
        border-radius: 0px 0px 0px 10px;
	}
}
@media screen and (max-width: 768px){
	.openbtn1 {
		width: 35px;
		height: 35px;
		right: 5px;
	}
	.openbtn1 span {
		left: 10px;
	}

	.openbtn1 span:nth-of-type(1) {
		top:10px; 
	  }
	  
	  .openbtn1 span:nth-of-type(2) {
		top:16px;
	  }
	  
	  .openbtn1 span:nth-of-type(3) {
		top:22px;
	  }

}

/*-------------------------------- LANGUAGE --------------------------------*/

.language--contents {
    display: flex;
    right: 120px;
    top: 15px;
    position: fixed;
    padding-top: 1rem;
    padding-left: 2rem;
    z-index: 1;
}


.langChange {
	display: flex;
    margin: 1rem;
    color: white;
    font-size: 2.3rem;
	text-shadow: 1px 1px 0 #313131, -1px -1px 0 #313131, -1px 1px 0 #313131, 1px -1px 0 #313131, 0px 1px 0 #313131, 0 -1px 0 #313131, -1px 0 0 #313131, 1px 0 0 #313131;
}

.langChange:hover {
	color: rgb(255 196 63);
}
.clicked:hover {
	color: rgb(229 229 229);
}
.clicked {
	color: #9f9f9f;
    pointer-events: none;
}


@media screen and (max-width: 820px){
	.language--contents {
		top: auto;
        right: auto;
		bottom: 10px;
	}
}
 
/*========= sns ==========*/

.sns-icon {
    background: #121212;
    gap: 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.sns-icon a {
	display: flex;
}


/*========= mainvisual =========*/
.mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 2rem;
}
.mainvisual img{
	max-width: 1250px;
	width: 100%;
}


/*========= news ==========*/

.news-content {
	background: var(--main-bkcolor);
	padding: 5rem 7rem;
}

@media screen and (max-width: 767px) {
	.news-content {
		padding: 4rem 2rem;
	}
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	padding: 20px 0px;
	align-items: center;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  opacity: .7;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
  grid-template-columns: auto 80px;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/*========= faq ==========*/

#faq {
	padding-top: 10rem;
}

.faq-content {
	background: var(--main-bkcolor);
	padding: 5rem 7rem;
}

.faq-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.faq-list .item a:hover {
  opacity: .7;
}

.faq-list .item:first-child {
	border-top: none;
}
.faq-list .item {
	border-top: 2px dotted #c7c7c7;
}

@media screen and (max-width: 767px){
	#faq {
		padding-top: 5rem;
	}	
	.faq-content {
		padding: 4rem 2rem;
	}
	.faq-list .item a{
	flex-wrap: wrap;
	grid-template-columns: auto 80px;
	}
}




/*========= ARTIST ==========*/

.artist-detail {
	position: relative;
    padding: 5rem 4rem 9rem 5rem;
}

.artist-detail p {
	color: #074e9a;
    text-shadow: 2px 2px 0px rgb(245 245 245);
	font-size: 2rem;
}
.artist-content {
	background: var(--main-bkcolor);
	padding-bottom: 4rem;
}

.artist-name {
	position: absolute;
    left: 17px;
    bottom: 48px;
}

@media screen and (max-width: 767px){
	.artist-detail {
		padding: 4rem 2rem 2rem 2rem;
	}
	.artist-detail:nth-child(2) {
		padding: 1rem 2rem 2rem 2rem;
	}
	.artist-detail p {
		font-size: 1.4rem;
	}
	.artist-name {
		left: -10px;
	    bottom: -13px;
	}
	.artist-name img {
		width: 80%;
	}
}

.more__program {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: white;
}
.more__program p {
	line-height: 2rem;
}

@media screen and (max-width: 767px){
	.more__program {
			grid-template-columns: 1fr;
	}
}

.lightbox-bg {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
  }

  .lightbox-content {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	color: black;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 8px;
	text-align: left;
  }

  .lightbox-content p {
    line-height: 1.4rem;
	padding-top: 0.9rem;
  }

  .close-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 16px;
	background: #f44336;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 4px;
  }

  .open-btn {
	position: absolute;
	bottom: 0px;
	right: 25px;
    bottom: 0px;
	padding: 10px 20px;
	font-size: 1.4rem;
	color: white;
	border: none;
	cursor: pointer;
  }

  .icon-arrow {
	display: inline-block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-style: solid;
    border-width: var(--icon-width) var(--icon-width) 0 0;
    border-color: var(--icon-color);
    transform: rotate(43deg);
  }

@media screen and (max-width: 767px){
  .open-btn {
	position: static;
    margin: 2rem 0 0 0;
  }
}


/*========= TICKET ==========*/
.ticket-price {
    margin: 2rem;
	border: 5px solid #000000;
    background: linear-gradient(358deg, #ffe2cb 0%, #ffb80a 100%);
    color: #000000;
    padding: 2em;
}

.ticket-price-end {
	margin: 2rem;
    border: 5px solid #000000;
    background: #c3c3c3;
    color: #040404;
    padding: 1.2em;
}

.ticket-attention li:before {
  content: "※";
  margin-right: 0.5em;
}

.ticket-entry {
    border: 5px solid #000000;
    background: linear-gradient(2deg, #ffe2cb 0%, #ffb80a 100%);
    color: #000000;
}
.ticket-entry_detail {
    background: white;
    text-align: center;
    font-size: medium;
    padding: 2rem;
}
.ticket-content {
	background: var(--main-bkcolor);
}

.ticket-entry_btn {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.ticket-entry_btn a {
	width: 100%;
}


@media screen and (max-width: 767px){
	.ticket-entry_btn {
		display:contents;
	}
}

/*
[S Code]
*/
	
	#s-code .inner-frame {
	padding: 2rem;
	}
	
	#s-code .scd-form {
	position: relative;
	margin:0 0 .5em;
	}
	#s-code .scd-form dt {
	width:100%;
	min-height:32px;
	padding:1px;
	background-color:#333;
	position:relative;
	padding-right:36px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	#s-code .scd-form dt input {
	width:100%;
	min-height:32px;
	border:none;
	background:#FFF;
	padding:3px 12px;
	font-size:.9em;
	font-weight:normal;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	}
	#s-code .scd-form dd {
	width:36px;
	max-height:32px;
	padding:1px;
	background:none;
	background:#333;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	}
	#s-code .scd-form dd button {
	width:100%;
	height:32px;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
	background:#333;
	}
	#s-code .scd-form dd button img {
	max-height:26px;
	margin:0;
	padding:0;
	vertical-align:top;
	}


	
	@media screen and (min-width:901px) and (max-width:1199px) {
	#s-code .scd-form dt {
	min-height:28px;
	padding-right:28px;
	}
	#s-code .scd-form dt input {
	min-height:28px;
	padding:3px 8px;
	font-size:.8em;
	}
	#s-code .scd-form dd {
	width:28px;
	max-height:28px;
	padding:1px;
	}
	#s-code .scd-form dd button {
	height:28px;
	}
	
	}
	
	
	@media screen and (min-width:641px) and (max-width:900px) {
	#s-code .inner-frame {
	width:100%;
	padding:8px 10px;
	display:table;
	}
	
	#s-code .form-box {
	margin:0;
	display:table-cell;
	vertical-align:middle;
	}
	
	#s-code .scd-form {
	position: relative;
	margin:0;
	}
	
	}
	
	
	@media screen and (max-width:640px) {
	#s-code .inner-frame {
	width:100%;
	padding:8px 10px;
	display:table;
	}
		
	#s-code .form-box {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	}
	
	#s-code .scd-form {
	position:relative;
	 margin:0;
	}
	
	#s-code .scd-form dt input {
	min-height:38px;
	padding:3px 8px;
	font-size:.9em;
	}
	#s-code .scd-form dd {
	width:38px;
	max-height:40px;
	padding:0;
	}
	#s-code .scd-form dd button {
	height:40px;
	}
	
	}
	
	@media screen and (max-width:480px) {
	#s-code .inner-frame {
	padding:8px 5px;
	}
	
	#s-code .scd-form dt {
	min-height:36px;
	padding-right:36px;
	}
	#s-code .scd-form dt input {
	min-height:36px;
	padding:2px 8px;
	font-size:.95em;
	}
	#s-code .scd-form dd {
	width:36px;
	height:38px;
	padding:0;
	}
	#s-code .scd-form dd button {
	max-height:38px;
	}
	
	}
	
	@media screen and (max-width:320px) {
	#s-code .inner-frame {
	padding:7px 5px;
	}
	
	}
	

/*========= VISUAL ==========*/


.visual-content {
	background: var(--main-bkcolor);
	padding: 5rem 7rem;
}

@media screen and (max-width: 767px) {
	.visual-content {
		padding: 4rem 2rem;
	}
}


/*========= GOODS ==========*/
.goods-title {
	background: #074e9a;
	padding: 0.8rem 1rem;
	color: white;
	text-align: center;
}
.goods-item {
  padding: 2rem;
  margin-bottom: 1rem;
  background: #fffffff0;
}

.goods-item p {
  padding-bottom: .9rem;
}

@media screen and (max-width: 767px){
	.goods-item {
		text-align: center;
		padding: 1rem;
	}

	.goods-item img {
		max-height: 150px;
	}
}

/*========= SPONSOR ==========*/

#sponsor {
	background: white;
	margin-top: 10rem;
}


/*========= button ==========*/

.btn {
	color: #001289;
	transition: 0.3s;
	background-color: #ffffff;
  }
  
  .btn:hover {
	box-shadow: 0 0 #001289;
	color: #fff;
	background-color: #001289;
  }

/*========= cl-text ==========*/

.cl-gr {
    color: #074e9a;
}
.cl-bl {
    color: #0089d2;
}

/*========= footer ==========*/

footer {
  background: #001289;
  display: flex;
  justify-content: center;
}
#footer {
  max-width: 1100px;
  display: flex;
  color: white;
}

.event-info p {
	display: grid;
	gap: 3px;
	grid-template-columns: 120px 1fr;
	align-items: baseline;
	padding-bottom: 1.3rem;
}

.event-info p a {
	color: white;
}

.event-info p .subtitle {
    font-weight: bold;
    padding: .3rem .5rem;
    margin-right: 1rem;
}
.event-logo {
    display: flex;
    align-items: flex-end;
}

.copyright {
  background-color: #1a1818;
  color: white;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px){
	#footer {
		flex-direction: column;
	  }

	.event-info p {
		grid-template-columns: 95px 1fr;
	}
}


