@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 1028px;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Std W6', 'Meiryo', "メイリオ", sans-serif;
    background-color: #000;
    color: #fff;
    -webkit-text-size-adjust: 100%;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,dl,img{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
ol,ul{
    list-style: none;
}
img{
    border: none;
}
a, a:visited {
    cursor: pointer;
    color: #00a0e9;
    text-decoration: underline;
}
a:hover, a:active {
    cursor: pointer;
    color: #00a0e9;
    text-decoration: underline;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#all_wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#bg {
    position: absolute;
    width: 100%;
    height: auto;
}
header {
    position: relative;
    top: 0;
    left: 0;
    width: 1028px;
    height: auto;
    margin: 0 auto 80px;
}
footer {
    position: relative;
    width: 1028px;
    height: 30px;
    text-align: center;
    font-size: 9px;
    color: #424242;
    margin: 0 auto;
}

section {
    position: relative;
    width: 888px;
    height: auto;
    margin: 0 auto 130px;
}
h2 {
    position: relative;
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 53px;
    font-weight: bold;
    color: #00a0e9;
    font-family: 'AgencyfbBold','Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Std W6', 'Meiryo', "メイリオ", sans-serif;
}
section .contents {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 25px;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Std W6', 'Meiryo', "メイリオ", sans-serif;
}

header .contents {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Std W6', 'Meiryo', "メイリオ", sans-serif;
}
header #logo {
    position: relative;
    top: 0;
    margin: 0 auto 40px;
    width: 1000px;
    height: 400px;
    background: url('images/ultrasuperfes2018.png?a') no-repeat;
}
header .title {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

section#about .contents .font-middle{
    padding: 10px 0;
    line-height: 33px;
}

section#about .contents .font-middle .red{
    line-height: 40px;
    font-size: 26px;
}

section .font-middle {
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W4', 'ヒラギノ角ゴ Std W4', 'Meiryo', "メイリオ", sans-serif;
}
section .ticket {
    margin: 30px 0 70px;
}

section .ticket h2{
    line-height: 35px;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

section .ticket .font-middle{
    padding: 12px 0;
    font-size: 20px;
}

.notice {
    font-size: 18px;
    line-height: 1.1;
}

section .ticket .notice{
    font-size: 15px;
}

section .ticket .red{
    position: absolute;
    margin: 14px 0 0 240px;
    padding: 8px;
    width: auto;
    height: auto;
    font-weight: bold;
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    background-color: rgba(0,0,0,0.4);
    display: block;
    border: 1px solid #fff;
}

.red {
    color: red;
}
.blue {
    color: #00a0e9;
}

