@charset "UTF-8";
/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  color: #999;
  text-decoration: none;
  outline: none;
  border: none;
}
a:focus {
  outline: none;
}

/*======================================================== */
/*  CLASS STYLES */
/*======================================================== */
.clearfix:after, .slider-wrap ul:after {
  content: "";
  clear: both;
  display: block;
}

.container {
  width: 960px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.container h2 {
  text-align: center;
}
.container h2 img {
  display: block;
  margin: 0 auto;
}
.container .text-box {
  text-align: center;
  line-height: 2em;
}

.topics-path {
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.topics-path ul li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  margin-right: 0.5em;
}
.topics-path ul li:after {
  position: absolute;
  right: 0;
  content: ">";
  display: inline-block;
}
.topics-path ul li:last-child:after {
  display: none;
}

.sub-navi {
  background: rgba(46, 73, 120, 0.7);
  font-size: 14px;
  font-family: "Playfair Display SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.sub-navi ul {
  text-align: center;
  padding: 7px;
  font-size: 0;
}
.sub-navi ul li {
  display: inline-block;
  border-left: 1px solid #5f7498;
}
.sub-navi ul li:last-child {
  border-right: 1px solid #5f7498;
}
.sub-navi ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 26px;
  color: #bdc1c8;
  position: relative;
}
.sub-navi ul li a:hover {
  color: #fff;
}
.sub-navi ul li a.current {
  color: #fff;
}
.sub-navi ul li a.current:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-top: 8px solid #293b5a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0 solid transparent;
}
@elses {
  .sub-navi ul li a.current:after {
    width: 100%;
  }
}
.page-title {
  padding: 22px 48px 0 38px;
}

.slider-wrap ul {
  text-align: center;
}
.slider-wrap ul li {
  float: left;
  display: block;
  margin: 0 2px;
}

.ex,
.ex-red {
  width: 800px;
  margin: 0 auto;
}
.ex li,
.ex-red li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 6px;
  font-size: 12px;
}

.ex-red li {
  color: #900;
}

.shares {
  margin: 20px auto 50px;
}
.shares .share-btns {
  text-align: center;
}
.shares .share-btns li {
  display: inline-block;
  margin: 0 20px;
}

.information-box {
  width: 720px;
  margin: 0 auto;
  background: url(/assets/images/infobox-middle.png) repeat-y;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 22px;
  padding-bottom: 10px;
}
.information-box .caption-imageheader {
  text-align: center;
  margin-bottom: 20px;
}
.information-box .caption-header {
  text-align: center;
  color: #88c5e2;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.information-box .caption-text {
  color: #fff;
  font-size: 14px;
  margin: 0 50px;
  line-height: 24px;
  margin-bottom: 40px;
}
.information-box .caption-text.center {
  text-align: center;
}

.information-box:before {
  width: 720px;
  margin: 0 auto;
  display: block;
  content: "";
  height: 20px;
  background: url(/assets/images/infobox-top.png) no-repeat;
  position: absolute;
  top: -20px;
}

.information-box:after {
  width: 720px;
  margin: 0 auto;
  display: block;
  content: "";
  height: 20px;
  background: url(/assets/images/infobox-bottom.png) no-repeat;
  position: absolute;
  bottom: -20px;
}

.imageheader {
  text-align: center;
}

.section-inner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.inview-marker, .anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -100000;
}

.noborder {
  border: none;
  outline: none;
}

.back_to_top {
  text-align: center;
}

.wait {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  z-index: 10002;
  box-sizing: border-box;
  display: none;
}
.wait .wait-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: fixed;
  text-align: center;
  padding-top: 16px;
  width: 250px;
  height: 34px;
  background-color: #333;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  top: 40%;
  left: 50%;
  margin-left: -100px;
}

@media (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 999px) {
  body {
    overflow-x: auto;
  }
}
.contents-container {
  width: 1020px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}

.btn-center {
  text-align: center;
}

/*======================================================== */
/*  ID STYLES */
/*======================================================== */
html {
  overflow: auto;
}

body {
  background: #0D151D;
  min-width: 1020px;
  overflow-x: hidden;
  position: relative;
}

#site-header {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  z-index: 8000;
}
#site-header .fixcenter {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
#site-header .fixcenter .logo-second {
  position: absolute;
  top: 0;
  left: -40px;
}
#site-header nav {
  position: relative;
  z-index: 100;
}
#site-header nav ul {
  font-size: 0px;
  position: relative;
  text-align: center;
}
#site-header nav ul > li {
  display: inline-block;
  position: relative;
  margin-top: 17px;
  margin-right: 21px;
}
#site-header nav ul > li a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#site-header nav ul > li .hide {
  position: absolute;
  top: -17px;
  left: -30px;
  z-index: 1;
  display: inline-block;
  opacity: 0;
}
#site-header nav ul > li.current .hide {
  opacity: 1;
}
#site-header nav ul li.nav-home .hide {
  left: -38px;
}
#site-header nav ul li.nav-world .hide {
  left: -38px;
}
#site-header nav ul li.nav-gameguide .hide {
  left: -19px;
}
#site-header nav ul li.nav-cards .hide {
  left: -38px;
}
#site-header nav ul li.nav-event .hide {
  left: -29px;
}
#site-header nav ul li.nav-news .hide {
  left: -45px;
}
#site-header nav ul li.nav-column .hide {
  left: -30px;
}
#site-header nav ul li.nav-contents {
  margin-right: 16px;
}
#site-header nav ul li.nav-contents .hide {
  left: -30px;
}
#site-header nav ul li.nav-twitter-link,
#site-header nav ul li.nav-twitter-link-new {
  position: absolute;
  right: 80px;
  top: 7px;
  margin-top: 0;
  margin-right: 0;
}
#site-header nav ul li.nav-twitter-link-new {
  right: 96px;
}
#site-header nav ul li.nav-language,
#site-header nav ul li.nav-language-new {
  position: absolute;
  font-size: 0px;
  right: 0px;
  top: 10px;
  margin-top: 0;
  margin-right: 0;
}
#site-header nav ul li.nav-language div,
#site-header nav ul li.nav-language-new div {
  display: inline-block;
}
#site-header nav ul li.nav-language .lang-list,
#site-header nav ul li.nav-language-new .lang-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 38px;
  left: 0;
  width: 90px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 6px 6px;
  display: none;
}
#site-header nav ul li.nav-language .lang-list > li,
#site-header nav ul li.nav-language-new .lang-list > li {
  display: block;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#site-header nav ul li.nav-language .lang-list > li a,
