@charset "UTF-8";
/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
select, button, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Copyright (C) 2014 Root-013
 *      https://www.google.com/get/noto/
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSansCJKjp-Regular-subset.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansCJKjp-Regular-subset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}



/* ----------------
  text image
---------------- */
.ti, .js-backTop .pngfix, .btn, .title-content, .main, .main-visual .logo, .content.friends .bg-item, .content.friends .image-item, .content.friends .text-item, .content.friends .thumb-item, .content.battle .title-b, .content.battle .image-item, .content.battle .text-item, .content.battle .thumb-item, .content.equipment h3, .gnav-items .menu, .inav-items .inav-item .menu, .content.informations .title-block, .content.informations .block .bx-wrapper .bx-pager-item .bx-pager-link {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}

/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix, .content.informations .block .rssBody li, .content.informations .block .rssBody li a {
  zoom: 1;
}

.clearfix:after, .content.informations .block .rssBody li:after, .content.informations .block .rssBody li a:after {
  content: "";
  display: block;
  clear: both;
}


/* positions
-------------------- */
.pos, .pos-center, .pos-vertical-center, .pos-horizontal-center, .title-content, .pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center, .title-content {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}


a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
}


.container {
  width: 990px;
}

.container,
.container-sub1,
.container-sub2,
.container-sub3,
.container-sub4,
.container-sub5 {
  margin: 0 auto;
}


/* --------------------
	js settings
-------------------- */
.js-change-elements .left, .js-change-elements .right {
  float: left;
  position: relative;
}

.js-change-elements .trg {
  float: left;
}

.js-change-elements .tgt-box {
  position: relative;
}

.js-change-elements .tgt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.js-change-elements .tgt.enable {
  display: block !important;
  opacity: 1;
  z-index: 10;
}

.js-change-elements .tgt.image-item {
  left: -20px;
}

.js-change-elements .tgt.image-item.enable {
  left: 0 !important;
}

.js-backTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 100;
}

.js-backTop .pngfix {
  width: 133px;
  height: 127px;
  background-image: url(../../img/top/dmm/btn_pagetop.png);
}

