@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 749px) {
    .pcbr {
        display: none!important;
    }
}


.fix-nav{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.fix-nav li a{
	display: block;
	width: 80px;
	padding: 20px 0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 5px 0 0 5px;
}
.fix-nav .map a{
	margin: 0 0 10px;
	color: #FF5503!important;
	font-size: 14px;
	border: 1px solid #FF5503;
	background: #000;
}
.fix-nav .ticket a{
	font-size: 16px;
	background: linear-gradient(135deg, #4400FD 0%,#FF5502 100%);
}
.fix-nav .ticket a span{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 749px) {
	.fix-nav{
		right: inherit;
		left: 0;
	}
	.fix-nav li a{
		width: 50px;
		padding: 10px 0;
		font-size: 10px!important;
		border-radius: 0 5px 5px 0;
	}
}

/*#motogpHeader h2 {
    margin: 0;
    padding: 40px 0 10px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    background: #FFE200;
}*/
#MAIN h2{
    font-size: 50px;
    text-align: center;
    margin: 20px 0 0;
}
#MAIN img{
    max-width: 100%;
}

@media screen and (max-width: 749px) {
    #MAIN h2{
		padding: 0 40px;
        font-size: 24px;
    }
}

.sp-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

@media screen and (max-width: 749px) {
    .sp-nav {
        display: block;
    }
}

.sp-nav li {
    padding: 2px 0;
}

.sp-nav li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
}

.sp-nav li.nav-menu a {
    writing-mode: vertical-rl;
    background: linear-gradient(to bottom, #d0372f 0%, #000 100%);
}

.sp-nav li.nav-map a {
    background: #149188;
}

.sp-nav li.nav-buy a {
    background: #D0372F;
}

#ticketmContent {
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
	background: #000;
}

@media screen and (max-width: 749px) {
    #ticketmContent {
        font-size: 14px;
    }
}

#ticketmContent * {
    box-sizing: border-box;
}

#ticketmContent a {
    color: #fff;
}

#ticketmContent .na {
    pointer-events: none;
}

#ticketmContent .tL {
    text-align: left;
}

#ticketmContent .tC {
    text-align: center;
}

#ticketmContent .tR {
    text-align: right;
}
#ticketmContent .mt5 {
    margin-top: 5px;
}
#ticketmContent .mb10 {
    margin-bottom: 10px;
}

#ticketmContent .note {
    margin: 15px 0 0;
    font-size: 12px;
    color: #fff;
}
#ticketmContent .need {
    font-size: 14px;
    margin-top: 40px;
}
#ticketmContent .info-sub{
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
@media screen and (max-width: 749px) {
    #ticketmContent .need {
        font-size: 12px;
        text-align: left;
    }
    #ticketmContent .info-sub{
        font-size: 12px;
        margin-top: 20px;
    }
}

#ticketmContent .note-category {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
}
#ticketmContent .arrow{
    margin-top: 5px;
}
@media screen and (max-width: 749px) {
    #ticketmContent .arrow{
        margin: 0 0 0 5px;
    }
}
#ticketmContent .sectionTtlType01 {
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;*/
}
#ticketmContent .sectionTtlType01 .noTranslate{
    padding-right: 20px;
}
#ticketmContent .sectionTtlType02 {
    
}
#ticketmContent #MAP .sectionTtlType02,
#ticketmContent #INFORMATION .sectionTtlType02{
	text-align: center;
}
@media screen and (max-width: 749px) {
    #ticketmContent .sectionTtlType01,
    #ticketmContent .sectionTtlType02 {
        
    }
    #ticketmContent .sectionTtlType01 {
        margin: 0 0 30px;
        display: block;
    }
    #ticketmContent .sectionTtlType01 .noTranslate{
        padding: 0;
    }
}
#ticketmContent .sectionTtlType01 .jp ,
#ticketmContent .sectionTtlType02 .jp{
    display: block;
    margin-left: 10px;
	color: #fff!important;
    font-size: 30px;
    font-weight: 700;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	transform: rotate(-10deg);
	transform-origin:0 0;
}
#ticketmContent #MAP .sectionTtlType02 .jp,
#ticketmContent #INFORMATION .sectionTtlType02 .jp{
	transform: none;
}
@media screen and (max-width: 749px) {
    #ticketmContent .sectionTtlType01 .jp ,
    #ticketmContent .sectionTtlType02 .jp{
		margin-left: 5px;
        font-size: 14px;
    }
}

