@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import "../icomoon/style.css";
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:500,600,900);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**************************************************
	mixins
***************************************************/
/*
/* Custom easing functions.
/* http://easings.net/ja
/* http://webdesign-dackel.com/2015/04/04/sass-easing-variables/
*/
/**************************************************
 constants 定数やフォントを定義
***************************************************/
/* font-size */
/* Colors */
/* Viewport */
/* font mixins */
/**************************************************
  helpers
***************************************************/
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._marginT10 {
  margin-top: 10px;
}

._marginT20 {
  margin-top: 20px;
}

._marginT30 {
  margin-top: 30px;
}

._marginT40 {
  margin-top: 40px;
}

._marginT50 {
  margin-top: 50px;
}

._marginT60 {
  margin-top: 60px;
}

._marginT70 {
  margin-top: 70px;
}

._marginT80 {
  margin-top: 80px;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************
 components
***************************************************/
/**************************************************
 components - title
***************************************************/
/* 基本タイトル */
.basic-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.basic-title.-lineUnder {
  position: relative;
  padding-bottom: 20px;
  font-size: 200%;
}
.basic-title.-lineUnder::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #111;
  content: "";
}
.basic-title.-lineLeft {
  position: relative;
  padding-left: 42px;
  font-size: 125%;
}
.basic-title.-lineLeft::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #111;
  content: "";
}
.basic-title.-big {
  font-size: 175%;
}
.basic-title.-large {
  font-size: 24px;
}
.basic-title.-midium {
  font-size: 22px;
}
.basic-title.-blue {
  color: #034896;
  font-size: 200%;
  font-weight: 700;
  text-align: center;
}
.basic-title.-blue + .lead {
  font-size: 93.75%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .basic-title.-blue {
    font-size: 150%;
  }
}

/* セクションタイトル */
.section-title {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.section-title > .en {
  display: block;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.section-title > .ja {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}
.section-title.-lineUnder {
  padding-bottom: 13px;
}
.section-title.-lineUnder:after {
  background: #034896;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .section-title > .en {
    font-size: 26px;
  }
  .section-title > .ja {
    font-size: 8px;
  }
  .section-title.-lineUnder:after {
    width: 70px;
  }
}

.category-lead > .head {
  margin: 10px 0;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.category-lead > .lead {
  margin: 50px 0 0;
  line-height: 2;
  text-align: left;
}

/**************************************************
 components - btn
***************************************************/
.basic-btn {
  cursor: pointer;
  color: #fff;
  background-color: #034896;
  border: 1px solid #034896;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-weight: 600;
  padding: 1.5em 50px 1.5em;
  position: relative;
  text-align: center;
}
.basic-btn.-noclick {
  cursor: default;
}
.basic-btn.-noclick:hover {
  opacity: 1;
}
.basic-btn.-small {
  padding: 14px 22px;
  background-color: #fff;
  border: 1px solid #0061ae;
  color: #0061ae;
  font-size: 100%;
  font-weight: normal;
}
.basic-btn.-excel::after, .basic-btn.-pdf::after {
  display: inline-block;
  margin-left: 6px;
  width: 13px;
  height: 17px;
  background: no-repeat center;
  content: "";
  vertical-align: top;
}
.basic-btn.-excel::after {
  background-image: url(../img/icon-excel.png);
}
.basic-btn.-pdf::after {
  background-image: url(../img/icon-pdf.png);
}
@media screen and (max-width: 767px) {
  .basic-btn {
    padding: 1.2em 30px 1.2em;
  }
}

.rounded-btn {
  border: 1px solid #034896;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #034896;
  display: block;
  margin: 0.6em 0;
  padding: 0.6em;
}
.rounded-btn.-red {
  border: 1px solid #d11723;
  color: #d11723;
}

/**************************************************
 components - box
***************************************************/
.basic-box {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: solid 1px #bdc2c6;
  position: relative;
}
.basic-box > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.basic-box.-padding0 {
  padding: 0;
}
.basic-box.-fill {
  background-color: #ccc;
}
.basic-box.-white {
  background-color: #fff;
}
.basic-box.-brown {
  border-color: #edebea;
}
.basic-box.-bdr0 {
  border: none;
}
.basic-box.-bdr4 {
  border-width: 4px;
}
.basic-box.-bdrGray {
  border-color: #ccc;
}
.basic-box.-bdrGray2 {
  border-color: #ddd;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.flex-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-box.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-box.-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/**************************************************
 components - table
***************************************************/
.basic-table, .calendar-table, .schedule-table, .game-table, .score-table {
  margin: 0;
  border-collapse: collapse;
  border: solid 1px #bdc2c6;
}
.basic-table th, .calendar-table th, .schedule-table th, .game-table th, .score-table th {
  border: solid 1px #bdc2c6;
  padding: 10px;
  background-color: #034896;
  color: #fff;
  text-align: center;
}
.basic-table th.note, .calendar-table th.note, .schedule-table th.note, .game-table th.note, .score-table th.note {
  width: 40%;
}
.basic-table td, .calendar-table td, .schedule-table td, .game-table td, .score-table td {
  border: solid 1px #bdc2c6;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .basic-table th, .calendar-table th, .schedule-table th, .game-table th, .score-table th {
    padding: 8px;
  }
  .basic-table td, .calendar-table td, .schedule-table td, .game-table td, .score-table td {
    padding: 8px;
  }
}

.score-table thead th {
  background-color: #004519;
  font-size: 16px;
  line-height: 1.5em;
}
.score-table tbody th, .score-table tbody td {
  font-size: 18px;
}
.score-table tbody th {
  border: solid 1px #bdc2c6;
  background-color: #005e15;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.score-table tbody th.note {
  width: 40%;
}
.score-table tbody td {
  border: solid 1px #bdc2c6;
  background-color: #005e15;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  padding: 10px;
  text-align: center;
}
.score-table tbody tr.-small th, .score-table tbody tr.-small td {
  background-color: #005e15;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .score-table thead th {
    font-size: 14px;
  }
  .score-table tbody th, .score-table tbody td {
    font-size: 16px;
  }
  .score-table tbody tr.-small th, .score-table tbody tr.-small td {
    font-size: 8px;
  }
}

.game-table thead th {
  background-color: #034896;
}
.game-table tbody th {
  background-color: #dcdcdc;
  color: #000;
  font-size: 12px;
}
.game-table tbody th.out {
  width: 13.125%;
}
.game-table tbody th.runner {
  width: 13.125%;
}
.game-table tbody th.batter {
  width: 11.25%;
}
.game-table tbody th.pitcher {
  width: 11.25%;
}
.game-table tbody td {
  font-size: 14px;
  padding: 10px 20px;
}
.game-table tbody td.result {
  font-size: 16px;
  text-align: left;
}
.game-table tbody td.result > .record {
  font-weight: 600;
  margin-right: 15px;
}
.game-table tbody td.-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .game-table tbody th {
    font-size: 8px;
  }
  .game-table tbody td {
    font-size: 12px;
    padding: 6px;
  }
  .game-table tbody td.result {
    font-size: 13px;
    text-align: left;
  }
  .game-table tbody td.result > .record {
    margin-right: 10px;
  }
  .game-table tbody td img {
    width: 32px;
  }
}

.schedule-table thead th {
  padding: 18px 15px;
}
.schedule-table tbody th.note {
  width: 30%;
}
.schedule-table tbody td {
  text-align: left;
}
.schedule-table .date, .schedule-table .week {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 50px;
}
.schedule-table tbody th {
  background-color: #dcdcdc;
  color: #000;
  font-size: 12px;
}
.schedule-table tbody tr.-blue th, .schedule-table tbody tr.-blue td {
  background-color: #f7f9fc;
}
.schedule-table tbody tr.-blue .date, .schedule-table tbody tr.-blue .week {
  color: #2b71a6;
}
.schedule-table tbody tr.-red th, .schedule-table tbody tr.-red td {
  background-color: #fff5f5;
}
.schedule-table tbody tr.-red .date, .schedule-table tbody tr.-red .week {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .schedule-table th {
    padding: 5px;
  }
  .schedule-table td {
    padding: 5px;
  }
  .schedule-table .date, .schedule-table .week {
    width: 35px;
  }
}

