body {
  font: 62.5%/2 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",'Meiryo UI','メイリオ',"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: black;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .base {
  font-size: 1.4em;
}

.sub_part {
  color: white;
}

.showPC {
  display: block !important;
}
.showPC.inline {
  display: inline-block !important;
}

.showSP {
  display: none !important;
}

/* mod-grid
------------------------------------------------------- */
.mod-grid {
  margin-left: -50px;
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid > .cell {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
}
.mod-grid > .cell > .inner {
  margin-left: 50px;
  text-align: left;
}
.mod-grid > .cell.x1of1 {
  width: 100%;
}
.mod-grid > .cell.x1of2, .mod-grid > .cell.x2of4, .mod-grid > .cell.x3of6 {
  width: 50%;
}
.mod-grid > .cell.x1of3, .mod-grid > .cell.x2of6 {
  width: 33.333%;
}
.mod-grid > .cell.x2of3, .mod-grid > .cell.x4of6 {
  width: 66.666%;
}
.mod-grid > .cell.x1of4 {
  width: 25%;
}
.mod-grid > .cell.x3of4 {
  width: 75%;
}
.mod-grid > .cell.x1of5 {
  width: 20%;
}
.mod-grid > .cell.x2of5 {
  width: 40%;
}
.mod-grid > .cell.x3of5 {
  width: 60%;
}
.mod-grid > .cell.x4of5 {
  width: 80%;
}
.mod-grid > .cell.x1of6 {
  width: 16.666%;
}
.mod-grid > .cell.x5of6 {
  width: 83.333%;
}
.mod-grid.-step {
  margin-left: -83px;
}
.mod-grid.-step > .cell > .inner {
  margin-left: 0;
  padding-left: 83px;
  position: relative;
}
.mod-grid.-step > .cell > .inner:before {
  content: "";
  background: url('../../common/images/sprites/pc.png?2FsV') -146px 0 no-repeat;
  display: inline-block;
  width: 33px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}
.mod-grid.-step > .cell.noArrow > .inner:before {
  content: none;
}

.mod-grid > .cell > .inner .mod-grid > .cell {
  margin-bottom: 0;
}

/* mod-figureBlock
------------------------------------------------------- */
div.mod-figureBlock {
  *zoom: 1;
}
div.mod-figureBlock:after {
  content: '';
  display: table;
  clear: both;
}
div.mod-figureBlock .figure {
  margin: auto;
}
div.mod-figureBlock.-left {
  margin-right: -50px;
}
div.mod-figureBlock.-left .figure {
  float: left;
}
div.mod-figureBlock.-left .figure .inner {
  padding-right: 50px;
}
div.mod-figureBlock.-left .detail {
  padding-right: 50px;
}
div.mod-figureBlock.-right {
  margin-left: -50px;
}
div.mod-figureBlock.-right .figure {
  float: right;
}
div.mod-figureBlock.-right .figure .inner {
  padding-left: 50px;
}
div.mod-figureBlock.-right .detail {
  padding-left: 50px;
}
div.mod-figureBlock .figure.x1of1 {
  width: 100%;
}
div.mod-figureBlock .figure.x1of2, div.mod-figureBlock .figure.x2of4, div.mod-figureBlock .figure.x3of6 {
  width: 50%;
}
div.mod-figureBlock .figure.x1of3, div.mod-figureBlock .figure.x2of6 {
  width: 33.333%;
}
div.mod-figureBlock .figure.x2of3, div.mod-figureBlock .figure.x4of6 {
  width: 66.666%;
}
div.mod-figureBlock .figure.x1of4 {
  width: 25%;
}
div.mod-figureBlock .figure.x3of4 {
  width: 75%;
}
div.mod-figureBlock .figure.x1of5 {
  width: 20%;
}
div.mod-figureBlock .figure.x2of5 {
  width: 40%;
}
div.mod-figureBlock .figure.x3of5 {
  width: 60%;
}
div.mod-figureBlock .figure.x4of5 {
  width: 80%;
}
div.mod-figureBlock .figure.x1of6 {
  width: 16.666%;
}
div.mod-figureBlock .figure.x5of6 {
  width: 83.333%;
}
div.mod-figureBlock .detail.rect {
  overflow: hidden;
}

body {
  background: #f29600;
}

.outline .outline-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-header .outline-header-inner {
  width: 940px;
  height: 255px;
  margin: 0 auto;
}
.outline .outline-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffbd5 url(../images/bodyBg.png) top center;
}
.outline .outline-body .outline-body-inner {
  width: 940px;
  margin: 0 auto;
  *zoom: 1;
}
.outline .outline-body .outline-body-inner:after {
  content: '';
  display: table;
  clear: both;
}
.outline .outline-body .outline-body-inner .outline-body-contents {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 820px;
  margin: auto;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-main.mod-article {
  padding-bottom: 60px;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-main .wide {
  margin: 0 -50px;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-navi {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-body .outline-body-inner .outline-body-aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 940px;
  margin: auto;
}

.mod-article {
  margin-bottom: 0 !important;
}

.outline-header {
  background: #fffbd5 url(../images/headerBg.png) top center repeat-x;
  *zoom: 1;
  position: relative;
}
.outline-header:after {
  content: '';
  display: table;
  clear: both;
}
.outline-header .logo {
  display: block;
  text-align: right;
  padding-top: 10px;
}
.outline-header .logo .battleTROZE {
  background: url('../../common/images/sprites/pc.png?2FsV') -326px -889px no-repeat;
  display: inline-block;
  width: 133px;
  height: 126px;
  margin: 25px -10px 0 0;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.outline-header .logo .nintendo3ds {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -771px no-repeat;
  display: inline-block;
  width: 215px;
  height: 23px;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.outline-header .logo .nintendo {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -68px no-repeat;
  display: inline-block;
  width: 59px;
  height: 14px;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.outline-header .logo .pokemonCompany {
  background: url('../../common/images/sprites/pc.png?2FsV') -193px -68px no-repeat;
  display: inline-block;
  width: 155px;
  height: 15px;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.nav span.menu {
  display: none;
}
.nav ul {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  margin: 10px 0;
}
.nav ul li {
  display: inline-block;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  margin-right: -16px;
}
.nav ul li.nav_howto a {
  background: url('../../common/images/sprites/pc.png?2FsV') -118px -536px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_howto a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -215px -771px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_combo a {
  background: url('../../common/images/sprites/pc.png?2FsV') -326px -302px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_combo a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -444px -302px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_koryaku a {
  background: url('../../common/images/sprites/pc.png?2FsV') -434px -419px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_koryaku a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -653px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_tsushin a {
  background: url('../../common/images/sprites/pc.png?2FsV') -208px -302px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_tsushin a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -118px -185px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_stage a {
  background: url('../../common/images/sprites/pc.png?2FsV') -118px -653px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_stage a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -235px -653px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_clear a {
  background: url('../../common/images/sprites/pc.png?2FsV') -352px -653px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_clear a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -333px -771px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_trick a {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -889px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_trick a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -450px -771px no-repeat;
  display: inline-block;
  width: 117px;
  height: 118px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_special_m a {
  background: url('../../common/images/sprites/pc.png?2FsV') -354px -536px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.nav ul li.nav_special_m a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -348px -68px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.outline-footer {
  padding: 10px 0;
}
.outline-footer .tools {
  text-align: right;
  margin-top: -78px;
}
.outline-footer .tools .pageTop a {
  background: url('../../common/images/sprites/pc.png?2FsV') -353px 0 no-repeat;
  display: inline-block;
  width: 140px;
  height: 68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.outline-footer .tools #sns {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}
.outline-footer .tools #sns ul {
  width: 940px;
  margin: 0 auto;
  text-align: right;
}
.outline-footer .links ul li {
  display: inline-block;
}
.outline-footer .links ul li a {
  text-decoration: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.outline-footer .links ul li a.official {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -419px no-repeat;
  display: inline-block;
  width: 198px;
  height: 10px;
}
.outline-footer .links ul li a.dsc {
  background: url('../../common/images/sprites/pc.png?2FsV') -59px -68px no-repeat;
  display: inline-block;
  width: 134px;
  height: 10px;
  margin-left: 20px;
}
.outline-footer .copyright a {
  display: none;
}

.mod-grid {
  margin-bottom: -50px;
}

.mod-headline {
  margin-left: -60px;
  margin-right: -60px;
}

h1.mod-headline {
  margin-top: -20px;
}

.mod-grid.-step {
  margin-left: -49px;
}
.mod-grid.-step > .cell > .inner {
  margin-left: 0;
  padding-left: 49px;
}
.mod-grid.-step > .cell > .inner:before {
  top: 0;
  bottom: 0;
  left: 9px;
}

img.posL {
  margin-left: 0;
}

.alt {
  position: relative;
  z-index: -10;
}

/*
Modal Cont
*/
#modalCont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#modalCont .include {
  width: 650px;
  margin: 0 auto;
}
#modalCont .include .movWrap {
  padding: 150px 0 0;
  text-align: center;
}
#modalCont .include .movWrap p.closeBtn {
  background: url('../../common/images/sprites/pc.png?2FsV') -56px 0 no-repeat;
  display: inline-block;
  width: 90px;
  height: 35px;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 20px auto 0;
}
#modalCont .include .movWrap p.closeBtn:hover {
  background-position: 0 -302px !important;
}
#modalCont .include .movWrap p.closeBtn a {
  display: block;
  height: 100%;
}

/* mod-grid.-narrowMargin
------------------------------------------------------- */
.mod-grid.-narrowMargin {
  margin-left: -20px;
  margin-bottom: -20px;
}
.mod-grid.-narrowMargin > .cell {
  margin-bottom: 20px;
}
.mod-grid.-narrowMargin > .cell > .inner {
  margin-left: 20px;
}
.mod-grid.-narrowMargin.-step {
  margin-left: -53px;
}
.mod-grid.-narrowMargin.-step > .cell > .inner {
  padding-left: 53px;
}
.mod-grid.-narrowMargin.-step > .cell > .inner:before {
  left: 20px/2;
}

/* 動画のフレーム
------------------------------------------------------- */
a.movie {
  margin-top: 12px;
  background: url('../../common/images/sprites/pc.png?2FsV') -260px -1248px no-repeat;
  display: inline-block;
  width: 260px;
  height: 233px;
  -webkit-box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
  -moz-box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
  box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
}
a.movie:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') -209px -1015px no-repeat;
  display: inline-block;
  width: 260px;
  height: 233px;
}

span.movie {
  margin-top: 12px;
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -1248px no-repeat;
  display: inline-block;
  width: 260px;
  height: 233px;
  -webkit-box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
  -moz-box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
  box-shadow: 0px 0px 6px 6px rgba(211, 180, 6, 0.2);
}

body#top .outline-header {
  background: transparent;
}
body#top .outline-header .outline-header-inner {
  height: auto;
}
body#top .outline-header .outline-header-inner .logo {
  *zoom: 1;
}
body#top .outline-header .outline-header-inner .logo:after {
  content: '';
  display: table;
  clear: both;
}
body#top .outline-header .outline-header-inner .logo .nintendo3ds {
  float: left;
}
body#top .outline-body-contents-main {
  width: 940px;
}
body#top .nav ul {
  *zoom: 1;
}
body#top .nav ul:after {
  content: '';
  display: table;
  clear: both;
}
body#top .nav ul li {
  margin-left: 4px;
}
body#top .nav ul li.nav_special_m {
  float: left;
}
body#top .nav ul li.nav_special_m a {
  background: url('../../common/images/sprites/pc.png?2FsV') -117px -889px no-repeat;
  display: inline-block;
  width: 209px;
  height: 123px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
body#top .nav ul li.nav_special_m a:hover {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -1015px no-repeat;
  display: inline-block;
  width: 209px;
  height: 123px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
body#top #bgSlider {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 633px;
  background: url(/ex/battletrozei/common/images/bgslider.png) top center;
}
body#top #bgSlider div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 647px;
  background: url(/ex/battletrozei/common/images/bgsliderPoke.png);
}
body#top .pageTop {
  display: none;
}
body#top .outline-footer #sns {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
}
body#top .topLogo {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -1481px no-repeat;
  display: block;
  width: 567px;
  height: 416px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 30px auto 0;
}
body#top .topContainer {
  *zoom: 1;
  width: 940px;
  margin: -3px auto 0;
}
body#top .topContainer:after {
  content: '';
  display: table;
  clear: both;
}
body#top .topContainer img {
  float: left;
  margin-top: 5px;
}
body#top .mod-article {
  padding-bottom: 0;
}
body#top .outline-body-aside {
  display: block;
  padding: 20px;
  background: #fff069 url(/ex/battletrozei/common/images/topAsideBg.jpg) left bottom repeat-x;
}
body#top .outline-body-aside .aside_content {
  width: 940px;
  margin: 10px auto 0;
  *zoom: 1;
}
body#top .outline-body-aside .aside_content:after {
  content: '';
  display: table;
  clear: both;
}
body#top .outline-body-aside .aside_content > a {
  float: left;
}
body#top .outline-body-aside .aside_content .spec {
  width: 940px;
  margin: 0 auto;
}
body#top .outline .outline-footer {
  margin-top: 75px;
}
body#top .floatL {
  float: left;
  margin-right: 20px;
}
body#top .goods a {
  background: url('../../common/images/sprites/pc.png?2FsV') -179px 0 no-repeat;
  display: block;
  width: 174px;
  height: 68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#howto .nav li.nav_howto a {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -536px no-repeat;
  display: block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h1.mod-headline {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -153px no-repeat;
  display: block;
  width: 938px;
  height: 68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h2.mod-headline.h2_01 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -101px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h2.mod-headline.h2_02 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -221px no-repeat;
  display: block;
  width: 939px;
  height: 86px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -33px no-repeat;
  display: block;
  width: 936px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -67px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto h3.mod-headline.h3_03 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 934px;
  height: 33px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#howto .mod-lead.lead01 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -395px no-repeat;
  display: block;
  width: 827px;
  height: 92px;
}
#howto .mod-lead.lead02 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -307px no-repeat;
  display: block;
  width: 823px;
  height: 88px;
}
#howto .mod-lead.lead03 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -487px no-repeat;
  display: block;
  width: 823px;
  height: 118px;
}
#howto .text01 {
  background: url('../../common/images/sprites/howto.png?2FsV') 0 -605px no-repeat;
  display: inline-block;
  width: 365px;
  height: 310px;
}

