@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------
  PC/SP振り分け設定
---------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*--------------------------------------------
  汎用クラス
---------------------------------------------*/
/*クリアフィックス*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cf:before {
  content: "";
  display: table;
}

/*クリアフィックス(簡易)*/
.oh {
  overflow: hidden;
}

/*画像置換*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*テキストサイズ変更*/
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

/*文字の太さ*/
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

/*文字の位置*/
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/*文字をメインカラーに*/
.cm {
  color: #fcfff5 !important;
}

/*背景をメインカラーに*/
.bg {
  background: #fcfff5 !important;
}

/*マージンボトム*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 7.5px !important;
  }
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-xs {
    margin-bottom: 5px !important;
  }
  .mb-s {
    margin-bottom: 10px !important;
  }
  .mb-m {
    margin-bottom: 20px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
}

/*マージンライト*/
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*パディング*/
.p0 {
  margin-right: 0px !important;
}

.p5 {
  margin-right: 5px !important;
}

.p10 {
  margin-right: 10px !important;
}

.p15 {
  margin-right: 15px !important;
}

.p20 {
  margin-right: 20px !important;
}

.p25 {
  margin-right: 25px !important;
}

.p30 {
  margin-right: 30px !important;
}

.p35 {
  margin-right: 35px !important;
}

.p40 {
  margin-right: 40px !important;
}

.p45 {
  margin-right: 45px !important;
}

.p50 {
  margin-right: 50px !important;
}

/*フロート*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.imgfl {
  float: left;
  margin: 0 5 5 0 !important;
}

.imgfr {
  float: right;
  margin: 0 0 5 5 !important;
}

.cb {
  clear: both !important;
}

.list-mark {
  text-indent: -1em;
  padding-left: 1em;
}

.img-max {
  width: 100%;
  height: auto;
}

.bg-an {
  background: #666 !important;
}

.bg-sub-an {
  background: #ccc !important;
}

.team-an .txt-main {
  color: #666 !important;
}

.team-an .bg-main {
  color: #FFF;
  background: #666 !important;
}

.team-an .border-main {
  border-color: #666 !important;
}

.team-an .bg-border-main {
  color: #fff;
  border-color: #666 !important;
  background: #666 !important;
}

.team-an .txt-sub {
  color: #ccc !important;
}

.team-an .bg-sub {
  background: #ccc !important;
}

.team-an .event-contents a {
  color: #7f7f7f !important;
}

.team-an .formError .formErrorContent {
  background: #666 !important;
}

.team-an .formError .formErrorArrow div {
  background: #666 !important;
}

.team-an .formError .formErrorArrow div.line2, .team-an .formError .formErrorArrow div.line1 {
  background: #ddd !important;
}

.team-an .arw-main {
  width: 0;
  height: 0;
  border-top: 5px solid #666;
  border-right: 3px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 3px solid transparent;
}

.team-an input[type="text"]:focus, .team-an input[type="email"]:focus, .team-an textarea:focus {
  outline: solid 3px #666 !important;
}

.team-an .is-team-slice-color .is-slice.is-bg-main:after {
  background: #666 !important;
}

@media screen and (min-width: 768px) {
  .team-an .team-nav li:hover .en {
    color: #666 !important;
  }
  .team-an .is-slice.is-bg-sub:after {
    background: #ccc !important;
  }
}

@media screen and (max-width: 767px) {
  .team-an .team-nav li.selected .en {
    color: #666 !important;
  }
  .team-an .component-block .block-header {
    background: #666 !important;
  }
}

/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #c4c4c4;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #7d7d7d;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 2px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 2px;
}

.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  /* please don't change 'position' */
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 1% !important;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  border-radius: 4px;
  /* please don't change 'position' */
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 1% !important;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    overflow: visible !important;
  }
  .layout-content {
    width: 100%;
  }
  .layout-main {
    width: 100% !important;
  }
  .main-visual-inner,
  .layout-side + .layout-main {
    width: 70% !important;
  }
  .layout-team-header .team-logo-wrap {
    width: 17% !important;
  }
  .layout-team-header .team-nav {
    width: 70% !important;
  }
  .layout-team-header .team-sns {
    min-width: 10% !important;
  }
  .stats-search-wrap .component-month-selector .common-selector.w-middle {
    width: 15% !important;
  }
  .stats-search-wrap .component-month-selector .common-selector {
    margin-right: 50px !important;
    width: 10% !important;
  }
  .stats-search-wrap .component-month-selector .common-selector.w-wide {
    width: 18% !important;
  }
  .stats-search-wrap .component-month-selector input.btn.btn-search {
    width: 10% !important;
  }
}

a {
  color: #2971a7;
  text-decoration: none;
}

a.demo-icon {
  color: #686868;
  text-decoration: none;
}

.en {
  font-family: "abolition",sans-serif;
  letter-spacing: .1em;
}

.ja {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", sans-serif;
}

.ofh {
  overflow: hidden;
}

.category-label .cat01 {
  background: #ec3e6b;
}

.category-label .cat02 {
  background: #00a0e9;
}

.category-label .cat03 {
  background: #043457;
}

.category-label .cat04 {
  background: #66cc99;
}

.category-label .cat05 {
  background: #b7aa00;
}

.category-label .cat06 {
  background: #bfd38d;
}

.category-label .cat07 {
  background: #5f52a0;
}

.category-label .cat08 {
  background: #de993f;
}

.category-label .cat09 {
  background: #c490bf;
}

.category-label .cat10 {
  background: #d1c0a5;
}

.category-label .cat11 {
  background: #59493f;
}

.category-label .cat12 {
  background: #486a00;
}

.category-label .cat13 {
  background: #e8ca22;
}

.category-label .cat14 {
  background: #f07e57;
}

.category-label .cat15 {
  background: #2aa2a3;
}

.category-label .cat01 a, .category-label .cat02 a, .category-label .cat03 a, .category-label .cat04 a, .category-label .cat05 a, .category-label .cat06 a, .category-label .cat07 a, .category-label .cat08 a, .category-label .cat09 a, .category-label .cat10 a, .category-label .cat11 a, .category-label .cat12 a, .category-label .cat13 a, .category-label .cat14 a, .category-label .cat15 a {
  color: #FFF !important;
}