.calendar-table {
  border: solid 2px #fff;
}
.calendar-table th, .calendar-table td {
  width: 42px;
}
.calendar-table thead th {
  background: #ddd;
  border: solid 1px #fff;
  color: #232323;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0;
}
.calendar-table tbody td {
  background: #efefef;
  border: solid 1px #fff;
  font-size: 12px;
  padding: 0;
}
.calendar-table tbody td > .date {
  background: #034896;
  color: #fff;
  display: block;
  line-height: 18px;
  height: 18px;
  width: 100%;
}
.calendar-table tbody td > .plan {
  display: block;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.calendar-table tbody td > .plan.-practice {
  background: #dce9fa;
}
.calendar-table tbody td > .plan.-official {
  background: #eedd99;
}
.calendar-table tbody td > .plan.-op {
  background: #edb6b3;
}
.calendar-table tbody td > .plan.-other {
  background: #c6ddbf;
}

#calendar-schedule {
  max-width: 304px;
  margin: 0 auto;
}
#calendar-schedule table {
  border: solid 2px #fff;
}
#calendar-schedule table table, #calendar-schedule table th, #calendar-schedule table td {
  border: none;
}
#calendar-schedule table td {
  background: #efefef;
}
#calendar-schedule table th + th, #calendar-schedule table td + td {
  border-left: solid 1px #fff;
}
#calendar-schedule .fc-head .fc-day-header {
  background: #ddd;
  border: solid 1px #fff;
  color: #232323;
  border: none;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0;
}
#calendar-schedule .fc-body .fc-scroller {
  overflow: hidden !important;
  height: auto !important;
}
#calendar-schedule .fc-body .fc-row {
  height: auto !important;
  min-height: 38px;
  border-top: 1px solid #fff;
}
#calendar-schedule .fc-body .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}
#calendar-schedule .fc-body .fc-day-top {
  text-align: center;
}
#calendar-schedule .fc-body .fc-day-top .fc-day-number {
  background: #034896;
  color: #fff;
  line-height: 18px;
  height: 18px;
  width: 100%;
  display: block;
  padding: 0;
  float: none;
  color: #FFF;
  font-size: 12px;
  margin: 0;
}
#calendar-schedule .fc-event {
  display: block;
  line-height: 20px;
  height: 20px;
  width: 100%;
  color: #232323;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background: transparent;
}
#calendar-schedule .fc-event.-practice {
  background: #dce9fa;
}
#calendar-schedule .fc-event.-official {
  background: #eedd99;
}
#calendar-schedule .fc-event.-op {
  background: #edb6b3;
}
#calendar-schedule .fc-event.-other {
  background: #c6ddbf;
}
#calendar-schedule .fc-event:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    overflow: auto;
    padding-bottom: 8px;
  }
  .table-wrap::-webkit-scrollbar {
    height: 4px;
  }
  .table-wrap::-webkit-scrollbar-track {
    background: #ddd;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background: #aaa;
  }
}

/**************************************************
 components - list
***************************************************/
ul.players-list, ul.staff-list, ul.topics-list, ul.facility-list, ul.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.players-list > li, ul.staff-list > li, ul.topics-list > li, ul.facility-list > li, ul.items > li {
  padding: 0 1.6em;
}
ul.-pipe.players-list li, ul.-pipe.staff-list li, ul.-pipe.topics-list li, ul.-pipe.facility-list li, ul.-pipe.items li {
  border-left: 1px solid #000;
}
ul.-pipe.players-list li:first-child, ul.-pipe.staff-list li:first-child, ul.-pipe.topics-list li:first-child, ul.-pipe.facility-list li:first-child, ul.-pipe.items li:first-child {
  border-left: none;
}

.definition-list dl {
  border-top: 1px solid #bdc2c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px;
}
.definition-list dl:last-child, .definition-list dl.-last {
  border-bottom: 1px solid #bdc2c6;
}
.definition-list dt, .definition-list dd {
  line-height: 1;
  margin: 0;
}
.definition-list dt {
  font-size: 16px;
  font-weight: 600;
  width: 165px;
}
.definition-list dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .definition-list dl {
    display: block;
    padding: 10px;
  }
  .definition-list dt {
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
  }
  .definition-list dd {
    font-size: 14px;
  }
}

.dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dot-list > li {
  position: relative;
  padding: 0 0 0 24px;
  font-weight: 500;
}
.dot-list > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #bcc5e4;
  content: "";
}
.dot-list > li + li {
  margin-top: 9px;
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.column-list.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column-list {
  margin-left: -15px;
}
.column-list > li {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.column-list > li > a, .column-list > li .basic-btn {
  display: block;
}
.column-list > li .basic-btn {
  min-width: 0;
}
.column-list.-gap10 {
  margin-left: -10px;
}
.column-list.-gap10 > li {
  padding-left: 10px;
}
.column-list.-gap20 {
  margin-left: -20px;
}
.column-list.-gap20 > li {
  padding-left: 20px;
}
.column-list.-gap30 {
  margin-left: -30px;
}
.column-list.-gap30 > li {
  padding-left: 30px;
}
.column-list.-gap40 {
  margin-left: -40px;
}
.column-list.-gap40 > li {
  padding-left: 40px;
}
.column-list.-column2 li {
  width: 50%;
}
.column-list.-column3 li {
  width: 33.33%;
}
.column-list.-column4 li {
  width: 25%;
}
@media screen and (max-width: 788px) {
  .column-list, .column-list.-gap20, .column-list.-gap30, .column-list.-gap40 {
    margin-left: -10px;
  }
  .column-list > li, .column-list.-gap20 > li, .column-list.-gap30 > li, .column-list.-gap40 > li {
    padding-left: 10px;
  }
}

ul.information-list {
  height: 250px;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
}
ul.information-list::-webkit-scrollbar {
  width: 5px;
}
ul.information-list::-webkit-scrollbar-track {
  background: #ccc;
}
ul.information-list::-webkit-scrollbar-thumb {
  background: #999;
}
ul.information-list > .item {
  border-bottom: 1px solid #ccc;
}
ul.information-list > .item p {
  font-size: 14px;
  line-height: 1.6em;
}
ul.information-list > .item .date {
  display: block;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  ul.information-list {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-top: -0.8em;
  }
  ul.information-list > .item:nth-of-type(n+3) {
    display: none;
  }
  ul.information-list > .item:nth-of-type(2) {
    border-bottom: none;
  }
  ul.information-list > .item:nth-of-type(2) p {
    margin-bottom: 0;
  }
  ul.information-list > .item p {
    font-size: 12px;
  }
  ul.information-list > .item .date {
    display: inline;
    font-size: 8px;
    margin-left: 15px;
  }
}

ul.topics-list, ul.facility-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
ul.topics-list > .topics-card, ul.facility-list > .topics-card, ul.topics-list > .topics-card2, ul.facility-list > .topics-card2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  width: 25%;
}
ul.topics-list.-archive, ul.-archive.facility-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -20px;
}
ul.topics-list.-archive > .topics-card2, ul.-archive.facility-list > .topics-card2 {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.topics-list, ul.facility-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  ul.topics-list > .topics-card, ul.facility-list > .topics-card, ul.topics-list > .topics-card2, ul.facility-list > .topics-card2 {
    padding: 0;
    width: 100%;
  }
}

.topics-card, .topics-card2 {
  position: relative;
}
.topics-card > a, .topics-card2 > a {
  display: block;
}
.topics-card .image, .topics-card2 .image {
  width: 100%;
  height: 0;
  padding-top: 67%;
  overflow: hidden;
  position: relative;
}
.topics-card .image img, .topics-card2 .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics-card .text, .topics-card2 .text {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
}
.topics-card .text .date, .topics-card2 .text .date {
  display: block;
  font-size: 12px;
  line-height: 2;
}
.topics-card.-new, .-new.topics-card2 {
  font-size: 13px;
}
.topics-card.-new:before, .-new.topics-card2:before {
  border-bottom: 35px solid #d11723;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: -20px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  width: 0;
  height: 0;
  z-index: 5;
}
.topics-card.-new:after, .-new.topics-card2:after {
  content: "NEW";
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 17px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .topics-card, .topics-card2 {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  .topics-card:last-child, .topics-card2:last-child {
    margin-bottom: 10px;
  }
  .topics-card .image, .topics-card2 .image {
    float: left;
    width: 40%;
    height: 0;
    padding-top: 27%;
    overflow: hidden;
    position: relative;
  }
  .topics-card .text, .topics-card2 .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    font-size: 12px;
    margin-top: 0;
    padding-left: 15px;
    width: 60%;
  }
  .topics-card .text .date, .topics-card2 .text .date {
    font-size: 8px;
  }
  .topics-card.-new, .-new.topics-card2 {
    font-size: 1px;
  }
  .topics-card.-new:before, .-new.topics-card2:before {
    border-bottom: 30px solid #d11723;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    top: -29px;
    left: -30px;
  }
  .topics-card.-new:after, .-new.topics-card2:after {
    　top: 9px;
    　left: 2px;
  }
}

.topics-card2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.topics-card2 .image {
  width: 40%;
  height: auto;
  padding-top: 0;
}
.topics-card2 .image img {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.topics-card2 .text {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
  width: 57%;
}
.topics-card2 .text .date {
  display: block;
  font-size: 12px;
  line-height: 2;
}

ul.facility-list > .facility-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  ul.facility-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  ul.facility-list > .facility-card {
    padding: 0;
    width: 100%;
  }
}

