@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 13px;
  }
}
.l-body {
  min-width: 1200px;
}

.l-contents {
  contain: paint;
}

.l-container {
  width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.l-side {
  width: 280px;
  margin-right: 40px;
  z-index: 10;
  position: sticky;
  height: 100%;
  top: 0;
  left: 0;
}
.l-side + .l-main {
  max-width: 880px;
}

.l-section {
  margin-bottom: 30px;
}
.l-section__inner {
  margin: 0 auto;
}
.l-section__inner--fullwidth {
  width: 1200px;
}

@media (max-width: 767px) {
  .l-body {
    min-width: 100%;
  }
  .l-container {
    width: auto;
    display: block;
    margin: 0 auto 20px auto;
  }
  .l-main {
    width: auto;
    overflow: hidden;
  }
  .l-main__inner {
    margin: 0 4%;
  }
  .l-side {
    width: auto;
    margin: 0 auto;
    position: static;
  }
  .l-side + .l-main {
    max-width: 100%;
  }
  .l-section {
    margin-bottom: 20px;
  }
  .l-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .l-section__inner--fullwidth {
    width: auto;
  }
}
.c-heading {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0 15px;
}
.c-heading--blue {
  color: #1c99cb;
}
.c-heading__accent {
  color: #62b42e;
}
.c-heading__accent--margin {
  margin: 0 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 16px;
    margin: 15px 0 10px 0;
  }
}
.c-heading-background {
  font-weight: 700;
  background: url(/images/common/bg_canvas_blue.jpg) repeat 0 0;
  color: #1c99cb;
  font-size: 20px;
  padding: 10px 15px;
  line-height: 1.4;
}
.c-heading-background--border {
  border-bottom: 2px solid #1c99cb;
  font-size: 16px;
  padding: 12px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.c-heading-background--gray {
  font-size: 18px;
  padding: 5px 10px;
  font-weight: 600;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .c-heading-background {
    font-size: 18px;
    padding: 15px;
    line-height: 1.2;
    height: auto;
  }
  .c-heading-background--border {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .c-heading-background--gray {
    font-size: 14px;
  }
}
.c-heading-mark {
  font-size: 22px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.c-heading-mark--ball::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(/images/common/icon_ball.png) no-repeat left center;
  background-size: contain;
  top: 5px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-heading-mark {
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
  }
  .c-heading-mark--ball::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}
.c-text {
  line-height: 1.8;
}
.c-text__accent {
  color: #62b42e;
  font-weight: 600;
}
.c-text--red {
  color: #e60033;
}
.c-text--update {
  text-align: right;
  font-size: 14px;
}

.c-text-comment {
  text-align: center;
  padding: 30px 15px;
  border-radius: 12px;
  background: #f2f2f2;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .c-text {
    line-height: 1.6;
  }
  .c-text--update {
    font-size: 12px;
  }
  .c-text-comment {
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
  }
}
/*
ボタン類
 */
.is-footeraea {
  position: relative;
}

.c-button-pagetop {
  position: sticky;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 998;
  display: none;
  width: 80px;
  text-align: right;
  margin: 0 0 0 auto;
}
.c-button-pagetop img {
  width: 80px;
  height: auto;
}
.c-button-pagetop.is-stop {
  position: absolute;
  bottom: 238px;
}

@media (max-width: 767px) {
  .c-button-pagetop {
    bottom: 10px;
    right: 10px;
    width: 60px;
  }
  .c-button-pagetop img {
    width: 60px;
    height: auto;
  }
  .c-button-pagetop.is-stop {
    bottom: 355px;
  }
}
.c-button-menu {
  display: block;
  background: #1c99cb;
  position: relative;
  text-align: center;
  width: 132px;
  height: 90px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-button-menu::before {
  content: "";
  display: block;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-button-menu:hover {
  opacity: 0.8;
}
.c-button-menu--off {
  background: #b0b0b0;
}
.c-button-menu--off:hover {
  opacity: 1;
}
.c-button-menu--2x {
  width: 100%;
}
.c-button-menu--news::before {
  background-image: url(/images/common/icon_news.svg);
}
.c-button-menu--team::before {
  background-image: url(/images/common/icon_team.svg);
}
.c-button-menu--ticket::before {
  background-image: url(/images/common/icon_ticket.svg);
}
.c-button-menu--park::before {
  background-image: url(/images/common/icon_park.svg);
}
.c-button-menu--photo::before {
  background-image: url(/images/common/icon_photo.svg);
}
.c-button-menu--access::before {
  background-image: url(/images/common/icon_access.svg);
}
.c-button-menu--environment::before {
  background-image: url(/images/common/icon_environment.svg);
}

@media (max-width: 767px) {
  .c-button-menu {
    width: 23%;
    height: 64px;
    padding: 8px 5px 5px 5px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .c-button-menu::before {
    height: 32px;
    margin-bottom: 5px;
  }
  .c-button-menu--2x {
    width: 48.5%;
  }
  .c-button-menu--photo {
    padding: 5px;
  }
  .c-button-menu--photo::before {
    margin-bottom: 0;
  }
}
.c-button-submenu {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 4px solid #d4e6ef;
  border-radius: 12px;
  text-align: center;
  width: 272px;
  height: 180px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.c-button-submenu:hover {
  background: #e0f7ff;
}
.c-button-submenu--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-button-submenu__icon {
  width: 100px;
  height: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(49%) saturate(733%) hue-rotate(151deg) brightness(95%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(49%) saturate(733%) hue-rotate(151deg) brightness(95%) contrast(95%);
}
.c-button-submenu__photo {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.c-button-submenu__photo img {
  width: 100%;
  height: auto;
}
.c-button-submenu__text {
  display: block;
  width: 100%;
  line-height: 1.2;
}
.c-button-submenu--s {
  width: 200px;
  height: 130px;
}
.c-button-submenu--s .c-button-submenu__icon {
  width: 64px;
  height: auto;
}
.c-button-submenu--s .c-button-submenu__text {
  padding-bottom: 5px;
}
.c-button-submenu--text {
  width: 200px;
  height: auto;
  padding: 15px;
}
.c-button-submenu--off {
  border: 4px solid #dddddd;
  background: #f2f2f2;
  color: #9e9e9e;
}
.c-button-submenu--off:hover {
  background: #f2f2f2;
}
.c-button-submenu--off img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 767px) {
  .c-button-submenu {
    border: 3px solid #d4e6ef;
    border-radius: 8px;
    text-align: center;
    width: auto;
    height: 110px;
  }
  .c-button-submenu--start {
    height: 110px;
  }
  .c-button-submenu__icon {
    width: 60px;
    height: auto;
  }
  .c-button-submenu__icon--toraco {
    height: 40px;
    width: auto;
  }
  .c-button-submenu__photo {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 72%;
    overflow: hidden;
  }
  .c-button-submenu__text {
    font-size: 12px;
    padding-bottom: 0;
  }
  .c-button-submenu--s {
    width: auto;
    height: 110px;
  }
  .c-button-submenu--s .c-button-submenu__icon {
    width: 60px;
    height: auto;
  }
  .c-button-submenu--s .c-button-submenu__text {
    font-size: 12px;
  }
  .c-button-submenu--text {
    width: auto;
    height: auto;
    padding: 10px;
  }
  .c-button-submenu--off {
    border: 3px solid #dddddd;
  }
}
.c-button-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}
.c-button-link-wrapper .c-button-link {
  margin: 0;
}
.c-button-link-wrapper .c-button-link + .c-button-link {
  margin-left: 30px;
}

.c-button-link {
  display: block;
  background: #1c99cb;
  position: relative;
  text-align: center;
  width: 340px;
  height: 66px;
  line-height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin: 50px auto;
}
.c-button-link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  margin-right: 10px;
}
.c-button-link:hover {
  opacity: 0.8;
}
.c-button-link--news::before {
  background-image: url(/images/common/icon_news.svg);
}
.c-button-link--team::before {
  background-image: url(/images/common/icon_team.svg);
}
.c-button-link--ticket::before {
  background-image: url(/images/common/icon_ticket.svg);
}
.c-button-link--park::before {
  background-image: url(/images/common/icon_park.svg);
}
.c-button-link--photo::before {
  background-image: url(/images/common/icon_photo.svg);
}
.c-button-link--access::before {
  background-image: url(/images/common/icon_access.svg);
}
.c-button-link--environment::before {
  background-image: url(/images/common/icon_environment.svg);
}
.c-button-link--noicon::before {
  display: none;
}
.c-button-link--long {
  width: 600px;
}
.c-button-link--long::before {
  display: none;
}
.c-button-link--tigers {
  position: relative;
  padding-right: 20px;
  width: 420px;
}
.c-button-link--tigers::before {
  background-image: url(/images/logo/logo_t.png);
}
.c-button-link--tigers::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}
.c-button-link--city {
  position: relative;
  padding-right: 20px;
  width: 420px;
}
.c-button-link--city::before {
  background-image: url(/images/common/icon_city.png);
}
.c-button-link--city::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

@media (max-width: 767px) {
  .c-button-link-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto;
  }
  .c-button-link-wrapper .c-button-link + .c-button-link {
    margin-left: 0;
    margin-top: 15px;
  }
  .c-button-link {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 20px auto 30px auto;
  }
  .c-button-link::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .c-button-link--long {
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
  .c-button-link--tigers {
    width: 100%;
    max-width: 320px;
    font-size: 13px;
    height: 46px;
    line-height: 46px;
  }
  .c-button-link--tigers::after {
    right: 10px;
  }
  .c-button-link--city {
    width: 100%;
    max-width: 320px;
    font-size: 13px;
    height: 46px;
    line-height: 46px;
  }
  .c-button-link--city::after {
    right: 10px;
  }
}
.c-button-ticket {
  position: relative;
  border-radius: 8px;
  display: inline-block;
  min-width: 132px;
  text-align: center;
  font-size: 14px;
  background: #dddddd;
  border-radius: 8px;
  padding: 7px 5px;
  line-height: 1.1;
}
.c-button-ticket--00 {
  border: 2px solid #bbbbbb;
  font-weight: 500;
  color: #bbbbbb;
  padding-right: 10px;
  background: #FFFFFF;
}
.c-button-ticket--00::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_batsu.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(58%) saturate(10%) hue-rotate(4deg) brightness(88%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(78%) sepia(58%) saturate(10%) hue-rotate(4deg) brightness(88%) contrast(87%);
}
.c-button-ticket--01 {
  border: 2px solid #1c99cb;
  font-weight: 500;
  padding-right: 10px;
  background: #FFFFFF;
}
.c-button-ticket--01::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_maru.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(1947%) hue-rotate(163deg) brightness(83%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(1947%) hue-rotate(163deg) brightness(83%) contrast(89%);
}
.c-button-ticket--02 {
  border: 2px solid #62b42e;
  font-weight: 500;
  padding-right: 10px;
  background: #FFFFFF;
}
.c-button-ticket--02::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_sankaku.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(7%) saturate(4793%) hue-rotate(53deg) brightness(100%) contrast(72%);
          filter: brightness(0) saturate(100%) invert(63%) sepia(7%) saturate(4793%) hue-rotate(53deg) brightness(100%) contrast(72%);
}
.c-button-ticket--03 {
  background: #dddddd;
}
.c-button-ticket--09 {
  background: #effbff;
}

@media (max-width: 767px) {
  .c-button-ticket {
    font-size: 11px;
    border-radius: 6px;
    min-width: 80px;
    padding: 5px;
  }
  .c-button-ticket--00 {
    padding-right: 18px !important;
  }
  .c-button-ticket--00::before {
    width: 14px;
    height: 14px;
    right: 5px;
  }
  .c-button-ticket--01 {
    padding-right: 18px !important;
  }
  .c-button-ticket--01::before {
    width: 14px;
    height: 14px;
    right: 5px;
  }
  .c-button-ticket--02 {
    padding-right: 18px !important;
  }
  .c-button-ticket--02::before {
    width: 14px;
    height: 14px;
    right: 5px;
  }
}
.c-form-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.c-form-select::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-form-select__option {
  position: relative;
  border: 2px solid #dddddd;
  border-radius: 8px;
  padding: 5px 30px 5px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .c-form-select__option {
    font-size: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
  .c-form-select.u-hide--pc {
    display: inline-block;
  }
}
.c-form-check {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #dddddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.c-form-check__value {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.c-form-check:checked {
  background: #1c99cb;
  border-color: #1c99cb;
}
.c-form-check:checked::before {
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .c-form-check {
    border: 1px solid #dddddd;
  }
  .c-form-check:checked::before {
    top: 2px;
    left: 6px;
  }
}
.c-form-button {
  background: #1c99cb;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  min-width: 100px;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.c-form-button:hover {
  opacity: 0.8;
}
.c-form-button--clear {
  background: #bfbfbf;
}

@media (max-width: 767px) {
  .c-form-button {
    padding: 5px 10px;
    min-width: 80px;
    font-size: 13px;
    border-radius: 4px;
  }
  .c-form-button:hover {
    opacity: 1;
  }
}
.c-form-input {
  border: 2px solid #dddddd;
  border-radius: 8px;
  padding: 5px 10px;
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .c-form-input {
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
}
.c-card-game {
  min-width: 300px;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
.c-card-game__schedule {
  display: table;
  background: #f2f2f2;
  width: 100%;
}
.c-card-game__status {
  display: table-cell;
  text-align: center;
  background: #845333;
  color: #FFFFFF;
  position: relative;
  min-width: 60px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-card-game__status::after {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  right: -16px;
  background: #845333;
}
.c-card-game__status--home {
  background: #62b42e;
}
.c-card-game__status--home::after {
  background: #62b42e;
}
.c-card-game__status--visitor {
  background: #ffae00;
}
.c-card-game__status--visitor::after {
  background: #ffae00;
}
.c-card-game__date {
  padding: 8px;
  text-align: center;
  display: table-cell;
}
.c-card-game__date.is-holiday {
  color: #e60033;
}
.c-card-game__date.is-saturday {
  color: #1c99cb;
}
.c-card-game__overview {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.4;
}
.c-card-game__result {
  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-card-game__team {
  font-size: 13px;
  line-height: 1.2;
  width: 30%;
  display: block;
}
.c-card-game__team img {
  width: 50px;
  height: auto;
  display: inline !important;
}
.c-card-game__team--home {
  text-align: right;
}
.c-card-game__team--visitor {
  text-align: left;
}
.c-card-game__score {
  font-family: "Bebas Neue", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  padding: 0 12px;
  white-space: nowrap;
}
.c-card-game__score--cancel {
  font-size: 32px;
  font-weight: 500;
  line-height: 2;
}
.c-card-game__venue {
  text-align: center;
  font-size: 13px;
}
.c-card-game__venue span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.c-card-game__venue span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_park.svg) no-repeat 0 0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-card-game__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
.c-card-game__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;
  text-align: center;
  padding: 0 10px;
  border-radius: 16px;
  font-size: 13px;
  min-width: 135px;
  margin: 0 5px;
  line-height: 32px;
  height: 32px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: #dddddd;
  color: #000000;
  font-weight: 400;
}
.c-card-game__button:hover {
  opacity: 1;
}
.c-card-game__button--blank {
  background: #1c99cb;
  color: #FFFFFF;
  font-weight: 600;
  padding-left: 15px;
}
.c-card-game__button--blank::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/images/common/blank.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  color: #FFFFFF;
  margin-left: 5px;
  vertical-align: baseline;
}
.c-card-game__button--score {
  background: #1c99cb;
  color: #FFFFFF;
  font-weight: 600;
}
.c-card-game__button--ticket00 {
  background-color: #b5b5b5;
  font-weight: 600;
  color: #FFFFFF;
}
.c-card-game__button--ticket00::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_batsu.png) no-repeat 0 0;
  background-size: contain;
  color: #FFFFFF;
  margin-right: 5px;
}
.c-card-game__button--ticket00:hover {
  opacity: 0.8;
}
.c-card-game__button--ticket01 {
  background: #1c99cb;
  font-weight: 600;
  color: #FFFFFF;
}
.c-card-game__button--ticket01::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_maru.png) no-repeat 0 0;
  background-size: contain;
  color: #FFFFFF;
  margin-right: 5px;
}
.c-card-game__button--ticket01:hover {
  opacity: 0.8;
}
.c-card-game__button--ticket02 {
  background-color: #62b42e;
  font-weight: 600;
  color: #FFFFFF;
}
.c-card-game__button--ticket02::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_sankaku.png) no-repeat 0 0;
  background-size: contain;
  color: #FFFFFF;
  margin-right: 5px;
}
.c-card-game__button--ticket02:hover {
  opacity: 0.8;
}
.c-card-game__button--ticket09, .c-card-game__button--ticket11 {
  background: #1c99cb;
  font-weight: 600;
  color: #FFFFFF;
}
.c-card-game__button--ticket09:hover, .c-card-game__button--ticket11:hover {
  opacity: 0.8;
}
.c-card-game__button--ticket10 {
  background: #62b42e;
  font-weight: 600;
  color: #FFFFFF;
}
.c-card-game__button--ticket10:hover {
  opacity: 0.8;
}
.c-card-game__information {
  display: table;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
  font-size: 12px;
  width: 100%;
  margin-top: -1px;
}
.c-card-game__information dt, .c-card-game__information dd {
  vertical-align: middle;
}
.c-card-game__information dt {
  background: #f2f2f2;
  text-align: center;
  display: table-cell;
  width: 80px;
  font-weight: 400;
}
.c-card-game__information dd {
  display: table-cell;
  padding: 0 0 0 10px;
  width: calc(100% - 80px);
  max-width: 230px;
}
.c-card-game__information dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
}
.c-card-game__information dd a:hover {
  color: #1c99cb;
}
.c-card-game__information dd a.c-link-blank::after {
  width: 12px;
  height: 12px;
}

