html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #fff;
    background-color: #000;
    



}

div,p,h1,h2,h3{
	margin:0 auto;
	padding:0;
	text-align: center;
    tex
}

h2,summary{
	font-size: 24px;
    font-weight: bold;
}

div,p{
	font-size: 18px;
    line-height: 160%;
}
@media only screen and (max-width:540px) {
    h2{
        font-size: 22px;
    }
    
    div,p{
        font-size: 16px;
    }
}

a:link {    color: #fff;text-decoration: underline;}
a:visited {    color: #fff;text-decoration: underline;}
a:hover {    color: #fff;text-decoration: underline;}
a:active {    color: #fff;text-decoration: underline;}

#container{
    width: 100%;
    background-image: url(music_img/bg_fire.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment:local;
    background-size:auto;
}
    @media only screen and (max-width:540px) {
        #container{
            background-size:contain;
        }
    }

#language{
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}

    @media only screen and (max-width:700px) {
        #language{
            padding: 15px 25px;
            position: static;
            text-align: right;
        }
    }


#game_ttl{
}

    #game_ttl h1{
        color: #fff;
        font-size: 30px;
        line-height: 140%;
    }

        @media only screen and (max-width:540px) {
            #game_ttl h1{
                font-size: 28px;
            }
            #game_ttl .chatch{
                font-size: 22px;
            }
        }

#store_list{
	padding-top: 32px;
	text-align: center;
}

    #store_list ul{
        margin: 0;
        padding: 0;
    }

    #store_list li{
        display: inline-block;
        margin-right: 10px;
        list-style: none;
        width: 360px;
        height: 170px;
        text-align: center;
        vertical-align: top;
        line-height: 35px;
        font-size: 20px;

    }
    #store_list li:last-child{
        margin-right: 0;
    }

        @media only screen and (max-width:540px) {
            #store_list li{
                font-size: 18px;
            }
        }

#movie{
  background-image: url(music_img/movie_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: contain;
  padding: 51px 0;
}

    #movie_in {
      position: relative;
      max-width: 1150px;
      margin: 0 auto;
    }

    #movie_in:before {
      content: "";
      display: inline-block;
      padding-top: 56.25%;
    }

    #movie_in iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    @media only screen and (max-width:1120px) {
        #movie{
          background-image: url(music_img/movie_bg2.png);
          background-size:100% auto;
        }
    }

#explanation{
    padding: 0 30px 0 30px ;
    color: #ccc;
}


#footer{
    padding: 50px 30px 45px 30px ;
    color: #fff;
}
    #footer .footer_info{
        margin-top: 12px;
        text-align: center;
    }

.color1{
	color:#C0CEFF;
}
.base_color1{
	background-color:#000;
}

.container{
	margin-top: 10px;
}

.margin01{
	margin-top: 15px;
}

.margin02{
	margin-top: 50px;
}
.margin03{
	margin-top: 35px;
}
.margin04{
	margin-top: 25px;
}
.margin05{
	margin-top: 8px;
}

.padding01{
	padding-top: 35px;
}


