@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: 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;
	  }

}

/*--------------location------------*/

.location_place {
  font-size: larger;
  line-height: 3rem;
}

/*--------------event-----------*/

#event img {
  border-radius: .5rem;
}

/*-------------------------------- navi-btn --------------------------------*/


.navi-contents {
  display: flex;
  background: black;
  flex-direction: column;
  right: 0px;
  top: 25px;
  position: fixed;
  padding: .5rem;
  border-radius: .5rem 0 0 .5rem;
  z-index: 1;
}

.navi-btn {
  display: flex;
  margin: .3rem .5rem;
  font-size: 1.3rem;
  padding: .1rem .1rem;
  color: white;
  letter-spacing: .1rem;
}

@media screen and (max-width: 820px){
	.navi-contents {
		top: auto;
    right: 0px;
		bottom: 10px;
    padding: .3rem;
	}
  .navi-btn {
    font-size: .8rem;
  }
}

/*========= mainvisual =========*/
.mainvisual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual img{
	width: 100%;
}



/*========= ARTIST ==========*/

.icon_x {
  width: 36px;
  height: 36px;
  margin: .5rem;
  border: 1.9px solid #a9a9a9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_x img {
  width: 20px;
  height: 20px;
  display: block;
}

.btn_web {
  color: #999999;
  letter-spacing: .1rem;
  border-bottom: 1px solid;
}

.artist-name {
  color: black;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .1rem;
  padding-top: 1.4rem;
}

@media screen and (max-width: 767px){
  .icon_x {
  width: 26px;
  height: 26px;
  border: .9px solid #a9a9a9;
  }
.icon_x img {
  width: 16px;
  height: 16px;
}
  .artist-name {
      font-size: .8rem;
      line-height: 1.6rem;
  }
  
}

.more__program {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: white;
}
.more__program p {
	line-height: .8rem;
}

@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;
  letter-spacing: .1rem;
  }

  .lightbox-content p {
    font-size: small;
    line-height: 1.4rem;
    padding-top: 0.9rem;
    font-family: "Roboto", 'Sawarabi Gothic', sans-serif;
    font-weight: 200;
    letter-spacing: .1rem;
  }

  .close-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 16px;
	background: #19a1c8;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 4px;
  letter-spacing: .13rem;
  }

  .open-btn {
    font-size: 1.2rem;
    color: #7cb1bb;
    border: none;
    cursor: pointer;
    letter-spacing: 0.1rem;
  }

  .icon-arrow {
    display: inline-block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-style: dotted;
    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;
  }
}

	

/*========= VISUAL ==========*/


.visual-content {
	padding: 5rem 7rem;
}

@media screen and (max-width: 767px) {
	.visual-content {
		padding: 4rem 2rem;
	}
}



/*========= SPONSOR ==========*/

#sponsor {
	background: white;
	/* margin-top: 10rem; */
}


/*========= button ==========*/
  .btn-wrap {
    position: relative;
    display: inline-block;
  }

  /* 後ろの枠 */
  .btn-wrap::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    background: #a2b9bd;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }

  .btn {
    position: relative;
    display: inline-block;
    padding: 18px 48px;
    border: 2px solid #a2b9bd;
    background: #fff;
    border-radius: 6px;
    color: #a2b9bd;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }

  .btn span {
    font-size: 14px;
    font-weight: normal;
  }

  /* ホバー時 */
  .btn-wrap:hover::before {
    top: 0;
    left: 0;
  }

/*========= footer ==========*/

footer {
  background: #c6d5d8;
  display: flex;
  justify-content: center;
}
#footer {
  max-width: 1100px;
  display: flex;
}

.event-info p {
  font-family: "Roboto", 'Sawarabi Gothic', sans-serif;
  font-weight: normal;
  display: grid;
  gap: 10px;
  grid-template-columns: 165px 1fr;
  align-items: baseline;
  padding: .5rem 1rem;
  line-height: 1.7rem;
}

.event-info p a {
	color: white;
}

.event-info p .subtitle {
    font-weight: bold;
    padding: .3rem .5rem;
    margin-right: 1rem;
}
.event-info-content {
  font-size: small;
	background-color: white;
	padding: 1rem 1.5rem;
  letter-spacing: 0.1rem;
}

.copyright {
  background-color: #1a1818;
  color: white;
  display: flex;
  justify-content: center;
  font-family: "Roboto", 'Sawarabi Gothic', sans-serif;
  font-weight: normal;
  flex-direction: column;
  letter-spacing: normal;
}

@media screen and (max-width: 767px){
	#footer {
		flex-direction: column;
	  }
  .event-info p .subtitle{
    padding: 0;
    margin-right: 0;
    margin-top: 1.3rem;
    border-bottom: 1px solid;
  }
	.event-info p {
		grid-template-columns: 1fr;
    line-height: 1.3rem;
    padding: .5rem 0rem;
	}
}