#combo .nav li.nav_combo a {
  background: url('../../common/images/sprites/pc.png?2FsV') -354px -185px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo h1.mod-headline {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -155px no-repeat;
  display: block;
  width: 938px;
  height: 74px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo h2.mod-headline.h2_01 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -103px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -68px no-repeat;
  display: block;
  width: 935px;
  height: 35px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 936px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo h3.mod-headline.h3_03 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -34px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#combo .mod-lead.lead01 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -343px no-repeat;
  display: block;
  width: 888px;
  height: 197px;
}
#combo .mod-lead.lead02 {
  background: url('../../common/images/sprites/combo.png?2FsV') 0 -229px no-repeat;
  display: block;
  width: 820px;
  height: 114px;
}

#koryaku .nav li.nav_koryaku a {
  background: url('../../common/images/sprites/pc.png?2FsV') -316px -419px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h1.mod-headline {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -586px no-repeat;
  display: block;
  width: 939px;
  height: 71px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h2.mod-headline.h2_01 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -198px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h2.mod-headline.h2_02 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -250px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h2.mod-headline.h2_03 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -302px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h2.mod-headline.h2_04 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -354px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -96px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -62px no-repeat;
  display: block;
  width: 935px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h3.mod-headline.h3_03 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -28px no-repeat;
  display: block;
  width: 935px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h3.mod-headline.h3_04 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -164px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku h3.mod-headline.h3_05 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -130px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#koryaku .mod-lead.lead01 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -657px no-repeat;
  display: block;
  width: 827px;
  height: 92px;
}
#koryaku .mod-lead.lead02 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -526px no-repeat;
  display: block;
  width: 826px;
  height: 60px;
}
#koryaku .mod-lead.lead03 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 604px;
  height: 28px;
}
#koryaku .mod-lead.lead04 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -466px no-repeat;
  display: block;
  width: 828px;
  height: 60px;
}
#koryaku .mod-lead.lead05 {
  background: url('../../common/images/sprites/koryaku.png?2FsV') 0 -406px no-repeat;
  display: block;
  width: 835px;
  height: 60px;
}

