@charset "UTF-8";
/*-------------------------------------
			TOP
---------------------------------------*/
/* 共通 */
#top section {
  padding: 0 3%;
/*  margin-bottom: 3rem;*/
}


#top section::before {
	 display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;	
background: linear-gradient(-90deg, #d0a32b 10%, #dbb00b 10%, #fde79d 40%, #DBB10B 60%, #d0a32b 100%);	
background-color: #dac36d;
}


#top section#news div.inner, #top section#about div.inner, #top section#ticket div.inner, #top section#goods div.inner, #top section#profile div.inner {
  /*	border-top: 2px #e9ed2f solid;*/
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#top section h2 {
  text-align: center;
  
  font-size: 52px;
  letter-spacing: 0px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.6rem;
	
        background: linear-gradient(-90deg, #d0a32b 10%, #dbb00b 10%, #fde79d 40%, #DBB10B 60%, #d0a32b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
	
}
@media(min-width:768px) {
  #top section#news div.inner, #top section#about div.inner, #top section#ticket div.inner, #top section#goods div.inner, #top section#profile div.inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    max-width: 980px;
    margin: 0 auto;
  }
  #top section h2 {
    font-size: 63px;
    margin-bottom: 1rem;
  }

	#top section::before {
	 display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;	
background: linear-gradient(-90deg, #d0a32b 10%, #dbb00b 10%, #fde79d 40%, #DBB10B 60%, #d0a32b 100%);	
background-color: #dac36d;
}
	
}


/* slider */
#top #slider-area {
  margin: 2rem 2% 0;
  background-color: #fff;
  padding: 0 0 0.5rem;
}
#top .slider a:hover {
  opacity: 1;
}
#top .slider img {
  height: auto;
  width: 100%;
}


/*ドットナビゲーション*/
#top .slick-dots {
  position: relative;
  z-index: 2;
  text-align: center;
}
#top .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#top .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
#top .slick-dots .slick-active button {
  background: #821f2f;
}
@media(min-width:768px) {
  #top #slider-area {
    width: 950px;
    margin: 2rem auto 0;
  }
}


/* 重要なお知らせ */
#top #imp {
  padding: 3% 2% 2%;
  font-size: 0.9rem;
}
#top #imp ul {
  list-style: none;
}
#top #imp ul li {
  margin-bottom: 1rem;
}
#top #imp ul li:last-child {
  margin-bottom: 0;
}
@media(min-width:768px) {
  #top #imp {
    width: 950px;
    margin: 0 auto;
  }
  #top #imp ul li {
    font-size: 1rem;
  }
}
/* バナーエリア */
#top #ban-area div {
  margin-bottom: 0.6rem;
}
@media(min-width:768px) {
  #top #ban-area {
    display: flex;
    justify-content: space-between;
  }
  #top #ban-area div {
    width: 49%;
  }
}


/* リード */
#top #lead {
  padding-top: 1.8rem;
	padding: 40px 40px;
	font-weight: bold;
	background-color: #000;
	margin: 0!important;
	background: #000 url("../images/top/bg.png") no-repeat top center / cover;
}

#top #lead .lead_catch {
  margin-bottom: 1rem;
  text-align: center;
  font-size: .9rem;
  color: #fff;
  font-weight: bold;
}
#top #lead .lead_ticket {
  font-size: 15px;
  text-align: center;
}
#top #lead .lead_comment {
    text-align: center;
	line-height: 2.2;
	background: linear-gradient(90deg, #d0a32b 11%, #dbb00b 20%, #fde79d 62%, #dbb10c 84%, #d0a32b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
       text-shadow: 2px 2px 2px rgba(44, 0, 0, 0.4);
    font-size: .8rem;
  }

#top #lead::after {
	  content: "";
	  display: inline-block;
	  background: url(../images/top/hikari2.png) 100% 100% / cover;
	  height: 60px;
	  width: 60px;
	  position: absolute;
	  top: -5px;
	  left: 5px;
	  
	}

@media(min-width:768px) {
  #top #lead {
    padding-top: 4rem;
	  background-color: #000;
  }
	
#top #lead::after {
	  content: "";
	  display: inline-block;
	  background: url(../images/top/hikari2.png) 100% 100% / cover;
	  height: 110px;
	  width: 110px;
	  position: absolute;
	  top: -20px;
	  left: 100px;
	  
	}	
		
	
  #top #lead .lead_catch {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  #top #lead .lead_comment {
    text-align: center;
	
    font-size: 1.1rem;
  }
}


/* NEWS */
#top #news dl {
  /*	padding-left: 1.5rem;*/
}
#top #news dl dt {
  font-size:1rem;
}
#top #news dl dd {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
#top #news dl dd a {
  color: #fff;	
	
}

#top #news::after {
	  content: "";
	  display: inline-block;
	  background: url(../images/top/hikari.png) 100% 100% / cover;
	  height: 90px;
	  width: 90px;
	  position: absolute;
	  top: -50px;
	  right: 10px;
	 
	}

