@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;
    }
}


@media screen and (max-width: 750px) {
	#msHeader .headerContent .logo{
		min-width: inherit;
	}
	#msHeader .headerContent .logo h1{
		padding: 30px 0;
		text-align: center;
		background: #001c6c;
	}
	#msHeader .headerContent .logo h1 img {
		width: 276px;
		height: auto;
	}
	#msHeader .headerContent .logo .f-white{
		display: none;
	}
	#msHeader .headerContent .ticket-ttl {
		margin: 30px 0;
		text-align: center;
	}
	#msContent .ticket-ttl img{
		width: 170px;
		height: auto;
	}
}

/*#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;
    padding: 20px;
    background: #2F2F2F;
}
#MAIN img{
    max-width: 100%;
}

@media screen and (max-width: 749px) {
    #MAIN h2{
        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 right, #FF5503 0%, #FF002D 100%);
}

.sp-nav li.nav-map a {
	color: #001C6C;
	border: 1px solid #001C6C;
	border-left: none;
    background: #D3D8DE;
}

.sp-nav li.nav-buy a {
    background: linear-gradient(to right, #FF5503 0%, #FF002D 100%);
}

#ticketmContent {
    color: #001C6C;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

@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 .mt10 {
    margin-top: 10px;
}
#ticketmContent .mb10 {
    margin-bottom: 10px;
}

#ticketmContent .note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #fff;
}
#ticketmContent .need {
    font-size: 14px;
    text-align: left;
    margin-top: 70px;
    color: #333;
}
#ticketmContent .info-sub{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ticketmContent .info-sub .icon{
    margin-right: 10px;
}
@media screen and (max-width: 749px) {
    #ticketmContent .need {
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
    }
    #ticketmContent .info-sub{
        font-size: 18px;
        padding-top: 20px;
        display: block;
    }
}

#ticketmContent .note-category {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
    color: #333;
}
/*#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,
#ticketmContent .sectionTtlType03 .noTranslate{
    padding-right: 20px;
}
#ticketmContent .sectionTtlType02 {
    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;
    -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;
}
@media screen and (max-width: 749px) {
    #ticketmContent .sectionTtlType01,
    #ticketmContent .sectionTtlType02 {
        text-align: center;
    }
    #ticketmContent .sectionTtlType01 {
        margin: 0 0 30px;
        display: block;
        text-align: center;
    }
    #ticketmContent .sectionTtlType01 .noTranslate{
        padding: 0;
    }
}
#ticketmContent .sectionTtlType01 .jp ,
#ticketmContent .sectionTtlType02 .jp{
    display: block;
    /*margin: 10px 0 0;*/
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #001C6C;
    margin: 20px 0;
}
@media screen and (max-width: 749px) {
    #ticketmContent .sectionTtlType01 .jp ,
    #ticketmContent .sectionTtlType02 .jp{
        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 .sectionTtlType03 {
    position: absolute;
    top:-149px;
    left: 0;
    display: flex;
    align-items: center;
}
#ticketmContent .sectionTtlType03 jp{
    font-size: 14px;
}
@media screen and (max-width: 749px) {
    #ticketmContent .sectionTtlType03 {
        top:-88px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
		margin: 0 0 20px;
        text-align: center;
    }
    #ticketmContent .sectionTtlType03 .noTranslate {
        padding-right: 0!important;
    }
    #ticketmContent .sectionTtlType03 .contents-sp{
        color: #fff;
        font-size: 14px;
        line-height: 4;
    }
}

#ticketmContent .box {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    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: 22px!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 .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 {
    opacity: 0.7;
    transition: 0.6s;
}