#ticketmContent .sectionTtlType01.green:before {
    background-image: linear-gradient(135deg, #01948a 0%, rgba(1, 148, 138, 0) 30%, rgba(1, 148, 138, 0) 100%)
}

#ticketmContent .box {
    font-size: 14px!important;
    color: #333;
    white-space: nowrap;
    /*min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #333;
    text-decoration: none;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;*/
}
#ticketmContent .box img{
    width: 14px!important;
    margin: 0 auto;
}

#ticketmContent .box.db {
    display: block;
}

#ticketmContent .box * {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 749px) {
    #ticketmContent .box {
        padding: 20px 10px;
        font-size: 14px;
        -webkit-justify-content: flex-start!important;
        -moz-justify-content: flex-start!important;
        -ms-justify-content: flex-start!important;
        -o-justify-content: flex-start!important;
        justify-content: flex-start!important;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: row!important;
        -moz-flex-direction: row!important;
        -ms-flex-direction: row!important;
        -o-flex-direction: row!important;
        flex-direction: row!important;
    }
}

#ticketmContent .box .fs {
    font-size: 14px
}

@media screen and (max-width: 749px) {
    #ticketmContent .box .fs {
        font-size: 12px
    }
}

#ticketmContent .catch {
    font-size: 14px;
}
@media screen and (max-width: 749px) {
    #ticketmContent .catch {
        font-size: 12px
    }
}

#ticketmContent .ticket-ttl{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 70px 0 10px;
}
@media screen and (max-width: 749px) {
    #ticketmContent .ticket-ttl{
        font-size: 14px;
        margin: 60px 0 10px;
    }
}

/*#ticketmContent .box.green .catch {
    color: #149188
}*/
/*#ticketmContent .news-box {
    border: none;
    color: #ffe200!important;
}*/
/*#ticketmContent .news-box:after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg, #ffe200 0%, rgba(255, 226, 0, 0) 30%, rgba(255, 226, 0, 0) 100%);
    border-radius: 10px 0 0 0
}*/

#ticketmContent .box.green:after {
    background-image: linear-gradient(-45deg, #01948a 0%, rgba(1, 148, 138, 0) 30%, rgba(1, 148, 138, 0) 100%)
}

#ticketmContent .box.noLink:after {
    background-image: linear-gradient(-45deg, #4f4f4f 0%, rgba(79, 79, 79, 0) 30%, rgba(79, 79, 79, 0) 100%)
}

#ticketmContent .box .ex {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 30px;
    background: #222
}

/*#ticketmContent a.box:hover {
    color: #ff0000!important;
}*/

/*#ticketmContent section:nth-child(even) .box {
    background-color: #333;
    border: 2px solid #ffe200;
    color: #fff;
    font-size: 20px;
}*/
#ticketmContent .box-other{
	position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
	border-radius: 50px;
    text-decoration: none;
}
#ticketmContent .box-other .arrow{
	position: absolute;
	right: 40px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	transition: 0.5s;
}
#ticketmContent .box-other .arrow svg path{
	stroke: #fff;
}
#ticketmContent .box-other:hover .arrow{
	right: 30px;
}
#ticketmContent .box-other.bg{
	border: none;
	background: linear-gradient(to right, #8558FF 0%,#FF5503 100%);
}
#ticketmContent .gbox {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #FF8C00;
	border-radius: 16px;
	background: #000;
}
#ticketmContent .gbox.round{
	border-radius: 100px;
	transition: 0.5s;
}
#ticketmContent .gbox.arrow .arrow{
	position: absolute;
	right: 40px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	transition: 0.5s;
}
#ticketmContent .gbox.round:hover{
	background: #fff;
}
#ticketmContent .gbox.arrow:hover .arrow{
	right: 30px;
}
#ticketmContent .gbox.wide {
    padding: 20px;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