@media(min-width:768px) {
  #top #news dl {
    /*	padding-left: 2.5rem;*/
  }
  #top #news dl dt {
    font-size: 1rem;
  }
  #top #news dl dd {
    margin-bottom: 1.1rem;
	  font-size: .98rem;
  }
	
	#top #news {
	  position: relative;
	}
	#top #news::after {
	  content: "";
	  display: inline-block;
	  background: url(../images/top/hikari.png) 100% 100% / cover;
	  height: 160px;
	  width: 160px;
	  position: absolute;
	  top: -50px;
	  right: 30px;
	
	}
	
}

/* ABOUT */
#top #about {
/* background-image: linear-gradient(90deg, rgba(109, 18, 32, 0.87), rgba(175, 43, 63, 0.94) 27%, rgba(191, 51, 73, 1) 50%, rgba(169, 36, 56, 1) 74%, rgba(109, 18, 32, 1));*/
	background:#000 url("../images/top/bg_item_sp.png") repeat  top center / 100% auto;
}
#top #about dl, #top #about h3, #top #about .gmap {
  /*	padding-left: 1.5rem;*/
  color: #fff;
}

#top #about a {
	
	color: #debb31;

}


#top #about h3 {
  margin-bottom: 0.8rem;
  font-size: 18px;
  font-weight: bold;
}
#top #about h3 .fs-s {
  font-size: 0.8rem;
}

#top #about h4 {
		margin-top: 2.4rem;
	background-image: radial-gradient(circle, rgba(255, 219, 113, 1), rgba(155, 117, 42, 1) 80%);
	
	color:#53141e;
	line-height: 1.8;
	width: 100px;
	text-align: center;
	}


#top #about dl dt {
  font-size: 0.85rem;
}
#top #about dl dd {
  margin-bottom: 1rem;
  font-weight: bold;
}
#top #about .data_lists {
  margin-top: 1rem;
}

#top #about .data_lists div {
  margin-top: 1rem;
  font-weight: bold;
}
#top #about .gmap p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#top #about .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#top #about .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#top #about .fs-s {
	font-size: .9rem;
}



@media(min-width:768px) {
  #top #about {
/*    background-image: linear-gradient(90deg, rgba(61, 14, 21, 0.87), rgba(191, 51, 73, 1) 50%, rgba(61, 14, 21, 1));*/
	  background:#000 url("../images/top/bg_item.png") repeat-y  top center / 100% auto;
	}
	
  #top #about li {
    list-style: none;
  }
  #top #about dl, #top #about h3, #top #about .gmap {
    /*	padding-left: 2.5rem;*/
  }
  #top #about h3 {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  #top #about h3 .fs-s {
    font-size: 1rem;
  }
  #top #about dl dt {
    font-size: 1rem;
  }
  #top #about dl dd {
    margin-bottom: 1.4rem;
  }
  #top #about .gmap p {
    margin-bottom: 1.5rem;
  }
  #top #about .map {
    position: relative;
    width: 600px;
    height: 0;
    margin: 0 auto;
    padding-top: 75%;
  }
	
	#top #about h4 {
		margin-top: 2.6rem;
	}
	
	
	
}



/* TICKET */

#ticket .ticket-list h3 {
  color: #fff;
  font-size: 18px;
  
	display: inline-block;
  font-weight:bold;
  border-left: solid 4px #8c701a;
  margin: 40px auto 0;
  padding: 0 0 0 5px;
}

#ticket .fin {
	font-size: .8rem;
	margin-top: 3rem;
}

#ticket .soldout {
	font-size: 1rem;
	color:#e4bf40;
	font-weight: bold;
	letter-spacing: normal;
}



#ticket .ticket-list h4 {
  font-size: 16px;
  margin-top: 3rem;
}

#ticket .ticket-list .day {
   font-size: 16px;
   margin-bottom: .2rem;
  }

#ticket ul li {
  list-style: none;
  font-size: 0.85rem;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}
#ticket .advance {
  margin-top: 2rem;
}
#ticket .advance .price {
  font-size: 1.6rem;
}
#ticket .advance .price .fs-s {
  font-size: .8rem;
  line-height: 1.4;
}

#ticket .advance .btn a {
/*  background-image: radial-gradient(circle, rgba(255, 219, 113, 1), rgba(155, 117, 42, 1) 80%);*/
	background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
	
  color: #000;
	font-weight: bold;
	 border-radius: 40px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0.65rem;
  text-decoration: none;
  padding: 5px 0;
	    letter-spacing: 0px;
}



@media(min-width:768px) {
	
	
	#ticket .advance .price {
	font-size: 2rem;
}

#ticket .advance .price .fs-s{
	font-size: 1rem;
	line-height: 1.4;
}
	
	#ticket .soldout {
	font-size: 1.4rem;
	color:#e4bf40;
		font-weight: bold;
		letter-spacing: normal;
	
}
	
  
	#ticket .ticket-list .day {
   font-size: 18px;
		margin-bottom: .6rem;
  }
	
  #ticket .ticket-list h3 {
    font-size: 20px;
    
  }
  #ticket .ticket-list h4 {
    font-size: 16px;
	  margin-top: 4rem;
  }
	
	#ticket .fin {
	margin-top: 5rem;
		font-size: 1rem;
}
  
}