/*#ticketmContent section:nth-child(even) .box {
    background-color: #333;
    border: 2px solid #ffe200;
    color: #fff;
    font-size: 20px;
}*/
#ticketmContent .box-other{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
}
#ticketmContent .box-other .arrow{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
#ticketmContent .box-other .arrow02{
    padding-left: 10px;
}
#ticketmContent .gbox {
    display: inline-block;
    position: relative;
    min-width: 310px;
    padding: 15px 45px;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    border-radius: 60px 60px 0 60px;
    background: #EF1A1A;
    box-shadow: -2px 8px #001C6C;
}
@media screen and (max-width: 768px) {
    #ticketmContent .box-other{
        font-size: 14px;
    }
    #ticketmContent .gbox {
        min-width: 300px;
    }
}
/*#ticketmContent a.gbox:hover {
    color: #333!important;
    transition: all 0.3s ease;
}*/
#ticketmContent .gbox-gray {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 70px 45px;
    color: #EF1A1A !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background-image: linear-gradient(47deg, rgba(224, 224, 224, 1), rgba(186, 192, 196, 1));
    box-shadow: -2px 8px #B1B5BC;
}
#ticketmContent .gbox-gray02 {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 70px 45px;
    color: #001C6C !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background-image: linear-gradient(47deg, rgba(224, 224, 224, 1), rgba(186, 192, 196, 1));
    box-shadow: -2px 8px #B1B5BC;
}
#ticketmContent .gbox-red {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 70px 45px;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background: #E1090A;
    box-shadow: -2px 8px #B11213;
}
#ticketmContent .gbox-yellow {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 15px 45px;
    color: #333 !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px 50px 0 50px;
    background: #FFEB00;
    box-shadow: -2px 8px #CCBD07;
}
#ticketmContent .gbox-green {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 15px 45px;
    color: #333 !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px 50px 0 50px;
    background: #00C488;
    box-shadow: -2px 8px #0E9168;
}
#ticketmContent .gbox-orange {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 15px 45px;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background: #FF5503;
    background: -moz-linear-gradient(top, #FF002D 0%, #FF5503 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF002D), color-stop(100%, #FF5503));
    background: -webkit-linear-gradient(top, #FF002D 0%, #FF5503 100%);
    background: -o-linear-gradient(top, #FF002D 0%, #FF5503 100%);
    background: -ms-linear-gradient(top, #FF002D 0%, #FF5503 100%);
    background: linear-gradient(to bottom, #FF002D 0%, #FF5503 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: -2px 8px #A00000;
}
#ticketmContent .gbox-orange02 {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 15px 45px;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background: #FF5503;
    background: -moz-linear-gradient(top, #FF5503 0%, #FF002D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF5503), color-stop(100%, #FF002D));
    background: -webkit-linear-gradient(top, #FF5503 0%, #FF002D 100%);
    background: -o-linear-gradient(top, #FF5503 0%, #FF002D 100%);
    background: -ms-linear-gradient(top, #FF5503 0%, #FF002D 100%);
    background: linear-gradient(to bottom, #FF5503 0%, #FF002D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: -2px 8px #A00000;
}
#ticketmContent .gbox-orange02 .arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
#ticketmContent .gbox-white {
    display: inline-block;
    position: relative;
    min-width: 350px;
    padding: 15px 45px;
    color: #001C6C !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 27px 27px 0 27px;
    background: #fff;
    box-shadow: -2px 8px #EF1A1A;
}
#ticketmContent .gbox-orange:hover,
#ticketmContent .gbox-orange02:hover,
#ticketmContent .gbox-white:hover{
    opacity: 0.6;
    transition: 0.4s;
}
@media screen and (max-width: 749px) {
    #ticketmContent .gbox-gray,
    #ticketmContent .gbox-gray02,
    #ticketmContent .gbox-yellow,
    #ticketmContent .gbox-green{
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding: 20px 0 20px 50px;
        border-radius: 60px 60px 0 60px;
    }
    #ticketmContent .gbox-orange,
    #ticketmContent .gbox-white{
        width: 100%;
        font-size: 18px;
        padding: 20px 0 ;
        border-radius: 27px 27px 0 27px;
    }
    #ticketmContent .gbox-gray img,
    #ticketmContent .gbox-red img,
    #ticketmContent .gbox-yellow img,
    #ticketmContent .gbox-green img{
        height: 18px;
    }
    #ticketmContent .gbox-red {
        width: 100%;
        font-size: 18px;
        padding: 30px 0;
    }
}
#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 .gbox.wide {
    padding: 20px;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

/*#ticketmContent .gbox:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 200%;
    height: 100%;
    border-radius: 60px 60px 0 60px;
    box-shadow: 0px 8px #A00000;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease, background-image 0.3s ease;
    z-index: -100;
}*/

/*#ticketmContent .gbox:hover:before {
    background-image: linear-gradient(90deg, rgba(255, 226, 0, 0) 0%, #ffe200 50%, #ffe200 100%);
    left: 0%;
}*/
#ticketmContent .event-bg:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(90deg, #3DCAFF 0%, #3DCAFF 70%, rgba(255, 226, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease, background-image 0.3s ease;
    z-index: -100;
}
#ticketmContent .event-bg:hover:before {
    background-image: linear-gradient(90deg, rgba(255, 226, 0, 0) 0%, #3DCAFF 50%, #3DCAFF 100%);
    left: 0%;
}
#ticketmContent .parking-bg:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(90deg, #48BF61 0%, #48BF61 70%, rgba(255, 226, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease, background-image 0.3s ease;
    z-index: -100;
}
#ticketmContent .parking-bg:hover:before {
    background-image: linear-gradient(90deg, rgba(255, 226, 0, 0) 0%, #48BF61 50%, #48BF61 100%);
    left: 0%;
}
#ticketmContent .map-bg:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(90deg, #00497F 0%, #00497F 70%, rgba(255, 226, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease, background-image 0.3s ease;
    z-index: -100;
}
#ticketmContent .map-bg:hover:before {
    background-image: linear-gradient(90deg, rgba(255, 226, 0, 0) 0%, #00497F 50%, #00497F 100%);
    left: 0%;
}
#ticketmContent a.map-bg:hover {
    color: #fff!important;
}