#ticketmContent .gbox:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(to right, #FF9300 0%, #4400FD 50%, #FF9300 100%);
	filter: blur(10px);
	background-size: 200% 100%;
	background-position: 0% 50%;
	animation: gradientMoveOut 1s ease forwards;
}
#ticketmContent .gbox.round:before {
	border-radius: 100px;
}
#ticketmContent .gbox:hover:before{
	animation: gradientMoveHover 1s ease forwards;
}
@keyframes gradientMoveHover {
  0% {
	background-position: 0% 50%;
  }
  100% {
	background-position: 100% 50%;
  }
}

@keyframes gradientMoveOut {
  0% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}

#ticketmContent .ticket-bg {
    color: #FF8C00;
}
#ticketmContent .event-bg {
	color: #FF0;
}
#ticketmContent .parking-bg{
	color: #9C77FF;
}
#ticketmContent .map-bg {
	color: #FD3322;
}
#ticketmContent .ticket-bg:before {
    background: #FF8C00;
}
#ticketmContent .event-bg:before {
    background: #FF0;
}
#ticketmContent .parking-bg:before{
	background: #9C77FF;
}
#ticketmContent .map-bg:before {
	background: #FD3322;
}
#ticketmContent .ticket-bg .arrow svg path {
    stroke: #FF8C00;
}
#ticketmContent .event-bg .arrow svg path {
	stroke: #FF0;
}
#ticketmContent .parking-bg .arrow svg path {
	stroke: #9C77FF;
}
#ticketmContent .map-bg .arrow svg path {
	stroke: #FD3322;
}

#ticketmContent .gbox.green {
    background-color: #333;
    border: 2px solid #ffe200;
    color: #ffe200;
    font-size: 20px;
}

#ticketmContent .gbox.green:before {
    background: #333333;
}

#ticketmContent .gbox span {
    position: relative;
    display: block;
    z-index: 1;
}

#ticketmContent .gbox span.fs {
    font-size: 14px;
}

@media screen and (max-width: 749px) {
    #ticketmContent .gbox {
        font-size: 16px;
        padding: 20px ;
    }

    #ticketmContent .gbox span.fs {
        font-size: 12px;
    }
}

#ticketmContent .gbox:hover:before {
    left: 0;
}

#ticketmContent .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#ticketmContent .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#NEWS {
    padding: 100px 0 0;
}
#NEWS .txt{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#NEWS .top-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 15px 0 60px;
}

#NEWS .top-nav li {
    width: 32%;
    text-align: center;
}
#NEWS .top-nav li .arrow{
	display: block;
	margin: 5px 0 0;
}

@media screen and (max-width: 749px) {
    #NEWS {
        padding: 70px 0;
    }
    #NEWS .txt{
        font-size: 16px;
    }
    #NEWS .top-nav {
        display: block;
    }
    #NEWS .top-nav li {
        width: auto;
        margin-bottom: 20px;
        text-align: left;
    }
	#NEWS .top-nav li a{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		justify-content: space-between!important;
	}
    #NEWS .top-nav li .box {
        padding: 20px 10px;
        font-size: 12px;
    }
    #NEWS h2 img{
        width: 35.86vw;
    }
}

#NEWS .news-list {
    padding: 20px 10px 0;
    /*border-radius: 10px;
    border: 1px solid #D0372F;
    background: #000*/
}

#NEWS .news-list ul li {
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
#NEWS .news-list ul li a{
    color: #333;
}

