


/* --------------------
 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: #1c1f30 solid 10px;
	border-left: #1c1f30 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:#1c1f30;
	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-bottom:20px;
	background:rgba(255,255,255,0.1);
	text-align:center;
	color:#f5f5f5;
	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: 600px;
 }


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 40px 40px;
	background:rgba(255,255,255,0.8);
	box-sizing: border-box;
}



/* --------------------
 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) no-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 #1c1f30;
	 color: #ffffff;
	 padding:0 0 80px 0;
	 text-align:center;
 }
 
 
  .sell_info1 {
	margin:0 0 30px 0;
}

 .sell_info2 {
	margin:30px 0 0 0;
}

 
 
  .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;
 }




/* --------------------
 btn
 -------------------- */
 

	
.sell_button a {
    background: #f1c600;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
	width:70%;
    padding: 10px 25px;
    color: #1c1f30;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    z-index:0;
}

.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 #1c1f30;
	background-size:100% auto;*/
	background-color: #1c1f30;
	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;
}
.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;
}

.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 #1c1f30;
	border-radius:5px;
	padding:40px;
	margin:0 0 40px 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:#1c1f30;
	font-size:14px;
	text-align:right;
}

.intro_right_test a {
	text-decoration:none;
	color:#1c1f30;
}

.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;
}
	
.intro_badge {
	width:fit-contents;
	padding:3px 20px 3px 20px;
	box-sizing:border-box;
	border:solid 2px #1c1f30;
	background-color:#f1c600;
	border-radius:3px;
	margin-right:10px;
	float:left;	
	font-size:12px;
	color:#1c1f30;
	font-weight: bold;
}

 
 
  /* --------------------
 contact
 -------------------- */
 
 .contact {
	 text-align:center;
	 margin-top:40px;
 }
 
  .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: auto;
    height: 100%;
    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: #1c1f30 solid 10px;
	border-left: #1c1f30 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;
 }




 /* --------------------
 アコーディオン
 -------------------- */


.Label {
	padding: 10px 10px 10px 20px;
	display: block;
	color: #f1c600;
	/*background:url(../img/back_sell.jpg) no-repeat top #1c1f30;
	background-size:100% auto;*/
	background-color: #1c1f30;
	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;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


/* --------------------
 sell
 -------------------- */

 
 .sell {
	padding:0 0 60px 0;
	margin-top: -1px;
	background:url(../img/back_sell_sp.png) repeat top #1c1f30;
}


 .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;
}


/* --------------------
 btn
 -------------------- */
 
	
.sell_button a {
    max-width: 200px;
}



/* --------------------
 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 30px 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;
}

.intro_badge {
	padding:3px 5px 3px 5px;
	border-radius:3px;
	margin-right:5px;
	margin-bottom: 5%;
	font-size: 12px;

}



 /* --------------------
 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;
}


}
