@charset "utf-8";

:root {
	--main-bkcolor: #0000008a;
  }

main {
	position:relative;
	overflow-x:hidden;
}

.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: 150px;
}

@media screen and (max-width: 768px){
  .global-nav {
    justify-content: space-between;
	height: 80px;
}
.head-logo {
    width: 80px;
}
}


/*アクティブクラスがついたら位置を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{
	border-left: 3px solid;
    border-bottom: 3px solid;
    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: #f9d750;
	border: 2px solid;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top: 14px;
}

.openbtn1 span:nth-of-type(2) {
  top: 22px;
}

.openbtn1 span:nth-of-type(3) {
  top: 30px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    left: 11px;
    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: 11px;
    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: 45px;
		height: 45px;
		right: 5px;
	}
	.openbtn1 span {
	position: absolute;
	left: 10px;
	width: 22px;
	height: 2px;
	background: #000;
	}

	/* 中央(22.5px)を基準に上下配置 */
	.openbtn1 span:nth-of-type(1) {
	top: 14px;
	}

	.openbtn1 span:nth-of-type(2) {
	top: 21px;
	}

	.openbtn1 span:nth-of-type(3) {
	top: 28px;
	}

}

/*-------------------------------- SECTION --------------------------------*/

.bg_title_img {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}

.bg_title_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 150px;

  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: background-position;
}

/* パターンA */
.bg_title_img.pattern-a::before {
  background-image: url("../img/bg_title_b.png");
  background-color: #ffffff;
  animation-name: bg-scroll-right;
}

.bg_title_img.pattern-a .bg_color {
  background-color: #F9D750;
}

/* パターンB */
.bg_title_img.pattern-b::before {
  background-image: url("../img/bg_title_a.png");
  background-color: #F9D750;
  animation-name: bg-scroll-left;
}

.bg_title_img.pattern-b .bg_color {
	background-color: #ffffff;
}

/* アニメーション */
@keyframes bg-scroll-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1282px 0;
  }
}

@keyframes bg-scroll-left {
  from {
    background-position: 1282px 0;
  }
  to {
    background-position: 0 0;
  }
}

@media (max-width: 768px) {
  .bg_title_img {
    padding-top: 100px;
  }
  .bg_title_img::before {
    height: 100px;
    background-size: auto 100px;
  }
}

/*-------------------------------- 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-height: 100vh;
    width: auto;
}


/*========= news ==========*/


#news {
  position: relative;
  overflow: visible;
}



.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
	text-decoration: none;
	border-bottom: 1px solid black;
	padding: 20px 0px;
	align-items: center;
}
.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: white;
	border-radius: 3rem;
	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-name {
	position: absolute;
    left: 17px;
    bottom: 48px;
}
.artist-img {
	border-radius: 5rem;
    border: 2px solid;
    box-shadow: 20px 20px 0 0px #f9d750, 20px 20px 0 2px #000000;
}

@media screen and (max-width: 767px){
	.artist-detail {
		padding: 4rem 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;
	}
}

body.lightbox-open{
  overflow: hidden;
}

.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;
    max-height: 80vh;
    overflow-y: auto;
    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.8rem;
	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: 4px 1px;
    background: white;
    color: #000000;
    padding: 2em;
    border-radius: 3rem;
    border: 2px solid black;
}

.ticket-price-end {
	margin: 2rem;
    border: 2px solid #000000;
    background: #c3c3c3;
    color: #040404;
    padding: 1.2em;
}

.ticket-attention li:before {
  content: "※";
  margin-right: 0.5em;
}

.ticket-entry {
    border: 2px solid #000000;
    color: #000000;
	border-radius: 3rem;
    overflow: hidden;
}
.ticket-entry_detail {
    background: white;
    text-align: center;
    font-size: medium;
    padding: 2rem;
}

.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 {
	padding: 4rem 5rem;
    border: 2px solid black;
    border-radius: 3rem;
    background: #f9d750;
}

@media screen and (max-width: 767px) {
	.visual-content {
		padding: 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: white;
	transition: 0.3s;
	background-color: #FF4501;
	border: 3px solid #FF4501;
  }
  
  .btn:hover {
	color: #FF4501;
	background-color: white;
	border: 3px solid #FF4501;
  }

/*========= cl-text ==========*/

.cl-gr {
    color: #074e9a;
}
.cl-bl {
    color: #0089d2;
}

/*========= footer ==========*/

footer {
  display: flex;
  justify-content: center;
}
#footer {
  width: 100%;
  display: flex;
}

.event-info p {
	display: grid;
	gap: 3px;
	grid-template-columns: 120px 1fr;
	align-items: baseline;
	padding-bottom: 1.3rem;
}

.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;
	}
}


