@charset "Shift_JIS";

/* --------------------
 common
 -------------------- */

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	  font-family: "BIZ UDPGothic", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  line-height:2.0;
	  color:#333333;
}

	
body { 
	font-size:18px;  
	margin:0;
	padding: 0;
	box-sizing:border-box;
	letter-spacing:1px;
	font-feature-settings: "palt";
	line-height:2.0;
	scroll-behavior: smooth;
}  


body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background:url(../img/back_wrap.jpg) repeat-y top fixed;
	background-size:100% auto;
}




.ttl_space{

	height: 80px;
	width: 10px;
	background-color: #f1c600;
	margin: 0 auto;
	border-right: #141b27 solid 10px;
	border-left: #141b27 solid 10px;
}


.ttl_txt {
	font-family:'impact',sans-serif;
	font-size:48px;
	/*background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
	background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color:#141b27;
	text-align:center;
	margin:20px 0 60px 0;
	line-height:1.0;
}

.ttl_txt h2 {
	font-size:16px;
	margin-top:15px;
	font-weight: inherit;
}


.h1_erea {
	height:80px;
	vertical-align:middle;
	margin-top:60px;
	text-align:center;
	position: relative;
	width:100%;
}

.h1_erea_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}

.h1_erea_inner h1{
	font-size:18px;
	font-weight:inherit;
}


.ticket_ttl_img {
	margin:0 0 0 0;
	width: 85%;
	max-width: 450px;
 }


a{
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wrap{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
	padding:40px 40px 0 40px;
	background:rgba(255,255,255,0.8);
	box-sizing: border-box;
}


/* --------------------
countdown{
 -------------------- */


	#countdown{
		padding:0 10px 0 0;
		box-sizing: border-box;
		color:#555c64;
		font-size:20px;
		font-weight:nomal;
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		height: 50px;
		margin-bottom: -50px;
	}


/* --------------------
 kv
 -------------------- */