.facility-card {
  position: relative;
}
.facility-card > .image {
  width: 100%;
  height: 0;
  padding-top: 67%;
  overflow: hidden;
  position: relative;
}
.facility-card > .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.facility-card > .text {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.facility-card > .text:before {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .facility-card {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  .facility-card:last-child {
    margin-bottom: 10px;
  }
  .facility-card > .image {
    float: left;
    width: 50%;
    height: 0;
    padding-top: 34%;
    overflow: hidden;
    position: relative;
  }
  .facility-card > .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    font-size: 12px;
    margin-top: 0;
    padding-left: 35px;
    width: 50%;
  }
  .facility-card > .text:before {
    left: 15px;
  }
}

.message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .message-list {
    margin: -10px 0;
  }
}
.message-list > .message-card {
  padding: 40px 0 0;
  margin-bottom: 20px;
  border-top: 1px solid #DDD;
}
.message-list > .message-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.message-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 15px 0;
  overflow: hidden;
  padding: 0;
}
.message-card > .image {
  width: 200px;
}
.message-card > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  overflow: hidden;
}
.message-card > .text .name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.message-card > .text .message {
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .message-card {
    margin: 10px 0;
  }
  .message-card > .image {
    width: 30%;
  }
  .message-card > .text {
    margin-left: 15px;
  }
  .message-card > .text .name {
    font-size: 16px;
  }
  .message-card > .text .message {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

ul.staff-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0;
}
ul.staff-list > .staff-card {
  margin: 20px 0;
  padding: 0 15px 0 0;
  width: 33%;
}
@media screen and (max-width: 767px) {
  ul.staff-list {
    margin: -8px -5px;
  }
  ul.staff-list > .staff-card {
    margin: 8px 0;
    padding: 0 5px;
  }
}

.staff-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-card > .image {
  background: #dcdcdc;
  width: 160px;
  height: 160px;
  position: relative;
}
.staff-card > .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.staff-card > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
}
.staff-card > .text .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.staff-card > .text .kana {
  font-size: 12px;
  line-height: 2;
  margin: 0;
}
.staff-card > .text .profile {
  font-size: 14px !important;
}
.staff-card > .text .profile > .txt {
  display: block;
}
@media screen and (max-width: 767px) {
  .staff-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .staff-card > .image {
    background: #dcdcdc;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .staff-card > .text {
    margin-left: 0;
    margin-top: 10px;
  }
  .staff-card > .text .name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
  }
  .staff-card > .text .kana {
    font-size: 8px;
    line-height: 2;
    margin: 0;
  }
  .staff-card > .text .profile {
    line-height: 1.4 !important;
    margin: 0.4em 0;
  }
}

ul.players-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -30px 0;
  padding: 0 70px;
  position: relative;
}
ul.players-list::after {
  content: "";
  display: block;
  width: 30%;
}
ul.players-list > .card {
  position: relative;
  width: 270px;
  height: 350px;
  margin: 30px 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
ul.players-list > .card:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
ul.players-list > .card > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
ul.players-list > .card > .item.-pattern1 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  z-index: 2;
}
ul.players-list > .card > .item.-pattern1:hover {
  z-index: 1;
}
ul.players-list > .card > .item.-pattern2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: 1;
}
ul.players-list > .card > .item.-pattern2:hover {
  z-index: 2;
}
ul.players-list .item {
  padding: 0;
  text-align: center;
  height: 350px;
  width: 270px;
}
ul.players-list .item .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
ul.players-list .item.-pattern1 {
  background-image: url("../img/member/bg-player-card01-3.png");
}
ul.players-list .item.-pattern1 .inner:after {
  background-image: url("../img/member/cover-player-card01-3.png");
  content: "";
  display: block;
  width: 270px;
  height: 350px;
  position: absolute;
  z-index: 2;
}
ul.players-list .item.-pattern1 .photo, ul.players-list .item.-pattern1 .position, ul.players-list .item.-pattern1 .companyName, ul.players-list .item.-pattern1 .englishName, ul.players-list .item.-pattern1 .other, ul.players-list .item.-pattern1 .name, ul.players-list .item.-pattern1 .data01, ul.players-list .item.-pattern1 .data02 {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
}
ul.players-list .item.-pattern1 .photo {
  top: 15px;
  right: 6px;
  z-index: 1;
}
ul.players-list .item.-pattern1 .position {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  top: 17px;
  right: 20px;
}
ul.players-list .item.-pattern1 .companyName {
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 100px;
  left: 27px;
  width: 200px;
}
ul.players-list .item.-pattern1 .name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  top: 217px;
  left: 50px;
}
ul.players-list .item.-pattern1 .other {
  color: #f9ff52;
  font-size: 16px;
  text-shadow: 0 0 5px #00133e;
  top: 218px;
  right: 22px;
}
ul.players-list .item.-pattern1 .englishName {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  top: 242px;
  left: 50px;
}
ul.players-list .item.-pattern1 .data01 {
  color: #fff;
  font-size: 12px;
  top: 261px;
  left: 50px;
}
ul.players-list .item.-pattern1 .data01 .birthday {
  margin-right: 1em;
}
ul.players-list .item.-pattern1 .data02 {
  font-size: 11px;
  text-align: left;
  top: 283px;
  left: 50px;
}
ul.players-list .item.-pattern1 .data02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.3em;
  width: 215px;
}
ul.players-list .item.-pattern1 .data02 dt {
  color: #002450;
  float: left;
  font-weight: 800;
  width: 66px;
}
ul.players-list .item.-pattern1 .data02 dd {
  color: #002450;
  width: 150px;
  margin: 0;
}
ul.players-list .item.-pattern2 {
  background-image: url("../img/member/bg-player-card02-c.png");
}
ul.players-list .item.-pattern2.-bgA {
  background-image: url("../img/member/bg-player-card02-a-2.png");
}
ul.players-list .item.-pattern2.-bgB {
  background-image: url("../img/member/bg-player-card02-b.png");
}
ul.players-list .item.-pattern2.-bgC {
  background-image: url("../img/member/bg-player-card02-c.png");
}
ul.players-list .item.-pattern2.-bgD {
  background-image: url("../img/member/bg-player-card02-d.png");
}
ul.players-list .item.-pattern2.-bgE {
  background-image: url("../img/member/bg-player-card02-e.png");
}
ul.players-list .item.-pattern2 .inner:after {
  background-image: url("../img/member/cover-player-card03.png");
  content: "";
  display: block;
  width: 270px;
  height: 350px;
  position: absolute;
  z-index: 2;
}
ul.players-list .item.-pattern2 .photo, ul.players-list .item.-pattern2 .number, ul.players-list .item.-pattern2 .companyName, ul.players-list .item.-pattern2 .englishName, ul.players-list .item.-pattern2 .name, ul.players-list .item.-pattern2 .heightWeight {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
}
ul.players-list .item.-pattern2 .photo {
  top: 0;
  right: 0;
  z-index: 1;
}
ul.players-list .item.-pattern2 .number {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  font-family: "Helvetica", Arial, sans-serif;
  letter-spacing: 0;
  right: 15px;
  bottom: 0;
}
ul.players-list .item.-pattern2 .companyName {
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.01em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 100px;
  left: 27px;
  width: 200px;
}
ul.players-list .item.-pattern2 .name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  top: 287px;
  left: 50px;
}
ul.players-list .item.-pattern2 .englishName {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  top: 311px;
  left: 50px;
}
ul.players-list .item.-pattern2 .heightWeight {
  color: #fff;
  font-size: 12px;
  top: 330px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  ul.players-list {
    margin: -8px -10px;
    padding: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.players-list > .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 8px 10px;
    padding: 0;
    width: 270px;
  }
}

dl.ac-list {
  margin: 0;
}
dl.ac-list > .ac-head {
  border-top: 1px solid #bdc2c6;
  cursor: pointer;
  padding: 0.66em 1.1em;
  position: relative;
}
dl.ac-list > .ac-head:after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  content: "\e910";
  color: #aaa;
  font-size: 10px;
  position: absolute;
  right: 1.1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
dl.ac-list > .ac-body {
  border-top: 1px solid #bdc2c6;
  margin: 0;
  padding: 0 0 1em 1em;
}
dl.ac-list > .ac-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl.ac-list > .ac-body ul li {
  cursor: pointer;
  font-size: 13px;
  padding-top: 1.1em;
}
/**************************************************
 components - nav
***************************************************/
.category-nav {
  background-color: #034896;
  color: #fff;
  padding: 5px 0;
}
.category-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.category-nav > ul.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.category-nav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.category-nav li {
  margin: 0 3px;
  text-align: center;
  width: 110px;
}
.category-nav li a {
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1;
  padding: 20px 0;
}
.category-nav li a:hover {
  opacity: 1;
}
.category-nav li:hover, .category-nav li.-select {
  background-color: #fff;
}
.category-nav li:hover a, .category-nav li.-select a {
  color: #034896;
}
@media screen and (max-width: 767px) {
  .category-nav li {
    width: auto;
    margin: 0 2px;
  }
  .category-nav li a {
    padding: 10px 15px;
  }
}