#NEWS .pickup-news {
	max-width: 800px;
	margin: 50px auto 0;
	color: #333
}
#NEWS .pickup-news li {
}
#NEWS .pickup-news li .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 30px 20px;
	text-decoration: none;
	border-radius: 20px;
	background: linear-gradient(45deg, #FF5503 0%,#8558FF 100%);
}
#NEWS .pickup-news li .flex .pickup-thum {
	position: relative;
	width: 245px;
	padding: 0 15px
}
#NEWS .pickup-news li .flex .pickup-thum img{
	max-width: 100%;
	height: auto;
}
#NEWS .pickup-news li .flex .pickup-thum .icon {
	position: absolute;
	top: -15px;
	left: -10px
}
#NEWS .pickup-news li .flex .pickup-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 235px);
	padding-left: 40px
}
#NEWS .pickup-news li .flex .pickup-content .ttl {
	margin: 0 0 20px;
	font-size: 20px;
}
#NEWS .pickup-news li .flex .pickup-content .txt {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#NEWS .pickup-news li .flex .pickup-content .detail{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	margin-top: auto;
}
#NEWS .pickup-news li .flex .pickup-content .detail .arrow{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #fff;
}
#NEWS .pickup-news li .flex .pickup-content .detail .arrow svg{
	width: 6px;
}
#NEWS .pickup-news li .flex .pickup-content .detail .arrow svg path{
	stroke: #fff;
	transition: 0.5s;
}
#NEWS .pickup-news li .flex:hover .pickup-content .detail .more{
	text-decoration: underline;
}
#NEWS .pickup-news li .flex:hover .pickup-content .detail .arrow{
	background: #fff;
}
#NEWS .pickup-news li .flex:hover .pickup-content .detail .arrow svg path{
	stroke: #8558FF;
}
@media screen and (max-width: 749px) {
	#NEWS .pickup-news {
		margin: 30px 0 0
	}
	#NEWS .pickup-news li {
		max-width: 320px;
		margin: 0 auto;
	}
	#NEWS .pickup-news li .flex {
		display: block
	}
	#NEWS .pickup-news li .flex .pickup-thum {
		width: auto;
		margin: 0 0 10px;
		padding: 0;
		text-align: center
	}
	#NEWS .pickup-news li .flex .pickup-content {
		width: auto;
		padding: 0
	}
	#NEWS .pickup-news li .flex .pickup-content .ttl {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#NEWS .pickup-news li .flex .pickup-content .txt {
		font-size: 12px;
	}
}

#CONTENTS .ttl {
    font-size: 16px;
    margin: 0 0 30px;
    color: #fff;
    padding: 0 0 5px;
    border-bottom: 1px solid #777777;
}

@media screen and (max-width: 749px) {
    #CONTENTS .ttl {
        font-size: 14px
    }
    #CONTENTS h2 img {
        width: 46.13vw;
    }
}

#CONTENTS .contents01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 80px 0 50px;
}

@media screen and (max-width: 749px) {
    #CONTENTS .contents01 {
        display: block;
        margin: 40px 0 30px
    }
}
#CONTENTS .contents01 li,
#CONTENTS .contents02 li,
#CONTENTS .contents03 li{
    width: 48%;
}
#CONTENTS .contents01 li .gbox,
#CONTENTS .contents02 li .gbox,
#CONTENTS .contents03 li .gbox{
    min-height: 110px;
}
@media screen and (max-width: 749px) {
    #CONTENTS .contents01 li,
    #CONTENTS .contents02 li,
    #CONTENTS .contents03 li{
        width: 100%;
    }
    #CONTENTS .contents01 li + li,
    #CONTENTS .contents02 li + li,
    #CONTENTS .contents03 li + li{
        margin-top: 30px;
    }
    #CONTENTS .contents01 li .gbox,
    #CONTENTS .contents02 li .gbox,
    #CONTENTS .contents03 li .gbox{
        min-height: inherit;
    }
}

#CONTENTS .contents02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 50px;
}
#CONTENTS .contents03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 80px;
}
/*#CONTENTS .contents02 li:first-child {
    width: 60%
}

#CONTENTS .contents02 li:last-child {
    width: 30%
}

#CONTENTS .contents02 li .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

#CONTENTS .contents02 li .flex .item {
    width: 49%
}*/
/*#CONTENTS .contents02 li .event-bg {
    background: #3dcaff;
    border: 2px solid #3dcaff;
}
#CONTENTS .contents02 li .parking-bg {
    background: #48bf61;
    border: 2px solid #48bf61;
}*/