/* --------------------
	bxslider reset
-------------------- */
.wrapper .bx-wrapper {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

/* --------------------
	parts
-------------------- */
/* buttons
-------------------- */
.btn {
  background-image: url(../../img/top/dmm/btns.png);
}

.btn.btn-login {
  width: 151px;
  height: 151px;
  background-position: -284px top;
}

.btn.btn-login:hover {
  background-position: -284px -284px;
}

.btn.btn-start {
  width: 284px;
  height: 284px;
  background-position: left top;
}

.btn.btn-start:hover {
  background-position: left -284px;
}

.btn.btn-play {
  width: 885px;
  height: 96px;
  margin: 0 auto;
  background-position: -435px top;
}

.btn.btn-play:hover {
  background-position: -436px -284px;
}

.btn.btn-it-play {
  width: 686px;
  height: 103px;
  background-position: -1320px top;
}

.btn.btn-it-play:hover {
  background-position: -1320px -284px;
}

.btn.btn-it-login {
  width: 236px;
  height: 103px;
  background-position: -2006px top;
}

.btn.btn-it-login:hover {
  background-position: -2006px -284px;
}


/* main
-------------------- */
.main {
  background-repeat: no-repeat;
  background-position: right top;
}

/* --------------------
	contents
-------------------- */
.contents {
}

.grad-bg {
  padding: 0;
}

.content {
  margin-top: 70px;
  position: relative;
}

.content:first-child {
  margin-top: 27px;
}

.wrap-play {
  margin-top: 45px;
}



/* friends
-------------------- */
.content.friends .title-content {
  z-index: 50;
}

.content.friends .fmain {
/*  height: 602px;
  padding-top: 50px;
  background: url(../../img/top/dmm/bg_friends.png) no-repeat right top;
*/}

.content.friends .js-change-elements .left {
  width: 423px;
  z-index: 20;
  max-height: 602px;
}

.content.friends .js-change-elements .right {
  width: 567px;
  z-index: 30;
}

.content.friends .bg-items {
  top: 10px;
  left: 10px;
}

.content.friends .bg-item {
  width: 750px;
  height: 635px;
  background-image: url(../../img/top/dmm/bgs_friends.png);
}

.content.friends .bg-item.item01 {
  background-position: left top;
}

.content.friends .bg-item.item02 {
  background-position: left -635px;
}

.content.friends .bg-item.item03 {
  background-position: left -1270px;
}

.content.friends .bg-item.item04 {
  background-position: left -1905px;
}

.content.friends .bg-item.item05 {
  background-position: left -2540px;
}

.content.friends .bg-item.item06 {
  background-position: left -3175px;
}

.content.friends .bg-item.item07 {
  background-position: -750px top;
}

.content.friends .bg-item.item08 {
  background-position: -750px -635px;
}

.content.friends .bg-item.item09 {
  background-position: -750px -1270px;
}

.content.friends .bg-item.item10 {
  background-position: -750px -1905px;
}

.content.friends .bg-item.item11 {
  background-position: -750px -2540px;
}

.content.friends .bg-item.item12 {
  background-position: -750px -3175px;
}

.content.friends .image-items {
  height: 760px;
  top: -25px;
  left: -145px;
}

.content.friends .image-item {
  width: 600px;
  height: 760px;
  background-image: url(../../img/top/dmm/images_friends.png);
}

.content.friends .image-item.item01 {
  background-position: left top;
}

.content.friends .image-item.item02 {
  background-position: left -760px;
}

.content.friends .image-item.item03 {
  background-position: left -1520px;
}

.content.friends .image-item.item04 {
  background-position: left -2280px;
}

.content.friends .image-item.item05 {
  background-position: left -3040px;
}

.content.friends .image-item.item06 {
  background-position: left -3800px;
}

.content.friends .image-item.item07 {
  background-position: -600px top;
}

.content.friends .image-item.item08 {
  background-position: -600px -760px;
}

.content.friends .image-item.item09 {
  background-position: -600px -1520px;
}

.content.friends .image-item.item10 {
  background-position: -600px -2280px;
}

.content.friends .image-item.item11 {
  background-position: -600px -3040px;
}

.content.friends .image-item.item12 {
  background-position: -600px -3800px;
}

.content.friends .text-items {
  height: 200px;
  position: relative;
  top: 20px;
  right: 35px;
}

.content.friends .text-item {/* キャラ紹介 */
  width: 574px;
  height: 245px;
  background-image: url(../../img/top/dmm/texts_friends.png);
}

.content.friends .text-item.item01 {
  background-position: left -10px;
}

.content.friends .text-item.item02 {
  background-position: left -262px;
}

.content.friends .text-item.item03 {
  background-position: left -520px;
}

.content.friends .text-item.item04 {
  background-position: left -770px;
}

.content.friends .text-item.item05 {
  background-position: left -1020px;
}

.content.friends .text-item.item06 {
  background-position: left -1280px;
}

.content.friends .text-item.item07 {
  background-position: left -1520px;
}

.content.friends .text-item.item08 {
  background-position: left -1750px;
}

.content.friends .text-item.item09 {
  background-position: left -2000px;
}

.content.friends .text-item.item10 {
  background-position: left -2250px;
}

.content.friends .text-item.item11 {
  background-position: left -2500px;
}

.content.friends .text-item.item12 {
  background-position: left -2750px;
}

.content.friends .thumbnails {
  margin: 80px 20px 0 0;
}

.content.friends .thumb-items {
  margin: -24px -14px -15px;
}

.content.friends .thumb-item {
  width: 130px;
  height: 107px;
  background-image: url(../../img/top/dmm/thumbs_friends.png);
  cursor: pointer;
  margin: 13px 0 0 7px;
}

.content.friends .thumb-item.item01 {
  background-position: left top;
}

.content.friends .thumb-item.item01:hover {
  background-position: left -107px;
}

.content.friends .thumb-item.item02 {
  background-position: -130px top;
}

.content.friends .thumb-item.item02:hover {
  background-position: -130px -107px;
}

.content.friends .thumb-item.item03 {
  background-position: -260px top;
}

.content.friends .thumb-item.item03:hover {
  background-position: -260px -107px;
}

.content.friends .thumb-item.item04 {
  background-position: -390px top;
}

.content.friends .thumb-item.item04:hover {
  background-position: -390px -107px;
}

.content.friends .thumb-item.item05 {
  background-position: -520px top;
}

.content.friends .thumb-item.item05:hover {
  background-position: -520px -107px;
}

.content.friends .thumb-item.item06 {
  background-position: -650px top;
}

.content.friends .thumb-item.item06:hover {
  background-position: -650px -107px;
}

.content.friends .thumb-item.item07 {
  background-position: -780px top;
}

.content.friends .thumb-item.item07:hover {
  background-position: -780px -107px;
}

.content.friends .thumb-item.item08 {
  background-position: -910px top;
}

.content.friends .thumb-item.item08:hover {
  background-position: -910px -107px;
}

.content.friends .thumb-item.item09 {
  background-position: -1040px top;
}

.content.friends .thumb-item.item09:hover {
  background-position: -1040px -107px;
}

.content.friends .thumb-item.item10 {
  background-position: -1170px top;
}

.content.friends .thumb-item.item10:hover {
  background-position: -1170px -107px;
}

.content.friends .thumb-item.item11 {
  background-position: -1300px top;
}

.content.friends .thumb-item.item11:hover {
  background-position: -1300px -107px;
}

.content.friends .thumb-item.item12 {
  background-position: -1430px top;
}

.content.friends .thumb-item.item12:hover {
  background-position: -1430px -107px;
}