.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.page-nav ul.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav li {
  margin: 5px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.page-nav li > a, .page-nav li > span {
  display: block;
  border: 1px solid #034896;
}
.page-nav li > a {
  background-color: #fff;
  border: 1px solid #034896;
}
.page-nav li > a:hover {
  background-color: #034896;
  color: #fff;
  opacity: 1;
}
.page-nav li.-current {
  background: #034896;
  color: #fff;
  border: 1px solid #034896;
}
@media screen and (max-width: 767px) {
  .page-nav li {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}

/**************************************************
 components - form
***************************************************/
/*フォームパーツ*/
form:not(.acms-admin-form) label {
  cursor: pointer;
}
form:not(.acms-admin-form) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  min-width: 250px;
  padding: 9px 45px 10px 14px;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  background: #fff url(../img/icon-select.png) no-repeat right 50%;
}
form:not(.acms-admin-form) select.-small {
  min-width: 140px;
}
form:not(.acms-admin-form) select::-ms-expand {
  display: none;
}
form:not(.acms-admin-form) textarea {
  line-height: 1.2;
  resize: vertical;
}
form:not(.acms-admin-form) .column-list.-name {
  max-width: 400px;
}
form:not(.acms-admin-form) .error {
  margin: 10px 0 0;
  color: #D40909;
  font-weight: 600;
  position: relative;
  background-color: rgba(180, 23, 73, 0.15);
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 93.75%;
}
form:not(.acms-admin-form) .error-head {
  padding: 9px;
  border: 1px solid #D40909;
  color: #D40909;
  font-weight: 600;
  background-color: rgba(180, 23, 73, 0.15);
  border-radius: 3px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.input-text {
  width: 100%;
  padding: 13px 14px 15px;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.input-text.-small {
  max-width: 140px;
}
.input-text.-midium {
  max-width: 240px;
}
.input-text.active {
  ime-mode: active;
}
.input-text.inactive {
  ime-mode: inactive;
}

.label-checkbox {
  display: inline-block;
  padding: 2px 2px 2px 28px;
  background: url(../img/icon-checkbox.png) no-repeat 0 5px;
}
.label-checkbox.-select {
  background-image: url(../img/icon-checkbox-on.png);
}
.label-checkbox input {
  position: absolute;
  opacity: 0;
}

.label-radio {
  display: inline-block;
  padding: 2px 2px 2px 28px;
  background: url(../img/icon-radio.png) no-repeat 0 5px;
}
.label-radio.-select {
  background-image: url(../img/icon-radio-on.png);
}
.label-radio input {
  position: absolute;
  opacity: 0;
}

.label-intext {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label-intext.-edu > .txt {
  width: 5em;
}
.label-intext.-other > .txt {
  min-width: 3.5em;
}

.form-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.form-list li {
  padding: 6px 0;
}
.form-list.-ib li {
  display: inline-block;
  padding: 6px 20px 6px 0;
}
.form-list.-ib.-gap8 li {
  padding-right: 8px;
}
.form-list.-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.form-list.-column2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.form-list.-column2 li {
  width: 50%;
  padding: 6px 16px 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-list.-column2 .fit {
  width: 100%;
}
@media screen and (max-width: 788px) {
  .form-list.-column2 li {
    width: 100%;
    padding-right: 0;
  }
}

.txt-thanks {
  padding: 30px 0;
}

/**************************************************
 components - plugin
***************************************************/
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  margin: 0 7px;
  width: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #999;
}

.swiper-pagination.-large .swiper-pagination-bullet {
  border-radius: 15px;
  height: 15px;
  margin: 0 10px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
  .swiper-pagination.-large .swiper-pagination-bullet {
    height: 12px;
    margin: 0 8px;
    width: 12px;
  }
}

.swiper-button-prev, .swiper-button-next {
  border-radius: 50px;
  background: rgba(3, 72, 150, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  width: 50px;
  height: 50px;
}
.swiper-button-prev.-white, .swiper-button-next.-white {
  background: transparent;
  border: 3px solid #fff;
}
.swiper-button-prev.-white:before, .swiper-button-next.-white:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 10px;
  height: 10px;
}
.swiper-button-prev:before, .swiper-button-next:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    padding: 10px 0;
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev:before, .swiper-button-next:before {
    width: 12px;
    height: 12px;
  }
}

.swiper-button-prev:before {
  margin-left: 18px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:before {
    margin-left: 15px;
  }
}
.swiper-button-prev.-white:before {
  margin-left: 17px;
}

.swiper-button-next:before {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .swiper-button-next:before {
    margin-left: 12px;
  }
}
.swiper-button-next.-white:before {
  margin-left: 13px;
}

/**************************************************
 base
***************************************************/
/* -----------------------------------------------
　Body
-------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 1170px;
  padding: 0px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

body, input, textarea {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body, input, textarea {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

select,
button,
textarea,
input {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 0.5em 0.5em;
}

#live .unit-wrap p, .entry-cont .entry-body p, .message-card > .text .message, .staff-card > .text .profile {
  font-size: 15px;
  line-height: 1.7;
}
#live .unit-wrap p strong, .entry-cont .entry-body p strong, .message-card > .text .message strong, .staff-card > .text .profile strong {
  color: #232323;
}
@media screen and (max-width: 767px) {
  #live .unit-wrap p, .entry-cont .entry-body p, .message-card > .text .message, .staff-card > .text .profile {
    font-size: 13px;
  }
}

.bodycopy,
p.basic {
  font-size: 15px;
  line-height: 1.7;
}
.bodycopy strong,
p.basic strong {
  color: #232323;
}
@media screen and (max-width: 767px) {
  .bodycopy,
  p.basic {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  br.disp-pc {
    display: none;
  }
}

br.disp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.disp-sp {
    display: inline;
  }
}

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a.underline {
  text-decoration: underline;
}
a.telink {
  cursor: default;
  opacity: 1 !important;
}
a.-icon-left {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-weight: 500;
}
a.-icon-left::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  content: "\e90e";
  position: absolute;
  width: 1em;
  height: 0.8em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  list-style: none;
}
.wrap.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/**************************************************
 structure 構造を定義
***************************************************/
@media screen and (max-width: 767px) {
  .inbox {
    padding-top: 58px;
  }
}

main.home {
  overflow: hidden;
}
main.home .site-header {
  -webkit-box-shadow: 0 0 5px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 5px rgba(17, 17, 17, 0.2);
  margin-bottom: 3px;
}

main > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* サイトヘッダー
-------------------------------------------------- */
.site-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 125px;
  z-index: 100;
}
.site-header > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 50px;
  height: 100%;
  position: relative;
}
.site-header .gnav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 100px);
}
.site-header .logo {
  display: block;
  margin: 0;
}
.site-header .sp-menuButton {
  display: none;
}
.site-header .sp-menuButton > span {
  background-color: #034896;
  display: block;
  margin: 3px auto;
  width: 20px;
  height: 2px;
}
.site-header .sp-menuButton > span:last-child {
  margin: 3px auto 6px;
}
@media screen and (max-width: 767px) {
  .site-header {
    background-color: #fff;
    border-top: 3px solid #034896;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .site-header > .inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 20px;
  }
  .site-header .gnav-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    padding: 10px 0;
    width: 100%;
  }
  .site-header .logo {
    width: 125px;
  }
  .site-header .logo img {
    width: 100%;
  }
  .site-header .sp-menuButton {
    color: #034896;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    margin: 0;
    height: 58px;
    width: auto;
  }
}

/* グローバルメニュー */
.global-nav {
  overflow: hidden;
}
.global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav > ul > .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0 10px;
  position: relative;
}
.global-nav > ul > .item:before {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 1px;
}
.global-nav > ul > .item:last-child {
  padding-right: 0;
}
.global-nav > ul > .item:last-child:before {
  display: none;
}
.global-nav > ul > .item a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}
.global-nav > ul > .item a > .ja {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.global-nav > ul > .item a > .en {
  color: #ccc;
  font-size: 10px;
  display: block;
  letter-spacing: 0.025em;
}
.global-nav > .sub-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav {
    background-color: rgba(255, 255, 255, 0.93);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 58px;
    left: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
  .global-nav.-open {
    opacity: 1;
    visibility: visible;
  }
  .global-nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global-nav > ul > .item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .global-nav > ul > .item:first-child {
    border-top: 1px solid #ccc;
  }
  .global-nav > ul > .item:before {
    display: none;
  }
  .global-nav .sub-nav {
    display: inline-block;
    padding: 20px 0;
    position: static;
  }
  .global-nav .sub-nav > .item {
    font-size: 14px;
    padding: 0 8px;
  }
}

/* サブメニュー */
.sub-nav {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 5;
}
.sub-nav > .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  color: #ccc;
  display: block;
  float: left;
  font-weight: 400;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
}
.sub-nav > .item.-select {
  color: #232323;
}
.sub-nav > .item:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .sub-nav {
    display: none;
  }
}

