@charset "UTF-8";



html,body {
height: 100%;
background-color: #000000;
	font-family: 'Electrolize', sans-serif;
	font-size: 100%;
}


.Fbg {
/* 画像ファイルの指定 */
background-image: url(../images/bass.jpg)!important;
/* 画像を常に天地左右の中央に配置 */
background-position: center center !important;
/* 画像をタイル状に繰り返し表示しない */
background-repeat: repeat !important;
/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
background-attachment: scroll !important;
/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
background-size: cover; !important;
position: relative;
}
.LogoF {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-top: 20px;
    margin-bottom: 100px;
    height: 35%;
}
.cd-area li {
width: 25%;
float: left;
text-align: center;
}
.cd-area {

width: 80%;
margin-left: auto;
margin-right: auto;
color: #C8C8C8;
margin-bottom: 30px;
}

.time-titles {
font-size: 8em;
line-height: 1em;
}
.date-titles {
font-size: 3.5em;
line-height: 1em;
}
.BTNzone img {
width: 200px;
}
.BTNzone {
margin-bottom: 20px;
/* [disabled]position: fixed; */
bottom: 10px;
text-align: center;
width: 100%;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