#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;
    z-index: 1;
    vertical-align: middle;
}

#ticketmContent .gbox span.fs,
#ticketmContent .gbox-red .fs {
    font-size: 14px;
}

@media screen and (max-width: 749px) {
    #ticketmContent .gbox {
        font-size: 16px;
        padding: 20px ;
        width: 100%;
        margin-bottom: 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 200px;
}
#NEWS .txt{
    font-size: 12px;
    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: 40px 0 120px;
}

#NEWS .top-nav li {
    width: 32%;
    text-align: center;
}

@media screen and (max-width: 749px) {
    #NEWS {
        padding: 20px 0 100px;
    }
    #NEWS .txt{
        font-size: 12px;
    }
    #NEWS .top-nav {
        display: block;
        margin: 20px 0 50px;
    }
    #NEWS .top-nav li {
        width: auto;
        margin-bottom: 10px;
        text-align: left;
    }
    #NEWS .top-nav li .box {
        padding: 20px 10px;
        font-size: 14px;
    }
    #NEWS h2 img{
        width:155px;
    }
}

#NEWS .news-list,
#NEWS .pickup-news{
    padding: 30px 0 0;
    /*border-radius: 10px;
    border: 1px solid #D0372F;
    background: #000*/
}
#NEWS .topics-list {
    padding: 20px 10px 0;
}

#NEWS .news-list li,
#NEWS .topics-list li{
    padding: 16px 20px;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #001C6C;
    color: #333;
}
#NEWS .news-list li:last-child,
#NEWS .topics-list li:last-child,
#NEWS .pickup-news li:last-child{
    border-bottom: 1px solid #001C6C;
}
#NEWS .news-list li a,
#NEWS .topics-list li a{
    color: #333;
}
@media screen and (max-width: 749px) {
	#NEWS .news-list {
		padding: 0;
	}
}