/* サイトフッター
-------------------------------------------------- */
.site-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 310px;
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
.site-footer:before {
  background: #f5f5f5;
  content: "";
  margin: 1% -10% 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  height: 80%;
  width: 120%;
  z-index: -1;
}
.site-footer > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  padding: 90px 50px 0;
  text-align: center;
}
.site-footer .btn-gotop {
  background-color: rgba(40, 35, 37, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 27px 0;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 100;
  width: 60px;
  height: 60px;
}
.site-footer .btn-gotop:hover {
  opacity: 1;
}
.site-footer .btn-gotop:before, .site-footer .btn-gotop:after {
  background: #fff;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
}
.site-footer .btn-gotop:before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  right: 11px;
}
.site-footer .btn-gotop:after {
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  left: 11px;
}
.site-footer .footer-nav {
  display: inline-block;
  margin: 0 auto;
}
.site-footer .footer-nav > ul.items li {
  font-size: 12px;
}
.site-footer .sub-nav {
  display: none;
}
.site-footer .logo {
  margin-top: 20px;
}
.site-footer .copyright {
  background-color: #034896;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer {
    height: auto;
    padding: 0;
  }
  .site-footer:before {
    display: none;
    width: 100%;
  }
  .site-footer > .inner {
    padding: 0;
  }
  .site-footer .btn-gotop {
    display: none;
  }
  .site-footer .footer-nav {
    display: block;
  }
  .site-footer .footer-nav > ul.items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-nav > ul.items li {
    font-size: 14px;
    border-left: none;
    border-top: 1px solid #bdc2c6;
    padding: 20px 0;
  }
  .site-footer .footer-nav > ul.items li:last-child {
    border-bottom: 1px solid #bdc2c6;
  }
  .site-footer .sub-nav {
    display: inline-block;
    padding: 20px 0;
    position: static;
  }
  .site-footer .sub-nav > .item {
    font-size: 14px;
    padding: 0 8px;
  }
  .site-footer .logo {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .site-footer .copyright {
    font-size: 12px;
    position: static;
  }
}

/* コンテンツ
-------------------------------------------------- */
.basic-section.-main {
  background-color: #034896;
}
.basic-section.-gray {
  background-color: #eee;
}
.basic-section.-lightgray {
  background-color: #f5f5f5;
}
.basic-section > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 60px;
}
.basic-section > .inner.-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .basic-section > .inner {
    width: 100%;
    padding: 25px 20px;
  }
}