#CONTENTS .contents02 li .box {
    min-height: 120px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#CONTENTS .contents02 li .box span{
    font-size: 16px;
}

@media screen and (max-width: 749px) {
    #CONTENTS .contents02 {
        display: block;
        margin: 0 0 40px;
    }
    #CONTENTS .contents02 li:first-child,
    #CONTENTS .contents02 li:last-child {
        width: auto;
        /*border-bottom: 1px solid #5c5c5c;*/
        /*padding-bottom: 30px*/;
    }
    #CONTENTS .contents02 li:first-child {
        margin: 0;
    }
    #CONTENTS .contents02 li:last-child {
        margin-top: 20px;
    }
    #CONTENTS .contents03 {
        margin: 10px 0 50px;
    }
}

#TICKETS .category {
    margin-top: 50px;
}
#TICKETS .category h3 {
    color: #333;
    margin: 30px 0 20px;
    padding: 0 0 10px;
    font-size: 28px;
    border-bottom: 1px solid #FF8C00;
}
@media screen and (max-width: 749px) {
    #TICKETS .category h3 {
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin: 20px 0 0 ;
    }
    #TICKETS .category h3::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px; /* 線の太さ */
        background-color: #333; /* 線の色 */
    }
    #TICKETS .category h3 img{
        width: 25.86vw;
        max-width: 194px;
        margin-right: 10px;
    }
}

#TICKETS .category .cat-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

#TICKETS .category .cat-list li {
    padding: 5px 0
}

#TICKETS .category .cat-list li.sp-view{
	
}

#TICKETS .category .cat-list li + li {
    margin-left: 10px
}

#TICKETS .category .cat-list li span {
    color: #fff;
    display: block;
    padding: 10px 40px;
    font-size: 14px;
    text-decoration: none;
    /*border: 1px solid #fff;*/
    border-radius: 30px;
    transition: 0.2s;
    cursor: pointer;
    background: #a3a3a3;
}

@media screen and (max-width: 749px) {
    #TICKETS .category {
        margin-top: 50px;
    }
    #TICKETS .category .cat-list li span {
        padding: 5px 10px;
        font-size: 10px;
    }
	
    #TICKETS .category .cat-list li span.other-btn {
        background: none;
        padding: 0;
    }
    #TICKETS h2 img {
        width: 54.8vw;
    }
}

#TICKETS .category .cat-list li span.active {
    background: linear-gradient(to right, #FF5502 0%,#FF8C00 100%);
    color: #000;
}

#TICKETS .category .cat-list li span.active:hover {
    background: linear-gradient(to right, #FF5502 0%,#FF8C00 100%);
}

#TICKETS .category .cat-list li span:hover {
    color: #fff;
    background: #333;
}

#TICKETS .category .cat-list li.other {
    display: none;
}

@media screen and (max-width: 749px) {
    #TICKETS .category .cat-list li {
        display: none;
        padding: 0;
        margin: 5px 0;
    }
    #TICKETS .category .cat-list li.pcsp,
    #TICKETS .category .cat-list li.sp,
    #TICKETS .category .cat-list li.sp-view {
        display: block!important;
    }

    #TICKETS .category .cat-list li.other {
        position: relative;
        padding: 5px 30px 5px 10px;
        background: #3E3E3E;
        width: 100%;
        margin: 10px 0 0;
    }

    #TICKETS .category .cat-list li.other span {
        border: none;
    }

    #TICKETS .category .cat-list li.other span:hover {
        background: none;
    }

    #TICKETS .category .cat-list li.other:before,
    #TICKETS .category .cat-list li.other:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: "";
        width: 10px;
        height: 1px;
        background: #ffe200;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

    #TICKETS .category .cat-list li.other:after {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #TICKETS .category .cat-list li.other.active:after {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0.5
    }
    #TICKETS .category .cat-list li.other span.active {
        background: #3e3e3e;
        color: #fff;
    }
}