#NEWS .pickup-news li{
    padding: 30px 0;
    border-top: 1px solid #001c6c;
}
#NEWS .pickup-news li .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#NEWS .pickup-news li .flex .pickup-thum {
  position: relative;
  width: 245px;
  padding: 0 15px;
}
#NEWS .pickup-news li .flex .pickup-thum .icon {
    position: absolute;
    top: -15px;
    left: -10px;
}
#NEWS .pickup-news li .flex .pickup-thum .thum-img{
    border-radius: 10px;
}
#NEWS .pickup-news li .flex .pickup-content {
    width: calc(100% - 235px);
    padding-left: 40px;
}
#NEWS .pickup-news li .flex .pickup-content .ttl {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
}
#NEWS .pickup-news li .flex .pickup-content .pickup-txt {
    margin: 0 0 20px;
    color: #333;
}
#NEWS .pickup-news li .flex .pickup-content .pickup-txt a{
    color: #001c6c;
}
#NEWS .pickup-news li .flex .pickup-content .detail a {
    color: #001c6c;
}
#NEWS .pickup-news li .flex .pickup-content .detail a .arrow img{
    width: 16px;
}
@media screen and (max-width: 749px) {
    #NEWS .pickup-news {
        margin: 30px 0 0;
    }
    #NEWS .pickup-news li {
        max-width: 320px;
        margin: 0 auto 20px;
        padding: 20px;
        border: 1px solid #001c6c;
        border-radius: 18px;
    }
    #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 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #NEWS .pickup-news li .flex .pickup-content .pickup-txt {
        font-size: 14px;
    }
    #NEWS .pickup-news li .flex .pickup-content .detail {
        display: block;
        max-width: 240px;
        margin: 0 auto;
        padding: 5px 30px;
        color: #001c6c;
        text-align: center;
        border: 1px solid #001c6c;
        border-radius: 30px;
    }
    #NEWS .pickup-news li .flex .pickup-content .detail a {
        text-decoration: none;
    }
}

#NEWS #topics{
	margin: 100px 0 0;
}
@media screen and (max-width: 749px) {
	#NEWS #topics{
		margin: 60px 0 0;
	}
}





#CONTENTS .ttl {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 749px) {
    #CONTENTS .ttl {
        font-size: 14px
    }
    #CONTENTS h2 img {
        width: 240px;
    }
}

#CONTENTS .contents01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

@media screen and (max-width: 749px) {
    #CONTENTS .contents01 {
        display: block;
        margin: 0 0 30px;
		padding: 30px 0 0;
    }
}
#CONTENTS .contents01 li,
#CONTENTS .contents02 li,
#CONTENTS .contents03 li{
    width: 48%;
}
#CONTENTS .contents01 li:nth-child(3),
#CONTENTS .contents01 li:nth-child(4),
#CONTENTS .contents02 li:nth-child(3),
#CONTENTS .contents02 li:nth-child(4),
#CONTENTS .contents03 li:nth-child(3),
#CONTENTS .contents03 li:nth-child(4){
    margin-top: 30px;
}
#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;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    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 .ticket-head {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 150px;
}
#TICKETS .ticket-head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#TICKETS .ticket-title{
    position: absolute;
    top:200px;
    left: 2%;
}
#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 #FF3333;
}
@media screen and (max-width: 749px) {
    #TICKETS .ticket-head {
        height: 200px;
    }
    #TICKETS .ticket-title{
        top:100px;
        left: 0;
        text-align: center;
    }
    #TICKETS .ticket-title img{
        max-width: 90%;
    }
    #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: 114px;
    }
}

#TICKETS .category .cat-list li:not(.other) span.active {
    background: #FF3333;
    color: #333;
}

#TICKETS .category .cat-list li:not(.other) span.active:hover {
    background: #333;
}

#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: #001C6C;
        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: #fff;
        -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;*/
    }
}
#TICKETS .check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-top: 30px;
}
#TICKETS .check-box .check-txt{
    font-size: 12px;
    margin-left: 10px;
}
#TICKETS .check-box .check-txt a{
    color: #001C6C;
}
#TICKETS .check-box .check-txt a i{
    color: #023dff;
}

@media screen and (max-width: 749px) {
    #TICKETS .check-box {
        align-items: flex-start;
    }
}





.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 .ticket-list-ttl-box {
        width: 100%;
}
.ticket-list ul .ticket-list-ttl-box .ticket-list-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 0 65px;
}
.ticket-list ul .ticket-list-ttl-box .ticket-list-ttl::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #707070;
}
.ticket-list ul .ticket-list-ttl-box .ticket-list-ttl span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
.ticket-list ul .ticket-list-ttl-box .ticket-list-note {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.ticket-list ul .ticket-list-ttl-box .ticket-list-note a{
    display: inline-block!important;
    height: auto;
    padding: 0;
    color: #333!important;
    background-color:transparent;
    text-decoration: underline;
}
.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;
    background: #001C6C;
}