.basic-section.-mainvisual {
  position: relative;
}
.basic-section.-mainvisual .swiper-container {
  z-index: 0;
  overflow: hidden;
}
.basic-section.-mainvisual .swiper-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.basic-section.-mainvisual .swiper-container img.-centerAll {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.basic-section.-mainvisual .swiper-container img.-centerHorizontal {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.basic-section.-mainvisual .swiper-container img.-centerVertical {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.basic-section.-mainvisual .swiper-container img.-fitTop {
  top: 0;
  bottom: auto;
}
.basic-section.-mainvisual .swiper-container img.-fitBottom {
  top: auto;
  bottom: 0;
}
.basic-section.-mainvisual .swiper-container img.-fitLeft {
  left: 0;
  right: auto;
}
.basic-section.-mainvisual .swiper-container img.-fitRight {
  left: auto;
  right: 0;
}
.basic-section.-mainvisual .swiper-slide > .image {
  margin: 0;
}
.entry-cont {
  text-align: center;
}
.entry-cont .entry-head > .title {
  font-size: 24px;
  margin: 0;
}
.entry-cont .entry-head > .date {
  font-size: 12px;
  line-height: 2.2em;
  margin: 0;
}
.entry-cont .entry-body {
  margin-top: 25px;
  text-align: left;
}
.entry-cont .entry-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry-cont .entry-bottom {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .entry-cont .entry-head > .title {
    font-size: 20px;
  }
  .entry-cont .entry-head > .date {
    font-size: 8px;
  }
  .entry-cont .entry-body {
    margin-top: 15px;
  }
  .entry-cont .entry-bottom {
    margin-bottom: 40px;
  }
}

/* レスポンシブ */
/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.-fadein.-visible, .-fadeinUp.-visible, .-fadeinDown.-visible, .-fadeinLeft.-visible, .-fadeinRight.-visible {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.-visible.-fadeinUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.-visible.-fadeinDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.-visible.-fadeinLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.-visible.-fadeinRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.-visible.-blur {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeBlur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@keyframes fadeBlur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
/* ボタンエフェクト
-------------------------------------------------- */
@media screen and (min-width: 789px) {
  .global-nav .-reverse > a {
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .global-nav .-reverse > a:hover > .echoEffect {
    -webkit-animation: btnEffect 0.75s;
            animation: btnEffect 0.75s;
  }
  .global-nav .-reverse > a:hover > .echoEffect::after {
    -webkit-animation: btnEffect-echo-white 0.75s;
            animation: btnEffect-echo-white 0.75s;
  }
  .basic-btn {
    vertical-align: middle;
    overflow: hidden;
  }
  .basic-btn.-hover:hover {
    opacity: 1;
  }
  .echoEffect {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .echoEffect::before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
  }
  .echoEffect::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .basic-btn:hover > .echoEffect {
    -webkit-animation: btnEffect 0.75s;
            animation: btnEffect 0.75s;
  }
  .basic-btn:hover > .echoEffect::after {
    -webkit-animation: btnEffect-echo-white 0.75s;
            animation: btnEffect-echo-white 0.75s;
  }
  .basic-btn.-ghost:hover > .echoEffect::after {
    -webkit-animation: btnEffect-echo 0.75s;
            animation: btnEffect-echo 0.75s;
  }
  @-webkit-keyframes btnEffect {
    0% {
      width: 0%;
    }
    100% {
      width: 150%;
    }
  }
  @keyframes btnEffect {
    0% {
      width: 0%;
    }
    100% {
      width: 150%;
    }
  }
  @-webkit-keyframes btnEffect-echo {
    0% {
      background: rgba(3, 72, 150, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  @keyframes btnEffect-echo {
    0% {
      background: rgba(3, 72, 150, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  @-webkit-keyframes btnEffect-echo-white {
    0% {
      background: rgba(255, 255, 255, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  @keyframes btnEffect-echo-white {
    0% {
      background: rgba(255, 255, 255, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  .mirrorEffect {
    position: absolute;
    top: -50%;
    height: 200%;
    left: -100px;
    width: 50px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.2;
    z-index: 1;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .basic-btn:hover > .mirrorEffect {
    -webkit-animation: btnEffect-mirror 0.75s cubic-bezier(0.19, 1, 0.22, 1);
            animation: btnEffect-mirror 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }
  @-webkit-keyframes btnEffect-mirror {
    0% {
      left: -100px;
    }
    100% {
      left: 125%;
    }
  }
  @keyframes btnEffect-mirror {
    0% {
      left: -100px;
    }
    100% {
      left: 125%;
    }
  }
}
/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
/**************************************************
 default
***************************************************/
img.-imgBdr {
  border: 1px solid #ccc;
}

.basic-section {
  /* 基本タイトル */
}
.basic-section .basic-title {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
}
.basic-section {
  /* セクションタイトル */
}
.basic-section > .inner > .section-title {
  margin-top: 0;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) {
  .basic-section > .inner > .section-title {
    margin-bottom: 1em;
  }
}

.basic-section.page-header > .page-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.basic-section.page-header > .page-image > .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.basic-section.page-header > .page-image .page-title {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  text-align: center;
  z-index: 1;
  font-weight: 600;
  font-size: 32px;
}
.basic-section.page-header > .page-image .page-title.-shadow {
  text-shadow: 0 0 5px rgba(35, 35, 35, 0.5), 0 0 10px rgba(35, 35, 35, 0.5), 0 0 15px rgba(35, 35, 35, 0.5);
}
.basic-section.page-header > .page-image .bg-image {
  height: 200px;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.basic-section.page-header > .page-image .bg-image > img {
  min-height: 200px;
  min-width: 100%;
  margin: auto;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  vertical-align: bottom;
  width: auto;
}
@media screen and (max-width: 767px) {
  .basic-section.page-header > .page-image {
    height: 150px;
  }
  .basic-section.page-header > .page-image .page-title {
    font-size: 22px;
  }
  .basic-section.page-header > .page-image .bg-image {
    height: 150px;
  }
  .basic-section.page-header > .page-image .bg-image > img {
    height: 150px;
    min-height: 150px;
    min-width: 0;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.basic-section.sidebar-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.basic-section.sidebar-section > .inner > .main-contents {
  width: 800px;
}
.basic-section.sidebar-section > .inner > .sidebar {
  border: 1px solid #bdc2c6;
  padding: 0;
  width: 220px;
}
.basic-section.sidebar-section > .inner > .sidebar-wrap {
  padding: 0;
  width: 220px;
}
.basic-section.sidebar-section > .inner > .sidebar-wrap > .sidebar {
  border: 1px solid #bdc2c6;
  padding: 0;
}
.basic-section.sidebar-section .sidebar > .title {
  background-color: #034896;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding: 0.66em 0;
}
.basic-section.sidebar-section .bnr-list {
  list-style: none;
  padding: 0;
}
.basic-section.sidebar-section .bnr-list > li > a {
  display: block;
}
.basic-section.sidebar-section .bnr-list > li .basic-btn.-small {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.basic-section.sidebar-section .bnr-list > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .basic-section.sidebar-section > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basic-section.sidebar-section > .inner > .main-contents {
    width: 100%;
  }
  .basic-section.sidebar-section > .inner > .sidebar {
    margin-top: 40px;
    width: 100%;
  }
  .basic-section.sidebar-section > .inner > .sidebar-wrap {
    margin-top: 40px;
    width: 100%;
  }
}

/**************************************************
 home トップページ
***************************************************/
.home .enter-section .mainvisual .image {
  width: 100%;
}
.home .enter-section .mainvisual .image img {
  width: 100%;
}
.home .enter-section .flex-box {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .home .enter-section .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home .enter-section .flex-box .item {
  width: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home .enter-section .flex-box .item:hover {
  opacity: 1;
  filter: brightness(100%);
  -webkit-filter: brightness(110%);
}
.home .enter-section .flex-box .item img {
  width: 100%;
}
.home .enter-section .flex-box .item:nth-of-type(1) {
  margin-top: -7.5%;
}
.home .enter-section .flex-box .item:nth-of-type(2) {
  margin-top: -15%;
}
.home .-mainvisual .swiper-slide {
  max-height: 800px;
  position: relative;
}
.home .-mainvisual .swiper-slide > .image {
  height: 0;
  padding-top: 34%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .-mainvisual .swiper-slide > .image img {
  width: 100%;
}
.home .-mainvisual .swiper-button-prev,
.home .-mainvisual .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home .-mainvisual {
    width: 100%;
    min-height: 100px;
    height: auto;
  }
  .home .-mainvisual .swiper-slide > .image {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
.home .first-section {
  margin: 0 -50px;
  z-index: 10;
  position: relative;
}
.home .first-section::after {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #f5f5f5;
  border-top: 14px solid #d11723;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.home .first-section.-west::after {
  border-top: 14px solid #112347;
}
.home .first-section > .inner {
  position: relative;
  z-index: 2;
  margin-top: -45px;
  width: 1070px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 100px 46px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.home .first-section .flex-box > .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  overflow: hidden;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  width: 33%;
}
.home .first-section .flex-box > .item:first-child {
  padding-left: 0;
  margin-top: 60px;
}
.home .first-section .flex-box > .item:last-child {
  border-right: none;
  padding-right: 0;
  height: 450px;
}
.home .first-section .flex-box > .item.-live {
  margin-top: 30px;
}
.home .first-section .timeline-Viewport {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 450px;
}
.home .first-section #calendar-schedule {
  margin-top: -1em;
}
.home .first-section #calendar-schedule .fc-center h2 {
  font-size: 12px;
  font-weight: normal;
}
.home .first-section #calendar-schedule .fc-button {
  background: transparent;
}
.home .first-section .game-live {
  text-align: center;
}
.home .first-section .game-live > .result {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
.home .first-section .game-live > .result .team {
  display: inline-block;
  max-width: 113px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.home .first-section .game-live > .result .team:first-child {
  padding-right: 65px;
  position: relative;
}
.home .first-section .game-live > .result .team:first-child:after {
  content: "VS";
  display: block;
  font-size: 25px;
  font-weight: 600;
  font-family: "Helvetica", Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .first-section .game-live > .result .score {
  display: block;
  font-size: 80px;
  font-weight: 600;
  font-family: "Helvetica", Arial, sans-serif;
  letter-spacing: 0;
}
.home .first-section .game-live > .result .teamname {
  display: block;
  font-size: 14px;
}
.home .first-section .game-live > .game {
  background: #c4dcf1;
  font-size: 14px;
  padding: 0.6em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .first-section {
    background: none;
    margin: 0;
    border-top: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: relative;
  }
  .home .first-section:before {
    background: #fff;
    border-top: 5px solid #d11723;
    content: "";
    display: block;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 120%;
    height: 10%;
  }
  .home .first-section::after {
    content: none;
  }
  .home .first-section > .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    overflow: hidden;
    padding: 0;
    margin-top: 0;
  }
  .home .first-section .flex-box {
    display: block;
  }
  .home .first-section .flex-box > .item {
    border-right: none;
    padding: 25px 20px;
    width: 100%;
  }
  .home .first-section .flex-box > .item.-schedule {
    text-align: center;
    padding: 10px 20px 25px;
    margin-top: 0;
  }
  .home .first-section .flex-box > .item.-live {
    background-color: #f5f5f5;
    margin-top: 0;
  }
  .home .first-section .flex-box > .item:last-child {
    padding: 25px 20px;
  }
  .home .first-section .game-live > .result .team {
    max-width: 110px;
  }
  .home .first-section .game-live > .result .team:first-child {
    padding-right: 58px;
    position: relative;
  }
  .home .first-section .game-live > .result .team:first-child:after {
    font-size: 20px;
    right: 15px;
  }
  .home .first-section .game-live > .result .score {
    font-size: 60px;
  }
  .home .first-section .game-live > .result .teamname {
    font-size: 12px;
  }
  .home .first-section .game-live > .game {
    font-size: 12px;
  }
  .home .first-section .game-live > .rounded-btn {
    float: left;
    width: 48%;
  }
  .home .first-section .game-live > .rounded-btn:last-child {
    margin-left: 4%;
  }
}
.home .topics-section > .inner {
  padding: 60px 50px 0;
}
@media screen and (max-width: 767px) {
  .home .topics-section {
    background-color: #f5f5f5;
  }
  .home .topics-section > .inner {
    padding: 25px 20px;
  }
}
.home .lead-section > .inner {
  padding: 0 50px;
}
.home .lead-section .main-title {
  margin-bottom: 30px;
  text-align: center;
}
.home .lead-section .main-title > .main {
  color: #034896;
  display: block;
  font-size: 88px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.home .lead-section .main-title > .sub {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}
.home .lead-section p.bodycopy {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .home .lead-section > .inner {
    padding: 0px 20px 25px;
  }
  .home .lead-section .main-title {
    margin-bottom: 20px;
  }
  .home .lead-section .main-title > .main {
    font-size: 40px;
  }
  .home .lead-section .main-title > .sub {
    font-size: 15px;
    margin-top: 10px;
  }
}

/**************************************************
 live
***************************************************/
#live .basic-section.score-section .bodycopy {
  margin-bottom: 35px;
}
#live .basic-section.score-section .score-table {
  margin: 1em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #live .basic-section.score-section .bodycopy {
    margin-bottom: 15px;
  }
  #live .basic-section.score-section .score-table {
    margin: 0.5em 0 0;
  }
}
#live .basic-section.players-section .basic-table, #live .basic-section.players-section .score-table, #live .basic-section.players-section .game-table, #live .basic-section.players-section .schedule-table, #live .basic-section.players-section .calendar-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #live .basic-section.players-section .basic-table, #live .basic-section.players-section .score-table, #live .basic-section.players-section .game-table, #live .basic-section.players-section .schedule-table, #live .basic-section.players-section .calendar-table {
    width: 550px;
  }
}
#live .basic-section.elapsed-section > .inner {
  padding: 50px 50px 20px;
}
#live .basic-section.elapsed-section .game-table {
  width: 100%;
}
#live .basic-section.elapsed-section .table-wrap + .table-wrap {
  margin-top: 40px;
}
#live .basic-section.elapsed-section .table-wrap .game-table thead th:not(.-jfe) {
  background-color: #aaa;
}
@media screen and (max-width: 767px) {
  #live .basic-section.elapsed-section > .inner {
    padding: 25px 20px;
  }
  #live .basic-section.elapsed-section .game-table {
    width: 550px;
  }
  #live .basic-section.elapsed-section .table-wrap + .table-wrap {
    margin-top: 20px;
  }
}
#live .unit-wrap {
  margin-top: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #live .unit-wrap {
    margin-top: 25px;
  }
}

/**************************************************
 topics
***************************************************/
#topics .basic-section.archive-section .page-nav {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #topics .basic-section.archive-section .page-nav {
    margin-top: 30px;
  }
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto {
  margin: 50px -25px 0;
  padding: 0 25px 40px;
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto .swiper-pagination {
  bottom: 0;
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto .swiper-button-prev {
  left: 0;
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto .swiper-button-next {
  right: 0;
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto .image {
  height: 532px;
  position: relative;
  width: 800px;
}
#topics .basic-section.entry-section .entry-body #js-entryPhoto img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #topics .basic-section.entry-section .entry-body #js-entryPhoto {
    margin: 25px -15px 0;
    padding: 0 15px 25px;
  }
  #topics .basic-section.entry-section .entry-body #js-entryPhoto .image {
    height: 0;
    padding-top: 67%;
    position: relative;
    width: 100%;
  }
  #topics .basic-section.entry-section .entry-body #js-entryPhoto img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/**************************************************
 live
***************************************************/
#live .basic-section.score-section .bodycopy {
  margin-bottom: 35px;
}
#live .basic-section.score-section .score-table {
  margin: 1em 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #live .basic-section.score-section .bodycopy {
    margin-bottom: 15px;
  }
  #live .basic-section.score-section .score-table {
    margin: 0.5em 0 0;
  }
}
#live .basic-section.players-section .basic-table, #live .basic-section.players-section .score-table, #live .basic-section.players-section .game-table, #live .basic-section.players-section .schedule-table, #live .basic-section.players-section .calendar-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #live .basic-section.players-section .basic-table, #live .basic-section.players-section .score-table, #live .basic-section.players-section .game-table, #live .basic-section.players-section .schedule-table, #live .basic-section.players-section .calendar-table {
    width: 550px;
  }
}
#live .basic-section.elapsed-section > .inner {
  padding: 50px 50px 20px;
}
#live .basic-section.elapsed-section .game-table {
  width: 100%;
}
#live .basic-section.elapsed-section .table-wrap + .table-wrap {
  margin-top: 40px;
}
#live .basic-section.elapsed-section .table-wrap .game-table thead th:not(.-jfe) {
  background-color: #aaa;
}
@media screen and (max-width: 767px) {
  #live .basic-section.elapsed-section > .inner {
    padding: 25px 20px;
  }
  #live .basic-section.elapsed-section .game-table {
    width: 550px;
  }
  #live .basic-section.elapsed-section .table-wrap + .table-wrap {
    margin-top: 20px;
  }
}
#live .unit-wrap {
  margin-top: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #live .unit-wrap {
    margin-top: 25px;
  }
}

