@charset "UTF-8";

/* ==================================================================
トピックス
==================================================================*/
#topics{position: relative;}
.topics{margin: 30px auto 100px auto;}
.topics li{display: inline-block;margin:12px;position: relative;}
.topics li img{border-radius: 2px;filter: drop-shadow(0px 0px 3px #000);}
.banner_videocover{position: absolute;top:0px;}
.bannervideo{border-radius: 2px;}

/* ==================================================================
pv
==================================================================*/
.pv_video{
  margin-top: 30px;
}
#pv .dl_list ul{
  display: flex;
  justify-content: center;
  font-size: 11px;
  margin: 20px auto;
}
#pv .dl_list li{
  display: flex;
  justify-content: center;
  margin: 0px 10px;
}
#pv .dl_list li p{
  color: #FF0080;
  margin-right: 10px;
}

#pv .dl_link ul{
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 1200px;
}
#pv .dl_link li{
  display: flex;
  justify-content: center;
  margin: 0px 10px;
  width: 48%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
#pv .dl_link li p{
  width: 50%;
  text-align: left;
  padding: 0 5px;
}
#pv .dl_link li span{
  width: 50%;
  text-align:right;
  padding: 0 5px;
}


/* ==================================================================
同梱版
==================================================================*/
#set{width:100%;position: relative;z-index: 2;}

/* ==================================================================
スペック
==================================================================*/
#spec{
  width:100%;position: relative;z-index: 2;
}
.spec_mv{margin: 10px;}


/* ==================================================================
スペシャル
==================================================================*/
#special{width:100%;position: relative;z-index: 2;}

/* ==================================================================
パッチ
==================================================================*/
#patch{width:100%;position: relative;z-index: 2;}
.gouka_new{
  position: absolute;
  top:870px;
  left:0;
  right: 0;
  margin: auto;
}

/* ==================================================================
mainVisual
==================================================================*/
#top{position:relative;width: 100%;height:1000px;}
.chara{background-image: url(../images/top/mv.jpg);position: absolute;width: 100%;height:1000px; background-position: left top -10px;background-repeat: no-repeat;background-size: cover;}

/* --- 背景の指定 ------------------------------------------- */
.chara .bgImg {
  position   : absolute;
  width: 100%;
  height:900px;
  background-position: center top 30px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity    : 0;
  animation  : bgAnime 5s forwards;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.chara .src1 {
  background-image : url(../images/top/mv1011b.jpg);   /* 背景の画像を指定 */
  animation-delay  : 0.5s;
  animation-duration : 20s;
}
.chara .src2 {
  background-image : url(../images/top/mv1011c.jpg);   /* 背景の画像を指定 */
  animation-delay  : 1.0s;
  animation-duration : 20s;
}
.chara .src3 {
  background-image : url(../images/top/mv1011d.jpg);   /* 背景の画像を指定 */
  animation-delay  : 1.5s;
  animation-duration : 20s;
}
.chara .src4 {
  background-image : url(../images/top/mv1011e.jpg);   /* 背景の画像を指定 */
  animation-delay  : 2.0s;
  animation-duration : 20s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 1; }
 100% { opacity: 1; }
}


.mv_logo{
	position: absolute;
	top: 600px;
	left: 20px;
	z-index: 4;
}
.mv_onsale{
	position: absolute;
	top: 10px;
	left: 420px;
	z-index: 2;
}
.mv_onsale_re{
	position: absolute;
	top: 570px;
	left: 720px;
	z-index: 2;
}
/* ==================================================================
story
==================================================================*/
#overview{width:100%;height: 400px;}

.st_txt02{margin-top:70px;}
.st_txt03{position: relative;left:-300px;top:60px;}
.txt03_btn{
	position: absolute;
	top: 208px;
	left: 620px;
}
.story_moji{margin-bottom: 50px;}



#audiojs_wrapper1
{display: inline-block!important;}
.audiojs {
	z-index: 25;
	position: absolute;
	cursor: pointer;
	display: inline-block!important;
}
.audiojs {
	background: none;
	box-shadow: none;
	width: 159px;
	height: 157px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	position: absolute;
}
.audiojs .play-pause {
	width: 159px;
	height: 157px;
	margin: 0px;
	padding: 5px 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:4px;
	border: none;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojs .play {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 159px;
	height: 157px;
	border-left: 0px;
	border-bottom: 0px;
	border: none;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;
	display: none;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display: none;
	border: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display: none;
}
.audiojs .time {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	border: none;
	display: none;
}
.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display: none;
}
.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	white-space: wrap;
}

.audiojs .play {
	background-repeat: no-repeat;
	width: 159px;
	height: 157px;
	transition: all;
	transition-duration: 0.5s;
}
.audiojs .play:hover {
	background-repeat: no-repeat;
	width: 159px;
	height: 157px;
}
.audiojs .loading {
	background-repeat: no-repeat;
	width: 159px;
	height: 157px;
}
.audiojs .error {
	background-repeat: no-repeat;
	width: 159px;
	height: 157px;
}
.audiojs .pause {
	background:none;
	background-repeat: no-repeat;
	width: 159px;
	height: 157px;
	transition: all;
	position: relative;
	top:-1px;
	left:-2px;
}

.master_voice .audiojs .play{background-image: url(../images/top/mvoice_btn.png);}
.master_voice .audiojs .play:hover{background-image: url(../images/top/mvoice_btn_on.png);}
.master_voice .audiojs .loading{background-image: url(../images/top/mvoice_btn_load.png);}
.master_voice .audiojs .error{background-image: url(../images/top/mvoice_btn_err.png);}
.master_voice .audiojs .pause{background-image: url(../images/top/mvoice_btn_pause.png);}
.master_voice .audiojs .pause:hover{background-image: url(../images/top/mvoice_btn_pause_on.png);}

.playing .play, .playing .loading, .playing .error {
	display: none;
}

.playing .pause {
	display: block;
}
.loading .play, .loading .pause, .loading .error {
	display: none;
}
.loading .loading {
	display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}
.error .error {
	display: block;
}
.error .play-pause p {
	cursor: auto;
}
.error .error-message {
	display: block;
}


.release_btn{
    position: absolute;
    right: 200px;
    top: 580px;
}