.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 #FF3333;
}
.ticket-list ul li a .parking-bt {
    border-top: 1px solid #04C487;
}
.ticket-list ul li a .event-bt {
    border-top: 1px solid #ffe200;
}

.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 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: #001C6C;
}

#EVENT-PASS .event-title,
#PARKING .parking-title,
#MAP .map-title{
    position: absolute;
    top: 0;
    left: 2%;
}
@media screen and (max-width: 749px) {
    #EVENT-PASS .event-title,
    #PARKING .parking-title,
    #MAP .map-title{
        position: static;
        text-align: center;
    }
    #MAP .map-title img{
        width: 90%;
    }
    #MAP .map-img {
    margin: 24px 0 10px!important;
    }
}

#INFORMATION .information-list {
    margin-top: 40px;
}
#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: #ffe200;
}

#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;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#INFORMATION .information-list li .digital-ticket .ms .shop {
    margin: 0 15px 10px;
}
#INFORMATION .information-list li .digital-ticket .ms .shop a{
    color: #333;
}
#INFORMATION .information-list li .digital-ticket .ms .shop .mshop{
    font-size: 15px;
}
#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: 30px;
    }
    /*#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 30px;
    }
    #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;
}
#INFORMATION .information-list02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
#INFORMATION .information-list02 li{
    width: 48%;
}
.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;
    }
    #INFORMATION .information-list02 {
        display: block;
        margin-bottom: 40px;
    }
    #INFORMATION .information-list02 li{
        width: auto;
        margin-bottom: 20px;
    }
}

#MAP .map-img{
    margin: 200px 0 10px;
}
@media screen and (max-width: 749px) {
    #MAP .map-img img{
        max-width: 100%;
    }
}

#TICKETS {
    padding: 0 0 100px;
    position: relative;
}
#CONTENTS {
    background: #001C6C;
    padding: 100px 0 ;
    position: relative;
}
#AREA-PASS,
#EVENT-PASS,
#PARKING,
#MAP{
    max-width: 1200px;
	margin: 0 auto;
}
#AREA-PASS{
    background: #3e3e3e;
    padding: 100px 0 ;
}
#EVENT-PASS{
    background: #fff;
    padding: 100px 0 ;
    position: relative;
}
#PARKING {
    padding: 100px 0;
    position: relative;
}

#BUS {
    position: relative;
}
#BUS .bg-bus{
    background: #48bf61;
    padding-bottom: 100px;
}

#MAP {
    position: relative;
}
#MAP .bg-map{
    padding: 100px 0 ;
}

#INFORMATION {
    background: #001C6C;
    padding: 100px 0;
    margin-top: 150px;
    position: relative
}
#BUS h2 img.sbussp{
    display: none;
}
#BUS h2 img.sbuspc{
    display: block;
}
@media screen and (max-width: 749px) {
    #TICKETS {
        padding: 0;
    }
    #EVENT-PASS {
        padding: 50px 0 30px ;
    }
    #CONTENTS,#PARKING,#MAP .bg-map {
        padding: 50px 0 30px ;
    }
    #BUS .bg-bus {
        padding: 0 0 70px;
    }
    #EVENT-PASS h2 img{
        width: 69.2vw;
        max-width: 519px;
    }
    #PARKING h2 img {
        width: 82.266vw;
        max-width: 617px;
    }
    #BUS h2 img.sbussp{
        display: block;
        width: 76.8vw;
        max-width: 756px;
    }
    #BUS h2 img.sbuspc{
        display: none;
    }
    #MAP h2 img {
        width: 81.333vw;
        max-width: 610px;
    }
    #INFORMATION {
        padding: 50px 0 30px;
        margin-top: 80px;
    }
    #INFORMATION h2 img {
        width: 320px;
    }
}
.f-yellow{
    color: #ffe200!important;
}
.f-blue{
    color: #6ad6ff!important;
}
.f-black{
    color: #333333!important;
}
.f-white{
    color: #ffffff!important;
}
.f-green{
    color: #04C487!important;
}
.f-navy {
    color: #013f6d!important;
}
.f-pink {
    color: #FF3333!important;
}