@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Regular.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Regular.woff) format('woff');
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Medium.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Medium.woff) format('woff');
        font-family: 'Noto Sans JP';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Bold.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/notosansjp/static/NotoSansJP-Bold.woff) format('woff');
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Regular.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Regular.woff) format('woff');
        font-family: 'Oswald';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Medium.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Medium.woff) format('woff');
        font-family: 'Oswald';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-SemiBold.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-SemiBold.woff) format('woff');
        font-family: 'Oswald';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
}

@font-face {
        src: url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Bold.woff2) format('woff2'), url(/wp-content/plugins/plm-cms/assets/font/oswald/static/Oswald-Bold.woff) format('woff');
        font-family: 'Oswald';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* h1 global typography */
h1 {
  color: var(--e-global-typography-h1-color);
  font-size: var(--e-global-typography-h1-font-size);
  font-weight: var(--e-global-typography-h1-font-weight);
  line-height: var(--e-global-typography-h1-line-height);
  letter-spacing: var(--e-global-typography-h1-letter-spacing);
}

/* h2 global typography */
h2 {
  color: var(--e-global-typography-h2-color);
  font-size: var(--e-global-typography-h2-font-size);
  font-weight: var(--e-global-typography-h2-font-weight);
  line-height: var(--e-global-typography-h2-line-height);
  letter-spacing: var(--e-global-typography-h2-letter-spacing);
}

/* h3 global typography */
h3 {
  color: var(--e-global-typography-h3-color);
  font-size: var(--e-global-typography-h3-font-size);
  font-weight: var(--e-global-typography-h3-font-weight);
  line-height: var(--e-global-typography-h3-line-height);
  letter-spacing: var(--e-global-typography-h3-letter-spacing);
}

/* h4 global typography */
h4 {
  color: var(--e-global-typography-h4-color);
  font-size: var(--e-global-typography-h4-font-size);
  font-weight: var(--e-global-typography-h4-font-weight);
  line-height: var(--e-global-typography-h4-line-height);
  letter-spacing: var(--e-global-typography-h4-letter-spacing);
}

/* global typography text*/
p {
  color: var(--e-global-typography-text-color);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

/* global typography link*/
a {
  color: var(--e-global-typography-link-color);
  font-size: var(--e-global-typography-link-font-size);
  font-weight: var(--e-global-typography-link-font-weight);
  line-height: var(--e-global-typography-link-line-height);
  letter-spacing: var(--e-global-typography-link-letter-spacing);
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--e-global-font-primary-font-size);
  line-height: var(--e-global-font-primary-line-height);
  font-weight: var(--e-global-font-primary-font-weight);
  word-wrap: break-word;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-primary);
  letter-spacing: var(--e-global-font-primary-letter-spacing);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.dragscroll {
  cursor: -webkit-grab;
  cursor: grab;
}

.dragscroll:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* text-align
--------------------- */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

/* vertical-align
--------------------- */
.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

/* display
--------------------- */

.u-display--none {
  display: none !important;
}

.u-display--inline {
  display: inline !important;
}

.u-display--inlineBlock {
  display: inline-block !important;
}

.u-display--block {
  display: block !important;
}

.u-display--invisible {
  visibility: hidden;
}

/* slider dots for slick
--------------------- */
.u-slider-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  overflow: hidden;
  margin-top: 16px;
  font-size: 0;
}

.u-slider-dots li.slick-active button {
  background: var(--e-global-color-secondary);
}

.u-slider-dots button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: -9999px;
  width: 25px;
  height: 5px;
  background: #ccc;
}

/* sup / sub
--------------------- */
.u-sup {
  font-size: .7em;
  vertical-align: super;
  line-height: 1;
}

.u-sub {
  font-size: .7em;
  vertical-align: sub;
  line-height: 1;
}

/* text color
--------------------- */
.u-text-color--red {
  color: #C90000;
}

.u-text-color--lblue {
  color: #009BFC;
}

/* fonts
--------------------- */
.u-font-oswald {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
}

.u-font-oswald * {
  font-family: inherit;
}

#header-pc.header {
  position: fixed;
  background: var(--e-global-color-secondary);
  left: 0;
  right: 0;
  top: 0;
  height: 88px;
  z-index: 101;
}

#header-pc.header ul {
  list-style: none;
}

#header-pc .header__inner {
  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;
  width: 1010px;
  margin: 0 auto;
  position: relative;
}

#header-pc .header__logo {
  padding: 18px 0;
}

#header-pc .header__logo a {
  display: inline-block;
}

#header-pc .header__logo img {
  width: auto;
  height: 52px;
  vertical-align: bottom;
}

#header-pc .header__menu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#header-pc .header__menu button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: initial;
}

#header-pc .header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-pc .header__menu-list > li {
  position: relative;
}

#header-pc .header__menu-list > li:not(:first-child) {
  margin-left: 16px;
}

#header-pc .header__menu-text {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
}

#header-pc .header__menu-text * {
  font-family: inherit;
}

#header-pc .header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 1.5 !important;
}

#header-pc .header__menu-link.is-active + .header__tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-pc .header__menu-ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
}

#header-pc .header__menu-ico svg {
  width: 100%;
  height: auto;
}

#header-pc .header__tip {
  background: #777777;
  font-weight: 500;
  padding: 0 12px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 0;
  right: 0;
  display: none;
  height: 48px;
}

#header-pc .header__tip::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #777777 transparent;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 24px;
}

#header-pc .header__tip--sns {
  min-width: 304px;
}

#header-pc .header__tip--language {
  min-width: 306px;
}

#header-pc .header__tip li {
  font-size: 16px;
}

#header-pc .header__tip li:not(:first-child) {
  margin-left: 16px;
}

#header-pc .header__tip a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

#header-pc .header__tip a img {
  vertical-align: top;
}

#header-sp.header {
  position: fixed;
  background: var(--e-global-color-secondary);
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

#header-sp.header ul {
  list-style: none;
}

#header-sp .header__inner {
  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;
  margin: 0 auto;
  position: relative;
}

#header-sp .header__logo {
  margin: 12px 0;
}

#header-sp .header__logo a {
  display: inline-block;
}

#header-sp .header__logo img {
  width: auto;
  height: 32px;
  vertical-align: bottom;
}

#header-sp .header__menu {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  height: 100%;
}

#header-sp .header__menu button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: initial;
}

#header-sp .header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 14px;
  height: 100%;
}

#header-sp .header__menu-link {
  text-decoration: none;
  display: block;
}

#header-sp .header__menu-link.is-active + .header__tip {
  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;
}

#header-sp .header__menu-ico {
  width: 41px;
  height: 42px;
  display: inline-block;
  margin-right: 4px;
}

#header-sp .header__menu-ico svg {
  width: 100%;
  height: auto;
}

#header-sp .header__tip {
  background: #777777;
  font-weight: 500;
  padding: 0 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  height: 48px;
  width: 100vw;
}

#header-sp .header__tip::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #777777 transparent;
  display: inline-block;
  position: absolute;
  top: -6px;
}

#header-sp .header__tip--sns::before {
  left: 75px;
}

#header-sp .header__tip li {
  font-size: 16px;
}

#header-sp .header__tip li:not(:first-child) {
  margin-left: 16px;
}

#header-sp .header__tip a {
  color: var(--e-global-typography-link-color);
  text-decoration: none;
}

#header-sp .header__tip a img {
  vertical-align: top;
}

.footer {
  background: var(--e-global-color-accent);
}

.footer__inner {
  max-width: 1010px;
  margin: 0 auto;
}

.footer__title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-top: 24px;
}

.footer__title * {
  font-family: inherit;
}

.footer__logos {
  padding-top: 16px;
  padding-bottom: 24px;
}

.footer__logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.footer__logos ul li:not(:last-child) {
  margin-right: 12px;
}

.footer__logos ul li img {
  width: 100%;
}

.footer__logos ul li a {
  display: inline-block;
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 120px;
}

.footer__logo a {
  display: inline-block;
}

.footer-nav {
  padding-top: 24px;
  padding-bottom: 40px;
}

.footer-nav__list {
  list-style: none;
}

.footer-nav__list-item {
  line-height: 1.3;
  margin-top: 18px;
}

.footer-nav__list-item > .footer-nav__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer-nav__list-item > .footer-nav-child__list a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-nav__link.footer-nav__trigger {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 26px 0 0;
}

.footer-nav__link.footer-nav__trigger::before, .footer-nav__link.footer-nav__trigger::after {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-nav__link.footer-nav__trigger::before {
  width: 10px;
  height: 2px;
  right: 0;
}

.footer-nav__link.footer-nav__trigger::after {
  width: 2px;
  height: 10px;
  right: 4px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer-nav__link.footer-nav__trigger.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.footer-nav-child__list {
  margin-left: 0.8em;
  list-style: none;
  display: none;
}

.footer-nav-child__list li {
  margin-top: 8px;
}

.footer-nav-child__list li:not(:first-child) {
  margin-top: 10px;
}

.footer__copyright {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #fff;
  padding-top: 24px;
  padding: 24px 30px 16px;
}

#gnav-pc.gnav {
  background: var(--e-global-color-accent);
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

#gnav-pc.gnav ul {
  list-style: none;
}

#gnav-pc .gnav__control {
  width: 1010px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#gnav-pc .gnav__control span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

#gnav-pc .gnav__control--prev {
  position: relative;
  display: block;
  background: #262626;
  width: 24px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  display: none;
}

#gnav-pc .gnav__control--next {
  position: relative;
  display: block;
  background: var(--e-global-color-accent);
  width: 24px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  cursor: pointer;
  display: none;
}

#gnav-pc .gnav__inner {
  width: 1010px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

#gnav-pc .gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 3000px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

#gnav-pc .gnav__list.is-default {
  -webkit-animation: isNavDefault .3s linear forwards;
          animation: isNavDefault .3s linear forwards;
}

@-webkit-keyframes isNavDefault {
  0% {
    left: -1010px;
  }
  100% {
    left: 0;
  }
}

@keyframes isNavDefault {
  0% {
    left: -1010px;
  }
  100% {
    left: 0;
  }
}

#gnav-pc .gnav__list.is-move {
  -webkit-animation: isNavMove .3s linear forwards;
          animation: isNavMove .3s linear forwards;
}

@-webkit-keyframes isNavMove {
  0% {
    left: 0;
  }
  100% {
    left: -1010px;
  }
}

@keyframes isNavMove {
  0% {
    left: 0;
  }
  100% {
    left: -1010px;
  }
}

#gnav-pc .gnav__list-item {
  width: 126.25px;
  height: 100%;
}

#gnav-pc .gnav__list-item > a {
  width: 100%;
  height: 100%;
  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;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
}

#gnav-pc .gnav__list-item > a::after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background: var(--e-global-typography-link-color);
  position: absolute;
  bottom: 1px;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

#gnav-pc .gnav__list-item:hover > a {
  color: var(--e-global-typography-link-color);
}

#gnav-pc .gnav__list-item:hover > a::after {
  opacity: 1;
}

#gnav-pc .gnav__list-item:hover .gnav-child {
  display: block;
}

#gnav-pc .gnav-child {
  display: none;
}

#gnav-pc .gnav-child__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 20px 16px 20px 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#gnav-pc .gnav-child__list {
  width: 65%;
}

#gnav-pc .gnav-child__list:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}

#gnav-pc .gnav-child__list:first-child li {
  width: calc((100% / 3) - 16px);
}

#gnav-pc .gnav-child__list.gnav__banner {
  width: 35%;
  text-align: right;
  margin-left: auto;
}

#gnav-pc .gnav-child__list li a {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

#gnav-pc .gnav-child__list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

#gnav-pc .gnav-child__list li a:hover {
  color: var(--e-global-typography-link-color);
}

#gnav-pc .gnav-child__list li a:hover::before {
  border-color: inherit;
}

#gnav-sp.gnav {
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 102;
}

#gnav-sp.gnav.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#gnav-sp.gnav ul {
  list-style: none;
}

#gnav-sp .gnav__inner {
  height: 100%;
  width: 100%;
  overflow: auto;
  background: var(--e-global-color-accent);
  margin-left: auto;
}

#gnav-sp .gnav__head {
  text-align: center;
  padding: 12px;
  position: relative;
  margin-bottom: 18px;
}

#gnav-sp .gnav__body {
  margin-bottom: 23px;
}

#gnav-sp .gnav__foot {
  margin-bottom: 47px;
}

#gnav-sp .gnav__logo img {
  width: auto;
  height: 32px;
  vertical-align: bottom;
}

#gnav-sp .gnav__utilities {
  margin: 0 32px 17px;
}

#gnav-sp .gnav__utilities li:not(:first-child) {
  margin-top: 16px;
}

/* SPグローバルナビのボタン　背景色をグローバルカラーをサブに、文字色を白に変更 */
#gnav-sp .gnav__utilities a {
  background: var(--e-global-color-secondary);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  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;
  border-radius: 80px;
  padding: 8px;
  font-size: 1.6rem;
}

#gnav-sp .gnav__utilities-ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}

#gnav-sp .gnav__utilities-ico svg {
  width: 100%;
  height: auto;
}

#gnav-sp .gnav__list-ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

#gnav-sp .gnav__list-ico svg {
  width: 100%;
  height: auto;
}

#gnav-sp .gnav__list-link {
  border-bottom: 1px solid #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 17px 35px 17px 30px;
  background: var(--e-global-color-accent);
  font-size: 1.6rem;
}

#gnav-sp .gnav__list-link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
}

#gnav-sp .gnav__list-link.gnav__trigger {
  padding-right: 45px;
}

#gnav-sp .gnav__list-link.gnav__trigger::before {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 20.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#gnav-sp .gnav__list-link.gnav__trigger::after {
  border: none;
  width: 3px;
  height: 20px;
  background: #777777;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
  -webkit-transition: .3s;
  transition: .3s;
}

#gnav-sp .gnav__list-link.gnav__trigger.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

#gnav-sp .gnav__list .gnav-child {
  display: none;
}

#gnav-sp .gnav__list .gnav-child__list > li > a {
  border-bottom: 1px solid #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 17px 35px 17px 72px;
  background: #262626;
  font-size: 1.6rem;
}

#gnav-sp .gnav__list .gnav-child__list > li > a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
}

#gnav-sp .gnav__sublist-ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

#gnav-sp .gnav__sublist-ico svg {
  width: 100%;
  height: auto;
}

#gnav-sp .gnav__sublist-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 17px 24px 17px 30px;
  line-height: inherit;
  font-size: inherit;
}

#gnav-sp .gnav__sublist .gnav-child {
  margin-bottom: 13px;
}

#gnav-sp .gnav__sublist .gnav-child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 72px;
}

#gnav-sp .gnav__sublist .gnav-child__list li {
  width: 50%;
  padding-right: 10px;
}

#gnav-sp .gnav__sublist .gnav-child__list li:nth-child(n+3) {
  margin-top: 20px;
}

#gnav-sp .gnav__sublist .gnav-child__list li a {
  font-size: 1.6rem;
  text-decoration: none;
  color: var(--e-global-typography-link-color);
}

.gnav-sp__toggle {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.gnav-sp__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #959595;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.gnav-sp__toggle.gnav-sp__open {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnav-sp__toggle.gnav-sp__open span:nth-of-type(2) {
  top: 8px;
}

.gnav-sp__toggle.gnav-sp__open span:last-of-type {
  top: 16px;
}