#site-header nav ul li.nav-language-new .lang-list > li a {
  display: block;
  padding: 6px 0;
  color: #fff;
}
#site-header nav ul li.nav-language-new {
  top: 18px;
}

.totop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 11px;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*======================================================== */
/*  APP STYLES */
/*======================================================== */
#top-applink {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  margin-top: 68px;
}
#top-applink #top-applink-pic1 {
  position: absolute;
  top: -6px;
  left: -91px;
}
#top-applink #top-applink-pic2 {
  position: absolute;
  top: -6px;
  right: -83px;
}
#top-applink #top-applink-header {
  text-align: center;
  margin-bottom: 5px;
}
#top-applink .applink {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 0px;
  margin-bottom: 25px;
  padding-right: 12px;
}
#top-applink .applink li {
  display: inline-block;
  margin-right: 18px;
}
#top-applink .applink li:nth-child(2) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #383b3d;
}
#top-applink .applink li:last-child {
  margin-right: 0px;
}
#top-applink .applink-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 83px;
}

#page-home #top-applink {
  margin-top: 70px;
}

/*======================================================== */
/*  FOOTER STYLES */
/*======================================================== */
#site-footer {
  height: auto;
  background: #232323;
  text-align: center;
}
#site-footer .footer-pagelinks {
  height: auto;
  background: #141414;
  border-bottom: 1px solid #383838;
  padding-bottom: 12px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents {
  width: 1055px;
  margin: 0 auto;
  text-align: center;
  font-size: 0px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li:first-child {
  margin-left: 0px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page {
  text-align: left;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page > li {
  position: relative;
  font-size: 12px;
  width: 140px;
  height: 24px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page > li a {
  color: #aaaaaa;
  margin-left: 1px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page > li a:hover {
  text-decoration: underline;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page > li:first-child {
  border-bottom: 1px solid #383838;
  height: 55px;
  margin-bottom: 13px;
}
#site-footer .footer-pagelinks ul.footer-pagelink-cotents > li ul.footer-link-page > li:first-child img {
  position: absolute;
  bottom: 3px;
  left: -3px;
}
#site-footer .footer-share-btns {
  height: 100px;
  background: #141414;
}
#site-footer .footer-share-btns .footer-share-btns-inner {
  width: 1020px;
  margin: 0 auto;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.footer-link-banners {
  width: 400px;
  float: left;
  text-align: left;
  padding-top: 23px;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.footer-link-banners li {
  display: inline-block;
  background: #fff;
  margin-right: 5px;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.footer-link-banners li a {
  display: block;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.footer-link-banners li a:hover {
  opacity: 0.7;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.footer-link-banners li a img {
  display: block;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.sns {
  float: right;
  width: 240px;
  font-size: 0px;
  padding-top: 42px;
  text-align: right;
  letter-spacing: -1em;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.sns li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 25px;
}
#site-footer .footer-share-btns .footer-share-btns-inner ul.sns li:last-child {
  margin-right: 0px;
}
#site-footer .footer-links {
  width: 1020px;
  margin: 0 auto;
  height: 88px;
  font-size: 0px;
}
#site-footer .footer-links ul {
  display: inline-block;
  margin-top: 36px;
}
#site-footer .footer-links ul li {
  font-size: 11px;
  display: inline-block;
  margin-right: 20px;
}
#site-footer .footer-links ul li a {
  color: #aaaaaa;
}
#site-footer .footer-links ul li a:hover {
  text-decoration: underline;
}
#site-footer .footer-links ul li:last-child {
  margin-right: 0px;
}
#site-footer .footer-links .footer-logo {
  display: inline-block;
  float: left;
  margin-top: 27px;
}
#site-footer .footer-links .footer-copyright {
  display: inline-block;
  float: right;
  margin-top: 37px;
  font-size: 10px;
  color: #aaa;
}

/* event */
.ses_flow_left {
  width: 130px;
  float: left;
}

.ses_flow_right {
  width: 540px;
  float: right;
  margin: 0px 0px 20px 0px;
}

/* twitter */
.timeline-Header {
  display: none;
}

.timeline-Viewport {
  overflow-y: hidden;
}

ol.timeline-TweetList {
  width: 234px;
}

.timeline-LoadMore {
  width: 234px;
}

.debug {
  display: border-box;
  border: 1px solid #F00;
}