.kv{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv img{
	height:100%;
	width:auto;
}




/* --------------------
 video
 -------------------- */

.video{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url(../img/cover.png) repeat center/cover;
 	/*background:linear-gradient(45deg, #102736,#102736,#1F4A68,#50819D,#9BBAC2);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite; */
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(16, 57, 75, .3);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video video{
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.main_scroll{
/*background:rgba(28,31,48,0.5);*/
background:url(../img/kv_back.png) no-repeat center;
background-size:100% auto;
}


.crear {
	clear:both;
}


/* --------------------
 sell
 -------------------- */

 
 .sell {
	 background:url(../img/back_sell.png) repeat top #141b27;
	 color: #ffffff;
	 padding:80px 0 80px 0;
	 text-align:center;
 }
 
 
  .sell_info1 {
	margin:0 0 0 0;
}

 .sell_info2 {
	margin:20px 0 0 0;
	line-height: 1.5;
}

 
 
  .sell_day {
	 font-size:36px;
	 font-weight: bold;
	 /*font-family:'impact',sans-serif;*/
 }
 
  .sell_youbi {
	 font-size:24px;
	 font-weight: bold;
	 /*font-family:'impact',sans-serif;*/
 }
 
  .sell_prace {
	 font-size:24px;
	 font-weight: bold;
	 margin-top:-10px;
	 /*font-family:'impact',sans-serif;*/
 }
 
 .sell_price1 {
	 font-size:16px;
	 font-weight: bold;
 }
 
 
 .sell_price2 {
	 font-size:14px;
	 font-weight: bold;
 }
 
 
 .sell_att {
	 font-size:12px;
 }


  .sell_attbox {
	 border: 2px solid #f1c600; 
	 width: fit-content; 
	 padding: 10px 30px 10px 30px; 
	 border-radius: 5px; 
	 margin: 0 auto; 
	 margin-top: 40px;
 }




/* --------------------
 btn
 -------------------- */
 

	
.sell_button a {
    background: #f1c600;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /*max-width: 360px;*/
	width:294px;
    padding: 8px 20px;
    color: #141b27;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    z-index:0;
	margin-top: 20px;
}

.sell_button a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #d1ac00;
    transition: .3s;
    left:0;
}
.sell_button a:hover {
    color: #FFF;
}
.sell_button a:hover:before {
    width: 100%;
    z-index: -1;
}
 
 

/* --------------------
 topics
 -------------------- */
 
 .topics {
	 margin:0 0 40px 0;
 }
 
 .topics_ttl {
	color: #ffffff;
 }

 
 /* --------------------
 アコーディオン
 -------------------- */

.toggle {
	display: none;
}
.Label {
	padding: 20px;
	display: block;
	color: #f1c600;
	/*background:url(../img/back_sell.jpg) no-repeat top #141b27;
	background-size:100% auto;*/
	background-color: #141b27;
	line-height: 1.5;
}
.Label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {	
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	font-size: 16px;
	background-color: #e9e9e9;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

 

/* --------------------
 about
 -------------------- */
 
.about_txterea{
	padding:0 0 40px 0;
}
	
	
.about_txt1{
	font-size:36px;
	line-height:1.0;
	margin:0 0 20px 0;
}

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.about1 {
	margin:0 0 60px 0;
}



.about1_left {
	width:40%;
	float:left;
}


.about1_right {
	width:60%;
	float:left;
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.about1_right p{
	margin:0;
	overflow-wrap: break-word;
	word-break: break-all;
	text-align: justify;
}

.about2 {
	margin:0 0 60px 0;
}

.about2_left {
	width:60%;
	float:left;
	padding:0 20px 0 0;
	box-sizing:border-box;
}

.about2_left p{
	margin:0;
}


.about2_right {
	width:40%;
	float:left;
}


/* --------------------
 Introduction
 -------------------- */


.intro {
	border:1px solid #141b27;
	border-radius:5px;
	padding:40px;
	margin:0 0 0 0;
	background:rgba(255,255,255,1.0);
	box-shadow: 0 3px 4px rgba(28, 31, 48, 1.00);

}


.intro_right {
	width:35%;
	float:left;
}


.intro_right_test {
	padding:10px 0 0 0;
	color:#141b27;
	font-size:14px;
	text-align:right;
}

.intro_right_test a {
	text-decoration:none;
	color:#141b27;
}

.intro_left {
	width:65%;
	float:left;
	padding:0 40px 0 0;
	box-sizing:border-box;
}

.intro_left a {
	text-decoration:none;
}

.intro_name {
	font-size:24px;
	font-weight:bold;
	line-height:1.0;
	margin:0 0 20px 0;
}

.intro_txt {
	margin:0 0 20px 0;
	overflow-wrap: break-word;
	word-break: break-all;
	text-align: justify;
	font-size: 16px;
}
	
.intro_badge {
	width:fit-contents;
	padding:3px 20px 3px 20px;
	box-sizing:border-box;
	border:solid 2px #141b27;
	background-color:#f1c600;
	border-radius:3px;
	margin-right:10px;
	float:left;	
	font-size:12px;
	color:#141b27;
	font-weight: bold;
}

.band_table {
	 margin: 0 auto;
	 width: 100%;
	 font-size: 14px;
	 margin: -20px 0 -40px 0;
	 line-height: 1.5;
}

.band_table td {
	 text-align: center;
	 background-color: #141b27;
	 width: 25%;
	 color: #ffffff;
}

.band_a{
	margin: -40px 0 90px 0;
}

.band_end{
	margin: 0 0 80px 0;
}

.arrow1{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}


/* --------------------
 GOODS
 -------------------- */


.goods_item {
	border:1px solid #141b27;
	border-radius:5px;
	padding:40px;
	margin:0 0 40px 0;
	background:url(../img/back_sell.png) repeat top #141b27;
	color: #ffffff;
	box-shadow: 0 3px 4px rgba(28, 31, 48, 1.00);

}

.goods1 {
	margin:0 0 60px 0;
}



.goods1_left {
	width:40%;
	float:left;
}


.goods1_right {
	width:60%;
	float:left;
	padding:0 0 0 40px;
	box-sizing:border-box;
}

.goods1_right p{
	margin:0;
	overflow-wrap: break-word;
	word-break: break-all;
	text-align: justify;
	padding: 0 0 10px 0;
	font-size: 16px;
}

.goods1_att1{
	margin:10px 0 0 0;
	background-color: #222b3a;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
}


.goods1_att2{
border: 1px solid #f1c600; 
padding: 10px; 
box-sizing: border-box; 
border-radius: 10px; 
margin-top: 10px;
}


.goods_itemname {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: -5px 0 20px 0;
	border-bottom: 1px solid #ffffff;
}

.goods_itemprice {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 30px 0;
}

 
 
  /* --------------------
 contact
 -------------------- */
 
 .contact {
	 text-align:center;
	 margin-top:40px;
	 margin: 0 auto;
	 padding: 5px 20px 5px 20px;
	 border: 2px solid #333333;
	 width: fit-content;
 }
 
  .contact a{
	  text-decoration:none;
	  color:#00F;
 }
	 
	 
	 
 
 /* --------------------
 footer
 -------------------- */
 
 .footer {
	 background-color:#242424;
	 color: #ffffff;
	 padding: 5px 0 5px 0;
	 font-size:12px;
	 margin-top:0;
	 text-align:center;
 }
	 
 
 /* --------------------
 header
 -------------------- */

.header {
	width: 100%;
	color: #FFF;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);*/
}

.header-inner {
	max-width: 1000px;
	width: 100%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.header-title {
	font-size: 16px;
	font-weight: 700;
}

.header-title img {
	height: 50px;
	width:auto;
}

.header-nav {
	margin-left: auto;
}

.header-list {
	display: flex;
	list-style: none;
}

.header-list__item {
	margin-left: 20px;
	font-size: 12px;
}
.header-list__item:first-child {
	margin-left: 0;
}

.fixed-header {
	position: fixed;
	top: -80px;
	left: 0;
	background: #242424;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

.fixed-header.is-show {
	top: 0;
	visibility: visible;
}


.header_ticket {
	/*width:fit-contents;
	padding:3px 20px 3px 20px;
	box-sizing:border-box;
	border:solid 2px #f1c600;
	border-radius:3px;*/
	color:#f1c600;
	text-decoration: underline;
	text-underline-offset: 2px;
	
}


.pc_only {
	display:block;
}

.sp_only {
	display:none;
}




/**********************************************
スマホ
**********************************************/


@media(max-width:750px) {




.pc_only {
	display:none;
}

.sp_only {
	display:block;
}


.kv img{
	height:auto;
	width:100%;
}




.video video{
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}




.wrap{
	width: 100%;
	margin:0 auto;
	text-align:left;
	padding:40px 20px 20px 20px;
	background:rgba(255,255,255,0.8);
	box-sizing: border-box;
}


.ttl_space{

	height: 60px;
	width: 10px;
	background-color: #f1c600;
	margin: 0 auto;
	border-right: #141b27 solid 10px;
	border-left: #141b27 solid 10px;
}

.ttl_txt {
	font-family:'impact',sans-serif;
	font-size:36px;
	margin:30px 0 30px 0;
}


.ttl_txt h2 {
	font-size:14px;
	margin-top:10px;
	font-weight: inherit;
}


.h1_erea {
	height:60px;
}

.h1_erea_inner h1{
	font-size:16px;
}


.ticket_ttl_img {
	margin:20px 0 0 0;
 }


/* --------------------
countdown
 -------------------- */


	#countdown{
		padding:0 5px 0 0;
		font-size:16px;
		font-weight:nomal;
		height: 30px
		margin-bottom: -30px;
	}


 /* --------------------
 アコーディオン
 -------------------- */


.Label {
	padding: 10px 10px 10px 20px;
	display: block;
	color: #f1c600;
	/*background:url(../img/back_sell.jpg) no-repeat top #141b27;
	background-size:100% auto;*/
	background-color: #141b27;
	line-height: 1.5;
	font-size: 16px;
}
.Label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {	
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	font-size: 14px;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


/* --------------------
 sell
 -------------------- */

 
 .sell {
	padding:60px 0 60px 0;
	margin-top: -1px;
	background:url(../img/back_sell_sp.png) repeat top #141b27;
}


 .sell_info1 {
   margin:0 0 30px 0;
}

.sell_info2 {
   margin:30px 0 0 0;
}



 .sell_day {
	font-size:24px;
	/*font-family:'impact',sans-serif;*/
}

 .sell_youbi {
	font-size:18px;
	/*font-family:'impact',sans-serif;*/
}

 .sell_prace {
	font-size:18px;
	margin-top:-10px;
	/*font-family:'impact',sans-serif;*/
}

.sell_price1 {
	font-size:16px;
}


.sell_price2 {
	font-size:14px;
}


.sell_att {
	font-size:12px;
}

  .sell_attbox {
	 width: 85%; 
	 padding: 0px; 
	 box-sizing: border-box;
	 border-radius: 5px; 
	 margin: 0 auto; 
	 margin-top: 40px;
	 line-height: 1.7;;
 }


/* --------------------
 btn
 -------------------- */
 
	
.sell_button a {
    max-width: 200px;
	margin-top:-10px ;
}




/* --------------------
 about
 -------------------- */

 .about1 {
	margin:0 0 20px 0;
}

.about1_left {
	float:none;
	width:100%;
	padding:0;
}

.about1_right {
	float:none;
	width:100%;
	padding:0;
}


.about1_right p{
	margin:20px 0 40px 0;
	line-height: 1.5;
}


.about_txterea{
	padding:0 0 30px 0;
}
	
	
.about_txt1{
	font-size:24px;
	line-height:1.5;
	margin:0 0 0 0;
}






/* --------------------
 Introduction
 -------------------- */

.intro {
	padding:20px;
	margin:0 0 -20px 0;
}

.intro_left {
	width:100%;
	float:none;
	padding:0 ;
}

.intro_right {
	width:100%;
	float:none;
	padding:0;
}

.intro_right img{
	margin: 20px 0 0 0;
}

.intro_txt {
	margin:0 0 20px 0;
	line-height: 1.5;
	font-size: 16px;
}

.intro_badge {
	padding:3px 5px 3px 5px;
	border-radius:3px;
	margin-right:5px;
	margin-bottom: 5%;
	font-size: 12px;

}

.band_table {
	 margin: 0 auto;
	 width: 100%;
	 font-size: 14px;
	 margin: 20px 0 -40px 0;
}

.band_table td {
	 text-align: center;
	 background-color: #141b27;
	 width: 50%;
	 color: #ffffff;
}

.band_a{
	margin: 0 0 0 0;
}

.band_end{
	margin: 0 0 80px 0;
}


/* --------------------
 GOODS
 -------------------- */


.goods_item {
	padding:20px;
	margin:20px 0 40px 0;
}

 .goods1 {
	margin:0 0 20px 0;
}

.goods1_left {
	float:none;
	width:100%;
	padding:0;
}

.goods1_right {
	float:none;
	width:100%;
	padding:0;
}


.goods1_right p{
	margin:0 0 0 0;
	line-height: 1.5;
	font-size: 14px;
}

.goods_itemname {
	margin-top: 20px;
}

.goods_itemprice{
	margin: 0 0 0 0;
}

.goods_txterea{
	padding:0 0 30px 0;
}
	
	
.goods_txt1{
	font-size:24px;
	line-height:1.5;
	margin:0 0 0 0;
}


/*=============================
横スクロール
=============================*/

		.scroll {
		  width:100%;
		  overflow-x: auto;        
		  
		  &::-webkit-scrollbar {   
			height:10px;/*バーの太さ*/       
		  }
		  &::-webkit-scrollbar-track {    
			background:#121a28;/*バーの背景色*/
		  } 
		  &::-webkit-scrollbar-thumb {    
			background:#374660;/*バーの色*/ 
		  }
		}
		
		
		.scroll {
		  width:100%;
		}
		
		.nakami_01 {             
		  width:400px;        
		}
		
		.nakami_01 img { 
		  width:200px; 
		  margin:0 5px 5px 0; 
		}

 /* --------------------
 header
 -------------------- */
 
 
 
 .header-inner {
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	t
}


.header-title img {
	height: 40px;
	width:auto;
	margin-right:10px;
}


.header-list__item:first-child {
	margin-left: 10px;
}

.fixed-header {
	position: fixed;
	top: -80px;
	left: 0;
	background: #242424;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}



 
 .header-manu-sp {
	 line-height:1.5;
}

 .header-list__item {
	margin-left: 10px;
	font-size: 12px;
	float:left;
}


}