#tsushin .nav li.nav_tsushin a {
  background: url('../../common/images/sprites/pc.png?2FsV') -90px -302px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#tsushin h1.mod-headline {
  background: url('../../common/images/sprites/tsushin.png?2FsV') 0 -104px no-repeat;
  display: block;
  width: 939px;
  height: 69px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#tsushin h2.mod-headline.h2_01 {
  background: url('../../common/images/sprites/tsushin.png?2FsV') 0 -52px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#tsushin h2.mod-headline.h2_02 {
  background: url('../../common/images/sprites/tsushin.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#tsushin .mod-lead.lead01 {
  background: url('../../common/images/sprites/tsushin.png?2FsV') 0 -297px no-repeat;
  display: block;
  width: 820px;
  height: 144px;
}
#tsushin .mod-lead.lead02 {
  background: url('../../common/images/sprites/tsushin.png?2FsV') 0 -173px no-repeat;
  display: block;
  width: 827px;
  height: 124px;
}

#stage .nav li.nav_stage a {
  background: url('../../common/images/sprites/pc.png?2FsV') -198px -419px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#stage h1.mod-headline {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -154px no-repeat;
  display: block;
  width: 939px;
  height: 74px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#stage h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -68px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#stage h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -34px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#stage .mod-lead.lead01 {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -316px no-repeat;
  display: block;
  width: 829px;
  height: 124px;
}
#stage .mod-lead.lead02 {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -228px no-repeat;
  display: block;
  width: 806px;
  height: 88px;
}
#stage .mod-lead.lead03 {
  background: url('../../common/images/sprites/stage.png?2FsV') 0 -440px no-repeat;
  display: block;
  width: 829px;
  height: 148px;
}

#clear .nav li.nav_clear a {
  background: url('../../common/images/sprites/pc.png?2FsV') 0 -185px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h1.mod-headline {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -560px no-repeat;
  display: block;
  width: 938px;
  height: 106px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h2.mod-headline.h2_01 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -248px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h2.mod-headline.h2_02 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -300px no-repeat;
  display: block;
  width: 937px;
  height: 52px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -112px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -180px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h3.mod-headline.h3_03 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -146px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear h3.mod-headline.h3_04 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -214px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#clear .mod-lead.lead01 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -932px no-repeat;
  display: block;
  width: 831px;
  height: 156px;
}
#clear .mod-lead.lead02 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -784px no-repeat;
  display: block;
  width: 830px;
  height: 148px;
}
#clear .mod-lead.lead03 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -666px no-repeat;
  display: block;
  width: 828px;
  height: 118px;
}
#clear .mod-lead.lead04 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -352px no-repeat;
  display: block;
  width: 681px;
  height: 58px;
}
#clear .mod-lead.lead05 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -1088px no-repeat;
  display: block;
  width: 829px;
  height: 208px;
}
#clear .mod-lead.lead06 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -468px no-repeat;
  display: block;
  width: 831px;
  height: 92px;
}
#clear .text01 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -28px no-repeat;
  display: block;
  width: 507px;
  height: 28px;
}
#clear .text02 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -84px no-repeat;
  display: block;
  width: 450px;
  height: 28px;
}
#clear .text03 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -410px no-repeat;
  display: block;
  width: 622px;
  height: 58px;
}
#clear .text04 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 -56px no-repeat;
  display: block;
  width: 489px;
  height: 28px;
}
#clear .text05 {
  background: url('../../common/images/sprites/clear.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 554px;
  height: 28px;
}
#clear .text06 {
  background: url('../../common/images/sprites/clear.png?2FsV') -507px -28px no-repeat;
  display: block;
  width: 266px;
  height: 28px;
}
#clear .text07 {
  background: url('../../common/images/sprites/clear.png?2FsV') -554px 0 no-repeat;
  display: block;
  width: 378px;
  height: 28px;
}

#trick .nav li.nav_trick a {
  background: url('../../common/images/sprites/pc.png?2FsV') -236px -185px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h1.mod-headline {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -464px no-repeat;
  display: block;
  width: 939px;
  height: 68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_01 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -28px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_02 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -62px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_03 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -96px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_04 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -130px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_05 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -198px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick h3.mod-headline.h3_06 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -164px no-repeat;
  display: block;
  width: 934px;
  height: 34px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#trick .mod-lead.lead01 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 567px;
  height: 28px;
}
#trick .mod-lead.lead02 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -532px no-repeat;
  display: block;
  width: 830px;
  height: 88px;
}
#trick .mod-lead.lead03 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -232px no-repeat;
  display: block;
  width: 823px;
  height: 58px;
}
#trick .mod-lead.lead04 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -348px no-repeat;
  display: block;
  width: 792px;
  height: 58px;
}
#trick .mod-lead.lead05 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -406px no-repeat;
  display: block;
  width: 735px;
  height: 58px;
}
#trick .mod-lead.lead06 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -290px no-repeat;
  display: block;
  width: 819px;
  height: 58px;
}
#trick .mod-lead.lead07 {
  background: url('../../common/images/sprites/trick.png?2FsV') 0 -620px no-repeat;
  display: block;
  width: 829px;
  height: 88px;
}

#special_m .nav li.nav_special_m a {
  background: url('../../common/images/sprites/pc.png?2FsV') -236px -536px no-repeat;
  display: inline-block;
  width: 118px;
  height: 117px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#special_m.index h1.mod-headline {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 -371px no-repeat;
  display: block;
  width: 938px;
  height: 108px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#special_m.index .mod-lead.lead01 {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 0 no-repeat;
  display: block;
  width: 771px;
  height: 28px;
}
#special_m.vol01 h1.mod-headline {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 -269px no-repeat;
  display: block;
  width: 938px;
  height: 102px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#special_m.vol02 h1.mod-headline {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 -167px no-repeat;
  display: block;
  width: 938px;
  height: 102px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#special_m.vol03 h1.mod-headline {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 -65px no-repeat;
  display: block;
  width: 941px;
  height: 102px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#special_m #sns .text {
  display: block;
  width: 940px;
  position: relative;
  margin: auto;
}
#special_m #sns .text span {
  background: url('../../common/images/sprites/special_m.png?2FsV') 0 -28px no-repeat;
  display: block;
  width: 322px;
  height: 37px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  left: 600px;
}