@media (max-width: 767px) {
  .c-card-game {
    width: auto;
    min-width: 280px;
  }
  .c-card-game__status {
    min-width: 50px;
    font-size: 14px;
    height: 30px;
  }
  .c-card-game__date {
    font-size: 14px;
    padding: 4px;
  }
  .c-card-game__overview {
    font-size: 12px;
  }
  .c-card-game__team {
    font-size: 12px;
  }
  .c-card-game__button {
    padding: 8px;
    border-radius: 16px;
    min-width: 120px;
  }
  .c-card-game__button--blank {
    padding-left: 12px;
  }
  .c-card-game__button--blank::after {
    top: 0;
    right: 10px;
  }
}
.c-link {
  color: #000000;
}
.c-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-link:hover {
    text-decoration: none;
  }
}
.c-link-blank {
  display: inline-block;
  vertical-align: middle;
}
.c-link-blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 2px;
}
.c-link-blank:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-link-blank::after {
    width: 12px;
    height: 12px;
  }
  .c-link-blank:hover {
    text-decoration: none;
  }
}
.c-link-text {
  position: relative;
  display: inline-block;
  color: #1c99cb;
}
.c-link-text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c99cb;
  border-right: 2px solid #1c99cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.c-link-text:hover {
  text-decoration: underline;
}
.c-link-text--underline {
  display: inline;
}
.c-link-text--underline::after {
  display: none;
}
.c-link-text--pdf::after {
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  background: url(/images/common/icon_pdf.png) no-repeat center center;
  background-size: contain;
  margin: -2px 0 0 5px;
}

.c-list-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: ;
  grid-template-rows: repeat(1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 880px;
}