/**************************************************
 result
***************************************************/
#result .basic-section.result-section .main-contents .total-score {
  background-color: #eee;
  font-size: 15px;
  line-height: 1.2em;
  line-height: 1.25em;
  padding: 0.66em 40px;
}
#result .basic-section.result-section .main-contents .table-wrap {
  margin-top: 40px;
}
#result .basic-section.result-section .main-contents .game-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #result .basic-section.result-section .main-contents .total-score {
    font-size: 13px;
    padding: 0.66em 20px;
  }
  #result .basic-section.result-section .main-contents .table-wrap {
    margin-top: 20px;
  }
  #result .basic-section.result-section .main-contents .game-table {
    width: 500px;
  }
}
#result ul.btns.column-list.-column3 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #result ul.btns.column-list.-column3 {
    margin-top: 18px;
  }
  #result ul.btns.column-list.-column3 > li {
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #result ul.btns.column-list.-column3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #result ul.btns.column-list.-column3 > li {
    width: 100%;
    padding-left: 0;
  }
}

/**************************************************
 ground
***************************************************/
#ground .basic-section.photoGallery-section > .inner {
  padding: 50px 0 60px;
  max-width: none;
  width: 100%;
  background: #EEE;
}
#ground .basic-section.photoGallery-section #js-photoGallery {
  padding-bottom: 30px;
}
#ground .basic-section.photoGallery-section #js-photoGallery .caption {
  position: absolute;
  bottom: 3.0018761726%;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  font-size: 93.75%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-slide {
  width: 800px;
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-slide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 11.2570356473%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  -pie-background: linear-gradient(to bottom, transparent 0%, #000 100%);
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-button {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1070px;
  height: 100%;
  z-index: 5;
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-button .swiper-button-prev {
  left: 60px;
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-button .swiper-button-next {
  right: 60px;
}
#ground .basic-section.photoGallery-section #js-photoGallery .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #ground .basic-section.photoGallery-section > .inner {
    padding: 25px 0px;
    max-width: none;
    width: 100%;
  }
  #ground .basic-section.photoGallery-section #js-photoGallery .swiper-slide {
    width: 88%;
  }
  #ground .basic-section.photoGallery-section #js-photoGallery .swiper-button {
    width: 100%;
  }
  #ground .basic-section.photoGallery-section #js-photoGallery .swiper-button .swiper-button-prev {
    left: 10px;
  }
  #ground .basic-section.photoGallery-section #js-photoGallery .swiper-button .swiper-button-next {
    right: 10px;
  }
}
#ground .basic-section.access-section {
  margin-top: 60px;
}
#ground .basic-section.access-section .section-title {
  z-index: 2;
  margin-bottom: 1.7em;
}
#ground .basic-section.access-section .gmap-wrap {
  width: 100%;
}
#ground .basic-section.access-section .gmap-wrap #gmap {
  height: 714px;
}
#ground .basic-section.access-section > .inner {
  padding: 80px 50px 30px;
}
#ground .basic-section.access-section .flex-box > .definition-list {
  width: 720px;
}
@media screen and (max-width: 767px) {
  #ground .basic-section.access-section {
    margin-top: 30px;
  }
  #ground .basic-section.access-section .section-title {
    margin-bottom: 1em;
  }
  #ground .basic-section.access-section .gmap-wrap {
    width: 100%;
  }
  #ground .basic-section.access-section .gmap-wrap #gmap {
    height: 350px;
  }
  #ground .basic-section.access-section > .inner {
    padding: 25px 20px 20px;
  }
  #ground .basic-section.access-section .flex-box {
    display: block;
  }
  #ground .basic-section.access-section .flex-box > .definition-list {
    margin-bottom: 20px;
    width: 100%;
  }
  #ground .basic-section.access-section img.item {
    width: 100%;
    max-width: 400px;
  }
}

/**************************************************
 member
***************************************************/
#member .basic-section.players-section ul.players-list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #member .basic-section.players-section ul.players-list {
    margin-top: 10px;
  }
}

/**************************************************
 schedule
***************************************************/
.schedule-table {
  width: 100%;
}

