@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
div {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
img,a img,iframe{
    border: none;
}
/*table {
    letter-spacing: 1px;
}*/
html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    letter-spacing: -.1px;
    min-width: 600px;
    font-size: 62.5%;
    line-height: 1.4;
    font-family: "Mplus 1p",sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
#wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#contents {
    position: relative;
    margin: 0 auto;
    width: 680px;
    height: auto;
}
section {
    position: relative;
    width: 100%;
    height: auto;
}
/*-----------------------------------------*/
/*                  header                 */
/*-----------------------------------------*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #fff;
}
header #header_inner{
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: auto;
}
nav{
    position: absolute;
    top: -116px;
    left: 0;
    width: 600px;
    height: 116px;
    background: url('images/nav_bg.jpg') no-repeat;
}
#nav1{
    position: relative;
    margin: 17px auto 8px;
    width: 500px;
    height: 40px;
}
#nav2{
    position: relative;
    margin: 0 auto;
    width: 560px;
    height: 40px;
}
#nav1,
#nav2{
    clear: both;
    overflow: hidden;
}
.nav[data-name='home']{
    position: relative;
    width: 69px;
    height: 26px;
    background: url('images/nav_home.png') no-repeat;
}
.nav[data-name='introduction']{
    position: relative;
    width: 166px;
    height: 26px;
    background: url('images/nav_introduction.png') no-repeat;
}
.nav[data-name='game']{
    position: relative;
    width: 104px;
    height: 26px;
    background: url('images/nav_game.png') no-repeat;
}
.nav[data-name='event']{
    position: relative;
    width: 117px;
    height: 26px;
    background: url('images/nav_event.png') no-repeat;
}
.nav[data-name='ticket']{
    position: relative;
    width: 116px;
    height: 26px;
    background: url('images/nav_ticket.png')no-repeat;
}
.nav[data-name='goods']{
    position: relative;
    width: 61px;
    height: 26px;
    background: url('images/nav_goods.png')no-repeat;
}
.nav[data-name='notice']{
    position: relative;
    width: 86px;
    height: 26px;
    background: url('images/nav_notice.png')no-repeat;
}
.nav[data-name='question']{
    position: relative;
    width: 117px;
    height: 26px;
    background: url('images/nav_question.png')no-repeat;
}
.nav[data-name='contact']{
    position: relative;
    width: 125px;
    height: 26px;
    background: url('images/nav_contact.png')no-repeat;
}
nav .nav{
    margin: 2px 0 0;
    float: left;
    cursor: pointer;
}
.nav[data-name='introduction'],
.nav[data-name='game'],
.nav[data-name='event'],
.nav[data-name='goods'],
.nav[data-name='notice'],
.nav[data-name='question'],
.nav[data-name='contact']{
    margin: 2px 0 0 13px;
}
.nav[data-name] a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.nav[data-name='introduction']:after,
.nav[data-name='game']:after,
.nav[data-name='event']:after,
.nav[data-name='goods']:after,
.nav[data-name='notice']:after,
.nav[data-name='question']:after,
.nav[data-name='contact']:after{
    position: absolute;
    top: -2px;
    left: -10px;
    content: url("images/nav_line.png");
}
/*-----------------------------------------*/
/*                 visual                  */
/*-----------------------------------------*/
#visual_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 600px;
    height: 849px;
    background: url(./images/main_bg.png)no-repeat;

}
.visual#main_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 849px;
    background: url('images/main_bg.png') no-repeat;
}
.visual#main_catch{
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 849px;
    background: url('images/main_catch.png') no-repeat;
}
.visual#main_visual{
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 849px;
    background: url('images/main_visual.png') no-repeat;
}
/*.visual#main_text{
    position: absolute;
    bottom: 16%;
    width: 600px;
    height: 116px;
    background: url('images/main_text.png') no-repeat;
}*/
.visual{
    opacity: 0;
}
/*-----------------------------------------*/
/*                contents                 */
/*-----------------------------------------*/
#contents{
    position: relative;
    margin: 0 auto;
    padding: 116px 0 0;
    width: 600px;
    height: auto;
}
section{
    position: relative;
    width: 100%;
    height: auto;
}
.inner{
    padding: 45px 0;
}
.hr{
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 3px;
    background: url('images/hr.jpg') no-repeat;
}
.h3{
    position: relative;
    padding: 0 0 30px;
}
#tw_widget_cover{
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: auto;
    border: solid #e3e3e3 1px;
}
/*-----------------------------------------*/
/*                   game                  */
/*-----------------------------------------*/
#c_game p{
    position: relative;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 500px;
    color: #ff5291;
    font-size: 18px;
    font-weight: bold;
}
/*-----------------------------------------*/
/*                  event                  */
/*-----------------------------------------*/
#c_event{}
.venue{
    position: relative;
    margin: 0 0 0px;
    width: 600px;
}
#event_tokyo{
    height: 362px;
    background: url('images/event_tokyo.jpg?c') no-repeat;
}
#event_nagoya{
    height: 380px;
    background: url('images/event_nagoya.jpg?c') no-repeat;
}
#event_osaka{
    height: 377px;
    background: url('images/event_osaka.jpg?b') no-repeat;
}
#event_sapporo{
    height: 387px;
    background: url('images/event_sapporo.jpg?0.2') no-repeat;
}
#event_fukuoka{
    height: 371px;
    background: url('images/event_fukuoka.jpg?b') no-repeat;
}
#event_sendai{
    height: 371px;
    background: url('images/event_sendai.jpg?0.2') no-repeat;
}
.shop_hp{
    position: absolute;
    left: 267px;
    width: 66px;
    height: 65px;
    background: url('images/shop_hp.png');
}
.shop_hp a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
#event_tokyo .shop_hp{
    top: 155px;
}
#event_nagoya .shop_hp{
    top: 175px;
}
#event_osaka .shop_hp{
    top: 175px;
}
#event_sapporo .shop_hp{
    top: 175px;
}
#event_fukuoka .shop_hp{
    top: 169px;
}
#event_sendai .shop_hp{
    top: 169px;
}