.ticket-list {
    overflow: hidden
}

.ticket-list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.ticket-list ul li {
    width: 25%;
    margin: 60px 0 0;
    padding: 0 10px
}

.ticket-list ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    color: #fff!important;
	transition: 0.5s;
}
.ticket-list ul li a:hover {
	background: rgba(255,255,255,0.2);
}

.ticket-list ul li a span {
    display: block
}

.ticket-list ul li a .thum {
    margin: -10px -10px 10px
}

.ticket-list ul li a .thum img {
    width: 100%;
    height: auto
}

.ticket-list ul li a .ttl {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold
}

.ticket-list ul li a .caption {
    margin: 0 0 20px;
    font-size: 14px
}

.ticket-list ul li a .price {
    margin-top: auto;
    padding-top: 10px;
    font-size: 12px;
    border-top: 1px solid #dec607;
}
.ticket-list ul li a .parking-bt {
    border-top: 1px solid #396743;
}
.ticket-list ul li a .event-bt {
    border-top: 1px solid #265364;
}

.ticket-list ul li a .soldout {
    color: #D0372F;
    font-size: 12px;
    font-weight: bold
}

.ticket-list ul li.soldout .thum {
    position: relative
}

.ticket-list ul li.soldout .thum:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7)
}

.ticket-list ul li.soldout .thum:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -12px;
    content: "SOLD OUT";
    color: #f00;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    z-index: 10
}

@media screen and (max-width: 749px) {
    .ticket-list ul {
        margin: 0 -5px;
    }
    .ticket-list ul li {
        width: 50%;
        margin: 30px 0 0!important;
        padding: 0 5px
    }

    .ticket-list ul li a .ttl {
        font-size: 14px
    }

    .ticket-list ul li a .caption {
        font-size: 12px
    }

    .ticket-list ul li a .price {
        font-size: 10px
    }
}

section:nth-child(even) .ticket-list ul li {
    margin: 60px 0 0
}

/*section:nth-child(even) .ticket-list ul li a {
    background: #1a1a1a;
}*/

#TICKETS .ticket-list ul li a{
	border: 1px solid #FF8C00;
}
#TICKETS .ticket-list ul li a .ttl{
	color: #FF8C00;
}
#TICKETS .ticket-list ul li a .price{
	border-top: 1px solid #FF8C00;
}

#EVENT-PASS .ticket-list ul li a{
	border: 1px solid #FFFF00;
}
#EVENT-PASS .ticket-list ul li a .ttl{
	color: #FFFF00;
}
#EVENT-PASS .ticket-list ul li a .price{
	border-top: 1px solid #FFFF00;
}

#PARKING .ticket-list ul li a{
	border: 1px solid #9C77FF;
}
#PARKING .ticket-list ul li a .ttl{
	color: #9C77FF;
}
#PARKING .ticket-list ul li a .price{
	border-top: 1px solid #9C77FF;
}

#BUS .ticket-list ul li a{
	border: 1px solid #9C77FF;
}
#BUS .ticket-list ul li a .ttl{
	color: #9C77FF;
}
#BUS .ticket-list ul li a .price{
	border-top: 1px solid #9C77FF;
}






#INFORMATION .information-list {
    margin-top: 180px;
}
#INFORMATION .information-list li {
    margin: 0 0 30px;
}

/*#INFORMATION .information-list li .digital-ticket {
    padding-left: 70px;
    padding-right: 70px;
    border: none;
}*/

#INFORMATION .information-list li .digital-ticket .ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FF8C00;
}

#INFORMATION .information-list li .digital-ticket .sbttl{
    margin: 40px 0 10px;
    color: #fff;
    font-size: 12px;
}
#INFORMATION .information-list li .digital-ticket .sbttl a{
    color: #fff;
}

#INFORMATION .information-list li .digital-ticket .ms {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

