@charset "UTF-8";

/*
a img:hover{
filter: brightness(120%);
transition: 0.3s;
}

.fuki_btn2 a img:hover{
filter: brightness(200%);
transition: 0.3s;
}
*/

html {
background-color:#dedede;
}
body.post_mt {
background-color:#dedede;
background: linear-gradient(#fff, #dedede);
}
#chu2camp .contents_wrapper {box-shadow: 1px 8px 10px -5px rgba(0,0,0,.35), 0px 1px 1px 0px rgba(0,0,0,.08);}

body.post_mt#fireworks {
background-color: #111;
}



#chu2camp .main_content { height: 710px;}
#chu2camp .contents_wrapper {height: 710px;background-image: url(../img_dj/bg_yuchan3.jpg); background-position: 0 -20px;}

.fuki {position:absolute;top: 30px;left: 288px;}
.fuki .inner {position:relative;}
.fuki .inner div img {-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.4));filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));}
.fuki .inner .fuki_btn1 {position:absolute;top: 180px;left: 40px;}
.fuki .inner .fuki_btn2 {position:absolute;top: 180px;left: 260px;}
.btn_back { position: absolute; top: 5px; left: 5px;}

.bg_music {background-image: url(../img_dj/bg_music.png); background-repeat: no-repeat; background-size:532px 670px; width: 532px; height: 670px; position: absolute; top:30px; right:30px;}
.bg_music .inner {position:relative; padding:200px 0 0 25px; width: 532px;}

.play_list { float: left; background-color: #8593A1; width: 230px; height: 101px; /*border-radius: 50px;*/ position: relative; margin:0 15px 13px 0;}
.play_list p.text {position: absolute; top:2px; left: 50px;}
.play_list p.text.line2 {top:-5px; left: 50px;}
 

/*モーダルウィンドウ*/
.movie_inline_area_wrapper {
	display: none;
}
.movie_inline_area {
	width: 720px;
	height: 405px;
}

.audiojs {
  /*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
  width: auto;
  height: auto;
  background: none;
	box-shadow: none;
  /*　再生・停止ボタンの高さ、幅、パディングの指定　*/
  /*　再生ボタン　*/
  /*　停止ボタン　*/
  /*　進行状態・ロードの状態を表示する部分　*/
  /*　進行状態を表示するバーの部分　*/
  /*　ロード状態を表示するバーの部分　*/
  /*　再生時間の部分　*/
}

.audiojs .play {
  width: 35px;
  height: 35px;
  background: url(../img_dj/btn_play.png) no-repeat;
background-size: 35px 35px;
}



.playlist__ttl {
  top: 27px;
  left: 120px;
}

.audiojs .play-pause {
  top: 15px;
  left: 185px;
border-right: none;
	width: 35px; 
	height: 35px;
	padding: 7px 8px;
}
.audiojs .pause {
  top: 15px;
  left: 185px;
border-right: none;
	width: 35px; 
	height: 35px;
	padding: 7px 8px;
  background: url(../img_dj/btn_stop.png) no-repeat;
background-size: 35px 35px;
}


.playlist__item {
	display: none;
  position: relative;
  width: 354px;
  height: 125px;
  background:none;
background-position: center center;
  margin-bottom: 0px;
}


.audiojs .scrubber {
	display: none;
  left: 180px;
}

.play_list .audiojs .time {
	display: none;
	border-left:none;
}