/*-----------------------------------------*/
/*                 ticket                  */
/*-----------------------------------------*/
#c_ticket{}
#c_ticket .text{
    position: relative;
    padding: 0 0 20px;
    font-size: 24px;
    color: #40210f;
    font-weight: bold;
    text-align: center;
}
#c_ticket .text strong,
#c_ticket .text2 strong{
    font-size: 31px;
    color: #8d6e30;
}
#c_ticket .inner .hr{
    position: relative;
    margin: 45px 0 30px;
}
#c_ticket .text2{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 25px;
    color: #3e210e;
    text-align: center;
}
#c_ticket .text2 h3{
    position: relative;
    margin: 30px auto 10px;
    padding: 8px 0;
    width: 445px;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    background: #896c2f;
}
#c_ticket .text2 p{
    font-weight: bold;
    letter-spacing: -.05em;
}
#c_ticket .text2 .buy{
    position: relative;
    margin: 20px auto 50px;
    width: 378px;
    height: 70px;
    background: url('images/ticket_buy.png') no-repeat;
}
#c_ticket .text2 .buy[data-name="anion"]{
    background: url('images/anion_ticket.png') no-repeat;
}
#c_ticket .text2 .buy[data-name="lowson"]{
    margin-bottom: 10px;
    background: url('images/ticket_buy_lowson.png') no-repeat;
}
#c_ticket .text2 .buy[data-name="pia"]{
    margin-bottom: 10px;
    background: url('images/ticket_buy_pia.png') no-repeat;
}
#c_ticket .text2 .buy a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.line_through{
    text-decoration: line-through;
}
.blue{
    color: #3c6aff;
}
.red{
    color: #ff0000;
}
/*-----------------------------------------*/
/*                 notice                  */
/*-----------------------------------------*/
#c_notice{
    color: #40210f;
}
#c_notice p strong{
    font-size: 24px;
}
#c_notice p{
    position: relative;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #40210f;
}
/*-----------------------------------------*/
/*                question                 */
/*-----------------------------------------*/
#c_question{
    color: #40210f;
}
#c_question p{
    padding: 0 40px;
    font-size: 19px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
}
#c_question p strong{
    font-size: 24px;
}
#c_question p span{
    position: relative;
    padding: 0 0 30px;
    color: #3c6aff;
    display: block;
}
/*-----------------------------------------*/
/*                 contact                 */
/*-----------------------------------------*/
#c_contact{
    color: #40210f;
    text-align: center;
}
#c_contact h3{
    position: relative;
    margin: 10px auto 30px;
    padding: 8px 0;
    width: 445px;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    background: #896c2f;
}
#c_contact p{
    font-size: 23px;
    font-weight: bold;
}
#c_contact p strong{
    font-size: 28px;
}
#c_contact p a{
    color: #3c6aff;
}
/*-----------------------------------------*/
/*                  goods                  */
/*-----------------------------------------*/
#bottom_cover,
#bottom_inner{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 208px;
    height: 63px;
}
#bottom_ticket{
    position: absolute;
    top: 0;
    left: 0;
    width: 176px;
    height: 67px;
    background: url('images/bottom_ticket.png') no-repeat;
}
#bottom_goods{
    position: absolute;
    top: 0;
    left: 176px;
    width: 177px;
    height: 67px;
    background: url('images/bottom_goods.png') no-repeat;
}
#bottom_ticket a,
#bottom_goods a,
#bottom_drink a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
footer{
    position: relative;
    margin: 0 auto;
    padding: 60px 0 80px;
    width: 600px;
    height: auto;
    background: #805821;
}
footer p{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
/*-----------------------------------------*/
/*                contents                 */
/*-----------------------------------------*/
@media screen and (min-width:600px){
    #bottom_cover{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 63px;
    }
    #bottom_inner{
        position: relative;
        margin: 0 auto;
        width: 600px;
        height: auto;
    }
}