@charset "utf-8";
/* -------------共通------------- */
body {
    width: 100%;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    line-height: 33px;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    width: 830px;
    margin: 0 auto 100px;
    padding: 30px 30px 0;
    box-sizing: border-box;
}
.flex-conteiner {
    display: flex;
}
.wrapper:first-child {
    margin: 40px auto;
}
.headline {
    margin: 0;
    padding-bottom: 3px;
    color: #ffff33;
    border-bottom: 2px dotted #fff;
    font-size: 27px;
    letter-spacing: 1.5px;
}
.content {
    padding: 20px 20px;
    margin: 0 auto;
}
a {
    color: #fff;
    margin-right: 15px;
}
.innerWrap {
    width: 690px;
    margin: 0 auto;
}
.red {
    color: #ff3535;
}
.bold {
	font-weight: bold;
}
.text-center {
    text-align: center;
}
/* ----------ヘッダー(メインビジュアル)---------- */
header {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}
_:lang(x)+_:-webkit-full-screen-document, header{
  width: 100%;
}
.mainvisual {
    margin: 0 auto;
}
.mainvisual img {
    width: 100%;
}
.column {
    width: 580px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 80px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-shadow: 0 0 15px #000;
}
.schedule {
    text-align: center;
    font-weight: bold;
    width: 250px;
    height: 160px;
    margin: 0;
    font-size: 22px;
    line-height: 67px;
    color: #ffff33;
}
.schedule span {
    font-size: 105px;
    padding-right: 10px;
    font-weight: lighter;
}
.venue {
    width: 250px;
    margin: 0;
    padding-top: 42px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
}
.venue span {
    font-size: 39px;
}
/* -------------news------------- */
#news {
    margin: 50px auto 100px;
}
#news .headline {
    margin-bottom: 40px;
}
#news .text-big {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1.3;
}
#news .bold-big {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}
#news .link-x {
    text-align: center; 
    margin: 25px 0 50px;
}
#news .link-x a {
    position: relative;
    padding-left: 22px;
}
#news .link-x a::before {
    position: absolute;
    content: "";
    background: url(../images/icon-x.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    left: -15px;
    top: 48%;
    transform: translate(0, -50%);
}
#news .Outstand {
    /* margin: 0 110px 110px; */
    margin: 0 80px 40px;
}
#news .Outstand p {
    font-size: 16px;
    font-weight: initial;
    line-height: 33px;
    /* padding: 20px 15px; */
    padding: 20px 15px 15px;
}
#news .banner-photo-contest {
    margin: 0 80px 40px;
}
#news .banner-photo-contest a {
    width: 100%;
    display: inline-block;
}
#news .banner-photo-contest a img {
    width: 100%;
}

/* -------------about------------- */
#about dd::before {
    content: ":";
    padding: 0 0 0 8px;
    position: absolute;
    left: 7px;
}
#about dl {
    display: flex;
    flex-wrap: wrap;
}
#about dl dt {
    text-align-last: justify;
    width: 15%;
    margin: 0;
}
#about dl dd {
    width: 80%;
    margin: 0;
    position: relative;
    padding-left: 5%;
}
#about ul {
    width: 550px;
    font-size: 15px;
    margin: 0;
    padding-left: 3%;
}
/* -------------ticket------------- */

.price {
    width: 700px;
    text-align: center;
    margin: 40px auto 0;
    border-collapse:collapse
}
.price th {
    width: 270px;
    height: 100px;
    font-size: 18px;
    font-weight: lighter;
    line-height: 26px;
    letter-spacing: 2px;
    padding-top: 5px;
    border: 3px solid gray;
    background: #3f3f3f;
}
.price th span {
    font-weight: bold;
}
.price td {
    height: 50px;
    font-size: 20px;
    border: 3px solid gray;
}
.store {
    width: 700px;
    text-align: center;
    margin: 40px auto 0;
    border-collapse:collapse
}
.store .th {
    padding-top: 5px;
    border: 3px solid gray;
    background: #3f3f3f;
}
.store th,td {
    padding-top: 5px;
    border: 3px solid gray;
}
.link-ticket {
    text-align: center;
    margin-top: 30px;
}
.ticket-announce {
    border: solid 1px #fff;
    /* width: 750px; */
    margin: 40px auto;
}
#ticket dd::before {
    content: ":";
    padding: 0px 8px;
}
#ticket dl {
    display: flex;
    flex-wrap: wrap;
}
#ticket dl dt {
    text-align-last: left;
    width: 28%;
    margin: 0;
}
#ticket dl dd {
    width: 72%;
    margin: 0;
}
#ticket dl dd .caution {
    padding-left: 20px;
}
#ticket .banner {
    padding-left: 20px;
}
#ticket .banner img {
    width: 250px;
    margin: 5px 0;
}
#ticket .ticket-announce a {
	margin: 0;
}
#gray-back {
    background-color: #252525;
    height: 180px;
    padding: 50px 27px 0 0;
    border-radius: 7px;
}
#gray-back-2 {
    background-color: #252525;
    height: 180px;
    padding: 50px 27px 30px 0;
    border-radius: 7px;
}
.btn {
    width: 720px;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}
.btn a {
    background-color: #454545;
    border: 3px solid gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    display: block;
    width: 270px;
    height: 90px;
    text-align: center;
    padding: 30px 20px 0 0;
    position: relative;
    box-shadow: 0 8px black;
    transition: .2s;
}
.btn a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 black;
}
.btn a span {
    font-size: 16px;
}
.arrow::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 3px solid gray;
    border-right: 3px solid gray;
    transform: rotate(45deg); 
}
#sponsor .btn a {
    width: 390px;
    height: 110px;
    padding: 15px 20px 15px 0;
}
#sponsor h2 {
    margin-bottom: 30px;
}