.caution {
  color: #ff0000;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 20001;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  #responsive {
    display: block;
  }
  .layout-team-header {
    z-index: 200;
  }
  .game-list-controller {
    z-index: 500;
  }
  .top-main-visual-wrap {
    z-index: 100;
  }
  /* TOP SLIDER & GAME SCHEDULE */
  .main-visual-inner {
    z-index: 5;
  }
  .layout-side {
    z-index: 199;
  }
  body {
    min-width: 1000px;
    background-color: #fff;
    color: #4c4c4c;
    *font-size: small;
    *font: x-small;
    font-weight: normal;
    font-style: normal;
    font: 14px/1.61 "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: left;
  }
  /* table */
  .tbl-tips thead th {
    position: relative;
    padding-top: 30px !important;
  }
  .tbl-tips thead th:before, .tbl-tips thead th:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 7px;
    display: block;
    border-top: 1px solid #e72185;
  }
  .tbl-tips thead th:before {
    margin-left: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .tbl-tips thead th:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .tbl01 {
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #bfbfbf;
  }
  .tbl01 th, .tbl01 td {
    padding: 10px 5px;
    text-align: center;
  }
  .tbl01 tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl01 thead th {
    padding: 10px 5px 5px;
    font-size: 10px;
  }
  .tbl01 tbody td:nth-child(odd) {
    background: #f7f7f7;
  }
  .tbl02 {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #bfbfbf;
  }
  .tbl02 th, .tbl02 td {
    padding: 10px;
  }
  .tbl02 thead tr th {
    color: #FFF;
    text-align: center;
    background: #b5b5b5;
  }
  .tbl02 tbody tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl02 tbody tr th {
    text-align: center;
  }
  .tbl02 tbody tr:nth-child(even) {
    background: #f7f7f7;
  }
  .tbl03 {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #bfbfbf;
  }
  .tbl03 th, .tbl03 td {
    padding: 10px;
  }
  .tbl03 tbody tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl03 tbody tr th {
    text-align: center;
    background: #eee;
  }
  .tbl03 tbody tr td {
    padding: 10px 20px;
  }
  /* BUTTON */
  .link-wrap {
    margin-bottom: 30px;
    text-align: right;
  }
  .link-wrap .link {
    color: #595959;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s;
  }
  .link-wrap .link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .link-wrap .link-radius {
    display: inline-block;
    padding: 10px 18px;
    font-size: 12px;
    color: #000;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    margin: 5px;
    cursor: pointer;
  }
  .link-wrap .link-radius i {
    display: inline-block;
    padding-right: 10px;
  }
  .link-wrap .link-radius:hover, .link-wrap .link-radius.selected {
    background: #efefef;
  }
  .link-wrap .ico {
    margin-right: 10px;
    vertical-align: middle;
  }
  .link-wrap .size-fixed {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
  }
  .link-wrap .size-half {
    padding: 15px 0;
    width: 48%;
    font-size: 16px;
  }
  .link-wrap .size-half:first-child {
    margin-right: 1.65%;
  }
  .link-wrap .size-half:last-child {
    margin-left: 1.65%;
  }
  .link-wrap .strong {
    color: #FFF;
    background: #e40073;
  }
  /* tips */
  .tips-wrap {
    display: none;
    position: absolute;
    display: inline-block;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
  }
  .tips-wrap .tips-inner {
    position: relative;
    padding-bottom: 8px;
    background: #bfbfbf;
  }
  .tips-wrap .tips-inner:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(191, 191, 191, 0);
    border-top-color: #bfbfbf;
    border-width: 8px;
    margin-left: -8px;
  }
  .tips-wrap .tips-content {
    position: relative;
    padding: 8px;
    font-size: 13px;
    background: #FFF;
  }
  .tips-wrap .tips-content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 8px;
    margin-left: -8px;
  }
  .layout-global-header {
    position: relative;
    padding: 5px;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-global-header a {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-global-header a:hover {
    opacity: .7;
  }
  .layout-global-header .b-logo {
    float: left;
    margin-right: 10px;
  }
  .layout-global-header .sr-logo {
    display: none;
  }
  .layout-global-header .global-nav {
    float: left;
  }
  .layout-global-header .global-nav li {
    display: inline-block;
  }
  .layout-global-header .global-nav li a {
    display: block;
    margin-right: 10px;
    line-height: 38px;
    color: #545454;
    font-weight: bold;
  }
  .layout-global-header .global-sponsor {
    display: table;
    float: right;
  }
  .layout-global-header .global-sponsor li {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
    padding: 0 10px;
  }
  .layout-global-header .global-sponsor li img {
    vertical-align: middle;
    height: 40px;
  }
  .loaded .layout-team-header {
    overflow: initial;
  }
  .layout-team-header {
    position: relative;
    width: 100%;
    height: 130px;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-team-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-team-header:before {
    content: "";
    display: table;
  }
  .layout-team-header .inner {
    margin: 0 30px;
  }
  .layout-team-header .team-logo-wrap {
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    display: table;
  }
  .layout-team-header .team-logo-wrap > * {
    display: table-cell;
    vertical-align: middle;
  }
  .layout-team-header .team-logo-wrap .team-logo {
    padding-right: 20px;
  }
  .layout-team-header .team-logo-wrap .team-logo img {
    width: 83px;
  }
  .layout-team-header .team-logo-wrap .en {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 7px;
    width: 210px;
  }
  .layout-team-header .team-nav {
    float: left;
    width: 52%;
    height: 130px;
  }
  .layout-team-header .team-nav li {
    display: inline-block;
    margin: 0 1% 0;
    text-align: center;
    vertical-align: top;
  }
/*
.layout-team-header .team-nav li:nth-child(n+7) {
display: none; }
*/
  .layout-team-header .team-nav li .en {
    padding: 0 3px;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .layout-team-header .team-nav li .en span {
    z-index: 1;
    position: relative;
  }
  .layout-team-header .team-nav li .ja {
    font-size: 11px;
  }
  .layout-team-header .team-nav li:hover .second-nav {
    opacity: 1;
    height: 50px;
  }
  .layout-team-header .team-nav li:hover .is-animate:before, .layout-team-header .team-nav li:hover .is-animate:after {
    width: 50%;
  }
  .layout-team-header .team-nav li > a {
    position: relative;
    display: block;
    padding: 35px 0 46px;
    width: 100%;
    height: 100%;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-team-header .team-nav li > a .is-animate {
    position: relative;
    display: block;
  }
  .layout-team-header .team-nav li > a .is-animate:before, .layout-team-header .team-nav li > a .is-animate:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 0%;
    height: 100%;
    background: #FFF;
    transition: all .1s linear;
  }
  .layout-team-header .team-nav li > a .is-animate:before {
    left: 50%;
  }
  .layout-team-header .team-nav li > a .is-animate:after {
    right: 0;
    margin-right: 50%;
  }
  /*.layout-team-header .team-nav li.has-2ndnav > a:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 8px;
    background: url(../../../user/images/icn-arw-bottom.png) no-repeat center top;
    background-size: 10px;
  }*/
  .layout-team-header .team-nav li.has-2ndnav > a:before {
    content: '';
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    width: 21px;
    height: 10px;
    background-color: #cd1b2f;
    z-index: 1;
    margin: 0 auto;
    
  }
  .layout-team-header .team-nav li.has-2ndnav > a:after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    transform: rotate(45deg);
  }
  .layout-team-header .team-nav li .second-nav {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 0px;
    padding-left: 10%;
    text-align: left;
    background: #313131;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .14s linear;
    -webkit-transition: all .14s linear;
  }
  .layout-team-header .team-nav li .second-nav a {
    display: inline-block;
    margin: 0 20px;
    line-height: 50px;
    color: #FFF;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-team-header .team-nav li .second-nav a:hover {
    opacity: .7;
  }
  .layout-team-header .team-nav .team-nav-trigger {
    display: inline-block !important;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn-wrap {
    cursor: pointer;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn-wrap:hover {
    opacity: .7;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 19px;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn span, .layout-team-header .team-nav .team-nav-trigger .icn:before, .layout-team-header .team-nav .team-nav-trigger .icn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #FFF;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn:before {
    top: 7px;
  }
  .layout-team-header .team-nav .team-nav-trigger .icn:after {
    top: 14px;
  }
  .layout-team-header .team-nav .team-nav-trigger .title {
    font-family: "abolition",sans-serif;
    letter-spacing: 3px;
    font-size: 13px;
  }
  .layout-team-header .team-sns {
    float: right;
    padding-top: 30px;
    /* min-width: 176px; */
  }
  .layout-team-header .team-sns.no-fanclub {
    padding-top: 46px;
  }
  .layout-team-header .team-sns.no-fanclub .fanclub {
    display: none;
  }
  .layout-team-header .team-sns ul {
    display: table;
    width: 100%;
  }
  .layout-team-header .team-sns li {
    display: table-cell;
    padding: 0 7px;
    text-align: center;
    font-size: 120%;
  }
  .layout-team-header .team-sns a {
    color: #FFF;
  }
  .layout-team-header .team-sns .fanclub {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
  }
  .layout-team-header .team-sns .fanclub a {
    position: relative;
    display: block;
    padding-right: 10px;
    color: #FFF;
  }
  .layout-team-header .team-sns .fanclub a:after {
    content: '';
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 8px;
    background: url(/v=1528423964/files/user/common/img/icn-arw-bottom.png) no-repeat 90% center;
    background-size: 10px;
  }
  .layout-subpage-header {
    position: relative;
  }
  .layout-subpage-header .subpage-image {
    width: 100%;
    vertical-align: top;
  }
  .layout-subpage-header .subpage-title {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #FFF;
    font-family: "abolition",sans-serif;
    font-size: 60px;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .layout-subpage-header .subpage-title span {
    display: inline-block;
    padding-right: 20px;
  }
  .layout-subpage-header .subpage-title .txt-main {
    position: relative;
  }
  .layout-subpage-header .subpage-title .txt-main:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 26px;
    border-top: 1px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-content {
    background: #3e3e3e;
  }
  .layout-content:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .layout-content .bread {
    padding: 11px 30px 12px;
    font-size: 11px;
    color: #939393;
    background: #e1e1e2;
  }
  .layout-content .bread .divide {
    margin: 0 10px;
  }
  .layout-content .btn-back {
    font-size: 16px;
  }
  .layout-content .btn-back img {
    margin-right: 10px;
    vertical-align: middle;
  }
  .layout-content .btn-back a {
    display: block;
    line-height: 56px;
    color: #FFF;
    text-align: center;
    background: #b5b5b5;
  }
  .layout-content.stats-content {
    overflow: visible;
  }

  .layout-content .component-block.block-cs-game {
    padding: 10px;
    color: #fff;
    background: #1e1e1e;
  }
  .layout-content .component-block.block-cs-game p {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .layout-main {
    float: left;
    width: 70%;
    background: #cfcfcf;
    /*padding-bottom: 30px;*/
  }
  .layout-main-inner {
    margin: 70px 30px;
  }
  .layout-side {
    position: relative;
    float: left;
    width: 100%;
    min-width: 200px;
    max-width: 350px;
  }
  .layout-side-inner {
    padding: 60px 0 70px 30px;
  }
  .layout-sponsors ul {
    /* padding: 50px; */ 
    text-align: center;
  }
  .layout-sponsors li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
  .layout-sponsors a {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-sponsors a:hover {
    opacity: .7;
  }
  .layout-global-footer {
    overflow: hidden;
    padding: 30px 50px;
  }
  .layout-global-footer .team-logo {
    float: left;
    margin-right: 30px;
  }
  .layout-global-footer .team-logo img {
    width: 70px;
    height: auto;
  }
  .layout-global-footer .foot-nav {
    float: left;
    margin-top: 25px;
  }
  .layout-global-footer .foot-nav li {
    display: inline-block;
    margin-right: 10px;
  }
  .layout-global-footer .foot-nav a {
    color: #FFF;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-global-footer .foot-nav a:hover {
    opacity: .7;
  }
  .layout-global-footer .copy {
    float: right;
    margin-top: 25px;
  }
  .is-layout-popup-tnav-show {
    overflow: hidden;
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .close-trigger {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .left, .is-layout-popup-tnav-show .layout-popup-tnav .right {
    width: 50%;
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .content .tsns-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .content .tnav-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .js-popup-tnav-open {
    display: none;
  }
  .layout-popup-tnav {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-popup-tnav .close-trigger {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 500;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 20px 10px 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s, opacity 0.15s;
    -webkit-transition: width 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s, opacity 0.15s;
  }
  .layout-popup-tnav .close-trigger:hover {
    opacity: .7;
  }
  .layout-popup-tnav .close-trigger:before, .layout-popup-tnav .close-trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    border-top: 2px solid #FFF;
  }
  .layout-popup-tnav .close-trigger:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-popup-tnav .close-trigger:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-popup-tnav .left, .layout-popup-tnav .right {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73);
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73);
  }
  .layout-popup-tnav .left {
    right: 50%;
    background: rgba(0, 0, 0, 0.85);
  }
  .layout-popup-tnav .right {
    right: 0;
    background: #666;
  }
  .layout-popup-tnav .content {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-popup-tnav .content .inner {
    min-height: 100%;
  }
  .layout-popup-tnav .content .tsns-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 20%;
    margin-right: 50%;
    margin-bottom: 50px;
    padding-right: 55px;
    transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
  }
  .layout-popup-tnav .content .tsns-wrap a {
    color: #FFF;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-popup-tnav .content .tsns-wrap a:hover {
    opacity: .7;
  }
  .layout-popup-tnav .content .tsns-wrap li {
    display: inline-block;
    text-align: center;
    width: 24%;
  }
  .layout-popup-tnav .content .tnav-wrap li {
    overflow: hidden;
    zoom: 1;
  }
  .layout-popup-tnav .content .tnav-wrap li > a {
    float: left;
    padding: 20px 80px 20px 20px;
    width: 50%;
    text-align: right;
    line-height: 1;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
  }
  .layout-popup-tnav .content .tnav-wrap li > a:hover {
    opacity: .7;
  }
  .layout-popup-tnav .content .tnav-wrap li > a .en {
    margin-bottom: 5px;
    font-size: 48px;
    letter-spacing: .3em;
  }
  .layout-popup-tnav .content .tnav-wrap li > a .ja {
    padding-right: 15px;
    font-size: 10px;
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav {
    position: relative;
    float: right;
    padding: 25px 20px 20px 80px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav a {
    display: block;
    color: #FFF;
    line-height: 2.2;
    opacity: 1;
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav a:hover {
    opacity: .7;
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav:before {
    content: '';
    position: absolute;
    top: 40px;
    left: -40px;
    width: 80px;
    border-top: 3px solid #FFF;
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav:hover {
    background: rgba(49, 49, 49, 0.5);
  }
  .is-top-search-show .layout-top-search {
    opacity: 1;
    z-index: 5001;
  }
  .layout-top-search {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all .14s linear;
    -webkit-transition: all .14s linear;
  }
  .layout-top-search .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-top-search .content {
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .layout-top-search input[type=text] {
    border: none;
    background: #FFF;
    width: 80%;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: .3em;
    padding: 0 30px;
    line-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-top-search input[type=submit] {
    padding: 0;
    border: none;
    background: transparent;
  }
  .layout-second {
    margin: 30px 0 70px 30px;
  }
  .layout-second .second-header {
    position: relative;
  }
  .layout-second .second-header .top {
    z-index: 1;
    position: relative;
    margin-left: 35px;
    height: 44px;
    background: #f3f3f3;
  }
  .layout-second .second-header .top .icn-wrap {
    font-family: "abolition",sans-serif;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .layout-second .second-header .top .icn-wrap .icn-new {
    padding: 6px 18px;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px;
    background: #ec3e6b;
  }
  .layout-second .second-header .slice {
    z-index: 0;
    position: absolute;
    left: -24px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-second .second-header .btm {
    z-index: 1;
    position: relative;
    margin-top: -10px;
    padding: 0 50px 40px;
    background: #f3f3f3;
  }
  .layout-second .second-header .title-wrap {
    z-index: 10;
    display: table;
    width: 100%;
    color: #727272;
    font-size: 30px;
  }
  .layout-second .second-header .title-wrap .title {
    display: table-cell;
    vertical-align: middle;
  }
  .layout-second .second-body {
    padding: 50px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #797979;
    background: #FFF;
  }
  .layout-second .second-body article img {
    max-width: 100%;
  }
  .layout-second .second-body article pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-wrap: break-word;
  }
    .layout-content .second-body p {
        margin-bottom: 30px;
        line-height: 2.4;
    }  
  .layout-second .second-body article a {
    color: #ff8A05;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-second .second-body article a:hover {
    opacity: .7;
  }
  .layout-second .second-body article h1 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 30px;
  }
  .layout-second .second-body article h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 24px;
  }
  .layout-second .second-body article h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .layout-second .second-body article strong {
    font-weight: bold;
  }
  .layout-second .second-body article > p {
    margin-bottom: 30px;
    line-height: 2.4;
  }
  .layout-second .second-body article > p b {
    color: #e40073;
    font-weight: bold;
  }
  .layout-second .second-body article .color01 {
    color: #cd1b2f;
  }
  .layout-second .second-body article .color02 {
    color: #000000;
  }
  .layout-second .second-body article .color03 {
    color: #e40073;
  }
  .layout-second .second-body article .hr {
    margin: 0 -50px 30px;
    border: none;
    border-top: 1px solid #e1e1e1;
  }
  .layout-second .second-body article .hr02 {
    margin: 0 -50px 30px;
    border: none;
    border-top: 5px solid #e1e1e1;
  }
  .layout-second .second-body article .img-right {
    float: right;
    margin: 0 0 40px 60px;
  }
  .layout-second .second-body article .img-left {
    float: left;
    margin: 0 60px 40px 0;
  }
  .layout-second .second-body article .img-center {
    display: block;
    margin: 0 auto 20px;
  }
  .layout-second .second-body article .image-large {
    margin: 0 -50px 30px;
  }
  .layout-second .second-body article .image-large img {
    width: 100%;
  }
  .layout-second .second-body article .list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-second .second-body article .list.row2 li {
    margin-right: 1%;
    width: 49%;
  }
  .layout-second .second-body article .list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-second .second-body article .list.row3 li:nth-child(3n) {
    margin-right: 0;
  }
  .layout-second .second-body article .list li {
    float: left;
    margin-right: 3.5%;
    margin-bottom: 20px;
    width: 31%;
  }
  .layout-second .second-body article .list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-second .second-body article .list .title {
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .layout-second .second-body article .list .txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .layout-second .second-body article .list .more {
    font-family: "abolition",sans-serif;
    letter-spacing: 6px;
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 0 20px 0 0;
    font-size: 20px;
    color: #7d7d7d;
    text-align: right;
  }
  .layout-second .second-body article .list .more:before, .layout-second .second-body article .list .more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    border-top: 1px solid;
  }
  .layout-second .second-body article .list .more:before {
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .layout-second .second-body article .list .more:after {
    margin-top: 4px;
    transform: rotate(-45deg);
  }
  .layout-second .second-body article .image-list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-second .second-body article .image-list.row1 li {
    width: 100%;
  }
  .layout-second .second-body article .image-list.row2 li {
    margin-right: 1%;
  }
  .layout-second .second-body article .image-list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-second .second-body article .image-list li {
    float: left;
    margin-bottom: 20px;
    width: 49%;
  }
  .layout-second .second-body article .image-list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-second .second-body article .image-list .caption {
    padding: 10px;
    color: #FFF;
    background: #3e3e3e;
  }
  .layout-second .second-body article .ico-external {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-external.png) no-repeat right center;
  }
  .layout-second .second-body article .ico-pdf {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-pdf.png) no-repeat right center;
  }
  .layout-second .second-body article .box {
    margin-bottom: 30px;
    padding: 30px;
    border: 5px solid #e1e1e1;
  }
  .layout-second .second-body article .box-color {
    margin-bottom: 30px;
    padding: 30px;
    border: 5px solid #e40073;
  }


  .layout-module {
    margin: 30px 0 70px 30px;
  }
  .layout-module .second-header {
    position: relative;
  }
  .layout-module .second-header .top {
    z-index: 1;
    position: relative;
    margin-left: 35px;
    height: 44px;
    background: #f3f3f3;
  }
  .layout-module .second-header .top .icn-wrap {
    font-family: "abolition",sans-serif;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .layout-module .second-header .top .icn-wrap .icn-new {
    padding: 6px 18px;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px;
    background: #ec3e6b;
  }
  .layout-module .second-header .slice {
    z-index: 0;
    position: absolute;
    left: -24px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-module .second-header .btm {
    z-index: 1;
    position: relative;
    margin-top: -10px;
    padding: 0 50px 40px;
    background: #f3f3f3;
  }
  .layout-module .second-header .title-wrap {
    z-index: 10;
    display: table;
    width: 100%;
    color: #727272;
    font-size: 30px;
  }
  .layout-module .second-header .title-wrap .title {
    display: table-cell;
    vertical-align: middle;
  }
  .layout-module .second-body {
    padding: 50px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #797979;
    background: #FFF;
  }
  .layout-module .second-body article img {
    max-width: 100%;
  }
  .layout-module .second-body article pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-wrap: break-word;
  }
    .layout-content .second-body p {
        margin-bottom: 30px;
        line-height: 2.4;
    }  
  .layout-module .second-body article a {
    color: #ff8A05;
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .layout-module .second-body article a:hover {
    opacity: .7;
  }
  .layout-module .second-body article h1 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 30px;
  }
  .layout-module .second-body article h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 24px;
  }
  .layout-module .second-body article h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .layout-module .second-body article strong {
    font-weight: bold;
  }
  .layout-module .second-body article > p {
    margin-bottom: 30px;
    line-height: 2.4;
  }
  .layout-module .second-body article > p b {
    color: #e40073;
    font-weight: bold;
  }
  .layout-module .second-body article .color01 {
    color: #cd1b2f;
  }
  .layout-module .second-body article .color02 {
    color: #000000;
  }
  .layout-module .second-body article .color03 {
    color: #e40073;
  }
  .layout-module .second-body article .hr {
    margin: 0 -50px 30px;
    border: none;
    border-top: 1px solid #e1e1e1;
  }
  .layout-module .second-body article .hr02 {
    margin: 0 -50px 30px;
    border: none;
    border-top: 5px solid #e1e1e1;
  }
  .layout-module .second-body article .img-right {
    float: right;
    margin: 0 0 40px 60px;
  }
  .layout-module .second-body article .img-left {
    float: left;
    margin: 0 60px 40px 0;
  }
  .layout-module .second-body article .img-center {
    display: block;
    margin: 0 auto 20px;
  }
  .layout-module .second-body article .image-large {
    margin: 0 -50px 30px;
  }
  .layout-module .second-body article .image-large img {
    width: 100%;
  }
  .layout-module .second-body article .list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-module .second-body article .list.row2 li {
    margin-right: 1%;
    width: 49%;
  }
  .layout-module .second-body article .list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-module .second-body article .list.row3 li:nth-child(3n) {
    margin-right: 0;
  }
  .layout-module .second-body article .list li {
    float: left;
    margin-right: 3.5%;
    margin-bottom: 20px;
    width: 31%;
  }
  .layout-module .second-body article .list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-module .second-body article .list .title {
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .layout-module .second-body article .list .txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .layout-module .second-body article .list .more {
    font-family: "abolition",sans-serif;
    letter-spacing: 6px;
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 0 20px 0 0;
    font-size: 20px;
    color: #7d7d7d;
    text-align: right;
  }
  .layout-module .second-body article .list .more:before, .layout-module .second-body article .list .more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    border-top: 1px solid;
  }
  .layout-module .second-body article .list .more:before {
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .layout-module .second-body article .list .more:after {
    margin-top: 4px;
    transform: rotate(-45deg);
  }
  .layout-module .second-body article .image-list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-module .second-body article .image-list.row1 li {
    width: 100%;
  }
  .layout-module .second-body article .image-list.row2 li {
    margin-right: 1%;
  }
  .layout-module .second-body article .image-list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-module .second-body article .image-list li {
    float: left;
    margin-bottom: 20px;
    width: 49%;
  }
  .layout-module .second-body article .image-list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-module .second-body article .image-list .caption {
    padding: 10px;
    color: #FFF;
    background: #3e3e3e;
  }
  .layout-module .second-body article .ico-external {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-external.png) no-repeat right center;
  }
  .layout-module .second-body article .ico-pdf {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-pdf.png) no-repeat right center;
  }
  .layout-module .second-body article .box {
    margin-bottom: 30px;
    padding: 30px;
    border: 5px solid #e1e1e1;
  }
  .layout-module .second-body article .box-color {
    margin-bottom: 30px;
    padding: 30px;
    border: 5px solid #e40073;
  }
  .component-block .block-header {
    position: relative;
    padding: 25px 30px 95px 30px;
    color: #FFF;
  }
  .component-block .block-header .pulldown {
    float: right;
    margin-top: 13px;
    margin-right: 25px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .component-block .block-header .pulldown .now {
    display: inline-block;
    padding: 0px 30px 0px 20px;
    border: 1px solid #FFF;
    background: url(/v=1528423964/files/user/common/img/icn-arw-bottom.png) no-repeat 65px center;
    background-size: 10px;
  }
  .component-block .block-header .pulldown .en {
    font-size: 18px;
    letter-spacing: .2em;
    line-height: 1;
  }
  .component-block .block-header .pulldown:hover ul {
    display: inline-block;
  }
  .component-block .block-header .pulldown ul {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 25px;
    left: 1px;
    padding: 5px 26px 5px 20px;
    color: #999;
    border: 1px solid #FFF;
    background: #FFF;
  }
  .component-block .block-header .pulldown ul li {
    padding: 3px 0;
  }
  .component-block .block-header .pulldown span {
    font-size: 14px;
  }
  .component-block .block-header .more {
    font-family: "abolition",sans-serif;
    letter-spacing: .3em;
    position: relative;
    float: right;
    margin-top: 10px;
    padding-right: 20px;
    color: #FFF;
    font-size: 20px;
  }
  .component-block .block-header .more:before, .component-block .block-header .more:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    border-top: 1px solid #FFF;
  }
  .component-block .block-header .more:before {
    margin-top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .component-block .block-header .more:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .component-block .block-header .more.ja {
    margin-top: 15px;
    padding-right: 14px;
    font-size: 13px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", sans-serif;
  }
  .component-block .block-header .sub-nav {
    font-family: "abolition",sans-serif;
    position: absolute;
    top: 35px;
    right: 3%;
    text-align: right;
    font-size: 20px;
  }
  .component-block .block-header .sub-nav li {
    display: inline-block;
    margin-left: 12px;
  }
  .component-block .block-header .sub-nav a {
    color: rgba(255, 255, 255, 0.75);
    color: #FFF\9;
  }
  .component-block .block-header .sub-nav a:hover {
    color: #FFF;
  }
  .component-block .block-header .title > * {
    display: inline-block;
  }
  .component-block .block-header .title .en {
    margin-right: 10px;
    font-size: 33px;
    letter-spacing: .2em;
  }
  .component-block .block-header .title .ja {
    margin-right: 10px;
    font-size: 26px;
  }
  .component-block .block-body {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: -70px 0 45px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sonota{
    padding: 50px 20px !important;
  }
  .component-block .block-body img{
    max-width: 100%;
  }
  .component-block .component-more-arw {
    z-index: 1;
    position: relative;
    height: 40px;
    text-align: center;
    background: #FFF;
  }
  .component-block .component-more-arw img {
    margin-top: -15px;
  }
  .layout-side img {
    max-width: 100%;
  }
  .layout-side .block-header {
    padding-right: 5%;
    padding-left: 5%;
  }
  .layout-side .block-body {
    padding-right: 5%;
    padding-left: 5%;
  }
  .component-card {
    margin-top: 40px;
  }
  .component-card.row2 .card {
    display: inline-block;
    margin-bottom: 20px;
    width: 48%;
  }
  .component-card.row2 .card:nth-child(odd) {
    margin-right: 1%;
  }
  .component-card .card {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 2.5%;
    width: 30.5%;
    position: relative;
  }
  .component-card .card a:hover {
    text-decoration: none;
  }
  .component-card .card .image {
    position: relative;
  }
  .component-card .card .image img {
    vertical-align: top;
    width: 100%;
  }
  .component-card .card .detail {
    padding: 30px 20px;
    background: #FFF;
  }
  .component-card .card .detail .title {
    font-size: 14px;
    color: #7f7f7f;
  }
  .component-news-card.row2 .list-card {
    display: inline-block;
    margin-bottom: 45px;
    width: 48%;
  }
  .component-news-card.row2 .list-card:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .component-news-card.row2 .list-card:nth-child(odd) {
    margin-right: 1%;
  }
  .component-news-card.row2 .list-card:nth-child(n+3) .is-slice:after {
    background: linear-gradient(135deg, #cfcfcf 40px, #cfcfcf 10px) !important;
  }
  .component-news-card.row3 .list-card:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .component-news-card.row3 .list-card:nth-child(3n) {
    margin-right: 0;
  }
  .component-news-card.row3 .list-card:nth-child(n+4) .is-slice:after {
    background: linear-gradient(135deg, #cfcfcf 40px, #cfcfcf 10px) !important;
  }
  .component-news-card .list-card {
    display: inline-block;
    margin-bottom: 45px;
    margin-right: 2.5%;
    padding-top: 15px;
    width: 31.3%;
    position: relative;
  }
  .component-news-card .list-card a:hover {
    text-decoration: none;
  }
  .component-news-card .list-card a:hover .image .image-bg {
    transform: scale(1.15);
  }
  .component-news-card .list-card .image {
    position: relative;
  }
  .component-news-card .list-card .image img {
    vertical-align: top;
    width: 100%;
  }
  .component-news-card .list-card .image .image-bg {
    transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .component-news-card .list-card .detail {
    padding: 30px 20px 20px;
    background: #FFF;
  }
  .component-news-card .list-card .detail .title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7f7f7f;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .component-news-card .list-card .detail .update {
    font-family: "abolition",sans-serif;
    font-size: 20px;
    color: #a2a2a2;
  }
  .component-news-card .list-card .sns {
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  .component-news-card .list-card .sns > div {
    display: inline-block;
    margin-left: 5px;
  }
  .component-news-card .list-card .sns a {
    color: #686868;
  }
  .component-news-card .list-card .sns a:hover .icon-twt {
    color: #1da1f2;
  }
  .component-news-card .list-card .sns a:hover .icon-fb {
    color: #3a5795;
  }
  /* ニュースをもっと読み込む際のボタン */
  .component-more-arw a {
    display: block;
    text-align: center;
  }
  .component-block .component-more-arw.more-btn-newstop a {
    font-family: "Noto Sans Japanese";
    color: #7f7f7f;
    font-size: 16px;
    padding: 8px 20px;
  }
  /* ニュース一覧に使用されているカードのラベル */
  .category-label {
    font-family: "abolition",sans-serif;
    letter-spacing: .1em;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 18px;
  }
  .category-label ul {
    text-align: right;
  }
  .category-label li {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #CCC;
    padding: 4px 10px;
    font-size: 14px;
  }
  .category-label .cat-new {
    background: red;
  }
  .component-sp-sidenav {
    display: none;
  }
  .component-sidenav {
    width: 100%;
  }
  .component-sidenav a {
    display: block;
    margin-top: -1px;
    color: #FFF;
    padding: 15px 30px;
    border: 1px solid #cd1b2f;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .component-sidenav a:hover {
    color: #FFF;
    background: #cd1b2f;
  }
  .component-sidenav a:hover span {
    transform: translate(13px);
  }
  .component-sidenav a span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .component-sidenav a.bg-main {
    margin-left: -50px;
  }
  .component-sidenav a .en {
    margin-right: 10px;
    font-size: 18px;
    letter-spacing: 5px;
  }
  .component-sidenav a .ja {
    font-size: 12px;
  }
  .component-month-selector {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .component-month-selector:after {
    content: '';
    display: block;
    clear: both;
  }
  .component-month-selector a {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
  }
  .component-month-selector a:hover {
    opacity: .7;
  }
  .component-month-selector > * {
    float: left;
  }
  .component-month-selector .year-selector, .component-month-selector .common-selector {
    position: relative;
    margin-right: 100px;
    margin-bottom: 20px;
    line-height: 40px;
    width: 95px;
    font-family: "abolition",sans-serif;
    letter-spacing: 0.1em;
    font-size: 18px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .component-month-selector .year-selector .arw, .component-month-selector .common-selector .arw {
    display: block;
    position: absolute;
    right: -39px;
    top: -1px;
    width: 38px;
    height: 42px;
    background: #f7f7f7;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-month-selector .year-selector .arw:before, .component-month-selector .year-selector .arw:after, .component-month-selector .common-selector .arw:before, .component-month-selector .common-selector .arw:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 11px;
    border: 1px solid #797979;
  }
  .component-month-selector .year-selector .arw:before, .component-month-selector .common-selector .arw:before {
    left: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .component-month-selector .year-selector .arw:after, .component-month-selector .common-selector .arw:after {
    left: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .component-month-selector .year-selector .pulldown, .component-month-selector .common-selector .pulldown {
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 40px;
    width: 93px;
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-month-selector .year-selector .pulldown a, .component-month-selector .common-selector .pulldown a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .component-month-selector .common-selector {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 165px;
    font-size: 14px;
    background: #f7f7f7;
    margin-right: 70px;
  }
  .component-month-selector .common-selector .txt-en {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.2em;
    font-size: 16px;
  }
  .component-month-selector .common-selector .pulldown {
    width: 165px;
  }
  .component-month-selector .common-selector.w-wide {
    width: 300px;
  }
  .component-month-selector .common-selector.w-wide .pulldown {
    width: 300px;
  }
  .component-month-selector .common-selector.w-middle {
    width: 200px;
  }
  .component-month-selector .common-selector.w-middle .pulldown {
    width: 200px;
  }
  .component-month-selector .common-selector.w-mini {
    width: 100px;
  }
  .component-month-selector .common-selector.w-mini .pulldown {
    width: 100px;
  }
  .component-month-selector .common-selector.w-thin {
    width: 50px;
  }
  .component-month-selector .common-selector.w-thin .pulldown {
    width: 50px;
  }
  .component-month-selector .month-selector {
    display: inline-block;
  }
  .component-month-selector .month-selector .month {
    display: none;
  }
  .component-month-selector .month-selector li {
    font-size: 12px;
    display: inline-block;
  }
  .component-month-selector .month-selector li a {
    display: block;
    width: 50px;
    line-height: 40px;
    color: #424242;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-month-selector .month-selector li a .en {
    font-size: 18px;
  }
  .component-month-selector .month-selector li a.selected {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
  }
  .top-main-visual-wrap {
    clear: both;
    overflow: hidden;
    zoom: 1;
    min-height: 376px;
    background: #1b1b1b;
  }
  .main-visual-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 70%;
    height: 100%;
    position: relative;
    padding-bottom: 120px;
    background: #434343;
  }
  .main-visual-inner.caption-layout {
    padding-bottom: 122px;
  }
  .main-visual-inner.caption-layout .view {
    margin-top: -35px;
  }
  .main-visual-inner.caption-layout .main-visual-card .top .icn-wrap {
    top: 0px;
  }
  .main-visual-inner .top-slide-guard {
    width: 100%;
  }
  .main-visual-inner .main-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-visual-inner .main-visual .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform-origin: 250px 250px;
    -webkit-transform-origin: 250px 250px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-visual-inner .main-visual .slide img {
    width: 100%;
  }
  .main-visual-inner .main-visual .inner {
    overflow: hidden;
    width: 0%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-visual-inner .main-visual .now, .main-visual-inner .main-visual .animate {
    z-index: 10;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .main-visual-inner .main-visual .now .inner, .main-visual-inner .main-visual .animate .inner {
    width: 100%;
  }
  .main-visual-inner .main-visual .in {
    z-index: 10;
  }
  .main-visual-inner .main-visual .out {
    z-index: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .main-visual-inner .main-visual .out .inner {
    width: 100%;
  }
  .main-visual-inner .main-visual-card-wrap {
    position: absolute;
    bottom: 165px;
    right: 0;
    width: 80%;
  }
  .main-visual-inner .main-visual-card {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.2s linear;
  }
  .main-visual-inner .main-visual-card .top {
    z-index: 1;
    position: relative;
    margin-left: 43px;
    height: 44px;
    background: #dcdcdc;
  }
  .main-visual-inner .main-visual-card .top .icn-wrap {
    font-family: "abolition",sans-serif;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .main-visual-inner .main-visual-card .top .icn-wrap .icn-new {
    padding: 6px 18px;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px;
    background: #ec3e6b;
  }
  .main-visual-inner .main-visual-card .slice {
    z-index: 0;
    position: absolute;
    left: -30px;
    top: 13px;
    width: 60px;
    height: 60px;
    background: #dcdcdc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-visual-inner .main-visual-card .btm {
    z-index: 1;
    position: relative;
    height: 80px;
    background: #dcdcdc;
  }
  .main-visual-inner .main-visual-card .title {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    font-size: 16px;
    display: table;
  }
  .main-visual-inner .main-visual-card .title > * {
    display: table-cell;
    vertical-align: middle;
  }
  .main-visual-inner .main-visual-card .title .date {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    width: 130px;
    color: #a2a2a2;
    font-size: 24px;
    text-align: right;
  }
  .main-visual-inner .main-visual-card .title .txt {
    padding: 0 10px 0 50px;
    color: #424242;
  }
  .main-visual-inner .main-visual-card.back {
    z-index: 0;
    position: absolute;
    transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
  }
  .main-visual-inner .main-visual-card.back .top {
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .slice {
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .btm {
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .title .txt span {
    display: none;
  }
  .main-visual-inner .view {
    position: relative;
    z-index: 11;
    margin-top: -40px;
  }
  .main-visual-inner .view a {
    position: absolute;
    top: 0;
    left: -160px;
    font-family: "abolition",sans-serif;
    letter-spacing: 6px;
    display: block;
    padding-right: 20px;
    width: 18%;
    color: #FFF;
    line-height: 65px;
    font-size: 18px;
    text-align: center;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  }
  .main-visual-inner .view a.now {
    z-index: 1;
    left: 0;
  }
  .main-visual-inner .view a:before, .main-visual-inner .view a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    width: 11px;
    border: 1px solid #FFF;
  }
  .main-visual-inner .view a:before {
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-visual-inner .view a:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-visual-inner .slide-pager {
    position: absolute;
    left: 10px;
    bottom: 25px;
  }
  .main-visual-inner .slide-pager span {
    overflow: hidden;
    display: inline-block;
    margin-right: 3px;
    padding-top: 16px;
    width: 16px;
    height: 0;
    background: #7d7d7d;
    cursor: pointer;
  }
  .main-visual-inner .slide-pager span.now {
    background: #FFF;
  }
  .game-list-controller {
    display: none;
    position: relative;
    float: right;
    width: 30%;
    min-width: 200px;
    max-width: 350px;
  }
  .game-list-controller a {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: -10px;
  }
  
  .game-list-controller .bx-prev {
    left: 20%;
  }
  
  .game-list-controller .bx-next {
    left: 20%;
  }
  
  .game-list-controller .bx-prev {
    top: -15px;
    background: url(/v=1528423963/files/user/common/img/btn-circle-arw-top.png) no-repeat center center;
    background-size: 35px;
  }
  .game-list-controller .bx-next {
    bottom: -15px;
    top: inherit;
    right: inherit;
    background: url(/v=1528423963/files/user/common/img/btn-circle-arw-bottom.png) no-repeat center center;
    background-size: 35px;
  }
  .game-list-controller .disabled {
    opacity: 0 !important;
  }
  .layout-game-list {
    position: relative;
    height: 100%;
  }
  .layout-game-list .wrap {
    z-index: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-game-list .game-list {
    position: relative;
    margin-left: 10px;
    max-height: 100%;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-game-list .game-list:before {
    content: '';
    z-index: 1;
    position: absolute;
    border-bottom: 30px solid transparent;
  border-left: 30px solid #1b1b1b;
    /*background: #1b1b1b;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
  }
  .layout-game-list .game-list:before {
    top: 10px;
    left: 0px;
  }
  .layout-game-list .game-list .bx-wrapper {
    overflow: hidden;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-game-list .game-list .bx-viewport {
    background: #3a3a3a;
  }
  .layout-game-list .game-list .bx-controls {
    display: none;
  }
  .layout-game-list a {
    position: relative;
    z-index: 1;
    color: #FFF;
  }
  .layout-game-list li {
    padding: 10px 0;
  }
  .layout-game-list li:nth-child(even) {
    background: #484848;
  }
  .layout-game-list li:nth-child(odd) {
    background: #3a3a3a;
  }
  .layout-game-list li.more {
    font-family: "abolition",sans-serif;
    letter-spacing: .3em;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: #b5b5b5;
    height: 60px;
    box-sizing: border-box;
    padding-top: 15px;
  }
  .layout-game-list li.more:before, .layout-game-list li.more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 58%;
    width: 9px;
    border-top: 1px solid #FFF;
  }
  .layout-game-list li.more:before {
    margin-top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-game-list li.more:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-game-list .date-wrap {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 3px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
  }
  .layout-game-list .date-wrap > * {
    vertical-align: middle;
  }
  .layout-game-list .date-wrap .week {
    margin: 0 10px;
    font-size: 14px;
  }

/*特殊レギュレーション対応で追加*/
.top-main-visual-wrap .game-type {
    font-size: 12px;
    display: block;
    background: #fff;
    width: 110px;
    margin: 6px auto;
    text-align: center;
    color: #000;
}
.game-type {
    font-size: 12px;
    display: block;
    background: #fff;
    /*width: 110px;*/
    margin: 6px auto;
    text-align: center;
    color: #000;
}
  .layout-game-list .live-txt {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #c42039;
    width: 70px;
    margin: 10px auto 0;
    padding: 5px 0;
  }
  .layout-game-list .play-detail {
    display: table;
    width: 100%;
  }
  .layout-game-list .play-detail > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .layout-game-list .past .play-detail, .layout-game-list .future .play-detail {
    margin-top: -10px;
  }
  .layout-game-list .icn {
    font-size: 10px;
  }
  .layout-game-list .icn img {
    width: 50px;
    max-width: none;
  }
  .layout-game-list .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 26px;
  }
  .layout-game-list .hyphen {
    padding: 10px 0;
  }
  .layout-game-list .hyphen span {
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #FFF;
  }
  .layout-game-list .live .point {
    font-size: 50px;
  }
  .layout-game-list .live .hyphen {
    padding: 15px 0;
  }
  .layout-game-list .future .point {
    display: none;
  }
  .layout-game-list .place {
    text-align: center;
  }
  .layout-game-list .place span {
    padding: 3px;
    display: inline-block;
    font-size: 10px;
    border-bottom: 1px solid;
  }
  .layout-game-list .past .place, .layout-game-list .future .place {
    margin-top: -15px;
  }
  .layout-game-list .game-list .if-past, .layout-game-list .game-list .if-live {
    display: none;
  }
  .layout-game-list .link {
    position: relative;
    font-family: "abolition",sans-serif;
    letter-spacing: 0.2em;
    line-height: 1;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
  }
  .layout-game-list .link:before, .layout-game-list .link:after {
    position: absolute;
    display: block;
    content: '';
    width: 97%;
    height: 92%;
    transition: all .5s;
  }
  .layout-game-list .link:before {
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .layout-game-list .link:after {
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .layout-game-list .link:hover {
    background-color: #fff;
    color: #000;
    transition: all .7s;
  }
  .layout-game-list .link:hover:before, .layout-game-list .link:hover:after {
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .7s;
  }
  .layout-game-list .past .if-past {
    display: block;
  }
  .layout-game-list .past .if-past.link {
    display: inline-block;
  }
  .layout-game-list .live .if-live {
    display: block;
  }
  .layout-game-list .live .if-live.link {
    display: inline-block;
  }
  .layout-game-list .future .if-future {
    display: block;
  }
  .layout-game-list .future .if-future.link {
    display: inline-block;
  }
  /*.block-news .sub-nav {
    right: 160px !important;
  }*/
  .block-news .list-card:nth-child(n+7) {
    display: none;
  }
  .top-pickup-card ul {
    overflow: hidden;
    zoom: 1;
  }
  .top-pickup-card ul li {
    float: left;
    width: 50%;
  }
  .top-pickup-card ul li img {
    width: 100%;
  }
  .top-event .month {
    padding: 8px 0;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #FFF;
    background: #b5b5b5 !important;
  }
  .top-event .month .en {
    font-size: 44px;
  }
  .top-event li {
    display: block;
    padding: 10px 20px;
    background: #FFF;
  }
  .top-event li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .top-event li:nth-child(odd) {
    background: #e1e1e1;
  }
  .top-event li p {
    min-width: 200px;
  }
  .top-event li a {
    padding: 5px 0;
    overflow: hidden;
    color: #7f7f7f;
    text-decoration: underline;
  }
  .top-event .date {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.1em;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .top-event .day {
    margin-left: -3px;
    margin-right: 5px;
    font-size: 14px;
  }
  .top-event .week {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .top-event .category {
    vertical-align: middle;
  }
  .top-event .sat .date, .top-event .sat .day, .top-event .sat .week {
    color: #55afc6;
  }
  .top-event .sun .date, .top-event .sun .day, .top-event .sun .week, .top-event .dayoff .date, .top-event .dayoff .day, .top-event .dayoff .week {
    color: #dd2e2e;
  }
  .top-goodslist li {
    float: left;
    width: 20%;
  }
  .top-goodslist li img {
    width: 100%;
  }
  .top-goodslist a {
    display: block;
    position: relative;
  }
  .top-goodslist a img {
    vertical-align: top;
  }
  .top-goodslist a .txt-buy {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .1s;
    -webkit-transition: all .1s;
  }
  .top-goodslist a .txt-buy p {
    position: absolute;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -60px;
    width: 120px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
  }
  .top-goodslist a:hover .txt-buy {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .top-snslist {
    display: flex;
    overflow: hidden;
    zoom: 1;
  }
  .top-snslist > li {
    float: left;
    margin-right: 4%;
    width: 48%;
    padding: 35px 30px;
    background: #FFF;
    border-top: 10px solid #D30466;
    border-bottom: 10px solid #D30466;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-snslist > li:last-child {
    margin-right: 0;
  }
  .top-snslist > li.twt {
    border-color: #00aced;
  }
  .top-snslist > li.twt .sns-header {
    color: #00aced;
  }
  .top-snslist > li.twt .sns-header a {
    color: #00aced;
    border-color: #00aced;
  }
  .top-snslist > li.x {
    border-color: #000000;
  }
  .top-snslist > li.x .sns-header {
    color: #000000;
  }
  .top-snslist > li.x .sns-header a {
    color: #000000;
    border-color: #000000;
  }
  .top-snslist > li.fb {
    border-color: #4763b2;
  }
  .top-snslist > li.fb .sns-header {
    color: #4763b2;
  }
  .top-snslist > li.fb .sns-header a {
    color: #4763b2;
    border-color: #4763b2;
  }
  .top-snslist >li.insta > .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .top-snslist >li.insta .top-insta img {
    max-width: 385px;
    width: 100%;
  }
  .top-snslist .sns-header {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    color: #D30466;
  }
  .top-snslist .sns-header > * {
    display: inline-block;
    vertical-align: middle;
  }
  .top-snslist .sns-header .title {
    margin-right: 15px;
    font-size: 30px;
  }
  .top-snslist .sns-header .instagram .title{
    color: #D30466;
  }
  .top-snslist .sns-header a {
    padding: 1px 20px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #D30466;
    color: #D30466;
  }
  .top-snslist .sns-body {
    text-align: center;
  }
  .block-pickup .bx-pager,
  .block-shop .bx-pager,
  .block-stats .bx-pager {
    display: none;
  }
  .side-ticket-wrap {
    width: 100%;
    background: url(/v=1530006155/files/user/_/common/img/img-texture01.jpg?auto=webp&width=600);
  }
  .side-ticket-wrap.is-slice:after {
    top: -36px;
  }
  .side-ticket-wrap .top {
    position: relative;
    height: 99px;
    margin-top: 0px;
  }
  .side-ticket-wrap .top00 {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: -35px;
    left: -32px;
    display: block;
    transform: rotate(45deg);
    z-index: 1;
  }
  .side-ticket-wrap .top01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 100%;
    background: url(/v=1527733577/files/user/images/top/img-ticket-layer01.png) no-repeat center left;
  }
  .side-ticket-wrap .top02 {
    margin-left: 41px;
    margin-right: 32px;
    height: 100%;
    background: url(/v=1527733569/files/user/images/top/img-ticket-layer02.png) repeat-x center left;
  }
  .side-ticket-wrap .top03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: url(/v=1527733572/files/user/images/top/img-ticket-layer03.png) no-repeat center left;
  }
  .side-ticket-wrap .text {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .side-ticket-wrap .text .logo {
    margin-right: 10px;
    vertical-align: middle;
  }
  .side-ticket-wrap a {
    position: relative;
    display: block;
    padding-right: 15px;
    color: #FFF;
  }
  .side-ticket-wrap a:before, .side-ticket-wrap a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    border-top: 1px solid #FFF;
  }
  .side-ticket-wrap a:before {
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .side-ticket-wrap a:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .side-ticket-wrap .btm {
    padding: 10px;
    font-size: 12px;
    background: #1e1e1e;
  }
  .side-ticket-wrap .link {
    display: inline-block;
    margin-right: 4%;
    width: 45%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .side-ticket-wrap .link a {
    padding-left: 45px;
    background: url(/v=1527734033/files/user/images/top/img-blg-ticket-i.png) no-repeat left;
  }
  .side-ticket-wrap .link02 {
    margin-right: 0;
    margin-left: 4%;
  }
  .side-ticket-wrap .link02 a {
    background: url(/v=1527734033/files/user/images/top/img-blg-ticket-hatena.png) no-repeat left;
  }
  .movie-flexible {
    width: 100%;
  }
  .movie-flexible iframe {
    width: 100%;
    height: auto;
  }
  .component-standing-list {
    color: #FFF;
    background: #1e1e1e;
  }
  .component-standing-list .standing-header {
    padding: 20px 20px 20px 60px;
  }
  .component-standing-list .league > * {
    vertical-align: middle;
  }
  .component-standing-list .league .en {
    margin-right: 5px;
    font-size: 24px;
  }
  .component-standing-list .update {
    position: absolute;
    top: 30px;
    right: 50px;
    letter-spacing: .2em;
  }
  .component-standing-list .standing-table {
    margin: 1px;
    width: 100%;
  }
  .component-standing-list .standing-table th, .component-standing-list .standing-table td {
    position: relative;
    padding: 5px 2px;
    text-align: center;
  }
  .component-standing-list .standing-table thead tr {
    font-size: 10px;
    background: #323232;
  }
  .component-standing-list .standing-table tbody {
    font-size: 12px;
  }
  .component-standing-list .standing-table tbody tr td {
    padding: 10px 2px;
  }
  .component-standing-list .standing-table tbody tr:nth-child(even) {
    background: #323232;
  }
  .component-standing-list .circle {
    position: absolute;
    margin-top: -6px;
    top: 50%;
    left: -1px;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .component-standing-list .bg-main .circle {
    border-color: #FFF;
  }
  .component-stats-list {
    color: #FFF;
    background: #1e1e1e;
  }
  .component-stats-list .stats-header {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.2em;
    padding: 20px 10px 20px 30px;
    text-align: center;
    font-size: 22px;
  }
  .component-stats-list .stats-body li {
    position: relative;
    padding: 30px 10px 5px;
    border-bottom: 1px solid #3e3e3e;
  }
  .component-stats-list .stats-body .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .component-stats-list .stats-body .sub-title .en {
    letter-spacing: .2em;
    font-size: 14px;
    margin-right: 5px;
  }
  .component-stats-list .stats-body .sub-title .ja {
    font-size: 13px;
  }
  .component-stats-list .stats-body .personal-record {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .component-stats-list .stats-body .personal-record > * {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .component-stats-list .stats-body .personal-record .thumb {
    width: 64px;
  }
  .component-stats-list .stats-body .personal-record .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .component-stats-list .stats-body .personal-record .number {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    width: 24px;
    font-size: 20px;
    text-align: center;
  }
  .component-stats-list .stats-body .personal-record .name {
    font-size: 13px;
    width: 44%;
  }
  .component-stats-list .stats-body .personal-record .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    width: 30px;
    color: #c48f1f;
    font-size: 36px;
    text-align: center;
  }
  .news-list-wrap {
    margin: 30px 30px 70px 30px;
  }
  .news-list-wrap .component-news-card li:nth-child(n+10) {
    display: none;
  }
  .component-more-arw.news-more-arw {
    position: relative;
    width: 70%;
  }
  .component-more-arw.news-more-arw a {
    position: absolute;
    display: block;
    top: -18px;
    left: 50%;
    margin-left: -18px;
    width: 35px;
    height: 35px;
  }
  /* ニュースページのページャー */
  .pagination {
    margin: 40px 0 0;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .pagination .page a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #333333;
    margin-right: 20px;
    background: #fff;
  }
  .pagination .page.current {
    border: 1px solid #333333;
    padding: 10px;
    margin: 50px 20px 0 0;
    letter-spacing: -1px;
    background: #666666;
    color: white;
  }
  .pagination .prev {
    margin-right: 20px;
  }
  .news-article .second-header .top, .news-article .second-header .slice, .news-article .second-header .btm {
    background: #FFF;
  }
  .news-article .second-header .btm {
    padding-bottom: 0;
  }
  .news-article .second-header .category-label {
    top: -15px;
  }
  .news-article .second-header .category-label li {
    padding: 10px 20px;
    font-size: 18px;
  }
  .news-article .news-meta {
    margin-bottom: 45px;
    padding-top: 30px;
  }
  .news-article .news-meta > * {
    display: inline-block;
    vertical-align: middle;
  }
  .news-article .news-meta .update {
    color: #a2a2a2;
    font-family: "abolition",sans-serif;
    font-size: 30px;
  }
  .news-article .news-meta .news-sns {
    margin-left: 30px;
    color: #686868;
    font-size: 20px;
  }
  .news-article .news-meta .news-sns > * {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .news-article .news-headline .title {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
  }
  .players-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .players-list li {
    position: relative;
    //float: left;
    width: 33.33333%;
    overflow: hidden;
  }
  .players-list li:nth-child(2n) .detail-wrap {
    background: #eee;
  }
  .players-list a {
    color: #595959;
  }
  .players-list .bar {
    z-index: 1;
    position: absolute;
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    color: #FFF;
    background: #e40073;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .players-list .bar span {
    display: block;
    padding-top: 97px;
    letter-spacing: .3em;
    text-align: center;
    vertical-align: bottom;
  }
  .players-list .icn-plus {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 14px 5px;
    width: 30px;
    height: 30px;
    background: #bfbfbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .players-list .icn-plus:before, .players-list .icn-plus:after {
    content: '';
    display: block;
    width: 20px;
    border-top: 2px solid #FFF;
  }
  .players-list .icn-plus:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .players-list .icn-plus:after {
    margin-top: -2px;
  }
  .players-list .thumb {
    overflow: hidden;
  }
  .players-list .thumb img {
    width: 100%;
    vertical-align: top;
    transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .players-list a:hover .thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  .players-list .detail-wrap {
    padding: 20px 15px;
    font-size: 10px;
    background: #FFF;
  }
  .players-list .detail-wrap .num {
    float: left;
    margin-right: 20px;
    font-family: "abolition",sans-serif;
    font-size: 66px;
    line-height: 0.9;
  }
  .players-list .detail-wrap .detail {
    overflow: hidden;
  }
  .players-list .detail-wrap .detail .name.ja {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .players-list .detail-wrap .detail .name.en {
    margin-top: 3px;
  }
  .players-list .detail-wrap .detail .position {
    margin-top: 10px;
    font-size: 10px;
  }
  .player-header {
    position: relative;
  }
  .player-header .bx-pager {
    position: absolute;
    top: 50px;
    right: 30px;
  }
  .player-body {
    position: relative;
    z-index: 5;
  }
  .player-slide img {
    width: 100%;
  }
  .player-profile {
    position: relative;
    margin-top: -10%;
    padding: 50px 60px;
    color: #FFF;
    background: #535353;
  }
  .player-profile .image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .player-profile .image img {
    vertical-align: top;
    width: 240px;
  }
  .player-profile .detail {
    overflow: hidden;
    padding-left: 300px;
  }
  .player-profile .detail .number {
    padding-right: 20px;
    float: left;
    font-size: 120px;
    line-height: 1;
  }
  .player-profile .detail .name-wrap {
    margin-bottom: 20px;
  }
  .player-profile .detail .name-wrap .ja {
    font-size: 26px;
  }
  .player-profile .detail .name-wrap .en {
    font-size: 22px;
  }
  .player-profile .detail .position {
    font-size: 11px;
  }
  .tbl-profile {
    width: 100%;
    background: #e5e5e5;
  }
  .tbl-profile th, .tbl-profile td {
    padding: 10px 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl-profile th {
    text-align: right;
  }
  .tbl-profile td {
    background: #eee;
  }
  .tbl-profile tr {
    border-bottom: 1px solid #FFF;
  }
  .player-info {
    margin-bottom: 30px;
    padding: 70px;
    background: #FFF;
  }
  .player-info-header {
    margin-bottom: 50px;
    text-align: center;
  }
  .player-info-header .en {
    font-size: 33px;
    letter-spacing: .3em;
  }
  .player-info-header .ja {
    margin-top: 10px;
    font-size: 14px;
  }
  .stats-tab {
    overflow: hidden;
    zoom: 1;
    width: 100%;
  }
  .stats-tab.row3 li {
    width: 33%;
  }
  .stats-tab.row3 li:last-child {
    width: 34%;
  }
  .stats-tab.row4 li {
    width: 25%;
  }
  .stats-tab li {
    float: left;
    padding: 20px;
    width: 50%;
    text-align: center;
    color: #FFF;
    background: #e40073;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  .stats-tab li:last-child {
    border-right: none;
  }
  .stats-tab li.show-tab {
    color: #e40073;
    background: #FFF;
  }
  .stats-tab .en {
    margin-right: 15px;
    font-size: 22px;
    letter-spacing: 5px;
    vertical-align: middle;
  }
  .stats-tab .ja {
    vertical-align: middle;
  }
  /* current-stats-wrap */
  .current-stats-wrap .player-info-header {
    margin-bottom: 10px;
  }
  .current-stats-wrap .color01 {
    color: #e40073;
  }
  .current-stats-wrap .color01 .progress {
    background: #e40073;
  }
  .current-stats-wrap .color02 {
    color: #9d1258;
  }
  .current-stats-wrap .color02 .progress {
    background: #9d1258;
  }
  .current-stats-wrap .color03 {
    color: #aaa;
  }
  .current-stats-wrap .color03 .progress {
    background: #aaa;
  }
  .stats-status {
    margin-bottom: 10px;
    text-align: right;
  }
  .stats-status span {
    padding-left: 10px;
  }
  .stats-wrap dl {
    display: table;
    width: 100%;
  }
  .stats-wrap dl > * {
    display: table-cell;
    padding: 10px;
    width: 50%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stats-wrap dl dt {
    text-align: right;
  }
  .stats-wrap dl dt > * {
    vertical-align: middle;
  }
  .stats-wrap dl dt .en {
    padding-right: 20px;
    font-size: 16px;
  }
  .stats-wrap dl dt .ja {
    padding-right: 20px;
    font-size: 12px;
  }
  .stats-wrap dl dt .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    color: #e40073;
    font-size: 42px;
  }
  .stats-wrap dl dt .scale {
    font-family: "abolition",sans-serif;
    line-height: 2;
    vertical-align: bottom;
    color: #e40073;
    font-size: 30px;
  }
  .stats-wrap .bar-wrap {
    font-size: 12px;
  }
  .stats-wrap .bar-wrap .bar > * {
    vertical-align: middle;
  }
  .stats-wrap .bar-wrap .bar .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .stats-wrap .bar-wrap .progress {
    display: inline-block;
    margin-right: 10px;
    height: 13px;
  }
  .season-stats-wrap .divide {
    margin-bottom: 80px;
  }
  .game-header {
    position: relative;
    margin: 50px 30px 0 30px;
    background: #2c2c2c;
    background-size: cover;
  }
  .game-header .link-wrap {
    position: absolute;
    top: 30px;
    right: 18px;
    color: #fff;
  }
  .game-header .link-wrap i {
    padding-right: 3px;
    font-size: 20px;
    vertical-align: middle;
  }
  .game-header .link-wrap > * {
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
  }
  .game-header .link-wrap > *:hover, .game-header .link-wrap > *.selected {
    color: #000;
  }
  .game-header .home-away {
    position: absolute;
    top: 50%;
    padding-top: 22px;
    width: 30px;
    height: 110px;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    background: #CCC;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .game-header .home {
    background: #e40073;
  }
  .game-header .away {
    right: 0;
    background: #959595;
  }
  .game-header .game-page-controller {
    position: absolute;
    top: -20px;
    left: 100px;
  }
  .game-header .game-page-controller > * {
    float: left;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #616161;
  }
  .game-header .game-page-controller a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .game-header .game-page-controller .next a:before, .game-header .game-page-controller .prev a:before,
  .game-header .game-page-controller .next a:after, .game-header .game-page-controller .prev a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 38%;
    display: block;
    width: 11px;
    border-top: 1px solid #FFF;
  }
  .game-header .game-page-controller .next a:before {
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .game-header .game-page-controller .next a:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .game-header .game-page-controller .prev a:before {
    margin-top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .game-header .game-page-controller .prev a:after {
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .game-header .game-page-controller .back {
    background: #7d7d7d;
  }
  .game-header .game-page-controller .back a:before,
  .game-header .game-page-controller .back a:after {
    content: '';
    position: absolute;
    display: block;
    top: 13px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    border-top: 1px solid #FFF;
  }
  .game-header .game-page-controller .back a:after {
    top: 19px;
    height: 5px;
    border-bottom: 1px solid #FFF;
  }
  .game-header .game-status {
    position: absolute;
    top: 60px;
    left: 60px;
    color: #ababab;
  }
  .game-header .game-status li {
    padding: 3px 0;
  }
  .game-header .game-status .place {
    border-bottom: 1px solid;
  }
  .game-header .game-header-inner {
    padding: 50px;
    text-align: center;
  }
  .game-header .game-date-wrap {
    margin-bottom: 20px;
  }
  .game-header .game-date-wrap .season, .game-header .game-date-wrap .week {
    font-size: 20px;
    color: #9a9a9a;
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .game-header .game-date-wrap .date {
    margin: 0 20px;
    color: #FFF;
    font-size: 50px;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .game-header .game-progress {
    margin-bottom: 20px;
  }
  .game-header .game-progress span {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    color: #FFF;
    background: #000;
    border-radius: 20px;
  }
  .game-header .point-wrap {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    color: #FFF;
  }
  .game-header .point-wrap > * {
    display: table-cell;
    vertical-align: top;
    width: 30%;
  }
  .game-header .point-wrap .center {
    width: 40%;
    position: relative;
    left: -0.9%;
  }
  .game-header .point-wrap .team-logo-wrap {
    display: table;
    vertical-align: top;
  }
  .game-header .point-wrap .team-logo-wrap > * {
    display: table-cell;
    vertical-align: middle;
  }
  .game-header .point-wrap .team-logo-wrap .team-logo {
    width: 50%;
  }
  .game-header .point-wrap .team-logo-wrap .team-logo img {
    max-width: 100%;
    height: auto;
  }
  .game-header .point-wrap .team-logo-wrap .point {
    width: 50%;
    font-family: "abolition",sans-serif;
    font-size: 111px;
    letter-spacing: 0.05em;
  }
  .game-header .point-wrap .team-name {
    text-align: center;
  }
  .game-header .tbl-game-point {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .game-header .tbl-game-point tr:nth-last-child(2) td {
    padding-bottom: 20px;
  }
  .game-header .tbl-game-point tr:last-child {
    border-top: 1px solid;
  }
  .game-header .tbl-game-point tr:last-child .point {
    color: #fcdf85;
  }
  .game-header .tbl-game-point tr:last-child .progress {
    display: none;
  }
  .game-header .tbl-game-point tr:last-child td {
    padding-top: 20px;
  }
  .game-header .tbl-game-point td {
    vertical-align: middle;
  }
  .game-header .tbl-game-point .chart {
    width: 150px;
  }
  .game-header .tbl-game-point .chart > * {
    vertical-align: middle;
    margin: 0 -2px;
  }
  .game-header .tbl-game-point .chart .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .game-header .tbl-game-point .chart .line {
    display: inline-block;
    width: 38px;
    border-top: 1px solid #FFF;
  }
  .game-header .tbl-game-point .chart .circle {
    display: inline-block;
    width: 44px;
    line-height: 44px;
    font-size: 20px;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
  }
  .game-header .tbl-game-point .progress-wrap {
    text-align: right;
  }
  .game-header .tbl-game-point .progress-wrap .point {
    font-size: 36px;
  }
  .game-header .tbl-game-point .progress-wrap .progress {
    display: inline-block;
    margin: 0 5px;
    height: 13px;
    background: #fcdf85;
    vertical-align: super;
  }
  .game-header .tbl-game-point .progress-wrap-right {
    text-align: left;
  }
  .game-header .tbl-game-point .progress-wrap-right .progress {
    margin-left: 0;
  }
  .game-header .referee {
    margin-top: 25px;
    color: #c9c9c9;
  }
  .win-home .team-wrap.left .point {
    color: #fcdf85;
  }
  .win-home .progress-wrap-right .point {
    color: #FFF !important;
  }
  .win-home .progress-wrap-right .progress {
    background: #FFF !important;
  }
  .win-away .team-wrap.right .point {
    color: #fcdf85;
  }
  .win-away .progress-wrap .point {
    color: #FFF !important;
  }
  .win-away .progress-wrap .progress {
    background: #FFF !important;
  }
  .win-away tr:last-child .progress-wrap-right .point {
    color: #fcdf85 !important;
  }
  .win-away .progress-wrap-right .progress {
    background: #fcdf85 !important;
  }
  .game-body {
    margin: 0 30px;
  }
  .term-tab {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .term-tab li {
    float: left;
    width: 25%;
  }
  .term-tab li .en {
    display: block;
    padding: 5px;
    font-size: 24px;
    color: #000;
    text-align: center;
    border-right: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .term-tab li.show-tab {
    background: #efefef;
  }
  .term-tab.row5 li {
    width: 20%;
  }
  .term-tab.row7 li {
    width: 14.2857142857%;
  }
  .term-tab.row8 li {
    width: 12.5%;
  }
  .term-tab.line2 li:nth-child(-n+8) {
    border-bottom: 1px solid #bfbfbf;
  }
  .term-tab.line2row7 li:nth-child(-n+7) {
    border-bottom: 1px solid #bfbfbf;
  }
  /* play by play */
  .playbyplay .link-wrap {
    text-align: right;
  }
  .pbp-text-wrap {
    position: relative;
  }
  .pbp-text-wrap .team-logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .pbp-text-wrap .team-logo {
    display: inline-block;
    width: 80px;
    margin: 0 60px;
  }
  .pbp-text-wrap .team-logo img {
    width: 100%;
  }
  .pbp-text .center-line {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .pbp-text .center-line .term-circle {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 80px;
    line-height: 80px;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .pbp-text .center-line .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #7d7d7d;
  }
  .pbp-text .center-line .dot {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .pbp-text .timeline {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pbp-text .timeline-box {
    position: relative;
    margin-bottom: 30px;
    width: 50%;
  }
  .pbp-text .timeline-box:nth-child(2) {
    margin-top: 30px;
  }
  .pbp-text .timeline-box .line {
    position: absolute;
    top: 8px;
    width: 56px;
    border-top: 1px solid #7d7d7d;
  }
  .pbp-text .timeline-box .dot {
    display: block;
    position: absolute;
    top: 5px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .pbp-text .timeline-box .time {
    position: absolute;
    top: 10px;
    width: 56px;
    color: #959595;
    font-size: 20px;
  }
  .pbp-text .timeline-box.home {
    float: left;
  }
  .pbp-text .timeline-box.home .line {
    right: 0;
  }
  .pbp-text .timeline-box.home .dot {
    right: 56px;
  }
  .pbp-text .timeline-box.home .time {
    right: 0;
  }
  .pbp-text .timeline-box.away {
    float: right;
  }
  .pbp-text .timeline-box.away .line {
    left: 0;
  }
  .pbp-text .timeline-box.away .dot {
    left: 56px;
  }
  .pbp-text .timeline-box.away .time {
    text-align: right;
  }
  .pbp-text .timeline-inner {
    display: inline-block;
    position: relative;
    overflow: hidden;
    zoom: 1;
    min-height: 52px;
  }
  .pbp-text .timeline-inner .personal-photo {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: 100%;
  }
  .pbp-text .timeline-inner .point {
    position: absolute;
    top: 0;
    padding: 0 10px;
    color: #000;
    line-height: 1;
  }
  .pbp-text .timeline-inner .point .en {
    font-size: 34px;
  }
  .pbp-text .home + .home {
    clear: both;
  }
  .pbp-text .home + .away {
    margin-top: 30px;
  }
  .pbp-text .home .timeline-inner {
    float: right;
  }
  .pbp-text .home .timeline-inner .personal-photo {
    left: 0;
  }
  .pbp-text .home .timeline-inner .point {
    right: 70px;
  }
  .pbp-text .home .timeline-inner .text {
    padding: 0 120px 0 60px;
  }
  .pbp-text .away + .away {
    clear: both;
  }
  .pbp-text .away + .home {
    margin-top: 30px;
  }
  .pbp-text .away .timeline-inner {
    float: left;
  }
  .pbp-text .away .timeline-inner .personal-photo {
    right: 0;
  }
  .pbp-text .away .timeline-inner .point {
    left: 70px;
  }
  .pbp-text .away .timeline-inner .text {
    padding: 0 60px 0 120px;
  }
  .game-detail-area {
    position: relative;
    display: none;
  }
  .game-detail-area.show {
    display: block;
  }
  .game-detail-area .inner-canvas {
    width: 690px !important;
    margin: 0 auto;
  }
  .game-detail-area .fukidashi {
    position: absolute;
    width: 200px;
    height: 100px;
    font-size: 10px;
    z-index: 1;
    left: -1000px;
  }
  .game-detail-area .tips-wrap.fukidashi .tips-content {
    font-size: 10px;
    height: 100px;
    box-sizing: border-box;
  }
  .game-detail-area .tips-wrap.fukidashi .tips-content {
    font-size: 10px;
    height: 100px;
    box-sizing: border-box;
  }
  .game-detail-area .svg-wrap {
    overflow-x: scroll;
    width: 640px;
  }
  .game-detail-area .y-label {
    float: left;
  }
  .game-detail-area .y-label ul {
    list-style: none;
    position: relative;
    font-family: "abolition",sans-serif;
    letter-spacing: .2em;
    font-size: 22px;
    color: #000;
    float: left;
    position: absolute;
    top: -15px;
  }
  .game-detail-area .y-label ul li {
    position: absolute;
    text-align: right;
  }
  .game-detail-area .x-label > ul > li {
    display: inline-block;
    text-align: center;
    font-family: "abolition",sans-serif;
    letter-spacing: .2em;
    font-size: 22px;
    color: #000;
    float: left;
  }
  .game-detail-area .game-team-logo-area {
    overflow: hidden;
    padding: 20px;
    clear: both;
  }
  .game-detail-area .game-team-logo-area .logo-name {
    overflow: hidden;
    float: left;
    width: 340px;
  }
  .game-detail-area .game-team-logo-area .logo-name span {
    display: inline-block;
    margin: 0 10px;
  }
  .game-detail-area .game-team-logo-area .logo-name .logo img {
    width: 60px;
    height: auto;
    vertical-align: middle;
  }
  .game-detail-area .game-team-logo-area .logo-name .graf-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ccc;
  }
  .game-detail-area .game-team-logo-area .logo-name .team-name {
    color: #696969;
  }
  /* box score */
  .boxscore-wrap {
    margin-bottom: 80px;
  }
  .boxscore-header {
    position: relative;
    overflow: hidden;
    height: 100px;
  }
  .boxscore-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .boxscore-header .term {
    padding: 30px;
    height: 50px;
    font-size: 26px;
  }
  /* GAME REPORT */
  .report-box {
    margin-bottom: 80px;
  }
  .report-box .report-headline {
    margin-right: -70px;
    margin-bottom: 50px;
    padding: 45px;
    color: #4c4c4c;
    text-align: center;
    font-size: 30px;
    background: #eee;
    box-sizing: border-box;
    width: 100%;
  }
  .report-box .report-divide {
    overflow: hidden;
    zoom: 1;
  }
  .report-box .left {
    float: left;
    width: 180px;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .report-box .right {
    overflow: hidden;
    padding-left: 80px;
    padding-bottom: 50px;
    border-left: 1px solid #ccc;
    min-height: 180px;
  }
  .report-box .personal {
    text-align: center;
  }
  .report-box .personal .image {
    display: block;
    margin: 0 auto 10px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .report-box .personal .depertment {
    margin-bottom: 5px;
  }
  .report-box .personal .depertment span {
    padding: 3px 5px;
    font-size: 10px;
    color: #FFF;
    background: #434343;
  }
  .report-box .personal .name {
    color: #e40073;
  }
  .report-box .txt {
    color: #4c4c4c;
  }
  .report-box .txt h5 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .report-box .txt p {
    margin-bottom: 50px;
    line-height: 2;
  }
  .report-box .txt .image {
    margin-bottom: 50px;
  }
  .report-box .txt .image img {
    max-width: 100%;
    height: auto;
  }
  .report-box .term {
    display: block;
    width: 105px;
    line-height: 105px;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .is-slice {
    overflow: hidden;
    zoom: 1;
    position: relative;
  }
  .is-slice:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -32px;
    display: block;
    width: 60px;
    height: 60px;
    background: none;
    transform: rotate(45deg);
  }
  .bx-wrapper {
    position: relative;
  }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    margin-top: -17px;
    padding-top: 35px;
    width: 35px;
    height: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .bx-wrapper .bx-controls-direction .bx-prev {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 17px;
    background: url(/v=1527845851/files/user/images/btn-circle-arw-left.png) no-repeat center center;
    background-size: 35px;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 17px;
    background: url(/v=1527845851/files/user/images/btn-circle-arw-right.png) no-repeat center center;
    background-size: 35px;
  }
  .bx-wrapper:hover .bx-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -17px;
  }
  .bx-wrapper:hover .bx-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -17px;
  }
  .bx-wrapper .bx-pager-item {
    margin-right: 3px;
    display: inline-block;
  }
  .bx-wrapper .bx-pager-item a {
    overflow: hidden;
    display: block;
    padding-top: 16px;
    width: 16px;
    height: 0;
    background: #7d7d7d;
  }
  .bx-wrapper .bx-pager-item a.active {
    background: #FFF;
  }
  .kumamoto-popup-nav {
    position: relative;
    padding: 8px 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #d10208;
    text-align: center;
    vertical-align: middle;
  }
  .kumamoto-popup-nav a {
    display: block;
  }
  .tbl-wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
  .tbl-wrap a.btn-game-more {
    text-align: center;
    display: block;
    letter-spacing: 0.2em;
    border: 1px solid;
    padding: 16px 10px;
    width: 230px;
    margin: 0 auto;
    color: #4c4c4c;
    transition: all .4s;
  }
  .tbl-wrap a.btn-game-more:hover {
    background: #4c4c4c;
    color: #fff;
  }
  .tbl-wrap a.btn-game-more span.txt-backmore {
    display: none;
  }
  .tbl-wrap a.btn-game-more.active span.txt-nomal {
    display: none;
  }
  .tbl-wrap a.btn-game-more.active span.txt-backmore {
    display: inherit;
  }
    a.btn-game-more {
    text-align: center;
    display: block;
    letter-spacing: 0.2em;
    border: 1px solid;
    padding: 16px 10px;
    width: 230px;
    margin: 0 auto;
    color: #4c4c4c;
    transition: all .4s;
    margin-bottom: 35px;
  }
  a.btn-game-more:hover {
    background: #4c4c4c;
    color: #fff;
  }
  a.btn-game-more span.txt-backmore {
    display: none;
  }
  a.btn-game-more.active span.txt-nomal {
    display: none;
  }
  a.btn-game-more.active span.txt-backmore {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  #responsive {
    display: none;
  }
  body {
    background-color: #fff;
    color: #4c4c4c;
    font: 14px/1.61 "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* table */
  .tbl-wrap {
    margin-bottom: 30px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .tbl01 {
    width: 100%;
    border-top: 1px solid #bfbfbf;
  }
  .tbl01 th, .tbl01 td {
    padding: 10px 5px;
    text-align: center;
  }
  .tbl01 tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl01 thead th {
    padding: 10px 5px 5px;
    font-size: 10px;
  }
  .tbl01 tbody td:nth-child(odd) {
    background: #f7f7f7;
  }
  .tbl02 {
    width: 100%;
    border: 1px solid #bfbfbf;
  }
  .tbl02 th, .tbl02 td {
    padding: 10px;
  }
  .tbl02 thead tr th {
    color: #FFF;
    text-align: center;
    background: #b5b5b5;
  }
  .tbl02 tbody tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl02 tbody tr th {
    text-align: center;
  }
  .tbl02 tbody tr:nth-child(even) {
    background: #f7f7f7;
  }
  .tbl03 {
    width: 100%;
    border: 1px solid #bfbfbf;
  }
  .tbl03 th, .tbl03 td {
    padding: 10px;
  }
  .tbl03 tbody tr {
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl03 tbody tr th {
    text-align: center;
    background: #eee;
  }
  .tbl03 tbody tr td {
    padding: 10px 20px;
  }
  /* BUTTON */
  .link-wrap {
    margin-bottom: 30px;
  }
  .link-wrap .link {
    color: #595959;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .link-wrap .link-radius {
    padding: 5px 10px;
    font-size: 12px;
    color: #797979;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    margin: 5px;
    display: inline-block;
  }
  .link-wrap .link-radius i {
    display: inline-block;
    padding-right: 10px;
  }
  .link-wrap .link-radius:hover, .link-wrap .link-radius.selected {
    background: #efefef;
  }
  .link-wrap .size-fixed {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
  }
  .link-wrap .size-half {
    padding: 13px 0;
    width: 48%;
    font-size: 14px;
  }
  .link-wrap .size-half:first-child {
    margin-right: 1%;
  }
  .link-wrap .size-half:last-child {
    margin-left: 1%;
  }
  .link-wrap .strong {
    color: #FFF;
    background: #e40073;
  }
  .layout-global-header {
    position: relative;
    padding: 5px 10px 5px 0;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-global-header .b-logo {
    float: left;
    margin-right: 0px;
  }
  .layout-global-header .sr-logo {
    display: block;
    float: left;
  }
  .layout-global-header .sr-logo img {
    height: 28px;
    margin-top: 8px;
  }
  .layout-global-header .global-nav {
    float: left;
  }
  .layout-global-header .global-nav li {
    display: inline-block;
  }
  .layout-global-header .global-nav li a {
    display: block;
    margin-right: 10px;
    line-height: 38px;
    color: #545454;
    font-weight: bold;
    font-size: 12px;
  }
  .layout-global-header .global-nav li.gnav01 {
    display: none;
  }
  .layout-global-header .global-sponsor {
    display: table;
    float: right;
  }
  .layout-global-header .global-sponsor li {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
    padding: 0 0 0 3px;
  }
  .layout-global-header .global-sponsor li img {
    vertical-align: middle;
    height: 15px;
  }
  .layout-team-header {
    clear: both;
    z-index: 1000;
    position: relative;
    width: 100%;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-team-header .team-logo-wrap {
    padding-left: 10px;
    display: table;
    height: 70px;
  }
  .layout-team-header .team-logo-wrap > * {
    display: table-cell;
    vertical-align: middle;
  }
  .layout-team-header .team-logo-wrap .team-logo {
    padding-right: 10px;
  }
  .layout-team-header .team-logo-wrap .team-logo img {
    width: 50px;
    vertical-align: middle;
  }
  .layout-team-header .team-logo-wrap .en {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.1;
    width: 160px;
  }
  .team-nav {
    position: relative;
    padding: 0 20px;
    background: #e7e8e8;
  }
  .team-nav .team-nav-trigger {
    display: none;
  }
  .team-nav .team-nav-scroll {
    overflow-y: auto;
  }
  .team-nav .side-btn {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 100%;
    height: 50px;
    background: #FFF;
  }
  .team-nav .side-btn:before, .team-nav .side-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    content: '';
    width: 10px;
    border-top: 1px solid #000;
  }
  .team-nav .side-btn:before {
    transform: rotate(45deg);
  }
  .team-nav .side-btn:after {
    transform: rotate(-45deg);
  }
  .team-nav .side-prev {
    left: 0;
  }
  .team-nav .side-prev:before {
    margin-top: 3px;
  }
  .team-nav .side-prev:after {
    margin-top: -3px;
  }
  .team-nav .side-next {
    right: 0;
  }
  .team-nav .side-next:before {
    margin-top: -3px;
  }
  .team-nav .side-next:after {
    margin-top: 3px;
  }
  .team-nav .team-nav-inner {
    overflow: hidden;
    width: 1200px;
  }
  .team-nav .team-nav-inner ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
  }
  .team-nav .team-nav-inner li {
    float: left;
    position: static;
  }
  .team-nav .team-nav-inner a {
    display: block;
    padding: 10px 15px;
    height: 45px;
    color: #5c5c5c;
    text-align: center;
    background: transparent !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .team-nav .team-nav-inner a > * {
    display: block;
    line-height: 1;
  }
  .team-nav .team-nav-inner a .en {
    margin-bottom: 3px;
    font-size: 16px;
    letter-spacing: .05em;
  }
  .team-nav .team-nav-inner a .ja {
    font-size: 10px;
  }
  .team-nav .team-nav-inner .has-2ndnav > a {
    position: relative;
    padding-right: 20px;
  }
  .team-nav .team-nav-inner .has-2ndnav > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    width: 10px;
    height: 8px;
    background: url(/v=1528423964/files/user/common/img/icn-arw-gry-bottom.png) no-repeat center top;
    background-size: 7px;
  }
  .team-nav .team-nav-inner .second-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background: rgba(49, 49, 49, 0.97);
  }
  .team-nav .team-nav-inner .second-nav a {
    display: block;
    float: none;
    padding: 10px;
    text-align: center;
    color: #FFF;
  }
  .team-sns {
    display: none;
  }
  .team-nav-trigger.sp {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  .team-nav-trigger.sp > * {
    display: inline-block;
    vertical-align: middle;
  }
  .team-nav-trigger.sp .icn {
    position: relative;
    margin: 0 auto;
    width: 28px;
    height: 19px;
  }
  .team-nav-trigger.sp .icn span, .team-nav-trigger.sp .icn:before, .team-nav-trigger.sp .icn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #FFF;
  }
  .team-nav-trigger.sp .icn:before {
    top: 7px;
  }
  .team-nav-trigger.sp .icn:after {
    top: 14px;
  }
  .team-nav-trigger.sp .title {
    font-size: 14px;
    letter-spacing: 2px;
    float: left;
    padding-top: 4px;
    padding-right: 4px;
  }
  .layout-subpage-header {
    overflow: hidden;
    position: relative;
  }
  .layout-subpage-header .subpage-image {
    margin-left: -25%;
    width: 150%;
    max-width: 150%;
    vertical-align: top;
  }
  .layout-subpage-header .subpage-title {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #FFF;
    font-family: "abolition",sans-serif;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .layout-subpage-header .subpage-title span {
    display: inline-block;
    padding-right: 10px;
  }
  .layout-subpage-header .subpage-title .txt-main {
    position: relative;
  }
  .layout-subpage-header .subpage-title .txt-main:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 13px;
    border-top: 1px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #page_schedule .layout-content {
    overflow: visible;
}
#page_schedule_calendar .layout-content {
    overflow: visible;
}
  .layout-content {
    /* overflow: hidden; */
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFF;
  }
  .layout-content .bread {
    padding: 10px;
    font-size: 10px;
    color: #939393;
    background: #e1e1e2;
  }
  .layout-content .bread .divide {
    margin: 0 5px;
  }
  .layout-content .btn-back img {
    margin-right: 10px;
    vertical-align: middle;
  }
  .layout-content .btn-back a {
    display: block;
    line-height: 56px;
    color: #FFF;
    text-align: center;
    background: #b5b5b5;
  }

  .layout-content .component-block.block-cs-game {
    padding: 10px;
    color: #fff;
    background: #1e1e1e;
  }
  .layout-content .component-block.block-cs-game p {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .body--news .layout-content {
    overflow: visible;
  }
  .layout-main {
    background: #cfcfcf;
  }
  .layout-main-inner {
    padding: 10px;
    background: #d7d8d8;
  }
  .layout-sponsors ul {
    /*padding: 20px 10px;*/
    text-align: center;
  }
  .layout-sponsors li {
    /*display: inline-block;
    margin: 0;
    width: 80px;
    vertical-align: middle;*/
  }
  .layout-global-footer {
    overflow: hidden;
    padding: 20px;
    text-align: center;
    font-size: 11px;
  }
  .layout-global-footer .team-logo {
    text-align: center;
  }
  .layout-global-footer .team-logo img {
    margin-top: 10px;
    width: 55px;
    height: auto;
  }
  .layout-global-footer .foot-nav {
    margin-top: 10px;
    text-align: center;
  }
  .layout-global-footer .foot-nav li {
    display: inline-block;
    margin-right: 10px;
  }
  .layout-global-footer .foot-nav a {
    color: #FFF;
  }
  .layout-global-footer .copy {
    margin-top: 25px;
  }
  .is-layout-popup-tnav-show {
    overflow: hidden;
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .right {
    width: 100%;
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .content .tsns-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .is-layout-popup-tnav-show .layout-popup-tnav .content .tnav-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .layout-popup-tnav {
    z-index: -1;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-popup-tnav .team-nav-trigger {
    display: none !important;
  }
  .layout-popup-tnav .close-trigger {
    z-index: 500;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    padding: 30px 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .layout-popup-tnav .close-trigger:before, .layout-popup-tnav .close-trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    border-top: 2px solid #FFF;
  }
  .layout-popup-tnav .close-trigger:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-popup-tnav .close-trigger:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-popup-tnav .left {
    display: none;
  }
  .layout-popup-tnav .right {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73);
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73);
  }
  .layout-popup-tnav .content {
    top: 0;
    left: 0;
    padding: 60px 0 100px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .layout-popup-tnav .content .tsns-wrap {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 40px 0 20px 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
  }
  .layout-popup-tnav .content .tsns-wrap a {
    color: #FFF;
  }
  .layout-popup-tnav .content .tsns-wrap li {
    display: inline-block;
    text-align: center;
    width: 24%;
  }
  .layout-popup-tnav .content .tsns-wrap .tsns01 {
    font-size: 18px;
  }
  .layout-popup-tnav .content .tnav-wrap {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.01, 1, 0.73) 0.15s;
  }
  .layout-popup-tnav .content .tnav-wrap li {
    margin-top: 30px;
    font-size: 140%;
  }
  .layout-popup-tnav .content .tnav-wrap li > a {
    display: block;
    text-align: center;
    line-height: 1;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-popup-tnav .content .tnav-wrap li > a .en {
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: .3em;
  }
  .layout-popup-tnav .content .tnav-wrap li > a .ja {
    font-size: 10px;
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav > a {
    position: relative;
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav > a .open-triger {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav > a .open-triger:before, .layout-popup-tnav .content .tnav-wrap li.has-2ndnav > a .open-triger:after {
    content: '';
    position: absolute;
    right: 20px;
    width: 12px;
    height: 3px;
    border-radius: 3px;
    background: #FFF;
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav > a .open-triger:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
  }
  .layout-popup-tnav .content .tnav-wrap li.has-2ndnav.selected > a .open-triger:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav {
    display: none;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid #52555b;
    border-bottom: 1px solid #52555b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-popup-tnav .content .tnav-wrap li .second-nav a {
    display: block;
    padding: 5px;
    color: #FFF;
    line-height: 2.2;
    font-size: 14px;
  }
  .is-top-search-show .layout-top-search {
    opacity: 1;
    z-index: 5001;
  }
  .layout-top-search {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .layout-top-search .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-top-search .content {
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .layout-top-search input[type=text] {
    border: none;
    background: #FFF;
    width: 90%;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: .3em;
    padding: 0 30px;
    line-height: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-top-search input[type=submit] {
    padding: 0;
    border: none;
    background: transparent;
  }
  .layout-second {
    padding: 10px;
  }
  .layout-second .second-header {
    position: relative;
  }
  .layout-second .second-header .top {
    z-index: 1;
    position: relative;
    margin-left: 28px;
    height: 38px;
    background: #f3f3f3;
  }
  .layout-second .second-header .top .icn-wrap {
    font-family: "abolition",sans-serif;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .layout-second .second-header .top .icn-wrap .icn-new {
    padding: 6px 14px;
    color: #FFF;
    font-size: 18px;
    background: #ec3e6b;
  }
  .layout-second .second-header .slice {
    z-index: 0;
    position: absolute;
    left: -20px;
    top: 9px;
    width: 40px;
    height: 39px;
    background: #f3f3f3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-second .second-header .btm {
    z-index: 1;
    position: relative;
    margin-top: -10px;
    padding: 0 10px 30px;
    background: #f3f3f3;
  }
  .layout-second .second-header .title-wrap {
    z-index: 10;
    display: table;
    width: 100%;
    color: #727272;
    font-size: 20px;
  }
  .layout-second .second-header .title-wrap .title {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
  }
  .layout-second .second-body {
    padding: 20px 10px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #797979;
    background: #FFF;
  }
  .layout-second .second-body article pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-wrap: break-word;
  }
  .layout-second .second-body article a {
    color: #cd1b2f;
  }
  .layout-second .second-body article h1 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 26px;
  }
  .layout-second .second-body article h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 18px;
  }
  .layout-second .second-body article h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .layout-second .second-body article strong {
    font-weight: bold;
  }
  .layout-second .second-body article > p {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .layout-second .second-body article > p b {
    color: #e40073;
    font-weight: bold;
  }
  .layout-second .second-body article .color01 {
    color: #cd1b2f;
  }
  .layout-second .second-body article .color02 {
    color: #000000;
  }
  .layout-second .second-body article .color03 {
    color: #e40073;
  }
  .layout-second .second-body article .hr {
    margin: 0 -50px 30px;
    border: none;
    border-top: 1px solid #e1e1e1;
  }
  .layout-second .second-body article .hr02 {
    margin: 0 -50px 30px;
    border: none;
    border-top: 5px solid #e1e1e1;
  }
  .layout-second .second-body article .img-right {
    float: right;
    margin: 0 0 10px 10px;
    width: 50%;
    box-sizing: border-box;
  }
  .layout-second .second-body article .img-left {
    float: left;
    padding: 0 10px 10px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .layout-second .second-body article .img-center {
    display: block;
    margin: 0 auto 20px;
  }
  .layout-second .second-body article .image-large {
    margin: 0 -10px 30px;
  }
  .layout-second .second-body article .image-large img {
    width: 100%;
  }
  .layout-second .second-body article .list.row3 .image {
    float: right;
    margin: 0 0 10px 2%;
    width: 48%;
  }
  .layout-second .second-body article .list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
  }
  .layout-second .second-body article .list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-second .second-body article .list .title {
    margin: 10px 0;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.6;
  }
  .layout-second .second-body article .list .txt {
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .layout-second .second-body article .list .more {
    clear: both;
    font-family: "abolition",sans-serif;
    letter-spacing: .1em;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 0 15px 0 0;
    font-size: 16px;
    color: #7d7d7d;
    text-align: right;
  }
  .layout-second .second-body article .list .more:before, .layout-second .second-body article .list .more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
  }
  .layout-second .second-body article .list .more:before {
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .layout-second .second-body article .list .more:after {
    margin-top: 2px;
    transform: rotate(-45deg);
  }
  .layout-second .second-body article .image-list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-second .second-body article .image-list.row1 li {
    width: 100%;
  }
  .layout-second .second-body article .image-list.row2 li {
    margin-right: 1%;
  }
  .layout-second .second-body article .image-list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-second .second-body article .image-list li {
    float: left;
    margin-bottom: 20px;
    width: 49%;
  }
  .layout-second .second-body article .image-list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-second .second-body article .image-list .caption {
    padding: 5px;
    color: #FFF;
    font-size: 12px;
    background: #3e3e3e;
  }
  .layout-second .second-body article .ico-external {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-external.png) no-repeat right center;
  }
  .layout-second .second-body article .ico-pdf {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-pdf.png) no-repeat right center;
  }
  .layout-second .second-body article .box {
    margin-bottom: 30px;
    padding: 10px;
    border: 3px solid #e1e1e1;
  }
  .layout-second .second-body article .box-color {
    margin-bottom: 10px;
    padding: 10px;
    border: 3px solid #e40073;
  }



  .layout-module {
    padding: 10px;
  }
  .layout-module .second-header {
    position: relative;
  }
  .layout-module .second-header .top {
    z-index: 1;
    position: relative;
    margin-left: 28px;
    height: 38px;
    background: #f3f3f3;
  }
  .layout-module .second-header .top .icn-wrap {
    font-family: "abolition",sans-serif;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .layout-module .second-header .top .icn-wrap .icn-new {
    padding: 6px 14px;
    color: #FFF;
    font-size: 18px;
    background: #ec3e6b;
  }
  .layout-module .second-header .slice {
    z-index: 0;
    position: absolute;
    left: -20px;
    top: 9px;
    width: 40px;
    height: 39px;
    background: #f3f3f3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-module .second-header .btm {
    z-index: 1;
    position: relative;
    margin-top: -10px;
    padding: 0 10px 30px;
    background: #f3f3f3;
  }
  .layout-module .second-header .title-wrap {
    z-index: 10;
    display: table;
    width: 100%;
    color: #727272;
    font-size: 20px;
  }
  .layout-module .second-header .title-wrap .title {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
  }
  .layout-module .second-body {
    padding: 20px 10px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #797979;
    background: #FFF;
  }
  .layout-module .second-body article pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-wrap: break-word;
  }
  .layout-module .second-body article a {
    color: #cd1b2f;
  }
  .layout-module .second-body article h1 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 26px;
  }
  .layout-module .second-body article h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 18px;
  }
  .layout-module .second-body article h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .layout-module .second-body article strong {
    font-weight: bold;
  }
  .layout-module .second-body article > p {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .layout-module .second-body article > p b {
    color: #e40073;
    font-weight: bold;
  }
  .layout-module .second-body article .color01 {
    color: #cd1b2f;
  }
  .layout-module .second-body article .color02 {
    color: #000000;
  }
  .layout-module .second-body article .color03 {
    color: #e40073;
  }
  .layout-module .second-body article .hr {
    margin: 0 -50px 30px;
    border: none;
    border-top: 1px solid #e1e1e1;
  }
  .layout-module .second-body article .hr02 {
    margin: 0 -50px 30px;
    border: none;
    border-top: 5px solid #e1e1e1;
  }
  .layout-module .second-body article .img-right {
    float: right;
    margin: 0 0 10px 10px;
    width: 50%;
    box-sizing: border-box;
  }
  .layout-module .second-body article .img-left {
    float: left;
    padding: 0 10px 10px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .layout-module .second-body article .img-center {
    display: block;
    margin: 0 auto 20px;
  }
  .layout-module .second-body article .image-large {
    margin: 0 -10px 30px;
  }
  .layout-module .second-body article .image-large img {
    width: 100%;
  }
  .layout-module .second-body article .list.row3 .image {
    float: right;
    margin: 0 0 10px 2%;
    width: 48%;
  }
  .layout-module .second-body article .list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
  }
  .layout-module .second-body article .list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-module .second-body article .list .title {
    margin: 10px 0;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.6;
  }
  .layout-module .second-body article .list .txt {
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .layout-module .second-body article .list .more {
    clear: both;
    font-family: "abolition",sans-serif;
    letter-spacing: .1em;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 0 15px 0 0;
    font-size: 16px;
    color: #7d7d7d;
    text-align: right;
  }
  .layout-module .second-body article .list .more:before, .layout-module .second-body article .list .more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
  }
  .layout-module .second-body article .list .more:before {
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .layout-module .second-body article .list .more:after {
    margin-top: 2px;
    transform: rotate(-45deg);
  }
  .layout-module .second-body article .image-list {
    overflow: hidden;
    zoom: 1;
  }
  .layout-module .second-body article .image-list.row1 li {
    width: 100%;
  }
  .layout-module .second-body article .image-list.row2 li {
    margin-right: 1%;
  }
  .layout-module .second-body article .image-list.row2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .layout-module .second-body article .image-list li {
    float: left;
    margin-bottom: 20px;
    width: 49%;
  }
  .layout-module .second-body article .image-list .image img {
    width: 100%;
    vertical-align: top;
  }
  .layout-module .second-body article .image-list .caption {
    padding: 5px;
    color: #FFF;
    font-size: 12px;
    background: #3e3e3e;
  }
  .layout-module .second-body article .ico-external {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-external.png) no-repeat right center;
  }
  .layout-module .second-body article .ico-pdf {
    margin-right: 3px;
    padding-right: 26px;
    background: url(/v=1528423965/files/user/common/img/ico-pdf.png) no-repeat right center;
  }
  .layout-module .second-body article .box {
    margin-bottom: 30px;
    padding: 10px;
    border: 3px solid #e1e1e1;
  }
  .layout-module .second-body article .box-color {
    margin-bottom: 10px;
    padding: 10px;
    border: 3px solid #e40073;
  }

  .news-nav {
    width: 100%;
  }
  .news-nav a {
    display: block;
    margin-top: -1px;
    color: #FFF;
    padding: 15px 30px;
    border: 1px solid #e40073;
  }
  .news-nav a .en {
    margin-right: 10px;
    font-size: 16px;
  }
  .news-nav a .ja {
    font-size: 12px;
  }
  .component-block.block-team .img-column2 {
    overflow: hidden;
  }
  .component-block.block-team .img-column2 li {
    float: left;
    width: 50%;
  }
  .component-block.block-team .img-column2 li img {
    width: 100%;
    height: auto;
  }
  .component-block .block-header {
    position: relative;
    color: #FFF;
    text-align: center;
  }
  .component-block .block-header .title {
    padding: 15px 10px;
  }
  .component-block .block-header .pulldown {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    line-height: 1;
  }
  .component-block .block-header .pulldown ul {
    display: none;
    z-index: 1;
    position: relative;
    background: #FFF;
  }
  .component-block .block-header .pulldown + .title {
    padding-bottom: 60px;
  }
  .component-block .block-header .pulldown .now {
    position: relative;
    padding: 3px 0;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    background: #626262;
  }
  .component-block .block-header .pulldown .now:after {
    content: '';
    position: absolute;
    top: 43%;
    left: 50%;
    margin-left: 25px;
    width: 6px;
    height: 5px;
    background: url(/v=1528423964/files/user/common/img/icn-arw-bottom.png) no-repeat center center;
    background-size: 6px;
  }
  .component-block .block-header .pulldown .now .en {
    font-size: 28px;
  }
  .component-block .block-header .more {
    display: none;
  }
  .component-block .block-header .sub-nav {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    display: table;
    width: 100%;
    font-size: 12px;
    background: #e6e7e7;
  }
  .component-block .block-header .sub-nav li {
    display: table-cell;
    padding: 10px 3px;
    text-align: center;
  }
  .component-block .block-header .sub-nav a {
    color: #161616;
  }
  .component-block .block-header .title > * {
    display: inline-block;
  }
  .component-block .block-header .title .en {
    font-size: 25px;
    letter-spacing: 3px;
  }
  .component-block .block-header .title .ja {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .component-block .block-body {
    position: relative;
    overflow: hidden;
    zoom: 1;
    background: #e6e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-card .card {
    margin-bottom: 20px;
    position: relative;
  }
  .component-card .card .image {
    position: relative;
  }
  .component-card .card .image img {
    vertical-align: top;
    width: 100%;
  }
  .component-card .card .detail {
    padding: 15px;
    background: #FFF;
  }
  .component-card .card .detail .title {
    font-size: 12px;
    color: #7f7f7f;
  }
  .component-news-card .list-card {
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 100px;
    background: #FFF;
    border-bottom: 1px solid #e6e7e7;
  }
  .component-news-card .list-card .image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 30%;
    max-width: 100px;
  }
  .component-news-card .list-card .image:after {
    display: none;
  }
  .component-news-card .list-card .image img {
    vertical-align: top;
    width: 250%;
    max-width: 250%;
  }
  .component-news-card .list-card .detail {
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #FFF;
  }
  .component-news-card .list-card .detail .title {
    padding-top: 30px;
    font-size: 14px;
    color: #7f7f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .component-news-card .list-card .detail .update {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #a2a2a2;
  }
  .component-news-card .list-card .sns {
    display: none;
  }
  .component-news-card .list-card .category-label {
    left: 50%;
  }
  .component-news-card .list-card .image-bg {
    background-position: top center !important;
    background-size: auto 100px !important;
  }
  /* ニュースページのページャー */
  .pagination {
    padding: 20px 0 13px;
    font-size: 16px;
    text-align: center;
  }
  .pagination .page a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #333333;
    margin: 0 2% 2% 0;
    background: #fff;
  }
  .pagination .page.current {
    border: 1px solid #333333;
    padding: 5px;
    margin: 50px 2% 0 0;
    letter-spacing: -1px;
    background: #666666;
    color: white;
  }
  /* ニュースをもっと読み込む際のボタン */
  .component-more-arw a {
    display: block;
    font-family: "abolition",sans-serif;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
    color: #000;
    background: #e6e7e7;
  }
  .component-more-arw a.ja span {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", sans-serif;
  }
  .component-more-arw a span {
    position: relative;
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  .component-more-arw a span:before, .component-more-arw a span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 11px;
    border-top: 1px solid #000;
  }
  .component-more-arw a span:before {
    right: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .component-more-arw a span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* ニュース一覧に使用されているカードのラベル */
  .category-label {
    font-family: "abolition",sans-serif;
    z-index: 1;
    position: absolute;
    top: 10px;
  }
  .category-label ul {
    text-align: right;
  }
  .category-label li {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #CCC;
    padding: 1px 5px;
    font-size: 12px;
  }
  .category-label .cat-new {
    background: red;
  }
  .component-sidenav {
    display: none;
  }
  .component-sp-sidenav a {
    padding: 8px 0;
    display: block;
    color: #505050;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .component-sp-sidenav .en {
    display: none;
  }
  .component-month-selector {
    padding: 20px 10px;
    text-align: center;
  }
  .component-month-selector:after {
    content: '';
    display: block;
    clear: both;
  }
  .component-month-selector > * {
    display: inline-block;
  }
  .component-month-selector .year-selector, .component-month-selector .month-selector, .component-month-selector .common-selector {
    position: relative;
    margin-right: 40px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .component-month-selector .year-selector .arw, .component-month-selector .month-selector .arw, .component-month-selector .common-selector .arw {
    display: block;
    position: absolute;
    right: -39px;
    top: -1px;
    width: 38px;
    height: 42px;
  }
  .component-month-selector .year-selector .arw:before, .component-month-selector .year-selector .arw:after, .component-month-selector .month-selector .arw:before, .component-month-selector .month-selector .arw:after, .component-month-selector .common-selector .arw:before, .component-month-selector .common-selector .arw:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 11px;
    border: 1px solid #797979;
  }
  .component-month-selector .year-selector .arw:before, .component-month-selector .month-selector .arw:before, .component-month-selector .common-selector .arw:before {
    margin-left: -11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .component-month-selector .year-selector .arw:after, .component-month-selector .month-selector .arw:after, .component-month-selector .common-selector .arw:after {
    margin-left: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .component-month-selector .year-selector .pulldown, .component-month-selector .month-selector .pulldown, .component-month-selector .common-selector .pulldown {
    display: none;
    z-index: 9999;
    position: absolute;
    left: -18px;
    top: 40px;
    width: 93px;
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-month-selector .year-selector .pulldown a, .component-month-selector .month-selector .pulldown a, .component-month-selector .common-selector .pulldown a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .component-month-selector .common-selector {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 60px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 12px;
    margin-right: 40px;
    margin-bottom: 10px;
    float: left;
  }
  .component-month-selector .common-selector .txt-en {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.1em;
  }
  .component-month-selector .common-selector .pulldown {
    width: 80px;
    left: 10px;
  }
  .component-month-selector .common-selector.w-wide {
    width: 150px;
  }
  .component-month-selector .common-selector.w-wide .pulldown {
    width: 150px;
  }
  .component-month-selector .common-selector.w-middle {
    width: 100px;
  }
  .component-month-selector .common-selector.w-middle .pulldown {
    width: 100px;
  }
  .component-month-selector .common-selector.w-mini {
    width: 60px;
  }
  .component-month-selector .common-selector.w-mini .pulldown {
    width: 60px;
  }
  .component-month-selector .common-selector.w-thin {
    width: 40px;
  }
  .component-month-selector .common-selector.w-thin .pulldown {
    width: 40px;
  }
  .component-month-selector .year-selector {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.2em;
  }
  .component-month-selector .month-selector {
    display: inline-block;
  }
  .component-month-selector .month-selector .month {
    font-size: 14px;
  }
  .component-month-selector .month-selector .month .en {
    padding-right: 3px;
    font-size: 20px;
  }
  .component-month-selector .month-selector li {
    display: inline-block;
    width: 47%;
    font-size: 12px;
  }
  .component-month-selector .month-selector li a {
    display: block;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-month-selector .month-selector li a .en {
    font-size: 18px;
  }
  .component-month-selector .month-selector li a.selected {
    background: #E7E7E7;
  }
  .top-main-visual-wrap {
    overflow: hidden;
    zoom: 1;
    background: #1b1b1b;
  }
  .main-visual-inner {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    background: #434343;
  }

  .main-visual-inner.caption-layout {
    padding-bottom: 20px;
  }
  .main-visual-inner.caption-layout .main-visual-card-wrap {
    bottom: 137px;
  }
  .main-visual-inner.caption-layout .bx-controls {
    bottom: -10px;
  }
  .main-visual-inner .top-slide-guard {
    display: none;
  }
  .main-visual-inner .main-visual img {
    width: 100%;
  }
  .main-visual-inner .main-visual-card-wrap {
    position: absolute;
    bottom: 135px;
    right: 0;
    width: 98%;
  }
  .main-visual-inner .main-visual-card {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.2s linear;
  }
  .main-visual-inner .main-visual-card .top {
    z-index: 1;
    position: relative;
    margin-left: 22px;
    height: 23px;
    background: #dcdcdc;
  }
  .main-visual-inner .main-visual-card .top .icn-wrap {
    font-family: "abolition",sans-serif;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
  }
  .main-visual-inner .main-visual-card .top .icn-wrap .icn-new {
    padding: 3px 12px;
    color: #FFF;
    background: #ec3e6b;
  }
  .main-visual-inner .main-visual-card .slice {
    z-index: 0;
    position: absolute;
    left: -16px;
    top: 7px;
    width: 32px;
    height: 32px;
    background: #dcdcdc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-visual-inner .main-visual-card .btm {
    z-index: 1;
    position: relative;
    height: 60px;
    background: #dcdcdc;
  }
  .main-visual-inner .main-visual-card .title {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    font-size: 16px;
    display: table;
  }
  .main-visual-inner .main-visual-card .title > * {
    display: table-cell;
    vertical-align: middle;
  }
  .main-visual-inner .main-visual-card .title .date {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    width: 75px;
    color: #a2a2a2;
    font-size: 18px;
    text-align: right;
  }
  .main-visual-inner .main-visual-card .title .txt {
    padding: 0 10px 0 20px;
    color: #424242;
    font-size: 12px;
  }
  .main-visual-inner .main-visual-card .title .txt span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .main-visual-inner .main-visual-card.back {
    z-index: 0;
    position: absolute;
    transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
  }
  .main-visual-inner .main-visual-card.back .top {
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .slice {
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .btm {
    position: relative;
    background: #bcbcbc;
  }
  .main-visual-inner .main-visual-card.back .title .txt span {
    display: none;
  }
  .main-visual-inner .view {
    display: none;
  }
  .main-visual-inner .bx-controls {
    position: absolute;
    left: 0;
    bottom: -77px;
  }
  .layout-game-list {
    position: relative;
  }
  .layout-game-list .game-list {
    position: relative;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-game-list .game-list .bx-viewport {
    margin: 44px 0;
  }
  .layout-game-list .game-list .bx-controls-direction {
    display: block;
  }
  .layout-game-list .game-list .bx-controls-direction a {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 44px;
    background: #000;
  }
  .layout-game-list .game-list .bx-controls-direction a:before, .layout-game-list .game-list .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    border-top: 2px solid #FFF;
  }
  .layout-game-list .game-list .bx-controls-direction a:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-game-list .game-list .bx-controls-direction a:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-game-list .game-list .bx-controls-direction a.disabled {
    background: #333;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-prev {
    top: -44px;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-prev:before {
    margin-right: 7px;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-prev:after {
    margin-left: -7px;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-next {
    bottom: -44px;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-next:before {
    margin-right: -7px;
  }
  .layout-game-list .game-list .bx-controls-direction .bx-next:after {
    margin-left: 7px;
  }
  .layout-game-list a {
    color: #FFF;
  }
  .layout-game-list li {
    padding: 10px 0;
    background: #3a3a3a;
    border-bottom: 1px solid #000;
  }
  .layout-game-list li.more {
    font-family: "abolition",sans-serif;
    letter-spacing: .3em;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: #b5b5b5;
    height: 60px;
    box-sizing: border-box;
    padding-top: 15px;
  }
  .layout-game-list li.more:before, .layout-game-list li.more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 58%;
    width: 9px;
    border-top: 1px solid #FFF;
  }
  .layout-game-list li.more:before {
    margin-top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .layout-game-list li.more:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .layout-game-list li.more.ja {
    margin-top: 15px;
    padding-right: 14px;
    font-size: 13px;
  }
  .layout-game-list .date-wrap {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #FFF;
    text-align: center;
    font-size: 20px;
  }
  .layout-game-list .date-wrap .week {
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .layout-game-list .live-txt {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #c42039;
    width: 70px;
    margin: 10px auto 0;
    padding: 5px 0;
  }
  .layout-game-list .play-detail {
    display: table;
    width: 100%;
  }
  .layout-game-list .play-detail > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .layout-game-list .past .play-detail, .layout-game-list .future .play-detail {
    margin-top: -10px;
  }
  .layout-game-list .icn {
    font-size: 10px;
  }
  .layout-game-list .icn img {
    width: 50px;
  }
  .layout-game-list .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 26px;
  }
  .layout-game-list .hyphen {
    padding: 10px 0;
  }
  .layout-game-list .hyphen span {
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #FFF;
  }
  .layout-game-list .live .point {
    font-size: 40px;
  }
  .layout-game-list .live .hyphen {
    padding: 15px 0;
  }
  .layout-game-list .future .point {
    display: none;
  }
  .layout-game-list .place {
    text-align: center;
  }
  .layout-game-list .place span {
    padding: 3px;
    display: inline-block;
    font-size: 10px;
    border-bottom: 1px solid;
  }
  .layout-game-list .past .place, .layout-game-list .future .place {
    margin-top: -15px;
  }
  .layout-game-list .game-list .if-past, .layout-game-list .game-list .if-live {
    display: none;
  }
  .layout-game-list .link {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: inline-block;
    padding: 2px 6px;
    font-size: 14px;
    border: 1px solid;
  }
  .layout-game-list .past .if-past {
    display: block;
  }
  .layout-game-list .past .if-past.link {
    display: inline-block;
  }
  .layout-game-list .live .if-live {
    display: block;
  }
  .layout-game-list .live .if-live.link {
    display: inline-block;
  }
  .layout-game-list .future .if-future {
    display: block;
  }
  .layout-game-list .future .if-future.link {
    display: inline-block;
  }
  .inner-canvas, .fukidashi, .game-team-logo-area {
    display: none;
  }
  .block-news .list-card:nth-child(n+7) {
    display: none;
  }
  .top-pickup-card ul {
    overflow: hidden;
    zoom: 1;
    padding: 10px 10px 0 10px;
  }
  .top-pickup-card ul li img {
    width: 100%;
    vertical-align: top;
  }
  .top-pickup-card ul li:nth-child(2) {
    margin-bottom: 0;
  }
  .top-event .month {
    display: none;
  }
  .top-event li {
    display: table;
    width: 100%;
    background: #FFF;
  }
  .top-event li:nth-child(odd) {
    background: #e1e1e1;
  }
  .top-event li:nth-child(n+6) {
    display: none;
  }
  .top-event li > * {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .top-event li p {
    padding-right: 10px;
    min-width: 20%;
    text-align: center;
  }
  .top-event li p .category {
    display: block;
    font-size: 10px;
  }
  .top-event li a {
    padding: 5px 10px 5px 0;
    overflow: hidden;
    color: #7f7f7f;
    text-decoration: underline;
  }
  .top-event .date {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.1em;
    font-size: 26px;
  }
  .top-event .day {
    margin-right: 5px;
    font-size: 12px;
    line-height: 2;
    vertical-align: text-bottom;
  }
  .top-event .week {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    vertical-align: text-bottom;
  }
  .top-event .sat .date, .top-event .sat .day, .top-event .sat .week {
    color: #55afc6;
  }
  .top-event .sun .date, .top-event .sun .day, .top-event .sun .week, .top-event .dayoff .date, .top-event .dayoff .day, .top-event .dayoff .week {
    color: #dd2e2e;
  }
  .top-goodslist li {
    float: left;
    width: 33.333%;
  }
  .top-goodslist li img {
    width: 100%;
  }
  .top-goodslist li:nth-child(n+7) {
    display: none;
  }
  .top-goodslist a {
    display: block;
    position: relative;
  }
  .top-goodslist a img {
    vertical-align: top;
  }
  .top-goodslist a .txt-buy {
    display: none;
  }
  .top-snslist {
    overflow: hidden;
    zoom: 1;
  }
  .top-snslist > li {
    /* float: left; */
    /* width: 50%; */
    float: none;
    width: 100%;
    margin-top:15px;
    background: #FFF;
    border-top: 5px solid #D30466;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #D30466;
  }
  .top-snslist > li.twt {
    border-color: #00aced;
  }
  .top-snslist > li.twt .sns-header {
    color: #00aced;
  }
  .top-snslist > li.twt .sns-header a {
    color: #FFF;
    background: #00aced;
    border-color: #00aced;
  }
  .top-snslist > li.x {
    border-color: #000000;
  }
  .top-snslist > li.x .sns-header {
    color: #000000;
  }
  .top-snslist > li.x .sns-header a {
    color: #FFF;
    background: #000000;
    border-color: #000000;
  }
  .top-snslist > li.fb {
    border-color: #4763b2;
  }
  .top-snslist > li.fb .sns-header {
    color: #4763b2;
  }
  .top-snslist > li.fb .sns-header a {
    color: #FFF;
    background: #4763b2;
    border-color: #4763b2;
  }
  .top-snslist > li.fb .sns-header .title {
    background: #FFF;
  }
  .top-snslist >li.insta > .title {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .top-snslist >li.insta .top-insta img {
    width: 100%;
    max-width: 100%;
  }
  .top-snslist .sns-header {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .top-snslist .sns-header .title {
    padding: 10px 0;
    font-size: 16px;
  }
  .top-snslist .instagram .sns-header a {
    background:#D30466;
    color:#fff;
  }
  .top-snslist .sns-header a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
  }
  .side-ticket-wrap {
    width: 100%;
    background: url(/v=1530006155/files/user/_/common/img/img-texture01.jpg?auto=webp&width=600);
    background-size: cover;
  }
  .side-ticket-wrap.is-slice:after {
    display: none;
  }
  .side-ticket-wrap .top {
    position: relative;
    height: 99px;
  }
  .side-ticket-wrap .top01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 100%;
    background: url(/v=1528423966/files/user/common/img/img-ticket-layer01.png) no-repeat center left;
  }
  .side-ticket-wrap .top02 {
    margin-left: 41px;
    margin-right: 32px;
    height: 100%;
    background: url(/v=1528423966/files/user/common/img/img-ticket-layer02.png) repeat-x center left;
  }
  .side-ticket-wrap .top03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: url(/v=1528423966/files/user/common/img/img-ticket-layer03.png) no-repeat center left;
  }
  .side-ticket-wrap .text {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .side-ticket-wrap .text .logo {
    margin-right: 10px;
    vertical-align: middle;
  }
  .side-ticket-wrap a {
    position: relative;
    display: block;
    padding-right: 15px;
    color: #FFF;
  }
  .side-ticket-wrap a:before, .side-ticket-wrap a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    border-top: 1px solid #FFF;
  }
  .side-ticket-wrap a:before {
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .side-ticket-wrap a:after {
    margin-top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .side-ticket-wrap .btm {
    padding: 10px;
    font-size: 12px;
    background: #1e1e1e;
  }
  .side-ticket-wrap .link {
    display: inline-block;
    margin-right: 4%;
    width: 45%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .side-ticket-wrap .link a {
    padding-left: 45px;
    background: url(/v=1528423966/files/user/common/img/img-blg-ticket-i.png) no-repeat left;
  }
  .side-ticket-wrap .link02 {
    margin-right: 0;
    margin-left: 4%;
  }
  .side-ticket-wrap .link02 a {
    background: url(/v=1528423965/files/user/common/img/img-blg-ticket-hatena.png) no-repeat left;
  }
  .movie-flexible {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .movie-flexible iframe {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .component-standing-list {
    margin: 10px;
    color: #FFF;
    background: #1e1e1e;
  }
  .component-standing-list .standing-header {
    padding: 20px 20px 20px 60px;
  }
  .component-standing-list .league > * {
    vertical-align: middle;
  }
  .component-standing-list .league .en {
    margin-right: 5px;
    font-size: 24px;
  }
  .component-standing-list .standing-table {
    margin: 1px;
    width: 100%;
  }
  .component-standing-list .standing-table th, .component-standing-list .standing-table td {
    position: relative;
    padding: 5px 2px;
    text-align: center;
  }
  .component-standing-list .standing-table thead tr {
    font-size: 10px;
    background: #323232;
  }
  .component-standing-list .standing-table tbody {
    font-size: 12px;
  }
  .component-standing-list .standing-table tbody tr td {
    padding: 10px 2px;
  }
  .component-standing-list .standing-table tbody tr:nth-child(even) {
    background: #323232;
  }
  .component-standing-list .circle {
    position: absolute;
    margin-top: -6px;
    top: 50%;
    left: -1px;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .component-standing-list .bg-main .circle {
    border-color: #FFF;
  }
  .component-stats-list {
    color: #FFF;
    background: #1e1e1e;
  }
  .component-stats-list:after {
    display: none !important;
  }
  .component-stats-list .stats-header {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    padding: 10px 10px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #3e3e3e;
  }
  .component-stats-list .stats-body li {
    padding: 5px 10px;
    border-bottom: 1px solid #3e3e3e;
  }
  .component-stats-list .stats-body .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    text-align: left;
    width: 100%;
    padding-left: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .component-stats-list .stats-body .sub-title .en {
    margin-right: 5px;
    font-size: 16px;
  }
  .component-stats-list .stats-body .personal-record {
    position: relative;
    display: table;
    width: 100%;
  }
  .component-stats-list .stats-body .personal-record > * {
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
  }
  .component-stats-list .stats-body .personal-record .thumb {
    width: 64px;
  }
  .component-stats-list .stats-body .personal-record .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .component-stats-list .stats-body .personal-record .number {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.1em;
    padding-top: 20px;
    width: 24px;
    font-size: 22px;
    text-align: center;
  }
  .component-stats-list .stats-body .personal-record .name {
    padding-top: 20px;
    font-size: 13px;
  }
  .component-stats-list .stats-body .personal-record .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.04em;
    width: 35px;
    color: #c48f1f;
    font-size: 35px;
    text-align: center;
  }
  .news-list-wrap .component-news-card li:nth-child(n+10) {
    display: none;
  }
  .news-article {
    margin-top: 30px;
  }
  .news-article .second-header .top, .news-article .second-header .slice, .news-article .second-header .btm {
    background: #FFF;
  }
  .news-article .second-header .btm {
    padding-bottom: 0;
  }
  .news-article .second-header .category-label {
    right: 0;
    top: -10px;
  }
  .news-article .second-header .category-label li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .news-article .news-meta {
    margin-bottom: 15px;
    padding-top: 30px;
  }
  .news-article .news-meta > * {
    display: inline-block;
  }
  .news-article .news-meta .update {
    color: #a2a2a2;
    font-family: "abolition",sans-serif;
    font-size: 26px;
    vertical-align: sub;
  }
  .news-article .news-meta .news-sns {
    margin-left: 30px;
  }
  .news-article .news-meta .news-sns > * {
    display: inline-block;
    vertical-align: middle;
  }
  .news-article .news-headline .title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6;
  }
  .players-list {
    overflow: hidden;
  }
  .players-list li {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
  }
  .players-list li:nth-child(2n) .detail-wrap {
    background: #eee;
  }
  .players-list a {
    color: #595959;
  }
  .players-list .bar {
    z-index: 1;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    color: #FFF;
    background: #e40073;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .players-list .bar span {
    display: block;
    padding-top: 80px;
    letter-spacing: .3em;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
  }
  .players-list .thumb img {
    width: 100%;
    vertical-align: top;
  }
  .players-list .detail-wrap {
    padding: 10px;
    background: #FFF;
  }
  .players-list .detail-wrap .num {
    float: left;
    margin-right: 10px;
    font-family: "abolition",sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .players-list .detail-wrap .detail {
    overflow: hidden;
  }
  .players-list .detail-wrap .detail .name.ja {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .players-list .detail-wrap .detail .name.en {
    font-size: 8px;
  }
  .players-list .detail-wrap .detail .position {
    font-size: 7px;
  }
  .player-header {
    position: relative;
  }
  .player-header .slide {
    overflow: hidden;
    zoom: 1;
  }
  .player-header .slide img {
    margin-left: -20%;
    width: 140%;
    max-width: 140%;
  }
  .player-header .bx-pager {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .player-body {
    position: relative;
    z-index: 5;
  }
  .player-slide img {
    width: 100%;
  }
  .player-profile {
    position: relative;
    margin-top: -35px;
    padding: 10px;
    color: #FFF;
    background: #535353;
  }
  .player-profile .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
  }
  .player-profile .image img {
    vertical-align: top;
  }
  .player-profile .detail {
    overflow: hidden;
    padding-left: 95px;
  }
  .player-profile .detail .number {
    padding-right: 10px;
    float: left;
    font-size: 46px;
    line-height: 1;
  }
  .player-profile .detail .profile {
    overflow: hidden;
  }
  .player-profile .detail .name-wrap .ja {
    font-size: 16px;
  }
  .player-profile .detail .name-wrap .en {
    font-size: 12px;
  }
  .player-profile .detail .position {
    font-size: 10px;
  }
  .tbl-profile {
    width: 100%;
    font-size: 13px;
    color: #787878;
    background: #e5e5e5;
  }
  .tbl-profile th, .tbl-profile td {
    padding: 5px 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl-profile th {
    text-align: right;
  }
  .tbl-profile td {
    background: #eee;
  }
  .tbl-profile tr {
    border-bottom: 1px solid #FFF;
  }
  .player-info {
    margin-bottom: 30px;
    padding: 10px;
    background: #FFF;
  }
  .player-info-header {
    margin-bottom: 20px;
    text-align: center;
  }
  .player-info-header .en {
    font-size: 25px;
    letter-spacing: .3em;
    line-height: 1.2;
  }
  .player-info-header .ja {
    margin-top: 10px;
    font-size: 14px;
  }
  .stats-tab {
    overflow: hidden;
    zoom: 1;
  }
  .stats-tab.row3 li {
    width: 33.333%;
  }
  .stats-tab li {
    float: left;
    padding: 10px 5px;
    width: 50%;
    text-align: center;
    color: #FFF;
    background: #e40073;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stats-tab li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .stats-tab li .en {
    display: block;
    line-height: 1.2;
    font-size: 16px;
  }
  .stats-tab li .ja {
    font-size: 10px;
  }
  .stats-tab li.show-tab {
    color: #e40073;
    background: #FFF;
  }
  /* current-stats-wrap */
  .current-stats-wrap .player-info-header {
    margin-bottom: 10px;
  }
  .current-stats-wrap .color01 {
    color: #e40073;
  }
  .current-stats-wrap .color01 .progress {
    background: #e40073;
  }
  .current-stats-wrap .color02 {
    color: #9d1258;
  }
  .current-stats-wrap .color02 .progress {
    background: #9d1258;
  }
  .current-stats-wrap .color03 {
    color: #aaa;
  }
  .current-stats-wrap .color03 .progress {
    background: #aaa;
  }
  .stats-status {
    margin-bottom: 10px;
    text-align: center;
    font-size: 10px;
  }
  .stats-status span {
    padding-left: 5px;
  }
  .stats-wrap {
    margin: 0 auto;
    width: 80%;
  }
  .stats-wrap dl {
    position: relative;
    padding-top: 16px;
    display: block;
  }
  .stats-wrap dl > * {
    display: inline-block;
    vertical-align: middle;
  }
  .stats-wrap dl dt {
    width: 28%;
    text-align: center;
  }
  .stats-wrap dl dt > * {
    vertical-align: middle;
  }
  .stats-wrap dl dt .en {
    display: none;
  }
  .stats-wrap dl dt .ja {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-right: 20px;
    font-size: 12px;
  }
  .stats-wrap dl dt .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    color: #e40073;
    font-size: 32px;
  }
  .stats-wrap dl dt .scale {
    font-family: "abolition",sans-serif;
    line-height: 2.1;
    vertical-align: bottom;
    color: #e40073;
    font-size: 20px;
  }
  .stats-wrap dl dd {
    width: 70%;
  }
  .stats-wrap .bar-wrap {
    font-size: 12px;
  }
  .stats-wrap .bar-wrap p {
    line-height: 1;
  }
  .stats-wrap .bar-wrap .bar > * {
    vertical-align: middle;
  }
  .stats-wrap .bar-wrap .bar .point {
    font-family: "abolition",sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .stats-wrap .bar-wrap .progress {
    display: inline-block;
    margin-right: 10px;
    height: 10px;
  }
  .season-stats-wrap .divide {
    margin-bottom: 80px;
  }
  .game-header {
    position: relative;
    margin: 10px 10px 0 10px;
    background: #2c2c2c;
    background-size: 400%;
  }
  .game-header .link-wrap {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .game-header .link-wrap i {
    padding-right: 3px;
    font-size: 18px;
    vertical-align: middle;
  }
  .game-header .link-wrap > * {
    margin-left: 10px;
    cursor: pointer;
  }
  .game-header .home-away {
    color: #FFF;
  }
  .game-header .home-away.home {
    color: #e40073;
  }
  .game-header .game-page-controller {
    display: none;
  }
  .game-header .game-header-inner {
    padding: 50px 5px 20px;
    text-align: center;
  }
  .game-header .game-date-wrap {
    margin-bottom: 20px;
  }
  .game-header .game-date-wrap .season, .game-header .game-date-wrap .week {
    font-size: 16px;
    color: #9a9a9a;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .game-header .game-date-wrap .date {
    margin: 0px 15px;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .game-header .game-progress p {
    display: inline-block;
    padding: 0px 20px;
    color: #FFF;
    background: #e40073;
    border-radius: 30px;
  }
  .game-header .point-wrap {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    color: #FFF;
  }
  .game-header .point-wrap > * {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
  .game-header .point-wrap .center {
    width: 50%;
  }
  .game-header .point-wrap .team-logo-wrap {
    position: relative;
    padding-top: 80%;
  }
  .game-header .point-wrap .team-logo-wrap .team-logo {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .game-header .point-wrap .team-logo-wrap .team-logo img {
    max-width: 60%;
  }
  .game-header .point-wrap .team-logo-wrap .point {
    font-family: "abolition",sans-serif;
    font-size: 34px;
    letter-spacing: 0.05em;
  }
  .game-header .point-wrap .team-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .game-header .tbl-game-point {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .game-header .tbl-game-point tr:nth-last-child(2) td {
    padding-bottom: 10px;
  }
  .game-header .tbl-game-point tr:last-child {
    border-top: 1px solid;
  }
  .game-header .tbl-game-point tr:last-child td {
    padding-top: 10px;
  }
  .game-header .tbl-game-point td {
    vertical-align: middle;
  }
  .game-header .tbl-game-point .chart {
    width: 90px;
  }
  .game-header .tbl-game-point .chart > * {
    vertical-align: middle;
    margin: 0 -2px;
  }
  .game-header .tbl-game-point .chart .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .game-header .tbl-game-point .chart .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #FFF;
  }
  .game-header .tbl-game-point .chart .circle {
    display: inline-block;
    font-size: 16px;
    width: 25px;
  }
  .game-header .tbl-game-point .progress-wrap {
    text-align: right;
  }
  .game-header .tbl-game-point .progress-wrap .point {
    font-size: 20px;
    color: #fcdf85;
  }
  .game-header .tbl-game-point .progress-wrap .progress {
    display: none;
  }
  .game-header .tbl-game-point .progress-wrap-right {
    text-align: left;
  }
  .game-header .tbl-game-point .progress-wrap-right .progress {
    margin-left: 0;
  }
  .game-header .more-detail {
    margin-top: 20px;
  }
  .game-header .more-detail p {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    color: #d1d1d1;
  }
  .game-header .more-detail p:before, .game-header .more-detail p:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 13px;
    border-top: 1px solid;
    transition: all .14s linear;
    -webkit-transition: all .14s linear;
  }
  .game-header .more-detail p:before {
    right: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .game-header .more-detail p:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .game-header .more-detail p.show:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .game-header .more-detail p.show:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .game-header .more-detail-content {
    padding: 20px 5px 0 5px;
    font-size: 12px;
    line-height: 2;
    color: #c9c9c9;
    text-align: left;
  }
  .win-home .team-wrap.left .point {
    color: #fcdf85;
  }
  .win-home .progress-wrap-right .point {
    color: #FFF !important;
  }
  .win-home .progress-wrap-right .progress {
    background: #FFF !important;
  }
  .win-away .team-wrap.right .point {
    color: #fcdf85;
  }
  .win-away .progress-wrap .point {
    color: #FFF !important;
  }
  .win-away .progress-wrap .progress {
    background: #FFF !important;
  }
  .win-away .progress-wrap-right .point {
    color: #fcdf85 !important;
  }
  .win-away .progress-wrap-right .progress {
    background: #fcdf85 !important;
  }
  .game-body {
    padding: 0 10px;
  }
  .term-tab {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .term-tab li {
    float: left;
    width: 25%;
  }
  .term-tab li .en {
    display: block;
    padding: 5px;
    text-align: center;
    line-height: 1;
    color: #000;
    border-right: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  }
  .term-tab li.show-tab {
    background: #efefef;
  }
  .term-tab.row5 li {
    width: 20%;
  }
  .term-tab.row7 li {
    width: 14.2857142857%;
  }
  /* play by play */
  .playbyplay .link-wrap {
    text-align: right;
  }
  .pbp-text-wrap {
    position: relative;
  }
  .pbp-text-wrap .team-logo-wrap {
    position: absolute;
    width: 100%;
  }
  .pbp-text-wrap .team-logo {
    display: inline-block;
    width: 60px;
  }
  .pbp-text-wrap .team-logo img {
    width: 100%;
  }
  .pbp-text-wrap .team-logo.away {
    float: right;
  }
  .pbp-text-wrap {
    position: relative;
  }
  .pbp-text .center-line {
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .pbp-text .center-line .term-circle {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .pbp-text .timeline {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pbp-text .timeline-box {
    position: relative;
    padding: 20px 10px;
  }
  .pbp-text .timeline-box:nth-child(odd) {
    background: #f7f7f7;
  }
  .pbp-text .timeline-box .time {
    margin-bottom: 10px;
    text-align: center;
    color: #959595;
    font-size: 20px;
  }
  .pbp-text .timeline-inner {
    overflow: hidden;
    position: relative;
    min-height: 50px;
  }
  .pbp-text .timeline-inner .personal-photo {
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: 100%;
  }
  .pbp-text .timeline-inner .text {
    padding: 0 10px;
    overflow: hidden;
  }
  .pbp-text .timeline-inner .point {
    position: absolute;
    top: 0;
    padding: 0 10px;
    color: #000;
    line-height: 1;
  }
  .pbp-text .timeline-inner .point .en {
    font-size: 40px;
  }
  .pbp-text .home .timeline-inner {
    padding-left: 50px;
  }
  .pbp-text .home .timeline-inner .personal-photo {
    left: 0;
  }
  .pbp-text .home .timeline-inner .point {
    left: 0px;
  }
  .pbp-text .away .timeline-inner {
    padding-right: 50px;
  }
  .pbp-text .away .timeline-inner .personal-photo {
    float: right;
  }
  .pbp-text .away .timeline-inner .point {
    right: 0px;
  }
  /* box score */
  .boxscore-wrap {
    margin-bottom: 80px;
  }
  .boxscore-header {
    position: relative;
    overflow: hidden;
    height: 60px;
  }
  .boxscore-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .boxscore-header .logo img {
    width: 60px;
  }
  .boxscore-header .term {
    padding: 20px 10px 0;
    height: 30px;
    font-size: 20px;
  }
  /* GAME REPORT */
  .report-box .report-headline {
    margin-bottom: 20px;
    padding: 10px;
    color: #4c4c4c;
    text-align: center;
    font-size: 14px;
    background: #eee;
  }
  .report-box .report-devide {
    overflow: hidden;
    zoom: 1;
  }
  .report-box .left {
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .report-box .right {
    padding-bottom: 30px;
  }
  .report-box .personal {
    margin: 30px 0 20px;
  }
  .report-box .personal .image {
    display: block;
    margin: 0 auto 10px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .report-box .personal .depertment {
    margin-bottom: 5px;
  }
  .report-box .personal .depertment span {
    padding: 3px 5px;
    font-size: 10px;
    color: #FFF;
    background: #434343;
  }
  .report-box .personal .name {
    color: #e40073;
  }
  .report-box .txt {
    color: #4c4c4c;
  }
  .report-box .txt h5 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .report-box .txt p {
    margin-bottom: 30px;
    line-height: 2;
  }
  .report-box .txt .image {
    margin-bottom: 30px;
  }
  .report-box .txt .image iframe {
    width: 100%;
  }
  .report-box .term {
    margin: 0 auto;
    display: block;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .is-slice {
    overflow: hidden;
    zoom: 1;
  }
  .is-slice:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 60px;
    height: 60px;
    background: #e8e8e8;
    transform: rotate(45deg);
  }
  .bx-wrapper {
    position: relative;
  }
  .bx-wrapper .bx-controls {
    width: 100%;
    text-align: center;
  }
  .bx-wrapper .bx-controls-direction {
    /*display: none;*/
  }
  .bx-wrapper:hover .bx-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -17px;
  }
  .bx-wrapper:hover .bx-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -17px;
  }
  .bx-wrapper .bx-pager-item {
    margin-right: 3px;
    display: inline-block;
  }
  .bx-wrapper .bx-pager-item a {
    overflow: hidden;
    display: block;
    padding-top: 10px;
    width: 10px;
    height: 0;
    background: #7d7d7d;
  }
  .bx-wrapper .bx-pager-item a.active {
    background: #FFF;
  }
  .btn-fixed-area.kumamoto-popup-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 77px;
    z-index: 30;
  }
  .kumamoto-popup-nav .fixed-content {
    width: 100%;
    background: #d10208;
    height: 78px;
    padding: 17px 20px;
    box-sizing: border-box;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.3);
  }
  .tbl-wrap a.btn-game-more {
    text-align: center;
    display: block;
    letter-spacing: 0.2em;
    border: 1px solid;
    padding: 14px 0px;
    width: 220px;
    margin: 30px auto 20px;
    color: #4c4c4c;
    transition: all .4s;
  }
  .tbl-wrap a.btn-game-more:hover {
    background: #4c4c4c;
    color: #fff;
  }
  .tbl-wrap a.btn-game-more span.txt-backmore {
    display: none;
  }
  .tbl-wrap a.btn-game-more.active span.txt-nomal {
    display: none;
  }
  .tbl-wrap a.btn-game-more.active span.txt-backmore {
    display: inherit;
  }
  /*特殊レギュレーション対応で追加*/
  .top-main-visual-wrap div.game-type {
      font-size: 12px;
      display: block;
      background: #fff;
      width: 110px;
      margin: 6px auto;
      text-align: center;
      color: #000;
  }

  div.game-type {
      font-size: 12px;
      display: block;
      background: #fff;
      /*width: 110px;*/
      margin: 6px auto;
      text-align: center;
      color: #000;
  }
  a.btn-game-more {
    text-align: center;
    display: block;
    letter-spacing: 0.2em;
    border: 1px solid;
    padding: 14px 0px;
    width: 220px;
    margin: 30px auto 20px;
    color: #4c4c4c;
    transition: all .4s;
    margin-bottom: 35px;
  }
 a.btn-game-more:hover {
    background: #4c4c4c;
    color: #fff;
  }
  a.btn-game-more span.txt-backmore {
    display: none;
  }
 a.btn-game-more.active span.txt-nomal {
    display: none;
  }
  a.btn-game-more.active span.txt-backmore {
    display: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1290px) {
  .layout-team-header .team-sns {
    display: none;
  }
  .layout-team-header .team-nav {
    width: 60%;
  }
  .component-month-selector .common-selector {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 120px;
    font-size: 12px;
    background: #f7f7f7;
    margin-right: 60px;
  }
  .component-month-selector .common-selector .txt-en {
    font-family: "abolition",sans-serif;
  }
  .component-month-selector .common-selector .pulldown {
    width: 120px;
  }
  .component-month-selector .common-selector.w-wide {
    width: 200px;
  }
  .component-month-selector .common-selector.w-wide .pulldown {
    width: 200px;
  }
  .component-month-selector .common-selector.w-middle {
    width: 150px;
  }
  .component-month-selector .common-selector.w-middle .pulldown {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1130px) {
  .layout-team-header .team-nav li {
    margin: 0 0.5%;
  }
}

@media screen and (max-width: 320px) {
  .layout-global-header .global-nav li a {
    margin-right: 5px;
    font-size: 11px;
  }
}

@-ms-keyframes loadingA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadingA /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes loadingA /* Firefox */ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  クラブ共通ヘッダー熊本バナー */
@media only screen and (min-width: 768px) {
  .layout-global-header ul.global-nav li.gnav01 {
    display: none;
  }
  li.kumamoto-header-banner img {
    width: 400px;
    height: auto !important;
  }
  .layout-global-header .global-sponsor li {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
    padding: 0 4px 0 0;
  }
  .layout-global-header .b-logo {
    float: left;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .layout-global-header .global-sponsor li img {
    vertical-align: middle;
    height: 19px;
  }
  .layout-global-header ul.global-nav {
    display: none;
  }
}

/*  クラブ共通ヘッダー熊本バナーここまで */
/* 非同期通信時の追加されてしまうバナーを非表示 */
.layout-global-header .global-sponsor li:nth-child(n + 3) {
  display: none;
}

/* 非同期通信時の追加されてしまうバナーを非表示 */

/*# sourceMappingURL=../css/common.css.map */


/*# main_moduleの枠 */
.layout-module{
    background: #fff;
    background:
      -moz-linear-gradient(45deg,  transparent 0px, #fff 0px),
      -moz-linear-gradient(135deg, transparent 0px, #fff 0px),
      -moz-linear-gradient(225deg, transparent 0px, #fff 0px),
      -moz-linear-gradient(315deg, transparent 27px, #fff 10px);
    background:
      -o-linear-gradient(45deg,  transparent 0px, #fff 0px),
      -o-linear-gradient(135deg, transparent 0px, #fff 0px),
      -o-linear-gradient(225deg, transparent 0px, #fff 0px),
      -o-linear-gradient(315deg, transparent 27px, #fff 10px);
    background:
      -webkit-linear-gradient(45deg,  transparent 0px, #fff 0px),
      -webkit-linear-gradient(135deg, transparent 0px, #fff 0px),
      -webkit-linear-gradient(225deg, transparent 0px, #fff 0px),
      -webkit-linear-gradient(315deg, transparent 27px, #fff 10px);
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 51% 51%;
    -webkit-background-size: 51% 51%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    margin: 30px 0 25px 60px;
}

@media screen and (max-width: 767px) {
  .layout-second {
    background-position: center;
    /*margin: 20px 10px 25px 10px;*/
  }
}

  .layout-module {
    background-position: center;
    margin: 20px 10px 25px 10px;
  }
}

.module_title{
    background: #f3f3f3;
    background:
	-moz-linear-gradient(45deg,  transparent 0px, #f3f3f3 0px),
	-moz-linear-gradient(135deg, transparent 0px, #f3f3f3 0px),
	-moz-linear-gradient(225deg, transparent 0px, #f3f3f3 0px),
	-moz-linear-gradient(315deg, transparent 10px, #f3f3f3 10px);
    background:
    	-o-linear-gradient(45deg,  transparent 0px, #f3f3f3 0px),
    	-o-linear-gradient(135deg, transparent 0px, #f3f3f3 0px),
    	-o-linear-gradient(225deg, transparent 0px, #f3f3f3 0px),
    	-o-linear-gradient(315deg, transparent 10px, #f3f3f3 10px);
    background:
    	-webkit-linear-gradient(45deg,  transparent 0px, #f3f3f3 0px),
    	-webkit-linear-gradient(135deg, transparent 0px, #f3f3f3 0px),
    	-webkit-linear-gradient(225deg, transparent 0px, #f3f3f3 0px),
    	-webkit-linear-gradient(315deg, transparent 10px, #f3f3f3 10px);
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 51% 51%;
    -webkit-background-size: 51% 51%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 15px 20px 15px;
    font-size: 20px;
}

@media screen and (min-width: 767px) {
  .mt200{
    margin-top: 30px;
  }
}

/*# main_moduleの枠 */
.layout-side_back{
    background: #1b1b1b;
}

/*# toppartnerの枠 */
.layout-partner{
    background: #fff;
}


.ftr_ptr_list li{
	width: 17%;
}

.ftr_ptr_list li img{
	width:100%;
}
/*
.ftr_ptr_list li:nth-child(1),
.ftr_ptr_list li:nth-child(2),
.ftr_ptr_list li:nth-child(3),
.ftr_ptr_list li:nth-child(4){
	width: 22%;
}
*/
@media screen and (max-width: 640px) {
	.ftr_ptr_list li{
		width: 48% ;
	}
}

.mt30{
    margin-top:30px;
}

@media screen and (min-width: 1000px) {
	.mttopgo{
		position: absolute;
        right: 0;
        margin-top: 300px;
	}
}

@media screen and (min-width: 767px) {
    .sidetop_s{
            height: 200px;
        background: #1b1b1b;
    }
}

.topleft{
    float: left !important;
}

.topright{
    float: right !important;
    width: 100% !important;
}

@media screen and (max-width: 767px) {
	.topleft{
		width: 100% !important;
	}
	.topsaublog{
	    width: 120px !important;
	    margin-top: 5px;
	}
}

.layout-game-list li .play-detail .center .txt-main{
    color: #b7a369 !important;
}

@media only screen and (max-width: 767px){
  .block-pickup .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    margin-top: -17px;
    padding-top: 35px;
    width: 35px;
    height: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .block-pickup .bx-wrapper .bx-controls-direction .bx-prev {
    filter: alpha(opacity=0);
    left: 17px;
    background: url(/v=1527845851/files/user/images/btn-circle-arw-left.png) no-repeat center center;
    background-size: 35px;
  }
  .block-pickup .bx-wrapper .bx-controls-direction .bx-next {
    filter: alpha(opacity=0);
    right: 17px;
    background: url(/v=1527845851/files/user/images/btn-circle-arw-right.png) no-repeat center center;
    background-size: 35px;
  }
}

/*youtube*/
.block-youtube .top-youtube ul {
  list-style: none; 
}
.block-youtube .top-youtube ul li {
  width: 31%;
  margin: 1%;
  display: inline-block;
}
.block-youtube .top-youtube ul li iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
.block-youtube .top-youtube ul li {
  width: 95%;
  margin: 20px 2.5%;
  display: block;
}
  .youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/*insta*/

.top-insta ul {
  list-style: none; 
}
.top-insta ul li {
  width: 19%;
  margin-right: 0.5%;
  display: inline-block;
}
.top-snslist >li.insta .top-insta ul li {
    width: 100%;
    margin-right: 0;
  }

@media screen and (max-width: 767px) {
.top-insta ul {
  padding: 0 20px;
  margin-bottom: 50px;
}
.top-insta ul li {
  width: 49%;
  margin-right: 0.5%;
}
.top-snslist >li.insta .top-insta ul li {
    width: 100%;
    margin-right: 0;
  }
}

/* 選手詳細headernone用スタイル 2021.11 */
.p-player-header-noneImg { max-width: 100%; }