/* goods */
#top #goods {
/*    background-image: linear-gradient(90deg, rgba(109, 18, 32, 0.87), rgba(175, 43, 63, 0.94) 27%, rgba(191, 51, 73, 1) 50%, rgba(169, 36, 56, 1) 74%, rgba(109, 18, 32, 1));*/
	background:#000 url("../images/top/bg_item_sp.png") repeat-y  top center / 100% auto;
}


@media(min-width:768px) {
  #top #goods {
/*   background-image: linear-gradient(90deg, rgba(61, 14, 21, 0.87), rgba(191, 51, 73, 1) 50%, rgba(61, 14, 21, 1));*/
	  background:#000 url("../images/top/bg_item.png") repeat-y  top center / 100% auto;
  }
}


/* profile */


#top #profile {
	margin-bottom: 0;
	background: #000 url("../images/top/bg_sp.png") no-repeat bottom center / cover;
}

#top #profile h3 {
    display: inline-block;
  font-weight:bold;
  border-left: solid 3px #8c701a;
  margin: 40px auto 10px;
  padding: 0 0 0 5px;
}

#top #profile  .txt {
	text-align: center;
	font-size: 16px;
}



#top #profile  ul li {
		font-size: .8rem;
	}
	
#top #profile  ul li a{
		coler:#debb31;
	}

#top #profile .ap {
	  margin: 3% auto;
	  width: 75%;
	}

@media(min-width:768px) {
	
	
	#top #profile {
	margin-bottom: 0;
	background: #000 url("../images/top/bg.png") no-repeat top center / cover;
}
	
	#top #profile .ap {
	  margin: 3% auto;
	  width: 465px;
	}
	
	#top #profile  .txt {
	text-align: center;
	font-size: 20px;
}
	
	#top #profile h3 {
	  font-size: 1.2rem;
	  display: inline-block;
	  font-weight: bold;
	  border-left: solid 3px #8c701a;
	  margin: 0 auto 20px;
	  padding: 0 0 0 5px;
	}
	
	#top #profile p {
	font-size: 20px;
	}
	
	#top #profile  ul li {
		font-size: 1rem;
	}
	
	
	
}

/*credit*/

#credit {
	background: #fff;
	
}

#credit .container {
            max-width: 800px;
            margin: 0 auto;
        }

       #credit .credit-list {
		   padding: 2rem 0;
          
        }

      #credit  .credit-list:last-child {
            margin-bottom: 0;
        }

       #credit dt {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }

       #credit dd {
            margin-bottom: 0;
        }

       #credit .credit-items {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
            list-style: none;
            justify-content: center;
        }

       #credit .credit-item {
            text-align: center;
        }

       #credit .credit-logo {
            width: 120px;
            height: 80px;
            object-fit: contain;
            
           
            display: block;
        }

#credit .cb {
            width: 150px;
            height: 80px;
            object-fit: contain;
            
            
            display: block;
        }

      

        /* 主催は少し大きく */
       #credit .organizer .credit-logo {
            width: 150px;
            height: 90px;
        }

       

        /* レスポンシブ */
        @media (max-width: 768px) {
           #credit .credit-items {
                justify-content: center;
            }
			#credit dt {
				font-size: 1rem;
			}
            
           #credit .credit-logo {
                width: 100px;
                height: 70px;
            }
			
            #credit .cb {
            width: 130px;
            height: 80px;
            object-fit: contain;
            display: block;
        }
			
           #credit .organizer .credit-logo {
                width: 120px;
                height: 80px;
            }
		
        }



/* footer */
#top footer {
/*  background-image: linear-gradient(90deg, rgba(109, 18, 32, 0.87), rgba(175, 43, 63, 0.94) 27%, rgba(191, 51, 73, 1) 50%, rgba(169, 36, 56, 1) 74%, rgba(109, 18, 32, 1));*/
	background:#000;
  margin: 0 auto;
  width: 100%;
  padding: 1rem 0 1rem;
}


#top footer ul.sns-icon {
  display: flex;
  justify-content: center;
  list-style: none;
}
#top footer ul.sns-icon li {
  width: 40px;
  margin: 0 10px 30px;
}
#top footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media(min-width:768px) {}
/*スポンサーシップ*/
#top .btn a {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  
  text-decoration: none;
  padding: 10px 0;
}

/*notice*/
#notice .textArea div {
  margin-top: 1rem;
  font-size: .9rem;
}
#notice .textArea div span {
  font-size: 1rem;
}

/*sponsorship*/
#top #sponsorship_top {
  padding-top: 1rem;
}
#top #sponsorship_top .btn a {
  background-color: #ff7dd1;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0.65rem;
  text-decoration: none;
  padding: 10px 0;
  font-size: 20px;
}

#arrow {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
}