.schedule-nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 6em 1fr 6em;
  grid-template-columns: 6em 1fr 6em;
  margin: -0.4em 0;
}
.schedule-nav .title {
  margin: 0 auto;
}
.schedule-nav .next a, .schedule-nav .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 14px;
  padding: 0.5em 1em;
  border: 1px solid #FFF;
  border-radius: 3px;
}
.schedule-nav .next a::after, .schedule-nav .prev a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
}
.schedule-nav .next a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.5em;
}
.schedule-nav .prev a::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 0.5em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/**************************************************
 contact お問い合わせ
***************************************************/
.form .basic-title {
  margin-top: 0;
}
.form .basic-section.contactTel-section > .inner {
  text-align: center;
}
.form .basic-section.contactTel-section .basic-box.-tel {
  margin-top: 36px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.form .basic-section.contactTel-section .basic-box.-tel > .contact-tel {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.form .basic-section.contactTel-section .basic-box.-tel > .contact-tel .icon {
  border-color: #111;
  background-color: #fff;
}
.form .basic-section.contactTel-section .basic-box.-tel > .info {
  margin-top: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 788px) {
  .form .basic-section.contactTel-section > .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .form .basic-section.contactTel-section .basic-box.-tel {
    margin-top: 20px;
  }
}
.form .basic-section.contactMail-section > .inner {
  padding-top: 78px;
  padding-bottom: 84px;
  text-align: center;
}
.form .basic-section.contactMail-section .basic-title {
  margin-bottom: 30px;
}
.form .basic-section.contactMail-section .basic-title + .lead {
  margin-bottom: 35px;
  line-height: 1.7;
}
.form .basic-section.contactMail-section .basic-box.-form {
  margin-top: 75px;
  padding: 50px 60px 42px;
}
.form .basic-section.contactMail-section .basic-box.-form.-confirm {
  margin-top: 40px;
  padding-bottom: 36px;
}
.form .basic-section.contactMail-section .basic-box.-form.-confirm .form-table th {
  vertical-align: text-top;
}
.form .basic-section.contactMail-section .basic-box.-form.-confirm .form-table th, .form .basic-section.contactMail-section .basic-box.-form.-confirm .form-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form .basic-section.contactMail-section .basic-box.-form.-entry {
  margin-top: 40px;
}
.form .basic-section.contactMail-section .form-table {
  width: 100%;
}
.form .basic-section.contactMail-section .form-table th {
  width: 13.8em;
}
.form .basic-section.contactMail-section .form-table .view-worksOnly {
  display: none;
}
.form .basic-section.contactMail-section .form-table .view-worksOnly.-show {
  display: table-row;
}
.form .basic-section.contactMail-section .form-table .notes {
  margin: 10px 0 0;
  font-size: 93.75%;
}
.form .basic-section.contactMail-section .basic-box.-privacy {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 28px;
  padding-bottom: 26px;
  font-size: 87.5%;
}
.form .basic-section.contactMail-section .basic-box.-privacy .privacy {
  margin: 0;
}
.form .basic-section.contactMail-section .basic-box.-privacy .note {
  margin: 0 0 20px;
}
.form .basic-section.contactMail-section .basic-box.-privacy .label-checkbox {
  padding-top: 3px;
  padding-bottom: 3px;
  background-position: 0 3px;
}
.form .basic-section.contactMail-section .btns-set {
  max-width: 640px;
  margin: 40px auto 0;
}
.form .basic-section.contactMail-section .btns-set .basic-btn {
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  min-width: 0;
  max-width: none;
}
@media screen and (max-width: 788px) {
  .form .basic-section.contactMail-section > .inner {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .form .basic-section.contactMail-section .basic-title {
    margin-bottom: 20px;
  }
  .form .basic-section.contactMail-section .basic-title + .lead {
    margin-bottom: 20px;
  }
  .form .basic-section.contactMail-section .basic-title + .lead + .btn a {
    max-width: 18em;
  }
  .form .basic-section.contactMail-section .basic-box.-form {
    margin-top: 30px;
    padding: 10px 20px;
  }
  .form .basic-section.contactMail-section .basic-box.-form.-confirm {
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .form .basic-section.contactMail-section .basic-box.-form.-entry {
    margin-top: 30px;
  }
  .form .basic-section.contactMail-section .basic-box.-privacy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .form .basic-section.contactMail-section .basic-box.-privacy .note {
    margin-bottom: 12px;
  }
  .form .basic-section.contactMail-section .btns-set {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .form .basic-section.contactMail-section .basic-box.-form {
    padding: 5px 15px;
  }
  .form .basic-section.contactMail-section .btns-set {
    margin-top: 10px;
  }
  .form .basic-section.contactMail-section .btns-set .column-list {
    margin: 0 auto;
    max-width: 300px;
  }
  .form .basic-section.contactMail-section .btns-set .column-list > li {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}

/**************************************************
 support
***************************************************/
#support .basic-title.-blue {
  margin: 0;
  line-height: 1.3;
}
#support .basic-title.-blue + .lead {
  margin: 15px 0 30px;
  line-height: 1.7;
}
#support .definition-list {
  margin-top: 38px;
}
#support .definition-list dl {
  padding-left: 0;
}
#support .definition-list dd,
#support .definition-list dt {
  line-height: 1.2;
}
#support .definition-list dt {
  text-align: center;
}
#support .label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
#support .label-block.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#support .label-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#support .label-block > .label,
#support .label-block > .text {
  margin-top: 0;
  margin-bottom: 0;
}
#support .label-block > .label {
  margin-right: 14px;
  padding: 4px 25px;
  background-color: #f8f8f8;
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
}
#support .label-block + .label-block {
  margin-top: 6px;
}
#support ul.items.btns {
  margin-top: 4px;
  margin-left: -10px;
}
#support ul.items.btns > li {
  padding: 10px 0 0 10px;
}
#support .contact-text {
  margin-top: 37px;
  font-weight: 500;
  text-align: center;
}
#support .contact-box {
  margin-top: 17px;
  border: 1px solid #034896;
}
#support .contact-box > .head {
  padding: 12px 10px;
  background-color: #034896;
  color: #fff;
  font-size: 125%;
  font-weight: 500;
  text-align: center;
}
#support .contact-box > .body {
  padding: 30px 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#support .contact-box > .body dl {
  margin: 0;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#support .contact-box > .body dt {
  padding: 7px 16px;
  background-color: #0061ae;
  border-radius: 2px;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
#support .contact-box > .body dd {
  margin-left: 14px;
}
#support .contact-box > .body dd > p {
  margin: 0;
}
#support .contact-box > .body .tel {
  font-size: 200%;
  font-weight: 500;
}
#support .contact-box > .body .tel::before {
  margin-right: 5px;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f095";
  color: #0061ae;
  font-size: 106.25%;
  vertical-align: top;
}
#support .contact-box > .body .fax {
  font-size: 112.5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #support .basic-title.-blue + .lead {
    margin: 10px 0 20px;
  }
  #support .definition-list {
    margin-top: 20px;
  }
  #support .definition-list dt {
    text-align: left;
  }
  #support ul.items.btns {
    display: block;
    text-align: center;
  }
  #support ul.items.btns > li {
    display: inline-block;
  }
  #support .contact-text {
    margin-top: 20px;
  }
  #support .contact-box {
    margin-top: 12px;
  }
  #support .contact-box > .head {
    font-size: 112.5%;
  }
  #support .contact-box > .body {
    padding: 15px;
  }
  #support .contact-box > .body dt {
    padding: 5px 12px;
    font-size: 100%;
  }
  #support .contact-box > .body .tel {
    font-size: 125%;
  }
  #support .contact-box > .body .fax {
    font-size: 100%;
  }
}
@media screen and (max-width: 550px) {
  #support .contact-box > .body {
    display: block;
  }
  #support .contact-box > .body dl {
    padding: 0;
  }
  #support .contact-box > .body dl + dl {
    margin-top: 15px;
  }
}

.label-box {
  position: relative;
  margin-top: 42px;
  padding: 40px 52px 36px 176px;
  border: 3px solid #719ed3;
}
.label-box > .label {
  position: absolute;
  top: -25px;
  left: 28px;
}
.label-box .head {
  margin-top: 0;
  margin-bottom: 0;
  color: #034896;
  font-size: 137.5%;
  font-weight: 700;
  line-height: 1.5;
}
.label-box .head > em {
  color: #c43c3f;
  font-style: normal;
}
.label-box + .label-box {
  margin-top: 32px;
}
.label-box + .note-text {
  margin: 12px 18px 0;
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  .label-box {
    margin-top: 30px;
    padding: 15px 15px 15px 90px;
    border-width: 2px;
  }
  .label-box > .label {
    top: -17px;
    left: 10px;
    width: 70px;
  }
  .label-box .head {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 112.5%;
  }
  .label-box .dot-list > li {
    font-weight: normal;
  }
  .label-box .dot-list > li::before {
    top: 2px;
  }
  .label-box + .label-box {
    margin-top: 20px;
  }
  .label-box + .note-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .label-box {
    padding-left: 80px;
  }
  .label-box > .label {
    left: 5px;
    width: 65px;
  }
}

/*BACK NET*/
#support .backnet .inner:nth-of-type(1) {
  padding-bottom: 1.7em;
}
#support .backnet .inner:nth-of-type(2) {
  background: #eee;
  max-width: 100%;
}
#support .backnet .inner ul {
  overflow: hidden;
  width: 1170px;
  margin: auto;
  padding: 0px;
}
#support .backnet .inner ul li {
  list-style: none;
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
#support .backnet .inner ul li:nth-child(4n+1) {
  clear: left;
}
#support .backnet .inner ul li figure {
  margin: 0px;
}
#support .backnet .inner ul li figure img {
  width: 85%;
  margin: auto;
  -webkit-box-shadow: 2px 2px 4px #ccc;
          box-shadow: 2px 2px 4px #ccc;
}
#support .backnet .inner ul li figcaption {
  margin-bottom: 10px;
}
#support .backnet .inner ul li:first-child {
  position: relative;
  display: inline-block;
}
#support .backnet .inner ul li:first-child::before {
  content: " ";
  width: 50px;
  height: 50px;
  background: url("../../../east@baseball/shared/img/support/icon_new.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
}
#support .backnet .inner ul li figcaption {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 10px 0px 0px 0px;
  font-size: 85%;
}
#support .backnet .inner ul li figcaption::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #034896;
  border-right: solid 2px #034896;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  left: 10px;
  margin-top: -4px;
}
#support .backnet .inner ul li figcaption::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../../../east@baseball/shared/img/support/icon_pdf.png") no-repeat;
  background-size: 20px 20px;
}
#support .photo_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #support .backnet .inner ul {
    width: 100%;
  }
  #support .backnet .inner ul li {
    list-style: none;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 30px;
  }
  #support .backnet .inner ul li figure img {
    width: 100%;
  }
}
.e404-section .inner {
  text-align: center;
}
.e404-section .inner .head {
  margin-bottom: 60px;
}
.e404-section .inner .basic-btn {
  margin-top: 10 0px;
  margin-top: 40px;
}