@charset "UTF-8";

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	min-width: 960px;
  background: #000000 url(../images/top/visual.jpg) center center no-repeat;
  background-size: cover;
  z-index: -5;
}

/*------------------------------------------------------------
	page-main
------------------------------------------------------------*/
.page-main {
	position: relative;
	padding-top: 80px;
	padding-bottom: 160px;
	text-align: center;
}

.page-main__text {
	margin-bottom: 10px;
}

.page-main__btn {
  width: 210px;
  margin: 0 auto;
}

/*------------------------------------------------------------
	top-gnav
------------------------------------------------------------*/
.top-gnav {
  position: relative;
  margin-top: -6px;
  margin-bottom: -6px; 
  width: 100%;
	z-index: 10;
}

.top-gnav__inner {
  height: 83px;
  position: relative;
  background: url(../images/top/gnav_bg.png) 0 0 repeat-x;
  /*overflow: hidden;*/
}

.top-gnav__item{
  position: absolute;
  top: 6px;
  width: 120px;
  height: 69px;
  z-index: 1;
}
.top-gnav__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -44px;
  width: 232px;
  height: 69px;
  background: url(../images/top/gnav_hover.png) 0 0 no-repeat;
  opacity: 0;
}

.top-gnav__item--battle:before {
  left: -48px;
  width: 218px;
}

.top-gnav__item--cs:before {
	content: none;
}

.top-gnav__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -58px;
  width: 42px;
  height: 69px;
  background: url(../images/top/gnav_line.png) 0 0 no-repeat;
}

.top-gnav__item.top-gnav__item--battle:after,
.top-gnav__item.top-gnav__item--cs:after {
  content: "";
  display: none;
}

.top-gnav__item--story {
  left: 16px;
}
.top-gnav__item--world {
  left: 198px;
}
.top-gnav__item--characters {
  left: 388px;
}
.top-gnav__item--battle {
  left: 579px;
}
.top-gnav__item--cs {
  left: 579px;
}

.top-gnav__item a{
  display: block;
  width: 120px;
  height: 69px;
  position: relative;
}
.top-gnav__item span{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top-gnav__label--ov{
  opacity: 0;
}

.no-touchevents .top-gnav__item a .top-gnav__label--ov{
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .top-gnav__item a:hover .top-gnav__label--ov{
  opacity: 1;
}

.no-touchevents .top-gnav__item a .top-gnav__label{
  opacity: 1;
  -webkit-transition: opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
  transition: opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
}
.no-touchevents .top-gnav__item a:hover .top-gnav__label{
  opacity: 0;
}

.no-touchevents .top-gnav__item::before{
  opacity: 0;
   -webkit-transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .top-gnav__item.is-active::before{
  opacity: .7;
}

.top-gnav__movie-btn {
  position: absolute;
  right: 0;
  top: 17px;
  width: 204px;
  z-index: 1;
}
img.top-gnav__movie-btn__img-hover {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
img.top-gnav__movie-btn__img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .top-gnav__movie-btn:hover img.top-gnav__movie-btn__img{
  opacity: 0;
}

.top-gnav__item span.is-new {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 54px;
	height: 26px;
	margin-left: -27px;
  background: url(../images/top/icon_new.png) 0 0 no-repeat;
	z-index: 2;
}
.top-gnav__movie-btn .icon-new {
	position: absolute;
	top: -6px;
	left: -6px;
	pointer-events: none;
	z-index: 2;
}

@media all and (max-width: 1100px){
	.top-gnav__item:before {
		left: -10%;
		width: 140%;
		background-size: contain; 
	}
	.top-gnav__item:after {
		top: 9%;
		right: -30%;
		width: 30%;
		background-size: contain;
	}

	.top-gnav__item--story {
		left: 1.25%;
	}
	.top-gnav__item--world {
		left: 15.47%;
	}
	.top-gnav__item--characters {
		left: 30.31%;
	}
	.top-gnav__item--battle {
		left: 45.23%;
	}
	.top-gnav__item--cs {
		left: 45.23%;
	}

	.top-gnav__item a {
		width: 100%;
	}
	.top-gnav__item img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	expansion-pass
------------------------------------------------------------*/
.expansion-pass {
	position: relative;
  width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}

.expansion-pass__title {
	margin-bottom: 23px;
}

.expansion-pass__copy {
	margin-bottom: 23px;
}

.expansion-pass__text {
	margin-bottom: 60px;
}

.expansion-pass-list {
	margin-bottom: 40px;
	padding: 30px 0 40px 0;
	background: url(../images/top/expansion-pass_list_bg.png) no-repeat center top;
	background-size: cover;
	font-size: 0;
}

.expansion-pass-list li {
	display: inline-block;
	margin: 0 4.6875% 0 6%;
	vertical-align: top;
}

.expansion-pass-list__title {
	margin-bottom: 20px;
}

.expansion-pass__btn{
  width: 421px;
  margin: 0 auto;
}


/*------------------------------------------------------------
  news
------------------------------------------------------------*/
.news {
	position: relative;
	margin-top: -6px;
	padding-top: 6px;
	padding-bottom: 90px;
	background: url(../images/top/news_bg.jpg) 0 0 repeat-y;
	background-size: 100% auto;
}
/*.news::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	left: 50%;
  width: 56.17187%;
	height: 16px;
	margin-right: 4.21875%;
	background: url(../images/top/expansion-pass_bg_btm.png) no-repeat right top;
  background-size: cover;
}*/

.news-header {
	height: 115px;
}

.news-header__btn {
	position: absolute;
	right: 0;
	top: 34px;
}

.news__btn{
  width: 190px;
  margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
  bnr-area
------------------------------------------------------------*/
.bnr-area {
	padding: 60px 0;
	background: url(../images/top/bnr_area_bg.png) 0 0 repeat;
}

.bnr-area-inner {
	width: 864px;
	margin: 0 auto;
}

.bnr-area__text {
	margin-bottom: 20px;
}

.bnr-area__img {
	background-color: #fff;
}
.bnr-area__img:hover img {
	opacity: 0.8;
   -webkit-transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/*------------------------------------------------------------
  bgm
------------------------------------------------------------*/
.ira__bgm {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -94px;
  width: 42px;
  height: 187px;
  background: url(../images/top/bgm_bg.png) 0 0 no-repeat;
}
.toggle__list {
  position: absolute;
  top: 42px;
  left: 0;
}
.toggle__item {
  width: 34px;
  height: 30px;
}
.toggle__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
}

.track__list {
  position: absolute;
  top: 122px;
  left: 0;
}

.track__item {
  width: 34px;
  height: 21px;
  text-align: center;
  position: relative;
}

.track__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.track__item p {
  position: absolute;
  left: 38px;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  
  pointer-events: none;
}

.track__item.bgm--01 p {
  bottom: 10px;
}
.track__item.bgm--02 p {
  bottom: 10px;
}
/* bgm ON/OFF */
.is-bgm-on .toggle__item.bgm--on a {
  opacity: 1;
  pointer-events: none;
}
.is-bgm-off .toggle__item.bgm--off a {
  opacity: 1;
  pointer-events: none;
}
/* bgm select */
.is-bgm-01 .track__item.bgm--01 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-02 .track__item.bgm--02 a {
  background-color: rgba(0, 0, 0, 0.6);
}

.no-touchevents .toggle__item a:hover {
  opacity: 1;
}
.no-touchevents .track__item a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.no-touchevents .track__item a:hover + p {
  opacity: 1;
  margin-top: 0;;
}