/* -------------schedule------------- */
#schedule .content dl {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
}

#schedule .content p {
    margin-bottom: initial;
}

#schedule .content dl {
    margin-top: initial;
}

#schedule .content .innerWrap dt {
    width: 10%;
    margin: 0;
    text-align-last: justify;
}

#schedule .content .innerWrap dd {
    width: 85%;
    margin: 0;
    padding-left: 5%;
}

#schedule .content dl dt {
    width: 9%;
    margin: 0;
    text-align-last: justify;
}

#schedule .content dl dd {
    width: 86%;
    margin: 0;
    padding-left: 5%;
}

#schedule .content dl dd {
    width: 85%;
    margin: 0;
    position: relative;
    padding-left: 5%;
}

#schedule .content dl dd::before {
    content: ":";
    padding: 0 0 0 8px;
    position: absolute;
    left: 7px;
}

/* -------------sale------------- */
#sale .content dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#sale .content dl dt {
    width: 10%;
    margin: 0;
    text-align-last: justify;
}

#sale .content dl dd {
    width: 85%;
    margin: 0;
    position: relative;
    padding-left: 5%;
}
#sale .content dl .margin-bottom {
    margin-bottom: 40px;
}

#sale .content dl dd ul {
    padding-left: 16px;
}

#sale .content dl dd::before {
    content: ":";
    padding: 0 0 0 8px;
    position: absolute;
    left: 7px;
}
#sale .content .anusual dl dt {
    width: 27%;
    text-align-last: left;
}
#sale .content .anusual dl dd {
    width: 72%;
    padding-left: initial;
}
#sale .content .anusual dl dd::before {
    position: relative;
    padding: 0px 8px;
    left: initial;
}
#sale .content .innerWrap dl dd img {
    width: 100%;
}
#sale .content .innerWrap dl dd .banner-img {
    width: 200px;
    margin-bottom: 10px;
}
#sale .content .innerWrap dl dd .banner-img-unusual {
    width: 200px;
}
#sale .content .innerWrap dl dd .margin-initial {
    margin: initial;
}
#sale .content .innerWrap dl dd .margin-initial-unusual {
    margin-top: initial;
    margin-bottom: 10px;
}
#sale .content .innerWrap dl dd .box-red {
    display: inline-block;
    margin-top: 10px;
}
#sale .content .innerWrap dl dd .box-red p {
    margin: initial;
    line-height: 1.6;
}
#sale .content .innerWrap dl dd .box-red p .red {
    font-weight: bold;
}
#sale .content .innerWrap .link-online {
    margin-bottom: 30px;
}
#sale .content .innerWrap .link-online p {
    margin-bottom: 5px;
}
#sale .content .innerWrap .link-online a {
    border: solid 2px #515151;
    padding: 5px 24px 0px;
    width: 155px;
    display: inline-block;
}
#sale .content .innerWrap .link-online a img {
    width: 100%;
}

/* -------------parking------------- */
#parking dd::before {
    content: ":";
    padding: 0px 7px;
}
#parking dl {
    display: flex;
    flex-wrap: wrap;
}
#parking dl dt {
    text-align-last: left;
    width: 40%;
    margin: 0;
}
#parking dl dd {
    width: 60%;
    margin: 0;
}
/* -------------trafficReg------------- */
#trafficReg dd::before {
    content: ":";
    padding: 0px 5px;
}
#trafficReg dl {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
#trafficReg dl dt {
    text-align-last: justify;
    width: 8%;
    margin: 0;
}
#trafficReg dl dd {
    width: 92%;
    margin: 0;
}
.flex {
    display:flex ;
    justify-content: space-between;
}
.Outstand {
    text-align: center;
}
.Outstand p {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 40px;
    border: double 4px #fff;
    line-height: 1.5;
}
/* -------------sponsor------------- */
#sponsor dd::before {
    content: ":";
    padding: 0px 10px;
}
#sponsor dl {
    display: flex;
    flex-wrap: wrap;
}
#sponsor dl dt {
    text-align-last: justify;
    width: 10%;
    margin: 0;
}
#sponsor dl dd {
    width: 90%;
    margin: 0;
}
.sponsorFirework {
    width: 700px;
    text-align: center;
    margin: 40px auto 0;
    border-collapse:collapse
}
.sponsorFirework th {
    width: 270px;
    height: 40px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
    padding-top: 5px;
    border: 3px solid gray;
    background: #3f3f3f;
}
.sponsorFirework th span {
    font-size: 26px;
    font-weight: bold;
}
.sponsorFirework td {
    height: 50px;
    font-size: 14px;
    border: 3px solid gray;
}
/* -------------poster-design------------- */
#poster-design .headline {
    margin-bottom: 30px;
}
#poster-design .innerWrap .btn a {
    padding: 15px 70px 35px;
}
#poster-design .innerWrap .text-closed {
    color: #ffff33;
    text-align: center;
}

/* -------------other------------- */
#other dd::before {
    content: ":";
    padding: 0 5px 0 10px;
}
#other dl {
    display: flex;
    flex-wrap: wrap;
}
#other dl dt {
    text-align-last: justify;
    width: 10%;
    margin: 0;
}
#other dl dd {
    width: 90%;
    margin: 0;
}
/* -------------contact------------- */
#contact dd::before {
    content: ":";
    padding: 0px 7px;
}
#contact dl {
    display: flex;
    flex-wrap: wrap;
}
#contact dl dt {
    text-align-last: justify;
    width: 9%;
    margin: 0;
}
#contact dl dd {
    width: 91%;
    margin: 0;
}

#contact dl .contact-mail {
    position: relative;
}

#contact dl .contact-mail img {
    width: 321px;
    position: absolute;
    top: 7px;
    left: 16px;
}