.gnav-sp__toggle.gnav-sp__close {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnav-sp__toggle.gnav-sp__close span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

.gnav-sp__toggle.gnav-sp__close span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

.gnav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.gnav__overlay.is-show {
  opacity: 1;
  z-index: 101;
}

.main {
  margin: 56px auto 0;
}

.l-report {
  margin-bottom: 40px;
}

.l-report-contents {
  margin-top: 40px;
}

.l-report .c-game-pager {
  margin-bottom: 24px;
}

.l-report .c-game-tabs {
  margin-bottom: 24px;
}

.l-report .c-button-anchor {
  margin: 32px auto;
}

.l-game-report__title {
  margin-bottom: 24px;
  padding-bottom: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.l-game-report__box-column {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

.l-game-report__box-contents {
  margin-bottom: 50px;
}

.l-game-report figure {
  width: 322px;
}

.l-game-report figure img {
  max-width: none;
  width: 100%;
}

.l-game-report figure figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
}

.l-calendar .c-question-text {
  margin-top: 10px;
}

.l-calendar .c-pager.c-pager--month {
  margin-top: 60px;
  margin-bottom: 70px;
}

.l-game-top-info {
  padding-bottom: 24px;
}

.l-game-top-info .c-game-info-jumbotron {
  margin-bottom: 24px;
}

/* .l-game-top-info .c-score-board {
  margin-bottom: 24px;
} */

.l-game-top-info .l-game-top-info-banner {
  text-align: center;
}

.l-stats {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--e-global-color-secondary);
}

.l-stats .c-title {
  margin-bottom: 40px;
  color: #fff;
}

.l-stats .c-button-normal::after {
  margin: auto;
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: transparent url(/_assets/images/common/ico_arrow_wh.svg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.l-stats__tab .c-tab {
  margin-bottom: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}

.l-stats__tab .c-tab__button {
  width: 96px;
  height: 48px;
  font-size: 1.4rem;
  border: 1px solid #4B4B4B;
  color: #fff;
}

.l-stats__tab .c-tab__button.is-current {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #000;
}

.l-stats__tab-content {
  background-color: #fff;
  border-radius: 2px;
}

.l-stats__tab-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.l-stats__box-title {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.l-stats__box-title span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.l-stats__box-contents .c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.l-stats__box-contents .c-tab__button {
  padding: 10px 0;
  width: 56px;
  height: 36px;
  background-color: #E6E6E6;
  font-size: 1.4rem;
  color: #000;
  border: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.l-stats__box-contents .c-tab__button.is-current {
  background-color: #000;
  color: #fff;
}

.l-stats__box-contents .c-tab__button small {
  font-size: 1.2rem;
}

.l-stats__table {
  border-radius: 2px;
  overflow: hidden;
}

.l-stats__table table {
  width: 100%;
}

.l-stats__table table th, .l-stats__table table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #fff;
}

.l-stats__table table th {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.l-stats__table table tr:nth-child(even) td {
  background-color: #E6E6E6;
}

.l-stats__table table tr:nth-child(odd) td {
  background-color: #FAFAFA;
}

.l-stats__table table td:not(:first-child) {
  text-align: center;
  font-size: 1.2rem;
}

.l-stats__table table td:first-child {
  width: 158px;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-stats__table table td:first-child a {
  font-size: 1.4rem;
  color: var(--e-global-typography-link-color);
}

.l-stats__table table td .rank {
  margin-right: 8px;
}

.l-stats__table table a {
  color: var(--e-global-typography-link-color);
  text-decoration: none;
}

.l-stats__player-list {
  padding: 9px 12px 9px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}

.l-stats__player-list:first-child {
  padding: 16px 12px 16px 0;
}

.l-stats__player-list:first-child .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.l-stats__player-list .thumb {
  width: 64px;
  margin-right: 14px;
}

.l-stats__player-list .thumb a {
  color: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  display: block;
  text-align: center;
}

.l-stats__player-list .rank {
  margin-right: 14px;
  width: 64px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-stats__player-list .name a {
  text-decoration: none;
  color: var(--e-global-typography-link-color);
}

.l-stats__player-list .socre {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}

.l-stats__box > .c-button-normal, .l-stats__tab-content-inner > .l-stats, .l-stats__tab-content-inner > .c-button-normal {
  margin: 24px auto 0;
  width: 150px;
  height: 38px;
  font-size: 1.2rem;
  position: relative;
}

.l-stats__player > .l-stats__player-list .name a, .l-stats__player > .l-stats__player-list .name {
  font-size: 1.4rem;
}

.l-stats__box > .c-button-normal, .l-stats__tab-content-inner > .c-button-normal {
  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;
  width: 180px;
  height: 48px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.l-stats__box > .c-button-normal--black, .l-stats__tab-content-inner > .c-button-normal--black {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.c-acc__button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding: 20px 52px 20px 30px;
}

.c-acc__button::before, .c-acc__button::after {
  content: "";
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-acc__button::before {
  width: 20px;
  height: 3px;
  right: 16px;
}

.c-acc__button::after {
  width: 3px;
  height: 20px;
  right: 24.5px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-acc__button.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-acc__content {
  display: none;
}

.c-acc__content.is-open {
  display: block;
}

.c-announce-top {
  padding: 24px 30px;
}

.c-announce-top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid var(--e-global-color-secondary);
  padding-bottom: 4px;
}

.c-announce-top__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-announce-top__title span {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
}

.c-announce-top__date {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-left: auto;
}

.c-announce-top__item {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.c-announce-top__item dt {
  display: inline-block;
  width: 80px;
  border-radius: 60px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  padding: 1px 5px;
}

.c-announce-top__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 80px);
}

.c-announce-top .c-announce-top__player {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 16px;
}

.c-announce-top .c-announce-top__player:last-child {
  margin-left: 24px;
}

.c-announce-top .c-announce-top__player a {
  color: var(--e-global-typography-link-color);
  font-size: var(--e-global-typography-link-font-size);
  font-weight: var(--e-global-typography-link-font-weight);
  line-height: var(--e-global-typography-link-line-height);
  letter-spacing: var(--e-global-typography-link-letter-spacing);
  text-decoration: none;
}

.c-announce-top .c-announce-top__link {
  text-align: right;
  margin-top: 16px;
}

.c-announce-top .c-announce-top__link a {
	color: var(--e-global-typography-link-color);
	font-size: var(--e-global-typography-link-font-size);
	font-weight: var(--e-global-typography-link-font-weight);
	line-height: var(--e-global-typography-link-line-height);
	letter-spacing: var(--e-global-typography-link-letter-spacing);
  font-weight: 700;
}

.c-announce-entry__list-head {
  background: #777777;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.43;
}

.c-announce-entry__list-head .c-announce-entry__list-item {
  border-bottom: none;
}

.c-announce-entry__list-head .c-announce-entry__list-item * {
  color: #fff;
}

.c-announce-entry__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #000;
}

.c-announce-entry__day {
  font-weight: bold;
  padding-left: 8px;
  text-align: center;
  width: 38px;
  margin-right: 17px;
  color: #000;
}

.c-announce-entry__day em {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

.c-announce-entry__day em * {
  font-family: inherit;
}

.c-announce-entry__day span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-announce-entry__day--saturday span {
  color: #0093FF;
}

.c-announce-entry__day--holiday span {
  color: #FF0000;
}

.c-announce-entry__entry {
  width: calc((100% - 55px) / 2);
}

.c-announce-entry__deregistration {
  width: calc((100% - 55px) / 2);
  margin-left: 5.07937%;
}

.c-announce-entry__player-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-announce-entry__player-content + .c-announce-entry__player-content {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #000;
}

.c-announce-entry__player-tag {
  margin-right: 8px;
}

.c-announce-entry__player-tag span {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 2px 0;
  min-width: 40px;
}

.c-announce-entry__player-tag--pitcher span {
  background: #FF0000;
}

.c-announce-entry__player-tag--catcher span {
  background: #0093FF;
}

.c-announce-entry__player-tag--outfielder span {
  background: #17D133;
}

.c-announce-entry__player-tag--infielder span {
  background: #FCC800;
}

.c-announce-entry__player-number {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 8px;
  color: #000;
}

.c-announce-entry__player-name {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-announce-entry__player-name a {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--e-global-typography-link-color);
  text-decoration: none;
}

.c-announce-entry__notice {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  color: #000;
}

.c-announce-regist__table.c-table {
  margin-bottom: 0;
}

.c-announce-regist__table.c-table table {
  width: 1010px;
}

.c-announce-regist__table table thead th {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 700;
}

.c-announce-regist__table table thead th.c-announce-regist__date {
  width: 87px;
}

.c-announce-regist__table table thead th.c-announce-regist__regist {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__number {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__player {
  width: 111px;
}

.c-announce-regist__table table thead th.c-announce-regist__position {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__birthday {
  width: 111px;
}

.c-announce-regist__table table thead th.c-announce-regist__height {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__weight {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__throwing {
  width: 60px;
}

.c-announce-regist__table table thead th.c-announce-regist__school {
  width: 111px;
}

.c-announce-regist__table table thead th.c-announce-regist__remarks {
  width: 230px;
}

.c-announce-regist__table table tbody td {
  font-size: 1.2rem;
  line-height: 1.33;
}

.c-announce-regist__table table tbody td.c-announce-regist__entry {
  background: #FFD3D3 !important;
}

.c-announce-regist__table table tbody td.c-announce-regist__deregistration {
  background: #E2F7F8 !important;
}

.c-announce-regist__table table tbody td.c-announce-regist__player {
  text-align: left;
  font-weight: 700;
}

.c-announce-regist__table table tbody td.c-announce-regist__school {
  text-align: left;
}

.c-announce-regist__table table tbody td.c-announce-regist__remarks {
  text-align: left;
}

.c-announce-regist__table table tbody td.c-announce-regist__throwing p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-announce-regist__notice {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-align: right;
}

.c-announce-retire__table.c-table {
  margin-bottom: 0;
}

.c-announce-retire__table.c-table table {
  min-width: 650px;
}

.c-announce-retire__table table thead th {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 700;
}

.c-announce-retire__table table thead th.c-announce-retire__date {
  width: 75px;
}

.c-announce-retire__table table thead th.c-announce-retire__regist {
  width: 75px;
}

.c-announce-retire__table table thead th.c-announce-retire__number {
  width: 60px;
}

.c-announce-retire__table table thead th.c-announce-retire__player {
  width: 145px;
}

.c-announce-retire__table table thead th.c-announce-retire__position {
  width: 60px;
}

.c-announce-retire__table table thead th.c-announce-retire__remarks {
  width: 235px;
}

.c-announce-retire__table table tbody td {
  font-size: 1.2rem;
  line-height: 1.33;
}

.c-announce-retire__table table tbody td.c-announce-retire__player {
  text-align: left;
  font-weight: 700;
}

.c-announce-retire__table table tbody td.c-announce-retire__remarks {
  text-align: left;
}

.c-announce-retire__notice {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-align: right;
}

.c-announce-player__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-announce-player__title {
  background: #777777;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 6px 8px;
}

.c-announce-player__list {
  list-style: none;
  padding: 0 8px 16px;
}

.c-announce-player__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.c-announce-player__number {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  color: var(--e-global-typography-link-color);
  width: 30px;
  text-align: center;
}

.c-announce-player__player {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  width: calc(100% - 30px - 8px - 8px);
}

.c-announce-player__player a {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.43;
  color: var(--e-global-typography-link-color);
  text-decoration: none;
}

.c-announce-player__notice {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-align: right;
}

.c-banner__slider {
  display: none;
}

.c-banner__slider.slick-initialized {
  display: block;
}

.c-banner__slider .c-banner__list-item {
  width: 100%;
  vertical-align: bottom;
}

.c-banner__slider a {
  display: block;
}

.c-banner img {
  width: 100%;
}

.c-birthday__day {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
  color: #fff;
  background: #777;
  padding: 8px 16px;
}

.c-birthday__day * {
  font-family: inherit;
}

.c-birthday__day span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 8px;
}

.c-birthday__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-birthday__number {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  width: 50px;
  padding-right: 10px;
}

.c-birthday__number * {
  font-family: inherit;
}

.c-birthday__meta {
  width: calc(100% - 44px);
}

.c-birthday__player {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.c-birthday__born {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 700;
}

.c-birthday__list > .c-birthday__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  padding: 19px 40px 19px 16px;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid #777;
}

.c-breadcrumb {
  max-width: 1010px;
  margin: 64px auto 40px;
}

.c-breadcrumb__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb__list li {
  padding-right: 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.c-breadcrumb__list li a {
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.c-breadcrumb__list li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  display: inline-block;
  vertical-align: bottom;
  top: 50%;
  right: 8px;
  margin-top: 1px;
}

.c-broadcast-schedule .c-calendar-list-header-container {
  padding-left: 13px;
}

.c-broadcast-schedule .c-calendar-list-header-container .c-calendar-list-title {
  margin-right: 0;
  padding-right: 40px;
}

.c-broadcast-schedule-vs {
  font-weight: 700;
  margin-bottom: 8px;
}

.c-broadcast-schedule__list {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
}

.c-broadcast-schedule__list-head {
  background: #777777;
  font-weight: 700;
  padding: 8px 30px;
}

.c-broadcast-schedule__list-head .c-broadcast-schedule__list-item {
  padding: 0 8px;
  color: #fff;
}

.c-broadcast-schedule__list-body {
  background: #E8E8E8;
  padding: 0px 30px;
}

.c-broadcast-schedule__list-body .c-broadcast-schedule__list-item:not(:last-child) {
  border-bottom: 1px solid #000;
}

.c-broadcast-schedule__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  color: #000;
  gap: 15px;
}

.c-broadcast-schedule__time {
  width: 23.41137%;
}

.c-broadcast-schedule__broadcaster {
  width: 39.79933%;
}

.c-broadcast-schedule__broadcaster a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
  text-decoration: none;
  color: #0093FF;
}

.c-broadcast-schedule__broadcaster a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
}

.c-broadcast-schedule__broadcaster a svg path {
  fill: #0093FF;
}

.c-broadcast-schedule__broadcaster-label span {
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  min-width: 44px;
  text-align: center;
}

.c-broadcast-schedule__remarks {
  width: 26.75585%;
}

.c-broadcast-schedule.l-calendar .c-pager.c-pager--month {
  margin-bottom: 0px;
}

.c-button.c-button--default {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4445;
  border: 1px solid #000;
  border-radius: 60px;
  color: #000;
  background-color: #fff;
  text-align: center;
  min-width: 320px;
  padding: 18px 40px;
  text-decoration: none;
}

.c-button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4445;
  border: 1px solid #000;
  border-radius: 60px;
  color: #000;
  background-color: #fff;
  text-align: center;
  min-width: 320px;
  padding: 18px 40px;
  text-decoration: none;
}

.c-button__inner {
  position: relative;
  display: inline-block;
}

.c-button--default {
  border-width: var(--e-global-button-border-width);
  border-style: var(--e-global-button-border-style);
  border-color: var(--e-global-button-border-color);
  border-radius: var(--e-global-button-border-radius);
  color: var(--e-global-button-color);
  background-color: var(--e-global-button-background-color);
  padding: var(--e-global-button-border-padding);
  -webkit-box-shadow: var(--e-global-button-box-shadow);
          box-shadow: var(--e-global-button-box-shadow);
}

.c-button--default::after {
  border-color: var(--e-global-button-color);
}

.c-button--small {
  font-size: 1.4rem;
  line-height: 1.5;
  min-width: 170px;
  padding: 8px 40px;
}

.c-button--small.c-button--blank svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

.c-button--large {
  font-size: 2rem;
  line-height: 1.5;
  min-width: 410px;
  padding: 24px 40px;
}

.c-button--arrow {
  position: relative;
}

.c-button--arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-button--ico .c-button__inner {
  padding: 0 20px 0 38px;
}

.c-button--ico svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

.c-button--ico.c-button--large .c-button__inner {
  padding: 0 20px 0 56px;
}

.c-button--ico.c-button--large svg {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.c-button--black {
  background: #000;
  color: #fff;
}

.c-button--black.c-button--arrow::after {
  border-color: #fff;
}

.c-button.c-button--default,
.c-button--default {
  border-width: var(--e-global-button-border-width);
  border-style: var(--e-global-button-border-style);
  border-color: var(--e-global-button-border-color);
  border-radius: var(--e-global-button-border-radius);
  color: var(--e-global-button-color);
  background-color: var(--e-global-button-background-color);
  padding: var(--e-global-button-border-padding);
  -webkit-box-shadow: var(--e-global-button-box-shadow);
          box-shadow: var(--e-global-button-box-shadow);
}

.c-button-reload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 64px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.c-button-reload--small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
}

.c-button-reload--small .icon {
  margin-right: 6px;
}

.c-button-reload .icon {
  display: block;
  width: 16px;
  height: 16px;
}

.c-button-reload .icon svg {
  width: inherit;
  height: inherit;
  fill: #fff;
}

.c-button-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 64px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.c-button-help .icon {
  display: block;
  width: 16px;
  height: 16px;
}

.c-button-help .icon svg {
  width: inherit;
  height: inherit;
  fill: #fff;
}

.c-event__calendar-list-ticket > .c-button-ticket,
.c-calendar-list-game-ticket > .c-button-ticket,
.c-calendar-month-ticket > .c-button-ticket {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
}

.c-button-ticket {
  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;
  background-color: var(--e-global-color-secondary);
  line-height: 1.2;
  height: 30px;
  border-radius: 15px;
  text-decoration: none;
}

.c-button-ticket.disabled {
  pointer-events: none;
  background-color: #CCC;
}

.c-button-ticket i {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.c-button-ticket i svg {
  width: inherit;
  height: inherit;
  fill: #000;
}

.c-button-ticket span {
  font-weight: bold;
  color: #000;
  font-size: 1rem;
}

.c-button-anchor {
  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;
  background-color: #fff;
  width: 322px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid var(--e-global-color-secondary);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

/* モバイル公式サイトのボタン設定　背景色をグローバルカラーのサブ、文字色を白に変更 */
.c-content > .c-button-mobile {
  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;
  background-color: var(--e-global-color-secondary);
  font-weight: 700;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 60px;
  text-decoration: none;
  padding: 20px 10px;
}

.c-button-mobile__inner {
  text-align: center;
}

.c-button-mobile__inner p {
  font-size: 1.2rem;
}

.c-button-mobile i {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.c-button-mobile i svg {
  width: inherit;
  height: inherit;
  fill: #000;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c-column img {
  vertical-align: bottom;
}

.c-column--2 {
  gap: 22px;
}

.c-column--2 .c-column__content {
  width: 100%;
}

.c-column--3 {
  gap: 22px;
}

.c-column--3 .c-column__content {
  width: 100%;
}

.c-column--4 {
  gap: 22px;
}

.c-column--4 .c-column__content {
  width: 100%;
}

.c-content {
  max-width: 1010px;
  margin: 0 auto;
}

.c-datecontrol {
  margin: 40px 30px;
}

.c-datecontrol--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

.c-datecontrol-current {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.c-datecontrol-current .c-datecontrol-current__year, .c-datecontrol-current .c-datecontrol-current__month {
  font-size: 3.2rem;
  line-height: 1.47;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  display: inline-block;
}

.c-datecontrol-current .c-datecontrol-current__year *, .c-datecontrol-current .c-datecontrol-current__month * {
  font-family: inherit;
}

.c-datecontrol-current .c-datecontrol-current__year {
  margin-right: 4px;
}

.c-datecontrol-current .c-datecontrol-current__month {
  margin-left: 12px;
  margin-right: 4px;
}

.c-datecontrol-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 20px;
}

.c-datecontrol-search + .c-datecontrol-search {
  margin-left: 0;
}

.c-datecontrol-search input[type=checkbox] {
  display: none;
}

.c-datecontrol-search select {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 20px 0 0;
  line-height: 1.6;
  width: 100%;
  color: var(--e-global-color-secondary);
}

.c-datecontrol-search__checkbox {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-datecontrol-search__checkbox input[type="checkbox"]:checked + span {
  color: var(--e-global-color-secondary);
}

.c-datecontrol-search__checkbox input[type="checkbox"]:checked + span::before {
  background: var(--e-global-color-secondary);
}

.c-datecontrol-search__checkbox input[type="checkbox"]:checked + span::after {
  display: inline-block;
}

.c-datecontrol-search__checkbox span {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
}

.c-datecontrol-search__checkbox span::before, .c-datecontrol-search__checkbox span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-datecontrol-search__checkbox span::before {
  background: #4B4B4B;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.c-datecontrol-search__checkbox span::after {
  display: none;
  width: 12px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 4px;
  margin-top: -1px;
}

.c-datecontrol-search__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--e-global-color-secondary);
}

.c-datecontrol-search__select::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--e-global-color-secondary);
  border-bottom: 2px solid var(--e-global-color-secondary);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: -1;
}

.c-datecontrol-search__select-display-item {
  display: none;
}

.c-datecontrol-search__select-display-item.is-current {
  display: block;
}

.c-datecontrol-search__notice {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

.c-datecontrol-search__button a button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 60px;
  padding: 7px 16px;
  display: inline-block;
  border: 1px solid #000;
}

.c-datecontrol-search__button a button:hover, .c-datecontrol-search__button a button:focus {
  background-color: transparent;
  color: #000;
}

.c-detail__head {
  border-bottom: 4px solid var(--e-global-color-secondary);
  padding: 0 30px 16px;
  margin: 40px 0 50px;
}

.c-detail__head .c-label__section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  gap: 4px;
}

.c-detail__head .c-detail__date {
  font-size: 1.4rem;
  font-weight: 1.43;
  font-weight: 500;
}

.c-detail__head .c-detail__title {
  font-size: 2rem;
  line-height: 1.3;
  width: 100%;
  margin: 14px 0 12px;
}

.c-detail__head .c-detail__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 1.2rem;
}

.c-detail__head .c-detail__sns iframe {
  vertical-align: bottom;
}

.c-detail__body {
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-detail__body p {
  margin-bottom: 40px;
}

.c-detail__body .c-column {
  margin-bottom: 50px;
}

.c-detail__body .c-column__content .c-detail__image, .c-detail__body .c-column__content .c-detail__movie {
  margin-bottom: 0;
}

.c-detail__body .c-detail__image {
  margin-bottom: 40px;
}

.c-detail__body .c-detail__image img {
  width: 100%;
}

.c-detail__body .c-detail__image-caption {
  margin-top: 8px;
}

.c-detail__body .c-detail__movie {
  margin-bottom: 40px;
}

.c-detail__body .c-detail__movie img {
  width: 100%;
}

.c-detail__body .c-detail__movie-caption {
  margin-top: 8px;
}

.c-diary-kv__image img {
  width: 100%;
}

.c-diary-kv__description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  margin-top: 20px;
}

.c-diary__list {
  list-style: none;
}

.c-diary__list--hasthumb .c-diary__list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-diary__list-item {
  border-bottom: 1px solid #777777;
}

.c-diary__list-item:nth-child(n+7):not(.all_item_show) {
  display: none;
}

.c-diary__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 12px 20px 12px 0;
}

.c-diary__list-item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-diary__thumb {
  width: 39.36508%;
}

.c-diary__thumb img {
  width: 100%;
}

.c-diary__thumb + .c-diary__meta {
  width: 52.06349%;
  margin-left: 10px;
  padding-right: 0;
}

.c-diary__meta {
  width: 100%;
  padding-right: 8px;
}

.c-diary__date {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-diary__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 4px;
  color: var(--e-global-typography-link-color);
}

.c-diary__description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}

.c-diary-list .c-news__content {
  border-bottom: 1px solid #777;
}

.c-diary-list .c-news__content:first-child {
  border-top: 1px solid #777;
}

.c-diary-list .c-news__content .c-title__date {
  border-top: none;
}

.c-diary-list .c-news__list-item:last-child {
  border-bottom: none;
}

.c-diary-list .c-news__list-item a {
  padding: 16px 30px;
  background: #E8E8E8;
}

.c-diary-list .c-news__list-item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-diary-list .c-news__thumb {
  width: 23.49206%;
}

.c-diary-list .c-news__thumb img {
  width: 100%;
}

.c-diary-list .c-news__thumb + .c-news__meta {
  width: 72.69841%;
  margin-left: 12px;
}

.c-diary-list .c-news__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-diary-related {
  margin-top: 75px;
}

.c-diary-related .c-news-related__title {
  margin-bottom: 0;
}

.c-diary-related .c-news__date {
  font-size: 1.2rem;
}

.c-diary__back {
  text-align: right;
  margin-top: 25px;
}

.c-diary__back .c-link {
  font-weight: 700;
}

.c-event__calendar .c-calendar-list .c-calendar-list-header-container {
  padding-left: 13px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-header-container .c-calendar-list-title {
  margin-right: 0;
  padding-right: 40px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body {
  padding: 20px 30px;
  background: #E8E8E8;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list a {
  text-decoration: none;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-content + .c-event__calendar-list-content {
  padding-top: 20px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-text {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.42;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-image img {
  width: 100%;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-title {
  width: calc(100% - 76px);
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.41;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-ticket {
  margin-top: 20px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-ticket .c-button-ticket {
  font-size: 1.3rem;
  padding: 12px 0;
  margin: 0 auto;
  height: auto;
  border-radius: 60px;
}

.c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-ticket .c-button-ticket i {
  width: 22px;
  height: 22px;
}

.c-label {
  color: #fff;
}

.c-label__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.c-label--small {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 100px;
  line-height: 1.5;
  border-radius: 60px;
}

.c-label--color00 {
  background-color: #90CE9C;
}

.c-label--color01 {
  background-color: #4180C0;
}

.c-label--color02 {
  background-color: #DF61A0;
}

.c-label--color03 {
  background-color: #CD65CC;
}

.c-label--color04 {
  background-color: #E0803F;
}

.c-label--color05 {
  background-color: #803FA0;
}

.c-label--color06 {
  background-color: #647D4A;
}

.c-label--color07 {
  background-color: #547137;
}

.c-label--color08 {
  background-color: #8541C0;
}

.c-label--color09 {
  background-color: #FCC800;
}

.c-label--color10 {
  background-color: #1F8080;
}

.c-label-categorytag {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #4B4B4B;
  line-height: 1.6;
  border-radius: 2px;
  padding: 0 4px;
}

.c-link {
  text-decoration: none;
}

.c-link-text {
  color: var(--e-global-typography-link-color);
  font-weight: 500;
  font-size: 1.6rem;
}

.c-link-text--small {
  font-size: 1.2rem;
}

.c-link-image img {
  width: 100%;
}

.c-link-image__caption {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 8px;
}

.c-link-imagetext {
  position: relative;
  display: block;
}

.c-link-imagetext::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(2.96%, rgba(0, 0, 0, 0.04)), color-stop(51.72%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 2.96%, rgba(0, 0, 0, 0.7) 51.72%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 2.96%, rgba(0, 0, 0, 0.7) 51.72%, rgba(0, 0, 0, 0.85) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.c-link-imagetext .c-link__image img {
  width: 100%;
}

.c-link-imagetext .c-link__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: 30px;
}

.c-link-imagetext .c-link__text dt {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-link-imagetext .c-link__text dd {
  font-size: 1.4rem;
  line-height: 1.43;
}

.c-link-imagetext.type02::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
}

.c-link-imagetext.type02 .c-link__text {
  padding: 8px;
}

.c-link-imagetext.type02 .c-link__text dt {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0;
}

.c-link-imagetext.type02 .c-link__text dd {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.45;
}

.c-link-imagetext.type02 .c-link__text dd * {
  font-family: inherit;
}

.c-link-imagetext.type03 .c-link__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-link-imagetext .c-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  border: 1px solid #fff;
  font-size: 1.6rem;
  color: #000;
}

.c-link--arrow {
  position: relative;
}

.c-link--arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--e-global-color-secondary);
  border-right: 2px solid var(--e-global-color-secondary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-link--arrowBefore {
  position: relative;
}

.c-link--arrowBefore::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--e-global-color-secondary);
  border-right: 2px solid var(--e-global-color-secondary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-link--blank svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
}

.c-link--blank svg path {
  fill: var(--e-global-color-secondary);
}

.c-link-movie__caption {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 8px;
}

.c-list {
  list-style: none;
}

.c-list--asterisk .c-list__item::before {
  content: "\203B";
}

.c-list--custom .c-list__item::before {
  content: attr(data-list-custom);
}

.c-localnav {
  position: relative;
  z-index: 3;
}

.c-localnav__trigger {
  position: relative;
  cursor: pointer;
}

.c-localnav__trigger--main {
  padding: 20px 35px;
  border-bottom: 4px solid #fff;
  background: #262626;
  text-align: center;
  color: var(--e-global-typography-h1-color);
  font-size: var(--e-global-typography-h1-font-size);
  font-weight: var(--e-global-typography-h1-font-weight);
  line-height: var(--e-global-typography-h1-line-height);
  letter-spacing: var(--e-global-typography-h1-letter-spacing);
}

.c-localnav__trigger--main::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  right: 16px;
  top: 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-localnav__trigger--main.is-open::after {
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
  top: 55%;
}

.c-localnav__trigger--sub::before, .c-localnav__trigger--sub::after {
  content: "";
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-localnav__trigger--sub::before {
  width: 16px;
  height: 3px;
  right: 15px;
}

.c-localnav__trigger--sub::after {
  width: 3px;
  height: 16px;
  right: 21.5px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-localnav__trigger--sub.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-localnav > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.c-localnav ul {
  display: none;
  list-style: none;
  will-change: transform;
}

.c-localnav > ul > li > .c-localnav__item {
  padding: 10px 40px 10px 16px;
  background: #4B4B4B;
}

.c-localnav > ul > li > ul > li > .c-localnav__item {
  padding: 10px 40px 10px 32px;
  background: #262626;
}

.c-localnav > ul > li > ul > li > ul > li > .c-localnav__item {
  padding: 10px 40px 10px 48px;
  background: #A0A0A0;
}

.c-localnav > ul > li > ul > li > ul > li > ul > li > .c-localnav__item {
  padding: 10px 40px 10px 62px;
  background: #aaa;
}

.c-localnav__item {
  background: #666;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #777;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.42;
}

a.c-localnav__item {
  color: white;
}

a.c-localnav__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.c-media-index {
  padding: 24px 30px;
}

.c-media-index__content:last-child {
  position: relative;
}

.c-media-index__content dl {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-media-index__content dl:not(:first-child) {
  border-top: 1px solid #707070;
  padding-top: 16px;
  margin-top: 16px;
}

.c-media-index__content dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  width: 22.22222%;
}

.c-media-index__content dl dt .c-list {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}

.c-media-index__content dl dd {
  width: 72.69841%;
  margin-left: 5.07937%;
}

.c-media-index__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-media-index__channel {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  color: inherit;
}

.c-media-index__description {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

.c-media-index__linklist {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.c-media-index__link {
  text-align: right;
  margin-top: 24px;
}

.c-media__notice {
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-weight: 500;
}

.c-media__content:last-of-type {
  border-bottom: 1px solid #777;
}

.c-media__content .c-title__date {
  border-bottom: none;
}

.c-media__table {
  width: 100%;
}

.c-media__table + .c-media__table {
  margin-top: 16px;
}

.c-media__table th, .c-media__table td {
  vertical-align: middle;
  color: #fff;
}

.c-media__table th {
  padding: 20px 16px;
  text-align: left;
  background: #777777;
  width: 23.36634%;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-media__table td {
  padding: 20px 22px;
  background: #262626;
  width: 76.63366%;
}

.c-media__table tr:not(:last-child) th, .c-media__table tr:not(:last-child) td {
  border-bottom: 1px solid #777777;
}

.c-media__table a:not(.c-link) {
  font-size: 1.4rem;
  color: var(--e-global-color-secondary);
  font-weight: 500;
  text-decoration: none;
}

.c-media__table-time td {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-media__table-time td ul {
  font-size: 1.2rem;
  font-weight: 500;
}

.c-media__table-player td {
  font-size: 1.4rem;
  font-weight: 500;
}

.c-media__table-program td .c-meida__list {
  list-style: none;
  font-size: 1.2rem;
}

.c-media__table-program td .c-meida__list-item:not(:first-child) {
  margin-top: 8px;
}

.c-media__table-description td {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 15px 16px;
}

dd > .c-media-index__description a {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.c-media-index__linklist li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.c-media-index > .c-media-index__link a {
  font-size: 1.7rem;
  font-weight: 700;
}

.c-media-no-events {
  display: none;
}

.c-movie__youtube {
  position: relative;
  padding-top: 56.25%;
}

.c-movie__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-movie__movie {
  position: relative;
  padding-top: 56.25%;
}

.c-movie__movie iframe, .c-movie__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-movie__caption {
  font-size: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 8px;
}

.c-movie__thumb {
  position: relative;
}

.c-movie__thumb::before {
  content: "";
  display: inline-block;
  width: 15.24752%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/_assets/images/common/ico_play_white.svg) no-repeat center center;
  background-size: contain;
}

.c-movie-top__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-movie-top__content:first-child {
  width: 100%;
}

.c-movie-top__content:last-child {
  position: relative;
  padding: 16px 30px;
}

.c-movie-top__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-movie-top__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-movie-top__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
}

.c-movie-top__link {
  margin-top: 30px;
  text-align: right;
}

.c-movie-top__bgtext {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600;
  font-size: 13.3rem;
  line-height: 1;
  position: absolute;
  color: #efefef;
  z-index: -1;
}

.c-movie-top__bgtext * {
  font-family: inherit;
}

.c-movie-top__meta > .c-movie-top__link a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.c-modal {
  display: none;
}

.c-modal__show .c-modal__show-content {
  display: none;
}

.c-modal.is-open {
  display: block;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  overflow-y: auto;
  padding: 20px;
}

.c-modal__container {
  position: relative;
  max-width: 100%;
  margin: 100px auto 100px;
}

.c-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
  background: transparent;
  border: 0;
}

.c-modal__close::before {
  content: '\2715';
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.c-modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.c-modal[aria-hidden='false'] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden='false'] .c-modal__container {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden='true'] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.25s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden='true'] .c-modal__container {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.c-music-list .c-title.c-title--lv2-1 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-music-list .c-title.c-title--lv2-1:not(:first-of-type) {
  margin-top: 64px;
}

.c-music-list__list-head {
  background: #777777;
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.43;
}

.c-music-list__list-head .c-music-list__player {
  font-weight: 500;
}

.c-music-list__list-body {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
}

.c-music-list__list-body .c-music-list__list-item {
  border-bottom: 1px solid #777;
}

.c-music-list__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
  gap: 5.35117%;
}

.c-music-list__list-studium .c-music-list__category {
  font-weight: 700;
  width: 20.73579%;
}

.c-music-list__list-studium .c-music-list__music {
  width: 23.74582%;
}

.c-music-list__list-studium .c-music-list__meta {
  width: 44.81605%;
}

.c-music-list__list-player .c-music-list__number {
  font-weight: 700;
  width: 12.04013%;
}

.c-music-list__list-player .c-music-list__player {
  font-weight: 700;
  width: 33.77926%;
}

.c-music-list__list-player .c-music-list__player a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.66;
  color: #000;
  text-decoration: none;
}

.c-music-list__list-player .c-music-list__meta {
  width: 44.81605%;
}

.c-music-list__meta-content {
  width: 100%;
}

.c-music-list__meta-content + .c-music-list__meta-content {
  border-top: 1px solid #777;
  padding-top: 16px;
  margin-top: 16px;
}

.c-music-list__itunes-link svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.c-music-list__itunes-link svg path {
  fill: #fff;
}

.c-music-list__notice {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.4;
}

.c-music-list__itunes > .c-music-list__itunes-link,
.c-player-detail-thememusic__itunes > a.c-music-list__itunes-link {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  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;
  max-width: 134px;
  padding: 4px 4px 4px 10px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #000;
}

.c-navlist {
  border-bottom: 1px solid #777777;
}

.c-navlist__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding: 20px 52px 20px 30px;
}

.c-navlist__content ul {
  list-style: none;
}

.c-navlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.c-acc__content .c-navlist__item a {
  background: #151515;
  color: #fff;
  border-bottom: none;
}

.c-navlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 22px 40px 22px 30px;
  background: #fff;
  border-bottom: 1px solid #777;
}

.c-navlist__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-navlist__item--thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 17px 40px 17px 16px;
}

.c-navlist__item--thumb a img {
  vertical-align: bottom;
}

.c-navlist__item--thumb .c-navlist__thumb {
  margin-right: 16px;
  width: 30px;
  min-width: 30px;
}

.c-navlist__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c-navlist__column .c-navlist__content {
  width: 100%;
}

.c-news__tab {
  margin-bottom: 22px;
  gap: 7px;
}

.c-news__tab-button {
  color: #000000;
  border: 1px solid #000;
}

/* トップページのNEWSのカテゴリーボタン */
.c-news__tab-button.is-current {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.c-news__list {
  list-style: none;
}

.c-news__list-item {
  border-bottom: 1px solid #777777;
}

.c-news__list-item:first-child {
  border-top: 1px solid #777777;
}

.c-news__list-item:nth-child(n+7):not(.all_item_show) {
  display: none;
}

.c-news__list-item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-news__thumb {
  width: 39.36508%;
}

.c-news__thumb img {
  width: 100%;
}

.c-news__thumb + .c-news__meta {
  width: 54.92063%;
  margin-left: 18px;
}

.c-news__meta {
  width: 100%;
  padding-right: 8px;
}

.c-news__date {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}

.c-news__date .c-tag {
  margin-left: 8px;
}

.c-news__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-news__more button::before {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-news__more button::after {
  content: "";
  border: none;
  width: 3px;
  height: 20px;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 24.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-news__button {
  margin-top: 40px;
  text-align: center;
}

.c-news-list .c-news__content {
  border-bottom: 1px solid #777;
}

.c-news-list .c-news__content:first-child {
  border-top: 1px solid #777;
}

.c-news-list .c-news__content .c-title__date {
  border-top: none;
}

.c-news-list .c-news__list-item:last-child {
  border-bottom: none;
}

.c-news-list .c-news__list-item a {
  padding: 16px 30px;
  background: #E8E8E8;
}

.c-news-list .c-news__list-item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-news-list .c-news__thumb {
  width: 23.49206%;
}

.c-news-list .c-news__thumb img {
  width: 100%;
}

.c-news-list .c-news__thumb + .c-news__meta {
  width: 72.69841%;
  margin-left: 12px;
}

.c-news-list .c-news__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-news-related {
  margin-top: 75px;
}

.c-news-related .c-news__list-item:first-child {
  border-top: none;
}

.c-news-related .c-news__list-item a {
  background: none;
}

.c-news-related .c-news__list-item a:hover::after {
  border-color: var(--e-global-color-secondary);
  -webkit-transform: translate(5px, -50%) rotate(45deg);
          transform: translate(5px, -50%) rotate(45deg);
}

.c-news-related .c-news__list-item a:hover .c-news__title {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}

.c-news-related .c-news-related__title {
  margin-bottom: 0;
}

.c-news-related .c-news__date {
  font-size: 1.2rem;
}

.c-news__back {
  text-align: right;
  margin-top: 25px;
}

.c-news__back .c-link {
  font-weight: 700;
}

.c-news__list-item a,
.c-news__list > .c-news__list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 24px 30px;
}

.c-tab__content > .c-news__more button,
.c-news-related > .c-news__more button,
.c-news__more button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #262626;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding: 11px 10px;
  color: #fff;
}

.c-news-detail__body .c-news-list .c-news__list-item:last-child {
  border-bottom: 1px solid #777;
}

.c-section {
  margin-bottom: 40px;
}

.c-sns__icolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sns__icolist li a {
  display: block;
}

.c-sns__blocklist {
  list-style: none;
}

.c-sns__blocklist .c-sns__ico {
  width: 48px;
  margin: 0 auto;
}

.c-sns__blocklist .c-sns__ico img {
  width: 100%;
  height: auto;
}

.c-sns__blocklist .c-sns__id {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}

.c-sns__blocklist a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.c-sns__list {
  list-style: none;
}

.c-sns__list li:not(:first-child) {
  margin-top: 24px;
}

.c-sns__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 0 40px 0 0;
  background: #fff;
}

.c-sns__list a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-sns__list img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.c-supported {
  background: var(--e-global-color-secondary);
  padding: 40px 30px;
}

.c-supported__inner {
  max-width: 1010px;
  margin: 0 auto;
}

.c-supported__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.c-supported__list img {
  width: 100%;
}

.c-supported__list a {
  display: block;
}

.c-supported__list + .c-supported__list {
  margin-top: 20px;
}

.c-supported__list--3 {
  gap: 20px;
}

.c-supported__list--3 .c-supported__item {
  width: 100%;
}

.c-supported__list--4 {
  gap: 20px;
}

.c-supported__list--4 .c-supported__item {
  width: calc(50% - 10px);
}

.c-supported__inner > .c-supported__title {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 24px;
  text-align: center;
  color: var(--e-global-typography-h1-color);
  font-size: var(--e-global-typography-h1-font-size);
  font-weight: var(--e-global-typography-h1-font-weight);
  line-height: var(--e-global-typography-h1-line-height);
  letter-spacing: var(--e-global-typography-h1-letter-spacing);
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-tab__button {
  cursor: pointer;
  border: 1px solid #4B4B4B;
  border-radius: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 10px;
  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;
  text-align: center;
}

.c-tab__content {
  display: none;
}

.c-tab__contentInner {
  margin-top: 40px;
}

.c-tab__content.is-active {
  display: block;
}

.c-tag--new {
  font-size: 1.2rem;
  line-height: 1;
  background: #FFCC00;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
}

.c-tag--new * {
  font-family: inherit;
}

.c-title {
  font-size: 32px;
  line-height: 1.47;
  margin: 0 0 30px 0;
}

.c-title.oswald {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.47;
}

.c-title.oswald * {
  font-family: inherit;
}

.c-title--lv2-1 {
  border-bottom: 4px solid var(--e-global-color-secondary);
  padding: 21px 10px 18px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--e-global-typography-h2-color);
  font-size: var(--e-global-typography-h2-font-size);
  font-weight: var(--e-global-typography-h2-font-weight);
  line-height: var(--e-global-typography-h2-line-height);
  letter-spacing: var(--e-global-typography-h2-letter-spacing);
}

.c-title--lv3-1 {
  border-bottom: 1px solid #000;
  padding: 21px 10px 21px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--e-global-typography-h3-color);
  font-size: var(--e-global-typography-h3-font-size);
  font-weight: var(--e-global-typography-h3-font-weight);
  line-height: var(--e-global-typography-h3-line-height);
  letter-spacing: var(--e-global-typography-h3-letter-spacing);
}

.c-title--lv3-2 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  padding: 0 10px 10px;
}

.c-title--lv3-3 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 0 10px;
  background: #4B4B4B;
  color: #fff;
}

.c-title--lv4-1 {
  text-align: center;
  color: var(--e-global-typography-h4-color);
  font-size: var(--e-global-typography-h4-font-size);
  font-weight: var(--e-global-typography-h4-font-weight);
  line-height: var(--e-global-typography-h4-line-height);
  letter-spacing: var(--e-global-typography-h4-letter-spacing);
}

/* トップページのNEWSのタイトル　h4からh1に変更 */
.c-title--lv4-1.oswald {
  color: var(--e-global-typography-h1-color);
  font-size: var(--e-global-typography-h1-font-size);
  font-weight: var(--e-global-typography-h1-font-weight);
  line-height: var(--e-global-typography-h1-line-height);
  letter-spacing: var(--e-global-typography-h1-letter-spacing);
  }

.c-title__date {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #777;
}

.c-title__date-day {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.2;
}

.c-title__date-day * {
  font-family: inherit;
}

.c-title__date-dow {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 10px;
  display: inline-block;
}

.c-game-tabs .c-game-tabs-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 4px solid var(--e-global-color-secondary);
}

.c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
  background-color: #777777;
  color: #fff;
  min-height: 40px;
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1875;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button span,
.c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  width: 100%;
  text-decoration: none;
}

.c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button:first-child {
  margin-left: 0;
}

.c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button.is-active {
  background-color: var(--e-global-color-secondary);
}

.c-game-tabs .c-game-tabs-content {
  display: none;
  padding: 24px 0 40px;
}

.c-game-date {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.292;
  font-weight: bold;
  padding: 22px 0;
}

.c-game-date * {
  font-family: inherit;
}

.c-game-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.214;
}

.c-game-pager .c-game-pager-item {
  height: 40px;
  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;
  border: 1px solid #000;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-game-pager .c-game-pager-item--center {
  width: 236px;
  margin: 0 23px;
}

.c-game-pager .c-game-pager-item--prev, .c-game-pager .c-game-pager-item--next {
  width: 133px;
  position: relative;
}

.c-game-pager .c-game-pager-item--prev::after, .c-game-pager .c-game-pager-item--next::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 1px solid #000;
  border-radius: 2px;
}

.c-game-pager .c-game-pager-item--prev {
  border-left: 0;
}

.c-game-pager .c-game-pager-item--prev::after {
  border-left: 1px solid #000;
  left: -14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-game-pager .c-game-pager-item--next {
  border-right: 0;
}

.c-game-pager .c-game-pager-item--next::after {
  border-right: 1px solid #000;
  right: -14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-game-series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.c-game-series__text {
  padding: 5px;
  color: #000;
  border-radius: 2px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.c-game-match {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.292;
  font-weight: bold;
  padding: 22px 0;
}

.c-score-board {
  max-width: 838px;
  margin-right: auto;
  margin-left: auto;
}

.c-score-board .c-score-board-table {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

.c-score-board .c-score-board-table * {
  font-family: inherit;
}

.c-score-board .c-score-board-table .c-score-board-table-logo {
  width: 62px;
}

.c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell {
  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;
  height: 54px;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #fff;
  background-color: #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell:first-child {
  background-color: #000;
  height: 35px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 2px 0 0 0;
}

.c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell:last-child {
  border-left: 1px solid #fff;
  border-bottom-color: #fff;
  border-radius: 0 0 0 2px;
}

.c-score-board .c-score-board-table .c-score-board-table-score-wrapper {
  overflow-x: overlay;
  scrollbar-width: thin;
  scrollbar-color: rgba(147, 147, 147, 0.7) rgba(147, 147, 147, 0);
  width: calc(100% - 62px - 152px);
}

.c-score-board .c-score-board-table .c-score-board-table-score-wrapper::-webkit-scrollbar {
  height: 8px;
}

.c-score-board .c-score-board-table .c-score-board-table-score-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.c-score-board .c-score-board-table .c-score-board-table-score-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(147, 147, 147, 0.7);
}

.c-score-board .c-score-board-table .c-score-board-table-score-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

.c-score-board .c-score-board-table .c-score-board-table-score-header .c-score-board-table-score-header-cell {
  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;
  width: 52px;
  height: 35px;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-header .c-score-board-table-score-header-cell:nth-child(odd) {
  background-color: #4c4c4c;
}

.c-score-board .c-score-board-table .c-score-board-table-score-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
}

.c-score-board .c-score-board-table .c-score-board-table-score-body .c-score-board-table-score-body-cell {
  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;
  width: 52px;
  height: 54px;
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-body .c-score-board-table-score-body-cell:nth-child(odd) {
  background-color: #4c4c4c;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result {
  width: 152px;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell {
  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;
  height: 35px;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell:first-child {
  width: 88px;
  background-color: #777;
  border-left: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell:last-child {
  width: calc(100% - 88px);
  border-right: 1px solid #fff;
  border-radius: 0 2px 0 0;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell {
  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;
  height: 54px;
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell:first-child {
  width: 88px;
  background-color: #777;
  border-left: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell:last-child {
  width: calc(100% - 88px);
  border-right: 1px solid #fff;
}

.c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body:last-child .c-score-board-table-score-result-body-cell:last-child {
  border-radius: 0 0 2px 0;
}

.c-score-board .c-score-board-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

.c-score-board .c-score-board-footer .c-score-board-footer-column:nth-child(1) {
  width: 48.68735%;
}

.c-score-board .c-score-board-footer .c-score-board-footer-column:nth-child(2) {
  width: 46.30072%;
}

.c-score-board .c-score-board-about {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.786;
}

.c-score-board--background .c-score-board-about {
  color: #fff;
}

.c-score-board--background .c-pacificleague-button {
  border-color: #fff;
}

.c-game-team-tabs .c-game-team-tabs-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-game-team-tabs .c-game-team-tabs-tab .c-game-team-tabs-tab-button {
  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;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  border: 1px solid #4B4B4B;
  border-radius: 20px;
  width: 190px;
  margin: 0 9px;
}

.c-game-team-tabs .c-game-team-tabs-tab .c-game-team-tabs-tab-button.is-active {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.c-game-team-tabs .c-game-team-tabs-content {
  display: none;
  padding: 24px 0 40px;
}

.c-game-pitcher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-game-pitcher-list__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33.333%;
}

.c-game-pitcher-list__icon {
  width: 48px;
  height: 20px;
  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: 1.4rem;
  font-weight: bold;
}

.c-game-pitcher-list__icon--win {
  background-color: #FF0000;
}

.c-game-pitcher-list__icon--save {
  background-color: #4DA745;
}

.c-game-pitcher-list__icon--lose {
  background-color: #0093FF;
}

.c-game-pitcher-list__name {
  width: calc(100% - 48px);
  font-size: 1.4rem;
  font-weight: bold;
}

.c-game-pitcher-list__name em {
  font-style: normal;
  color: var(--e-global-typography-link-color);
  padding-left: 16px;
}

.c-game-pitcher-list__name em a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

.c-game-pitcher-list__name em span {
  padding-left: 0;
  color: #000;
}

.c-game-pitcher-list__name span {
  padding-left: 8px;
}

.c-game-detail__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-game-detail__column + .c-game-detail__column {
  margin-top: 22px;
}

.c-game-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
}

.c-game-detail__header-logo {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.c-game-detail__header-logo img {
  width: 100%;
}

.c-game-detail__header-text {
  width: calc(100% - 40px);
  font-weight: bold;
  font-size: 2rem;
  padding-left: 24px;
}

.c-game-detail__data {
  width: calc(100% - 230px);
  padding-left: 34px;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-game-other-result {
  padding-bottom: 40px;
}

.c-game-other-result__title {
  margin-bottom: 16px;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4B4B4B;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-game-other-result__title.vs {
  margin: 0 8px;
  font-size: 1.4rem;
}

.c-game-other-result__icon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}

.c-game-other-result__info {
  margin-bottom: 21px;
  font-size: 1.4rem;
}

.c-game-other-result__lead {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-game-other-result__data {
  margin-top: 35px;
}

.c-game-other-result__data .c-game-pitcher-list + .c-game-detail {
  margin-top: 67px;
  padding-top: 24px;
  border-top: 1px solid #4B4B4B;
}

.c-pacificleague-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #262626;
  color: #fff;
  text-decoration: none;
  height: 44px;
  border-radius: 22px;
  background-color: #262626;
}

.c-pacificleague-button span {
  padding-right: 38px;
  line-height: 1.929;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.c-pacificleague-button span img {
  margin-right: 4px;
}

.c-pacificleague-button span i {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-pacificleague-button span i svg {
  fill: #fff;
  width: inherit;
  height: inherit;
}

.c-match-table {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 492px;
  position: relative;
}

.c-match-table .c-button-reload {
  position: absolute;
  top: 24px;
  right: 16px;
}

.c-match-table__inner {
  padding-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-match-table__column {
  width: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.c-match-table__center {
  position: absolute;
  right: 0;
  bottom: 170px;
  left: 0;
  text-align: center;
  color: #fff;
}

.c-match-table__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.c-match-table__title .turn {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.c-match-table__team {
  margin: 0 auto 90px;
  width: 120px;
  height: 120px;
  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;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}

.c-match-table__team span {
  color: #000;
  padding: 0 9px;
  text-align: center;
}

.c-match-table__label {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-match-table__label--home {
  padding-right: 30px;
  text-align: right;
}

.c-match-table__label--visitor {
  padding-left: 30px;
  text-align: left;
}

.c-match-table__pitcher {
  margin-top: 7px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.c-match-table__pitcher-notice {
  margin-bottom: 13px;
  font-size: 1.2rem;
}

.c-match-table__pitcher-image {
  margin: 0 auto;
  width: 40px;
  background-color: #ccc;
}

.c-match-table__pitcher-image img {
  border: 1px solid #fff;
}

.c-match-table__pitcher-name {
  margin-top: 12px;
  font-size: 1.4rem;
}

.c-match-table__pitcher-name a {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-match-table__status--before .status {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.c-match-table__status--before .time {
  font-size: 5.6rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  line-height: 1;
}

.c-match-table__status--before .time * {
  font-family: inherit;
}

.c-match-table__status--before .vs {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  line-height: 1;
}

.c-match-table__status--before .vs * {
  font-family: inherit;
}

.c-match-table__status--after .status {
  font-size: 2rem;
  font-weight: bold;
}

.c-match-table__status--cancel .status {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: bold;
}

.c-match-table__status--nogame .status {
  font-size: 2rem;
  font-weight: bold;
}

.c-match-table__status--stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-match-table__status--stop .status {
  padding: 5px;
  background-color: #FFF500;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.c-match-table__score {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-match-table__score .score-num {
  font-size: 10rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  line-height: 1;
}

.c-match-table__score .score-num * {
  font-family: inherit;
}

.c-match-table__score .score-num.is-win {
  color: var(--e-global-color-secondary);
}

.c-match-table__score .score-hyphen {
  margin-right: 38px;
  margin-left: 38px;
  width: 22px;
  height: 8px;
  background-color: #fff;
}

.c-match-table__score--after .score-num {
  font-weight: normal;
}

.c-match-table__score--after .score-num.is-win {
  font-weight: bold;
}

.c-match-table__rank {
  margin-bottom: 23px;
  font-size: 2.2rem;
}

.c-match-table__rank .slash {
  margin: 0 10px;
}

.c-match-table__issue-title {
  font-size: 1.2rem;
}

.c-match-table__issue-results {
  font-size: 2.2rem;
}

.c-match-table-place {
  font-size: 1.6rem;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 16px;
  color: #000;
}

.c-pager__count {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.c-pager__count span {
  display: inline-block;
}

.c-pager .c-pager__item {
  height: 40px;
  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;
  border: 1px solid #000;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  min-width: 40px;
  font-size: 1.4rem;
  line-height: 1.214;
  font-weight: 700;
}

.c-pager .c-pager__item--center {
  width: 236px;
}

.c-pager .c-pager__item--prev, .c-pager .c-pager__item--next {
  width: 40px;
  position: relative;
}

.c-pager .c-pager__item--prev::after, .c-pager .c-pager__item--next::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 1px solid #000;
  border-radius: 2px;
}

.c-pager .c-pager__item--prev {
  border-left: 0;
}

.c-pager .c-pager__item--prev::after {
  border-left: 1px solid #000;
  left: -14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-pager .c-pager__item--next {
  border-right: 0;
}

.c-pager .c-pager__item--next::after {
  border-right: 1px solid #000;
  right: -14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-pager .c-pager__item--dots {
  border: none;
  min-width: auto;
}

.c-pager .c-pager__item.is-active {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}

.c-pager .c-pager__item.disable {
  color: #999;
  pointer-events: none;
  border-color: #999;
}

.c-pager .c-pager__item.disable::after {
  border-left-color: #999;
  border-right-color: #999;
  border-top-color: #999;
}

.c-pager--month {
  gap: 0;
}

.c-pager--month .c-pager__item--center {
  width: 236px;
  margin: 0 23px;
}

.c-pager--month .c-pager__item.c-datecontrol-search {
  border: none;
  width: 180px;
  margin: 0 10px;
}

.c-player-detail-hero {
  margin-top: 24px;
}

.c-player-detail-hero__thumb img {
  width: 100%;
}

.c-player-detail-hero__meta-content {
  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;
  padding: 0 10px;
  height: 100%;
  gap: 20px;
}

.c-player-detail-hero__number {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  word-break: initial;
}

.c-player-detail-hero__number * {
  font-family: inherit;
}

.c-player-detail-hero__player-name {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.2rem;
}

.c-player-detail-hero__player-kana {
  font-weight: 700;
  line-height: 1.44;
  font-size: 1rem;
}

.c-player-detail-profile__tab {
  border-bottom: 4px solid var(--e-global-color-secondary);
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.c-player-detail-profile__tab--5 {
  gap: 10px;
}

.c-player-detail-profile__tab--5 .c-player-detail-profile__tab-button {
  width: 20%;
}

.c-player-detail-profile__tab-button {
  background-color: #777777;
  color: #fff;
  min-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1875;
  border-radius: 8px 8px 0 0;
  border: none;
  cursor: pointer;
  width: 25%;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-player-detail-profile__tab-button.is-current {
  background-color: var(--e-global-color-secondary)
}

.c-player-detail-profile__list {
  row-gap: 0px;
}

.c-player-detail-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  gap: 4.45682%;
  border-bottom: 1px solid #777;
}

.c-player-detail-profile__title {
  width: 30.64067%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.42;
  padding-left: 20px;
}

.c-player-detail-profile__meta {
  width: 64.90251%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
}

.c-player-detail-profile__content .c-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-player-detail-profile__content .c-tab__button {
  width: 148px;
  font-size: 1.6rem;
  background-color: transparent;
}

.c-player-detail-profile__content .c-tab__button:not(:first-child) {
  margin-left: 18px;
}

.c-player-detail-profile__content .c-tab__button.is-current {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.c-player-detail-profile__table.c-table-flexible .c-table-flexible-scroll-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-player-detail-profile__table.c-table-flexible .c-table-flexible-scroll-wrapper table thead th, .c-player-detail-profile__table.c-table-flexible .c-table-flexible-scroll-wrapper table tbody th {
  font-weight: normal;
}

.c-player-detail-profile__table-week-saturday .u-day-of-week {
  color: #0093FF;
}

.c-player-detail-profile__table-week-sunday .u-day-of-week {
  color: #FF0000;
}

.c-player-detail-profile__table table.by-match {
  width: 850px;
}

.c-player-detail-profile__table table.by-match thead th {
  width: 55px;
}

.c-player-detail-profile__table table.by-match thead th:first-child {
  width: 80px;
  left: 0;
}

.c-player-detail-profile__table table.by-match thead th span {
  line-height: 1.5;
}

.c-player-detail-profile__table table.by-match tbody th:first-child {
  font-weight: normal;
  left: 0;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher thead th {
  width: 43px;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher thead th:first-child {
  width: 80px;
  left: 0;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher thead th span {
  line-height: 1.5;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter thead th {
  width: 43px;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter thead th:first-child {
  width: 80px;
  left: 0;
}

.c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter thead th span {
  line-height: 1.5;
}

.c-player-detail-profile__table table.by-year tbody th:first-child {
  font-weight: normal;
  left: 0;
}

.c-player-detail-profile__table table.by-condition {
  width: 1010px;
}

.c-player-detail-profile__table table.by-condition thead th:first-child {
  width: 142px;
  left: 0;
}

.c-player-detail-profile__table table.by-condition tbody th {
  font-size: 1.4rem;
}

.c-player-detail-profile__table table.by-condition tbody th:first-child {
  left: 0;
}

.c-player-detail-profile__table table.by-condition td {
  font-weight: normal;
}

.c-player-detail-profile__table table.by-condition .saturday {
  color: #0093FF;
}

.c-player-detail-profile__table table.by-condition .sunday {
  color: #FF0000;
}

.c-player-detail-profile__cpation {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-player-detail-profile__cpation-date {
  font-size: 1.2rem;
  color: var(--e-global-typography-text-color);
  font-weight: normal;
}

.c-player-detail-profile__cpation .c-question-text {
  margin-top: 0;
  padding-left: 0;
}

.c-player-detail-wintitle {
  margin-top: 64px;
}

.c-player-detail-wintitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  gap: 4.45682%;
  border-bottom: 1px solid #777;
}

.c-player-detail-wintitle__title {
  width: 30.64067%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.42;
  padding-left: 20px;
}

.c-player-detail-wintitle__meta {
  width: 64.90251%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
}

.c-player-detail-thememusic {
  margin-top: 64px;
}

.c-player-detail-thememusic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  gap: 4.45682%;
  border-bottom: 1px solid #777;
}

.c-player-detail-thememusic__title {
  width: 30.64067%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.42;
  padding-left: 20px;
}

.c-player-detail-thememusic__meta {
  width: 64.90251%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
}

.c-player-detail-thememusic__meta-content {
  width: 100%;
}

.c-player-detail-thememusic__meta-content + .c-player-detail-thememusic__meta-content {
  border-top: 1px solid #777;
  padding-top: 16px;
  margin-top: 16px;
}

.c-player-detail-thememusic__itunes-link {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  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;
  max-width: 134px;
  padding: 4px 4px 4px 10px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #000;
}

.c-player-detail-thememusic__itunes-link svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.c-player-detail-thememusic__itunes-link svg path {
  fill: #fff;
}

.c-player-detail-news {
  margin-top: 64px;
}

.c-player-detail-update {
  margin-top: 64px;
}

.c-player-detail-update__link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-player-detail-update__date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}

.c-player-detail-update__title {
  margin-top: 3px;
  color: var(--e-global-typography-link-color);
  font-size: var(--e-global-typography-link-font-size);
  font-weight: var(--e-global-typography-link-font-weight);
  line-height: var(--e-global-typography-link-line-height);
  letter-spacing: var(--e-global-typography-link-letter-spacing);
}

.c-player-detail-relatedmovie {
  margin-top: 64px;
}

.c-player-detail-relatedmovie__content:nth-child(n+7) {
  display: none;
}

.c-player-detail-relatedmovie__caption {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}

.c-player-detail-relatedmovie__more button::before {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-player-detail-relatedmovie__more button::after {
  content: "";
  border: none;
  width: 3px;
  height: 20px;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 24.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-player-detail-photogallery {
  margin-top: 64px;
}

.c-player-detail-photogallery__content:nth-child(n+7) {
  display: none;
}

.c-player-detail-photogallery__content a {
  display: block;
  width: 100%;
  position: relative;
}

.c-player-detail-photogallery__content a::before {
  content: "";
  display: block;
  padding-top: 55.87%;
}

.c-player-detail-photogallery__content a img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-player-detail-photogallery__caption {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}

.c-player-detail-photogallery__more button::before {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-player-detail-photogallery__more button::after {
  content: "";
  border: none;
  width: 3px;
  height: 20px;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 24.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-player-detail-photogallery__modal {
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
}

.c-player-detail-photogallery__modal img {
  max-width: 100%;
}

.c-player-detail-update__item > .c-player-detail-update__link {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 16px 30px;
  position: relative;
  border-bottom: 1px solid #777;
}

.c-player-detail-relatedmovie > .c-player-detail-relatedmovie__more button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #262626;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding: 11px 10px;
  color: #fff;
}

.c-player-detail-photogallery > .c-player-detail-photogallery__more button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #262626;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding: 11px 10px;
  color: #fff;
}

.c-player-directory__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 0 8px 25px;
}

.c-player-directory__control-button {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.32773%;
}

.c-player-directory__control-button.is-active a {
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
}

.c-player-directory__item {
  width: 100%;
}

.c-player-directory__link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-player-directory__thumb {
  width: 64px;
}

.c-player-directory__meta {
  width: calc(100% - 64px - 8px);
}

.c-player-directory__number {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-player-directory__number * {
  font-family: inherit;
}

.c-player-directory__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-player-directory__kana {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-player-directory__age {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.41;
  vertical-align: top;
  margin-right: 5px;
}

.c-player-directory__from {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.41;
  vertical-align: top;
}

.c-player-directory__control > .c-player-directory__control-button a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.33;
  text-decoration: none;
  border: 1px solid #000;
  display: block;
  width: 100%;
  height: 100%;
  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;
  border-radius: 60px;
  padding: 7px 8px;
  color: #000;
}

.c-player-directory__item > .c-player-directory__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #777;
  text-decoration: none;
  position: relative;
  padding: 0 40px 8px 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 100%;
  color: #000;
}

.c-calendar-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  border-top: 1px solid #4B4B4B;
  border-left: 1px solid #4B4B4B;
}

.c-calendar-month .c-calendar-month-day {
  position: relative;
  width: 144px;
  min-height: 163px;
  border-right: 1px solid #4B4B4B;
  border-bottom: 1px solid #4B4B4B;
  padding: 4px 4px 8px;
}

.c-calendar-month .c-calendar-month-day.not-current-month .c-calendar-month-day-text {
  color: #CECECE;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-text {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #4B4B4B;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-text * {
  font-family: inherit;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  line-height: 1.5;
  padding: 1px 8px;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day {
  font-weight: bold;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day--center {
  margin: 0 auto;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day .c-calendar-month-day-label-day-number {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  vertical-align: middle;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day .c-calendar-month-day-label-day-number * {
  font-family: inherit;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day .c-calendar-month-day-label-day-of-week {
  font-size: 1.2rem;
  vertical-align: middle;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day .c-calendar-month-day-label-day-of-week em {
  font-style: normal;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day--saturday .c-calendar-month-day-label-day-of-week em {
  color: #0093FF;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-day--holiday .c-calendar-month-day-label-day-of-week em {
  color: #FF0000;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label .c-calendar-month-day-label-venue {
  font-size: 1.2rem;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 1px 0px;
  text-align: center;
  width: 55px;
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label--home {
  background-color: var(--e-global-color-secondary);
}

.c-calendar-month .c-calendar-month-day .c-calendar-month-day-label--visitor {
  background-color: #CECECE;
}

.c-calendar-month .c-calendar-month-vs {
  padding: 15px 0;
  border-bottom: 1px solid #262626;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team + .c-calendar-month-vs-team {
  margin-top: 16px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-vs-team-logo {
  width: 80px;
  height: 80px;
  line-height: 1;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-vs-team-logo img {
  width: inherit;
  height: inherit;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-vs-team-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.42;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-game-division {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status {
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  height: 23px;
  color: var(--e-global-color-secondary);
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status--before {
  position: relative;
  top: 16px;
  width: calc(100% - 52px);
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status .c-calendar-month-vs-status-inning {
  line-height: 1.4;
  color: #000;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status .c-calendar-month-vs-status-time {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status .c-calendar-month-vs-status-time * {
  font-family: inherit;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-team {
  width: 36px;
  background-color: #fff;
  margin-top: 3px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-team img {
  width: inherit;
  height: inherit;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score * {
  font-family: inherit;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score em {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  color: var(--e-global-color-secondary);
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score em.alpha {
  margin-right: -10px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score i {
  padding: 0 14px;
  font-weight: normal;
  position: relative;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score i::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: calc(50% + 2px);
  z-index: 1;
  left: 0;
  right: 0;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score--draw {
  font-size: 3rem;
  font-weight: bold;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score--draw em {
  color: #000;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-status {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button {
  margin-top: 11px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4B4B4B;
  border-radius: 2px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-players {
  margin-top: 7px;
  list-style: none;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-players .c-calendar-month-vs-player {
  margin-top: 4px;
}

.c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-players .c-calendar-month-vs-player .c-responsible-pitcher {
	font-size: 1.4rem;
  }

.c-calendar-month .c-calendar-month-vs:last-child {
  border-bottom: 0;
}

.c-calendar-month .c-calendar-month-text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
}

.c-calendar-month .c-calendar-month-text + .c-calendar-month-text {
  margin-top: 5px;
}

.c-calendar-month .c-calendar-month-free {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 11px;
}

.c-calendar-month .c-calendar-month-free img {
  display: block;
}

.c-calendar-month .c-calendar-month-free img + img {
  margin-top: 4px;
}

.c-calendar-month .c-calendar-month-free img + p {
  margin-top: 11px;
}

.c-calendar-month .c-calendar-month-free p + p {
  margin-top: 11px;
}

.c-calendar-month .c-calendar-month-free p + img {
  margin-top: 11px;
}

.c-calendar-month .c-calendar-month-free a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.c-calendar-month .c-calendar-month-ticket {
  margin-top: 16px;
}

.c-calendar-list .c-calendar-list-day {
  border-top: 1px solid #777;
  color: #000;
}

.c-calendar-list .c-calendar-list-day:last-child {
  border-bottom: 1px solid #777;
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button::before, .c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button::after {
  display: none;
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button .c-calendar-list-header-container:first-child {
  position: relative;
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button .c-calendar-list-header-container:first-child::before, .c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button .c-calendar-list-header-container:first-child::after {
  content: "";
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button .c-calendar-list-header-container:first-child::before {
  width: 20px;
  height: 3px;
  right: 16px;
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button .c-calendar-list-header-container:first-child::after {
  width: 3px;
  height: 20px;
  right: 24.5px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-calendar-list .c-calendar-list-day.c-calendar-list-day--doubleheader .c-acc__button.is-open .c-calendar-list-header-container::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-calendar-list .c-calendar-list-header {
  min-height: 65px;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container + .c-calendar-list-header-container {
  margin-top: 20px;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text {
  width: 56px;
  font-weight: bold;
  text-align: center;
  -ms-flex-item-align: center;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text em {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text em * {
  font-family: inherit;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text span {
  display: block;
  font-size: 1.2rem;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text--saturday span {
  color: #0093FF;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text--holiday span {
  color: #FF0000;
}

.c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text--no-data {
  color: #4B4B4B;
}

.c-calendar-list-grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 5px;
}

.c-calendar-list-grid-container p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-calendar-list-grid-container .c-calendar-list-game-division {
  grid-column: 3 / span 5;
  grid-row: 1 / span 1;
  font-size: 1.4rem;
  line-height: 1.3333;
}

.c-calendar-list-grid-container .c-calendar-list-game-division p {
	font-weight: 100;
	font-size: 1.3rem;
}

.c-calendar-list-grid-container .c-calendar-list-date {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
}

.c-calendar-list-grid-container .c-calendar-list-logo {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
  display: flex;
  align-items: center;
  max-height: 47px;
  width: 47px;
}

.c-calendar-list-grid-container .c-calendar-list-start-time {
  grid-column: 3 / span 1;
  grid-row: 2 / span 1;
  font-size: 1.4rem;
  line-height: 1.3333;
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 18.66px;
  width: 94px;
}

.c-calendar-list-grid-container .c-calendar-list-status-icon {
  grid-column: 4 / span 1;
  grid-row: 2 / span 2;
  margin-left: 6px;
}

.c-calendar-list-grid-container .c-calendar-list-score {
  grid-column: 5 / span 1;
  grid-row: 2 / span 2;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  margin-left: 5px;
}

.c-calendar-list-grid-container .c-calendar-list-stadium {
  grid-column: 3 / span 4;
  grid-row: 3 / span 1;
  font-size: 1.4rem;
  line-height: 1.3333;
  display: flex;
  align-items: center;
}

.c-calendar-list .c-calendar-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.c-calendar-list .c-calendar-list-title .c-calendar-list-title-logo {
  margin-right: 8px;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 47px;
}

.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text {
  font-size: 1.4rem;
  line-height: 1.3333;
}


.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text p + p {
  margin-top: 3px;
}

.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-link {
  width: 100%;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-link a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
  display: inline-block;
  padding-left: 14px;
  position: relative;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-link a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--e-global-color-secondary);
  border-right: 2px solid var(--e-global-color-secondary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-link a:hover {
  text-decoration: underline;
}

.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-icons p {
  margin-top: 0;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-icons p + p {
  margin-left: 10px;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  margin-left: 20px;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-buttons p {
  margin-top: 0;
}
.c-calendar-list .c-calendar-list-title .c-calendar-list-title-text .c-calendar-list-title-text-buttons p + p {
  margin-left: 10px;
}

.c-calendar-list .c-calendar-list-status {
  min-width: 53px;
}

.c-calendar-list .c-calendar-list-status span {
  text-align: center;
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 1.1rem;
  line-height: 1.273;
  padding: 2px;
}

.c-calendar-list .c-calendar-list-status--in-progress {
  color: #C90000;
}

.c-calendar-list .c-calendar-list-status--in-progress span {
  border-color: #C90000;
}

.c-calendar-list .c-calendar-list-day-body {
  background-color: #151515;
  color: #fff;
}

.c-calendar-list .c-calendar-list-text {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.c-calendar-list .c-calendar-list-game-wrapper {
  padding: 0 16px;
}

.c-calendar-list .c-calendar-list-game {
  border-bottom: 1px solid #4B4B4B;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs {
  padding: 26px 16px 16px 0;
  position: relative;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-status {
  text-align: center;
  color: var(--e-global-color-secondary);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.417;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 16px;
  left: 0;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-inning {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 16px;
  left: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-team {
  background-color: #fff;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-team img {
  width: inherit;
  height: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score * {
  font-family: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score em {
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  color: var(--e-global-color-secondary);
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score i {
  width: 12px;
  height: 4px;
  background-color: #fff;
  margin: 0 16px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score span {
  font-size: 3.2rem;
  line-height: 1;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.222;
  font-weight: bold;
  text-align: center;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status--before {
  color: var(--e-global-color-secondary);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.124;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status .c-calendar-list-game-vs-teams-result-status-time {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.118;
  margin-top: 4px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status .c-calendar-list-game-vs-teams-result-status-time * {
  font-family: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-pacificleague-button {
  margin-top: 16px;
  border-color: #fff;
  padding: 8px 0;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-pacificleague-button span {
  font-size: 1rem;
  padding-right: 25px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-pacificleague-button img {
  display: block;
  margin-bottom: -5px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players {
  padding: 12px 16px 16px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-results {
  margin-bottom: 14px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column .c-calendar-list-game-vs-players-column-title {
  font-weight: bold;
  margin-right: 10px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column .c-calendar-list-game-vs-players-column-body {
  color: #fff;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column .c-calendar-list-game-vs-players-column-body a {
  text-decoration: none;
  color: var(--e-global-color-secondary);
  font-size: inherit;
  line-height: 1.2;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-win-or-lose-text {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  color: #fff;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-win-or-lose-text * {
  font-family: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item {
  margin-right: 12px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item:last-child {
  margin-right: 0;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item .c-responsible-pitcher {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.4;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item .c-responsible-pitcher a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-title {
  margin-right: 12px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-title span {
  border: 1px solid #fff;
  padding: 0 4px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name:last-child {
  margin-right: 0;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-title {
  color: #fff;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-title a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-body {
  padding-left: 5px;
}

.c-calendar-list .c-calendar-list-game-footer {
  padding: 16px 0 20px;
}

.c-calendar-list .c-calendar-list-game-free {
  width: calc(100% - 155px);
  font-size: 1rem;
  line-height: 1.5;
}

.c-calendar-list .c-calendar-list-game-free img {
  display: block;
}

.c-calendar-list .c-calendar-list-game-free img + img {
  margin-top: 4px;
}

.c-calendar-list .c-calendar-list-game-free img + p {
  margin-top: 10px;
}

.c-calendar-list .c-calendar-list-game-free p {
  color: #fff;
}

.c-calendar-list .c-calendar-list-game-free p + p {
  margin-top: 10px;
}

.c-calendar-list .c-calendar-list-game-free p + img {
  margin-top: 10px;
}

.c-calendar-list .c-calendar-list-game-ticket {
  width: 155px;
  padding: 0 10px;
}

.c-calendar-list .c-calendar-list-day--no-data .c-calendar-list-header {
  cursor: initial;
  color: #4b4b4b;
}

.c-calender-game-schedule {
  width: 494px;
}

.c-calender-game-schedule__wrapper {
  border-radius: 2px;
  overflow: hidden;
}

.c-calender-game-schedule__header {
  padding: 14px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.c-calender-game-schedule__header .month {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.c-calender-game-schedule__arrow {
  margin: auto;
  width: 32px;
  height: 32px;
  background: transparent url(/_assets/images/common/ico_arrow_black.svg) no-repeat center/4px 12px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
}

.c-calender-game-schedule__arrow.prev {
  left: 4px;
}

.c-calender-game-schedule__arrow.next {
  right: 4px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-calender-game-schedule__week {
  width: 100%;
  table-layout: fixed;
}

.c-calender-game-schedule__week th {
  padding: 10px 0 8px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

.c-calender-game-schedule__week th:not(:first-child) {
  border-left: 2px solid #505050;
}

.c-calender-game-schedule__week th:nth-last-child(2) {
  color: #0093FF;
}

.c-calender-game-schedule__week th:nth-last-child(1) {
  color: #FF0000;
}

.c-calender-game-schedule__table {
  width: 100%;
  table-layout: fixed;
  border: 3px solid #fff;
}

.c-calender-game-schedule__table td {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.c-calender-game-schedule__table td.is-off {
  background-color: #E8E8E8;
  color: #CECECE;
}

.c-calender-game-schedule__table td.is-home {
  background-color: var(--e-global-color-secondary)
}

.c-calender-game-schedule__table td.is-visitor {
  background-color: #CECECE;
}

.c-calender-game-schedule__table td .day {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.c-calender-game-schedule__table td .day * {
  font-family: inherit;
}

.c-calender-game-schedule__table td .game {
  font-size: 1rem;
  font-weight: bold;
}

.c-calender-game-schedule__category {
  margin-top: 10px;
  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;
  list-style: none;
}

.c-calender-game-schedule__category li {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-calender-game-schedule__category li:not(:first-child) {
  margin-left: 56px;
}

.c-calender-game-schedule__category li .box {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
}

.c-calender-game-schedule__category li .box * {
  font-family: inherit;
}

.c-calender-game-schedule__category li .box.is-off {
  background-color: #E8E8E8;
  color: #fff;
}

.c-calender-game-schedule__category li .box.is-home {
  background-color: var(--e-global-color-secondary)
}

.c-calender-game-schedule__category li .box.is-visitor {
  background-color: #CECECE;
}

.c-responsible-pitcher {
  color: var(--e-global-color-secondary);
  font-size: 1rem;
  line-height: 1.2;
}

.c-responsible-pitcher a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-size: inherit;
}

.c-responsible-pitcher .c-responsible-pitcher-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  margin-right: 3px;
}

.c-responsible-pitcher .c-responsible-pitcher-icon--win {
  background-color: #FF0000;
}

.c-responsible-pitcher .c-responsible-pitcher-icon--win::after {
  content: "勝";
}

.c-responsible-pitcher .c-responsible-pitcher-icon--save {
  background-color: #1F842A;
}

.c-responsible-pitcher .c-responsible-pitcher-icon--save::after {
  content: "S";
}

.c-responsible-pitcher .c-responsible-pitcher-icon--lose {
  background-color: #0031FF;
}

.c-responsible-pitcher .c-responsible-pitcher-icon--lose::after {
  content: "負";
}

.c-question-text {
  margin-top: 10px;
}

.c-question-text a,
.c-question-text .c-modal__trigger {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.c-question-text__icon {
  display: inline-block;
  vertical-align: middle;
}

.c-question-text__icon svg {
  fill: var(--e-global-color-secondary);
  vertical-align: bottom;
}

.c-question-text__string {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.c-question-text__modal {
  margin: auto;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  background-color: #fff;
  position: relative;
}

.c-question-text__modal-close::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: transparent url(/_assets/images/common/ico_close.svg) no-repeat center/contain;
  cursor: pointer;
}

.c-question-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  list-style: none;
}

.c-question-text__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.c-question-text__list .logo {
  margin-right: 6px;
  width: 33px;
  height: 33px;
}

.c-question-text__list .logo img {
  max-width: none;
  width: 100%;
  vertical-align: baseline;
}

.c-question-text__list .team {
  font-size: 1.2rem;
  font-weight: bold;
}

.c-report {
  /* 指定なし */
  /* ライオンズ */
  /* ホークス */
  /* バファローズ */
  /* イーグルス */
  /* マリーンズ */
  /* ファイターズ */
  /* ジャイアンツ */
  /* タイガース */
  /* カープ */
  /* ドラゴンズ */
  /* スワローズ */
  /* ベイスターズ */
}

.c-report .pl_none {
  background: #999999 !important;
  color: #fff !important;
}

.c-report .pl_pl {
  background: #00214b !important;
  color: #fff !important;
}

.c-report .pl_ph {
  background: #fcc800 !important;
  color: #fff !important;
}

.c-report .pl_pb {
  background: #000121 !important;
  color: #fff !important;
}

.c-report .pl_pe {
  background: #870010 !important;
  color: #fff !important;
}

.c-report .pl_pm {
  background: #000 !important;
  color: #fff !important;
}

.c-report .pl_pf {
  background: #00508e !important;
  color: #fff !important;
}

.c-report .pl_cg {
  background: #f08300 !important;
  color: #fff !important;
}

.c-report .pl_ct {
  background: #ffe100 !important;
  color: #000 !important;
}

.c-report .pl_cc {
  background: #e60012 !important;
  color: #fff !important;
}

.c-report .pl_cd {
  background: #003378 !important;
  color: #fff !important;
}

.c-report .pl_cs {
  background: #001344  !important;
  color: #fff !important;
}

.c-report .pl_cb, .c-report .pl_db {
  background: #034787 !important;
  color: #fff !important;
}

.c-report-title {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 1.6rem;
}

.c-report-title::before, .c-report-title::after {
  background-color: #fff;
}

.c-report-title:not(:first-child) {
  margin-top: 32px;
}

.c-report-title__team {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.c-report-close {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #262626;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #707070;
}

.c-report-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-report-close span:after {
  margin-left: 8px;
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: transparent url(/_assets/images/common/ico_arow_top.svg) no-repeat center/contain;
}

.c-report-bench__title {
  padding: 4px 16px;
  background-color: #777777;
  color: #fff;
  font-size: 1.6rem;
}

.c-report-bench__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-report-bench__title span:before {
  margin-right: 3px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(/_assets/images/common/ico_report.svg) no-repeat center/contain;
}

.c-report-bench__content {
  padding: 26px 20px 46px;
  background-color: #262626;
  font-size: 1.4rem;
  color: #fff;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}

.c-report-bench__content-title {
  font-weight: bold;
}

.c-report-table table {
  table-layout: fixed;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  background-color: #262626;
}

.c-report-table table tr {
  border-top: 1px solid #707070;
}

.c-report-table table tr th, .c-report-table table tr td {
  padding: 16px;
  vertical-align: top;
}

.c-report-table table tr th {
  text-align: center;
  width: 170px;
}

.c-report-table table .c-report-table--bg-gray {
  width: 130px;
  background-color: #4B4B4B;
}

.c-report-table table .c-report-table-base {
  margin: 0 auto;
  width: 74px;
  height: 48px;
  position: relative;
}

.c-report-table table .c-report-table-base__icon {
  width: 33px;
  height: 33px;
  position: absolute;
}

.c-report-table table .c-report-table-base__icon--first {
  top: 15px;
  right: 0;
}

.c-report-table table .c-report-table-base__icon--second {
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
}

.c-report-table table .c-report-table-base__icon--third {
  top: 15px;
  left: 0;
}

.c-report-table table .c-report-table-base__text {
  margin-top: 7px;
}

.c-report-table table .c-report-table-out {
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.c-report-table table .c-report-table-out li {
  width: 20px;
  height: 20px;
}

.c-report-table table .c-report-table-out li span {
  display: block;
  border-radius: 100%;
  background-color: #fff;
}

.c-report-table table .c-report-table-out li span.is-out {
  background-color: #FF0000;
}

.c-report-table table .c-report-table-out li:not(:first-child) {
  margin-left: 12px;
}

.c-report-table table .c-report-table-out__text {
  margin-top: 19px;
}

.c-report-table table .c-report-table-details__box {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-report-table table .c-report-table-details__box.is-batter .c-report-table-pitch {
  background-color: var(--e-global-color-secondary);
}

.c-report-table table .c-report-table-details .c-report-table-pitch {
  padding: 2px 10px;
  background-color: #3F3769;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-report-table table .c-report-table-details .c-report-table-name {
  margin-left: 8px;
  font-weight: bold;
}

.c-report-table table .c-report-table-details .c-report-table-score {
  margin-left: 37px;
  padding: 2px 10px;
  background-color: #4B4B4B;
  font-size: 1.6rem;
  color: #fff;
}

.c-report-table table .c-report-table-details .c-report-table-score.is-hit {
  background-color: #FF0000;
}

.c-report-table table .c-report-table-details .c-report-table-score.is-other {
  background-color: #008f2c;
}

.c-report-table table .c-report-table-team-score {
  margin-top: 17px;
  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;
  max-width: 447px;
  background-color: #fff;
}

.c-report-table table .c-report-table-team-score__team {
  width: 90px;
  height: 38px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  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;
  text-decoration: none;
}

.c-report-table table .c-report-table-team-score__num {
  margin: 0 16px;
  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;
}

.c-report-table table .c-report-table-team-score__num .score-num {
  font-size: 5.8rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  color: #000;
}

.c-report-table table .c-report-table-team-score__num .score-num * {
  font-family: inherit;
}

.c-report-table table .c-report-table-team-score__num .score-num.is-now {
  color: #FF0000;
}

.c-report-table table .c-report-table-team-score__num .score-hyphen {
  margin: 0 24px;
  width: 14px;
  height: 5px;
  background-color: #000;
}

.c-live-report {
  border: 1px solid #000;
  position: relative;
}

.c-live-report-title {
  padding: 13px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.c-live-report-title::before, .c-live-report-title::after {
  background-color: #000;
}

.c-live-report-box {
  padding: 15px;
  width: 100%;
  height: 657px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-live-report-box.is-daygame {
  background-image: url(/_assets/images/game_live/score_bg.jpg);
}

.c-live-report-box.is-nightgame {
  background-image: url(/_assets/images/game_live/score_bg_night.jpg);
}

.c-live-report-box.is-pitch {
  background-image: url(/_assets/images/game_live/score_bg_pitch.jpg);
}

.c-live-report-box.is-pitch .c-live-report-base {
  left: 20px;
}

.c-live-report-box.is-pitch .c-live-report-score-board {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-live-report-box.is-pitch .c-live-report-score-board p span {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-live-report-box.is-pitch .c-live-report-batter-box {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  top: 25px;
  right: 208px;
  left: auto;
}

.c-live-report-box.is-pitch .c-live-report-batter-box.batter-left {
  right: auto;
  left: 208px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-live-report-box__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-live-report-box__center {
  margin: auto;
  width: 164px;
  position: absolute;
  right: 0;
  bottom: 145px;
  left: 0;
}

.c-live-report-box__status {
  margin: auto;
  width: 164px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 145px;
  left: 0;
}

.c-live-report-box__status .status-text {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fa2424;
}

.c-live-report-score {
  width: 205px;
  z-index: 10;
  position: absolute;
}

.c-live-report-score__game {
  background-color: #CECECE;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.c-live-report-score__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #CECECE;
}

.c-live-report-score__team {
  border-right: 1px solid #CECECE;
}

.c-live-report-score__team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1px;
}

.c-live-report-score__team-box:first-child {
  border-bottom: 1px solid #CECECE;
}

.c-live-report-score__team-box .team-logo {
  border-left: 4px solid transparent;
}

.c-live-report-score__team-box .team-logo img {
  width: 40px;
  height: 40px;
}

.c-live-report-score__team-box .score {
  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;
  width: 60px;
  font-size: 3rem;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  color: #fff;
}

.c-live-report-score__team-box .score * {
  font-family: inherit;
}

.c-live-report-score__count {
  padding: 3px 10px 0;
}

.c-live-report-score__count-cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  color: #fff;
  line-height: 1px;
}

.c-live-report-score__count-cont * {
  font-family: inherit;
}

.c-live-report-score__count-cont li:first-child {
  width: 12px;
}

.c-live-report-score__count-cont li:not(:first-child) {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background-color: #777777;
  border: 1px solid #707070;
  border-radius: 100%;
}

.c-live-report-score__count-cont.ball li.is-on {
  background-color: #17D133;
  border-color: #17D133;
  -webkit-box-shadow: 0px 0px 7px 1px #17D133;
          box-shadow: 0px 0px 7px 1px #17D133;
}

.c-live-report-score__count-cont.strike li.is-on {
  background-color: #FFF500;
  border-color: #FFF500;
  -webkit-box-shadow: 0px 0px 7px 1px #FFF500;
          box-shadow: 0px 0px 7px 1px #FFF500;
}

.c-live-report-score__count-cont.out li.is-on {
  background-color: #FF0000;
  border-color: #FF0000;
  -webkit-box-shadow: 0px 0px 7px 1px #FF0000;
          box-shadow: 0px 0px 7px 1px #FF0000;
}

.c-live-report-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-live-report-buttons__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-live-report-buttons__flex .c-button-reload {
  margin-right: 6px;
}

.c-live-report-buttons__change {
  margin-right: 12px;
  text-align: center;
}

.c-live-report-buttons__change-title {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.c-live-report-buttons__change .button-change {
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 142px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  border: 1px solid #fff;
}

.c-live-report-buttons__change .button-change span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 69px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #777777;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-live-report-buttons__change .button-change span.is-on {
  background-color: #FFF500;
  color: #000;
  cursor: default;
}

.c-live-report-history {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.c-live-report-history__button {
  margin: 0 auto 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.c-live-report-history__button::before, .c-live-report-history__button::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background-color: #CECECE;
  position: absolute;
}

.c-live-report-history__button::before {
  right: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.c-live-report-history__button::after {
  right: 16px;
}

.c-live-report-history__button.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-live-report-history__button.is-open .open {
  display: none;
}

.c-live-report-history__button.is-open .close {
  display: block;
}

.c-live-report-history__button .close {
  display: none;
}

.c-live-report-history__list {
  display: none;
  margin: 0 auto;
  position: absolute;
  width: 315px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 1px #000;
          box-shadow: 0px 0px 10px 1px #000;
  list-style: none;
  position: relative;
}

.c-live-report-history__list::before {
  margin: 0 auto;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: transparent url(/_assets/images/game_live/ico_tri.svg) no-repeat bottom center/cover;
}

.c-live-report-history__list li {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-live-report-history__list li:not(:first-child) {
  border-top: 1px solid #262626;
}

.c-live-report-history__list li .num {
  width: 10px;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.c-live-report-history__list li .num * {
  font-family: inherit;
}

.c-live-report-history__list li .count {
  margin-left: 10px;
  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;
  width: 54px;
  border-radius: 2px;
  font-size: 1rem;
}

.c-live-report-history__list li .count.ball {
  background-color: #17D133;
}

.c-live-report-history__list li .count.strike {
  background-color: #FFF500;
}

.c-live-report-history__list li .count.foul {
  background-color: #cccccc;
}

.c-live-report-history__list li .ico {
  margin-left: 8px;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-live-report-history__list li .change {
  margin-left: 4px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}

.c-live-report-history__list li .km_t {
  margin-left: auto;
  font-size: 1.2rem;
  color: #fff;
}

.c-live-report-base {
  padding: 16px 0 0;
  position: absolute;
  top: 136px;
  right: 40px;
  z-index: 1;
  width: 156px;
  border: 1px solid #000000;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-live-report-base__bg {
  margin-bottom: 16px;
  width: 100%;
  height: 149px;
  background: transparent url(/_assets/images/game_live/base.svg) no-repeat center 35px;
  background-size: 193px auto;
  position: relative;
}

.c-live-report-base__bg .base-ball {
  width: 16px;
  height: calc(16px + 1em + 1.2px);
  background: transparent url(/_assets/images/game_live/ico_base_ball.svg) no-repeat center center/contain;
  position: absolute;
  padding: 1em 0;
  z-index: 1;
}

.c-live-report-base__bg .base {
  position: absolute;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-live-report-base__bg .base.base-first {
  top: 79px;
  right: 35px;
}

.c-live-report-base__bg .base.base-second {
  margin: auto;
  top: 46.5px;
  right: 0;
  left: 0;
}

.c-live-report-base__bg .base.base-third {
  top: 79px;
  left: 35px;
}

.c-live-report-base__bg .base--hawks {
  background-color: #fcc800;
  -webkit-box-shadow: 0px 0px 7px 1px #fcc800;
          box-shadow: 0px 0px 7px 1px #fcc800;
}

.c-live-report-base__bg .base--fighters {
  background-color: #006298;
  -webkit-box-shadow: 0px 0px 7px 1px #006298;
          box-shadow: 0px 0px 7px 1px #006298;
}

.c-live-report-base__bg .base--eagles {
  background-color: #870011;
  -webkit-box-shadow: 0px 0px 7px 1px #870011;
          box-shadow: 0px 0px 7px 1px #870011;
}

.c-live-report-base__bg .base--lions {
  background-color: #041f45;
  -webkit-box-shadow: 0px 0px 7px 1px #041f45;
          box-shadow: 0px 0px 7px 1px #041f45;
}

.c-live-report-base__bg .base--marines {
  background-color: #7d7d7d;
  -webkit-box-shadow: 0px 0px 7px 1px #7d7d7d;
          box-shadow: 0px 0px 7px 1px #7d7d7d;
}

.c-live-report-base__bg .base--buffaloes {
  background-color: #B8A536;
  -webkit-box-shadow: 0px 0px 7px 1px #B8A536;
          box-shadow: 0px 0px 7px 1px #B8A536;
}

.c-live-report-base__bg .base--giants {
  background-color: #e37f30;
  -webkit-box-shadow: 0px 0px 7px 1px #e37f30;
          box-shadow: 0px 0px 7px 1px #e37f30;
}

.c-live-report-base__bg .base--swallows {
  background-color: #10338a;
  -webkit-box-shadow: 0px 0px 7px 1px #10338a;
          box-shadow: 0px 0px 7px 1px #10338a;
}

.c-live-report-base__bg .base--dena {
  background-color: #00408e;
  -webkit-box-shadow: 0px 0px 7px 1px #00408e;
          box-shadow: 0px 0px 7px 1px #00408e;
}

.c-live-report-base__bg .base--dragons {
  background-color: #1eb2e9;
  -webkit-box-shadow: 0px 0px 7px 1px #1eb2e9;
          box-shadow: 0px 0px 7px 1px #1eb2e9;
}

.c-live-report-base__bg .base--tigers {
  background-color: #ffe100;
  -webkit-box-shadow: 0px 0px 7px 1px #ffe100;
          box-shadow: 0px 0px 7px 1px #ffe100;
}

.c-live-report-base__bg .base--carp {
  background-color: #bd271e;
  -webkit-box-shadow: 0px 0px 7px 1px #bd271e;
          box-shadow: 0px 0px 7px 1px #bd271e;
}

.c-live-report-base__bg .base--other {
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 7px 1px #000000;
          box-shadow: 0px 0px 7px 1px #000000;
}

.c-live-report-base__bg .base-name {
  padding: 2px;
  z-index: 2;
  position: absolute;
  width: 76px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.c-live-report-base__bg .base-name.base-name-first {
  top: 100px;
  right: -43px;
}

.c-live-report-base__bg .base-name.base-name-second {
  margin: 0 auto;
  right: 0;
  bottom: 111px;
  left: 0;
}

.c-live-report-base__bg .base-name.base-name-third {
  top: 100px;
  left: -43px;
}

.c-live-report-base__play {
  margin: 0 4px;
  padding: 8px 0 14px;
  border-top: 1px solid #777777;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.c-live-report-pitching-info {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.c-live-report-pitching-info span {
  display: block;
}

.c-live-report-score-board {
  width: 164px;
  height: 196px;
  background: transparent url(/_assets/images/game_live/zone_area.png) no-repeat center/contain;
}

.c-live-report-score-board__box {
  position: relative;
}

.c-live-report-score-board p {
  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: #000;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.c-live-report-score-board p * {
  font-family: inherit;
}

.c-live-report-score-board .is-of {
  opacity: 0.5;
}

.c-live-report-batting-result {
  margin-top: 8px;
  padding: 5px 9px;
  width: 164px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.c-live-report-batter-box {
  width: 160px;
  position: absolute;
  top: 37px;
  left: 208px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-live-report-batter-box.batter-left {
  right: 208px;
  left: auto;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.c-live-report-team-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-live-report-team-data__box {
  width: 50%;
}

.c-live-report-team-data__box:first-child {
  border-right: 1px solid #707070;
}

.c-live-report-team-data__home .c-live-report-team-data__player-list__box::after {
  left: 10px;
}

.c-live-report-team-data__home .c-live-report-team-data__player-list__box::after {
  left: 30px;
}

.c-live-report-team-data__visitor .c-live-report-team-data__player-list {
  right: 10px;
}

.c-live-report-team-data__visitor .c-live-report-team-data__player-list__contents {
  right: 0px;
}

.c-live-report-team-data__visitor .c-live-report-team-data__player-list__box::after {
  right: 30px;
}

.c-live-report-team-data__header {
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: relative;
}

.c-live-report-team-data__header .header-logo {
  margin: auto;
  width: 40px;
  height: 40px;
}

.c-live-report-team-data__inner {
  padding: 16px 14px;
}

.c-live-report-team-data__table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #4B4B4B;
}

.c-live-report-team-data__table th, .c-live-report-team-data__table td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #4B4B4B;
}

.c-live-report-team-data__table th:first-child, .c-live-report-team-data__table td:first-child {
  border-left: none;
}

.c-live-report-team-data__table th {
  background-color: #4B4B4B;
  font-size: 1.2rem;
  color: #fff;
}

.c-live-report-team-data__table td {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 1.8rem;
}

.c-live-report-team-data__table td * {
  font-family: inherit;
}

.c-live-report-team-data__table td span {
  font-size: 1.2rem;
}

.c-live-report-team-data__player-list {
  position: absolute;
}

.c-live-report-team-data__player-list__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.c-live-report-team-data__player-list__button::before, .c-live-report-team-data__player-list__button::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #777777;
  position: absolute;
}

.c-live-report-team-data__player-list__button::before {
  right: 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.c-live-report-team-data__player-list__button::after {
  right: 7px;
}

.c-live-report-team-data__player-list__button.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-live-report-team-data__player-list__button.is-open .open {
  display: none;
}

.c-live-report-team-data__player-list__button.is-open .close {
  display: block;
}

.c-live-report-team-data__player-list__button .close {
  display: none;
}

.c-live-report-team-data__player-list__contents {
  display: none;
  position: absolute;
  bottom: 55px;
  z-index: 10;
}

.c-live-report-team-data__player-list__box {
  width: 244px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #707070;
  position: relative;
}

.c-live-report-team-data__player-list__box:after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: transparent url(/_assets/images/game_live/ico_tri_gray.svg) no-repeat bottom center/cover;
  position: absolute;
  bottom: -11px;
}

.c-live-report-team-data__player-list__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-live-report-team-data__player-list__box dl dt {
  padding: 5px 0;
  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;
  width: 27px;
  height: inherit;
  background-color: #CECECE;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 1.4rem;
}

.c-live-report-team-data__player-list__box dl dt * {
  font-family: inherit;
}

.c-live-report-team-data__player-list__box dl.is-now dt {
  background-color: #FF0000;
  color: #fff;
}

.c-live-report-team-data__player-list__box dl dd {
  width: 27px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-live-report-team-data__player-list__box dl dd:last-child {
  width: calc(100% - 27px - 27px);
}

.c-live-report-team-data__player-list__box dl dd span {
  display: block;
}

.c-live-report-team-data__player-list__box dl dd a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-live-report-team-data__player-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-live-report-team-data__player-profile .profile-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-live-report-team-data__player-profile .profile-contents .position-label {
  padding: 2px 10px;
  background-color: #777777;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.c-live-report-team-data__player-profile .profile-contents .position-label:not(:first-child) {
  margin-left: 9px;
}

.c-live-report-team-data__player-profile .profile-contents .position-label.batter {
  background-color: #FFF500;
  color: #000;
}

.c-live-report-team-data__player-profile .profile-contents .position-label.pitcher {
  background-color: #3F3769;
  color: #fff;
}

.c-live-report-team-data__player-profile .profile-contents .number {
  margin: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-live-report-team-data__player-profile .profile-contents .name {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-live-report-team-data__player-performance {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-live-report-team-data__player-performance .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 8px;
  width: 100px;
  border: 1px solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.c-live-report-team-data__player-performance .thumbnail > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-flex: 0;
}

.c-live-report-team-data__player-performance .performance-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-live-report-team-data__player-performance .performance-contents .performance-today {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.c-live-report-team-data__player-performance .performance-contents .performance-today li {
  padding: 5px 10px;
  background-color: #4B4B4B;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.c-live-report-team-data__player-performance .performance-contents .performance-today li.is-hit {
  background-color: #FF0000;
}

.c-live-report-team-data__player-performance .performance-contents .performance-today li.is-other {
  background-color: #008f2c;
}

.c-live-report-team-data__performance {
  margin-top: 19px;
}

.c-live-report-team-data__performance .performance-title {
  margin-bottom: 6px;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-live-report-team-data__performance .performance-title::before {
  width: 10px;
  height: 2px;
  right: 6px;
}

.c-live-report-team-data__performance .performance-title::after {
  width: 2px;
  height: 10px;
  right: 10px;
}

.c-live-report-team-data__performance .performance-title.is-open::after {
  right: 10px;
}

.c-live-report-team-data__performance .performance-box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-live-report-team-data__performance .performance-box--flex .c-live-report-team-data__table:not(:first-child) {
  border-left: none;
}

/* 投球履歴 各変化球 */
/* ストレート */
.c-live-report-history__list li .ico.hit_straight {
  background-image: url(/_assets/images/game_live/history_now_straight_ico.png);
}

.c-live-report-history__list li .ico.s_straight {
  background-image: url(/_assets/images/game_live/history_s_straight_ico.png);
}

.c-live-report-history__list li .ico.b_straight {
  background-image: url(/_assets/images/game_live/history_b_straight_ico.png);
}

.c-live-report-history__list li .ico.f_straight {
  background-image: url(/_assets/images/game_live/history_o_straight_ico.png);
}

/* 特殊球 */
.c-live-report-history__list li .ico.hit_special {
  background-image: url(/_assets/images/game_live/history_now_special_ico.png);
}

.c-live-report-history__list li .ico.s_special {
  background-image: url(/_assets/images/game_live/history_s_special_ico.png);
}

.c-live-report-history__list li .ico.b_special {
  background-image: url(/_assets/images/game_live/history_b_special_ico.png);
}

.c-live-report-history__list li .ico.f_special {
  background-image: url(/_assets/images/game_live/history_o_special_ico.png);
}

/* スライダー系右投げ */
.c-live-report-history__list li .ico.hit_slider_r {
  background-image: url(/_assets/images/game_live/history_now_slider_ico.png);
}

.c-live-report-history__list li .ico.s_slider_r {
  background-image: url(/_assets/images/game_live/history_s_slider_ico.png);
}

.c-live-report-history__list li .ico.b_slider_r {
  background-image: url(/_assets/images/game_live/history_b_slider_ico.png);
}

.c-live-report-history__list li .ico.f_slider_r {
  background-image: url(/_assets/images/game_live/history_o_slider_ico.png);
}

/* スライダー系左投げ */
.c-live-report-history__list li .ico.hit_slider_l {
  background-image: url(/_assets/images/game_live/history_now_shoot_ico.png);
}

.c-live-report-history__list li .ico.s_slider_l {
  background-image: url(/_assets/images/game_live/history_s_shoot_ico.png);
}

.c-live-report-history__list li .ico.b_slider_l {
  background-image: url(/_assets/images/game_live/history_b_shoot_ico.png);
}

.c-live-report-history__list li .ico.f_slider_l {
  background-image: url(/_assets/images/game_live/history_o_shoot_ico.png);
}

/* カット系右投げ */
.c-live-report-history__list li .ico.hit_cutball_r {
  background-image: url(/_assets/images/game_live/history_now_cut_l_ico.png);
}

.c-live-report-history__list li .ico.s_cutball_r {
  background-image: url(/_assets/images/game_live/history_s_cut_l_ico.png);
}

.c-live-report-history__list li .ico.b_cutball_r {
  background-image: url(/_assets/images/game_live/history_b_cut_l_ico.png);
}

.c-live-report-history__list li .ico.f_cutball_r {
  background-image: url(/_assets/images/game_live/history_o_cut_l_ico.png);
}

/* カット系左投げ */
.c-live-report-history__list li .ico.hit_cutball_l {
  background-image: url(/_assets/images/game_live/history_now_cut_r_ico.png);
}

.c-live-report-history__list li .ico.s_cutball_l {
  background-image: url(/_assets/images/game_live/history_s_cut_r_ico.png);
}

.c-live-report-history__list li .ico.b_cutball_l {
  background-image: url(/_assets/images/game_live/history_b_cut_r_ico.png);
}

.c-live-report-history__list li .ico.f_cutball_l {
  background-image: url(/_assets/images/game_live/history_o_cut_r_ico.png);
}

/* カーブ系右投げ */
.c-live-report-history__list li .ico.hit_curve_r {
  background-image: url(/_assets/images/game_live/history_now_curve_ico.png);
}

.c-live-report-history__list li .ico.s_curve_r {
  background-image: url(/_assets/images/game_live/history_s_curve_ico.png);
}

.c-live-report-history__list li .ico.b_curve_r {
  background-image: url(/_assets/images/game_live/history_b_curve_ico.png);
}

.c-live-report-history__list li .ico.f_curve_r {
  background-image: url(/_assets/images/game_live/history_o_curve_ico.png);
}

/* カーブ系左投げ */
.c-live-report-history__list li .ico.hit_curve_l {
  background-image: url(/_assets/images/game_live/history_now_sinker_ico.png);
}

.c-live-report-history__list li .ico.s_curve_l {
  background-image: url(/_assets/images/game_live/history_s_sinker_ico.png);
}

.c-live-report-history__list li .ico.b_curve_l {
  background-image: url(/_assets/images/game_live/history_b_sinker_ico.png);
}

.c-live-report-history__list li .ico.f_curve_l {
  background-image: url(/_assets/images/game_live/history_o_sinker_ico.png);
}

/* フォーク */
.c-live-report-history__list li .ico.hit_fork {
  background-image: url(/_assets/images/game_live/history_now_fork_ico.png);
}

.c-live-report-history__list li .ico.s_fork {
  background-image: url(/_assets/images/game_live/history_s_fork_ico.png);
}

.c-live-report-history__list li .ico.b_fork {
  background-image: url(/_assets/images/game_live/history_b_fork_ico.png);
}

.c-live-report-history__list li .ico.f_fork {
  background-image: url(/_assets/images/game_live/history_o_fork_ico.png);
}

/* チェンジアップ系 */
.c-live-report-history__list li .ico.hit_changeup {
  background-image: url(/_assets/images/game_live/history_now_changeup_ico.png);
}

.c-live-report-history__list li .ico.s_changeup {
  background-image: url(/_assets/images/game_live/history_s_changeup_ico.png);
}

.c-live-report-history__list li .ico.b_changeup {
  background-image: url(/_assets/images/game_live/history_b_changeup_ico.png);
}

.c-live-report-history__list li .ico.f_changeup {
  background-image: url(/_assets/images/game_live/history_o_changeup_ico.png);
}

/* シンカー右投げ */
.c-live-report-history__list li .ico.hit_sinker_r {
  background-image: url(/_assets/images/game_live/history_now_sinker_ico.png);
}

.c-live-report-history__list li .ico.s_sinker_r {
  background-image: url(/_assets/images/game_live/history_s_sinker_ico.png);
}

.c-live-report-history__list li .ico.b_sinker_r {
  background-image: url(/_assets/images/game_live/history_b_sinker_ico.png);
}

.c-live-report-history__list li .ico.f_sinker_r {
  background-image: url(/_assets/images/game_live/history_o_sinker_ico.png);
}

/* シンカー左投げ */
.c-live-report-history__list li .ico.hit_sinker_l {
  background-image: url(/_assets/images/game_live/history_now_curve_ico.png);
}

.c-live-report-history__list li .ico.s_sinker_l {
  background-image: url(/_assets/images/game_live/history_s_curve_ico.png);
}

.c-live-report-history__list li .ico.b_sinker_l {
  background-image: url(/_assets/images/game_live/history_b_curve_ico.png);
}

.c-live-report-history__list li .ico.f_sinker_l {
  background-image: url(/_assets/images/game_live/history_o_curve_ico.png);
}

/* シュート右投げ */
.c-live-report-history__list li .ico.hit_shoot_r {
  background-image: url(/_assets/images/game_live/history_now_shoot_ico.png);
}

.c-live-report-history__list li .ico.s_shoot_r {
  background-image: url(/_assets/images/game_live/history_s_shoot_ico.png);
}

.c-live-report-history__list li .ico.b_shoot_r {
  background-image: url(/_assets/images/game_live/history_b_shoot_ico.png);
}

.c-live-report-history__list li .ico.f_shoot_r {
  background-image: url(/_assets/images/game_live/history_o_shoot_ico.png);
}

/* シュート左投げ */
.c-live-report-history__list li .ico.hit_shoot_l {
  background-image: url(/_assets/images/game_live/history_now_slider_ico.png);
}

.c-live-report-history__list li .ico.s_shoot_l {
  background-image: url(/_assets/images/game_live/history_s_slider_ico.png);
}

.c-live-report-history__list li .ico.b_shoot_l {
  background-image: url(/_assets/images/game_live/history_b_slider_ico.png);
}

.c-live-report-history__list li .ico.f_shoot_l {
  background-image: url(/_assets/images/game_live/history_o_slider_ico.png);
}

/* 球種・配球 各変化球 */
/* ストレート */
.c-live-report-score-board .c-live-report-score-board__box .now_straight {
  background-image: url(/_assets/images/game_live/zone_now_straight.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_straight {
  background-image: url(/_assets/images/game_live/zone_s_straight.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_straight {
  background-image: url(/_assets/images/game_live/zone_b_straight.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_straight {
  background-image: url(/_assets/images/game_live/zone_o_straight.png);
  width: 30px;
  height: 30px;
}

/* 特殊球 */
.c-live-report-score-board .c-live-report-score-board__box .now_special {
  background-image: url(/_assets/images/game_live/zone_now_special.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_special {
  background-image: url(/_assets/images/game_live/zone_s_special.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_special {
  background-image: url(/_assets/images/game_live/zone_b_special.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_special {
  background-image: url(/_assets/images/game_live/zone_o_special.png);
  width: 30px;
  height: 30px;
}

/* スライダー右投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_slider_r {
  background-image: url(/_assets/images/game_live/zone_now_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_slider_r {
  background-image: url(/_assets/images/game_live/zone_s_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_slider_r {
  background-image: url(/_assets/images/game_live/zone_b_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_slider_r {
  background-image: url(/_assets/images/game_live/zone_o_slider.png);
  width: 30px;
  height: 32px;
}

/* スライダー左投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_slider_l {
  background-image: url(/_assets/images/game_live/zone_now_shoot.png);
  width: 30px;
  height: 33px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_slider_l {
  background-image: url(/_assets/images/game_live/zone_s_shoot.png);
  width: 30px;
  height: 33px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_slider_l {
  background-image: url(/_assets/images/game_live/zone_b_shoot.png);
  width: 30px;
  height: 33px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_slider_l {
  background-image: url(/_assets/images/game_live/zone_o_shoot.png);
  width: 30px;
  height: 33px;
}

/* カット系右投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_cutball_r {
  background-image: url(/_assets/images/game_live/zone_now_cut_r.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_cutball_r {
  background-image: url(/_assets/images/game_live/zone_s_cut_r.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_cutball_r {
  background-image: url(/_assets/images/game_live/zone_b_cut_r.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_cutball_r {
  background-image: url(/_assets/images/game_live/zone_o_cut_r.png);
  width: 32px;
  height: 32px;
}

/* カット系左投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_cutball_l {
  background-image: url(/_assets/images/game_live/zone_now_cut_l.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_cutball_l {
  background-image: url(/_assets/images/game_live/zone_s_cut_l.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_cutball_l {
  background-image: url(/_assets/images/game_live/zone_b_cut_l.png);
  width: 32px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_cutball_l {
  background-image: url(/_assets/images/game_live/zone_o_cut_l.png);
  width: 32px;
  height: 32px;
}

/* カーブ右投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_curve_r {
  background-image: url(/_assets/images/game_live/zone_now_curve.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_curve_r {
  background-image: url(/_assets/images/game_live/zone_s_curve.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_curve_r {
  background-image: url(/_assets/images/game_live/zone_b_curve.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_curve_r {
  background-image: url(/_assets/images/game_live/zone_o_curve.png);
  width: 28px;
  height: 28px;
}

/* カーブ左投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_curve_l {
  background-image: url(/_assets/images/game_live/zone_now_sinker.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_curve_l {
  background-image: url(/_assets/images/game_live/zone_s_sinker.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_curve_l {
  background-image: url(/_assets/images/game_live/zone_b_sinker.png);
  width: 28px;
  height: 28px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_curve_l {
  background-image: url(/_assets/images/game_live/zone_o_sinker.png);
  width: 28px;
  height: 28px;
}

/* フォーク系 */
.c-live-report-score-board .c-live-report-score-board__box .now_fork {
  background-image: url(/_assets/images/game_live/zone_now_fork.png);
  width: 32px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_fork {
  background-image: url(/_assets/images/game_live/zone_s_fork.png);
  width: 32px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_fork {
  background-image: url(/_assets/images/game_live/zone_b_fork.png);
  width: 32px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_fork {
  background-image: url(/_assets/images/game_live/zone_o_fork.png);
  width: 32px;
  height: 30px;
}

/* チェンジアップ系 */
.c-live-report-score-board .c-live-report-score-board__box .now_changeup {
  background-image: url(/_assets/images/game_live/zone_now_changeup.png);
  width: 32px;
  height: 32px;
  padding-top: 3px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_changeup {
  background-image: url(/_assets/images/game_live/zone_s_changeup.png);
  width: 32px;
  height: 32px;
  padding-top: 3px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_changeup {
  background-image: url(/_assets/images/game_live/zone_b_changeup.png);
  width: 32px;
  height: 32px;
  padding-top: 3px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_changeup {
  background-image: url(/_assets/images/game_live/zone_o_changeup.png);
  width: 32px;
  height: 32px;
  padding-top: 3px;
}

/* シンカー系右投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_sinker_r {
  background-image: url(/_assets/images/game_live/zone_now_sinker.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_sinker_r {
  background-image: url(/_assets/images/game_live/zone_s_sinker.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_sinker_r {
  background-image: url(/_assets/images/game_live/zone_b_sinker.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_sinker_r {
  background-image: url(/_assets/images/game_live/zone_o_sinker.png);
  width: 30px;
  height: 30px;
}

/* シンカー系左投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_sinker_l {
  background-image: url(/_assets/images/game_live/zone_now_curve.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_sinker_l {
  background-image: url(/_assets/images/game_live/zone_s_curve.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_sinker_l {
  background-image: url(/_assets/images/game_live/zone_b_curve.png);
  width: 30px;
  height: 30px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_sinker_l {
  background-image: url(/_assets/images/game_live/zone_o_curve.png);
  width: 30px;
  height: 30px;
}

/* シュート系右投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_shoot_r {
  background-image: url(/_assets/images/game_live/zone_now_shoot.png);
  width: 30px;
  height: 33px;
  line-height: 36px !important;
}

.c-live-report-score-board .c-live-report-score-board__box .s_shoot_r {
  background-image: url(/_assets/images/game_live/zone_s_shoot.png);
  width: 30px;
  height: 33px;
  line-height: 36px !important;
}

.c-live-report-score-board .c-live-report-score-board__box .b_shoot_r {
  background-image: url(/_assets/images/game_live/zone_b_shoot.png);
  width: 30px;
  height: 33px;
  line-height: 36px !important;
}

.c-live-report-score-board .c-live-report-score-board__box .o_shoot_r {
  background-image: url(/_assets/images/game_live/zone_o_shoot.png);
  width: 30px;
  height: 33px;
  line-height: 36px !important;
}

/* シュート系左投げ */
.c-live-report-score-board .c-live-report-score-board__box .now_shoot_l {
  background-image: url(/_assets/images/game_live/zone_now_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .s_shoot_l {
  background-image: url(/_assets/images/game_live/zone_s_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .b_shoot_l {
  background-image: url(/_assets/images/game_live/zone_b_slider.png);
  width: 30px;
  height: 32px;
}

.c-live-report-score-board .c-live-report-score-board__box .o_shoot_l {
  background-image: url(/_assets/images/game_live/zone_o_slider.png);
  width: 30px;
  height: 32px;
}

.c-game-info-jumbotron {
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  aspect-ratio: 202 / 167;
  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;
}

.c-game-info-jumbotron-default {
  padding: 200px 0;
  aspect-ratio: auto;
}

.c-game-info-jumbotron-inner {
  width: 100%;
}

.c-game-info-jumbotron .c-game-info-jumbotron-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-game-info-jumbotron .c-game-info-jumbotron-header {
  width: 686px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-header__text {
  width: 160px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.c-game-info-jumbotron .c-game-info-jumbotron-header__exhibition-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
}

.c-game-info-jumbotron .c-game-info-jumbotron-header__exhibition-title span {
  color: #fff;
  padding: 0;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 686px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fff;
  padding: 0 10px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs__logo img {
  width: 100%;
  height: auto;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs__logo span {
  display: block;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail {
  width: calc(100% - 160px - 160px);
  text-align: center;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status {
  font-weight: bold;
  font-size: 2.2rem;
  color: var(--e-global-color-secondary);
  line-height: 1;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status--before {
  font-size: 3.2rem;
  margin-top: 10px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status--none {
  font-size: 3.4rem;
  color: #fff;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__start {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__ymd {
  margin-top: -10px;
}

@media screen and (min-width: 37.5em) {
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__ymd {
    font-size: 1.7rem !important;
  }
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__start * {
  font-family: inherit;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  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;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score * {
  font-family: inherit;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score span {
  min-width: 50px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score em {
  font-style: normal;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  min-width: 50px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score i {
  width: 30px;
  height: 11px;
  background-color: #fff;
  margin: 0 40px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score--game-end {
  font-weight: normal;
}

.c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__inning {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}

.c-game-info-jumbotron__text {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 686px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher__name {
  width: 160px;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  font-size: 1.2rem;
  line-height: 1.333333333;
  text-align: center;
}

.c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher__name a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.c-game-info-jumbotron .c-game-info-jumbotron-game-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-game-buttons__column {
  width: 150px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-game-buttons__column + .c-game-info-jumbotron-game-buttons__column {
  margin-left: 22px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-game-buttons .c-game-info-jumbotron-game-button 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-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 22px;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button {
  width: 322px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  position: relative;
}

.c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button .c-pacificleague-button {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button .c-pacificleague-button span {
  font-size: 1.2rem;
  padding-right: 30px;
}

.c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button .c-pacificleague-button span img {
  width: 135px;
  height: auto;
  vertical-align: middle;
}

.c-funclub-ticket {
  border-radius: 2px;
  overflow: hidden;
}

.c-funclub-ticket__box {
  padding: 14px 0 24px;
  background-color: #fff;
}

.c-funclub-ticket__box--bg {
  background-color: var(--e-global-color-secondary);
}

.c-funclub-ticket__title {
  margin-bottom: 6px;
  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;
}

.c-funclub-ticket__title .icon {
  width: 64px;
}

.c-funclub-ticket__title span {
  font-size: 2.2rem;
  font-weight: bold;
}

.c-funclub-ticket__buttons--flex {
  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;
}

.c-funclub-ticket__buttons--flex a:not(:first-child) {
  margin-left: 16px;
}

.c-funclub-ticket__buttons > .c-button-normal {
  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;
  width: 180px;
  height: 48px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-funclub-ticket__buttons > .c-button-normal--maincolor {
  background-color: var(--e-global-color-secondary);
  color: #000;
}

.c-funclub-ticket__buttons > .c-button-normal--black {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.c-funclub-ticket__buttons > .c-button-normal--white {
  background-color: #fff;
  color: #000;
}

.c-date {
  margin-bottom: 24px;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-size: 3.2rem;
}

.c-date * {
  font-family: inherit;
}

.c-date span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}

.c-table table {
  width: 100%;
}

.c-table table .c-table--oswald {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
}

.c-table table .c-table--oswald * {
  font-family: inherit;
}

.c-table table tr:hover th,
.c-table table tr:hover td {
  background-color: inherit;
}

.c-table table th, .c-table table td {
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.c-table table th.u-font-oswald,
.c-table table th .u-font-oswald, .c-table table td.u-font-oswald,
.c-table table td .u-font-oswald {
  font-weight: normal;
}

.c-table table th {
  padding: 20px 10px;
  background-color: #CECECE !important;
  font-size: 1.4rem;
  font-weight: normal;
}

.c-table table td {
  padding: 20px 4px;
}

.c-table table tbody > tr:nth-child(odd) > td,
.c-table table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}

.c-table-flexible .c-table-flexible-scroll-wrapper {
  margin-bottom: 8px;
  overflow-x: scroll;
  padding-bottom: 10px;
  scrollbar-color: #939393 rgba(147, 147, 147, 0);
}

.c-table-flexible .c-table-flexible-scroll-wrapper::-webkit-scrollbar {
  height: 12px;
}

.c-table-flexible .c-table-flexible-scroll-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.c-table-flexible .c-table-flexible-scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #939393;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-sticky {
  position: sticky;
  z-index: 2;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table {
  margin-right: auto;
  margin-left: auto;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .logo {
  height: 33px;
  width:33px
}

.c-table-flexible .c-table-flexible-scroll-wrapper table th,
.c-table-flexible .c-table-flexible-scroll-wrapper table td {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-clip: padding-box;
  color: #000;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table th > div,
.c-table-flexible .c-table-flexible-scroll-wrapper table td > div {
  height: 100%;
  position: relative;
  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;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table th > div::after,
.c-table-flexible .c-table-flexible-scroll-wrapper table td > div::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #E8E8E8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table th .u-font-oswald,
.c-table-flexible .c-table-flexible-scroll-wrapper table td .u-font-oswald {
  font-weight: normal;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table th:first-child > div::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #E8E8E8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table thead th {
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #CECECE;
  height: 144px;
  padding-top: 20px;
  overflow: hidden;
  line-height: 1.1;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table thead th > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 144px;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table thead th > div::after {
  height: 300%;
  top: -50%;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table thead th:first-child > div::before {
  height: 300%;
  top: -50%;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table thead th a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table tbody {
  font-size: 1.6rem;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table tbody th,
.c-table-flexible .c-table-flexible-scroll-wrapper table tbody td {
  vertical-align: middle;
  height: 56px;
  text-align: center;
  background-color: #fff;
}

.c-table-flexible .c-table-flexible-scroll-wrapper table tbody > tr:nth-child(odd) > td,
.c-table-flexible .c-table-flexible-scroll-wrapper table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name {
  font-size: 1.4rem;
  width: 100%;
  display: block;
  text-align: left;
  color: var(--e-global-color-secondary);
  font-weight: bold;
  padding: 8px;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > span {
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > a,
.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name .c-table-flexible-player-name-logo {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #fff;
  margin-right: 9px;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name .c-table-flexible-player-name-logo img {
  width: 100%;
  height: auto;
}

.c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name .c-table-flexible-player-name-text {
  width: 100%;
}

.c-table-flexible-sample-1 th, .c-table-flexible-sample-2 th {
  width: 84px;
}

.c-table-flexible-sample-1 th:nth-child(1), .c-table-flexible-sample-2 th:nth-child(1) {
  width: 34px;
}

.c-table-flexible-sample-1 th:nth-child(2), .c-table-flexible-sample-2 th:nth-child(2) {
  width: 54px;
}

.c-table-flexible-sample-1 th:nth-child(3), .c-table-flexible-sample-2 th:nth-child(3) {
  width: 95px;
}

.c-table-flexible-sample-1 tbody th:first-child, .c-table-flexible-sample-2 tbody th:first-child {
  font-weight: 500;
  font-size: 2rem;
}

.c-table-flexible-sample-1 tbody th:nth-child(2), .c-table-flexible-sample-2 tbody th:nth-child(2) {
  font-weight: normal;
}

.c-table-flexible-sample-2 {
  width: calc(83px * 11 + 33px + 53px + 94px);
}

.c-table-flexible-sample-2 th:nth-child(1) {
  left: 0;
}

.c-table-flexible-sample-2 th:nth-child(2) {
  left: 34px;
}

.c-table-flexible-sample-2 th:nth-child(3) {
  left: 88px;
}

.c-table-flexible-sample-3 th {
  width: 75px;
}

.c-table-flexible-sample-3 th:nth-child(1) {
  width: 34px;
  left: 0;
}

.c-table-flexible-sample-3 th:nth-child(2) {
  width: 76px;
  left: 34px;
}

.c-table-flexible-sample-3 tbody td {
  font-size: 1.4rem;
}

.c-table-flexible-sample-3 tbody td > div {
  padding: 8px;
}

/* HOT TOPICSの背景設定 背景色を変更*/
.c-hottopics {
  background: var(--e-global-color-secondary);
  padding: 40px 0;
}

.c-hottopics__inner {
  max-width: 1010px;
  margin: 0 30px;
}

/* HOT TOPICSのタイトル　h4からh1に変更する */
.c-hottopics__title {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  text-align: center;
  color: var(--e-global-typography-h1-color);
  font-size: var(--e-global-typography-h1-font-size);
  font-weight: var(--e-global-typography-h1-font-weight);
  line-height: var(--e-global-typography-h1-line-height);
  letter-spacing: var(--e-global-typography-h1-letter-spacing);
}

.c-hottopics__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.c-hottopics__list-item {
  width: 100%;
}

.c-hottopics__link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-hottopics__thumb {
  width: 64px;
  height: 64px;
}

.c-hottopics__thumb img {
  width: 100%;
}

.c-hottopics__text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 40px 5px 0;
  width: calc(100% - 72px);
}

.c-hottopics-slider .c-hottopics__inner {
  max-width: 1034px;
}

.c-hottopics-slider__list {
  display: none;
}

.c-hottopics-slider__list.slick-initialized {
  display: block;
}

.c-hottopics-slider__list .c-hottopics-slider__list-item {
  width: 142px !important;
  height: 100%;
  margin-right: 10px;
}

.c-hottopics-slider__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-hottopics-slider__list .slick-slide {
  height: auto !important;
}

.c-hottopics-slider__list .slick-slide > div {
  height: 100%;
}

.c-hottopics-slider__link {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  height: 100%;
}

.c-hottopics-slider__thumb {
  width: 142px;
  height: 142px;
}

.c-hottopics-slider__thumb img {
  width: 100%;
}

.c-hottopics-slider__text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 14px;
}

.c-hottopics-slider .slick-arrow {
  outline: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: -9999px;
  width: 25px;
  height: 130px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-hottopics-slider .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
}

.c-hottopics-slider .slick-prev {
  left: -28px;
  z-index: 1;
}

.c-hottopics-slider .slick-prev::before {
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 5px;
}

.c-hottopics-slider .slick-next {
  right: -28px;
}

.c-hottopics-slider .slick-next::before {
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 5px;
}

.c-hottopics__list-item > .c-hottopics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 2px;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  position: relative;
  height: 100%;
}

/**
 * F_BF_FG_スコアボード_試合トップ
 */
#c1-game-top .game {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#545454));
  background-image: -webkit-linear-gradient(#101010, #545454);
  background-image: linear-gradient(#101010, #545454);
  padding: 28px 22px;
  position: relative;
}

#c1-game-top .game .c-button-reload {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 22px;
}

#c1-game-top .game .game-vs {
  position: relative;
  max-width: 606px;
  margin-right: auto;
  margin-left: auto;
}

#c1-game-top .game .game-vs__exhibition-title {
  text-align: center;
  margin-bottom: 13px;
}

#c1-game-top .game .game-vs__exhibition-title span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 4px;
}

#c1-game-top .game .game-vs__status {
  font-weight: bold;
  color: var(--e-global-color-secondary);
  text-align: center;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 6px;
  right: 0;
}

#c1-game-top .game .game-vs__inning {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  position: absolute;
  z-index: 1;
  top: 124px;
  left: 0;
  right: 0;
}

#c1-game-top .game .game-vs .game-vs-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

#c1-game-top .game .game-vs .game-vs-teams__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  position: relative;
}

#c1-game-top .game .game-vs .game-vs-teams__team-stadium {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 13px);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score * {
  font-family: inherit;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score--game-end {
  font-weight: normal;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score span {
  text-align: center;
  min-width: 60px;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score em {
  font-style: normal;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  text-align: center;
  min-width: 60px;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score i {
  width: 20px;
  height: 8px;
  background-color: #fff;
  margin: 0 64px;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score-status {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score-status span {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.409;
}

#c1-game-top .game .game-vs .game-vs-teams__team-score-status span * {
  font-family: inherit;
}

#c1-game-top .game .game-vs .game-vs-teams__team-logo {
  width: 100%;
  padding: 0 9px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#c1-game-top .game .game-vs .game-vs-teams__team-logo span {
  display: block;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

#c1-game-top .game .game-vs .game-vs-teams__team-logo img {
  width: 100%;
}

#c1-game-top .game .game-vs__text {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
}

#c1-game-top .game .game-vs__starting-pitcher {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 606px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#c1-game-top .game .game-vs__starting-pitcher__name {
  width: 120px;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  font-size: 1.2rem;
  line-height: 1.333333333;
  text-align: center;
}

#c1-game-top .game .game-vs__starting-pitcher__name a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

#c1-game-top .game .game-vs__pacificleaguetv-button {
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#c1-game-top .game .game-vs__pacificleaguetv-button .c-pacificleague-button {
  padding: 0 15px;
}

#c1-game-top .game .game-vs__pacificleaguetv-button .c-pacificleague-button img {
  width: 135px;
}

#c1-game-top .game .game-vs__standings {
  text-align: center;
  line-height: 1.25;
  margin-top: 22px;
}

#c1-game-top .game .game-vs__standings a {
  font-size: 1.6rem;
  color: var(--e-global-color-secondary);
  font-weight: normal;
  text-decoration: none;
}

#c1-game-top .game .game-vs__standings a i {
  stroke: var(--e-global-color-secondary);
  margin-left: 16px;
}

#c1-game-top .game .c-score-board-table {
  margin-top: 24px;
}

#c1-game-top .game .c-score-board-footer .c-score-board-footer-column {
  width: 750px;
}

#c1-game-top .game-top-section + .game-top-section {
  margin-top: 40px;
}

#c1-game-top .game-top-section .c-game-team-tabs-content {
  padding-bottom: 0;
}

#c1-game-top .game-top-member-table {
  color: #000;
  width: 666px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #E8E8E8;
}

#c1-game-top .game-top-member-table tbody > tr:nth-child(odd) > td,
#c1-game-top .game-top-member-table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}

#c1-game-top .game-top-member-table--starting thead th:nth-child(3) {
  width: 220px;
}

#c1-game-top .game-top-member-table--starting thead th:nth-child(4), #c1-game-top .game-top-member-table--starting thead th:nth-child(5), #c1-game-top .game-top-member-table--starting thead th:nth-child(6) {
  width: 120px;
}

#c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(2) {
  width: 220px;
}

#c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(3), #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(4), #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(5) {
  width: 120px;
}

#c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(1) {
  width: 302px;
}

#c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(2), #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(3), #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(4) {
  width: 120px;
}

#c1-game-top .game-top-member-table th,
#c1-game-top .game-top-member-table td {
  height: 54px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #E8E8E8;
  background-color: #fff;
}

#c1-game-top .game-top-member-table thead th {
  background-color: #CECECE;
  font-size: 1.4rem;
}

#c1-game-top .game-top-member-table tbody th,
#c1-game-top .game-top-member-table tbody td {
  font-size: 1.6rem;
}

#c1-game-top .game-top-member-table .u-font-oswald {
  font-size: 2rem;
  font-weight: normal;
}

#c1-game-top .game-top-member-table .game-top-member-table-player {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--e-global-typography-link-color);
  text-decoration: none;
  margin: 0 16px;
  padding: 8px 0;
}

#c1-game-top .game-top-member-table span.game-top-member-table-player {
  color: #000;
}

#c1-game-top .game-top-table-repletion {
  width: 666px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}

#c1-game-top .c-game-pager {
  margin-top: 40px;
}

/**
 * F_BF_FS_試合日程_カレンダー
 */
/**
 * F_BF_FG_01_成績詳細（出場選手成績)
 */
#c3-participant-results .participant-results-section + .participant-results-section {
  margin-top: 40px;
}

#c3-participant-results .results-table-batter-1 thead th {
  height: 87px;
}

#c3-participant-results .results-table-batter-1 thead th > div {
  height: 100%;
}

#c3-participant-results .results-table-batter-1 th {
  width: 84px;
}

#c3-participant-results .results-table-batter-1 th:nth-child(1) {
  width: 34px;
}

#c3-participant-results .results-table-batter-1 th:nth-child(2) {
  width: 54px;
}

#c3-participant-results .results-table-batter-1 th:nth-child(3) {
  width: 95px;
}

#c3-participant-results .results-table-batter-1 tbody {
  font-size: 1.6rem;
}

#c3-participant-results .results-table-batter-1 tbody th:nth-child(2) {
  font-weight: normal;
}

#c3-participant-results .results-table-batter-2--before {
  width: 100% !important;
  table-layout: fixed;
}

#c3-participant-results .results-table-batter-2--before th {
  width: calc((100% - 110px) / 12);
}

#c3-participant-results .results-table-batter-2 thead th {
  height: 87px;
}

#c3-participant-results .results-table-batter-2 thead th > div {
  height: 100%;
}

#c3-participant-results .results-table-batter-2 th {
  width: 75px;
}

#c3-participant-results .results-table-batter-2 th:nth-child(1) {
  width: 34px;
  left: 0;
}

#c3-participant-results .results-table-batter-2 th:nth-child(2) {
  width: 76px;
  left: 34px;
}

#c3-participant-results .results-table-batter-2 tbody td {
  font-size: 1.4rem;
}

#c3-participant-results .results-table-batter-2 tbody td > div {
  padding: 8px;
}

#c3-participant-results .results-table-batter-2 tbody td.bg-hits {
  background-color: #FFD3D3;
}

#c3-participant-results .results-table-batter-2 tbody td.bg-four-dead-balls-sacrifice-bunts-sacrifice-flies {
  background-color: #D4EBD3;
}

#c3-participant-results .results-table-batter-2 tbody td.text-score {
  color: #FF0000;
}

#c3-participant-results .results-table-pitcher thead th {
  height: 102px;
}

#c3-participant-results .results-table-pitcher thead th > div {
  height: 100%;
}

#c3-participant-results .results-table-pitcher th {
  width: 81px;
}

#c3-participant-results .results-table-pitcher th:nth-child(1) {
  width: 49px;
}

#c3-participant-results .results-table-pitcher th:nth-child(2) {
  width: 152px;
}

#c3-participant-results .results-table-batter-2-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg .icon {
  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;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.2rem;
  font-weight: 500;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg .text {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 4px;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg:nth-child(1) .icon {
  background-color: #FFD3D3;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg:nth-child(2) .icon {
  background-color: #D4EBD3;
}

#c3-participant-results .results-table-batter-2-guide .guide-bg:nth-child(3) .icon {
  color: #ff0000;
  border: 1px solid #E8E8E8;
}

/**
 * F_BF_FR_01_順位表・対戦成績
 */
#c3-standings-results .standings-results-title-wrapper {
  position: relative;
}

#c3-standings-results .c-datecontrol {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
}

#c3-standings-results .c-table-flexible-scroll-wrapper {
  margin-bottom: 16px;
}

#c3-standings-results .standings-table th {
  width: 84px;
}

#c3-standings-results .standings-table th:nth-child(1) {
  width: 36px;
}

#c3-standings-results .standings-table th:nth-child(2) {
  width: 51px;
}

#c3-standings-results .standings-table thead th {
  height: 56px;
  padding: 0;
}

#c3-standings-results .standings-table thead th > div {
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#c3-standings-results .standings-table tbody th,
#c3-standings-results .standings-table tbody td {
  font-size: 1.8rem;
}

#c3-standings-results .standings-table tbody th:first-child {
  font-size: 2rem;
}

#c3-standings-results .results-table tbody > tr:nth-child(odd) > td,
#c3-standings-results .results-table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

#c3-standings-results .results-table th:nth-child(1) {
  width: 54px;
}

#c3-standings-results .results-table th:not(:nth-child(1)) {
  background-color: #fff;
}

#c3-standings-results .results-table th,
#c3-standings-results .results-table td {
  padding: 0;
  height: 54px;
}

#c3-standings-results .results-table tbody td {
  font-size: 1.8rem;
  line-height: 1.125;
}

#c3-standings-results tr.highlight th,
#c3-standings-results tr.highlight td {
  background-color: #000 !important;
  color: #fff;
}

#c3-standings-results .standings-results-table-logo {
  background-color: #fff;
  width: 30px;
  height: 30px;
  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;
  margin-right: auto;
  margin-left: auto;
}

#c3-standings-results .standings-results-table-logo img {
  width: 100%;
  height: auto;
}

/**
 * F_BF_FR_02_チーム投手成績
 * F_BF_FR_03_チーム打撃成績
 * F_BF_FR_04_リーグ投手成績
 * F_BF_FR_05_リーグ打撃成績
 */
#c3-pitcher-batter-record .record-title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background-color: #4B4B4B;
  padding: 5px 8px;
  margin-bottom: 8px;
  margin-top: 32px;
}

#c3-pitcher-batter-record .record-search-accordion {
  color: #fff;
  border-bottom: 1px solid #777777;
}

#c3-pitcher-batter-record .record-search-accordion__header {
  background-color: #000;
  padding: 24px 30px;
}

#c3-pitcher-batter-record .record-search-accordion__body {
  background-color: #262626;
  padding: 24px 30px;
}

#c3-pitcher-batter-record .record-search-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#c3-pitcher-batter-record .record-search-conditions__column {
  padding-right: 100px;
}

#c3-pitcher-batter-record .record-search-conditions__column .c-datecontrol-search {
  margin-top: 0;
}

#c3-pitcher-batter-record .record-table-text {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #000;
}

#c3-pitcher-batter-record .record-table-person thead th {
  height: 120px;
  padding-top: 10px;
}

#c3-pitcher-batter-record .record-table-person thead th > div {
  height: 120px;
}

#c3-pitcher-batter-record .record-table-person tbody {
  font-size: 1.4rem;
}

#c3-pitcher-batter-record .record-table-person tbody th,
#c3-pitcher-batter-record .record-table-person tbody td {
  height: 41px;
}

#c3-pitcher-batter-record .record-table-person tbody th *,
#c3-pitcher-batter-record .record-table-person tbody td * {
  font-weight: normal;
}

#c3-pitcher-batter-record .record-table-person tbody tr.record-table-bold th *,
#c3-pitcher-batter-record .record-table-person tbody tr.record-table-bold td * {
  font-weight: bold;
}

#c3-pitcher-batter-record .record-table-person tbody tr.record-table-bold th .u-font-oswald,
#c3-pitcher-batter-record .record-table-person tbody tr.record-table-bold td .u-font-oswald {
  font-weight: 500;
}

#c3-pitcher-batter-record .record-table-person tbody th:first-child * {
  font-weight: 500 !important;
}

#c3-pitcher-batter-record .record-table-person th.active {
  background-color: #A2A2A2;
}

#c3-pitcher-batter-record .record-table-person td.active {
  background-color: #E8E8E8;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link {
  padding-bottom: 30px;
  position: relative;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link--descending::before {
  background-color: #0093FF;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link--descending::after {
  border-width: 0 2px 2px 0;
  bottom: 3px;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link--ascending::before {
  background-color: red;
}

#c3-pitcher-batter-record .record-table-person .record-table-sort-link--ascending::after {
  border-width: 2px 0 0 2px;
  bottom: 0px;
}

#c3-pitcher-batter-record .record-table-team-person-pitcher, #c3-pitcher-batter-record .record-table-league-person-pitcher {
  width: calc(50px * 21 + 41px + 122px + 58px);
}

#c3-pitcher-batter-record .record-table-team-person-pitcher th, #c3-pitcher-batter-record .record-table-league-person-pitcher th {
  width: 50px;
}

#c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(1), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(1) {
  width: 41px;
  left: 0;
}

#c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(2), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(2) {
  width: 122px;
  left: 42px;
}

#c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(14), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(14) {
  width: 58px;
}

#c3-pitcher-batter-record .record-table-league-person-pitcher {
  width: calc(50px * 21 + 41px + 154px + 58px);
}

#c3-pitcher-batter-record .record-table-league-person-pitcher .c-table-flexible-player-name-text {
  width: calc(100% - 24px - 9px);
}

#c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(2) {
  width: 154px;
}

#c3-pitcher-batter-record .record-table-all th {
  padding-top: 10px;
  height: 120px;
  vertical-align: top;
  line-height: 1.125;
}

#c3-pitcher-batter-record .record-table-all td {
  height: 40px;
  padding: 0;
  font-size: 1.4rem;
}

#c3-pitcher-batter-record .record-table-all td > * {
  font-weight: normal;
}

#c3-pitcher-batter-record .record-table-team-all-pitcher th:nth-child(12) {
  width: 80px;
}

#c3-pitcher-batter-record .record-table-team-person-batter, #c3-pitcher-batter-record .record-table-league-person-batter {
  width: calc(50px * 20 + 41px + 122px);
}

#c3-pitcher-batter-record .record-table-team-person-batter .c-table-flexible-player-name-text, #c3-pitcher-batter-record .record-table-league-person-batter .c-table-flexible-player-name-text {
  width: 100%;
}

#c3-pitcher-batter-record .record-table-team-person-batter th, #c3-pitcher-batter-record .record-table-league-person-batter th {
  width: 50px;
}

#c3-pitcher-batter-record .record-table-team-person-batter th:nth-child(1), #c3-pitcher-batter-record .record-table-league-person-batter th:nth-child(1) {
  width: 41px;
  left: 0;
}

#c3-pitcher-batter-record .record-table-team-person-batter th:nth-child(2), #c3-pitcher-batter-record .record-table-league-person-batter th:nth-child(2) {
  width: 122px;
  left: 41px;
}

#c3-pitcher-batter-record .record-table-league-person-batter {
  width: calc(50px * 20 + 41px + 154px);
}

#c3-pitcher-batter-record .record-table-league-person-batter .c-table-flexible-player-name-text {
  width: calc(100% - 24px - 9px);
}

#c3-pitcher-batter-record .record-table-league-person-batter th:nth-child(2) {
  width: 154px;
}

#c3-pitcher-batter-record .record-relatedi-nformation {
  margin-top: 40px;
}

/**
 * F_BF_FG_一球速報_試合開始前
 */
#c2-game-live-report .c-content .c-match-table {
  margin-bottom: 40px;
}

#c2-game-live-report .c-content .c-report {
  margin-bottom: 40px;
}

#c2-game-live-report .c-content .c-live-report {
  margin-bottom: 24px;
}

#c2-game-live-report .c-content .c-modal__close::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: transparent url(/_assets/images/common/ico_close.svg) no-repeat center/contain;
  cursor: pointer;
}

/**
 * F_BF_FG_02_試合戦評 (ゲームレポート)
 */
#c2-game-report .l-game-report {
  margin-bottom: 40px;
}

/**
 * F_BF_FG_01_他球場の試合経過・結果
 */
#d1-game-other-result .game-other-result__bottom {
  margin-top: 45px;
}

#d1-game-other-result .game-other-result__bottom .notice {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

#d1-game-other-result .game-other-result__bottom .icon-box {
  padding: 24px;
  border: 1px solid #000;
}

#d1-game-other-result .game-other-result__bottom .icon-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  list-style: none;
}

#d1-game-other-result .game-other-result__bottom .icon-box__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
}

#d1-game-other-result .game-other-result__bottom .icon-box__list li span {
  margin-left: 6px;
  font-size: 1.4rem;
}

div#n2-ss-2 div.n2-style-abddc8473de87579084f690580d2f54e-dot.n2-active,
div#n2-ss-2 div.n2-style-abddc8473de87579084f690580d2f54e-dot:HOVER,
div#n2-ss-2 div.n2-style-abddc8473de87579084f690580d2f54e-dot:FOCUS {
  background: var(--e-global-color-secondary);
}

div#n2-ss-16 div.n2-style-eeb0a479142d91195840a6ea6c2e9e18-dot.n2-active,
div#n2-ss-16 div.n2-style-eeb0a479142d91195840a6ea6c2e9e18-dot:HOVER,
div#n2-ss-16 div.n2-style-eeb0a479142d91195840a6ea6c2e9e18-dot:FOCUS {
  background: var(--e-global-color-secondary);
}

@media screen and (min-width: 37.5em) {
  body {
    min-width: 1058px;
  }
  .sp-only {
    display: none !important;
  }
  .u-display--sp {
    display: none !important;
  }
  #header-pc .header__menu-link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #header-pc .header__menu-link:hover {
    opacity: .7;
  }
  #header-pc .header__tip a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #header-pc .header__tip a:hover {
    opacity: .7;
  }
  #header-sp {
    display: none;
  }
  #header-sp .header__tip a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #header-sp .header__tip a:hover {
    opacity: .7;
  }
  .pc-header-layout {
    margin-bottom: 104px !important;
  }
  .sp-header-layout {
    display: none;
  }
  .sp-gnav-layout {
    display: none;
  }
  .footer__title {
    padding-top: 40px;
  }
  .footer__logos ul li {
    width: 120px;
  }
  .footer__logos ul li:not(:last-child) {
    margin-right: 16px;
  }
  .footer__logos ul li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .footer__logos ul li a:hover {
    opacity: .7;
  }
  .footer__logo {
    padding: 16px 0;
  }
  .footer__logo img {
    width: 150px;
  }
  .footer__logo a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .footer__logo a:hover {
    opacity: .7;
  }
  .footer-nav {
    padding-top: 40px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .footer-nav__column {
    width: 25%;
  }
  .footer-nav__list-item:not(:first-child) {
    margin-top: 18px;
  }
  .footer-nav__list-item > .footer-nav__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .footer-nav__list-item > .footer-nav__link:hover {
    opacity: .7;
  }
  .footer-nav__list-item > .footer-nav-child__list a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .footer-nav__list-item > .footer-nav-child__list a:hover {
    opacity: .7;
  }
  .footer-nav__link.footer-nav__trigger {
    cursor: pointer;
  }
  .footer__copyright {
    padding-top: 36px;
  }
  #gnav-pc .gnav-child__list.gnav__banner a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #gnav-pc .gnav-child__list.gnav__banner a:hover {
    opacity: .7;
  }
  #gnav-sp {
    display: none;
  }
  .gnav-sp__toggle {
    display: none;
  }
  .gnav__overlay {
    display: none;
  }
  .main {
    margin-top: 144px;
  }
  .l-game-top-info .l-game-top-info-banner a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .l-game-top-info .l-game-top-info-banner a:hover {
    opacity: .7;
  }
  .l-stats__tab .c-tab {
    display: none;
  }
  .l-stats__tab-content {
    padding: 24px 8px;
    display: block;
    width: 322px;
  }
  .l-stats__tab-content#tab-1 .l-stats__inner {
    padding-top: 14px;
  }
  .l-stats__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
  }
  .c-acc__button {
    padding-left: 16px;
    cursor: pointer;
  }
  .c-acc__close {
    cursor: pointer;
  }
  .c-announce-top {
    padding: 24px 86px;
  }
  .c-announce-top__title {
    font-size: 2.2rem;
  }
  .c-announce-top__title span {
    font-size: 1.6rem;
  }
  .c-announce-top__date {
    font-size: 1.6rem;
  }
  .c-announce-top .c-announce-top__player {
    font-size: 1.6rem;
  }
  .c-announce-top .c-announce-top__player a:hover {
    text-decoration: underline;
  }
  .c-announce-entry__list-head {
    font-size: 1.4rem;
  }
  .c-announce-entry__list-head .c-announce-entry__list-item {
    padding: 16px 0;
  }
  .c-announce-entry__day {
    margin-right: 48px;
  }
  .c-announce-entry__entry {
    width: 451px;
  }
  .c-announce-entry__deregistration {
    width: 451px;
    margin-left: 22px;
  }
  .c-announce-entry__player-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-announce-entry__player-name a:hover {
    text-decoration: underline;
  }
  .c-announce-retire__table.c-table table {
    width: 1010px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__date {
    width: 142px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__regist {
    width: 142px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__number {
    width: 80px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__player {
    width: 284px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__position {
    width: 80px;
  }
  .c-announce-retire__table table thead th.c-announce-retire__remarks {
    width: 283px;
  }
  .c-announce-player__content {
    width: 25%;
    position: relative;
    border-bottom: 1px solid #777;
  }
  .c-announce-player__content::before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #777;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-announce-player__content:last-child::after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #777;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-announce-player__player a:hover {
    text-decoration: underline;
  }
  .c-banner__slider .c-banner__list-item {
    width: 322px !important;
    margin-right: 22px;
  }
  .c-banner__slider a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-banner__slider a:hover {
    opacity: .7;
  }
  .c-birthday__item a::after {
    right: 20px;
  }
  .c-birthday__item a {
    padding: 21px 40px 21px 16px;
  }
  .c-birthday__item a:hover {
    color: var(--e-global-color-secondary);
    border-bottom-color: var(--e-global-color-secondary);
  }
  .c-birthday__item a:hover::after {
    border-color: var(--e-global-color-secondary);
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }

  .c-birthday__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-birthday__born {
    margin-left: 32px;
  }
  .c-broadcast-schedule__list-head {
    padding: 8px 16px;
  }
  .c-broadcast-schedule__list-head .c-broadcast-schedule__list-item {
    padding: 0;
  }
  .c-broadcast-schedule__list-body {
    padding: 0px 16px;
  }
  .c-broadcast-schedule__list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    gap: 20px;
  }
  .c-broadcast-schedule__time {
    width: 130px;
  }
  .c-broadcast-schedule__broadcaster {
    width: 240px;
  }
  .c-broadcast-schedule__broadcaster a img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 147px;
  }
  .c-broadcast-schedule__broadcaster a:hover {
    text-decoration: underline;
  }
  .c-broadcast-schedule__broadcaster a:hover img {
    opacity: .7;
  }
  .c-broadcast-schedule__broadcaster-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .c-broadcast-schedule__broadcaster-label {
    display: inline-block;
  }
  .c-broadcast-schedule__remarks {
    width: 568px;
  }
  .c-button__section {
    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;
  }
  .c-button__section .c-button + .c-button {
    margin-left: 16px;
  }
  .c-button {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-button:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .c-button--arrow::after {
    right: 28px;
  }
  .c-button--arrow:hover::after {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
  .c-button--black:hover {
    background: #1A1A1A;
  }
  .c-button-reload {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-reload:hover {
    opacity: .7;
  }
  .c-button-help {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-help:hover {
    opacity: .7;
  }
  .c-button-ticket {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-ticket:hover {
    opacity: .7;
  }
  .c-button-normal {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-normal:hover {
    opacity: .7;
  }
  .c-button-anchor {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-anchor:hover {
    opacity: .7;
  }
  .c-button-mobile {
    display: none;
  }
  .c-button-mobile {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-button-mobile:hover {
    opacity: .7;
  }
  .c-column--2 .c-column__content {
    width: 494px;
  }
  .c-column--3 .c-column__content {
    width: 322px;
  }
  .c-column--4 .c-column__content {
    width: 236px;
  }
  .c-datecontrol {
    margin: 40px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-datecontrol-search {
    margin-top: 5px;
    gap: 24px;
  }
  .c-datecontrol-search select {
    cursor: pointer;
    padding-right: 25px;
  }
  .c-datecontrol-search__button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-datecontrol-search__button:hover {
    opacity: .7;
  }
  .c-detail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 16px 0;
  }
  .c-detail__head .c-label__section {
    margin-left: 35px;
  }
  .c-detail__head .c-detail__title {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .c-detail__head .c-detail__sns {
    margin-left: auto;
  }
  .c-diary__list-item a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-diary__list-item a:hover {
    opacity: .7;
  }
  .c-diary__list-item a {
    padding: 12px 16px 12px 8px;
  }
  .c-diary__list-item a::after {
    right: 24px;
  }
  .c-diary__thumb {
    width: 250px;
    margin-left: 8px;
  }
  .c-diary__thumb + .c-diary__meta {
    width: 670px;
    margin-left: 15px;
    padding-right: 0;
  }
  .c-diary__meta {
    padding-right: 55px;
  }
  .c-diary__date {
    font-size: 1.4rem;
  }
  .c-diary__title {
    font-size: 2rem;
  }
  .c-diary__description {
    font-size: 1.4rem;
  }
  .c-diary-list .c-news__list-item a::after {
    right: 24px;
  }
  .c-diary-list .c-news__list-item a {
    padding: 16px;
  }
  .c-diary-list .c-news__thumb {
    width: 150px;
  }
  .c-diary-list .c-news__thumb + .c-news__meta {
    width: 806px;
    margin-left: 22px;
    padding-right: 25px;
  }
  .c-diary-list .c-news__title {
    font-size: 1.6rem;
    display: inline-block;
  }
  .c-diary-list .c-news__title + .c-tag {
    margin-left: 16px;
    display: inline-block;
  }
  .c-diary-related {
    margin-top: 85px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body {
    padding: 24px 30px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list a:hover {
    text-decoration: underline;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    padding: 8px 56px 0;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-text {
    width: 494px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-image {
    width: 322px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-ticket {
    margin-top: 20px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-ticket .c-button-ticket {
    max-width: 314px;
  }
  .c-link-text:hover {
    text-decoration: underline;
  }
  .c-link-image {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-link-image:hover {
    opacity: .7;
  }
  .c-link-imagetext .c-link__image {
    overflow: hidden;
  }
  .c-link-imagetext .c-link__image img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
  }
  .c-link-imagetext:hover .c-link__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-link-imagetext .c-link__text {
    padding: 16px;
  }
  .c-link-imagetext.type02 .c-link__text {
    padding: 7px 16px;
  }
  .c-link-imagetext.type02 .c-link__text dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-link-imagetext.type02 .c-link__text dd {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .c-link--arrow:hover::after {
    -webkit-transform: translateX(8px) rotate(45deg);
            transform: translateX(8px) rotate(45deg);
  }
  .c-link--arrowBefore:hover::after {
    -webkit-transform: translateX(8px) rotate(45deg);
            transform: translateX(8px) rotate(45deg);
  }
  .c-localnav__trigger--sub::before {
    right: 20px;
  }
  .c-localnav__trigger--sub::after {
    right: 26.5px;
  }
  a.c-localnav__item::after {
    right: 24px;
  }
  .c-media-index {
    padding: 35px 0 20px;
  }
  .c-media-index__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-media-index__content:first-child {
    width: 320px;
    padding-right: 10px;
  }
  .c-media-index__content:last-child {
    border-left: 2px solid var(--e-global-color-secondary);
    width: 688px;
    padding: 5px 0 5px 22px;
  }
  .c-media-index__content dl dt {
    width: 130px;
    font-size: 2rem;
  }
  .c-media-index__content dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 516px;
    margin-left: auto;
  }
  .c-media-index__title {
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .c-media-index__description {
    font-size: 1.6rem;
    width: 366px;
    padding-right: 50px;
  }
  .c-media-index__linklist {
    width: 150px;
    font-size: 1.6rem;
  }
  .c-media-index__link {
    margin-top: 5px;
  }
  .c-media__table a:not(.c-link):hover {
    text-decoration: underline;
  }
  dd > .c-media-index__description a {
    font-size: 1.6rem;
  }
  .c-media-index__linklist li > a {
    font-size: 1.6rem;
  }
  .c-movie__movie iframe, .c-movie__movie video {
    cursor: pointer;
  }
  .c-movie-top__content:first-child {
    width: 580px;
  }
  .c-movie-top__content:last-child {
    width: calc(100% - 580px);
    padding: 40px;
  }
  .c-movie-top__text {
    margin-top: 16px;
  }
  .c-movie-top__link {
    margin-top: auto;
  }
  .c-movie-top__bgtext {
    font-size: 15.7rem;
    bottom: 0;
    right: 0;
  }
  .c-modal__overlay {
    padding: 40px;
  }
  .c-modal__container {
    max-width: 1010px;
  }
  .c-modal__close:hover {
    cursor: pointer;
  }
  .c-modal__close::before {
    font-size: 40px;
  }
  .c-music-list .c-title.c-title--lv2-1 {
    margin-top: 40px;
  }
  .c-music-list__list-head {
    font-size: 1.4rem;
  }
  .c-music-list__list-item {
    gap: 22px;
  }
  .c-music-list__list-studium .c-music-list__category {
    width: 142px;
  }
  .c-music-list__list-studium .c-music-list__music {
    width: 408px;
  }
  .c-music-list__list-studium .c-music-list__meta {
    width: 400px;
  }
  .c-music-list__list-studium .c-music-list__artist {
    width: calc(100% - 156px);
  }
  .c-music-list__list-player .c-music-list__number {
    width: 56px;
  }
  .c-music-list__list-player .c-music-list__player {
    width: 408px;
  }
  .c-music-list__list-player .c-music-list__player a:hover {
    text-decoration: underline;
  }
  .c-music-list__list-player .c-music-list__meta {
    width: 486px;
  }
  .c-music-list__list-player .c-music-list__artist-info {
    width: calc(100% - 156px);
  }
  .c-music-list__meta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
  .c-music-list__itunes {
    width: 134px;
    margin-left: auto;
  }
  .c-navlist__title {
    padding: 22px 52px 22px 16px;
  }
  .c-navlist__item a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-navlist__item a:hover {
    opacity: .7;
  }
  .c-navlist__item a {
    padding: 22px 40px 22px 16px;
  }
  .c-navlist__item a::after {
    right: 20px;
  }
  .c-navlist__item--thumb a {
    padding: 0 40px 0 0;
  }
  .c-navlist__item--thumb .c-navlist__thumb {
    width: 64px;
    min-width: 64px;
  }
  .c-navlist__column {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .c-navlist__column .c-navlist__content {
    width: 494px;
  }
  .c-news__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-news__tab-button {
    min-width: 120px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-news__tab-button:hover:not(.is-current) {
    background: rgba(0, 0, 0, 0.1);
  }
  .c-news__list-item a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-news__list-item a:hover {
    opacity: .7;
  }
  .c-news__list-item a {
    padding: 24px 16px;
  }
  .c-news__list-item a::after {
    right: 40px;
  }
  .c-news__thumb {
    width: 250px;
  }
  .c-news__thumb + .c-news__meta {
    width: 704px;
    margin-left: 24px;
  }
  .c-news__meta {
    padding-right: 55px;
  }
  .c-news__date {
    font-size: 1.8rem;
    margin-top: 4px;
  }
  .c-news__date .c-tag {
    margin-left: 16px;
  }
  .c-news__title {
    font-size: 2.0rem;
  }
  .c-news__more button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-news__more button:hover {
    opacity: .7;
  }
  .c-news-list .c-news__list-item a::after {
    right: 24px;
  }
  .c-news-list .c-news__list-item a {
    padding: 16px 40px 16px 16px;
  }
  .c-news-list .c-news__thumb {
    width: 150px;
  }
  .c-news-list .c-news__thumb + .c-news__meta {
    width: 806px;
    margin-left: 22px;
    padding-right: 25px;
  }
  .c-news-list .c-news__title {
    font-size: 1.6rem;
    display: inline-block;
  }
  .c-news-list .c-news__title + .c-tag {
    margin-left: 16px;
    display: inline-block;
  }
  .c-news-related {
    margin-top: 85px;
  }
  .c-section {
    margin-bottom: 80px;
  }
  .c-sns__icolist li {
    width: 48px;
  }
  .c-sns__icolist li img {
    width: 100%;
    height: auto;
  }
  .c-sns__icolist li:not(:last-child) {
    margin-right: 40px;
  }
  .c-sns__icolist li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-sns__icolist li a:hover {
    opacity: .7;
  }
  .c-sns__blocklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-sns__blocklist li {
    width: 240px;
    margin-left: 16px;
    text-align: center;
  }
  .c-sns__blocklist li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .c-sns__blocklist li:nth-child(n + 5) {
    margin-top: 40px;
  }
  .c-sns__blocklist li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .c-sns__blocklist a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-sns__blocklist a:hover {
    opacity: .7;
  }
  .c-sns__list a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-sns__list a:hover {
    opacity: .7;
  }
  .c-sns__list a::after {
    right: 20px;
  }
  .c-sns__list img {
    width: 48px;
    height: 48px;
    margin-right: 38px;
  }
  .c-supported {
    padding: 40px 0;
  }
  .c-supported__list a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-supported__list a:hover {
    opacity: .7;
  }
  .c-supported__list + .c-supported__list {
    margin-top: 22px;
  }
  .c-supported__list--3 {
    gap: 22px;
  }
  .c-supported__list--3 .c-supported__item {
    width: 322px;
  }
  .c-supported__list--4 {
    gap: 22px;
  }
  .c-supported__list--4 .c-supported__item {
    width: 236px;
  }
  .c-tab__button {
    font-size: 1.4rem;
    padding: 10px;
  }
  .c-title {
    margin-bottom: 40px;
  }
  .c-title.oswald {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
  }
  .c-title.oswald * {
    font-family: inherit;
  }
  .c-title--lv4-1.oswald {
    font-weight: var(--e-global-typography-h4-font-weight);
  }
  .c-title__date {
    margin-bottom: 0;
  }
  .c-game-pager .c-game-pager-item {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-game-pager .c-game-pager-item:hover {
    opacity: .7;
  }
  .c-game-pitcher-list__name em a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-game-pitcher-list__name em a:hover {
    opacity: .7;
  }
  .c-pacificleague-button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-pacificleague-button:hover {
    opacity: .7;
  }
  .c-match-table__pitcher-name a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-match-table__pitcher-name a:hover {
    opacity: .7;
  }
  .c-match-table__score .score-num {
    min-width: 95px;
  }
  .c-pager .c-pager__item {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-pager .c-pager__item:hover {
    opacity: .7;
  }
  .c-player-detail .c-title--lv2-1 {
    margin-bottom: 24px;
  }
  .c-player-detail-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-player-detail-hero__thumb {
    width: 200px;
    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;
  }
  .c-player-detail-hero__thumb img {
    width: 100%;
  }
  .c-player-detail-hero__meta {
    width: 500px;
  }
  .c-player-detail-hero__meta-content {
    gap: 26px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 100%;
  }
  .c-player-detail-hero__number {
    font-size: 7rem;
  }
  .c-player-detail-hero__player-name {
    font-size: 2.8rem;
    line-height: 1.44;
  }
  .c-player-detail-hero__player-kana {
    font-size: 1.2rem;
  }
  .c-player-detail-profile__tab {
    gap: 11px;
  }
  .c-player-detail-profile__tab-button:hover:not(.is-current) {
    opacity: .7;
  }
  .c-player-detail-profile__item {
    gap: 22px;
  }
  .c-player-detail-profile__title {
    width: 120px;
    padding-left: 8px;
  }
  .c-player-detail-profile__meta {
    width: 352px;
  }
  .c-player-detail-profile__table table.by-match {
    width: 100%;
  }
  .c-player-detail-profile__table table.by-match thead th {
    width: calc(908px / 14);
  }
  .c-player-detail-profile__table table.by-match thead th:first-child {
    width: 102px;
  }
  .c-player-detail-profile__table table.by-year {
    width: 100%;
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher thead th {
    width: calc(844px / 20);
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher thead th:first-child {
    width: 102px;
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter thead th {
    width: calc(908px / 20);
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter thead th:first-child {
    width: 102px;
  }
  .c-player-detail-profile__table table.by-condition {
    width: 100%;
  }
  .c-player-detail-wintitle__item {
    gap: 22px;
  }
  .c-player-detail-wintitle__title {
    width: 120px;
    padding-left: 8px;
  }
  .c-player-detail-wintitle__meta {
    width: 868px;
  }
  .c-player-detail-thememusic__item {
    gap: 22px;
  }
  .c-player-detail-thememusic__title {
    width: 120px;
    padding-left: 8px;
  }
  .c-player-detail-thememusic__meta {
    width: 868px;
  }
  .c-player-detail-thememusic__meta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
  .c-player-detail-thememusic__artist-info {
    width: calc(100% - 156px);
  }
  .c-player-detail-thememusic__itunes {
    width: 134px;
    margin-left: auto;
  }
  .c-player-detail-update__link::after {
    right: 24px;
  }
  .c-player-detail-update__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-player-detail-update__link:hover {
    opacity: .7;
  }
  .c-player-detail-update__link {
    padding: 18px 40px 18px 30px;
  }
  .c-player-detail-relatedmovie__caption {
    font-size: 1.4rem;
    padding: 8px 0 0 0;
  }
  .c-player-detail-relatedmovie__more {
    margin-top: 24px;
  }
  .c-player-detail-relatedmovie__more button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-player-detail-relatedmovie__more button:hover {
    opacity: .7;
  }
  .c-player-detail-photogallery__content a {
    overflow: hidden;
  }
  .c-player-detail-photogallery__content a img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
  }
  .c-player-detail-photogallery__content a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-player-detail-photogallery__caption {
    font-size: 1.4rem;
    padding: 8px 0 0 0;
  }
  .c-player-detail-photogallery__more {
    margin-top: 24px;
  }
  .c-player-detail-photogallery__more button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-player-detail-photogallery__more button:hover {
    opacity: .7;
  }
  .c-player-directory__control {
    gap: 15px;
    margin: 0 auto 16px;
  }
  .c-player-directory__control-button {
    width: 190px;
  }
  .c-player-directory__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 16px;
  }
  .c-player-directory__item {
    width: 322px;
  }
  .c-player-directory__link::after {
    right: 20px;
  }
  .c-player-directory__link:hover {
    border-bottom-color: var(--e-global-color-secondary);
  }
  .c-player-directory__link:hover::after {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
    border-color: var(--e-global-color-secondary);
  }
  .c-player-directory__link:hover .c-player-directory__number, .c-player-directory__link:hover .c-player-directory__name {
    color: var(--e-global-color-secondary);
  }
  .c-player-directory__meta {
    width: 250px;
  }
  .c-player-directory__control > .c-player-directory__control-button a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7px 16px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-vs-team-logo {
    margin: 0 auto;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-vs-team-text {
    text-align: center;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status--before {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-month .c-calendar-month-vs a.c-calendar-month-vs-status--before:hover {
    opacity: .7;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score:hover {
    opacity: .7;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button a:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs {
    width: 260px;
    border-right: 1px solid #4B4B4B;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status--before {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-list-game-vs-teams-result-status--before:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column .c-calendar-list-game-vs-players-column-body a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-column .c-calendar-list-game-vs-players-column-body a:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item .c-responsible-pitcher a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-players-responsible-pitcher__item .c-responsible-pitcher a:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-title a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-title a:hover {
    opacity: .7;
  }
  .c-calendar-list .c-calendar-list-game-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-calendar-list .c-calendar-list-game-free p {
    display: inline-block;
    width: 268px;
  }
  .c-question-text a,
  .c-question-text .c-modal__trigger {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-question-text a:hover,
  .c-question-text .c-modal__trigger:hover {
    opacity: .7;
  }
  .c-live-report-buttons__change .button-change:hover span:not(.is-on) {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .c-live-report-history__button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-live-report-history__button:hover {
    opacity: .7;
  }
  .c-live-report-team-data__player-list__button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-live-report-team-data__player-list__button:hover {
    opacity: .7;
  }
  .c-live-report-team-data__player-performance .performance-contents .performance-today {
    height: auto !important;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score span {
    min-width: 55px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score em {
    min-width: 55px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher__name a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher__name a:hover {
    opacity: .7;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-game-buttons .c-game-info-jumbotron-game-button a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-game-buttons .c-game-info-jumbotron-game-button a:hover {
    opacity: .7;
  }
  .c-table-flexible .c-table-flexible-scroll-wrapper table thead th a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-table-flexible .c-table-flexible-scroll-wrapper table thead th a:hover {
    opacity: .7;
  }
  .c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-table-flexible .c-table-flexible-scroll-wrapper .c-table-flexible-player-name > a:hover {
    opacity: .7;
  }
  .c-hottopics__inner {
    margin: 0 auto;
  }
  .c-hottopics__list {
    row-gap: 16px;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .c-hottopics__list-item {
    width: 494px;
  }
  .c-hottopics__link::after {
    right: 20px;
  }
  .c-hottopics__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  .c-hottopics__link:hover {
    opacity: .7;
  }
  .c-hottopics__text {
    font-size: 1.6rem;
  }
  .c-hottopics-slider__list .c-hottopics-slider__list-item {
    width: 150px !important;
    margin-right: 22px;
  }
  .c-hottopics-slider__list .slick-list {
    padding: 0 12px;
  }
  .c-hottopics-slider__thumb {
    width: 150px;
    height: 150px;
  }
  .c-hottopics-slider__text {
    font-size: 1.6rem;
    padding: 10px;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-score span {
    min-width: 75px;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-score em {
    min-width: 75px;
  }
  #c1-game-top .game .game-vs__starting-pitcher__name a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #c1-game-top .game .game-vs__starting-pitcher__name a:hover {
    opacity: .7;
  }
  #c1-game-top .game .game-vs__standings a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #c1-game-top .game .game-vs__standings a:hover {
    opacity: .7;
  }
  #c1-game-top .game-top-member-table a.game-top-member-table-player {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #c1-game-top .game-top-member-table a.game-top-member-table-player:hover {
    opacity: .7;
  }
  #c3-standings-results .standings-results-table-logo a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
  }
  #c3-standings-results .standings-results-table-logo a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 37.4375em) {
  .pc-only {
    display: none !important;
  }
  .u-display--pc {
    display: none !important;
  }
  .u-slider-dots {
    padding: 0 10px;
  }
  #header-pc {
    display: none;
  }
  .pc-header-layout {
    display: none;
  }
  .pc-gnav-layout {
    display: none;
  }
  .sp-header-layout {
    margin-bottom: 36px !important;
  }
  .footer__logos ul li.logo-ptv {
    width: 55px;
  }
  .footer-nav__column {
    padding: 0 30px;
  }
  #gnav-pc.gnav {
    display: none;
  }
  .l-report {
    margin-bottom: 25px;
  }
  .l-report-contents {
    margin-top: 25px;
  }
  .l-report .c-game-pager {
    margin-bottom: 32px;
  }
  .l-game-report {
    padding-right: 30px;
    padding-left: 30px;
  }
  .l-game-report__box-column {
    display: block;
  }
  .l-game-report figure {
    width: 100%;
  }
  .l-game-report figure:not(:first-child) {
    margin-top: 2px;
  }
  .l-game-report figure figcaption {
    margin-bottom: 20px;
    width: 100%;
  }
  .l-calendar .c-question-text {
    padding-left: 30px;
  }
  .l-calendar .c-pager.c-pager--month {
    margin-top: 50px;
  }
  .l-stats .c-title {
    margin-bottom: 24px;
  }
  .l-stats .c-button-normal {
    width: 206px;
  }
  .l-stats__tab-content {
    padding: 24px 11px;
  }
  .l-stats__contents {
    padding: 0 19px;
  }
  .l-stats__box-title {
    margin-bottom: 20px;
  }
  .l-stats__box-contents .c-tab__button {
    width: 29.29936%;
  }
  .l-stats__box > .c-button-normal {
    width: 142px;
  }
  .c-announce-top .c-announce-top__player:last-child {
    width: 100%;
    margin-left: 16px;
  }
  .c-announce-top .c-announce-top__player a {
    font-size: 1.4rem;
  }
  .c-announce-entry__list {
    margin: 0 30px;
  }
  .c-announce-entry__player-tag {
    width: 100%;
    margin-bottom: 4px;
  }
  .c-announce-entry__player-number {
    width: 30px;
    margin-right: 0;
  }
  .c-announce-entry__player-name {
    width: calc(100% - 30px);
  }
  .c-announce-entry__notice {
    margin: 8px 30px 0;
  }
  .c-announce-regist__notice {
    margin: 8px 30px 0;
  }
  .c-announce-retire__table table thead th {
    padding: 20px 8px;
  }
  .c-announce-retire__notice {
    margin: 8px 30px 0;
  }
  .c-announce-player__column {
    margin: 0 30px;
  }
  .c-announce-player__content {
    width: 100%;
    border: 1px solid #777;
    border-top: none;
  }
  .c-announce-player__notice {
    margin: 8px 30px 0;
  }
  .c-birthday .c-datecontrol-search__select {
    margin-left: auto;
  }
  .c-birthday .c-pager .c-datecontrol-search__select {
    margin-left: 0;
  }
  .c-birthday__born {
    margin-top: 6px;
  }
  .c-breadcrumb {
    margin: 64px 30px 40px;
  }
  .c-broadcast-schedule__broadcaster-label {
    margin-bottom: 4px;
  }
  .c-button {
    min-width: auto;
    width: 100%;
  }
  .c-button--small {
    width: auto;
  }
  .c-button--large {
    padding-left: 20px;
  }
  .c-button-ticket {
    max-width: 270px;
    font-size: 1.3rem;
    padding: 12px 0;
    margin: 0 auto;
    height: auto;
    border-radius: 60px;
  }
  .c-button-ticket i {
    width: 22px;
    height: 22px;
  }
  .c-button-anchor {
    max-width: 322px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-column--sp2 {
    gap: 1px;
  }
  .c-column--sp2 .c-column__content {
    width: calc(50% - 0.5px);
  }
  .c-column--sp2 .c-column__content:nth-child(even) {
    position: relative;
  }
  .c-column--spnospace {
    gap: 0px;
  }
  .c-datecontrol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-datecontrol-current + .c-datecontrol-search {
    margin-left: 0;
  }
  .c-datecontrol-search__checkbox span {
    font-size: 1.5rem;
  }
  .c-datecontrol-search__select {
    min-width: 44px;
  }
  .c-datecontrol-search__notice + .c-datecontrol-search {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .c-datecontrol-search__button + .c-datecontrol-search__select {
    margin-left: auto;
  }
  .c-detail__head .c-detail__date {
    margin-bottom: 12px;
  }
  .c-detail__body {
    padding: 0 30px;
  }
  .c-detail__body .c-title--lv3-2 {
    padding: 0 0px 10px;
  }
  .c-detail__body .c-column {
    margin-bottom: 40px;
  }
  .c-diary-kv__description {
    padding: 0 30px;
  }
  .c-diary__list {
    padding: 0 30px;
  }
  .c-diary__list--hasthumb .c-diary__list-item a {
    padding-right: 0;
  }
  .c-diary__back {
    margin-right: 16px;
  }
  .c-event__calendar .c-calendar-month {
    margin-left: 0;
    border-left: none;
  }
  .c-event__calendar .c-calendar-month .c-calendar-month-day {
    border-right: none;
  }
  .c-event__calendar .c-calendar-month .c-calendar-month-free {
    margin-top: 4px;
  }
  .c-event__calendar .c-calendar-month .c-calendar-month-free p + p {
    margin-top: 8px;
  }
  .c-event__calendar .c-calendar-list .c-calendar-list-day-body .c-event__calendar-list-image {
    width: 100%;
  }
  .c-link-imagetext.type03 .c-link__text {
    padding: 16px 30px;
  }
  .c-localnav > ul > li > ul > li > .c-localnav__item {
    padding-left: 30px;
  }
  .c-localnav > ul > li > ul > li > ul > li > .c-localnav__item {
    padding-left: 44px;
  }
  .c-localnav > ul > li > ul > li > ul > li > ul > li > .c-localnav__item {
    padding-left: 58px;
  }
  .c-localnav__trigger.c-localnav__trigger--main {
    font-size: 2.4rem;
    padding: 22px 35px;
  }
  .c-media-index__content:last-child {
    border-top: 2px solid var(--e-global-color-secondary);
    margin-top: 10px;
    padding-top: 12px;
  }
  .c-media-index__content dl dt .c-list {
    font-size: 1.2rem;
  }
  .c-media-index__title {
    text-align: center;
  }
  .c-media-index__linklist {
    margin-top: 16px;
  }
  .c-media__notice {
    padding: 0 30px;
  }
  .c-media__table th {
    width: 33.33333%;
    padding-right: 10px;
  }
  .c-media__table td {
    width: 66.66667%;
    padding: 20px 16px;
  }
  .c-movie-top__bgtext {
    left: 20px;
    bottom: 0;
    width: calc(100% - 20px);
  }
  .c-music-list__list {
    margin: 0 30px;
  }
  .c-music-list__list-player .c-music-list__list-item {
    gap: 4.68227%;
  }
  .c-music-list__itunes {
    margin-top: 8px;
  }
  .c-navlist__column {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
  .c-navlist__column .c-navlist__content {
    width: calc(50% - 0.5px);
  }
  .c-navlist__column .c-navlist__content:nth-child(even) {
    position: relative;
    margin-left: -0.5px;
  }
  .c-navlist__column .c-navlist__content:nth-child(even)::before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -0.5px;
    background: #777;
    z-index: 1;
  }
  .c-news__tab {
    overflow-x: auto;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .c-news__tab-button {
    white-space: nowrap;
  }
  .c-news__button {
    padding: 0 30px;
  }
  .c-news__back {
    margin-right: 16px;
  }
  .c-sns__icolist {
    text-align: center;
  }
  .c-sns__icolist li {
    width: 33%;
  }
  .c-sns__icolist li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .c-sns__icolist li a {
    display: inline-block;
  }
  .c-sns__icolist li img {
    width: 48px;
    height: auto;
  }
  .c-sns__blocklist li {
    text-align: center;
  }
  .c-sns__blocklist li:not(:first-child) {
    margin-top: 40px;
  }
  .c-title--lv3-2 {
    padding: 0 30px 10px;
  }
  .c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button {
    width: 21.33333%;
    margin-left: 2.13333%;
    font-size: 1.4rem;
    line-height: 1.1429;
  }
  .c-game-tabs .c-game-tabs-tab .c-game-tabs-tab-button:first-child {
    margin-left: 4.26667%;
  }
  .c-game-date {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .c-game-pager .c-game-pager-item--center {
    width: 37.86667%;
    margin: 0 2.13333%;
  }
  .c-game-pager .c-game-pager-item--prev, .c-game-pager .c-game-pager-item--next {
    width: 18.66667%;
  }
  .c-game-pager .c-game-pager-item--prev {
    text-align: left;
  }
  .c-game-pager .c-game-pager-item--next {
    text-align: right;
  }
  .c-game-series__text {
    font-size: 1.4rem;
  }
  .c-game-match {
    font-size: 2rem;
  }
  .c-score-board {
    max-width: 374px;
    padding: 0 5px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-logo {
    width: 28px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell {
    height: 37px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell img {
    height: auto;
  }
  .c-score-board .c-score-board-table .c-score-board-table-logo .c-score-board-table-logo-cell:first-child {
    height: 24px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-wrapper {
    width: calc(100% - 28px - 72px);
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-header {
    font-size: 1rem;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-header .c-score-board-table-score-header-cell {
    width: 22px;
    height: 24px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-body {
    font-size: 1.6rem;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-body .c-score-board-table-score-body-cell {
    width: 22px;
    height: 37px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result {
    width: 72px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header {
    font-size: 1rem;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell {
    height: 24px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell:first-child {
    width: 42px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-header .c-score-board-table-score-result-header-cell:last-child {
    width: calc(100% - 42px);
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body {
    font-size: 1.6rem;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell {
    height: 37px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell:first-child {
    width: 42px;
  }
  .c-score-board .c-score-board-table .c-score-board-table-score-result .c-score-board-table-score-result-body .c-score-board-table-score-result-body-cell:last-child {
    width: calc(100% - 42px);
  }
  .c-score-board .c-score-board-footer {
    margin-top: 8px;
  }
  .c-score-board .c-score-board-footer .c-score-board-footer-column:nth-child(1) {
    width: 100%;
  }
  .c-score-board .c-score-board-footer .c-score-board-footer-column:nth-child(2) {
    width: 100%;
  }
  .c-score-board .c-score-board-footer .c-score-board-footer-column + .c-score-board-footer-column {
    margin-top: 27px;
  }
  .c-score-board .c-score-board-about {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .c-game-team-tabs .c-game-team-tabs-tab .c-game-team-tabs-tab-button {
    width: calc(50% - 30px);
    margin: 0 9px;
    font-size: 1.5rem;
  }
  .c-game-pitcher-list {
    padding: 0 30px;
  }
  .c-game-pitcher-list__column {
    width: 100%;
  }
  .c-game-pitcher-list__column + .c-game-pitcher-list__column {
    margin-top: 16px;
  }
  .c-game-detail {
    padding: 0 30px;
  }
  .c-game-detail__column + .c-game-detail__column {
    margin-top: 40px;
  }
  .c-game-detail__header {
    width: 100%;
  }
  .c-game-detail__data {
    width: 100%;
    padding-left: 0;
    margin-top: 28px;
  }
  .c-game-other-result__title {
    padding: 5px 38px;
  }
  .c-game-other-result__info {
    padding: 0 30px;
  }
  .c-game-other-result__lead {
    padding: 0 30px;
  }
  .c-game-other-result__data {
    margin-top: 24px;
  }
  .c-game-other-result__data .c-game-pitcher-list + .c-game-detail {
    margin: 44px 30px 0;
    padding-right: 0;
    padding-left: 0;
  }
  .c-pacificleague-button {
    max-width: 322px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pacificleague-button span {
    font-size: 1.2rem;
    padding-right: 25px;
    line-height: 2.25;
  }
  .c-pacificleague-button span img {
    height: 21px;
  }
  .c-match-table {
    min-height: 343px;
  }
  .c-match-table .c-button-reload {
    top: 12px;
    right: 12px;
  }
  .c-match-table__inner {
    padding-top: 70px;
  }
  .c-match-table__column {
    width: 45.86667%;
  }
  .c-match-table__center {
    bottom: 135px;
  }
  .c-match-table__title {
    margin-bottom: 6px;
    font-size: 1.1rem;
  }
  .c-match-table__title .turn {
    font-size: 0.9rem;
  }
  .c-match-table__team {
    margin-bottom: 46px;
    max-width: 64px;
    max-height: 64px;
    width: 37.2093%;
    font-size: 1rem;
  }
  .c-match-table__team span {
    padding: 0 3px;
  }
  .c-match-table__label {
    font-size: 0.9rem;
  }
  .c-match-table__label--home {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .c-match-table__label--visitor {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .c-match-table__pitcher-notice {
    margin-bottom: 9px;
    font-size: 1rem;
  }
  .c-match-table__pitcher-image {
    max-width: 30px;
    width: 17.44186%;
  }
  .c-match-table__pitcher-name {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .c-match-table__status--before .status {
    font-size: 1rem;
  }
  .c-match-table__status--before .time {
    font-size: 3.1rem;
  }
  .c-match-table__status--before .vs {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .c-match-table__status--after .status {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .c-match-table__status--cancel .status {
    margin-bottom: 35px;
    font-size: 2rem;
  }
  .c-match-table__status--nogame .status {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .c-match-table__status--stop .status {
    margin-bottom: 10px;
    padding: 3px 5px;
    font-size: 1.6rem;
  }
  .c-match-table__score {
    margin-bottom: 42px;
  }
  .c-match-table__score .score-num {
    font-size: 4.8rem;
    min-width: 50px;
  }
  .c-match-table__score .score-hyphen {
    margin-right: 1.86667%;
    margin-left: 1.86667%;
    width: 15px;
    height: 6px;
  }
  .c-match-table__rank {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .c-match-table__rank .slash {
    margin: 0 6px;
  }
  .c-match-table__issue-title {
    font-size: 1rem;
  }
  .c-match-table__issue-results {
    font-size: 1rem;
  }
  .c-match-table-place {
    margin-top: 5px;
    font-size: 1rem;
  }
  .c-pager {
    gap: 12px;
  }
  .c-pager .c-pager__item--center {
    width: 37.86667%;
  }
  .c-pager .c-pager__item--prev, .c-pager .c-pager__item--next {
    width: 10.66667%;
  }
  .c-pager .c-pager__item--prev {
    text-align: left;
  }
  .c-pager .c-pager__item--next {
    text-align: right;
  }
  .c-pager--month .c-pager__item--center {
    width: 37.86667%;
    margin: 0 2.13333%;
  }
  .c-player-detail .c-datecontrol-search__select {
    margin-left: auto;
  }
  .c-player-detail-hero {
    background: none !important;
  }
  .c-player-detail-hero__thumb {
    width: 45.86667%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .c-player-detail-hero__meta {
    position: relative;
    margin-top: 10px;
  }
  .c-player-detail-hero__meta-content {
    width: 100%;
    background: none !important;
  }
  .c-player-detail-profile__tab {
    padding: 0 16px;
  }
  .c-player-detail-profile__tab-button {
    width: 25%;
    font-size: 1.4rem;
    line-height: 1.1429;
    padding: 7px 4px;
  }
  .c-player-detail-profile__tab-button:first-child {
    font-size: 1.2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-player-detail-profile__list {
    padding: 0 8px;
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-pitcher {
    width: 1004px;
  }
  .c-player-detail-profile__table table.by-year.c-player-detail-profile__table-batter {
    width: 940px;
  }
  .c-player-detail-profile__table table.by-condition .logo {
    margin: 0 -5px;
  }
  .c-player-detail-profile__cpation {
    margin-top: 15px;
    padding: 0 30px;
  }
  .c-player-detail-wintitle__list {
    margin: 0 8px;
  }
  .c-player-detail-thememusic__list {
    margin: 0 8px;
  }
  .c-player-detail-thememusic__itunes {
    margin-top: 8px;
  }
  .c-player-detail-relatedmovie__content {
    margin-bottom: 24px;
  }
  .c-player-detail-relatedmovie__caption {
    padding: 4px 4px 0 4px;
  }
  .c-player-detail-photogallery__caption {
    padding: 4px 4px 0 4px;
  }
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated .c-player-detail-profile__cpation {
    margin: 0 -10px;
  }
  .c-player-directory__item:first-child .c-player-directory__link {
    padding-top: 0;
  }
  .c-player-directory__item > .c-player-directory__link {
    padding: 20px 40px 8px 30px;
  }
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated .c-player-directory__list {
    margin: 0 -10px;
  }
  .c-calendar-month .c-calendar-month-day {
    width: 100%;
    min-height: 40px;
    padding: 20px 30px 20px;
  }
  .c-calendar-month .c-calendar-month-day--holiday {
    padding: 8px 30px;
  }
  .c-calendar-month .c-calendar-month-day .c-calendar-month-day-text {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-calendar-month .c-calendar-month-day .c-calendar-month-day-label {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-team .c-calendar-month-text {
    text-align: left;
    margin-top: 4px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status--before {
    font-size: 1.4rem;
    max-width: none;
    max-width: calc(270px - 100px);
    top: 30px;
    margin-top: -5px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status .c-calendar-month-vs-status-inning {
    margin-top: 8px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-status .c-calendar-month-vs-status-time {
    font-size: 1.7rem;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams {
    max-width: 270px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-team {
    width: 50px;
    height: 50px;
    margin-top: 4px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score {
    font-size: 4rem;
    line-height: 1;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score em {
    font-size: 5.6rem;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score em.alpha {
    margin-right: -10px;
    margin-left: -28px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score i {
    padding: 0 22px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score i::after {
    width: 13px;
    height: 3px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-score--draw {
    font-size: 5.6rem;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-teams .c-calendar-month-vs-teams-result .c-calendar-month-vs-teams-result-status {
    font-size: 1.8rem;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button {
    margin-top: 15px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button a {
    height: 40px;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-pacificleaguetv-button a img {
    height: 26px;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-players {
    margin-top: 17px;
    margin-bottom: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-calendar-month .c-calendar-month-vs .c-calendar-month-vs-players .c-calendar-month-vs-player {
    padding: 3px 0;
  }
  .c-calendar-month .c-calendar-month-text {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-month .c-calendar-month-free {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .c-calendar-month .c-calendar-month-free img + p {
    margin-top: 16px;
  }
  .c-calendar-month .c-calendar-month-free p + p {
    margin-top: 16px;
  }
  .c-calendar-month .c-calendar-month-free p + img {
    margin-top: 16px;
  }
  .c-calendar-month .c-calendar-month-ticket {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-list .c-calendar-list-header .c-calendar-list-header-container .c-calendar-list-day-text {
    width: 50px;
  }
  .c-calendar-list .c-calendar-list-game-wrapper {
    padding: 0 30px;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs {
    max-width: 226px;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-status {
    right: 0;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-inning {
    right: 0;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-pacificleague-button {
    max-width: 203px;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-pacificleague-button img {
    margin-bottom: -8px;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players {
    border-top: 1px solid #4B4B4B;
    font-size: 1.4rem;
    line-height: 1.167;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-title {
    width: 56px;
    margin-right: 0;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-title span {
    display: block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-body {
    width: calc(100% - 56px);
    padding-left: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name {
    width: 100%;
    margin-right: 0;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name + .c-calendar-list-game-vs-home-run-name {
    margin-top: 4px;
  }
  .c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs-players .c-calendar-list-game-vs-home-run .c-calendar-list-game-vs-home-run-name .c-calendar-list-game-vs-home-run-name-body {
    padding-left: 12px;
  }
  .c-calendar-list .c-calendar-list-game-free {
    width: 100%;
    font-size: 1.2rem;
  }
  .c-calendar-list .c-calendar-list-game-free + .c-calendar-list-game-ticket {
    margin-top: 18px;
  }
  .c-calendar-list .c-calendar-list-game-free img + p {
    margin-top: 16px;
  }
  .c-calendar-list .c-calendar-list-game-free p + p {
    margin-top: 16px;
  }
  .c-calendar-list .c-calendar-list-game-free p + img {
    margin-top: 16px;
  }
  .c-calendar-list .c-calendar-list-game-ticket {
    width: 100%;
    padding: 0 20px;
  }
  .c-calender-game-schedule {
    margin: 0 auto;
    padding: 16px 30px;
    width: 100%;
  }
  .c-calender-game-schedule__header {
    padding: 4px;
  }
  .c-calender-game-schedule__header .month {
    font-size: 1.4rem;
  }
  .c-calender-game-schedule__arrow.prev {
    left: 0;
  }
  .c-calender-game-schedule__arrow.next {
    right: 0;
  }
  .c-calender-game-schedule__week th {
    padding: 7px 0;
    font-size: 1.1rem;
  }
  .c-calender-game-schedule__week th:not(:first-child) {
    border-left-width: 1px;
  }
  .c-calender-game-schedule__table {
    border: none;
  }
  .c-calender-game-schedule__table td {
    padding: 3px 2px 2px;
    border-width: 1px;
  }
  .c-calender-game-schedule__table td .day {
    font-size: 1.2rem;
  }
  .c-calender-game-schedule__category {
    margin-top: 16px;
  }
  .c-calender-game-schedule__category li:not(:first-child) {
    margin-left: 24px;
  }
  .c-calender-game-schedule__category li .box {
    font-size: 1.2rem;
  }
  .c-responsible-pitcher {
    font-size: 1.2rem;
    padding-right: 30px;
  }
  .c-question-text {
    padding-left: 30px;
  }
  .c-report-title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-report-bench__title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-report-bench__content {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .c-report-table table tr {
    border-top: none;
  }
  .c-report-table table tr th, .c-report-table table tr td {
    display: block;
    border-top: 1px solid #707070;
  }
  .c-report-table table tr th {
    padding: 18px;
    width: 100%;
  }
  .c-report-table table tr td {
    padding: 16px 30px;
  }
  .c-report-table table .c-report-table--bg-gray {
    width: 100%;
  }
  .c-report-table table .c-report-table-out {
    margin-top: 0;
  }
  .c-report-table table .c-report-table-team-score {
    max-width: none;
    width: 100%;
  }
  .c-report-table table .c-report-table-team-score__team {
    font-size: 1rem;
  }
  .c-report-table table .c-report-table-team-score__team span {
    padding-right: 10px;
  }
  .c-report-table table .c-report-table-team-score__num .score-num {
    line-height: 1.4;
    min-width: 55px;
    text-align: center;
  }
  .c-report-table table .c-report-table-team-score__num .score-hyphen {
    margin: 0 14px;
  }
  .c-live-report {
    border-right: none;
    border-left: none;
  }
  .c-live-report-title {
    padding: 10px;
    font-size: 1.8rem;
  }
  .c-live-report-box {
    padding: 11px;
    height: 535px;
  }
  .c-live-report-box.is-pitch .c-live-report-base {
    left: 0;
  }
  .c-live-report-box.is-pitch .c-live-report-batter-box {
    top: 52px;
    right: -20px;
  }
  .c-live-report-box.is-pitch .c-live-report-batter-box.batter-left {
    left: -20px;
  }
  .c-live-report-box__center {
    bottom: 40px;
  }
  .c-live-report-box__status {
    top: 170px;
  }
  .c-live-report-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-live-report-buttons__change {
    margin-top: 13px;
    margin-right: 0;
  }
  .c-live-report-history {
    top: 120px;
    z-index: 10;
  }
  .c-live-report-history__button {
    margin-bottom: 20px;
  }
  .c-live-report-base {
    width: 78px;
    top: 180px;
    right: 3px;
  }
  .c-live-report-base__bg {
    margin-bottom: 20px;
    height: 75px;
    background-size: 97px auto;
    background-position: center 18px;
  }
  .c-live-report-base__bg .base-ball {
    width: 8px;
    padding: 0.5em 0;
    height: calc(8px + 0.5em + 0.66px);
  }
  .c-live-report-base__bg .base {
    width: 9.5px;
    height: 9.5px;
  }
  .c-live-report-base__bg .base.base-first {
    top: 40px;
    right: 17px;
  }
  .c-live-report-base__bg .base.base-second {
    top: 24px;
  }
  .c-live-report-base__bg .base.base-third {
    top: 40px;
    left: 17px;
  }
  .c-live-report-base__bg .base--hawks {
    -webkit-box-shadow: 0px 0px 5px 1px #fcc800;
            box-shadow: 0px 0px 5px 1px #fcc800;
  }
  .c-live-report-base__bg .base--fighters {
    -webkit-box-shadow: 0px 0px 5px 1px #006298;
            box-shadow: 0px 0px 5px 1px #006298;
  }
  .c-live-report-base__bg .base--eagles {
    -webkit-box-shadow: 0px 0px 5px 1px #870011;
            box-shadow: 0px 0px 5px 1px #870011;
  }
  .c-live-report-base__bg .base--lions {
    -webkit-box-shadow: 0px 0px 5px 1px #041f45;
            box-shadow: 0px 0px 5px 1px #041f45;
  }
  .c-live-report-base__bg .base--marines {
    -webkit-box-shadow: 0px 0px 5px 1px #7d7d7d;
            box-shadow: 0px 0px 5px 1px #7d7d7d;
  }
  .c-live-report-base__bg .base--buffaloes {
    -webkit-box-shadow: 0px 0px 5px 1px #B8A536;
            box-shadow: 0px 0px 5px 1px #B8A536;
  }
  .c-live-report-base__bg .base--giants {
    -webkit-box-shadow: 0px 0px 5px 1px #e37f30;
            box-shadow: 0px 0px 5px 1px #e37f30;
  }
  .c-live-report-base__bg .base--swallows {
    -webkit-box-shadow: 0px 0px 5px 1px #10338a;
            box-shadow: 0px 0px 5px 1px #10338a;
  }
  .c-live-report-base__bg .base--dena {
    -webkit-box-shadow: 0px 0px 5px 1px #00408e;
            box-shadow: 0px 0px 5px 1px #00408e;
  }
  .c-live-report-base__bg .base--dragons {
    -webkit-box-shadow: 0px 0px 5px 1px #1eb2e9;
            box-shadow: 0px 0px 5px 1px #1eb2e9;
  }
  .c-live-report-base__bg .base--tigers {
    -webkit-box-shadow: 0px 0px 5px 1px #ffe100;
            box-shadow: 0px 0px 5px 1px #ffe100;
  }
  .c-live-report-base__bg .base--carp {
    -webkit-box-shadow: 0px 0px 5px 1px #bd271e;
            box-shadow: 0px 0px 5px 1px #bd271e;
  }
  .c-live-report-base__bg .base--other {
    -webkit-box-shadow: 0px 0px 5px 1px #000000;
            box-shadow: 0px 0px 5px 1px #000000;
  }
  .c-live-report-base__bg .base-name {
    width: 40px;
    font-size: 1vw;
  }
  .c-live-report-base__bg .base-name.base-name-first {
    top: 55px;
    right: -11px;
  }
  .c-live-report-base__bg .base-name.base-name-second {
    bottom: 57px;
  }
  .c-live-report-base__bg .base-name.base-name-third {
    top: 55px;
    left: -11px;
  }
  .c-live-report-base__play {
    margin: 0;
    padding: 4px;
    font-size: 1rem;
  }
  .c-live-report-batter-box {
    width: 120px;
    top: 65px;
    left: -20px;
  }
  .c-live-report-batter-box.batter-left {
    right: -20px;
  }
  .c-live-report-team-data__visitor .c-live-report-team-data__header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-live-report-team-data__visitor .c-live-report-team-data__player-list__contents {
    right: 10px;
  }
  .c-live-report-team-data__header .header-logo {
    margin: 0 4px;
    width: 35px;
    height: 35px;
  }
  .c-live-report-team-data__inner {
    padding: 10px 4px;
  }
  .c-live-report-team-data__table {
    table-layout: auto;
  }
  .c-live-report-team-data__table th {
    padding: 2px 6px;
    font-weight: normal;
  }
  .c-live-report-team-data__table td {
    padding: 0 6px;
    font-size: 1.6rem;
  }
  .c-live-report-team-data__player-list {
    position: static;
  }
  .c-live-report-team-data__player-profile {
    display: block;
  }
  .c-live-report-team-data__player-profile .profile-contents:not(:first-child) {
    margin-top: 5px;
  }
  .c-live-report-team-data__player-profile .profile-contents .position-label {
    width: auto;
    font-size: 1.3rem;
  }
  .c-live-report-team-data__player-profile .profile-contents .position-label:not(:first-child) {
    margin-left: 4px;
  }
  .c-live-report-team-data__player-profile .profile-contents .number {
    margin: 0 8px;
    font-size: 1.2rem;
  }
  .c-live-report-team-data__player-profile .profile-contents .name {
    font-size: 1.3rem;
  }
  .c-live-report-team-data__player-performance {
    margin-top: 8px;
    display: block;
  }
  .c-live-report-team-data__player-performance .thumbnail {
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .c-live-report-team-data__player-performance .performance-contents {
    margin-top: 8px;
  }
  .c-live-report-team-data__player-performance .performance-contents .performance-today {
    gap: 4px;
  }
  .c-live-report-team-data__player-performance .performance-contents .performance-today li {
    padding: 4px 8px;
  }
  .c-live-report-team-data__performance {
    margin-top: 14px;
  }
  .c-live-report-team-data__performance .performance-title {
    margin-bottom: 9px;
  }
  .c-live-report-team-data__performance .performance-box--flex {
    display: block;
  }
  .c-live-report-team-data__performance .performance-box--flex .c-live-report-team-data__table:not(:first-child) {
    border-left: 1px solid #4B4B4B;
  }
  .c-game-info-jumbotron-default {
    padding: 28px 0 24px !important;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-header {
    max-width: 314px;
    width: auto;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-header__text {
    width: 80px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs {
    max-width: 314px;
    width: auto;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs__logo {
    width: 80px;
    height: 80px;
    padding: 0 6px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs__logo span {
    font-size: 1rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail {
    width: calc(100% - 80px - 80px);
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status {
    font-size: 1.2rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status--before {
    font-size: 2rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__status--none {
    font-size: 2.2rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__start {
    font-size: 1.6rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score {
    font-size: 5.4rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__score i {
    width: 15px;
    height: 6px;
    margin: 0 14px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-vs .c-game-info-jumbotron-vs-detail__inning {
    font-size: 1.2rem;
  }
  .c-game-info-jumbotron__text {
    font-size: 1.2rem;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher {
    max-width: 314px;
    width: auto;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-starting-pitcher__name {
    width: 80px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-game-buttons {
    max-width: 314px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-game-buttons__column {
    width: 45.22293%;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-game-buttons__column + .c-game-info-jumbotron-game-buttons__column {
    margin-left: 9.55414%;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button {
    width: auto;
    max-width: 314px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button .c-pacificleague-button {
    height: 44px;
  }
  .c-game-info-jumbotron .c-game-info-jumbotron-pacificleaguetv-button .c-pacificleague-button span img {
    width: 127px;
  }
  .c-funclub-ticket__box {
    padding: 10px 0 20px;
  }
  .c-funclub-ticket__buttons > .c-button-normal {
    width: 142px;
  }
  .c-date {
    margin-bottom: 30px;
  }
  .c-table--scroll {
    margin-left: auto;
    margin-bottom: 30px;
    padding-right: 7px;
    padding-bottom: 10px;
    width: 97.86667%;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-color: #939393 rgba(147, 147, 147, 0);
  }
  .c-table--scroll::-webkit-scrollbar {
    height: 12px;
  }
  .c-table--scroll::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .c-table--scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #939393;
  }
  .c-table--scroll table {
    width: auto;
  }
  .c-table table th, .c-table table td {
    padding: 20px 5px;
  }
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated .c-table--scroll {
    width: auto;
    margin-right: -10px;
  }
  .c-table-flexible .c-table-flexible-scroll-wrapper {
    padding-bottom: 8px;
    margin-left: 7px;
    padding-right: 7px;
    margin-bottom: 30px;
  }
  .c-table-flexible-sample-1, .c-table-flexible-sample-2 {
    width: calc(31px * 9 + 34px + 40px + 95px + 53px);
  }
  .c-table-flexible-sample-1 th, .c-table-flexible-sample-2 th {
    width: 31px;
  }
  .c-table-flexible-sample-1 th:nth-child(1), .c-table-flexible-sample-2 th:nth-child(1) {
    left: 0;
  }
  .c-table-flexible-sample-1 th:nth-child(2), .c-table-flexible-sample-2 th:nth-child(2) {
    width: 40px;
    left: 33px;
  }
  .c-table-flexible-sample-1 th:nth-child(3), .c-table-flexible-sample-2 th:nth-child(3) {
    left: 81px;
  }
  .c-table-flexible-sample-1 th:nth-child(4), .c-table-flexible-sample-2 th:nth-child(4) {
    width: 53px;
  }
  .c-table-flexible-sample-2 th:nth-child(2) {
    width: 40px;
    left: 31px;
  }
  .c-table-flexible-sample-2 th:nth-child(3) {
    left: 79px;
  }
  .c-table-flexible-sample-3 th {
    width: 52px;
  }
  .c-table-flexible-sample-3 tbody td > div {
    padding: 8px 0;
  }
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated .c-table-flexible {
    margin: 0 -10px;
  }
  .c-hottopics-slider .c-hottopics__inner {
    margin: 0 0 0 30px;
  }
  #c1-game-top .game {
    padding: 20px 0 24px;
  }
  #c1-game-top .game .c-button-reload {
    top: 22px;
    right: 26px;
  }
  #c1-game-top .game .game-vs {
    max-width: 318px;
  }
  #c1-game-top .game .game-vs__exhibition-title {
    margin-bottom: 40px;
  }
  #c1-game-top .game .game-vs__status {
    font-size: 2.0rem;
    top: 64px;
    left: 0;
    right: 0;
  }
  #c1-game-top .game .game-vs__inning {
    font-size: 1.4rem;
    top: 130px;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team {
    width: 56px;
    height: 56px;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-stadium {
    font-size: 1.2rem;
    bottom: calc(100% + 11px);
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-score {
    font-size: 6.4rem;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-score i {
    width: 15px;
    height: 6px;
    margin: 0 30px;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-score-status {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-logo {
    padding: 0 3px;
    font-size: 1rem;
  }
  #c1-game-top .game .game-vs .game-vs-teams__team-logo span {
    font-size: 1rem;
  }
  #c1-game-top .game .game-vs__text {
    font-size: 1.2rem;
  }
  #c1-game-top .game .game-vs__starting-pitcher {
    width: 100%;
  }
  #c1-game-top .game .game-vs__starting-pitcher__name {
    width: 76px;
    margin-left: -10px;
  }
  #c1-game-top .game .game-vs__starting-pitcher__name:nth-child(2) {
    margin-left: 0;
    margin-right: -10px;
  }
  #c1-game-top .game .game-vs__pacificleaguetv-button {
    margin-top: 20px;
  }
  #c1-game-top .game .game-vs__pacificleaguetv-button .c-pacificleague-button {
    padding: 0 10px;
  }
  #c1-game-top .game .game-vs__standings {
    margin-top: 20px;
  }
  #c1-game-top .game .c-score-board-table {
    margin-top: 20px;
  }
  #c1-game-top .game-top-member-table {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #c1-game-top .game-top-member-table--starting thead th:nth-child(3) {
    width: 72px;
  }
  #c1-game-top .game-top-member-table--starting thead th:nth-child(1) {
    width: 33px;
  }
  #c1-game-top .game-top-member-table--starting thead th:nth-child(2) {
    width: 47px;
  }
  #c1-game-top .game-top-member-table--starting thead th:nth-child(4) {
    width: 40px;
  }
  #c1-game-top .game-top-member-table--starting thead th:nth-child(5), #c1-game-top .game-top-member-table--starting thead th:nth-child(6) {
    width: 58px;
  }
  #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(1) {
    width: 50px;
  }
  #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(2) {
    width: 110px;
  }
  #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(3) {
    width: 40px;
  }
  #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(4), #c1-game-top .game-top-member-table--bench-fielder thead th:nth-child(5) {
    width: 58px;
  }
  #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(1) {
    width: 110px;
  }
  #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(2) {
    width: 40px;
  }
  #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(3), #c1-game-top .game-top-member-table--bench-pitcher thead th:nth-child(4) {
    width: 80px;
  }
  #c1-game-top .game-top-member-table .game-top-member-table-player {
    margin: 0 8px;
  }
  #c1-game-top .game-top-table-repletion {
    width: 100%;
    padding: 0 30px;
  }
  #c3-participant-results .results-table-batter-1 {
    width: calc(31px * 9 + 34px + 40px + 95px + 53px);
  }
  #c3-participant-results .results-table-batter-1 th {
    width: 31px;
  }
  #c3-participant-results .results-table-batter-1 th:nth-child(1) {
    left: 0;
  }
  #c3-participant-results .results-table-batter-1 th:nth-child(2) {
    width: 40px;
    left: 33px;
  }
  #c3-participant-results .results-table-batter-1 th:nth-child(3) {
    left: 81px;
  }
  #c3-participant-results .results-table-batter-1 th:nth-child(4) {
    width: 53px;
  }
  #c3-participant-results .results-table-batter-2 th {
    width: 52px;
  }
  #c3-participant-results .results-table-batter-2 tbody td > div {
    padding: 8px 0;
  }
  #c3-participant-results .results-table-pitcher {
    width: calc(49px + 94px + 80px + 52px * 9);
  }
  #c3-participant-results .results-table-pitcher th {
    width: 52px;
  }
  #c3-participant-results .results-table-pitcher th:nth-child(1) {
    left: 0;
  }
  #c3-participant-results .results-table-pitcher th:nth-child(2) {
    width: 94px;
    left: 49px;
  }
  #c3-participant-results .results-table-pitcher th:nth-child(3) {
    width: 80px;
  }
  #c3-participant-results .results-table-batter-2-guide {
    padding-right: 32px;
    padding-top: 0;
    margin-top: -10px;
  }
  #c3-standings-results .c-datecontrol {
    right: 30px;
    top: 50%;
  }
  #c3-standings-results .standings-table {
    width: calc(47px * 11 + 36px + 51px);
  }
  #c3-standings-results .standings-table th {
    width: 47px;
  }
  #c3-standings-results .standings-table th:nth-child(1) {
    left: 0;
  }
  #c3-standings-results .standings-table th:nth-child(2) {
    left: 36px;
  }
  #c3-standings-results .results-table tbody td {
    font-size: 1.6rem;
  }
  #c3-pitcher-batter-record .record-title {
    padding-right: 30px;
    padding-left: 30px;
  }
  #c3-pitcher-batter-record .record-search-conditions {
    margin: -12px;
  }
  #c3-pitcher-batter-record .record-search-conditions__column {
    padding-right: 0;
    margin: 12px;
  }
  #c3-pitcher-batter-record .record-table-text {
    padding: 0 30px;
  }
  #c3-pitcher-batter-record .record-table-person tbody {
    font-size: 1.2rem;
  }
  #c3-pitcher-batter-record .record-table-person tbody th:first-child * {
    font-size: 1.4rem;
  }
  #c3-pitcher-batter-record .record-table-team-person-pitcher, #c3-pitcher-batter-record .record-table-league-person-pitcher {
    width: calc(41px * 21 + 32px + 122px + 49px);
  }
  #c3-pitcher-batter-record .record-table-team-person-pitcher th, #c3-pitcher-batter-record .record-table-league-person-pitcher th {
    width: 41px;
  }
  #c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(1), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(1) {
    width: 32px;
  }
  #c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(2), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(2) {
    left: 33px;
  }
  #c3-pitcher-batter-record .record-table-team-person-pitcher th:nth-child(14), #c3-pitcher-batter-record .record-table-league-person-pitcher th:nth-child(14) {
    width: 49px;
  }
  #c3-pitcher-batter-record .record-table-league-person-pitcher {
    width: calc(41px * 21 + 32px + 154px + 49px);
  }
  #c3-pitcher-batter-record .record-table-all td {
    font-size: 1.2rem;
  }
  #c3-pitcher-batter-record .record-table-team-all-pitcher {
    width: calc(40px * 20 + 70px);
  }
  #c3-pitcher-batter-record .record-table-team-all-pitcher th:nth-child(12) {
    width: 70px;
  }
  #c3-pitcher-batter-record .record-table-team-person-batter, #c3-pitcher-batter-record .record-table-league-person-batter {
    width: calc(40px * 20 + 31px + 122px);
  }
  #c3-pitcher-batter-record .record-table-team-person-batter th, #c3-pitcher-batter-record .record-table-league-person-batter th {
    width: 40px;
  }
  #c3-pitcher-batter-record .record-table-team-person-batter th:nth-child(1), #c3-pitcher-batter-record .record-table-league-person-batter th:nth-child(1) {
    width: 31px;
  }
  #c3-pitcher-batter-record .record-table-team-person-batter th:nth-child(2), #c3-pitcher-batter-record .record-table-league-person-batter th:nth-child(2) {
    left: 31px;
  }
  #c3-pitcher-batter-record .record-table-league-person-batter {
    width: calc(40px * 20 + 31px + 154px);
  }
  #c3-pitcher-batter-record .record-table-team-all-batter {
    width: calc(40px * 20);
  }
  #c3-pitcher-batter-record .c-player-detail-profile__cpation {
    display: block;
  }
  #c3-pitcher-batter-record .c-player-detail-profile__cpation-date:last-child {
    text-align: right;
    margin-top: 13px;
  }
  #c2-game-live-report .c-content .c-modal__content .help-panel {
    width: 100%;
  }
  #c2-game-live-report .c-content .c-modal__content .help-panel img {
    max-width: none;
    width: 100%;
  }
  #d1-game-other-result .game-other-result__bottom {
    margin-top: 25px;
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none !important;
  }
}

@media screen and (max-width: 63.0625em) {
  #header-pc .header__inner {
    width: 1058px;
  }
  #gnav-pc .gnav__control {
    width: 1058px;
  }
  #gnav-pc .gnav__control--prev {
    left: 0;
  }
  #gnav-pc .gnav__control--next {
    right: 0;
  }
  #gnav-pc .gnav__inner {
    width: 1010px;
    margin-left: 24px;
  }
  #gnav-pc .gnav-child__inner {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 1010px;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}

@media screen and (min-width: 63.125em) {
  #gnav-pc .gnav-child__inner {
    left: 50% !important;
  }
}

@media (max-width: 420px) {
  .c-datecontrol-search select {
    font-size: 1.5rem;
    padding: 0 14px 0 0;
  }
}

@media screen and (max-width: 68.1875em) {
  .c-hottopics-slider .slick-prev {
    left: -12px;
  }
  .c-hottopics-slider .slick-next {
    right: -12px;
  }
}

@media screen and (max-width: 21.8125em) {
  #c1-game-top .game .game-vs__pacificleaguetv-button .c-pacificleague-button span {
    font-size: 1.1rem;
  }
}

/** ここからsystemiの修正入れます **/

.c-report-title__icon { margin-left: 10px; }

.pl_details_pic_box {
  background: #000;
  padding: 30px 0;
  text-align: center;
  color:#fff;
}

.pl_details_pic_box .pl_pic {
  margin-bottom: 5px;
  cursor: pointer;
}

.textLivePhoto {
  position: relative;
}

.textLivePhoto.imgLarge {
  height: 219px;
}

.iconZoomIn {
  display: none;
  position: absolute;
  top: 210px;
  right: 340px;
}

.iconZoomOut {
  display: none;
  position: absolute;
  top: 400px;
  right: 210px;
}

.c-live-report-team-data__player-profile .pl_none {
	background: #999999 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_pl {
	background: #00214b !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_ph {
	background: #fcc800 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_pb {
	background: #000121 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_pe {
	background: #870010 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_pm {
	background: #000 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_pf {
	background: #00508e !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_cg {
	background: #f08300 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_ct {
	background: #ffe100 !important;
	color: #000 !important;
}

.c-live-report-team-data__player-profile .pl_cc {
	background: #e60012 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_cd {
	background: #003378 !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_cs {
	background: #001344  !important;
	color: #fff !important;
}

.c-live-report-team-data__player-profile .pl_cb, .c-live-report-team-data__player-profile .pl_db {
	background: #034787 !important;
	color: #fff !important;
}
/** ここまでsystemiの修正入れます **/

/*# sourceMappingURL=maps/style.css.map */