.c-list-menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-list-menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-list-menu > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c-list-menu--quarter {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: ;
  grid-template-rows: repeat(1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.c-list-menu--quarter > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-list-menu--quarter > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-list-menu--quarter > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c-list-menu--quarter > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.c-list-menu--photo {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.c-list-menu--photo__link {
  display: block;
  text-decoration: none;
  width: 424px;
}
.c-list-menu--photo__link--icon {
  border: 4px solid #d4e6ef;
  text-align: center;
  border-radius: 12px;
  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-list-menu--photo__link--icon img {
  margin-bottom: 30px;
  width: 125px;
  height: auto;
}
.c-list-menu--photo__images {
  border-radius: 12px 12px 0 0;
  overflow: clip;
}
.c-list-menu--photo__title {
  background: #e0f7ff;
  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;
  font-weight: 400;
  height: 60px;
  border-radius: 0 0 12px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  text-align: center;
}
.c-list-menu--photo__title small {
  display: block;
  margin-top: -20px;
  width: 100%;
}
.c-list-menu--photo__video-title {
  background: #e0f7ff;
  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;
  font-weight: 400;
  height: 50px;
  border-radius: 0 0 12px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 767px) {
  .c-list-menu {
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .c-list-menu--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-list-menu--quarter {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .c-list-menu--photo {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .c-list-menu--photo__link {
    width: auto;
  }
  .c-list-menu--photo__link--icon {
    border: 3px solid #d4e6ef;
    border-radius: 8px;
    height: 110px;
  }
  .c-list-menu--photo__link--icon img {
    margin-bottom: 5px;
    width: 60px;
    height: auto;
  }
  .c-list-menu--photo__images {
    border-radius: 8px 8px 0 0;
  }
  .c-list-menu--photo__images img {
    width: 100%;
    height: auto;
  }
  .c-list-menu--photo__title {
    height: 42px;
    border-radius: 0 0 8px 8px;
    font-size: 12px;
  }
  .c-list-menu--photo__title small {
    margin-top: -14px;
  }
  .c-list-menu--photo__video {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-radius: 0;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    overflow: visible;
  }
  .c-list-menu--photo__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .c-list-menu--photo__video-title {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 42px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 42px;
  }
}
.c-list-news {
  border-top: 1px solid #dddddd;
}
.c-list-news__item {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.c-list-news__date {
  display: inline-block;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-right: 10px;
}
.c-list-news__category {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  margin: 0 2px 4px 0;
  z-index: 1;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1;
  min-width: 100px;
}
.c-list-news__category::before {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #1c99cb;
}
.c-list-news__category--ticket::before {
  background-color: #1c99cb;
}
.c-list-news__category--team::before {
  background-color: #fabe00;
}
.c-list-news__category--environment::before {
  background-color: #62b42e;
}
.c-list-news__category--event::before {
  background-color: #ff5d78;
}
.c-list-news__category--entertainment::before {
  background-color: #9B59B6;
}
.c-list-news__category--goods_gourmet::before {
  background-color: #000000;
}
.c-list-news__category--shop::before {
  background-color: #ffe100;
}
.c-list-news__category--shop {
  color: #000000;
}
.c-list-news__text {
  margin-top: 5px;
}
.c-list-news__text:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-list-news__item {
    padding: 10px 0;
  }
  .c-list-news__date {
    font-size: 13px;
  }
  .c-list-news__category {
    font-size: 12px;
    padding: 4px 10px;
    min-width: 72px;
  }
}
.c-list-pagenation {
  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: 40px auto 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list-pagenation__prev {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 10px;
}
.c-list-pagenation__next {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
}
.c-list-pagenation__page {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #dddddd;
  text-align: center;
  margin: 0 5px 5px 0;
}
.c-list-pagenation__page.is-current {
  background-color: #d4e6ef;
}
.c-list-pagenation__leader {
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.c-list-indent li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
  line-height: 1.8;
}
.c-list-indent--notes li {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-list-indent li {
    line-height: 1.5;
  }
  .c-list-indent--notes li {
    font-size: 12px;
  }
}
.c-list-overview {
  margin-bottom: 30px;
}
.c-list-overview dt {
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
}
.c-list-overview dd {
  margin: 10px 0;
}

.c-list-subitem {
  margin-bottom: 20px;
}
.c-list-subitem dt {
  font-weight: 600;
}

@media (max-width: 767px) {
  .c-list-overview {
    margin-bottom: 20px;
  }
  .c-list-subitem {
    margin-bottom: 10px;
  }
}
.c-unit-banner__link {
  display: block;
  margin-bottom: 20px;
}
.c-unit-banner__link:last-child {
  margin-bottom: 0;
}
.c-unit-banner__link--text {
  background: #1c99cb;
  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: #FFFFFF;
  height: 114px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.c-unit-banner__link--text:hover {
  opacity: 0.7;
}
.c-unit-banner__images {
  width: 100%;
  height: auto;
}

.c-unit-video {
  text-align: center;
}

@media (max-width: 767px) {
  .c-unit-banner__link {
    margin-bottom: 15px;
  }
  .c-unit-banner__link--text {
    height: 64px;
    font-size: 15px;
  }
  .c-unit-video {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
  }
  .c-unit-video iframe, .c-unit-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c-unit-photo__images {
  max-width: 100%;
  height: auto;
}
.c-unit-photo img {
  max-width: 100%;
  height: auto;
}
.c-unit-photo .slick-dots {
  text-align: center;
  margin-top: 5px;
}
.c-unit-photo .slick-dots li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.c-unit-photo .slick-dots li button {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dddddd;
  border: none;
}
.c-unit-photo .slick-dots li.slick-active button {
  background: #1c99cb;
}
.c-unit-photo .sp-button {
  border: none;
  background: #dddddd;
  width: 15px;
  height: 15px;
}
.c-unit-photo .sp-button.sp-selected-button {
  background: #1c99cb;
}

.is-unit-slider {
  margin: 30px 0;
}
.is-unit-slider .sp-button {
  border: none;
  background: #dddddd;
  width: 15px;
  height: 15px;
}
.is-unit-slider .sp-button.sp-selected-button {
  background: #1c99cb;
}

@media (max-width: 767px) {
  .c-unit-photo .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .c-unit-photo .sp-button {
    width: 12px;
    height: 12px;
  }
  .is-unit-slider {
    margin: 20px 0;
  }
  .is-unit-slider .sp-button {
    width: 12px;
    height: 12px;
  }
}
.c-table {
  margin: 10px 0;
}
.c-table--center th, .c-table--center td {
  text-align: center;
}
.c-table th, .c-table td {
  border: 1px solid #dddddd;
  padding: 10px 15px;
  font-weight: normal;
  vertical-align: middle;
}
.c-table th.c-table__item--center, .c-table td.c-table__item--center {
  text-align: center;
}
.c-table th.c-table__item--nowrap, .c-table td.c-table__item--nowrap {
  white-space: nowrap;
}
.c-table tbody th {
  background: #EEF6E9;
  text-align: center;
}
.c-table thead th {
  background: #deeddf;
  text-align: center;
}

@media (max-width: 767px) {
  .c-table {
    margin: 10px 0;
  }
  .c-table th, .c-table td {
    padding: 10px;
    font-size: 13px;
  }
}
.p-header {
  background: url(/images/common/bg_canvas_white.jpg) repeat center center;
  padding: 30px 0 15px 0;
  border-bottom: 4px solid #62b42e;
}
.p-header__title {
  width: 1200px;
  margin: 0 auto 30px auto;
  text-align: center;
  position: relative;
}
.p-header__title::before {
  display: block;
  content: "";
  width: 84px;
  height: 84px;
  position: absolute;
  top: -10px;
  right: 0;
  background: url(/images/common/img_ball.png) no-repeat center center;
  background-size: contain;
}
.p-header__title a {
  display: block;
}
.p-header__nav {
  width: 780px;
  margin: 0 auto;
}
.p-header__category-menu {
  display: none;
}
.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-header__menu__category {
  position: relative;
}
.p-header__menu__link {
  padding: 0 0 20px 0;
  margin-bottom: -4px;
}
.p-header__menu__link.is-parent-link {
  cursor: pointer;
}
.p-header__menu__link.is-parent-link:hover + .p-header__submenu {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.p-header__submenu {
  background: url(/images/common/bg_canvas_white.jpg) repeat center center;
  padding: 20px 20px 10px 20px;
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  height: 0;
}
.p-header__submenu::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-radius: 50%/100% 100% 0 0;
  background: #62b42e;
  position: absolute;
  margin: auto;
  top: -12px;
  left: 22px;
  right: auto;
}
.p-header__submenu--environment::after {
  left: 54px;
}
.p-header__submenu--team::after {
  left: 38px;
}
.p-header__submenu--park::after {
  left: 30px;
}
.p-header__submenu:hover {
  overflow: visible;
  opacity: 1;
  height: auto;
}
.p-header__submenu li {
  margin-bottom: 10px;
}
.p-header__submenu__link {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: block;
}
.p-header__submenu__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c99cb;
  border-right: 2px solid #1c99cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-header__submenu__link:hover {
  color: #1c99cb;
}
.p-header__submenu__link--off {
  color: #a3a3a3;
}
.p-header__submenu__link--off::before {
  border-top-color: #888888;
  border-right-color: #888888;
}
.p-header__submenu__link--off:hover {
  color: #a3a3a3;
}
.p-header__button {
  display: none;
}

@media (max-width: 767px) {
  .p-header {
    padding: 15px 0;
    background-size: 150% auto;
    border-bottom: 2px solid #62b42e;
  }
  .p-header__title {
    width: calc(100% - 80px);
    margin: 0 0 0 4%;
  }
  .p-header__title img {
    width: 100%;
    height: auto;
  }
  .p-header__title::before {
    display: none;
  }
  .p-header__nav {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    right: -120%;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: scroll;
    padding: 60px 0 1px;
    background: url(/images/common/bg_canvas_white.jpg) repeat center center;
    background-size: 150% auto;
  }
  .p-header__nav.is-open {
    right: 0;
  }
  .p-header__category-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 4%;
  }
  .p-header__category-menu a {
    margin-bottom: 10px;
  }
  .p-header__menu {
    display: block;
    width: auto;
  }
  .p-header__menu__category {
    border-bottom: 1px solid #1c99cb;
  }
  .p-header__menu__link {
    padding: 12px 15px 15px 15px;
    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;
    position: relative;
  }
  .p-header__menu__link::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1c99cb;
    border-right: 2px solid #1c99cb;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 19px;
  }
  .p-header__menu .is-parent-link::after {
    display: none;
  }
  .p-header__menu .is-parent-link .p-header__menu__icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
  }
  .p-header__menu .is-parent-link .p-header__menu__icon::before, .p-header__menu .is-parent-link .p-header__menu__icon::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 12px;
    display: block;
    height: 2px;
    background: #1c99cb;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .p-header__menu .is-parent-link .p-header__menu__icon::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-header__menu .is-parent-link.is-close .p-header__menu__icon::after {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  .p-header__submenu {
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0 0 10px 0;
    background: transparent;
    position: static;
    width: auto;
    height: auto;
  }
  .p-header__submenu::after {
    display: none;
  }
  .p-header__submenu li {
    margin-bottom: 0;
  }
  .p-header__submenu__link {
    padding: 5px 10px 5px 15px;
    display: block;
    margin-left: 4%;
    font-size: 13px;
  }
  .p-header__submenu__link::before {
    width: 6px;
    height: 6px;
  }
  .p-header__button {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }
  .p-header__button__inner {
    position: relative;
  }
  .p-header__button span {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 32px;
    height: 2px;
    background: #1c99cb;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .p-header__button span::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: -12px;
    width: 32px;
    height: 2px;
    background: #1c99cb;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .p-header__button span::before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 12px;
    width: 32px;
    height: 2px;
    background: #1c99cb;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .p-header__button.is-open {
    position: fixed;
  }
  .p-header__button.is-open span {
    height: 0;
  }
  .p-header__button.is-open span::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #1c99cb;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .p-header__button.is-open span::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #1c99cb;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  .p-header__button--tigers {
    position: static;
    width: 92%;
    height: auto;
    margin: 20px auto;
  }
  .p-header__button--tigers a {
    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;
    padding: 5px 10px;
    border: 2px solid #1c99cb;
    border-radius: 5px;
    background: #FFFFFF;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
  }
  .p-header__button--tigers a img {
    width: 40px;
    height: auto;
    display: inline-block;
    padding-right: 5px;
  }
}
.p-footer {
  background: url(/images/common/bg_canvas_white.jpg) repeat center center;
  position: relative;
  padding: 0 0 32px 0;
}
.p-footer__visual {
  width: 100%;
  height: 0;
  padding-top: 38%;
  background: url(/images/common/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
.p-footer__nav {
  width: 1200px;
  margin: 32px auto;
  position: relative;
  font-size: 14px;
}
.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__menu__item {
  margin-left: 40px;
}
.p-footer__menu__item:first-child {
  margin-left: 0;
}
.p-footer__menu__icon {
  width: 16px;
  height: auto;
  display: inline-block;
  vertical-align: sub;
  margin-right: 3px;
}
.p-footer__logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: auto;
}
.p-footer__subhead {
  margin: 30px 0 5px 0;
  font-weight: 700;
}
.p-footer__copy {
  font-size: 14px;
  width: 1200px;
  margin: 30px auto 0 auto;
}

@media (max-width: 767px) {
  .p-footer {
    background-size: 150% auto;
  }
  .p-footer__nav {
    width: auto;
    margin: 24px 4%;
    font-size: 13px;
  }
  .p-footer__logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: auto;
  }
  .p-footer__menu {
    display: block;
  }
  .p-footer__menu__item {
    margin-left: 0;
    margin-top: 8px;
  }
  .p-footer__menu__icon {
    width: 16px;
    height: auto;
  }
  .p-footer__subhead {
    margin: 24px 0 5px 0;
  }
  .p-footer__copy {
    font-size: 12px;
    width: auto;
    margin: 24px 4% 0 4%;
  }
}
.p-side-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.p-side-menu a, .p-side-menu span {
  margin-bottom: 15px;
}

.p-side-banner {
  margin: 0 auto 30px auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-side-menu {
    margin: 0 4%;
  }
  .p-side-menu a, .p-side-menu span {
    margin-bottom: 10px;
  }
  .p-side-banner {
    margin: 20px auto 30px auto;
    overflow: visible;
  }
}
.p-partner {
  background: #f2f2f2;
  padding: 48px 0 24px;
  margin-bottom: 0;
}
.p-partner__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  width: 466px;
}
.p-partner__title img {
  width: 100%;
  height: auto;
}
.p-partner__list {
  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;
}
.p-partner__item {
  width: 282px;
  margin: 0 24px 24px 0;
}
.p-partner__item:last-child, .p-partner__item:nth-child(4n) {
  margin-right: 0;
}
.p-partner__item a {
  display: block;
}
.p-partner__item img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-partner {
    padding: 24px 0 16px 0;
  }
  .p-partner__title {
    font-size: 14px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 400px;
  }
  .p-partner__item {
    width: 48%;
    max-width: 282px;
    margin: 0 4% 4% 0;
  }
  .p-partner__item:last-child, .p-partner__item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top-container {
  margin: 0 auto;
}

.p-top-vison-wrapper {
  background: #1c99cb url(/images/top/bg_vision.jpg) no-repeat center center;
  background-size: cover;
}

.p-top-vison {
  width: 900px;
  height: 600px;
  margin: 0 auto 50px auto;
}
.p-top-vison .slick-dots {
  z-index: 100;
  text-align: center;
  margin-top: 10px;
}
.p-top-vison .slick-dots li {
  display: inline-block;
}
.p-top-vison .slick-dots li.slick-active button {
  background-color: #1c99cb;
  border-color: #1c99cb;
}
.p-top-vison .slick-dots button {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
  width: 16px;
  height: 16px;
  margin: 4px 8px;
  text-indent: -99999px;
  border-radius: 50%;
}
.p-top-vison .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF url(/images/common/arrow.svg) no-repeat center center;
  background-size: 32px 32px;
  border-radius: 24px;
  text-indent: -9999px;
  position: absolute;
  margin: auto;
}
.p-top-vison .slick-arrow.slick-prev {
  background-position: center left 5px;
  left: -60px;
  top: 0;
  bottom: 0;
}
.p-top-vison .slick-arrow.slick-prev::before, .p-top-vison .slick-arrow.slick-prev::after {
  display: none;
}
.p-top-vison .slick-arrow.slick-next {
  background-position: center right 10px;
  right: -60px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top-vison .slick-arrow.slick-next::before, .p-top-vison .slick-arrow.slick-next::after {
  display: none;
}

@media (max-width: 767px) {
  .p-top-vison-wrapper {
    background: none;
    position: relative;
    padding: 0;
  }
  .p-top-vison-wrapper--no-slide {
    height: 0;
    padding: 66% 0 0 0;
  }
  .p-top-vison {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .p-top-vison img {
    width: 100%;
    height: auto;
  }
  .p-top-vison .slick-dots {
    margin: 5px auto;
  }
  .p-top-vison .slick-dots button {
    width: 12px;
    height: 12px;
    margin: 4px 6px;
  }
  .p-top-vison .slick-arrow {
    width: 24px;
    height: 24px;
    background-size: 18px 18px;
    border-radius: 12px;
    z-index: 100;
  }
  .p-top-vison .slick-arrow.slick-prev {
    background-position: center left 2px;
    left: 10px;
  }
  .p-top-vison .slick-arrow.slick-next {
    background-position: center right 5px;
    right: 10px;
  }
}
.p-top-power-status {
  padding: 30px 0 50px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-top-power-status::after {
  content: "";
  display: block;
  width: 100px;
  height: 180px;
  background: url(/images/top/img_mascot.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 40px;
}
.p-top-power-status__slider {
  width: 880px;
  margin: 0 auto;
}
.p-top-power-status__block {
  display: table;
  width: 880px;
  margin: 0 auto;
  background: #e6f5dc;
  border-radius: 32px;
}
.p-top-power-status__title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background: #62b42e;
  padding: 10px;
  width: 528px;
  font-weight: 400;
  border-radius: 32px 0 0 32px;
  position: relative;
}
.p-top-power-status__title span {
  display: inline-block;
  margin-left: 1em;
}
.p-top-power-status__title small {
  font-size: 11px;
  position: absolute;
  display: block;
  bottom: 4px;
  right: 70px;
}
.p-top-power-status__value {
  color: #62b42e;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 352px;
}
.p-top-power-status__num {
  font-size: 40px;
}
.p-top-power-status #is-value-total {
  background: #dcf6ff;
}
.p-top-power-status #is-value-total .p-top-power-status__title {
  background: #1c99cb;
}
.p-top-power-status #is-value-total .p-top-power-status__value {
  color: #1c99cb;
}

@media (max-width: 767px) {
  .p-top-power-status {
    padding: 0 0 25px 0;
    width: 100%;
  }
  .p-top-power-status::after {
    width: 55px;
    height: 100px;
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 4%;
    z-index: 100;
  }
  .p-top-power-status__slider {
    width: 75%;
    margin: 0 auto 0 4%;
  }
  .p-top-power-status__block {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    display: block;
  }
  .p-top-power-status__title {
    font-size: 13px;
    line-height: 1.2;
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 5px;
    display: block;
  }
  .p-top-power-status__title span {
    display: block;
    margin-left: 0;
  }
  .p-top-power-status__title small {
    font-size: 10px;
    position: static;
    display: inline-block;
    margin-left: 5px;
  }
  .p-top-power-status__value {
    font-size: 16px;
    padding: 0;
    display: block;
    border-radius: 0 0 8px 8px;
    width: auto;
  }
  .p-top-power-status__num {
    font-size: 24px;
  }
}
.p-top-notice {
  margin-bottom: 50px;
}
.p-top-notice__inner {
  background: #f2f2f2;
  padding: 15px 30px;
}
.p-top-notice__text {
  padding: 10px 0 5px 0;
  margin: 5px 0;
}
.p-top-notice__text + .p-top-notice__text {
  border-top: 1px solid #dddddd;
}

@media (max-width: 767px) {
  .p-top-notice {
    margin-bottom: 30px;
  }
  .p-top-notice__inner {
    padding: 10px 15px;
  }
  .p-top-notice__text {
    font-size: 13px;
    padding: 10px 0 5px 0;
    margin: 5px 0;
  }
}
.p-top-game {
  width: 880px;
}
.p-top-game .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-game .slick-list {
  overflow: visible;
}
.p-top-game .slick-list::after {
  width: 100%;
  content: "";
  height: 110%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: -880px;
  z-index: 1;
}
.p-top-game .slick-slide {
  height: auto !important;
  border-right: 1px solid #dddddd;
}

@media (max-width: 767px) {
  .p-top-game {
    width: auto;
  }
  .p-top-game .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-game .slick-list::after {
    display: none;
  }
}
.p-top-environment {
  margin-bottom: 60px;
}
.p-top-environment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-environment__video {
  width: 440px;
}
.p-top-environment__video img {
  width: 100%;
  height: auto;
}
.p-top-environment__banner {
  width: 420px;
}

@media (max-width: 767px) {
  .p-top-environment {
    margin-bottom: 40px;
  }
  .p-top-environment__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-environment__video {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-top-environment__banner {
    width: 100%;
  }
}
.p-team-standings-table {
  width: 100%;
}
.p-team-standings-table tr th,
.p-team-standings-table tr td {
  text-align: center;
  vertical-align: middle;
}
.p-team-standings-table tr:nth-child(even) td {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .p-team-standings-table {
    width: auto;
  }
  .p-team-standings-table tr th,
  .p-team-standings-table tr td {
    white-space: nowrap;
  }
}
.p-team-stats-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.p-team-stats-nav li {
  width: 430px;
}
.p-team-stats-nav li a {
  display: block;
  text-align: center;
  border: 4px solid #d4e6ef;
  border-radius: 12px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-team-stats-nav li a:hover {
  background: #e0f7ff;
}
.p-team-stats-nav li a.is-current {
  background: #1c99cb;
  color: #FFFFFF;
  border: 4px solid #1c99cb;
}
.p-team-stats-nav li a.is-current:hover {
  background: #1c99cb;
}

.p-team-stats-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-team-stats-table {
  width: 100%;
}
.p-team-stats-table__focas {
  background: #e0f7ff !important;
}
.p-team-stats-table__total td {
  font-weight: 500;
  background: #e9e9e9;
}
.p-team-stats-table th,
.p-team-stats-table td {
  padding: 5px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  min-width: 2.5em;
}
.p-team-stats-table th {
  vertical-align: middle;
}
.p-team-stats-table th span,
.p-team-stats-table th a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: text-top;
  display: inline-block;
  padding: 5px 0;
}
.p-team-stats-table th a {
  color: #1c99cb;
  text-decoration: none;
}
.p-team-stats-table tr:nth-child(odd) td {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .p-team-stats-nav {
    margin: 15px 0;
  }
  .p-team-stats-nav li {
    width: 48%;
  }
  .p-team-stats-nav li a {
    display: block;
    text-align: center;
    border: 2px solid #d4e6ef;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px;
  }
  .p-team-stats-nav li a:hover {
    background: #FFFFFF;
  }
  .p-team-stats-nav li a.is-current {
    border: 2px solid #1c99cb;
  }
  .p-team-stats-nav li a.is-current:hover {
    background: #1c99cb;
  }
  .p-team-stats-textarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
    word-break: keep-all;
  }
  .p-team-stats-textarea p {
    width: 100%;
  }
  .p-team-stats-table {
    width: auto;
  }
  .p-team-stats-table__name {
    min-width: 60px;
  }
  .p-team-stats-table th a, .p-team-stats-table th span {
    padding: 0;
  }
  .p-team-stats-table th,
  .p-team-stats-table td {
    padding: 4px;
    font-size: 12px;
  }
}
.p-schedule-select {
  padding: 30px 0;
  border-bottom: 1px solid #1c99cb;
}
.p-schedule-select--footer {
  border-bottom: none;
  border-top: 1px solid #1c99cb;
  padding: 10px 0;
  margin-top: 30px;
}
.p-schedule-select__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.p-schedule-select__month li {
  width: 55px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #dddddd;
  margin-right: 20px;
}
.p-schedule-select__month li:last-child {
  margin-right: 0;
}
.p-schedule-select__month li a {
  display: block;
  vertical-align: middle;
  height: 100%;
}
.p-schedule-select__month li a.is-current {
  background: #d4e6ef;
}

@media (max-width: 767px) {
  .p-schedule-select {
    padding: 20px 0;
  }
  .p-schedule-select__year {
    margin-right: 15px;
  }
  .p-schedule-select__month {
    display: none;
  }
}
.p-schedule-calendar {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.p-schedule-calendar__week {
  margin: 5px 0;
  font-size: 14px;
}
.p-schedule-calendar__week:nth-child(6) {
  color: #1c99cb;
}
.p-schedule-calendar__week:nth-child(7) {
  color: #e63d3d;
}
.p-schedule-calendar__item {
  border: 1px solid #dddddd;
  margin: -1px 0 0 -1px;
  min-height: 124px;
  line-height: 1.4;
  padding-bottom: 5px;
  font-size: 14px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-schedule-calendar__item--home {
  background: #effbff;
}
.p-schedule-calendar__item:nth-child(7n+13) .p-schedule-calendar__date {
  color: #1c99cb;
}
.p-schedule-calendar__item:nth-child(7n+14) .p-schedule-calendar__date {
  color: #e63d3d;
}
.p-schedule-calendar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-schedule-calendar__date {
  background: #f2f2f2;
  padding: 5px 0;
  display: block;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-schedule-calendar__date--holiday {
  color: #e63d3d !important;
}
.p-schedule-calendar__game {
  padding: 8px 0 4px;
}
.p-schedule-calendar__game--dh {
  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;
}
.p-schedule-calendar__game--dh .p-schedule-calendar__team {
  margin: 0 5px 0 0;
}
.p-schedule-calendar__team {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}

@media (max-width: 767px) {
  .p-schedule-calendar {
    margin: 20px 0;
  }
  .p-schedule-calendar__week {
    font-size: 12px;
  }
  .p-schedule-calendar__item {
    min-height: 100px;
    font-size: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-schedule-calendar__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-schedule-calendar__date {
    padding: 3px 0;
  }
  .p-schedule-calendar__game--dh {
    display: block;
  }
  .p-schedule-calendar__game--dh .p-schedule-calendar__team {
    margin: 0 auto 5px auto;
  }
  .p-schedule-calendar__team {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto 3px auto;
  }
}
.p-schedule-card {
  display: table;
  margin-bottom: 20px;
}
.p-schedule-card__date {
  background: #f2f2f2;
  width: 80px;
  text-align: center;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.p-schedule-card__date span {
  font-weight: 600;
  font-size: 22px;
  display: block;
  width: 100%;
}
.p-schedule-card__date--sat {
  color: #1c99cb;
}
.p-schedule-card__date--sun {
  color: #e63d3d;
}
.p-schedule-card__date--holiday {
  color: #e63d3d;
}
.p-schedule-card__inner {
  display: table-cell;
  width: calc(100% - 80px);
}
.p-schedule-card__header {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-schedule-card__header dd {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-schedule-card__status {
  width: 80px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  padding: 5px 0 5px 8px;
  position: relative;
}
.p-schedule-card__status::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  right: -15px;
}
.p-schedule-card__status--home {
  background: #62b42e;
}
.p-schedule-card__status--home::after {
  background: #62b42e;
}
.p-schedule-card__status--visitor {
  background: #fabe00;
}
.p-schedule-card__status--visitor::after {
  background: #fabe00;
}
.p-schedule-card__title {
  padding: 5px 10px 5px 20px;
}
.p-schedule-card__event {
  text-align: right;
  padding: 5px 10px;
}
.p-schedule-card__unit {
  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;
  min-height: 144px;
}
.p-schedule-card__column--game {
  text-align: center;
  width: 180px;
}
.p-schedule-card__column--result {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  width: 140px;
  padding: 0 20px 0 0px;
}
.p-schedule-card__column--information {
  width: 260px;
}
.p-schedule-card__column--information dl {
  margin-top: 10px;
  display: table;
}
.p-schedule-card__column--information dl dt,
.p-schedule-card__column--information dl dd {
  font-weight: normal;
  display: table-cell;
  padding: 3px 10px;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 14px;
}
.p-schedule-card__column--information dl dt a,
.p-schedule-card__column--information dl dd a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.p-schedule-card__column--information dl dt a:hover,
.p-schedule-card__column--information dl dd a:hover {
  color: #1c99cb;
}
.p-schedule-card__column--information dl dt {
  background: #f2f2f2;
  text-align: center;
  width: 80px;
}
.p-schedule-card__column--other {
  width: 200px;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-schedule-card__team {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}
.p-schedule-card__team img {
  width: 40px;
  height: auto;
}
.p-schedule-card__venue {
  font-size: 14px;
}
.p-schedule-card__button {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #1c99cb;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-schedule-card__button:hover {
  opacity: 0.8;
}
.p-schedule-card__button--video {
  padding: 5px 10px;
}
.p-schedule-card__button--video::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(/images/common/icon_youtube.png) no-repeat 0 0;
  background-size: contain;
}
.p-schedule-card__ticket {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border: 2px solid #1c99cb;
  border-radius: 8px;
  display: block;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-schedule-card__ticket:hover {
  background: #effbff;
}
.p-schedule-card__ticket--nosale {
  border: 2px solid #dddddd;
  background: #dddddd;
  padding: 5px;
}
.p-schedule-card__ticket--nosale:hover {
  background: #dddddd;
}
.p-schedule-card__ticket__category {
  color: #1c99cb;
  font-weight: 600;
  border-bottom: 1px solid #1c99cb;
  padding-bottom: 5px;
}
.p-schedule-card__ticket__category span {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: url(/images/common/icon_ticket_blue.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 22px;
  padding-right: 5px;
  margin-left: 5px;
}
.p-schedule-card__ticket__status {
  padding-top: 5px;
}
.p-schedule-card__ticket__status::after {
  display: none;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: bottom;
  margin-left: 5px;
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(49%) saturate(733%) hue-rotate(151deg) brightness(95%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(49%) saturate(733%) hue-rotate(151deg) brightness(95%) contrast(95%);
}
.p-schedule-card__ticket__status--01::after {
  display: inline-block;
  background: url(/images/common/icon_maru.png) no-repeat center center;
  background-size: contain;
}
.p-schedule-card__ticket__status--02::after {
  display: inline-block;
  background: url(/images/common/icon_sankaku.png) no-repeat center center;
  background-size: contain;
}
.p-schedule-card__ticket__status--00::after {
  display: inline-block;
  background: url(/images/common/icon_batsu.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .p-schedule-card {
    margin-bottom: 15px;
    width: 100%;
  }
  .p-schedule-card__date {
    width: 60px;
  }
  .p-schedule-card__date span {
    font-size: 18px;
  }
  .p-schedule-card__inner {
    width: calc(100% - 60px);
  }
  .p-schedule-card__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-schedule-card__header dd {
    width: auto;
    font-size: 11px;
  }
  .p-schedule-card__status {
    width: 52px;
    font-size: 12px;
    padding: 5px 0 5px 5px;
  }
  .p-schedule-card__title {
    padding: 5px 10px 5px 20px;
  }
  .p-schedule-card__event {
    background: #f8f8f8;
  }
  .p-schedule-card__unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 15px;
  }
  .p-schedule-card__column--game {
    width: 50%;
  }
  .p-schedule-card__column--result {
    font-size: 18px;
    width: 50%;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  .p-schedule-card__column--information {
    width: 50%;
    padding-left: 10px;
  }
  .p-schedule-card__column--information dl {
    display: block;
    margin-top: 5px;
  }
  .p-schedule-card__column--information dl dt,
  .p-schedule-card__column--information dl dd {
    display: block;
    padding: 5px 0;
    font-size: 11px;
  }
  .p-schedule-card__column--information dl dt {
    width: auto;
    padding: 3px 5px;
  }
  .p-schedule-card__column--other {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .p-schedule-card__team {
    font-size: 12px;
    line-height: 1.2;
  }
  .p-schedule-card__venue {
    font-size: 12px;
  }
  .p-schedule-card__button {
    font-size: 12px;
    padding: 12px 5px;
    margin-top: 15px;
  }
  .p-schedule-card__button:first-child {
    margin-top: 0;
  }
  .p-schedule-card__button:hover {
    opacity: 1;
  }
  .p-schedule-card__button--video {
    padding: 8px 5px;
  }
  .p-schedule-card__button--video::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .p-schedule-card__ticket {
    font-size: 12px;
  }
  .p-schedule-card__ticket__category {
    padding-bottom: 3px;
  }
  .p-schedule-card__ticket__category span {
    background: url(/images/common/icon_ticket_blue.png) no-repeat top -2px center;
    background-size: contain;
  }
  .p-schedule-card__ticket__status {
    padding-top: 3px;
  }
  .p-schedule-card__ticket__status::after {
    width: 18px;
    height: 18px;
  }
}
.p-ticket-button {
  display: block;
  text-decoration: none;
  width: 320px;
  text-align: center;
  margin: 30px auto;
}
.p-ticket-button a {
  display: block;
}
.p-ticket-button__images {
  width: 100%;
  height: auto;
}

.p-ticket-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 36px auto;
}
.p-ticket-link--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-ticket-link__item {
  border-radius: 10px;
  width: 424px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
.p-ticket-link__item dt {
  font-weight: 500;
  width: 100%;
  font-size: 18px;
}
.p-ticket-link__item dd {
  width: 100%;
}
.p-ticket-link__item dd a {
  display: block;
  text-decoration: none;
  padding: 15px;
  line-height: 1;
  border-radius: 10px;
  border: 4px solid #FFFFFF;
}
.p-ticket-link__item--member {
  border: 4px solid #ffe100;
}
.p-ticket-link__item--member dd a {
  background: #ffe100;
}
.p-ticket-link__item--reserve {
  border: 4px solid #1c99cb;
}
.p-ticket-link__item--reserve dd a {
  background: #1c99cb;
}

.p-ticket-card {
  border-top: 1px solid #dddddd;
}
.p-ticket-card__item {
  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;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.p-ticket-card__item span,
.p-ticket-card__item a {
  display: block;
  text-align: center;
}
.p-ticket-card__date {
  width: 15%;
}
.p-ticket-card__date.is-holiday {
  color: #e60033;
}
.p-ticket-card__date.is-saturday {
  color: #1c99cb;
}
.p-ticket-card__time {
  width: 15%;
}
.p-ticket-card__team {
  width: 25%;
  line-height: 1.2;
}
.p-ticket-card__team img {
  width: 50px;
  height: auto;
}
.p-ticket-card__venue {
  width: 25%;
}
.p-ticket-card__venue--sp {
  display: none !important;
}
.p-ticket-card__button {
  width: 20%;
  position: relative;
  border-radius: 8px;
}
.p-ticket-card--vacantseat {
  margin-bottom: 50px;
}
.p-ticket-card--vacantseat .p-ticket-card__unit {
  display: table;
  width: 15%;
}
.p-ticket-card--vacantseat .p-ticket-card__date {
  width: 8%;
  text-align: left;
  display: table-cell;
}
.p-ticket-card--vacantseat .p-ticket-card__time {
  width: 7%;
  display: table-cell;
}
.p-ticket-card--vacantseat .p-ticket-card__title {
  width: 30%;
}
.p-ticket-card--vacantseat .p-ticket-card__team {
  width: 20%;
}
.p-ticket-card--vacantseat .p-ticket-card__venue {
  width: 20%;
}
.p-ticket-card--vacantseat .p-ticket-card__button {
  width: 15%;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-ticket-button {
    width: 70%;
    max-width: 220px;
    margin: 20px auto;
  }
  .p-ticket-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px auto;
  }
  .p-ticket-link__item {
    width: 90%;
    max-width: 360px;
    height: 100px;
    margin: 0 auto;
  }
  .p-ticket-link__item dt {
    font-size: 15px;
    line-height: 1.2;
  }
  .p-ticket-link__item dd a {
    font-size: 14px;
    padding: 10px;
  }
  .p-ticket-link__item--member {
    margin-bottom: 15px;
  }
  .p-ticket-card__team {
    width: 30%;
    line-height: 1.2;
    font-size: 12px;
    padding: 0 5px;
  }
  .p-ticket-card__team img {
    width: 36px;
    height: auto;
  }
  .p-ticket-card__venue {
    width: 20%;
  }
  .p-ticket-card__venue--pc {
    display: none !important;
  }
  .p-ticket-card__venue--sp {
    display: block !important;
  }
  .p-ticket-card__button {
    width: 30%;
    max-width: 84px;
    border-radius: 6px;
  }
  .p-ticket-card--vacantseat {
    margin-bottom: 30px;
  }
  .p-ticket-card--vacantseat .p-ticket-card__unit {
    display: block;
    width: 15%;
    text-align: center;
    line-height: 1.2;
  }
  .p-ticket-card--vacantseat .p-ticket-card__date {
    width: auto;
    text-align: center;
    display: block;
  }
  .p-ticket-card--vacantseat .p-ticket-card__time {
    width: auto;
    display: block;
  }
  .p-ticket-card--vacantseat .p-ticket-card__title {
    width: 25%;
    line-height: 1.2;
    padding: 0 10px;
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-ticket-card--vacantseat .p-ticket-card__team {
    width: 15%;
  }
  .p-ticket-card--vacantseat .p-ticket-card__venue {
    width: 20%;
  }
  .p-ticket-card--vacantseat .p-ticket-card__button {
    font-size: 11px;
    width: 25%;
    max-width: 84px;
  }
}
.p-ticket-unreserved {
  background: #effbff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 30px;
}
.p-ticket-unreserved__button {
  display: block;
  width: 300px;
  margin: 20px auto 0 auto;
}
.p-ticket-unreserved__button img {
  width: 100%;
  height: auto;
}
.p-ticket-unreserved__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: 15px auto 0 auto;
}
.p-ticket-unreserved__inner img {
  width: 200px;
  height: auto;
  margin: 0 20px 0 0;
}
.p-ticket-unreserved__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ticket-unreserved__list a {
  background: #0A76C0;
  display: block;
  width: 200px;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 12px 8px;
  border-radius: 6px;
  position: relative;
}
.p-ticket-unreserved__list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

@media (max-width: 767px) {
  .p-ticket-unreserved {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .p-ticket-unreserved__button {
    display: block;
    width: 240px;
    margin: 10px auto 0 auto;
  }
  .p-ticket-unreserved__inner {
    margin: 0 auto;
  }
  .p-ticket-unreserved__inner img {
    width: 44%;
    max-width: 200px;
    height: auto;
    margin: 0 15px 0 auto;
  }
  .p-ticket-unreserved__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 56%;
  }
  .p-ticket-unreserved__list a {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 12px 10px 5px;
    font-size: 13px;
  }
  .p-ticket-unreserved__list a::after {
    right: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 12px;
    height: 12px;
  }
}
.p-ticket-vacantseat-day {
  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-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.p-ticket-vacantseat-day .p-ticket-seat-list {
  border-top: none;
}
.p-ticket-vacantseat-day .p-ticket-seat-list .p-ticket-seat-list__item:last-child {
  border-bottom: none;
}
.p-ticket-vacantseat-day__text {
  text-align: center;
  margin: 40px 0;
  color: #999999;
  width: 100%;
}
.p-ticket-vacantseat-day__list {
  width: 480px;
}
.p-ticket-vacantseat-day__button {
  width: 370px;
  text-align: center;
  margin: 20px 0;
}
.p-ticket-vacantseat-day__button h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-ticket-vacantseat-day__button a {
  display: block;
  width: 240px;
  margin: 0 auto;
}
.p-ticket-vacantseat-day__button a img {
  width: 100%;
  height: auto;
}
.p-ticket-vacantseat-day__button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ticket-vacantseat-day__button__inner img {
  width: 150px;
  height: auto;
  margin: 0 20px 0 0;
}
.p-ticket-vacantseat-day__button__list a {
  background: #0A76C0;
  display: block;
  width: 200px;
  margin: 10px 0 0 0;
  color: #FFFFFF;
  font-weight: 600;
  padding: 8px;
  border-radius: 6px;
  position: relative;
}
.p-ticket-vacantseat-day__button__list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}
.p-ticket-vacantseat-day__update {
  font-size: 14px;
  text-align: right;
}

@media (max-width: 767px) {
  .p-ticket-vacantseat-day {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .p-ticket-vacantseat-day .p-ticket-seat-list .p-ticket-seat-list__item:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .p-ticket-vacantseat-day__text {
    text-align: center;
    margin: 5px 0;
    padding: 25px 0 30px 0;
    border-bottom: 1px solid #dddddd;
  }
  .p-ticket-vacantseat-day__list {
    width: 100%;
  }
  .p-ticket-vacantseat-day__button {
    width: auto;
    text-align: center;
    margin: 10px auto 20px auto;
  }
  .p-ticket-vacantseat-day__button h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .p-ticket-vacantseat-day__button a {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  .p-ticket-vacantseat-day__button__inner img {
    width: 45%;
    max-width: 150px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .p-ticket-vacantseat-day__button__list {
    width: 55%;
  }
  .p-ticket-vacantseat-day__button__list a {
    width: auto;
    max-width: 150px;
    padding: 8px 16px 8px 8px;
    font-size: 13px;
    margin: 10px 0 0 0;
  }
  .p-ticket-vacantseat-day__button__list a::after {
    right: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 12px;
    height: 12px;
  }
  .p-ticket-vacantseat-day__update {
    font-size: 12px;
  }
}
.p-ticket-tip {
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
}
.p-ticket-tip--kokuyo {
  background: #e50012;
}
.p-ticket-tip--fieldseat-a {
  background: #009043;
}
.p-ticket-tip--fieldseat-b {
  background: #aacc03;
}
.p-ticket-tip--backnet {
  background: #f19a96;
}
.p-ticket-tip--infield {
  background: #006cb6;
}
.p-ticket-tip--outfield {
  background: #ffe900;
}
.p-ticket-tip--wheelchair {
  background: #ef8200;
}

@media (max-width: 767px) {
  .p-ticket-tip {
    width: 24px;
    height: 12px;
  }
}
.p-ticket-seat-list {
  border-top: 1px solid #dddddd;
}
.p-ticket-seat-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.p-ticket-seat-list__no {
  margin: 0 10px;
}
.p-ticket-seat-list__color {
  margin: 0 10px;
}
.p-ticket-seat-list__name {
  margin: 0 10px;
}
.p-ticket-seat-list__button {
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-ticket-seat-list__item {
    padding: 8px 0;
  }
  .p-ticket-seat-list__no {
    margin: 0 5px;
  }
  .p-ticket-seat-list__color {
    margin: 0 5px;
  }
  .p-ticket-seat-list__name {
    margin: 0 5px;
    line-height: 1.2;
    font-size: 12px;
    width: 50%;
  }
}
.p-ticket-svg {
  text-align: center;
  width: 400px;
  margin: 0 auto;
}
.p-ticket-svg svg {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-ticket-svg {
    max-width: 350px;
    width: 100%;
  }
}
.p-ticket-price {
  width: 100%;
}
.p-ticket-price__item {
  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;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.p-ticket-price__item--header {
  background: #eef6e9;
}
.p-ticket-price__item--header .p-ticket-price__type {
  text-align: center;
}
.p-ticket-price__type {
  width: 300px;
  padding: 0 10px;
}
.p-ticket-price__type .p-ticket-tip {
  margin: 0 10px;
}
.p-ticket-price__price {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-ticket-price__price dl {
  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;
}
.p-ticket-price__price dl dt,
.p-ticket-price__price dl dd {
  font-weight: normal;
  text-align: center;
}
.p-ticket-price__price dl dt {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  width: 50px;
  margin: 0 5px;
}
.p-ticket-price__price dl dt.p-ticket-price__regular {
  background: #009240;
  color: #FFFFFF;
}
.p-ticket-price__price dl dt.p-ticket-price__fc {
  background: #ffe100;
  color: #000000;
}
.p-ticket-price__price dl dd {
  padding: 0 5px;
  width: 95px;
}
.p-ticket-price__price dl dd:last-child {
  border-left: 1px solid #dddddd;
}
.p-ticket-price__details {
  width: 80px;
  text-align: center;
}
.p-ticket-price__button {
  padding: 2px 15px 2px 10px;
  border-radius: 8px;
  border: 2px solid #1c99cb;
  display: block;
  position: relative;
  margin: 0 0 0 5px;
}
.p-ticket-price__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c99cb;
  border-right: 2px solid #1c99cb;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}

@media (max-width: 767px) {
  .p-ticket-price {
    width: 480px;
  }
  .p-ticket-price__item {
    font-size: 12px;
    padding: 5px 0;
  }
  .p-ticket-price__type {
    width: 230px;
    padding: 0 5px;
    white-space: nowrap;
  }
  .p-ticket-price__type .p-ticket-tip {
    margin: 0 5px;
  }
  .p-ticket-price__price {
    width: 170px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-ticket-price__price dl {
    margin: 2px 0;
  }
  .p-ticket-price__price dl dt {
    padding: 3px 6px;
    width: 40px;
    margin: 0 5px;
    font-size: 11px;
  }
  .p-ticket-price__price dl dd {
    padding: 0 5px;
    width: 60px;
  }
  .p-ticket-price__details {
    width: 80px;
    text-align: center;
  }
  .p-ticket-price__button {
    min-width: 70px;
    position: relative;
    font-size: 12px;
    margin: 0 5px;
  }
  .p-ticket-price__button::after {
    width: 6px;
    height: 6px;
    right: 5px;
  }
}
.p-ticket-section--guide {
  margin-top: 40px;
}

.p-ticket-seat-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.p-ticket-seat-guide__photo {
  width: 300px;
}
.p-ticket-seat-guide__photo img {
  width: 100%;
  height: auto;
}
.p-ticket-seat-guide__photo .sp-arrow {
  width: 24px;
  height: 24px;
  background: #FFFFFF url(/images/common/arrow.svg) no-repeat center center;
  background-size: 16px 16px;
  border-radius: 24px;
}
.p-ticket-seat-guide__photo .sp-arrow.sp-previous-arrow {
  background-position: center left 3px;
  left: 10px;
}
.p-ticket-seat-guide__photo .sp-arrow.sp-previous-arrow::before, .p-ticket-seat-guide__photo .sp-arrow.sp-previous-arrow::after {
  display: none;
}
.p-ticket-seat-guide__photo .sp-arrow.sp-next-arrow {
  background-position: center right 6px;
  right: 10px;
}
.p-ticket-seat-guide__photo .sp-arrow.sp-next-arrow::before, .p-ticket-seat-guide__photo .sp-arrow.sp-next-arrow::after {
  display: none;
}
.p-ticket-seat-guide__overview {
  width: 550px;
}
.p-ticket-seat-guide__overview dt {
  margin-bottom: 5px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-ticket-seat-guide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-ticket-seat-guide__photo {
    width: auto;
  }
  .p-ticket-seat-guide__photo img {
    width: 100%;
    height: auto;
  }
  .p-ticket-seat-guide__overview {
    width: auto;
  }
  .p-ticket-seat-guide__overview dt {
    font-size: 14px;
    margin: 10px 0 5px 0;
  }
}
.p-news-top h3.c-heading {
  margin-bottom: 10px;
}
.p-news-top__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news-top__category li {
  margin: 0 20px 10px 0;
  display: inline-block;
}
.p-news-top__button-wrapper {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-news-top__button-wrapper input[type=button] {
  margin: 0 10px 0 0;
}
.p-news-top__list {
  margin-top: 30px;
  border-top: 1px solid #1c99cb;
}

@media (max-width: 767px) {
  .p-news-top__button {
    margin-top: 40px;
  }
  .p-news-top__button-wrapper {
    margin: 10px auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news-top__list {
    margin-top: 20px;
  }
}
.p-news-detail__title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.p-news-detail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-news-detail__article h3 {
  background: #e3f1f6;
  padding: 10px 15px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 15px;
  line-height: 1.5;
}
.p-news-detail__article h4 {
  background: #f2f2f2;
  padding: 10px 15px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px 0;
  line-height: 1.5;
}
.p-news-detail__article h5 {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
  font-weight: 600;
  font-size: 17px;
  margin: 20px 0 10px 0;
}
.p-news-detail__article h6 {
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0;
}
.p-news-detail__article p {
  line-height: 1.8;
}
.p-news-detail__article img {
  height: auto;
  max-width: 100%;
}
.p-news-detail__article dl {
  margin: 15px 0;
  line-height: 1.8;
}
.p-news-detail__article dl dt {
  font-weight: 600;
}
.p-news-detail__article table th,
.p-news-detail__article table td {
  padding: 10px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.p-news-detail__article table th {
  background: #eef6e9;
  font-weight: 500;
}
.p-news-detail__article table.basic-table th {
  text-align: center;
}
.p-news-detail__article table.basic-table td {
  text-align: left;
}
.p-news-detail__article .unit {
  margin: 30px auto;
}
.p-news-detail__article .img-c {
  text-align: center;
}
.p-news-detail__article .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto 0 auto;
}
.p-news-detail__article .photo-list li {
  width: 428px;
  height: auto;
  margin-bottom: 15px;
}
.p-news-detail__article .photo-list li img {
  width: 100%;
  height: auto;
}
.p-news-detail__article .photo-list li.obj-fit {
  width: 428px;
  height: 285px;
  margin-bottom: 15px;
}
.p-news-detail__article .photo-list li.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-news-detail__article .caption {
  display: block;
  text-align: center;
  margin: 5px 0;
  font-size: 13px;
}
.p-news-detail__article .indent li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
  line-height: 1.8;
}
.p-news-detail__article .link {
  color: #1c99cb;
  display: inline-block;
  vertical-align: middle;
}
.p-news-detail__article .link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c99cb;
  border-right: 2px solid #1c99cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.p-news-detail__article .link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .p-news-detail {
    max-width: 100%;
    margin: 20px 4%;
  }
  .p-news-detail__title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .p-news-detail__data {
    margin-bottom: 15px;
  }
  .p-news-detail__article h3 {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px;
    margin: 30px 0 15px;
  }
  .p-news-detail__article h4 {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    margin: 20px 0 10px;
  }
  .p-news-detail__article h5 {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
  }
  .p-news-detail__article h6 {
    font-size: 13px;
    margin: 10px 0;
  }
  .p-news-detail__article dl {
    margin: 10px 0;
  }
  .p-news-detail__article table th,
  .p-news-detail__article table td {
    font-size: 12px;
    line-height: 1.2;
  }
  .p-news-detail__article .unit {
    margin: 20px auto;
  }
  .p-news-detail__article .photo-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-news-detail__article .photo-list li {
    width: 100%;
    height: auto;
  }
  .p-news-detail__article .photo-list li.obj-fit {
    width: 100%;
    height: 61vw;
  }
  .p-news-detail__article .caption {
    font-size: 11px;
  }
  .p-news-detail__article .indent li {
    font-size: 12px;
  }
  .p-news-detail__article .link::before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .p-seat-heading {
    margin: 20px 4% 10px 4%;
  }
}
.p-seat-serch {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
}
.p-seat-serch__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-seat-serch__unit--type {
  margin-right: 60px;
}
.p-seat-serch__heading {
  color: #1c99cb;
  margin-right: 10px;
  font-weight: 600;
}
.p-seat-serch__input {
  width: 5em;
}
.p-seat-serch__text {
  margin: 0 30px 0 5px;
}
.p-seat-serch__button {
  margin: 30px auto 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-seat-serch {
    border-radius: 0;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .p-seat-serch__unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-seat-serch__unit--type {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-seat-serch__heading {
    font-size: 13px;
    width: 40px;
  }
  .p-seat-serch__select {
    width: calc(100% - 50px);
  }
  .p-seat-serch__select select {
    width: 100%;
  }
  .p-seat-serch__input {
    width: 5em;
  }
  .p-seat-serch__text {
    margin: 0 15px 0 5px;
  }
  .p-seat-serch__button {
    margin: 20px auto 0 auto;
  }
}
.p-seat-result {
  background: #effbff;
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is-error-sp {
  display: none;
}

@media (max-width: 767px) {
  .p-seat-result {
    border-radius: 0;
    padding: 20px 15px;
  }
  .p-seat-result__map {
    width: 100%;
  }
  .is-error-sp {
    margin: 0 4%;
    font-size: 13px;
    display: block;
  }
}
.p-seat-map {
  position: relative;
  width: 442px;
  height: 442px;
  border: 6px solid #1c99cb;
  overflow: hidden;
}
.p-seat-map .is-pointer {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(/images/seat/pointer.png) no-repeat;
  left: 0;
  top: 0;
  z-index: 998;
}
.p-seat-map__box {
  width: 430px;
  height: 430px;
}
.p-seat-map__images {
  width: 100%;
  height: auto;
}
.p-seat-map__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.p-seat-map__icon--camera {
  cursor: pointer;
}
.p-seat-map__zoom {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.p-seat-map__zoom__button {
  color: #FFFFFF;
  background-color: rgba(28, 153, 203, 0.8);
  width: 30px;
  height: 30px;
}
.p-seat-map__zoom__button--in {
  display: none;
  background: rgba(28, 153, 203, 0.8) url(/images/seat/icon_zoomin.png) no-repeat center center;
  background-size: 24px 24px;
}
.p-seat-map__zoom__button--out {
  background: rgba(28, 153, 203, 0.8) url(/images/seat/icon_zoomout.png) no-repeat center center;
  background-size: 24px 24px;
}
.p-seat-map__view {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 430px;
  height: 430px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.p-seat-map__photo {
  position: absolute;
  max-width: 400px;
  height: auto;
}
.p-seat-map__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 999;
}
.p-seat-map__close img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-seat-map {
    position: relative;
    width: 100%;
    height: auto;
    border: 4px solid #1c99cb;
  }
  .p-seat-map__images {
    cursor: move;
  }
  .p-seat-map__view {
    width: 100%;
    height: 100%;
  }
  .p-seat-map__photo {
    max-width: 90%;
    height: auto;
  }
  .p-seat-map__close {
    width: 20px;
    height: 20px;
  }
}
.p-seat-guide {
  font-size: 14px;
  margin-top: 5px;
}
.p-seat-guide__icon {
  margin-right: 10px;
}
.p-seat-guide__icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 2px;
}
.p-seat-guide__icon--camera::before {
  background: url(/images/seat/icon_camera.png) no-repeat;
  background-size: contain;
}
.p-seat-guide__icon--wheelchair::before {
  background: url(/images/seat/icon_wheelchair.png) no-repeat;
  background-size: contain;
}
.p-seat-guide__icon--gate::before {
  background: url(/images/seat/icon_gate.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .p-seat-guide {
    font-size: 12px;
    margin: 5px 0 20px 0;
  }
  .p-seat-guide__icon::before {
    width: 20px;
    height: 20px;
  }
}
.p-seat-details {
  width: 360px;
}
.p-seat-details__images {
  width: 100%;
  height: auto;
}
.p-seat-details__text {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  background: rgba(28, 153, 203, 0.8);
  color: #FFFFFF;
  margin-bottom: 15px;
}
.p-seat-details__text--error {
  font-size: 14px;
}
.p-seat-details__link {
  text-align: right;
  margin-top: 5px;
}
.p-seat-details__link a {
  color: #000000;
}

@media (max-width: 767px) {
  .p-seat-details {
    width: 100%;
  }
  .p-seat-details__images {
    width: 100%;
    height: auto;
  }
  .p-seat-details__text {
    font-size: 13px;
  }
  .p-seat-details__text.u-hide--sp {
    display: none;
  }
  .p-seat-details__text--error {
    font-size: 13px;
  }
}
.p-seasonseat-section {
  margin-bottom: 50px;
}

.p-seasonseat-lead {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  font-weight: 600;
}

.p-seasonseat-nav h3 {
  background: #1c99cb;
  border-radius: 12px 12px 0 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.p-seasonseat-nav ul {
  background: #f2f2f2;
  border-radius: 0 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.p-seasonseat-nav ul li {
  width: 16.66666%;
  border-right: 1px solid #dddddd;
  text-align: center;
}
.p-seasonseat-nav ul li:last-child {
  border-right: none;
}
.p-seasonseat-nav ul li a {
  display: block;
  padding: 10px 10px 20px 10px;
  position: relative;
}
.p-seasonseat-nav ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c99cb;
  border-right: 2px solid #1c99cb;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 8px;
  left: 0;
  right: 0;
}

.p-seasonseat-heading {
  margin: 40px 0 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.p-seasonseat-heading__limit {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-right: 1em;
}
.p-seasonseat-heading__limit--kokuyo {
  background: #e60012;
}
.p-seasonseat-heading__limit--backnet {
  background: #f39b97;
}
.p-seasonseat-heading__limit--field {
  background: #00843e;
}
.p-seasonseat-heading__icon {
  display: inline-block;
  border: 2px solid #e60012;
  color: #e60012;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1;
  padding: 5px;
  margin: 0 10px;
}

.p-seasonseat-subhead {
  margin: 5px 0;
  font-weight: 600;
}

.p-seasonseat-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-seasonseat-unit--border {
  border-bottom: 1px solid #dddddd;
  padding: 20px 40px 20px 0;
}
.p-seasonseat-unit__info {
  width: 550px;
}
.p-seasonseat-unit__info--l {
  width: 600px;
}
.p-seasonseat-unit__photo {
  width: 300px;
}
.p-seasonseat-unit__photo--s {
  width: 200px;
}
.p-seasonseat-unit__photo--button {
  width: 300px;
  text-align: center;
}
.p-seasonseat-unit__photo__button {
  width: 220px;
  height: auto;
}
.p-seasonseat-unit__photo__images {
  width: 100%;
  height: auto;
}
.p-seasonseat-unit__price {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.p-seasonseat-table {
  width: 580px;
}
.p-seasonseat-table th, .p-seasonseat-table td {
  text-align: center;
}
.p-seasonseat-table__seat--kokuyo {
  background: #e60012;
}
.p-seasonseat-table__seat--field-a {
  background: #00843e;
}
.p-seasonseat-table__seat--backnet {
  background: #f39b97;
}
.p-seasonseat-table__icon {
  display: inline-block;
  border: 2px solid #e60012;
  color: #e60012;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1;
  padding: 5px;
  margin: 0 10px;
}

.p-seasonseat-seat {
  width: 280px;
}
.p-seasonseat-seat img {
  width: 100%;
  height: auto;
}

.p-seasonseat-notice li {
  font-size: 15px;
  line-height: 1.5;
}

.p-seasonseat-follow-button {
  position: sticky;
  display: block;
  bottom: 130px;
  right: 0px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px 0 0 50px;
  z-index: 100;
  margin: 0 0 50px auto;
  width: 300px;
  text-align: center;
  border: 4px solid #1c99cb;
  border-right: none;
}
.p-seasonseat-follow-button a {
  display: block;
  border: 1px solid #FFFFFF;
  border-right: none;
  background: #009240;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  border-radius: 46px 0 0 46px;
  line-height: 1.3;
  padding: 10px 0 10px 10px;
  text-align: center;
}
.p-seasonseat-follow-button a small {
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.p-seasonseat-follow-button a span {
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-seasonseat-section {
    margin-bottom: 30px;
  }
  .p-seasonseat-visual img {
    width: 100%;
    height: auto;
  }
  .p-seasonseat-lead {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin: 20px 0;
  }
  .p-seasonseat-nav h3 {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px;
  }
  .p-seasonseat-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .p-seasonseat-nav ul li {
    width: 33.33333%;
  }
  .p-seasonseat-nav ul li:nth-child(3n) {
    border-right: none;
  }
  .p-seasonseat-nav ul li:nth-child(n+4) {
    border-top: 1px solid #dddddd;
  }
  .p-seasonseat-heading {
    margin: 30px 0 10px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .p-seasonseat-heading__limit {
    font-size: 14px;
  }
  .p-seasonseat-subhead {
    font-size: 14px;
  }
  .p-seasonseat-unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-seasonseat-unit--border {
    padding: 10px 0;
  }
  .p-seasonseat-unit__info {
    width: 100%;
  }
  .p-seasonseat-unit__info--l {
    width: 100%;
  }
  .p-seasonseat-unit__photo {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .p-seasonseat-unit__photo .slick-slide img {
    width: 100%;
    height: auto;
  }
  .p-seasonseat-unit__photo--s {
    width: 100%;
  }
  .p-seasonseat-unit__photo--button {
    width: 100%;
    text-align: center;
  }
  .p-seasonseat-unit__photo__button {
    width: 220px;
    height: auto;
  }
  .p-seasonseat-unit__photo__images {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .p-seasonseat-unit__price {
    font-size: 15px;
    margin: 5px 0;
  }
  .p-seasonseat-table {
    width: auto;
    margin: 0;
  }
  .p-seasonseat-table th, .p-seasonseat-table td {
    padding: 5px;
  }
  .p-seasonseat-seat {
    width: 100%;
    margin: 10px 0;
  }
  .p-seasonseat-seat img {
    max-width: 360px;
    width: 100%;
    height: auto;
  }
  .p-seasonseat-notice li {
    font-size: 13px;
    line-height: 1.5;
  }
  .p-seasonseat-button .c-button-link {
    width: 260px;
  }
  .p-seasonseat-follow-button {
    bottom: 80px;
    width: 250px;
    text-align: center;
    border: 4px solid #1c99cb;
    border-right: none;
  }
  .p-seasonseat-follow-button a {
    font-size: 16px;
    font-weight: 600;
    border-radius: 46px 0 0 46px;
    line-height: 1.3;
    padding: 5px 0 5px 10px;
    text-align: center;
  }
  .p-seasonseat-follow-button a small {
    font-size: 10px;
  }
  .p-seasonseat-follow-button a span {
    font-size: 13px;
  }
}
.u-margin--top20 {
  margin-top: 20px;
}

.u-margin--top30 {
  margin-top: 30px;
}

.p-score-accent {
  display: inline-block;
  margin: 0 0.5em;
}

.p-score-info {
  display: inline-block;
}

.p-score-inning {
  background: #393939;
  color: #FFFFFF;
  width: 100%;
  border-left: 10px solid #393939;
  border-right: 10px solid #393939;
  border-bottom: 10px solid #393939;
}
.p-score-inning th,
.p-score-inning td {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.p-score-inning tbody th,
.p-score-inning tbody td {
  background: #000000;
  border: 2px solid #393939;
}
.p-score-inning__team {
  width: 25%;
  white-space: nowrap;
}

.u-scrollable {
  margin-bottom: 20px;
}

.p-score-table {
  width: 100%;
}
.p-score-table th,
.p-score-table td {
  border: 1px solid #dddddd;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 36px;
}
.p-score-table th.homerun,
.p-score-table td.homerun {
  background: #FFCC99;
}
.p-score-table th.hit,
.p-score-table td.hit {
  background: #FFFF99;
}
.p-score-table th.dead4,
.p-score-table td.dead4 {
  background: #CCCCFF;
}
.p-score-table th.rbi,
.p-score-table td.rbi {
  color: #FF0000;
}
.p-score-table thead th {
  background: #eeeeee;
}
.p-score-table thead th span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.15em;
  vertical-align: top;
  display: inline-block;
}
.p-score-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.p-score-table tfoot th,
.p-score-table tfoot td {
  background: #E8E8E8;
}
.p-score-table__player {
  min-width: 120px !important;
}

.p-score-notice {
  margin-top: -15px;
  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;
}
.p-score-notice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-score-notice ul li {
  margin-right: 15px;
  font-size: 14px;
}
.p-score-notice__tag {
  display: inline-block;
  width: 30px;
  height: 16px;
  border: 1px solid #dddddd;
  margin-right: 5px;
  vertical-align: middle;
}
.p-score-notice__tag--homerun {
  background: #FFCC99;
}
.p-score-notice__tag--hit {
  background: #FFFF99;
}
.p-score-notice__tag--dead4 {
  background: #CCCCFF;
}
.p-score-notice__rbi {
  color: #FF0000;
}
.p-score-notice__notes {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
.p-score-notice__bis {
  text-align: right;
  font-size: 14px;
  width: 100%;
}
.p-score-notice__bis img {
  width: 100px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.p-score-referral {
  padding: 30px;
  background: #f2f2f2;
  border-radius: 12px;
  margin: 60px 0;
  text-align: center;
}
.p-score-referral p {
  font-size: 15px;
}
.p-score-referral__button {
  margin: 20px auto 0 auto;
  line-height: 1.4;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  width: 400px;
}
.p-score-referral__button::before {
  display: none;
}
.p-score-referral__button span {
  font-size: 18px;
}
.p-score-referral__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

@media (max-width: 767px) {
  .p-score-inning {
    border-left: 5px solid #393939;
    border-right: 5px solid #393939;
    border-bottom: 5px solid #393939;
    width: auto;
    min-width: 100%;
  }
  .p-score-inning th,
  .p-score-inning td {
    padding: 8px 5px;
    font-size: 13px;
    min-width: 20px;
    line-height: 1.2;
  }
  .p-score-inning__team {
    width: auto;
    min-width: 80px !important;
    white-space: nowrap;
  }
  .u-scrollable {
    margin-bottom: 0;
  }
  .p-score-table {
    width: auto;
  }
  .p-score-table th,
  .p-score-table td {
    padding: 6px 4px;
    font-size: 12px;
    min-width: 30px;
  }
  .p-score-table__player {
    min-width: 80px !important;
  }
  .p-score-notice {
    display: block;
    margin-top: -30px;
  }
  .p-score-notice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .p-score-notice ul li {
    margin-right: 15px;
    font-size: 12px;
  }
  .p-score-notice__tag {
    display: inline-block;
    width: 20px;
    height: 14px;
  }
  .p-score-notice__notes {
    font-size: 12px;
  }
  .p-score-notice__bis {
    text-align: right;
    font-size: 12px;
  }
  .p-score-referral {
    padding: 25px 4%;
    border-radius: 8px;
    margin: 30px 0;
  }
  .p-score-referral p {
    font-size: 12px;
  }
  .p-score-referral__button {
    margin: 15px auto 0 auto;
    line-height: 1.3;
    height: auto;
    font-size: 13px;
    width: 90%;
  }
  .p-score-referral__button span {
    font-size: 15px;
  }
}
.p-park-text {
  margin: 30px 0;
}
.p-park-text--other {
  margin: 0 0 30px 0;
}

.p-park-menu {
  width: 580px;
  margin: 0 auto 30px auto;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.p-park-list--prohibitions li {
  line-height: 1.8;
  text-indent: -10px;
  margin-left: 18px;
  margin-bottom: 5px;
}
.p-park-list--prohibitions li::before {
  content: "×";
  display: inline-block;
  vertical-align: top;
  color: #e60033;
  margin-right: 5px;
}

.p-park-notes {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-park-text {
    margin: 20px 0;
  }
  .p-park-text--other {
    margin: 0 0 20px 0;
  }
  .p-park-menu {
    width: auto;
    margin: 0 auto 20px auto;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .p-park-list--prohibitions li {
    line-height: 1.5;
    text-indent: -9px;
    margin-left: 17px;
  }
}
.p-park-schedule__item {
  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-bottom: 1px solid #dddddd;
}
.p-park-schedule__date {
  width: 130px;
  font-size: 22px;
  padding: 15px 0;
}
.p-park-schedule__date--sat {
  color: #1c99cb;
}
.p-park-schedule__date--sun, .p-park-schedule__date--holiday {
  color: #e60033;
}
.p-park-schedule__inner {
  width: calc(100% - 130px);
}
.p-park-schedule__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.p-park-schedule__unit + .p-park-schedule__unit {
  border-top: 1px dotted #999999;
}
.p-park-schedule__venue {
  display: block;
  width: 20%;
  color: #62b42e;
}
.p-park-schedule__event {
  width: 80%;
  display: block;
}

@media (max-width: 767px) {
  .p-park-schedule {
    margin-bottom: 40px;
  }
  .p-park-schedule__date {
    width: 90px;
    font-size: 16px;
    padding: 10px 0;
  }
  .p-park-schedule__inner {
    width: calc(100% - 90px);
  }
  .p-park-schedule__unit {
    display: block;
    padding: 10px 0;
  }
  .p-park-schedule__unit + .p-park-schedule__unit {
    border-top: 1px dotted #bdbdbd;
  }
  .p-park-schedule__venue {
    width: 100%;
  }
  .p-park-schedule__event {
    width: 100%;
  }
}
.p-park-access-cm {
  background: #eef6e9;
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
}
.p-park-access-cm h4 {
  text-align: center;
  font-weight: 600;
}
.p-park-access-cm__video {
  width: 640px;
  margin: 20px auto;
}
.p-park-access-cm__list {
  margin-top: 10px;
}
.p-park-access-cm__images {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

.p-park-access-images {
  display: block;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #dddddd;
}

.p-park-access-map {
  width: 100%;
}

@media (max-width: 767px) {
  .p-park-access-cm {
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0 30px 0;
  }
  .p-park-access-cm h4 {
    font-size: 16px;
  }
  .p-park-access-cm__video {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    margin: 20px auto;
  }
  .p-park-access-cm__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-park-access-cm__images {
    margin: 10px 0;
  }
  .p-park-access-images {
    display: block;
    margin-top: 20px;
    padding: 20px 0 10px 0;
  }
}
.p-park-manner__section {
  margin-bottom: 40px;
}
.p-park-manner__subheading {
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 18px;
}
.p-park-manner__list {
  margin: 15px 0;
}
.p-park-manner__text--top {
  margin-top: 30px;
}

.p-park-manner-box {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-park-manner-box__images {
  width: 160px;
}
.p-park-manner-box__images svg,
.p-park-manner-box__images img {
  width: 100%;
  height: auto;
}
.p-park-manner-box__text {
  width: calc(100% - 200px);
}
.p-park-manner-box__list {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-park-manner__section {
    margin-bottom: 20px;
  }
  .p-park-manner__subheading {
    font-size: 14px;
  }
  .p-park-manner__list {
    margin: 10px 0;
  }
  .p-park-manner__text--top {
    margin-top: 20px;
  }
  .p-park-manner-box {
    margin: 15px 0;
  }
  .p-park-manner-box__images {
    width: 80px;
  }
  .p-park-manner-box__images img {
    width: 100%;
    height: auto;
  }
  .p-park-manner-box__text {
    width: calc(100% - 95px);
  }
  .p-park-manner-box__list {
    margin-bottom: 10px;
  }
}
.p-park-button-link {
  width: 500px;
}
.p-park-button-link::before {
  display: none;
}
.p-park-button-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

.p-park-photo {
  margin: 0 auto 15px auto;
}

.p-park-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #1c99cb;
}

.p-park-table th {
  white-space: nowrap;
  min-width: 100px;
}

@media (max-width: 767px) {
  .p-park-button-link {
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 10px;
    max-width: 400px;
    margin: 30px auto 20px auto;
  }
  .p-park-table th {
    white-space: nowrap;
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  .p-entertainment-top__menu {
    padding-top: 40px;
  }
}
.p-entertainment-goods__title {
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
}
.p-entertainment-goods__title img {
  width: 100%;
  height: auto;
}
.p-entertainment-goods__shopnews {
  border-top: none;
}
.p-entertainment-goods__section {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-entertainment-goods__title {
    margin: 10px 0;
  }
  .p-entertainment-goods__section {
    margin-top: 30px;
  }
}
.p-entertainment-event-nearest {
  background: #1c99cb;
  margin: 30px auto;
  text-align: center;
  border-radius: 12px;
  display: table;
  border: 2px solid #1c99cb;
}
.p-entertainment-event-nearest dt, .p-entertainment-event-nearest dd {
  display: table-cell;
  padding: 10px 15px;
}
.p-entertainment-event-nearest dt {
  color: #FFFFFF;
  font-weight: 600;
}
.p-entertainment-event-nearest dd {
  background: #effbff;
  color: #1c99cb;
  border-radius: 0 10px 10px 0;
}
.p-entertainment-event-nearest dd a {
  font-weight: 600;
  text-decoration: underline;
}

.p-entertainment-wrapper {
  position: relative;
}

.p-entertainment-event__group--end__heading {
  margin: 80px 0 30px;
}
.p-entertainment-event__group--end .p-entertainment-event__section {
  background: #f2f2f2;
}
.p-entertainment-event__section {
  background: #effbff;
  border-radius: 8px;
  padding: 10px 30px 30px 30px;
}
.p-entertainment-event__section .c-list-subitem {
  margin: 20px 0;
}
.p-entertainment-event__section--end {
  background: #f2f2f2;
}
.p-entertainment-event__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #1c99cb;
  text-align: center;
}
.p-entertainment-event__banner {
  margin: 30px auto;
  text-align: center;
}
.p-entertainment-event__banner img {
  max-width: 640px;
  height: auto;
}
.p-entertainment-event__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.p-entertainment-event__tag span {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  vertical-align: middle;
}
.p-entertainment-event__tag__date {
  background: #62b42e;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 8px;
  min-width: 120px;
  text-align: center;
  line-height: 1;
}
.p-entertainment-event__tag__vs {
  color: #62b42e;
}
.p-entertainment-event__tag__text {
  margin: 20px 0;
}
.p-entertainment-event__link {
  text-align: right;
  display: block;
}
.p-entertainment-event__button {
  position: sticky;
  display: block;
  bottom: 130px;
  right: 0px;
  padding: 20px;
  font-weight: 600;
  background: #F8D303;
  color: #1c99cb;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  margin: 0 0 0 auto;
  width: 220px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-entertainment-event__button:hover {
  width: 250px;
}
.p-entertainment-event__button.is-stop {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 767px) {
  .p-entertainment-event-nearest {
    margin: 20px auto;
    text-align: center;
    border-radius: 12px;
    display: table;
  }
  .p-entertainment-event-nearest dt, .p-entertainment-event-nearest dd {
    font-size: 14px;
  }
  .p-entertainment-event__group--end__heading {
    margin: 60px 0 20px;
  }
  .p-entertainment-event__section {
    border-radius: 8px;
    padding: 5px 15px 15px 15px;
  }
  .p-entertainment-event__section .c-list-subitem {
    margin: 20px 0;
  }
  .p-entertainment-event__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #1c99cb;
    text-align: center;
  }
  .p-entertainment-event__banner {
    margin: 20px auto;
  }
  .p-entertainment-event__banner img {
    width: 100%;
    height: auto;
  }
  .p-entertainment-event__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-entertainment-event__tag span {
    margin: 0 5px 5px 0;
  }
  .p-entertainment-event__tag__date {
    padding: 5px 10px;
    min-width: 80px;
  }
  .p-entertainment-event__button {
    bottom: 80px;
    right: 0px;
    padding: 10px;
    width: 100px;
    line-height: 1.2;
  }
  .p-entertainment-event__button:hover {
    width: 100px;
  }
  .p-entertainment-event__button.is-stop {
    position: absolute;
    bottom: -10px;
  }
}
.p-entertainment-mascot-name {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #4eb2cf;
  background: url(/images/entertainment/mascot/background_name.png) no-repeat center center;
  background-size: contain;
  width: 514px;
  margin: 20px auto;
}

.p-entertainment-mascot-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.p-entertainment-mascot-unit__profile {
  width: 550px;
  background: #fcf8ec;
  border-radius: 12px;
  border: 4px solid #e7dfc8;
  padding: 15px 30px 30px 30px;
}
.p-entertainment-mascot-unit__profile dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.p-entertainment-mascot-unit__profile dl dt, .p-entertainment-mascot-unit__profile dl dd {
  display: table-cell;
  font-weight: 400;
  padding: 15px 0;
  vertical-align: middle;
}
.p-entertainment-mascot-unit__profile dl dt {
  width: 162px;
  color: #1c99cb;
}
.p-entertainment-mascot-unit__profile dl dd {
  width: 320px;
}
.p-entertainment-mascot-unit__photo {
  width: 300px;
  height: 520px;
  background: url(/images/entertainment/mascot/colucky_animation.jpg) no-repeat 0 0;
  -webkit-animation: parapara 3s steps(5) infinite;
          animation: parapara 3s steps(5) infinite;
}

@-webkit-keyframes parapara {
  to {
    background-position: -1500px 0;
  }
}

@keyframes parapara {
  to {
    background-position: -1500px 0;
  }
}
.p-entertainment-mascot-photo {
  text-align: center;
}

@media (max-width: 767px) {
  .p-entertainment-mascot-name {
    font-size: 24px;
    width: 100%;
  }
  .p-entertainment-mascot-unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 20px auto;
  }
  .p-entertainment-mascot-unit__profile {
    width: 100%;
    padding: 8px 15px 20px 15px;
  }
  .p-entertainment-mascot-unit__profile dl dt, .p-entertainment-mascot-unit__profile dl dd {
    padding: 12px 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-entertainment-mascot-unit__profile dl dt {
    width: 35%;
  }
  .p-entertainment-mascot-unit__profile dl dd {
    width: 65%;
  }
  .p-entertainment-mascot-unit__photo {
    width: 180px;
    height: 312px;
    background-size: auto 312px;
    margin: 0 auto 20px auto;
    -webkit-animation: parapara-sp 3s steps(5) infinite;
            animation: parapara-sp 3s steps(5) infinite;
  }
  @-webkit-keyframes parapara-sp {
    to {
      background-position: -900px 0;
    }
  }
  @keyframes parapara-sp {
    to {
      background-position: -900px 0;
    }
  }
  .p-entertainment-mascot-photo {
    text-align: center;
  }
}
.p-photo-main {
  text-align: center;
  margin: 30px auto;
}
.p-photo-main__info {
  margin: 20px 0;
  text-align: left;
}
.p-photo-main__info dt {
  font-size: 14px;
}
.p-photo-main__info dd {
  margin-top: 5px;
}
.p-photo-main .c-unit-photo__images {
  max-height: 500px;
}

.p-photo-thumbnail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: ;
  grid-template-rows: repeat(1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 30px auto 20px auto;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.p-photo-thumbnail > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-photo-thumbnail > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-photo-thumbnail > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-photo-thumbnail__date {
  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;
  background: #d4e6ef;
}
.p-photo-thumbnail__item {
  max-width: 278px;
  height: 184px;
  overflow-y: hidden;
}
.p-photo-thumbnail__item a {
  display: block;
}
.p-photo-thumbnail__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-photo-pagenation {
  margin: 10px auto;
}

.p-photo-wrapper {
  position: relative;
}

.is-button-list {
  cursor: pointer;
  width: 160px;
  text-align: center;
  padding: 5px;
  color: #FFFFFF;
  font-weight: 600;
  background: #1c99cb;
  margin: auto;
  border-radius: 8px;
}
.is-button-list--1 {
  position: absolute;
  top: 7px;
  right: 10px;
}
.is-button-list--2 {
  margin: 15px auto;
}

.p-photo-modal {
  background: rgba(0, 0, 0, 0.8);
  margin: auto;
  overflow: auto;
  z-index: 1001;
  position: fixed;
  inset: 0;
  display: none;
}
.p-photo-modal__wrapper {
  overflow: auto;
  height: 100vh;
  width: 100%;
  position: relative;
}
.p-photo-modal__container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 900px;
  height: 500px;
  padding: 40px;
  background: #FFFFFF;
  z-index: 1010;
}
.p-photo-modal__list {
  height: 360px;
  overflow-y: scroll;
}
.p-photo-modal__list li {
  width: 180px;
  margin: 0 8px 10px 8px;
  display: inline-block;
}
.p-photo-modal__list li a {
  display: block;
  padding: 10px;
  background: #d4e6ef;
  border: 1px solid #dddddd;
  text-align: center;
}

#js-list-close {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 10px;
}

@media (max-width: 767px) {
  .p-photo-main {
    margin: 20px auto;
  }
  .p-photo-main__info {
    margin: 10px 0;
  }
  .p-photo-main__info dt {
    font-size: 13px;
  }
  .p-photo-main .c-unit-photo__images {
    max-height: 100vw;
  }
  .p-photo-thumbnail {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin: 20px auto;
    padding: 20px 0;
  }
  .p-photo-thumbnail__item {
    max-width: auto;
    height: auto;
    max-height: 21vw;
  }
  .p-photo-thumbnail__item a {
    display: block;
  }
  .p-photo-thumbnail__item img {
    width: 100%;
    height: auto;
  }
  .p-photo-wrapper {
    position: relative;
  }
  .is-button-list {
    width: 120px;
  }
  .is-button-list--1 {
    position: absolute;
    top: 11px;
    right: 10px;
    margin: auto;
  }
  .p-photo-modal__container {
    top: 10vh;
    left: 0;
    right: 0;
    bottom: auto;
    width: 90%;
    height: 70vh;
    padding: 20px 15px;
  }
  .p-photo-modal__list {
    height: 58vh;
    overflow-y: scroll;
  }
  .p-photo-modal__list li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .p-photo-modal__list li a {
    display: block;
    padding: 8px;
  }
  #js-list-close {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 8px;
    margin: auto;
  }
}
.p-gourumet-sort {
  background: #fcf8ec;
  padding: 20px;
  border-radius: 12px;
}
.p-gourumet-sort__heading {
  color: #1c99cb;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-gourumet-sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-gourumet-sort__item {
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 14px;
  width: 210px;
  margin: 5px;
  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;
  background: #FFFFFF;
}
.p-gourumet-sort__item img {
  display: inline-block;
  margin-right: 10px;
}
.p-gourumet-sort__item.is-active {
  color: #FFFFFF;
}
.p-gourumet-sort__item--all {
  border: 2px solid #1c99cb;
}
.p-gourumet-sort__item--all.is-active {
  background: #1c99cb;
}
.p-gourumet-sort__item--sgl {
  border: 2px solid #62b42e;
}
.p-gourumet-sort__item--sgl.is-active {
  background: #62b42e;
}
.p-gourumet-sort__item--heavily {
  border: 2px solid #d04444;
}
.p-gourumet-sort__item--heavily.is-active {
  background: #d04444;
}
.p-gourumet-sort__item--snack {
  border: 2px solid #dfa800;
}
.p-gourumet-sort__item--snack.is-active {
  background: #dfa800;
}
.p-gourumet-sort__item--drink {
  border: 2px solid #5f71dc;
}
.p-gourumet-sort__item--drink.is-active {
  background: #5f71dc;
}
.p-gourumet-sort__item--sweets {
  border: 2px solid #ff82b7;
}
.p-gourumet-sort__item--sweets.is-active {
  background: #ff82b7;
}

.p-gourumet-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;
}

.p-gourumet-item {
  width: 420px;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.p-gourumet-item__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-gourumet-item__photo {
  width: 200px;
}
.p-gourumet-item__photo img {
  width: 100%;
  height: auto;
}
.p-gourumet-item__info {
  width: 200px;
}
.p-gourumet-item__tag {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  width: 110px;
  color: #FFFFFF;
  font-size: 14px;
}
.p-gourumet-item__tag--sgl {
  background: #62b42e;
}
.p-gourumet-item__tag--heavily {
  background: #d04444;
}
.p-gourumet-item__tag--snack {
  background: #dfa800;
}
.p-gourumet-item__tag--drink {
  background: #5f71dc;
}
.p-gourumet-item__tag--sweets {
  background: #ff82b7;
}
.p-gourumet-item__name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.4;
}
.p-gourumet-item__price {
  font-size: 14px;
}
.p-gourumet-item__price--list {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-gourumet-item__price--list dt {
  font-weight: 400;
}
.p-gourumet-item__price--list.top {
  margin-top: 10px;
}
.p-gourumet-item__menu {
  font-size: 13px;
}
.p-gourumet-item__menu.top {
  margin-top: 10px;
}
.p-gourumet-item__menu--list {
  font-size: 14px;
  margin-top: 10px;
}
.p-gourumet-item__menu--list dt,
.p-gourumet-item__menu--list dd {
  display: inline-block;
  vertical-align: baseline;
}
.p-gourumet-item__menu--list.soft-drink dt,
.p-gourumet-item__menu--list.soft-drink dd {
  vertical-align: text-top;
}
.p-gourumet-item__menu--list dt {
  margin-right: 30px;
  font-size: 16px;
}
.p-gourumet-item__menu--list dt.em {
  font-size: 18px;
}
.p-gourumet-item__text {
  margin: 10px 0 30px 0;
}
.p-gourumet-item__link {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  background: #1c99cb;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-gourumet-item__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-gourumet-item__link:hover {
  opacity: 0.8;
}
.p-gourumet-item__place {
  color: #099647;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.p-gourumet-item__place--static {
  position: static;
}
.p-gourumet-item__number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: url(/images/entertainment/gourmet/pin.png) center center;
  background-size: contain;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 4px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .p-gourumet-map img {
    min-width: 580px;
  }
  .p-gourumet-sort {
    padding: 15px;
  }
  .p-gourumet-sort__heading {
    font-size: 15px;
    text-align: center;
  }
  .p-gourumet-sort__item {
    padding: 5px 10px;
    font-size: 13px;
    width: 48%;
    margin: 1%;
  }
  .p-gourumet-sort__item img {
    height: 24px;
    width: auto;
    margin-right: 5px;
  }
  .p-gourumet-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 10px;
  }
  .p-gourumet-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-gourumet-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-gourumet-list .p-gourumet-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    width: auto;
    padding: 20px 0;
  }
  .p-gourumet-list .p-gourumet-item.drink {
    display: block;
  }
  .p-gourumet-list .p-gourumet-item__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-gourumet-list .p-gourumet-item__photo {
    width: 100%;
  }
  .p-gourumet-list .p-gourumet-item__info {
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-gourumet-list .p-gourumet-item__tag {
    width: 90px;
    font-size: 13px;
  }
  .p-gourumet-list .p-gourumet-item__name {
    font-size: 15px;
  }
  .p-gourumet-list .p-gourumet-item__price {
    font-size: 13px;
  }
  .p-gourumet-list .p-gourumet-item__price--list {
    font-size: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-gourumet-list .p-gourumet-item__price--list dt {
    width: auto;
    margin-right: 1em;
    white-space: nowrap;
  }
  .p-gourumet-list .p-gourumet-item__menu {
    font-size: 12px;
  }
  .p-gourumet-list .p-gourumet-item__menu--list {
    font-size: 13px;
  }
  .p-gourumet-list .p-gourumet-item__menu--list dt {
    margin-right: 0.5em;
    font-size: 14px;
  }
  .p-gourumet-list .p-gourumet-item__menu--list dt.em {
    font-size: 15px;
  }
  .p-gourumet-list .p-gourumet-item__text {
    margin: 10px 0 30px 0;
  }
  .p-gourumet-list .p-gourumet-item__link {
    font-size: 12px;
    position: relative;
    line-height: 1.2;
  }
  .p-gourumet-list .p-gourumet-item__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: auto;
  }
  .p-gourumet-list .p-gourumet-item__link:hover {
    opacity: 1;
  }
  .p-gourumet-list .p-gourumet-item__place {
    position: absolute;
    font-size: 14px;
    bottom: 15px;
  }
  .p-gourumet-list .p-gourumet-item__place--static {
    position: static;
  }
  .p-gourumet-list .p-gourumet-item__price--list {
    font-size: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-gourumet-list .p-gourumet-item__price--list dt {
    width: auto;
    margin-right: 0;
    white-space: nowrap;
  }
  .p-gourumet-list .p-gourumet-item__number {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 13px;
    margin: 0 0 0 3px;
  }
}
.p-sponsor__title {
  text-align: center;
  margin: 40px auto;
  width: 620px;
}
.p-sponsor__title img {
  width: 100%;
  height: auto;
}
.p-sponsor__list {
  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-bottom: 30px;
}
.p-sponsor__item {
  width: 282px;
  margin: 0 17px 20px 0;
  border: 1px solid #dddddd;
}
.p-sponsor__item:last-child, .p-sponsor__item:nth-child(3n) {
  margin-right: 0;
}
.p-sponsor__item a {
  display: block;
}
.p-sponsor__item img {
  width: 100%;
  height: auto;
}
.p-sponsor__subitem {
  width: 205px;
  margin: 0 20px 20px 0;
  border: 1px solid #dddddd;
}
.p-sponsor__subitem:last-child, .p-sponsor__subitem:nth-child(4n) {
  margin-right: 0;
}
.p-sponsor__subitem a {
  display: block;
}
.p-sponsor__subitem img {
  width: 100%;
  height: auto;
}
.p-sponsor__button {
  line-height: 0;
  height: auto;
  padding: 10px 30px 20px 10px;
}
.p-sponsor__button small {
  display: inline-block;
  margin-left: 2em;
}

@media (max-width: 767px) {
  .p-sponsor__title {
    margin: 20px auto;
    width: 100%;
  }
  .p-sponsor__list {
    margin-bottom: 10px;
  }
  .p-sponsor__item {
    width: 48%;
    max-width: 282px;
    margin: 0 4% 4% 0;
  }
  .p-sponsor__item:last-child, .p-sponsor__item:nth-child(even) {
    margin-right: 0;
  }
  .p-sponsor__item:nth-child(odd) {
    margin-right: 4%;
  }
  .p-sponsor__subitem {
    width: 32%;
    max-width: 205px;
    margin: 0 2% 2% 0;
  }
  .p-sponsor__subitem:nth-child(even) {
    margin-right: 2%;
  }
  .p-sponsor__subitem:last-child, .p-sponsor__subitem:nth-child(3n) {
    margin-right: 0;
  }
  .p-sponsor__button {
    padding: 10px 30px 18px 10px;
  }
}
.p-error__title {
  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;
  color: #62b42e;
  font-weight: 600;
  margin: 30px auto;
  font-size: 20px;
}
.p-error__title__images {
  width: 300px;
  height: auto;
  display: block;
  margin-left: 30px;
}
.p-error__button {
  width: 420px;
  line-height: 1.1;
  height: auto;
  padding: 15px;
  margin-bottom: 0;
}
.p-error__button small {
  display: block;
}
.p-error__button--tigers {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .p-error__title {
    margin: 50px auto 30px auto;
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-error__title__images {
    width: 200px;
    height: auto;
    display: block;
    margin: 30px 0 0 0;
  }
  .p-error__button {
    width: 100%;
    max-width: 320px;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    margin-top: 30px;
  }
  .p-error__button small {
    display: block;
  }
}
.p-environment__unit-video {
  background: #eef6e9;
  border-radius: 12px;
  padding: 30px;
  margin: 0 auto 20px auto;
}
.p-environment__unit-video--park {
  margin: 30px auto 0 auto;
}
.p-environment__unit-video__video {
  width: 640px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .p-environment__unit-video {
    margin: 0 auto;
    padding: 20px;
  }
  .p-environment__unit-video--park {
    margin-top: 20px;
  }
  .p-environment__unit-video__video {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
  }
  .p-environment__unit-video__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-environment-park-heading {
  width: 700px;
  margin: 20px auto 0 auto;
}
.p-environment-park-heading img {
  width: 100%;
  height: auto;
}

.p-environment-park-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-environment-park-action__unit {
  width: 420px;
  border: 4px solid #1c99cb;
  border-radius: 16px;
  margin-top: 60px;
}
.p-environment-park-action__unit:nth-child(odd) {
  margin-right: 40px;
}
.p-environment-park-action__unit--blank {
  border: none;
  text-align: center;
  position: relative;
}
.p-environment-park-action__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-environment-park-action__heading {
  font-size: 20px;
  font-weight: 700;
  margin-top: -15px;
}
.p-environment-park-action__number {
  width: 120px;
  height: 150px;
  margin: -30px 10px 0 15px;
}
.p-environment-park-action__images {
  width: 100%;
  height: auto;
}
.p-environment-park-action__images--mascot {
  position: absolute;
  right: 60px;
  bottom: 0px;
}
.p-environment-park-action__text {
  margin: 20px;
}
.p-environment-park-action__sponsor {
  text-align: center;
  padding: 10px 0 20px 0;
  border-top: 1px solid #dddddd;
  margin: 0 20px;
}
.p-environment-park-action__sponsor dt {
  font-weight: 400;
}
.p-environment-park-action__sponsor dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-environment-park-action__sponsor dd a {
  display: block;
  margin: 10px 4px 0 4px;
}
.p-environment-park-action__sponsor dd img {
  height: 48px;
  width: auto;
  border: 1px solid #dddddd;
}
.p-environment-park-action__link {
  display: block;
  background: url(/images/common/blank.svg) no-repeat center right;
  background-size: 16px 16px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-environment-park-heading {
    width: 90%;
    max-width: 400px;
  }
  .p-environment-park-action__unit {
    width: 100%;
    max-width: 420px;
    margin: 40px auto 0 auto;
  }
  .p-environment-park-action__unit:nth-child(odd) {
    margin-right: auto;
  }
  .p-environment-park-action__unit--blank {
    margin: 30px auto;
  }
  .p-environment-park-action__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-environment-park-action__heading {
    font-size: 16px;
    line-height: 1.4;
    margin-top: -10px;
  }
  .p-environment-park-action__number {
    width: 80px;
    height: 100px;
    margin: -20px 10px 0 10px;
  }
  .p-environment-park-action__images--mascot {
    position: static;
    width: 180px;
    height: auto;
  }
  .p-environment-park-action__text {
    margin: 15px;
  }
  .p-environment-park-action__sponsor {
    padding: 10px 0 20px 0;
    margin: 0 15px;
  }
  .p-environment-park-action__sponsor dd {
    text-align: center;
  }
  .p-environment-park-action__sponsor dd a {
    margin: 2% 1% 0 1%;
  }
  .p-environment-park-action__sponsor dd img {
    height: 38px;
    width: auto;
  }
  .p-environment-park-action__link {
    background-size: 12px 12px;
    padding-right: 20px;
  }
}
.p-environment-three-heading {
  text-align: center;
  margin: 40px 0;
}

.p-environment-three-link {
  position: relative;
  width: 500px;
  padding-right: 50px;
}
.p-environment-three-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

.p-environment-three-action {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.p-environment-three-action__number {
  width: 160px;
}
.p-environment-three-action__text {
  width: 420px;
  padding-left: 10px;
}
.p-environment-three-action__text dt {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-environment-three-action__images {
  width: 300px;
}
.p-environment-three-action__images img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-environment-three-heading {
    text-align: center;
    margin: 20px 0;
  }
  .p-environment-three-heading img {
    width: 100%;
    height: auto;
  }
  .p-environment-three-link {
    width: 90%;
    max-width: 400px;
    padding: 10px 40px 10px 10px;
    line-height: 1.1;
    height: auto;
  }
  .p-environment-three-action {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .p-environment-three-action__number {
    width: 80px;
  }
  .p-environment-three-action__number img {
    width: 100%;
    height: auto;
  }
  .p-environment-three-action__text {
    width: calc(100% - 90px);
    padding-left: 0;
  }
  .p-environment-three-action__text dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .p-environment-three-action__images {
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0 auto;
  }
}
.p-enviroment-list-news {
  margin: 20px 0;
  border-top: none;
}

.u-hide--pc {
  display: none;
}

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

.u-scrollable {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */