@charset "UTF-8";

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#colorbox{
  // position: fixed !important;
  // top: 50% !important;
  // left: 50% !important;
  // margin-top: -195px;
  // margin-left: -320px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
iframe{
  overflow: hidden;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  padding-bottom: 28px;
  overflow: hidden;
  background: #ccc;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

/*#cboxLoadingGraphic {*/
  /*background: url(img/loading.gif) no-repeat center center;*/
/*}*/

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  /*background: url(img/controls.png) no-repeat 0 0;*/
}

#cboxClose {
  border: 0;
  padding: 0 10px 0;
  margin: 0;
  overflow: visible;
  height: 28px;
  color: #666;
  text-align: right;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  background-color: #ccc;
}
#cboxClose:hover {
  color: #000;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #000;
}
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 960px;
  min-height: 745px;
}
.wrap.top {
  min-height: 925px;
}
.wrap.enemy {
  min-height: 800px;
}
.wrap.guide {
  min-height: 874px;
}
.wrap.operator,
.wrap.special-wallpaper {
  min-width: 1024px;
}
.wrap.special-info01 {
  min-height: 984px;
}
.wrap img.bg {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.wrap.top,
.wrap.guide,
.wrap.enemy,
.wrap.special {
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 84px;
}
.top header {
  position: fixed;
  top: -84px;
  left: 0;
}
header .inner {
  zoom: 1;
  height: 38px;
  background: #fff;
}
header .inner:before,
header .inner:after {
  content: "";
  display: table;
}
header .inner:after {
  clear: both;
}
header .inner .logo {
  float: left;
  margin-top: 11px;
  margin-left: 10px;
}
header .inner .opinion {
  float: right;
  margin-top: 11px;
  margin-right: 10px;
}
header nav {
  height: 46px;
  background-color: rgba(0,0,0,0.7);
}
header nav ul {
  zoom: 1;
  width: 960px;
  margin: 0 auto;
}
header nav ul:before,
header nav ul:after {
  content: "";
  display: table;
}
header nav ul:after {
  clear: both;
}
header nav ul li {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 27px;
}
header nav ul li a {
  display: block;
  height: 27px;
}
header nav ul li.nav-top {
  width: 53px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -513px;
  margin-left: -9px;
}
header nav ul li.nav-top:hover {
  width: 53px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -486px;
}
header nav ul li.nav-intro {
  width: 63px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -135px;
}
header nav ul li.nav-intro:hover {
  width: 63px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -108px;
}
header nav ul li.nav-story {
  width: 72px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -405px;
}
header nav ul li.nav-story:hover {
  width: 72px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -378px;
}
header nav ul li.nav-system {
  width: 100px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -459px;
}
header nav ul li.nav-system:hover {
  width: 100px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -432px;
}
header nav ul li.nav-operator {
  width: 88px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -243px;
  margin-left: 26px;
}
header nav ul li.nav-operator:hover {
  width: 88px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -216px;
}
header nav ul li.nav-enemy {
  width: 64px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -270px;
  margin-left: 27px;
}
header nav ul li.nav-enemy:hover {
  width: 64px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -27px;
}
header nav ul li.nav-product {
  width: 68px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -297px;
  margin-left: 26px;
}
header nav ul li.nav-product:hover {
  width: 68px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px 0px;
}
header nav ul li.nav-guide {
  width: 79px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -81px;
  margin-left: 27px;
}
header nav ul li.nav-guide:hover {
  width: 79px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -54px;
}
header nav ul li.nav-movie {
  width: 64px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -189px;
  margin-left: 28px;
}
header nav ul li.nav-movie:hover {
  width: 64px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -162px;
}
header nav ul li.nav-special {
  width: 75px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -351px;
  margin-left: 28px;
}
header nav ul li.nav-special:hover {
  width: 75px;
  height: 27px;
  background: url("img/nav.png?cb1dbba6eb") no-repeat;
  background-position: 0px -324px;
}
.contents {
  position: relative;
  height: 100%;
  min-height: 530px;
  margin: 83px auto 0;
}
.top  .top-bg {
  display: none;
}
.top  .contents {
  display: none;
  margin: 0;
}
.top  .contents .top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -344px;
  margin-left: -509px;
}
.top  .contents .release-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -73px;
  margin-left: -408px;
}
.top  .contents .update-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 2px;
  margin-left: -519px;
}
.top  .contents .update-banner a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 545px;
  height: 75px;
  background: url("../img/banner.png?f5a0c63ece") no-repeat;
  background-position: 0px -75px;
}
.top  .contents .update-banner a:hover {
  width: 545px;
  height: 75px;
  background: url("../img/banner.png?f5a0c63ece") no-repeat;
  background-position: 0px 0px;
}
.top  .contents .special-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 77px;
  margin-left: -543px;
}
.top  .contents .special-banner a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 294px;
  height: 226px;
  background: url("../img/banner.png?f5a0c63ece") no-repeat;
  background-position: 0px -802px;
}
.top  .contents .special-banner a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.top  .contents .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 271px;
  height: 211px;
  margin-top: 92px;
  margin-left: -242px;
  background: url("../img/top-movie-bg.png") 0 0 no-repeat;
  z-index: 1;
}
.top  .contents .movie .movie-title {
  position: absolute;
  top: 10px;
  left: 28px;
}
.top  .contents .movie a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.top  .contents .movie .movie-img {
  position: absolute;
  top: 47px;
  left: 17px;
}
.top  .contents .movie .play-button {
  position: absolute;
  top: 85px;
  left: 100px;
  cursor: pointer;
}
.top  .contents .guide-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -323px;
  margin-left: 344px;
}
.top  .contents .guide-banner a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 174px;
  height: 170px;
  background: url("../img/banner.png?f5a0c63ece") no-repeat;
  background-position: 0px -632px;
}
.top  .contents .guide-banner a:hover {
  width: 174px;
  height: 170px;
  background: url("../img/banner.png?f5a0c63ece") no-repeat;
  background-position: 0px -462px;
}
.top  .contents .operators-img {
  position: absolute;
  bottom: 103px;
  left: 50%;
  margin-left: -91px;
}
.news {
  position: absolute;
  bottom: -36px;
  left: 50%;
  z-index: 10;
  width: 956px;
  height: 36px;
  margin-left: -478px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/news-bg.png") 0 0 no-repeat;
}
.news p {
  margin-left: 314px;
}
.news p a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.intro  .contents {
  width: 1024px;
}
.intro  .contents .left {
  float: left;
}
.intro  .contents .right {
  float: right;
}
.intro  .contents .copy-1 {
  margin: 0 0 29px 57px;
  padding-top: 44px;
}
.intro  .contents .movie-box {
  margin: 0 auto 44px;
}
.intro  .contents .movie-box a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.intro  .contents .copy-2 {
  margin-left: 104px;
}
.intro  .contents .copy-3 {
  margin: -16px 0 0 69px;
}
.intro  .contents .copy-4 {
  margin: -15px 0 15px 251px;
}
.intro  .contents .feature {
  width: 982px;
  margin: 0 auto 62px;
}
.intro  .contents .feature .box {
  zoom: 1;
  height: 300px;
}
.intro  .contents .feature .box:before,
.intro  .contents .feature .box:after {
  content: "";
  display: table;
}
.intro  .contents .feature .box:after {
  clear: both;
}
.intro  .contents .feature .box .button a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 216px;
  height: 67px;
  background: url("../intro/img/button.png?cef420457e") no-repeat;
  background-position: 0px -67px;
}
.intro  .contents .feature .box .button a:hover {
  width: 216px;
  height: 67px;
  background: url("../intro/img/button.png?cef420457e") no-repeat;
  background-position: 0px 0px;
}
.intro  .contents .feature .box.box-1 {
  height: 333px;
  margin-bottom: 12px;
  background: url("../intro/img/intro-feature-1-bg.png") 0 0 no-repeat;
}
.intro  .contents .feature .box.box-1 .left .img {
  margin: 35px 0 0 5px;
}
.intro  .contents .feature .box.box-1 .right .copy {
  text-align: right;
  margin: 164px 0 9px;
}
.intro  .contents .feature .box.box-1 .right .button {
  margin-left: 258px;
}
.intro  .contents .feature .box.box-2 {
  height: 333px;
  margin-bottom: 45px;
  background: url("../intro/img/intro-feature-2-bg.png") 0 0 no-repeat;
}
.intro  .contents .feature .box.box-2 .left .copy {
  margin: 171px 0 7px 1px;
}
.intro  .contents .feature .box.box-2 .left .button {
  margin-left: 1px;
}
.intro  .contents .feature .box.box-2 .right .img {
  margin: 35px 4px 0 0;
}
.intro  .contents .feature .box.box-3 {
  text-align: right;
  background: url("../intro/img/intro-feature-3-bg.png") 0 0 no-repeat;
}
.intro  .contents .feature .box.box-3 .left .img {
  margin: 2px 0 0 5px;
}
.intro  .contents .feature .box.box-3 .right .copy {
  margin: 138px 0 10px;
}
.intro  .contents .feature .box.box-3 .right .button {
  margin-left: 267px;
}
.intro  .contents .product-box h2.title {
  margin: 0 0 8px 374px;
}
.intro  .contents,
.product  .contents {
  height: auto;
  padding-bottom: 15px;
}
.intro  .contents .product-box,
.product  .contents .product-box {
  width: 973px;
  margin: 0 auto;
}
.intro  .contents .product-box .left,
.product  .contents .product-box .left {
  float: left;
}
.intro  .contents .product-box .right,
.product  .contents .product-box .right {
  float: right;
}
.intro  .contents .product-box .inner,
.product  .contents .product-box .inner {
  width: 973px;
  height: 2500px;
  padding-top: 34px;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../common/img/product-bg.png") 0 0 no-repeat;
}
.intro  .contents .product-box .inner .top-box,
.product  .contents .product-box .inner .top-box {
  margin: 0 auto 10px;
  zoom: 1;
}
.intro  .contents .product-box .inner .top-box:before,
.product  .contents .product-box .inner .top-box:before,
.intro  .contents .product-box .inner .top-box:after,
.product  .contents .product-box .inner .top-box:after {
  content: "";
  display: table;
}
.intro  .contents .product-box .inner .top-box:after,
.product  .contents .product-box .inner .top-box:after {
  clear: both;
}
.intro  .contents .product-box .inner .top-box .left,
.product  .contents .product-box .inner .top-box .left {
  margin-top: 20px;
  margin-left: 61px;
  width: 392px;
  line-height: 1;
}
.intro  .contents .product-box .inner .top-box .right,
.product  .contents .product-box .inner .top-box .right {
  margin: 28px 0 0 0;
  width: 478px;
}
.intro  .contents .product-box .inner .top-box .right dt,
.product  .contents .product-box .inner .top-box .right dt {
  float: left;
  width: 138px;
  clear: both;
}
.intro  .contents .product-box .inner .top-box .right dd,
.product  .contents .product-box .inner .top-box .right dd {
  width: 262px;
  margin-left: 138px;
}
.intro  .contents .product-box .inner .top-box .right dt,
.product  .contents .product-box .inner .top-box .right dt {
  color: #ffd800;
  text-shadow: 0 0 5px rgba(255,130,31,0.49);
}
.intro  .contents .product-box .inner .top-box .right dd span,
.product  .contents .product-box .inner .top-box .right dd span {
  display: inline-block;
  width: 75px;
}
.intro  .contents .product-box .inner .order-button,
.product  .contents .product-box .inner .order-button {
  margin: 0 0 0 43px;
}
.intro  .contents .product-box .inner .order-button a,
.product  .contents .product-box .inner .order-button a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 889px;
  height: 102px;
  background: url("img/button.png?77db8b0333") no-repeat;
  background-position: 0px -300px;
}
.intro  .contents .product-box .inner .order-button a:hover,
.product  .contents .product-box .inner .order-button a:hover {
  width: 889px;
  height: 102px;
  background: url("img/button.png?77db8b0333") no-repeat;
  background-position: 0px -198px;
}
.intro  .contents .product-box .inner .trial-button,
.product  .contents .product-box .inner .trial-button {
  margin: -2px 0 11px 43px;
}
.intro  .contents .product-box .inner .trial-button a,
.product  .contents .product-box .inner .trial-button a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 889px;
  height: 102px;
  background: url("img/button.png?77db8b0333") no-repeat;
  background-position: 0px -504px;
}
.intro  .contents .product-box .inner .trial-button a:hover,
.product  .contents .product-box .inner .trial-button a:hover {
  width: 889px;
  height: 102px;
  background: url("img/button.png?77db8b0333") no-repeat;
  background-position: 0px -402px;
}
.intro  .contents .product-box .inner .first-privilege,
.product  .contents .product-box .inner .first-privilege {
  width: 860px;
  height: 727px;
  margin: 0 auto 20px;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../common/img/product-first-privilege-bg.png") 0 0 no-repeat;
}
.intro  .contents .product-box .inner .first-privilege h3.title,
.product  .contents .product-box .inner .first-privilege h3.title {
  margin: 0 0 19px 15px;
}
.intro  .contents .product-box .inner .first-privilege .copy,
.product  .contents .product-box .inner .first-privilege .copy {
  margin: 0 0 12px 40px;
}
.intro  .contents .product-box .inner .first-privilege .item,
.product  .contents .product-box .inner .first-privilege .item {
  zoom: 1;
}
.intro  .contents .product-box .inner .first-privilege .item:before,
.product  .contents .product-box .inner .first-privilege .item:before,
.intro  .contents .product-box .inner .first-privilege .item:after,
.product  .contents .product-box .inner .first-privilege .item:after {
  content: "";
  display: table;
}
.intro  .contents .product-box .inner .first-privilege .item:after,
.product  .contents .product-box .inner .first-privilege .item:after {
  clear: both;
}
.intro  .contents .product-box .inner .first-privilege .item .left img,
.product  .contents .product-box .inner .first-privilege .item .left img {
  margin: 0 0 0 -24px;
}
.intro  .contents .product-box .inner .first-privilege .item .left .item-notes,
.product  .contents .product-box .inner .first-privilege .item .left .item-notes {
  margin-top: -7px;
  margin-left: 49px;
  font-size: 11px;
}
.intro  .contents .product-box .inner .first-privilege .item .right,
.product  .contents .product-box .inner .first-privilege .item .right {
  float: left;
  margin: 19px 0 0 25px;
}
.intro  .contents .product-box .inner .first-privilege .item .right dt,
.product  .contents .product-box .inner .first-privilege .item .right dt {
  line-height: 1;
}
.intro  .contents .product-box .inner .first-privilege .item .right dt img,
.product  .contents .product-box .inner .first-privilege .item .right dt img {
  vertical-align: top;
}
.intro  .contents .product-box .inner .first-privilege .item .right dd,
.product  .contents .product-box .inner .first-privilege .item .right dd {
  margin-left: 49px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}
.intro  .contents .product-box .inner .privilege,
.product  .contents .product-box .inner .privilege {
  width: 860px;
  height: 858px;
  margin: 0 auto;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../common/img/product-privilege-bg.png") 0 0 no-repeat;
}
.intro  .contents .product-box .inner .privilege h3.title,
.product  .contents .product-box .inner .privilege h3.title {
  margin: 0 0 40px 15px;
}
.intro  .contents .product-box .inner .privilege .img-1,
.product  .contents .product-box .inner .privilege .img-1 {
  margin-left: 35px;
}
.intro  .contents .product-box .inner .privilege .img-2,
.product  .contents .product-box .inner .privilege .img-2 {
  margin: -17px 0 0 35px;
}
.intro  .contents .product-box .inner .privilege .product-notes,
.product  .contents .product-box .inner .privilege .product-notes {
  margin: -99px 0 0 50px;
  color: #fff;
  font-size: 11px;
}
.intro  .contents .movie-box,
.movie  .contents .movie-box {
  position: relative;
  width: 787px;
  height: 442px;
  background: url("../common/img/movie-bg.png") 0 0 no-repeat;
}
.intro  .contents .movie-box .movie-img,
.movie  .contents .movie-box .movie-img {
  position: absolute;
  top: 17px;
  left: 29px;
}
.intro  .contents .movie-box .play-button,
.movie  .contents .movie-box .play-button {
  position: absolute;
  top: 153px;
  left: 320px;
  cursor: pointer;
}
.operator {
  height: auto;
}
.operator  .contents {
  width: 1024px;
  padding-bottom: 162px;
}
.operator  .contents h1.title {
  margin-left: 386px;
  padding-top: 19px;
}
.operator  .contents .operator-area {
  margin-top: -10px;
  margin-bottom: 31px;
}
.operator  .contents .operator-area .arrow-left {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -534px;
  margin-top: -83px;
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -570px;
}
.operator  .contents .operator-area .arrow-left:hover {
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -422px;
}
.operator  .contents .operator-area .arrow-left.is-disabled {
  cursor: default;
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -496px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.operator  .contents .operator-area .arrow-left.is-disabled:hover {
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -496px;
}
.operator  .contents .operator-area .arrow-right {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 425px;
  margin-top: -83px;
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -792px;
}
.operator  .contents .operator-area .arrow-right:hover {
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -644px;
}
.operator  .contents .operator-area .arrow-right.is-disabled {
  cursor: default;
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -718px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.operator  .contents .operator-area .arrow-right.is-disabled:hover {
  width: 74px;
  height: 74px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -718px;
}
.operator  .contents .operator-area .operator-button-area {
  zoom: 1;
  width: 1086px;
  height: 446px;
  margin-left: -13px;
  margin-right: -36px;
  overflow: hidden;
}
.operator  .contents .operator-area .operator-button-area:before,
.operator  .contents .operator-area .operator-button-area:after {
  content: "";
  display: table;
}
.operator  .contents .operator-area .operator-button-area:after {
  clear: both;
}
.operator  .contents .operator-area .operator-button-area ul {
  zoom: 1;
  width: auto;
  height: 446px;
}
.operator  .contents .operator-area .operator-button-area ul:before,
.operator  .contents .operator-area .operator-button-area ul:after {
  content: "";
  display: table;
}
.operator  .contents .operator-area .operator-button-area ul:after {
  clear: both;
}
.operator  .contents .operator-area .operator-button-area ul li {
  position: relative;
  float: left;
  width: 1086px;
  height: 446px;
  margin-left: 13px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-1 {
  margin-top: 84px;
  margin-left: 5px;
  width: 251px;
  height: 269px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -5652px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-1:hover {
  width: 251px;
  height: 269px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -5921px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-2 {
  margin-left: 206px;
  margin-top: 25px;
  width: 298px;
  height: 257px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -2243px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-2:hover {
  width: 298px;
  height: 257px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -1986px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-3 {
  margin-top: 97px;
  margin-left: 500px;
  width: 253px;
  height: 269px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -5383px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-3:hover {
  width: 253px;
  height: 269px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -5114px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-4 {
  margin-top: 63px;
  margin-left: 762px;
  width: 239px;
  height: 262px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -4326px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-4:hover {
  width: 239px;
  height: 262px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -3540px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-5 {
  margin-left: 8px;
  margin-top: 18px;
  width: 248px;
  height: 263px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -4588px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-5:hover {
  width: 248px;
  height: 263px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -4851px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-6 {
  margin-top: 87px;
  margin-left: 247px;
  width: 258px;
  height: 249px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -727px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-6:hover {
  width: 258px;
  height: 249px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -478px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-7 {
  margin-left: 521px;
  margin-top: 26px;
  width: 305px;
  height: 260px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -3280px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-7:hover {
  width: 305px;
  height: 260px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -2500px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-8 {
  margin-top: 80px;
  margin-left: 769px;
  width: 239px;
  height: 287px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -8109px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-8:hover {
  width: 239px;
  height: 287px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -7822px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-9 {
  margin-left: -13px;
  margin-top: 21px;
  width: 302px;
  height: 253px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -1733px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-9:hover {
  width: 302px;
  height: 253px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -1480px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-10 {
  margin-top: 84px;
  margin-left: 272px;
  width: 249px;
  height: 272px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -6730px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-10:hover {
  width: 249px;
  height: 272px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -7002px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-11 {
  margin-left: 519px;
  margin-top: 36px;
  width: 279px;
  height: 252px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -1228px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-11:hover {
  width: 279px;
  height: 252px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -976px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-12 {
  margin-left: 768px;
  margin-top: 89px;
  width: 234px;
  height: 312px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -10226px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-12:hover {
  width: 234px;
  height: 312px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -9914px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-13 {
  margin-left: 24px;
  margin-top: 32px;
  width: 335px;
  height: 260px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -3020px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-13:hover {
  width: 335px;
  height: 260px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -2760px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-14 {
  margin-top: 127px;
  margin-left: 272px;
  width: 232px;
  height: 310px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -9292px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-14:hover {
  width: 232px;
  height: 310px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -8982px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-15 {
  margin-left: 520px;
  margin-top: 18px;
  width: 295px;
  height: 239px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -239px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-15:hover {
  width: 295px;
  height: 239px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px 0px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-16 {
  margin-top: 101px;
  margin-left: 757px;
  width: 244px;
  height: 274px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -7274px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-16:hover {
  width: 244px;
  height: 274px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -7548px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-17 {
  margin-left: 24px;
  margin-top: 0;
  width: 320px;
  height: 262px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -4064px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-17:hover {
  width: 320px;
  height: 262px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -3802px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-18 {
  margin-left: 272px;
  margin-top: 96px;
  width: 237px;
  height: 312px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -10538px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-18:hover {
  width: 237px;
  height: 312px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -9602px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-19 {
  margin-left: 520px;
  margin-top: 4px;
  width: 308px;
  height: 270px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -6460px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-19:hover {
  width: 308px;
  height: 270px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -6190px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-20 {
  margin-left: 756px;
  margin-top: 103px;
  width: 244px;
  height: 293px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -8396px;
}
.operator  .contents .operator-area .operator-button-area ul li .operator-button.operator-button-20:hover {
  width: 244px;
  height: 293px;
  background: url("../operator/img/operator.png?f7757f22b4") no-repeat;
  background-position: 0px -8689px;
}
.operator  .contents .episode-movie-area {
  position: relative;
}
.operator  .contents .episode-movie-area h2.title {
  margin-left: 376px;
  margin-bottom: 13px;
}
.operator  .contents .episode-movie-area .episode-movie-box {
  position: relative;
  width: 511px;
  height: 301px;
  margin-left: 256px;
  background: url("../movie/img/episode-movie-bg.png") 0 0 no-repeat;
}
.operator  .contents .episode-movie-area .episode-movie-box a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.operator  .contents .episode-movie-area .episode-movie-box .episode-movie-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.operator  .contents .episode-movie-area .episode-movie-box .episode-play-button {
  position: absolute;
  top: 120px;
  left: 225px;
  cursor: pointer;
}
.operator  .modal {
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -515px;
  width: 1024px;
  height: 740px;
  display: none;
}
.operator  .modal .inner {
  position: relative;
}
.operator  .modal .inner .title {
  margin: 0;
}
.operator  .modal .inner .modal-arrow-left {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 346px;
  left: 50px;
  width: 43px;
  height: 37px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -37px;
}
.operator  .modal .inner .modal-arrow-left:hover {
  width: 43px;
  height: 37px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px 0px;
}
.operator  .modal .inner .modal-arrow-right {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 345px;
  right: 50px;
  width: 43px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -113px;
}
.operator  .modal .inner .modal-arrow-right:hover {
  width: 43px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -74px;
}
.operator  .modal .inner .button {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 676px;
  left: 26px;
  width: 242px;
  height: 57px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -308px;
}
.operator  .modal .inner .button:hover {
  width: 242px;
  height: 57px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -365px;
}
.operator  .modal .inner .voice {
  position: absolute;
  top: 501px;
  right: 36px;
  zoom: 1;
  width: 228px;
  height: 52px;
  background: url("../operator/img/modal-operator-voice-bg.png") 0 0 no-repeat;
}
.operator  .modal .inner .voice:before,
.operator  .modal .inner .voice:after {
  content: "";
  display: table;
}
.operator  .modal .inner .voice:after {
  clear: both;
}
.operator  .modal .inner .voice p {
  float: left;
  margin: 13px 12px 0 41px;
}
.operator  .modal .inner .voice ul {
  zoom: 1;
  margin-top: 7px;
}
.operator  .modal .inner .voice ul:before,
.operator  .modal .inner .voice ul:after {
  content: "";
  display: table;
}
.operator  .modal .inner .voice ul:after {
  clear: both;
}
.operator  .modal .inner .voice ul li {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.operator  .modal .inner .voice ul li.button-1 {
  width: 38px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -269px;
}
.operator  .modal .inner .voice ul li.button-1:hover {
  width: 38px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -230px;
}
.operator  .modal .inner .voice ul li.button-2 {
  width: 38px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -152px;
}
.operator  .modal .inner .voice ul li.button-2:hover {
  width: 38px;
  height: 39px;
  background: url("../operator/img/button.png?a5f7130bf9") no-repeat;
  background-position: 0px -191px;
}
.operator  .modal.modal-operator-shino {
  background: url("../operator/img/modal-operator-shino-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-shino .title {
  position: absolute;
  top: 89px;
  left: 109px;
}
.operator  .modal.modal-operator-shino .profile {
  position: absolute;
  top: 90px;
  left: 179px;
}
.operator  .modal.modal-operator-shino .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-shino .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-shino .skill {
  position: absolute;
  top: 550px;
  left: 110px;
}
.operator  .modal.modal-operator-gernsback {
  background: url("../operator/img/modal-operator-gernsback-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-gernsback .title {
  position: absolute;
  top: 88px;
  left: 108px;
}
.operator  .modal.modal-operator-gernsback .profile {
  position: absolute;
  top: 90px;
  left: 337px;
}
.operator  .modal.modal-operator-gernsback .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-gernsback .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-gernsback .skill {
  position: absolute;
  top: 551px;
  left: 110px;
}
.operator  .modal.modal-operator-berry {
  background: url("../operator/img/modal-operator-berry-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-berry .title {
  position: absolute;
  top: 89px;
  left: 108px;
}
.operator  .modal.modal-operator-berry .profile {
  position: absolute;
  top: 90px;
  left: 216px;
}
.operator  .modal.modal-operator-berry .copy {
  position: absolute;
  top: 162px;
  left: 96px;
}
.operator  .modal.modal-operator-berry .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-berry .skill {
  position: absolute;
  top: 526px;
  left: 110px;
}
.operator  .modal.modal-operator-kicca {
  background: url("../operator/img/modal-operator-kicca-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-kicca .title {
  position: absolute;
  top: 90px;
  left: 110px;
}
.operator  .modal.modal-operator-kicca .profile {
  position: absolute;
  top: 90px;
  left: 212px;
}
.operator  .modal.modal-operator-kicca .copy {
  position: absolute;
  top: 160px;
  left: 97px;
}
.operator  .modal.modal-operator-kicca .text {
  position: absolute;
  top: 291px;
  left: 110px;
}
.operator  .modal.modal-operator-kicca .skill {
  position: absolute;
  top: 477px;
  left: 110px;
}
.operator  .modal.modal-operator-randall {
  background: url("../operator/img/modal-operator-randall-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-randall .title {
  position: absolute;
  top: 90px;
  left: 110px;
}
.operator  .modal.modal-operator-randall .profile {
  position: absolute;
  top: 90px;
  left: 271px;
}
.operator  .modal.modal-operator-randall .copy {
  position: absolute;
  top: 162px;
  left: 100px;
}
.operator  .modal.modal-operator-randall .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-randall .skill {
  position: absolute;
  top: 475px;
  left: 110px;
}
.operator  .modal.modal-operator-weatherall {
  background: url("../operator/img/modal-operator-weatherall-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-weatherall .title {
  position: absolute;
  top: 88px;
  left: 109px;
}
.operator  .modal.modal-operator-weatherall .profile {
  position: absolute;
  top: 90px;
  left: 299px;
}
.operator  .modal.modal-operator-weatherall .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-weatherall .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-weatherall .skill {
  position: absolute;
  top: 430px;
  left: 110px;
}
.operator  .modal.modal-operator-turing {
  background: url("../operator/img/modal-operator-turing-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-turing .title {
  position: absolute;
  top: 88px;
  left: 110px;
}
.operator  .modal.modal-operator-turing .profile {
  position: absolute;
  top: 90px;
  left: 296px;
}
.operator  .modal.modal-operator-turing .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-turing .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-turing .skill {
  position: absolute;
  top: 476px;
  left: 110px;
}
.operator  .modal.modal-operator-marybell {
  background: url("../operator/img/modal-operator-marybell-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-marybell .title {
  position: absolute;
  top: 89px;
  left: 109px;
}
.operator  .modal.modal-operator-marybell .profile {
  position: absolute;
  top: 90px;
  left: 277px;
}
.operator  .modal.modal-operator-marybell .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-marybell .text {
  position: absolute;
  top: 307px;
  left: 110px;
}
.operator  .modal.modal-operator-marybell .skill {
  position: absolute;
  top: 444px;
  left: 110px;
}
.operator  .modal.modal-operator-chandra {
  background: url("../operator/img/modal-operator-chandra-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-chandra .title {
  position: absolute;
  top: 89px;
  left: 109px;
}
.operator  .modal.modal-operator-chandra .profile {
  position: absolute;
  top: 90px;
  left: 266px;
}
.operator  .modal.modal-operator-chandra .copy {
  position: absolute;
  top: 164px;
  left: 97px;
}
.operator  .modal.modal-operator-chandra .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-chandra .skill {
  position: absolute;
  top: 229px;
  left: 110px;
}
.operator  .modal.modal-operator-ashlee {
  background: url("../operator/img/modal-operator-ashlee-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-ashlee .title {
  position: absolute;
  top: 89px;
  left: 110px;
}
.operator  .modal.modal-operator-ashlee .profile {
  position: absolute;
  top: 90px;
  left: 269px;
}
.operator  .modal.modal-operator-ashlee .copy {
  position: absolute;
  top: 162px;
  left: 99px;
}
.operator  .modal.modal-operator-ashlee .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-ashlee .skill {
  position: absolute;
  top: 476px;
  left: 110px;
}
.operator  .modal.modal-operator-hikache {
  background: url("../operator/img/modal-operator-hikache-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-hikache .title {
  position: absolute;
  top: 89px;
  left: 110px;
}
.operator  .modal.modal-operator-hikache .profile {
  position: absolute;
  top: 90px;
  left: 216px;
}
.operator  .modal.modal-operator-hikache .copy {
  position: absolute;
  top: 162px;
  left: 97px;
}
.operator  .modal.modal-operator-hikache .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-hikache .skill {
  position: absolute;
  top: 499px;
  left: 110px;
}
.operator  .modal.modal-operator-penrose {
  background: url("../operator/img/modal-operator-penrose-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-penrose .title {
  position: absolute;
  top: 88px;
  left: 109px;
}
.operator  .modal.modal-operator-penrose .profile {
  position: absolute;
  top: 90px;
  left: 280px;
}
.operator  .modal.modal-operator-penrose .copy {
  position: absolute;
  top: 162px;
  left: 98px;
}
.operator  .modal.modal-operator-penrose .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-penrose .skill {
  position: absolute;
  top: 455px;
  left: 110px;
}
.operator  .modal.modal-operator-neumann {
  background: url("../operator/img/modal-operator-neumann-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-neumann .title {
  position: absolute;
  top: 89px;
  left: 108px;
}
.operator  .modal.modal-operator-neumann .profile {
  position: absolute;
  top: 90px;
  left: 248px;
}
.operator  .modal.modal-operator-neumann .copy {
  position: absolute;
  top: 164px;
  left: 98px;
}
.operator  .modal.modal-operator-neumann .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-neumann .skill {
  position: absolute;
  top: 229px;
  left: 110px;
}
.operator  .modal.modal-operator-keeyo {
  background: url("../operator/img/modal-operator-keeyo-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-keeyo .title {
  position: absolute;
  top: 90px;
  left: 110px;
}
.operator  .modal.modal-operator-keeyo .profile {
  position: absolute;
  top: 90px;
  left: 211px;
}
.operator  .modal.modal-operator-keeyo .copy {
  position: absolute;
  top: 162px;
  left: 99px;
}
.operator  .modal.modal-operator-keeyo .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-keeyo .skill {
  position: absolute;
  top: 455px;
  left: 110px;
}
.operator  .modal.modal-operator-monaley {
  background: url("../operator/img/modal-operator-monaley-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-monaley .title {
  position: absolute;
  top: 90px;
  left: 110px;
}
.operator  .modal.modal-operator-monaley .profile {
  position: absolute;
  top: 90px;
  left: 241px;
}
.operator  .modal.modal-operator-monaley .copy {
  position: absolute;
  top: 163px;
  left: 99px;
}
.operator  .modal.modal-operator-monaley .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-monaley .skill {
  position: absolute;
  top: 475px;
  left: 110px;
}
.operator  .modal.modal-operator-tycho {
  background: url("../operator/img/modal-operator-tycho-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-tycho .title {
  position: absolute;
  top: 91px;
  left: 110px;
}
.operator  .modal.modal-operator-tycho .profile {
  position: absolute;
  top: 90px;
  left: 211px;
}
.operator  .modal.modal-operator-tycho .copy {
  position: absolute;
  top: 162px;
  left: 97px;
}
.operator  .modal.modal-operator-tycho .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-tycho .skill {
  position: absolute;
  top: 501px;
  left: 110px;
}
.operator  .modal.modal-operator-lovelock {
  background: url("../operator/img/modal-operator-lovelock-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-lovelock .title {
  position: absolute;
  top: 88px;
  left: 110px;
}
.operator  .modal.modal-operator-lovelock .profile {
  position: absolute;
  top: 90px;
  left: 267px;
}
.operator  .modal.modal-operator-lovelock .copy {
  position: absolute;
  top: 162px;
  left: 99px;
}
.operator  .modal.modal-operator-lovelock .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-lovelock .skill {
  position: absolute;
  top: 430px;
  left: 110px;
}
.operator  .modal.modal-operator-towa {
  background: url("../operator/img/modal-operator-towa-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-towa .title {
  position: absolute;
  top: 90px;
  left: 110px;
}
.operator  .modal.modal-operator-towa .profile {
  position: absolute;
  top: 90px;
  left: 210px;
}
.operator  .modal.modal-operator-towa .copy {
  position: absolute;
  top: 162px;
  left: 99px;
}
.operator  .modal.modal-operator-towa .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-towa .skill {
  position: absolute;
  top: 480px;
  left: 110px;
}
.operator  .modal.modal-operator-tarkov {
  background: url("../operator/img/modal-operator-tarkov-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-tarkov .title {
  position: absolute;
  top: 89px;
  left: 110px;
}
.operator  .modal.modal-operator-tarkov .profile {
  position: absolute;
  top: 90px;
  left: 244px;
}
.operator  .modal.modal-operator-tarkov .copy {
  position: absolute;
  top: 162px;
  left: 100px;
}
.operator  .modal.modal-operator-tarkov .text {
  position: absolute;
  top: 265px;
  left: 110px;
}
.operator  .modal.modal-operator-tarkov .skill {
  position: absolute;
  top: 501px;
  left: 110px;
}
.operator  .modal.modal-operator-chisa {
  background: url("../operator/img/modal-operator-chisa-bg.png") 0 0 no-repeat;
}
.operator  .modal.modal-operator-chisa .title {
  position: absolute;
  top: 89px;
  left: 110px;
}
.operator  .modal.modal-operator-chisa .profile {
  position: absolute;
  top: 90px;
  left: 186px;
}
.operator  .modal.modal-operator-chisa .copy {
  position: absolute;
  top: 162px;
  left: 100px;
}
.operator  .modal.modal-operator-chisa .text {
  position: absolute;
  top: 264px;
  left: 110px;
}
.operator  .modal.modal-operator-chisa .skill {
  position: absolute;
  top: 505px;
  left: 110px;
}
.product  .contents .product-box h1.title {
  margin: 0 0 6px 393px;
  padding-top: 19px;
}
.movie {
  height: auto;
}
.movie  .contents {
  width: 1024px;
  padding-bottom: 5px;
}
.movie  .contents .acquire-movie-area {
  margin-bottom: 32px;
  padding-top: 19px;
}
.movie  .contents .acquire-movie-area .title {
  margin-left: 288px;
  margin-bottom: 45px;
}
.movie  .contents .acquire-movie-area .box-warp {
  margin-left: 30px;
  zoom: 1;
}
.movie  .contents .acquire-movie-area .box-warp:before,
.movie  .contents .acquire-movie-area .box-warp:after {
  content: "";
  display: table;
}
.movie  .contents .acquire-movie-area .box-warp:after {
  clear: both;
}
.movie  .contents .acquire-movie-area .box-warp .box {
  float: left;
  width: 466px;
}
.movie  .contents .acquire-movie-area .box-warp .box .acquire-movie {
  position: relative;
  width: 466px;
  height: 291px;
  background: url("../movie/img/acquire-movie-bg.png") 0 0 no-repeat;
}
.movie  .contents .acquire-movie-area .box-warp .box .acquire-movie .acquire-movie-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.movie  .contents .acquire-movie-area .box-warp .box .acquire-movie .acquire-play-button {
  position: absolute;
  top: 105px;
  left: 193px;
  cursor: pointer;
}
.movie  .contents .acquire-movie-area .box-warp .box .acquire-movie a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.movie  .contents .acquire-movie-area .box-warp .box h2 {
  margin-top: -3px;
}
.movie  .contents .acquire-movie-area .box-warp .box.box-1 {
  margin-right: 33px;
}
.movie  .contents .promotion-movie-area .title {
  margin-left: 306px;
  margin-bottom: 9px;
}
.movie  .contents .promotion-movie-area .movie-box {
  margin-left: 119px;
  margin-bottom: 8px;
}
.movie  .contents .promotion-movie-area .movie-box a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.movie  .contents .promotion-movie-area .copy {
  margin-left: 242px;
  margin-bottom: 37px;
}
.movie  .contents .episode-movie-area {
  margin-bottom: 47px;
}
.movie  .contents .episode-movie-area .title {
  margin-left: 376px;
  margin-bottom: 13px;
  padding: 0;
}
.movie  .contents .episode-movie-area .episode-movie-box {
  position: relative;
  width: 511px;
  height: 301px;
  margin-left: 256px;
  background: url("../movie/img/episode-movie-bg.png") 0 0 no-repeat;
}
.movie  .contents .episode-movie-area .episode-movie-box a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.movie  .contents .episode-movie-area .episode-movie-box .episode-movie-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.movie  .contents .episode-movie-area .episode-movie-box .episode-play-button {
  position: absolute;
  top: 120px;
  left: 225px;
  cursor: pointer;
}
.movie  .contents .system-movie-area .title {
  margin-left: 345px;
  margin-bottom: 13px;
  padding: 0;
}
.movie  .contents .system-movie-area .box-warp {
  margin-left: 30px;
  zoom: 1;
}
.movie  .contents .system-movie-area .box-warp:before,
.movie  .contents .system-movie-area .box-warp:after {
  content: "";
  display: table;
}
.movie  .contents .system-movie-area .box-warp:after {
  clear: both;
}
.movie  .contents .system-movie-area .box-warp .box {
  float: left;
  width: 231px;
  margin-right: 13px;
  margin-bottom: 15px;
}
.movie  .contents .system-movie-area .box-warp .box .system-movie {
  position: relative;
  width: 231px;
  height: 151px;
  background: url("../movie/img/system-movie-bg.png") 0 0 no-repeat;
}
.movie  .contents .system-movie-area .box-warp .box .system-movie .system-movie-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.movie  .contents .system-movie-area .box-warp .box .system-movie .system-play-button {
  position: absolute;
  top: 45px;
  left: 85px;
  cursor: pointer;
}
.movie  .contents .system-movie-area .box-warp .box .system-movie a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.movie  .contents .system-movie-area .box-warp .box h2 {
  margin-top: -4px;
}
.guide  .contents {
  width: 960px;
}
.guide  .contents .title {
  padding-top: 18px;
  margin-left: 371px;
  margin-bottom: 21px;
}
.guide  .contents .guide-list {
  zoom: 1;
}
.guide  .contents .guide-list:before,
.guide  .contents .guide-list:after {
  content: "";
  display: table;
}
.guide  .contents .guide-list:after {
  clear: both;
}
.guide  .contents .guide-list .box {
  float: left;
  width: 170px;
  height: 195px;
  margin-right: 28px;
}
.guide  .contents .guide-list .box.box1,
.guide  .contents .guide-list .box.box3,
.guide  .contents .guide-list .box.box6,
.guide  .contents .guide-list .box.box8,
.guide  .contents .guide-list .box.box11,
.guide  .contents .guide-list .box.box13 {
  margin-right: 28px;
}
.guide  .contents .guide-list .box.box5,
.guide  .contents .guide-list .box.box10,
.guide  .contents .guide-list .box.box15 {
  margin-right: 0;
}
.guide  .contents .guide-list .box.box2,
.guide  .contents .guide-list .box.box4,
.guide  .contents .guide-list .box.box7,
.guide  .contents .guide-list .box.box9,
.guide  .contents .guide-list .box.box12,
.guide  .contents .guide-list .box.box14 {
  margin-right: 27px;
}
.guide  .contents .guide-list .box .box-contents {
  height: 130px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url("../guide/img/guide-box-bg.png") 0 0 no-repeat;
}
.guide  .contents .guide-list .box .box-contents .img {
  margin-bottom: 10px;
}
.guide  .contents .guide-list .box .box-contents .name {
  margin-bottom: 13px;
  color: #f6a759;
  font-size: 11px;
}
.guide  .contents .guide-list .box .box-contents ul {
  zoom: 1;
  margin-left: 10px;
}
.guide  .contents .guide-list .box .box-contents ul:before,
.guide  .contents .guide-list .box .box-contents ul:after {
  content: "";
  display: table;
}
.guide  .contents .guide-list .box .box-contents ul:after {
  clear: both;
}
.guide  .contents .guide-list .box .box-contents ul li {
  float: left;
  margin-right: 6px;
}
.guide  .contents .guide-list .box .box-contents ul li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.guide  .contents .guide-list .box .box-contents ul li.ps3 a {
  width: 72px;
  height: 24px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -24px;
}
.guide  .contents .guide-list .box .box-contents ul li.ps3 a:hover {
  width: 72px;
  height: 24px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px 0px;
}
.guide  .contents .guide-list .box .box-contents ul li.vita a {
  width: 72px;
  height: 24px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -72px;
}
.guide  .contents .guide-list .box .box-contents ul li.vita a:hover {
  width: 72px;
  height: 24px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -48px;
}
.guide  .contents .guide-list .box .tokuten-button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 120%;
  margin: -7px 0 0 -15px;
  cursor: pointer;
  width: 201px;
  height: 62px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -290px;
}
.guide  .contents .guide-list .box .tokuten-button:hover {
  width: 201px;
  height: 62px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -228px;
}
.guide  .modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.7);
}
.guide  .modal .modal-overlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.guide  .modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -250px;
  width: 660px;
  height: 500px;
  background: #000;
  border: 1px solid #f6a759;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.guide  .modal .modal-content {
  position: relative;
  zoom: 1;
}
.guide  .modal .modal-content:before,
.guide  .modal .modal-content:after {
  content: "";
  display: table;
}
.guide  .modal .modal-content:after {
  clear: both;
}
.guide  .modal .modal-content .viewport {
  overflow: hidden;
}
.guide  .modal .modal-content .close-button {
  position: absolute;
  top: -22px;
  right: 1px;
  cursor: pointer;
}
.guide  .modal .modal-content .modal-arrow-left.is-disabled,
.guide  .modal .modal-content .modal-arrow-right.is-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: default;
}
.guide  .modal .modal-content .modal-arrow-left {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 211px;
  left: 7px;
  width: 38px;
  height: 33px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -195px;
}
.guide  .modal .modal-content .modal-arrow-left:hover {
  width: 38px;
  height: 33px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -162px;
}
.guide  .modal .modal-content .modal-arrow-right {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 211px;
  right: 7px;
  width: 38px;
  height: 33px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -129px;
}
.guide  .modal .modal-content .modal-arrow-right:hover {
  width: 38px;
  height: 33px;
  background: url("../guide/img/button.png?1e585de574") no-repeat;
  background-position: 0px -96px;
}
.guide  .modal.modal-amazon .viewport {
  height: 500px;
}
.guide  .modal.modal-amazon .box {
  float: left;
  width: 660px;
  height: 500px;
}
.guide  .modal.modal-amazon .box .img {
  margin: 71px 0 31px 55px;
}
.guide  .modal.modal-amazon .box .name {
  margin-left: 120px;
}
.guide  .modal.modal-amiami .box .img {
  margin: 55px 0 26px 55px;
}
.guide  .modal.modal-amiami .box .name {
  margin-left: 242px;
}
.guide  .modal.modal-imagine .box .img {
  margin: 29px 0 13px 194px;
}
.guide  .modal.modal-imagine .box .name {
  margin-left: 128px;
}
.guide  .modal.modal-joshin .box .img {
  margin: 55px 0 25px 55px;
}
.guide  .modal.modal-joshin .box .name {
  margin-left: 184px;
}
.guide  .modal.modal-neowing .box .img {
  margin: 55px 0 25px 55px;
}
.guide  .modal.modal-neowing .box .name {
  margin-left: 128px;
}
.story  .contents {
  width: 1024px;
  height: auto;
  margin-bottom: -29px;
  background: url("../story/img/story-bg-mid.png") 0 738px no-repeat;
}
.story  .contents .story-1 {
  padding-top: 45px;
}
.story  .contents .story-1 .title {
  margin: 0 0 0 365px;
}
.story  .contents .story-1 .copy {
  margin: -29px 0 0 111px;
}
.story  .contents .story-1 .img {
  margin: -22px 0 0 254px;
}
.story  .contents .story-2 {
  margin-left: 69px;
}
.story  .contents .story-3 {
  margin: -44px 0 12px;
}
.story  .contents .story-3 .copy {
  margin: 0 0 11px 125px;
}
.story  .contents .story-3 .img {
  margin: 0 0 0 254px;
}
.story  .contents .story-4 {
  padding-bottom: 51px;
  background: url("../story/img/story-bg-bottom.png") 0 bottom no-repeat;
}
.story  .contents .story-4 .copy {
  margin: 0 0 0 219px;
}
.story  .contents .story-4 .img {
  margin: -17px 0 0 119px;
}
.enemy  .title {
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -83px;
}
.enemy  .button-area {
  position: absolute;
  top: 97px;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
}
.enemy  .button-area ul {
  zoom: 1;
  margin-left: 27px;
}
.enemy  .button-area ul:before,
.enemy  .button-area ul:after {
  content: "";
  display: table;
}
.enemy  .button-area ul:after {
  clear: both;
}
.enemy  .button-area li {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-right: 22px;
  margin-bottom: 18px;
}
.enemy  .button-area li.enemy-button-1 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1198px;
}
.enemy  .button-area li.enemy-button-1:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2100px;
}
.enemy  .button-area li.enemy-button-2 {
  margin-right: 24px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -870px;
}
.enemy  .button-area li.enemy-button-2:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -788px;
}
.enemy  .button-area li.enemy-button-3 {
  margin-right: 21px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1034px;
}
.enemy  .button-area li.enemy-button-3:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -952px;
}
.enemy  .button-area li.enemy-button-4 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2510px;
}
.enemy  .button-area li.enemy-button-4:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1116px;
}
.enemy  .button-area li.enemy-button-5 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1362px;
}
.enemy  .button-area li.enemy-button-5:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1280px;
}
.enemy  .button-area li.enemy-button-6 {
  margin-right: 24px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1526px;
}
.enemy  .button-area li.enemy-button-6:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1444px;
}
.enemy  .button-area li.enemy-button-7 {
  margin-right: 21px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1690px;
}
.enemy  .button-area li.enemy-button-7:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1608px;
}
.enemy  .button-area li.enemy-button-8 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1854px;
}
.enemy  .button-area li.enemy-button-8:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1772px;
}
.enemy  .button-area li.enemy-button-9 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2018px;
}
.enemy  .button-area li.enemy-button-9:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -1936px;
}
.enemy  .button-area li.enemy-button-10 {
  margin-right: 24px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2264px;
}
.enemy  .button-area li.enemy-button-10:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2182px;
}
.enemy  .button-area li.enemy-button-11 {
  margin-right: 21px;
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2428px;
}
.enemy  .button-area li.enemy-button-11:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -2346px;
}
.enemy  .button-area li.enemy-button-12 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -378px;
}
.enemy  .button-area li.enemy-button-12:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -296px;
}
.enemy  .button-area li.enemy-button-13 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -542px;
}
.enemy  .button-area li.enemy-button-13:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -460px;
}
.enemy  .button-area li.enemy-button-14 {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -706px;
}
.enemy  .button-area li.enemy-button-14:hover {
  width: 226px;
  height: 82px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -624px;
}
.enemy  .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -358px;
  width: 1200px;
  height: 541px;
  display: none;
}
.enemy  .modal .inner {
  position: relative;
}
.enemy  .modal .inner .title {
  margin: 0;
  position: absolute;
  top: 159px;
  left: 687px;
}
.enemy  .modal .inner .text {
  position: absolute;
  top: 260px;
  left: 599px;
}
.enemy  .modal .inner .modal-arrow-left {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 290px;
  left: 138px;
  width: 43px;
  height: 37px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -37px;
}
.enemy  .modal .inner .modal-arrow-left:hover {
  width: 43px;
  height: 37px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px 0px;
}
.enemy  .modal .inner .modal-arrow-right {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 290px;
  right: 138px;
  width: 43px;
  height: 39px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -113px;
}
.enemy  .modal .inner .modal-arrow-right:hover {
  width: 43px;
  height: 39px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -74px;
}
.enemy  .modal .inner .button {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 389px;
  left: 585px;
  width: 259px;
  height: 72px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -152px;
}
.enemy  .modal .inner .button:hover {
  width: 259px;
  height: 72px;
  background: url("../enemy/img/button.png?f031116462") no-repeat;
  background-position: 0px -224px;
}
.enemy  .modal.modal-enemy-1 {
  background: url("../enemy/img/modal-enemy-1-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-2 {
  background: url("../enemy/img/modal-enemy-2-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-3 {
  background: url("../enemy/img/modal-enemy-3-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-4 {
  background: url("../enemy/img/modal-enemy-4-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-5 {
  background: url("../enemy/img/modal-enemy-5-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-6 {
  background: url("../enemy/img/modal-enemy-6-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-7 {
  background: url("../enemy/img/modal-enemy-7-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-8 {
  background: url("../enemy/img/modal-enemy-8-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-9 {
  background: url("../enemy/img/modal-enemy-9-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-10 {
  background: url("../enemy/img/modal-enemy-10-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-11 {
  background: url("../enemy/img/modal-enemy-11-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-12 {
  background: url("../enemy/img/modal-enemy-12-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-13 {
  background: url("../enemy/img/modal-enemy-13-bg.png") 0 0 no-repeat;
}
.enemy  .modal.modal-enemy-14 {
  background: url("../enemy/img/modal-enemy-14-bg.png") 0 0 no-repeat;
}
.system  .contents {
  width: 1024px;
  height: auto;
  padding-bottom: 14px;
  overflow: hidden;
}
.system  .contents h1.title {
  margin: 0 0 16px 335px;
  padding-top: 45px;
}
.system  .contents .flow-area {
  margin-bottom: 40px;
  background: url("../system/img/flow-bg.png") 154px 271px no-repeat;
}
.system  .contents .flow-area h2.title {
  position: relative;
  z-index: 1;
}
.system  .contents .flow-area .slide-area-wrap {
  position: relative;
  width: 425px;
  height: 245px;
  padding: 12px 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../system/img/flow-slide-bg.png") 0 0 no-repeat;
}
.system  .contents .flow-area .slide-area-wrap .slide-area {
  width: 401px;
  height: 223px;
}
.system  .contents .flow-area .slide-area-wrap .slide-area ul {
  width: 401px;
  height: 223px;
  overflow: hidden;
  position: relative;
}
.system  .contents .flow-area .slide-area-wrap .slide-area ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.system  .contents .flow-area .slide-area-wrap .slide-area ul li:nth-child(n+2) {
  display: none;
}
.system  .contents .flow-area .flow-nav {
  margin-top: -2px;
}
.system  .contents .flow-area .flow-nav ul {
  zoom: 1;
}
.system  .contents .flow-area .flow-nav ul:before,
.system  .contents .flow-area .flow-nav ul:after {
  content: "";
  display: table;
}
.system  .contents .flow-area .flow-nav ul:after {
  clear: both;
}
.system  .contents .flow-area .flow-nav ul li {
  float: left;
  margin-left: -11px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.system  .contents .flow-area .flow-nav ul li a {
  display: block;
  height: 88px;
  cursor: pointer;
}
.system  .contents .flow-area .flow-geigeki {
  margin-left: 247px;
  margin-bottom: 7px;
}
.system  .contents .flow-area .flow-geigeki .slide-area-wrap {
  margin-top: -75px;
  margin-left: 52px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav {
  margin-left: 49px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li {
  cursor: pointer;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-1 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -704px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-1:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -88px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-2 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -264px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-2:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -176px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-3 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -440px;
}
.system  .contents .flow-area .flow-geigeki .flow-nav ul li.nav-3:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -352px;
}
.system  .contents .flow-area .flow-area-bottom {
  zoom: 1;
  margin-left: 18px;
}
.system  .contents .flow-area .flow-area-bottom:before,
.system  .contents .flow-area .flow-area-bottom:after {
  content: "";
  display: table;
}
.system  .contents .flow-area .flow-area-bottom:after {
  clear: both;
}
.system  .contents .flow-area .flow-toshi {
  float: left;
  margin-right: 81px;
}
.system  .contents .flow-area .flow-toshi h2.title {
  margin-left: 4px;
}
.system  .contents .flow-area .flow-toshi .slide-area-wrap {
  margin-top: -54px;
  margin-left: 14px;
}
.system  .contents .flow-area .flow-toshi .flow-nav {
  margin-left: 10px;
}
.system  .contents .flow-area .flow-toshi .flow-nav ul li.nav-1 {
  width: 233px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -1144px;
  cursor: pointer;
}
.system  .contents .flow-area .flow-toshi .flow-nav ul li.nav-1:hover {
  width: 233px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -1056px;
}
.system  .contents .flow-area .flow-toshi .flow-nav ul li.nav-2 {
  width: 233px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -1320px;
  cursor: pointer;
}
.system  .contents .flow-area .flow-toshi .flow-nav ul li.nav-2:hover {
  width: 233px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -1232px;
}
.system  .contents .flow-area .flow-syouri {
  float: left;
}
.system  .contents .flow-area .flow-syouri h2.title {
  margin-left: 5px;
}
.system  .contents .flow-area .flow-syouri .slide-area-wrap {
  margin-top: -54px;
  margin-left: 13px;
}
.system  .contents .flow-area .flow-syouri .flow-nav {
  margin-left: 11px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li {
  cursor: pointer;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-1 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -616px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-1:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -528px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-2 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -792px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-2:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px 0px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-3 {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -968px;
}
.system  .contents .flow-area .flow-syouri .flow-nav ul li.nav-3:hover {
  width: 159px;
  height: 88px;
  background: url("../system/img/nav-button.png?87606f3709") no-repeat;
  background-position: 0px -880px;
}
.system  .contents .detail-area .section-wrap {
  position: relative;
  zoom: 1;
}
.system  .contents .detail-area .section-wrap:before,
.system  .contents .detail-area .section-wrap:after {
  content: "";
  display: table;
}
.system  .contents .detail-area .section-wrap:after {
  clear: both;
}
.system  .contents .detail-area h3.title {
  margin-left: 21px;
  margin-bottom: 1px;
}
.system  .contents .detail-area .content {
  position: relative;
  width: 975px;
  height: 516px;
  margin-left: 25px;
  margin-bottom: -6px;
}
.system  .contents .detail-area .content .text {
  position: absolute;
  top: 45px;
  left: 45px;
}
.system  .contents .detail-area .content .movie {
  position: absolute;
  top: 258px;
  left: 52px;
  width: 351px;
  height: 211px;
  background: url("../system/img/detail-movie-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area .content .movie .movie-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.system  .contents .detail-area .content .movie .play-button {
  position: absolute;
  top: 60px;
  left: 130px;
}
.system  .contents .detail-area .content .movie a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.system  .contents .detail-area .content .zoom {
  position: absolute;
  top: 278px;
  left: 52px;
  width: 331px;
  height: 191px;
  cursor: pointer;
  background: url("../system/img/detail-zoom-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area .content .zoom .zoom-img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.system  .contents .detail-area .content .zoom .zoom-button {
  position: absolute;
  top: 50px;
  left: 130px;
}
.system  .contents .detail-area .content .zoom a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.system  .contents .detail-area section {
  position: relative;
  float: left;
}
.system  .contents .detail-area #detail-geigeki-1 .content {
  background: url("../system/img/detail-geigeki-1-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-geigeki-2 .content {
  background: url("../system/img/detail-geigeki-2-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-geigeki-3 .content {
  background: url("../system/img/detail-geigeki-3-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-toshi-1 .content {
  background: url("../system/img/detail-toshi-1-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-toshi-2 .content {
  background: url("../system/img/detail-toshi-2-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-syouri-1 .content {
  background: url("../system/img/detail-syouri-1-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-syouri-2 .content {
  background: url("../system/img/detail-syouri-2-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area #detail-syouri-3 .content {
  background: url("../system/img/detail-syouri-3-bg.png") 0 0 no-repeat;
}
.system  .contents .detail-area .next-button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-left: 718px;
  margin-top: -6px;
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -624px;
}
.system  .contents .detail-area .next-button.is-next-button-0 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -234px;
}
.system  .contents .detail-area .next-button.is-next-button-0:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -156px;
}
.system  .contents .detail-area .next-button.is-next-button-1 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -390px;
}
.system  .contents .detail-area .next-button.is-next-button-1:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -312px;
}
.system  .contents .detail-area .next-button.is-next-button-2 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -546px;
}
.system  .contents .detail-area .next-button.is-next-button-2:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -468px;
}
.system  .contents .detail-area .next-button.is-next-button-3 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -702px;
}
.system  .contents .detail-area .next-button.is-next-button-3:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px 0px;
}
.system  .contents .detail-area .next-button.is-next-button-4 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -858px;
}
.system  .contents .detail-area .next-button.is-next-button-4:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -780px;
}
.system  .contents .detail-area .next-button.is-next-button-5 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -1014px;
}
.system  .contents .detail-area .next-button.is-next-button-5:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -936px;
}
.system  .contents .detail-area .next-button.is-next-button-6 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -1170px;
}
.system  .contents .detail-area .next-button.is-next-button-6:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -1092px;
}
.system  .contents .detail-area .next-button.is-next-button-7 {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -624px;
}
.system  .contents .detail-area .next-button.is-next-button-7:hover {
  width: 289px;
  height: 78px;
  background: url("../system/img/next-button.png?fcb95862cc") no-repeat;
  background-position: 0px -78px;
}
.special  .contents {
  margin: 83px auto 0;
  width: 960px;
}
.special  .contents h1.title {
  margin-bottom: 10px;
  padding-top: 18px;
  text-align: center;
}
.special  .contents .banners ul {
  zoom: 1;
}
.special  .contents .banners ul:before,
.special  .contents .banners ul:after {
  content: "";
  display: table;
}
.special  .contents .banners ul:after {
  clear: both;
}
.special  .contents .banners ul li {
  float: left;
  margin-bottom: 3px;
}
.special  .contents .banners ul li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special  .contents .banners ul li.banner-1 {
  margin-left: 39px;
  background: url("../special/img/special-banner-1-bg.png") 0 0 no-repeat;
}
.special  .contents .banners ul li.banner-1 a {
  width: 276px;
  height: 171px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px 0px;
}
.special  .contents .banners ul li.banner-1 a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.special  .contents .banners ul li.banner-2 {
  margin-left: 32px;
  background: url("../special/img/special-banner-2-bg.png") 0 0 no-repeat;
}
.special  .contents .banners ul li.banner-2 a {
  width: 271px;
  height: 171px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -171px;
}
.special  .contents .banners ul li.banner-2 a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.special  .contents .banners ul li.banner-3 {
  margin-left: 34px;
  background: url("../special/img/special-banner-3-bg.png") 0 0 no-repeat;
}
.special  .contents .banners ul li.banner-3 a {
  width: 273px;
  height: 171px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -342px;
}
.special  .contents .banners ul li.banner-3 a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.special  .contents .banners ul li.banner-4 {
  margin-left: 33px;
}
.special  .contents .banners ul li.banner-4 a {
  width: 280px;
  height: 182px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -1051px;
}
.special  .contents .banners ul li.banner-4 a:hover {
  width: 280px;
  height: 182px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -869px;
}
.special  .contents .banners ul li.banner-5 {
  margin-top: 4px;
  margin-left: 34px;
}
.special  .contents .banners ul li.banner-5 a {
  width: 271px;
  height: 178px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -691px;
}
.special  .contents .banners ul li.banner-5 a:hover {
  width: 271px;
  height: 178px;
  background: url("../special/img/banner.png?f49142c38a") no-repeat;
  background-position: 0px -513px;
}
.special  .contents .twitter-banner {
  margin-left: 119px;
}
.special  .contents .twitter-banner a {
  display: block;
  width: 721px;
  height: 271px;
  background: url("../special/img/special-buttons.png?c0b3def145") no-repeat;
  background-position: 0px -475px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special  .contents .twitter-banner a:hover {
  width: 721px;
  height: 271px;
  background: url("../special/img/special-buttons.png?c0b3def145") no-repeat;
  background-position: 0px -204px;
}
.special-info01 {
  height: auto;
}
.special-info01  .contents {
  margin: 93px auto 0;
  width: 800px;
  padding-bottom: 123px;
}
.special-info01  .contents .title {
  margin-bottom: 20px;
}
.special-info01  .contents h2 {
  text-align: left;
  color: #ffba00;
  margin-bottom: 10px;
}
.special-info01  .contents .special-info-text {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}
.special-trial {
  height: auto;
}
.special-trial  .contents {
  padding-bottom: 148px;
}
.special-trial  .contents .title {
  margin-bottom: 0;
  padding-top: 19px;
  text-align: center;
}
.special-trial  .contents .special-logo {
  margin: -17px 0 33px;
  text-align: center;
}
.special-trial  .contents .unit-2column {
  zoom: 1;
  margin: 0 65px 48px 73px;
  width: 822px;
}
.special-trial  .contents .unit-2column:before,
.special-trial  .contents .unit-2column:after {
  content: "";
  display: table;
}
.special-trial  .contents .unit-2column:after {
  clear: both;
}
.special-trial  .contents .unit-2column .unit-left {
  float: left;
  width: 315px;
  margin-top: 3px;
}
.special-trial  .contents .unit-2column .unit-right {
  float: right;
  width: 479px;
}
.special-trial  .contents .unit-2column .unit-right .special-download-button {
  margin-top: 4px;
}
.special-trial  .contents .unit-2column .unit-right .special-download-button a {
  display: block;
  width: 479px;
  height: 102px;
  background: url("../special/img/special-buttons.png?c0b3def145") no-repeat;
  background-position: 0px 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special-trial  .contents .unit-2column .unit-right .special-download-button a:hover {
  width: 479px;
  height: 102px;
  background: url("../special/img/special-buttons.png?c0b3def145") no-repeat;
  background-position: 0px -102px;
}
.special-trial  .contents .unit-2column .unit-right .notes {
  margin-left: 14px;
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
}
.special-trial  .contents .present {
  background: url("../special/trial/img/special-background-1.png") 0 0 no-repeat;
  color: #fff;
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 38px;
  font-size: 10px;
}
.special-trial  .contents .present a {
  color: #ffd800;
  font-size: 15px;
}
.special-trial  .contents .present h3 {
  text-align: center;
  padding-top: 41px;
}
.special-trial  .contents .present-unit-2column {
  margin-bottom: 10px;
  padding: 0 35px 30px 35px;
  zoom: 1;
}
.special-trial  .contents .present-unit-2column:before,
.special-trial  .contents .present-unit-2column:after {
  content: "";
  display: table;
}
.special-trial  .contents .present-unit-2column:after {
  clear: both;
}
.special-trial  .contents .present-unit-2column .present-unit-left {
  float: left;
  width: 361px;
}
.special-trial  .contents .present-unit-2column .present-unit-left img {
  margin-left: -59px;
}
.special-trial  .contents .present-unit-2column .present-unit-right {
  float: right;
  padding-top: 36px;
  width: 354px;
}
.special-trial  .contents .present-unit-2column .present-unit-right .present-unit-text {
  padding: 15px 0 55px 10px;
}
.special-trial  .contents .present-unit-2column .present-unit-right .present-unit-link {
  padding-left: 10px;
}
.special-trial  .contents .twitter-banner {
  margin-bottom: 19px;
}
.special-trial  .contents .close-message {
  margin-left: 182px;
}
.special-twitter {
  height: auto;
}
.special-twitter  .contents {
  color: #fff;
  padding-bottom: 169px;
}
.special-twitter  .contents h1.title {
  margin-left: 197px;
  margin-bottom: 19px;
  padding-top: 19px;
  text-align: left;
}
.special-twitter  .contents .intro {
  margin-bottom: 5px;
}
.special-twitter  .contents .intro .title {
  margin: 0 0 9px 251px;
}
.special-twitter  .contents .intro .img {
  margin-left: 95px;
}
.special-twitter  .contents .intro .date {
  margin: -4px 0 0 95px;
}
.special-twitter  .contents .intro .text {
  margin: -5px 0 0 -2px;
}
.special-twitter  .contents section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../special/twitter/img/twitter-sec-bg.png") 0 0 repeat;
  border: 1px solid #744122;
}
.special-twitter  .contents section img {
  vertical-align: bottom;
}
.special-twitter  .contents section .notes {
  margin-left: 28px;
  font-size: 14px;
  line-height: 1.8;
}
.special-twitter  .contents .entry {
  margin-bottom: 20px;
  padding-top: 43px;
  padding-bottom: 48px;
}
.special-twitter  .contents .entry .title {
  margin: 0 0 42px 44px;
}
.special-twitter  .contents .entry .section-content {
  width: 860px;
  margin: 0 auto;
}
.special-twitter  .contents .entry .section-content .step-content {
  zoom: 1;
}
.special-twitter  .contents .entry .section-content .step-content:before,
.special-twitter  .contents .entry .section-content .step-content:after {
  content: "";
  display: table;
}
.special-twitter  .contents .entry .section-content .step-content:after {
  clear: both;
}
.special-twitter  .contents .entry .section-content .step-1 {
  margin-bottom: 20px;
}
.special-twitter  .contents .entry .section-content .step-1 .step-content {
  width: 860px;
  height: 116px;
  background: url("../special/twitter/img/twitter-entry-step-bg.png") 0 0 no-repeat;
}
.special-twitter  .contents .entry .section-content .step-1 .step-content p {
  float: left;
  margin: 39px 0 0 30px;
}
.special-twitter  .contents .entry .section-content .step-1 .step-content .module-button {
  float: right;
  margin: 34px 30px 0 0;
}
.special-twitter  .contents .entry .section-content .step-2 {
  margin-bottom: 30px;
}
.special-twitter  .contents .entry .section-content .step-3 .step-content {
  padding: 39px 0 37px;
  background-color: rgba(0,0,0,0.3);
  border: 2px solid #eb9624;
  border-top: none;
}
.special-twitter  .contents .entry .section-content .step-3 .step-content .text {
  margin-left: 27px;
}
.special-twitter  .contents .entry .section-content .step-3 .step-content .img {
  margin: -3px 0 24px 112px;
}
.special-twitter  .contents .item {
  margin-bottom: 20px;
  padding-top: 42px;
  padding-bottom: 39px;
}
.special-twitter  .contents .item .title {
  margin: 0 0 43px 44px;
}
.special-twitter  .contents .item .section-content {
  width: 860px;
  margin: 0 auto;
}
.special-twitter  .contents .item .section-content .box-content {
  background-color: rgba(0,0,0,0.3);
  border: 2px solid #eb9624;
  border-top: none;
}
.special-twitter  .contents .item .section-content .box-1 {
  margin-bottom: 20px;
}
.special-twitter  .contents .item .section-content .box-1 .box-content {
  padding-top: 31px;
  padding-bottom: 31px;
}
.special-twitter  .contents .item .section-content .box-1 .box-content .text {
  margin-left: 17px;
  margin-bottom: 11px;
}
.special-twitter  .contents .item .section-content .box-2 {
  margin-bottom: 11px;
}
.special-twitter  .contents .item .section-content .box-2 .box-content {
  padding-top: 39px;
  padding-bottom: 42px;
}
.special-twitter  .contents .item .section-content .box-2 .box-content .text {
  margin-left: 27px;
}
.special-twitter  .contents .shipment {
  margin-bottom: 38px;
  padding-top: 43px;
}
.special-twitter  .contents .shipment .title {
  margin: 0 0 0 44px;
}
.special-twitter  .contents .shipment .section-content {
  margin-top: -11px;
  padding-top: 41px;
  padding-bottom: 54px;
  min-height: 269px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../special/twitter/img/twitter-shipment-img.png") 674px bottom no-repeat;
}
.special-twitter  .contents .shipment .section-content p {
  margin-left: 50px;
}
.special-twitter  .contents .shipment .section-content p.text {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 2.1;
}
.special-twitter  .contents .shipment .section-content p.text span {
  color: #55acee;
}
.special-twitter  .contents .next-edition {
  margin-bottom: 19px;
}
.special-twitter  .contents .next-edition .copy {
  margin-left: 25px;
  margin-bottom: 29px;
}
.special-twitter  .contents .next-edition .button {
  margin-left: 76px;
}
.special-twitter  .contents .next-edition .button a {
  display: block;
  width: 765px;
  height: 241px;
  background: url("../special/twitter/img/button.png?f20d74a7da") no-repeat;
  background-position: 0px -241px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special-twitter  .contents .next-edition .button a:hover {
  width: 765px;
  height: 241px;
  background: url("../special/twitter/img/button.png?f20d74a7da") no-repeat;
  background-position: 0px 0px;
}
.special-twitter  .contents .close-message {
  margin-left: 182px;
  margin-bottom: 30px;
}
.special-twitter  .contents .attention {
  font-size: 14px;
  line-height: 2;
}
.special-twitter  .contents .attention ul ul {
  margin-left: 34px;
}
.special-twitter  .contents .attention ul li a {
  color: #ffd701;
}
.special-twitter-1  .contents .entry .section-content .step-2 .step-content {
  width: 860px;
  height: 116px;
  background: url("../special/twitter/img/twitter-entry-step-bg.png") 0 0 no-repeat;
}
.special-twitter-1  .contents .entry .section-content .step-2 .step-content p {
  float: left;
  margin: 39px 0 0 30px;
}
.special-twitter-1  .contents .entry .section-content .step-2 .step-content .download-button {
  float: right;
  margin: 12px 15px 0 0;
}
.special-twitter-1  .contents .entry .section-content .step-2 .step-content .download-button a {
  display: block;
  width: 243px;
  height: 72px;
  background: url("../special/twitter/img/download-button.png?dfa80cea72") no-repeat;
  background-position: 0px -72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special-twitter-1  .contents .entry .section-content .step-2 .step-content .download-button a:hover {
  width: 243px;
  height: 72px;
  background: url("../special/twitter/img/download-button.png?dfa80cea72") no-repeat;
  background-position: 0px 0px;
}
.special-twitter-1  .contents .entry .section-content .step-3 .step-content .notes {
  letter-spacing: -1px;
}
.special-twitter-2  .contents h1.title {
  margin-bottom: 12px;
}
.special-twitter-2  .contents .intro {
  margin-bottom: 0;
}
.special-twitter-2  .contents .intro .date {
  margin: -2px 0 0 95px;
}
.special-twitter-2  .contents .intro .text {
  margin: -11px 0 0 32px;
}
.special-twitter-2  .contents .entry {
  margin-top: -5px;
  padding-bottom: 21px;
}
.special-twitter-2  .contents .entry .section-content .step-1 {
  margin-bottom: 19px;
}
.special-twitter-2  .contents .entry .section-content .step-1 .step-content {
  background: url("../special/twitter/img/twitter-2-entry-step-1-bg.png") 0 0 no-repeat;
}
.special-twitter-2  .contents .entry .section-content .step-2 .step-content {
  padding: 38px 0 33px;
  background: rgba(0,0,0,0.3);
  border: 2px solid #ffd701;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-twitter-2  .contents .entry .section-content .step-2 .step-content .text {
  margin-left: 27px;
  margin-bottom: 31px;
}
.special-twitter-2  .contents .entry .section-content .step-2 .step-content .img {
  margin-left: 214px;
}
.special-twitter-2  .contents .entry .section-content .step-2 .step-content .notes {
  margin-top: -43px;
  padding-left: 1em;
  text-indent: -1em;
}
.special-twitter-2  .contents .item {
  padding-bottom: 50px;
}
.special-twitter-2  .contents .item .title {
  margin-bottom: 41px;
}
.special-twitter-2  .contents .item .section-content .box-content {
  padding: 39px 0 32px;
  border: 2px solid #ffd701;
  border-top: none;
}
.special-twitter-2  .contents .item .section-content .box-content .text {
  margin-left: 28px;
  margin-bottom: 27px;
}
.special-twitter-2  .contents .shipment {
  margin-bottom: 13px;
}
.special-twitter-2  .contents .shipment .section-content {
  padding-top: 45px;
  padding-bottom: 52px;
  background: url("../special/twitter/img/twitter-2-shipment-img.png") 606px bottom no-repeat;
}
.special-twitter-2  .contents .next-edition .button {
  margin-left: 68px;
}
.special-twitter-2  .contents .next-edition .button a {
  width: 773px;
  height: 271px;
  background: url("../special/twitter/img/button.png?f20d74a7da") no-repeat;
  background-position: 0px -753px;
}
.special-twitter-2  .contents .next-edition .button a:hover {
  width: 773px;
  height: 271px;
  background: url("../special/twitter/img/button.png?f20d74a7da") no-repeat;
  background-position: 0px -482px;
}
.special-wallpaper {
  height: auto;
}
.special-wallpaper  .contents {
  color: #fff;
  width: 1024px;
  padding-bottom: 135px;
}
.special-wallpaper  .contents h1.title {
  margin-left: 90px;
  margin-bottom: 30px;
  padding-top: 16px;
  text-align: left;
}
.special-wallpaper  .contents .section-container {
  zoom: 1;
  margin-left: 2px;
}
.special-wallpaper  .contents .section-container:before,
.special-wallpaper  .contents .section-container:after {
  content: "";
  display: table;
}
.special-wallpaper  .contents .section-container:after {
  clear: both;
}
.special-wallpaper  .contents .section-container section {
  float: left;
  width: 490px;
  margin-left: 20px;
  margin-bottom: 7px;
}
.special-wallpaper  .contents .section-container section .title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special-wallpaper  .contents .section-container section .title a {
  display: block;
  width: 460px;
  height: 43px;
}
.special-wallpaper  .contents .section-container section.section-1 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -43px;
}
.special-wallpaper  .contents .section-container section.section-2 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -516px;
}
.special-wallpaper  .contents .section-container section.section-3 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -602px;
}
.special-wallpaper  .contents .section-container section.section-4 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -645px;
}
.special-wallpaper  .contents .section-container section.section-5 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -688px;
}
.special-wallpaper  .contents .section-container section.section-6 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -731px;
}
.special-wallpaper  .contents .section-container section.section-7 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -774px;
}
.special-wallpaper  .contents .section-container section.section-8 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -817px;
}
.special-wallpaper  .contents .section-container section.section-9 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -860px;
}
.special-wallpaper  .contents .section-container section.section-10 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -430px;
}
.special-wallpaper  .contents .section-container section.section-11 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -86px;
}
.special-wallpaper  .contents .section-container section.section-12 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -129px;
}
.special-wallpaper  .contents .section-container section.section-13 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -172px;
}
.special-wallpaper  .contents .section-container section.section-14 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -215px;
}
.special-wallpaper  .contents .section-container section.section-15 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -258px;
}
.special-wallpaper  .contents .section-container section.section-16 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -301px;
}
.special-wallpaper  .contents .section-container section.section-17 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -344px;
}
.special-wallpaper  .contents .section-container section.section-18 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px 0px;
}
.special-wallpaper  .contents .section-container section.section-18 .title:hover {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -387px;
}
.special-wallpaper  .contents .section-container section.section-19 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -473px;
}
.special-wallpaper  .contents .section-container section.section-20 .title {
  width: 460px;
  height: 43px;
  background: url("../special/wallpaper/img/title.png?1883050980") no-repeat;
  background-position: 0px -559px;
}
.special-wallpaper  .contents .section-container section .section-content {
  zoom: 1;
  margin-left: 3px;
}
.special-wallpaper  .contents .section-container section .section-content:before,
.special-wallpaper  .contents .section-container section .section-content:after {
  content: "";
  display: table;
}
.special-wallpaper  .contents .section-container section .section-content:after {
  clear: both;
}
.special-wallpaper  .contents .section-container section .section-content .box {
  float: left;
  margin-right: 3px;
  margin-bottom: 22px;
}
.special-wallpaper  .contents .section-container section .section-content .box:last-child {
  margin: 0;
}
.special-wallpaper  .contents .section-container section .section-content .box p.download-button {
  margin-left: 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.special-wallpaper  .contents .section-container section .section-content .box p.download-button a {
  display: block;
  width: 100px;
  height: 24px;
  background: url("../special/wallpaper/img/button.png?bbb7c97005") no-repeat;
  background-position: 0px -24px;
}
.special-wallpaper  .contents .section-container section .section-content .box p.download-button a:hover {
  width: 100px;
  height: 24px;
  background: url("../special/wallpaper/img/button.png?bbb7c97005") no-repeat;
  background-position: 0px 0px;
}
.pc_download-button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pc_download-button a {
  display: block;
  width: 355px;
  height: 34px;
  background: url("../special/wallpaper/img/pc_button.png") no-repeat;
  background-position: 0px -34px;
}
.pc_download-button a:hover {
  width: 355px;
  height: 34px;
  background: url("../special/wallpaper/img/pc_button.png") no-repeat;
  background-position: 0px 0px;
}
.special-download {
  height: auto;
}
.special-download  .contents {
  color: #fff;
  width: 960px;
  padding-bottom: 170px;
}
.special-download  .contents h1.title {
  margin-left: 260px;
  margin-bottom: 19px;
  padding-top: 18px;
  text-align: left;
}
.special-download  .contents .set {
  margin-bottom: 25px;
  zoom: 1;
  width: 800px;
  height: 344px;
  margin: 0 auto 20px;
}
.special-download  .contents .set:before,
.special-download  .contents .set:after {
  content: "";
  display: table;
}
.special-download  .contents .set:after {
  clear: both;
}
.special-download  .contents .set.set-a {
  background: url("../special/download/img/download-1-bg.png") 0 0 no-repeat;
}
.special-download  .contents .set.set-b {
  background: url("../special/download/img/download-2-bg.png") 0 0 no-repeat;
}
.special-download  .contents .set.set-c {
  margin-bottom: 50px;
  background: url("../special/download/img/download-3-bg.png") 0 0 no-repeat;
}
.special-download  .contents .set .left {
  float: left;
  margin: 36px 0 0 53px;
}
.special-download  .contents .set .right {
  float: right;
  width: 448px;
  margin: 58px 0 0 0;
}
.special-download  .contents .set .right h2 {
  margin-bottom: 38px;
}
.special-download  .contents .set .right .item {
  margin-left: 2px;
}
.special-download  .contents .set .right .item dd {
  margin-top: -2px;
  margin-left: 49px;
  margin-bottom: 16px;
  font-size: 14px;
}
.special-download  .contents .attention {
  font-size: 14px;
  line-height: 2;
}
.special-download  .contents .attention li p.date {
  text-indent: -2em;
  padding-left: 2em;
}
.special-download  .contents .attention li p.notes {
  text-indent: -1em;
  padding-left: 1em;
}
.update {
  height: auto;
}
.update  .contents {
  width: 800px;
  padding-bottom: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}
.update  .contents h1.title {
  margin-left: 118px;
  margin-bottom: 13px;
  padding-top: 26px;
}
.update  .contents .intro-text p {
  margin-bottom: 30px;
}
.update  .contents .flow h2 {
  color: #ffd800;
}
.update  .contents .flow .flow-ps3 {
  margin-bottom: 62px;
}
.update  .contents .flow .flow-ps3 .img {
  margin-top: 33px;
  text-align: center;
}
.update  .contents .flow .flow-vita {
  margin-bottom: 63px;
}
.update  .contents .flow .flow-vita .img-1 {
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.update  .contents .flow .flow-vita .img-2 {
  text-align: center;
}
.update  .contents .attention p.heading {
  color: #ffd800;
}
.update  .contents .attention li {
  margin-bottom: 30px;
}
.zoom-modal {
  display: none;
}
footer {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 132px;
  min-width: 1024px;
  background: url("../common/img/footer-bg.png") center top no-repeat;
}
.top footer {
  position: absolute;
  bottom: -141px;
}
.operator footer,
.guide footer,
.enemy footer,
.special footer {
  position: absolute;
  bottom: 0;
}
footer .inner {
  position: relative;
  width: 1060px;
  height: 122px;
  margin: 0 auto;
}
footer .inner .cero-logo {
  position: absolute;
  top: 59px;
  left: 0;
}
footer .inner .ps3-logo {
  position: absolute;
  top: 75px;
  left: 47px;
}
footer .inner .ps-text {
  position: absolute;
  top: 73px;
  left: 400px;
}
footer .inner .acquire-logo {
  position: absolute;
  top: 59px;
  left: 750px;
}
footer .inner .copyright {
  position: absolute;
  top: 73px;
  left: 800px;
}
footer .inner .sns {
  position: absolute;
  top: 66px;
  right: 0;
}
@media all and (min-width: 1200px) {
  .wrap img.bg {
    width: 100%;
    margin-left: -50%;
  }
}
@media all and (max-height: 745px) {
  .top .contents .copy {
    top: 0;
    margin-top: -13px !important;
  }
  .top .contents .img {
    top: 0;
    margin-top: 224px !important;
  }
}
@media all and (max-height: 850px) {
  .operator .contents .arrow-left,
  .operator .contents .arrow-right {
    top: 210px;
    margin-top: 0;
  }
  .operator .contents .operator-button-area {
    top: 0;
    margin-top: 0;
  }
  .enemy .modal {
    top: 84px !important;
    margin-top: 0;
  }
}
.google-tag iframe {
  display: none;
}
.sp .top .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sp .top .top-bg {
  display: block;
  position: absolute;
  top: 50%;
  height: 645px;
  margin-top: -337px;
}
.loading {
  background: #000 url("../common/img/loading.gif") center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

/*# sourceMappingURL=../common/style.css.map */