#INFORMATION .information-list li .digital-ticket .ms .shop {
    /*width: 640px;
    max-width: 640px;*/
    width: 100%;
    margin-bottom: 20px;
}
#INFORMATION .information-list li .digital-ticket .ms .shop a{
    
}
#INFORMATION .information-list li .digital-ticket .ms .shop .mshop{
    font-size: 16px;
}
#INFORMATION .guide-box::before {
    content: "";
    display: block;
    pointer-events: none;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease;
    z-index: -100;
}
#INFORMATION .information-list li .digital-ticket .ms .gbox {
    height: 100%;
}

@media screen and (max-width: 749px) {
    #INFORMATION .information-list {
        margin-top: 50px;
    }
    /*#INFORMATION .information-list li .digital-ticket {
        padding: 20px 30px;
    }*/

    #INFORMATION .information-list li .digital-ticket .ttl {
        font-size: 16px;
    }

    #INFORMATION .information-list li .digital-ticket .sbttl {
        font-size: 14px;
    }

    #INFORMATION .information-list li .digital-ticket .ms {
        display: block;
    }

    #INFORMATION .information-list li .digital-ticket .ms .shop {
        width: auto;
        margin: 0 0 20px;
    }
    #INFORMATION .information-list li .digital-ticket .ms .shop .mshop{
        font-size: 12px;
    }

    #INFORMATION .information-list li .digital-ticket .ms .guide {
        width: auto;
    }

    #INFORMATION .information-list li .digital-ticket .ms .gbox {
        height: inherit;
    }
}

#INFORMATION .information-list li .digital-ticket .youtube-wrap {
    max-width: 480px;
    margin: 30px auto 0;
}
.innerTicketSection {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 749px) {
    .innerTicketSection {
        width: 91.89vw;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
}

#MAP .map-img{
    margin: 30px 0;
}
@media screen and (max-width: 749px) {
    #MAP .map-img img{
        max-width: 100%;
    }
}
#TICKETS {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	background: #1d1d1d;
    padding: 300px 0 100px;
}
#CONTENTS {
	position: relative;
    padding: 100px 0 ;
}
#CONTENTS:after{
	position: absolute;
	right: 0;
	bottom: -350px;
	content: "";
	width: 100%;
	height: 412px;
	background: url(../images/top/tiket-bg.png) right center no-repeat;
	z-index: 1;
}
#EVENT-PASS{
    background: #1d1d1d;
    padding: 100px 0 ;
}
#PARKING {
    background:#1d1d1d;
    padding: 100px 0;
}

#BUS {
    position: relative;
}
#BUS .bg-bus{
    background: #1d1d1d;
    padding-bottom: 100px;
}

#MAP {
    position: relative;
}
#MAP .bg-map{
    padding: 100px 0 ;
}

#INFORMATION {
    background: #1d1d1d;
     padding: 100px 0;
}
#BUS h2 img.sbussp{
    display: none;
}
#BUS h2 img.sbuspc{
    display: block;
}
@media screen and (max-width: 749px) {
    #TICKETS,#CONTENTS,#EVENT-PASS,#PARKING,#MAP .bg-map {
        padding: 70px 0 ;
    }
	#TICKETS {
		clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
		padding: 100px 0 70px;
	}
	#CONTENTS:after{
		bottom: -100px;
		width: 300px;
		height: 133px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
    #BUS .bg-bus {
        padding: 0 0 70px;
    }
    #EVENT-PASS h2 img{
        width: 52vw;
	}
    #PARKING h2 img {
        width: 42.7vw;
    }
    #BUS h2 img{
        width: 54vw;
    }
    #MAP h2 img {
        width: 76vw;
    }
    #INFORMATION h2 img {
        width: 59vw;
    }
}
.f-yellow{
    color: #ffe200!important;
}
.f-blue{
    color: #6ad6ff!important;
}
.f-black{
    color: #333333!important;
}
.f-white{
    color: #ffffff!important;
}
.f-green{
    color: #48BF61!important;
}
.f-navy {
    color: #013f6d!important;
}
