@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&family=Roboto:wght@400;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.7.0/css/all.css");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif; } }
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background-color: #f2f2f2;
  color: #333;
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  /* アンチエイリアスを指定する */
  /* メトリクスカーニングを指定する */
  font-kerning: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: inherit; }

ul, ol {
  padding-left: 1.5rem; }

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0; }

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  color: #333;
  transition: opacity 0.2s ease; }
  a:hover, a:active, a:focus {
    color: #333;
    opacity: 0.8;
    text-decoration: none; }

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace; }

/* header
-------------------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------------------- */
/* main
-------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .l-main {
    padding-top: 60px; } }

/* #Sidebar
  -------------------------------------------------------------------------- */
/* container
-------------------------------------------------------------------------- */
.c-tab {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-tab .c-tab__item {
    width: 25%;
    background-color: #00226c;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    transition: background-color 0.2s ease; }
    .c-tab .c-tab__item:nth-child(even) {
      background-color: #0054a7; }
    .c-tab .c-tab__item a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 20px 0;
      color: #fff; }
      .c-tab .c-tab__item a::before {
        content: "";
        display: block;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center; }
    .c-tab .c-tab__item.is-active {
      background-color: #fff; }
      .c-tab .c-tab__item.is-active a {
        color: #333; }
  @media (max-width: 767px) {
    .c-tab {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-tab .c-tab__item {
        width: calc(50% - 0.5px) !important;
        margin: 1px 1px 0 0;
        background-color: #0054a7; }
        .c-tab .c-tab__item:nth-child(even) {
          margin-right: 0; } }

.c-table {
  width: 100%;
  text-align: center; }
  .c-table thead {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7; }
  .c-table th {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center; }
  .c-table td {
    padding: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .c-table td:last-child {
      border-right: none; }
  .c-table tr:last-child td {
    border-bottom: none; }

/* =============================================================================
   common
   ========================================================================== */
.wp-embedded-content {
  width: 100% !important; }

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .p-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.p-side_sticky {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 10px 10px; }
  .p-side_sticky .p-sns_list {
    margin: -7px 0;
    padding: 0; }
    .p-side_sticky .p-sns_list li {
      margin: 0;
      padding: 7px 0;
      list-style: none; }
      .p-side_sticky .p-sns_list li a {
        display: block;
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 50%; }
        .p-side_sticky .p-sns_list li a.tw {
          background-image: url(../img/icon_tw_s.svg); }
        .p-side_sticky .p-sns_list li a.in {
          background-image: url(../img/icon_insta_s.svg); }
        .p-side_sticky .p-sns_list li a.fb {
          background-image: url(../img/icon_fb_s.svg); }
        .p-side_sticky .p-sns_list li a.li {
          background-image: url(../img/icon_line_s.svg); }
        .p-side_sticky .p-sns_list li a.yt {
          background-image: url(../img/icon_youtube_s.svg); }
  @media (max-width: 991px) {
    .p-side_sticky {
      position: static; }
      .p-side_sticky .p-sns_list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 -7px; }
        .p-side_sticky .p-sns_list li {
          padding: 0 7px; }
          .p-side_sticky .p-sns_list li a {
            width: 38px;
            height: 38px; } }

.p-sticky {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: .3s; }
  .p-sticky.active {
    opacity: 1; }
  .p-sticky .p-sticky__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .p-sticky .p-sticky__wrap .p-sticky__wrap__col {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .p-sticky .p-sticky__wrap .p-sticky__wrap__col.p-sticky__wrap__col--game {
        padding: 5px 0; }
  .p-sticky .p-online-banner {
    margin: 0 10px;
    width: 320px; }
  .p-sticky .p-stick__btnlist {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    width: 40%;
    margin: 0 0 0 10px;
    padding: 0; }
    .p-sticky .p-stick__btnlist li {
      list-style: none;
      padding: 0 5px; }
  .p-sticky .p-ticket-button {
    display: block;
    width: 100%;
    background-color: #0054a7;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    padding: 10px 25px;
    border-radius: 20px; }
  .p-sticky .p-stick__card {
    width: 60%; }
  .p-sticky .p-card {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center; }
    .p-sticky .p-card .p-club {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 0 15px; }
      .p-sticky .p-card .p-club .p-club__logo {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        text-align: center; }
        .p-sticky .p-card .p-club .p-club__logo img {
          max-height: 100%; }
      .p-sticky .p-card .p-club .p-club__name {
        padding: 0 5px;
        width: 100px;
        line-height: 1.2;
        font-size: 12px;
        font-size: 0.75rem; }
    .p-sticky .p-card .p-score-num {
      font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem; }
  .p-sticky .p-date {
    margin-bottom: 3px;
    text-align: center;
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }
  @media (max-width: 991px) {
    .p-sticky {
      height: auto; }
      .p-sticky .container {
        padding: 0; }
      .p-sticky .p-sticky__wrap .p-sticky__wrap__col {
        display: block;
        width: 50%; }
      .p-sticky .p-online-banner {
        margin: 0;
        width: 50%; }
      .p-sticky .p-stick__btnlist {
        width: 100%;
        margin: 0; }
      .p-sticky .p-ticket-button {
        margin: 0 auto;
        padding: 2px 10px;
        font-size: 10px;
        font-size: 0.625rem; }
      .p-sticky .p-stick__card {
        width: auto; }
      .p-sticky .p-card {
        margin: 0 0 5px 0; }
        .p-sticky .p-card .p-club {
          padding: 0 5px; }
          .p-sticky .p-card .p-club .p-club__logo {
            width: 15px;
            height: 15px; }
          .p-sticky .p-card .p-club .p-club__name {
            -webkit-flex: 1;
            flex: 1;
            width: auto;
            padding: 0 0 0 5px;
            font-size: 9px;
            font-size: 0.5625rem;
            line-height: 1;
            text-align: left; }
        .p-sticky .p-card .p-score-num {
          font-size: 12px;
          font-size: 0.75rem; }
      .p-sticky .p-date {
        font-size: 13px;
        font-size: 0.8125rem; } }

.p-letter-spacing-narrow {
  letter-spacing: -2px !important; }

@media (min-width: 768px) {
  body.p-jleague-panel {
    position: absolute;
    top: 0;
    width: 100%; } }

.p-nav ul {
  margin-bottom: 0;
  padding-left: 0; }
  .p-nav ul li {
    list-style: none;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (max-width: 767px) {
      .p-nav ul li {
        font-size: 13px;
        font-size: 0.8125rem; } }
.p-nav--main ul {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .p-nav--main ul {
      margin-bottom: 20px; } }
.p-nav--main li {
  font-size: 15px;
  font-size: 0.9375rem; }
  .p-nav--main li a {
    color: #ccc; }
  @media (max-width: 767px) {
    .p-nav--main li {
      font-size: 13px;
      font-size: 0.8125rem; } }
.p-nav h1 {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff; }
  .p-nav h1 a {
    color: #fff; }
  @media (max-width: 767px) {
    .p-nav h1 {
      font-size: 16px;
      font-size: 1rem; } }

.p-sns {
  margin-bottom: 0; }
  .p-sns li {
    display: inline-block;
    margin-right: 40px; }
    .p-sns li:last-child {
      margin-right: 0; }
    .p-sns li img {
      width: 23px;
      height: auto; }
      .p-sns li img[alt="Facebook"] {
        width: 12.31px; }
      .p-sns li img[alt="Twitter"] {
        width: 27.7px; }
      .p-sns li img[alt="Instagram"] {
        width: 30.5px; }

.p-nav--utility .p-nav__item {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .p-nav--utility .p-nav__item a {
    color: #ccc; }
  .p-nav--utility .p-nav__item:last-child {
    margin-right: 0; }
@media (max-width: 767px) {
  .p-nav--utility {
    text-align: center; }
    .p-nav--utility .p-nav__item {
      display: block;
      margin-right: 0; } }

.p-horizontal-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  background-color: #fff; }
  .p-horizontal-nav--wide {
    padding: 30px 0 25px 0; }
  .p-horizontal-nav__item {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    .p-horizontal-nav__item a {
      position: relative;
      display: inline-block;
      transition: 0.3s;
      opacity: 1; }
      .p-horizontal-nav__item a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 0;
        height: 3px;
        background-color: #0389e8;
        transition: 0.3s; }
      .p-horizontal-nav__item a:hover, .p-horizontal-nav__item a:active {
        opacity: 1; }
        .p-horizontal-nav__item a:hover::after, .p-horizontal-nav__item a:active::after {
          width: 100%; }
    .p-horizontal-nav__item.is-active a::after {
      width: 100%; }
  @media (max-width: 767px) {
    .p-horizontal-nav {
      white-space: nowrap;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      padding-left: 15px;
      padding-right: 35px; }
      .p-horizontal-nav__item {
        padding-right: 10px;
        padding-left: 10px; }
        .p-horizontal-nav__item:last-child {
          margin-right: 100px; }
        .p-horizontal-nav__item a {
          transition: none;
          opacity: 1; }
          .p-horizontal-nav__item a::after {
            content: none; }
          .p-horizontal-nav__item a:hover, .p-horizontal-nav__item a:active {
            opacity: 1; }
        .p-horizontal-nav__item.is-active a::after {
          position: absolute;
          bottom: -2px;
          left: 0;
          content: '';
          width: 100%;
          height: 3px;
          background-color: #0389e8; } }

@media (max-width: 767px) {
  .p-horizontal-nav-screen {
    position: relative; }
    .p-horizontal-nav-screen::after {
      content: "";
      display: block;
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0.85) 95%, #fff 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0.85) 95%, #fff 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0.85) 95%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=1 ); } }

@media (max-width: 767px) {
  .home .p-horizontal-nav {
    white-space: inherit;
    overflow-x: inherit;
    padding-left: 0;
    padding-right: 0; }
    .home .p-horizontal-nav__item {
      padding-right: 1px;
      padding-left: 1px; }
      .home .p-horizontal-nav__item:first-child {
        margin-left: 0; }
      .home .p-horizontal-nav__item:last-child {
        margin-right: 0; }
      .home .p-horizontal-nav__item a {
        min-width: 90px;
        padding: 5px 10px;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #00226c;
        color: #fff; }
        .home .p-horizontal-nav__item a:hover, .home .p-horizontal-nav__item a:active {
          background-color: #bfae72; }
      .home .p-horizontal-nav__item.is-active a {
        background-color: #bfae72; }
      .home .p-horizontal-nav__item.is-active a::after {
        display: none; } }
@media (max-width: 767px) {
  .home .p-horizontal-nav-screen {
    position: static; }
    .home .p-horizontal-nav-screen::after {
      content: "";
      display: none; } }

.p-breadcrumbs {
  margin: 0 34px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  width: auto;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (max-width: 767px) {
    .p-breadcrumbs {
      display: none; } }

.p-article .p-article__title {
  margin-bottom: 0;
  font-weight: bold; }
.p-article .p-article__date {
  font-size: 16px;
  font-size: 1rem; }
.p-article .p-article__cat {
  min-width: 90px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #00226c;
  color: #fff; }

.p-section {
  position: relative; }
  .p-section .p-section__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    .p-section .p-section__title span {
      display: block;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: normal;
      color: #606060; }
  .p-section .p-more {
    margin: 60px auto 0 auto;
    width: 50px;
    height: 50px; }
    @media (max-width: 767px) {
      .p-section .p-more {
        position: relative;
        margin: 30px auto 0 auto; } }

.p-container {
  margin: 0 34px; }
  @media (max-width: 767px) {
    .p-container {
      margin: 0; } }
  .p-container--white {
    padding: 30px 0 100px 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .p-container--white {
        padding: 80px 0 100px 0; } }
  .p-container--navy {
    background-color: #112A5B; }

.p-list--arrow .p-list__item {
  border-top: 1px solid #e5e5e5; }
  .p-list--arrow .p-list__item a {
    display: block;
    position: relative;
    padding: 20px 30px;
    width: 100%;
    font-weight: bold; }
    .p-list--arrow .p-list__item a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 30px;
      width: 8px;
      height: 14px;
      margin-top: -7px;
      background-image: url(../../assets/img/icon_arrow-right.png);
      background-repeat: no-repeat;
      background-size: 8px;
      background-position: 100% 50%; }
    @media (max-width: 767px) {
      .p-list--arrow .p-list__item a {
        padding: 20px 0; }
        .p-list--arrow .p-list__item a::after {
          right: 0; } }

.p-container-fluid--wide {
  padding-right: 0;
  padding-left: 0; }

.p-submenu {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .p-submenu {
      margin-right: -7.5px;
      margin-left: -7.5px; }
      .p-submenu__item {
        padding-right: 7.5px;
        padding-left: 7.5px; } }
  .p-submenu:last-child {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .p-submenu:last-child .p-submenu__item:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .p-submenu {
      margin: 0; } }
  @media (max-width: 767px) {
    .p-submenu__item {
      margin-bottom: 30px; } }
  .p-submenu__image {
    position: relative;
    height: 310px;
    background-size: cover;
    background-position: center; }
    .p-submenu__image::before {
      transition: opacity 0.4s ease;
      opacity: 0;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      background-image: url(../../assets/img/button_more.png);
      background-repeat: no-repeat;
      background-size: 50px; }
    .p-submenu__image img {
      width: 100%; }
  .p-submenu__title {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #fff; }
    .p-submenu__title span {
      display: block;
      padding-top: 10px;
      font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; }
  .p-submenu a:hover .p-submenu__image::before {
    opacity: 1; }

.p-en {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-break: break-all; }

.p-ja {
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

.p-item__thumb--circle img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.p-roboto {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  word-break: break-all; }

.p-articles .p-article {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5; }
  .p-articles .p-article:first-child {
    border-top: 1px solid #e5e5e5; }
  .p-articles .p-article::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-image: url(../../assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%; }
  .p-articles .p-article .p-article__title {
    font-size: 16px;
    font-size: 1rem; }
  .p-articles .p-article .p-article__date {
    margin-right: 20px; }
  .p-articles .p-article .p-article__cat {
    margin-right: 10px; }
  @media (max-width: 991px) {
    .p-articles .p-article {
      display: block;
      padding-left: 0;
      padding-right: 20px; }
      .p-articles .p-article::after {
        right: 0; }
      .p-articles .p-article .p-article__title {
        margin-top: 10px; }
      .p-articles .p-article .p-article__date {
        display: inline-block;
        vertical-align: top;
        margin-top: 3px;
        margin-right: 10px; }
      .p-articles .p-article .p-article__cat {
        display: inline-block;
        overflow: hidden; }
        .p-articles .p-article .p-article__cat:last-child {
          margin-right: 0; } }

.p-ranking .p-ranking__table td {
  width: 8% !important;
  padding: 15px !important;
  vertical-align: middle !important;
  font-size: 14px !important; }
.p-ranking .p-ranking__table td.p-ranking-num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold; }
.p-ranking .p-ranking__table td.p-ranking-point {
  font-weight: bold; }
.p-ranking .p-ranking__table td.p-ranking-club {
  width: 28% !important;
  text-align: left; }
  .p-ranking .p-ranking__table td.p-ranking-club .p-club {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
  .p-ranking .p-ranking__table td.p-ranking-club .p-club__logo {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center; }
    .p-ranking .p-ranking__table td.p-ranking-club .p-club__logo img {
      height: 100%;
      width: auto; }
  .p-ranking .p-ranking__table td.p-ranking-club .p-club__name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }
@media (max-width: 767px) {
  .p-ranking .p-ranking__table .c-table th {
    font-size: 12px !important;
    vertical-align: middle !important; }
  .p-ranking .p-ranking__table .p-ranking-th, .p-ranking .p-ranking__table .p-ranking-win, .p-ranking .p-ranking__table .p-ranking-drow, .p-ranking .p-ranking__table .p-ranking-lose, .p-ranking .p-ranking__table .p-ranking-differ {
    display: none; }
  .p-ranking .p-ranking__table .p-ranking-game, .p-ranking .p-ranking__table .p-ranking-score, .p-ranking .p-ranking__table .p-ranking-lost, .p-ranking .p-ranking__table .p-ranking-point {
    min-width: 20px; }
  .p-ranking .p-ranking__table td {
    font-size: 12px !important;
    padding: 10px 5px !important; }
  .p-ranking .p-ranking__table td.p-ranking-num {
    min-width: 20px;
    max-width: 40px; }
  .p-ranking .p-ranking__table td.p-ranking-club {
    min-width: 125px; }
    .p-ranking .p-ranking__table td.p-ranking-club .p-club__logo {
      width: 24px;
      height: 24px;
      margin-right: 5px; }
    .p-ranking .p-ranking__table td.p-ranking-club .p-club__name {
      font-size: 9px;
      font-size: 0.5625rem; } }
.p-ranking.p-ranking--goal td {
  width: 16% !important; }
.p-ranking.p-ranking--goal .p-ranking-td-s {
  width: 8% !important; }
.p-ranking.p-ranking--goal .p-ranking-player {
  padding: 0 !important;
  width: 28% !important; }
  .p-ranking.p-ranking--goal .p-ranking-player .p-player {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .p-ranking.p-ranking--goal .p-ranking-player .p-player .p-player__thumb {
      width: 70px;
      min-width: 70px;
      height: 70px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .p-ranking.p-ranking--goal .p-ranking-player .p-player .p-player__name {
      padding: 5px 15px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      max-width: 200px;
      text-align: left; }
@media (max-width: 767px) {
  .p-ranking.p-ranking--goal td {
    width: 9% !important; }
  .p-ranking.p-ranking--goal th:nth-of-type(4) {
    border-right: 1px solid #e5e5e5; }
  .p-ranking.p-ranking--goal th:last-of-type {
    display: none; }
  .p-ranking.p-ranking--goal .p-ranking-td-s {
    width: 8% !important; }
  .p-ranking.p-ranking--goal .p-ranking-player {
    width: 35% !important; }
    .p-ranking.p-ranking--goal .p-ranking-player .p-player .p-player__thumb {
      width: 50px;
      height: 50px;
      max-width: 50px;
      min-width: 50px; }
    .p-ranking.p-ranking--goal .p-ranking-player .p-player .p-player__name {
      padding: 5px 10px;
      font-size: 12px;
      font-size: 0.75rem; }
  .p-ranking.p-ranking--goal .p-ranking-game {
    display: none; } }
@media (max-width: 414px) {
  .p-ranking.p-ranking--goal td {
    width: 12% !important; } }

.p-training-schedule .p-match-schedule__table tbody tr td:first-child {
  width: 240px !important;
  white-space: nowrap; }
.p-training-schedule .p-match-schedule__table tbody tr td:last-child {
  width: auto !important; }
.p-training-schedule .p-match-schedule__table .p-training__date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }
  .p-training-schedule .p-match-schedule__table .p-training__date .p-training__detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .p-training-schedule .p-match-schedule__table .p-training__date .p-training__ground {
    margin-top: 5px;
    text-align: left; }
.p-training-schedule .p-match-schedule__table .p-training__day {
  margin-right: 15px; }
.p-training-schedule .p-match-schedule__table .p-training__cat {
  min-width: 90px;
  padding: 5px 10px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #00226c;
  color: #fff; }
  .p-training-schedule .p-match-schedule__table .p-training__cat--blue {
    background-color: #00226c; }
  .p-training-schedule .p-match-schedule__table .p-training__cat--gray {
    background-color: #808080; }
  .p-training-schedule .p-match-schedule__table .p-training__cat--gold {
    background-color: #bfae72; }
.p-training-schedule .p-match-schedule__table .p-training__other {
  font-weight: normal;
  text-align: left; }
  .p-training-schedule .p-match-schedule__table .p-training__other p {
    margin-bottom: 10px !important; }
    .p-training-schedule .p-match-schedule__table .p-training__other p:last-child {
      margin-bottom: 0 !important; }
@media (max-width: 991px) {
  .p-training-schedule .p-match-schedule__table thead {
    display: none; }
  .p-training-schedule .p-match-schedule__table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5; }
    .p-training-schedule .p-match-schedule__table tbody tr th {
      display: none; }
    .p-training-schedule .p-match-schedule__table tbody tr td {
      display: block;
      width: auto !important;
      border: none; }
      .p-training-schedule .p-match-schedule__table tbody tr td:first-child {
        width: auto !important;
        background-color: #e5e5e5; } }

.p-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .p-video-container iframe,
  .p-video-container object,
  .p-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.p-sns-button {
  position: relative;
  margin-top: 90px;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .p-sns-button {
      margin-top: 70px; } }
  .p-sns-button ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    list-style: none; }
    .p-sns-button ul li {
      width: 16.66667%;
      border: 1px solid #e5e5e5;
      border-right: none;
      text-align: center; }
      .p-sns-button ul li a {
        display: block;
        padding: 10px; }
      .p-sns-button ul li:last-child {
        border-right: 1px solid #e5e5e5; }
      .p-sns-button ul li img {
        width: 32px; }
  .p-sns-button .p-sns_zelvy {
    position: absolute;
    top: -67px;
    width: 250px;
    left: 50%;
    margin-left: -65px; }
    @media (max-width: 767px) {
      .p-sns-button .p-sns_zelvy {
        top: -46px;
        width: 200px; } }

/* =============================================================================
   header
   ========================================================================== */
.p-header {
  z-index: 99999;
  width: 100%;
  height: 105px;
  background-color: #000;
  border-bottom: 10px solid #bfae72; }
  @media (max-width: 1350px) {
    .p-header {
      position: fixed;
      top: 0; } }
  @media (min-width: 1351px) {
    .p-header {
      position: relative; } }
  .p-header.is-fixed {
    position: fixed;
    top: 0; }
  @media (max-width: 1350px) {
    .p-header {
      height: 65px; } }
  .p-header .p-header-wrapper {
    position: relative;
    height: 100%; }
  .p-header .p-site-branding {
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 99999;
    width: auto; }
    .p-header .p-site-branding .p-site-branding__logo {
      float: left;
      margin-right: 15px;
      margin-bottom: 0;
      width: 120px;
      line-height: 0;
      transition: all 0.3s ease; }
    @media (max-width: 1350px) {
      .p-header .p-site-branding {
        top: 18px;
        left: 25px; }
        .p-header .p-site-branding .p-site-branding__logo {
          margin-right: 0; } }
  .p-header .p-jleague {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0px 40px 0 auto;
    width: 80px;
    overflow: hidden; }
    .p-header .p-jleague img {
      width: 100%; }
    @media (max-width: 1350px) {
      .p-header .p-jleague {
        display: none; } }
  .p-header .p-nav-global {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding-left: 240px; }
    .p-header .p-nav-global .p-nav-sub {
      position: relative;
      z-index: 200;
      height: 100%; }
      @media (max-width: 1350px) {
        .p-header .p-nav-global .p-nav-sub {
          display: none; } }
      .p-header .p-nav-global .p-nav-sub ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .p-header .p-nav-global .p-nav-sub ul li {
          margin: 0;
          padding: 0;
          white-space: nowrap; }
          .p-header .p-nav-global .p-nav-sub ul li a {
            display: block; }
      .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent {
        display: -webkit-flex;
        display: flex;
        position: relative;
        height: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li {
          height: 100%;
          padding: 0 15px; }
          .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li:first-child {
            padding-left: 0; }
          .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li:last-child {
            padding-right: 0; }
          .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li > a {
            position: relative;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            height: 100%;
            transition: all 0.3s ease;
            color: #fff; }
            .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li > a:after {
              content: "";
              width: 0%;
              height: 10px;
              position: absolute;
              top: 100%;
              background-color: #0054a7;
              transition: .1s; }
            .p-header .p-nav-global .p-nav-sub .p-nav-sub__parent > li > a:hover:after {
              width: 100%; }
      .p-header .p-nav-global .p-nav-sub .p-nav-sub__child {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        padding: 22px 0;
        background-color: rgba(0, 0, 0, 0.9); }
        .p-header .p-nav-global .p-nav-sub .p-nav-sub__child li a {
          display: block;
          padding: 5px 30px;
          width: 100%;
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem; }
          .p-header .p-nav-global .p-nav-sub .p-nav-sub__child li a:hover {
            opacity: 1;
            color: #0054a7; }
  .p-header .p-mega-menu {
    display: none;
    position: fixed;
    z-index: 100;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 105px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 1350px) {
      .p-header .p-mega-menu {
        top: 65px; } }
    .p-header .p-mega-menu .p-search {
      text-align: center;
      margin-bottom: 54px;
      padding: 54px 0;
      border-bottom: 1px solid #3c3c3c; }
      .p-header .p-mega-menu .p-search .p-search-field {
        background-image: url(../../assets/img/icon_search.png);
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 18px;
        margin: 0 auto;
        padding: 5px 5px 5px 35px;
        border: 0;
        width: 230px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 13px;
        font-size: 0.8125rem;
        outline: none; }
      @media (max-width: 767px) {
        .p-header .p-mega-menu .p-search {
          margin-bottom: 20px;
          padding: 20px 0; } }
    .p-header .p-mega-menu .p-mega-menu-footer {
      border-top: 1px solid #3c3c3c;
      border-bottom: 1px solid #3c3c3c;
      margin-top: 54px;
      margin-bottom: 120px;
      padding: 40px 0; }
      .p-header .p-mega-menu .p-mega-menu-footer .p-sns {
        text-align: right; }
      @media (max-width: 767px) {
        .p-header .p-mega-menu .p-mega-menu-footer {
          margin-top: 20px;
          margin-bottom: 0;
          padding: 20px 0 80px 0; }
          .p-header .p-mega-menu .p-mega-menu-footer .p-sns {
            margin-top: 20px;
            text-align: center; } }
  .p-header .p-menu-button {
    width: 80px;
    height: 100%;
    /*ハンバーガーメニューエフェクト*/ }
    .p-header .p-menu-button a {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 100%;
      opacity: 1;
      color: #fff; }
      .p-header .p-menu-button a:hover, .p-header .p-menu-button a:active {
        opacity: 1; }
    @media (max-width: 1350px) {
      .p-header .p-menu-button {
        width: 60px !important;
        margin: 0 0 0 auto;
        background-color: #0054a7; } }
    .p-header .p-menu-button .p-hamburger,
    .p-header .p-menu-button .p-hamburger span {
      display: inline-block;
      transition: all 0.3s;
      box-sizing: border-box; }
    .p-header .p-menu-button .p-hamburger {
      position: relative;
      width: 20px;
      height: 17px; }
      .p-header .p-menu-button .p-hamburger:hover {
        opacity: 1; }
      @media (max-width: 1350px) {
        .p-header .p-menu-button .p-hamburger {
          width: 24px;
          height: 16px; } }
      @media (max-width: 767px) {
        .p-header .p-menu-button .p-hamburger {
          margin-right: 0; } }
    .p-header .p-menu-button .p-hamburger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff; }
      @media (max-width: 1350px) {
        .p-header .p-menu-button .p-hamburger span {
          height: 2px; } }
    .p-header .p-menu-button .p-hamburger span:nth-of-type(1) {
      top: 0; }
    .p-header .p-menu-button .p-hamburger span:nth-of-type(2) {
      top: 0;
      bottom: 0;
      margin: auto; }
    .p-header .p-menu-button .p-hamburger span:nth-of-type(3) {
      width: 85%;
      bottom: 0; }
      @media (max-width: 1350px) {
        .p-header .p-menu-button .p-hamburger span:nth-of-type(3) {
          width: 100%; } }
    .p-header .p-menu-button .p-hamburger.is-open {
      width: 29px;
      height: 29px; }
    .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(1) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0;
      bottom: 0;
      margin: auto; }
    .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(2) {
      opacity: 0; }
    .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(3) {
      width: 100%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      margin: auto; }
  .p-header.hide-nav .p-nav-sub, .p-header.hide-nav .p-jleague {
    display: none; }
  .p-header.hide-nav .p-menu-button {
    width: 100px;
    margin: 0 0 0 auto;
    background-color: #0054a7; }

/* =============================================================================
   footer
   ========================================================================== */
.p-footer {
  padding: 99px 0;
  background-color: #000;
  color: #fff; }
  @media (max-width: 767px) {
    .p-footer {
      padding: 40px 0 80px 0; } }
  .p-footer .p-nav--main {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .p-footer .p-nav--main {
        padding-bottom: 0; } }
  .p-footer .p-websiteby {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
    text-align: right; }
    .p-footer .p-websiteby a {
      display: block;
      width: 120px;
      margin-left: auto; }
    @media (max-width: 767px) {
      .p-footer .p-websiteby {
        text-align: center; }
        .p-footer .p-websiteby a {
          margin: 0 auto; } }
  .p-footer .p-copyright {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060; }
    @media (max-width: 767px) {
      .p-footer .p-copyright {
        text-align: center; } }
  .p-footer .p-sns {
    margin-bottom: 60px;
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c; }
    @media (max-width: 767px) {
      .p-footer .p-sns {
        margin-bottom: 40px; } }
  .p-footer .p-nav--utility {
    margin-bottom: 5px; }
  .p-footer .p-cyberagentgroup_logo {
    display: block;
    max-width: 300px;
    margin: 10px auto 40px auto;
    padding: 15px 20px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .p-footer .p-cyberagentgroup_logo {
        max-width: 250px;
        margin: 50px auto 60px auto; } }

/* =============================================================================
   home
   ========================================================================== */
.home {
  background-color: #fff; }
  .home .p-main-home {
    position: relative;
    z-index: 0;
    background-color: #fff; }
    .home .p-main-home .p-main-visual {
      position: relative;
      background-color: #000; }
      .home .p-main-home .p-main-visual .p-main-visual__link {
        display: block;
        width: 100%;
        height: 100%; }
        .home .p-main-home .p-main-visual .p-main-visual__link img {
          width: 100%; }
          .home .p-main-home .p-main-visual .p-main-visual__link img.sp {
            display: none; }
          @media (max-width: 568px) {
            .home .p-main-home .p-main-visual .p-main-visual__link img.pc {
              display: none; }
            .home .p-main-home .p-main-visual .p-main-visual__link img.sp {
              display: block; } }
      .home .p-main-home .p-main-visual .p-badge {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 8.4942vw;
        max-width: 110px;
        margin: auto; }
        .home .p-main-home .p-main-visual .p-badge ul {
          margin: 0;
          padding: 0; }
        .home .p-main-home .p-main-visual .p-badge li {
          margin-bottom: 2px;
          padding: 1.2355vw 1.3127vw;
          list-style: none;
          background-color: #fff; }
          .home .p-main-home .p-main-visual .p-badge li img {
            width: 100%; }
          .home .p-main-home .p-main-visual .p-badge li:last-child {
            margin-bottom: 0; }
        @media (max-width: 568px) {
          .home .p-main-home .p-main-visual .p-badge {
            width: 18.6666vw;
            top: 6.1333vw;
            bottom: inherit; }
            .home .p-main-home .p-main-visual .p-badge li {
              padding: 2.88vw 2.72vw; } }
    .home .p-main-home .p-match-card {
      color: #fff;
      background-color: #0A0F21; }
      .home .p-main-home .p-match-card .container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 43px 40px; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card .container {
            flex-wrap: wrap;
            padding: 40px 35px 50px 35px; } }
      .home .p-main-home .p-match-card .sp {
        display: none; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card .sp {
            display: block; } }
      @media (max-width: 991px) {
        .home .p-main-home .p-match-card .pc {
          display: none; } }
      .home .p-main-home .p-match-card .p-sp__content {
        width: 100%;
        text-align: center;
        margin-bottom: 17px; }
      .home .p-main-home .p-match-card .p-card {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-right: 5.52vw; }
        .home .p-main-home .p-match-card .p-card .p-club {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          flex-wrap: wrap;
          padding: 0 11px;
          max-width: 140px;
          min-width: 140px; }
          .home .p-main-home .p-match-card .p-card .p-club__logo {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            height: 65px;
            margin: 0 auto;
            text-align: center; }
            .home .p-main-home .p-match-card .p-card .p-club__logo img {
              max-height: 100%; }
          .home .p-main-home .p-match-card .p-card .p-club__name {
            width: 100%;
            font-weight: bold;
            font-size: 14px;
            font-size: 0.875rem;
            text-align: center;
            padding-top: 15px; }
        .home .p-main-home .p-match-card .p-card .p-score-num {
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
          font-weight: 400;
          font-size: 20px;
          font-size: 1.25rem;
          margin-top: 17px; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card .p-card {
            width: 100%;
            margin: 0 0 28px 0;
            padding-bottom: 23px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .home .p-main-home .p-match-card .p-card .p-club__logo {
              height: 60px; }
            .home .p-main-home .p-match-card .p-card .p-club__name {
              font-size: 12px;
              font-size: 0.75rem;
              padding-top: 8px; }
            .home .p-main-home .p-match-card .p-card .p-score-num {
              margin-top: 15px; } }
      @media (max-width: 991px) {
        .home .p-main-home .p-match-card__content {
          width: 100%;
          text-align: center; } }
      .home .p-main-home .p-match-card__title__league {
        font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.025em;
        margin-bottom: 6px; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card__title__league {
            font-size: 12px;
            font-size: 0.75rem; } }
      .home .p-main-home .p-match-card__title__number {
        font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
        font-weight: 700;
        color: #bfae72;
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 1;
        letter-spacing: 0.025em;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card__title__number {
            font-size: 34px;
            font-size: 2.125rem; } }
      .home .p-main-home .p-match-card__date {
        font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1;
        letter-spacing: 0.025em; }
        .home .p-main-home .p-match-card__date span {
          display: inline-block; }
          .home .p-main-home .p-match-card__date span:first-of-type {
            margin-right: 22px; }
        .home .p-main-home .p-match-card__date .p-stadium {
          font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
          font-size: 16px;
          font-size: 1rem; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card__date {
            font-size: 15px;
            font-size: 0.9375rem; }
            .home .p-main-home .p-match-card__date .p-stadium {
              display: block;
              margin: 8px 0 0 0;
              font-size: 12px;
              font-size: 0.75rem; } }
      .home .p-main-home .p-match-card__sponsor {
        font-weight: bold;
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 4px; }
        .home .p-main-home .p-match-card__sponsor a {
          color: #fff; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card__sponsor {
            font-size: 20px;
            font-size: 1.25rem; } }
      .home .p-main-home .p-match-card .p-btn-area {
        margin: 0 0 0 auto;
        padding-left: 3vw; }
        .home .p-main-home .p-match-card .p-btn-area ul {
          margin: 0;
          padding: 0; }
        .home .p-main-home .p-match-card .p-btn-area li {
          list-style: none;
          margin-bottom: 9px; }
          .home .p-main-home .p-match-card .p-btn-area li:last-child {
            margin-bottom: 0; }
          .home .p-main-home .p-match-card .p-btn-area li.p-item__access a {
            border: 1px solid #fff;
            color: #fff; }
          .home .p-main-home .p-match-card .p-btn-area li.p-item__ticket a {
            background-color: #bfae72;
            border: 1px solid #bfae72;
            color: #000; }
          .home .p-main-home .p-match-card .p-btn-area li a {
            display: block;
            width: 147px;
            font-weight: bold;
            text-align: center;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 34px;
            letter-spacing: 0.025em; }
        @media (max-width: 991px) {
          .home .p-main-home .p-match-card .p-btn-area {
            width: 100%;
            margin-top: 21px;
            padding: 0; }
            .home .p-main-home .p-match-card .p-btn-area ul {
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-align-items: center;
              align-items: center;
              width: 100%; }
            .home .p-main-home .p-match-card .p-btn-area li {
              width: 50%;
              max-width: 147px;
              margin: 0;
              padding: 0 5.5px; }
              .home .p-main-home .p-match-card .p-btn-area li a {
                width: 100%; } }
    .home .p-main-home .slick-slider .slick-slide.slick-active {
      opacity: 1; }
    .home .p-main-home .slick-slider .slick-arrow {
      position: absolute;
      top: 50%;
      z-index: 9999;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      outline: none;
      display: block;
      padding: 0;
      width: 50px;
      height: 50px;
      border: none;
      background-image: url(../../assets/img/button_prev.png);
      background-size: 50px;
      text-indent: -9999px;
      transition: all 0.3s ease;
      font-size: 0;
      line-height: 0; }
      .home .p-main-home .slick-slider .slick-arrow.slick-next {
        background-image: url(../../assets/img/button_next.png);
        right: 0; }
      .home .p-main-home .slick-slider .slick-arrow:hover {
        opacity: 0.7; }
    .home .p-main-home .slick-slider .slick-dots {
      position: absolute;
      bottom: -35px;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: 0;
      text-align: center; }
      .home .p-main-home .slick-slider .slick-dots li {
        display: inline-block;
        margin: 0 4px;
        padding: 0;
        width: 12px;
        height: 12px;
        list-style: none; }
        .home .p-main-home .slick-slider .slick-dots li.slick-active button {
          background-color: #fff; }
        .home .p-main-home .slick-slider .slick-dots li button {
          cursor: pointer;
          outline: none;
          display: block;
          padding: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #fff;
          background-color: transparent;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          text-indent: -9999px;
          transition: all 0.3s ease;
          font-size: 0;
          line-height: 0; }
    .home .p-main-home .p-featurette {
      display: none;
      position: relative;
      overflow: hidden;
      padding: 40px 0 70px 0;
      background-color: #000; }
      .home .p-main-home .p-featurette .p-slider__item {
        opacity: 0.6;
        width: 640px;
        height: 250px;
        margin: 0 10px;
        text-align: center;
        color: #fff;
        transition: opacity 0.4s ease;
        outline: none; }
        .home .p-main-home .p-featurette .p-slider__item img, .home .p-main-home .p-featurette .p-slider__item a {
          display: block;
          outline: none; }
        @media (max-width: 991px) {
          .home .p-main-home .p-featurette .p-slider__item {
            margin: 0 5px;
            width: 270px;
            height: 200px; } }
    .home .p-main-home .p-game-result {
      background-image: url(../img/bg_result.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .home .p-main-home .p-game-result .container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        width: 100%;
        max-width: 1280px;
        padding: 70px 20px 78px 20px; }
        @media (max-width: 991px) {
          .home .p-main-home .p-game-result .container {
            display: block;
            padding: 35px 25px 39px 25px; } }
        @media (max-width: 768px) {
          .home .p-main-home .p-game-result .container {
            padding: 35px 10px; } }
      .home .p-main-home .p-game-result__item {
        width: 50%;
        padding: 0 5px;
        margin: 0 auto; }
        @media (max-width: 991px) {
          .home .p-main-home .p-game-result__item {
            width: 100%;
            padding: 0;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .home .p-main-home .p-game-result__item {
            margin-bottom: 10px; } }
        .home .p-main-home .p-game-result__item .p-wrap {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          flex-wrap: wrap;
          height: 100%;
          padding: 53px 3.938vw 78px 3.938vw;
          background-color: rgba(10, 15, 33, 0.7);
          text-align: center;
          color: #fff; }
          @media (max-width: 991px) {
            .home .p-main-home .p-game-result__item .p-wrap {
              padding: 40px 10px 50px 10px; } }
        .home .p-main-home .p-game-result__item .p-title {
          width: 100%;
          margin-bottom: 4px;
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
          font-weight: 400;
          letter-spacing: 0.025em;
          font-size: 18px;
          font-size: 1.125rem; }
          @media (max-width: 991px) {
            .home .p-main-home .p-game-result__item .p-title {
              font-size: 12px;
              font-size: 0.75rem; } }
        .home .p-main-home .p-game-result__item .p-match__name {
          width: 100%;
          margin-bottom: 18px;
          font-weight: bold;
          font-size: 16px;
          font-size: 1rem;
          letter-spacing: 0.025em;
          color: #bfae72; }
        .home .p-main-home .p-game-result__item .p-match__content {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          -webkit-justify-content: center;
          justify-content: center; }
          .home .p-main-home .p-game-result__item .p-match__content .p-club {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            flex-wrap: wrap;
            width: 142px;
            padding: 0 5px; }
            .home .p-main-home .p-game-result__item .p-match__content .p-club__logo {
              height: 6.9498vw;
              max-height: 90px;
              margin: 0 0 18px 0; }
              .home .p-main-home .p-game-result__item .p-match__content .p-club__logo img {
                max-height: 100%;
                max-width: inherit; }
            .home .p-main-home .p-game-result__item .p-match__content .p-club__name {
              width: 100%;
              font-weight: bold;
              font-size: 13px;
              font-size: 0.8125rem; }
        .home .p-main-home .p-game-result__item .p-match__score--wrap {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score {
            display: -webkit-flex;
            display: flex;
            width: 80.3px; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score .p-inner {
              display: inline-block;
              font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
              font-weight: 700;
              font-size: 56px;
              font-size: 3.5rem;
              line-height: 1;
              padding: 14px 11.84px;
              background-color: #222;
              border-radius: 3px; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score:first-of-type {
              -webkit-justify-content: flex-end;
              justify-content: flex-end; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score:last-of-type {
              -webkit-justify-content: flex-start;
              justify-content: flex-start; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash {
            margin: 0 11px; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash span {
              display: block;
              width: 16px;
              height: 3px;
              background-color: rgba(255, 255, 255, 0.3); }
        .home .p-main-home .p-game-result__item .p-match__score time {
          display: block;
          margin: 27px auto 0 auto;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1;
          letter-spacing: 0.025em;
          color: #808080; }
        @media (max-width: 991px) {
          .home .p-main-home .p-game-result__item .p-match__name {
            font-size: 15px;
            font-size: 0.9375rem; }
          .home .p-main-home .p-game-result__item .p-match__content .p-club__logo {
            height: 16vw;
            max-height: 60px;
            margin: 0 auto 15px auto; }
          .home .p-main-home .p-game-result__item .p-match__content .p-club__name {
            font-size: 12px;
            font-size: 0.75rem; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score {
            width: 56.47px; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score .p-inner {
              font-size: 40px;
              font-size: 2.5rem;
              padding: 10px 8px; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash {
            margin: 0 11px; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash span {
              width: 14px; }
          .home .p-main-home .p-game-result__item .p-match__score time {
            margin: 17px auto 0 auto;
            font-size: 15px;
            font-size: 0.9375rem; } }
        @media (max-width: 568px) {
          .home .p-main-home .p-game-result__item .p-match__content .p-club__logo {
            height: 16vw;
            max-width: 70px;
            padding: 0 5px; }
          .home .p-main-home .p-game-result__item .p-match__content .p-club__name {
            font-size: 12px;
            font-size: 0.75rem; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score {
            width: 12.6125vw; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-score .p-inner {
              font-size: 9.375vw;
              padding: 3.333vw 1.5625vw; }
          .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash {
            margin: 0 1.875vw; }
            .home .p-main-home .p-game-result__item .p-match__score--wrap .p-dash span {
              width: 3.125vw;
              height: 2px; }
          .home .p-main-home .p-game-result__item .p-match__score time {
            margin: 13px auto 0 auto;
            font-size: 12px;
            font-size: 0.75rem; } }
      .home .p-main-home .p-game-result .p-ad__youtube .p-wrap {
        position: relative;
        width: 100%;
        padding-top: 43.25%;
        background-color: rgba(0, 0, 0, 0.7); }
      .home .p-main-home .p-game-result .p-ad__youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
      @media (max-width: 991px) {
        .home .p-main-home .p-game-result .p-ad__youtube {
          margin-bottom: 0; }
          .home .p-main-home .p-game-result .p-ad__youtube .p-wrap {
            padding-top: 43.25%;
            position: relative; }
          .home .p-main-home .p-game-result .p-ad__youtube iframe {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; } }
    .home .p-main-home .p-ranking .p-section__title {
      font-size: 34px;
      font-size: 2.125rem; }
    .home .p-main-home .p-more {
      width: auto;
      height: auto;
      margin: 50px auto 0 auto; }
      .home .p-main-home .p-more a {
        display: block;
        width: 160px;
        background-color: #0054A7;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        text-align: center;
        margin: 0 auto;
        padding: 10px 30px;
        border-radius: 20px; }
      @media (max-width: 767px) {
        .home .p-main-home .p-more {
          margin: 25px auto 0 auto; } }
    .home .p-main-home .p-news {
      background-color: #192949;
      border-bottom: none !important; }
      .home .p-main-home .p-news .container {
        max-width: 1018px; }
      .home .p-main-home .p-news .p-section__title {
        font-size: 34px;
        font-size: 2.125rem;
        color: #fff; }
        @media (max-width: 991px) {
          .home .p-main-home .p-news .p-section__title {
            font-size: 24px;
            font-size: 1.5rem; } }
      .home .p-main-home .p-news .p-pickup__news {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px 19px -15px; }
        .home .p-main-home .p-news .p-pickup__news--item {
          width: 25%;
          margin-bottom: 30px;
          padding: 0 15px; }
          .home .p-main-home .p-news .p-pickup__news--item a {
            display: block;
            color: #fff; }
            .home .p-main-home .p-news .p-pickup__news--item a:hover .p-img .p-bg-img {
              transform: scale(1.1); }
          .home .p-main-home .p-news .p-pickup__news--item .p-img {
            position: relative;
            width: 100%;
            padding-top: 63.063%;
            overflow: hidden; }
            .home .p-main-home .p-news .p-pickup__news--item .p-img .p-bg-img {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              height: 100%;
              width: 100%;
              margin: auto;
              background-image: url(../img/bg_blank.jpg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
              transition: .1s; }
            .home .p-main-home .p-news .p-pickup__news--item .p-img .p-label {
              position: absolute;
              top: 0;
              left: 2px;
              width: 28px;
              padding: 5px 3px;
              font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
              font-weight: 400;
              font-size: 11px;
              font-size: 0.6875rem;
              color: #fff;
              text-align: center;
              line-height: 1;
              background-color: #d31b1b; }
              .home .p-main-home .p-news .p-pickup__news--item .p-img .p-label:after {
                content: "";
                position: absolute;
                left: 0;
                top: 100%;
                height: 0;
                width: 0;
                border-left: 14px solid #d31b1b;
                border-right: 14px solid #d31b1b;
                border-bottom: 10px solid transparent; }
              .home .p-main-home .p-news .p-pickup__news--item .p-img .p-label span {
                display: block;
                padding: 3px 0;
                border-top: 1px solid rgba(255, 255, 255, 0.5);
                border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .home .p-main-home .p-news .p-pickup__news--item .p-text {
            padding-top: 17px; }
            .home .p-main-home .p-news .p-pickup__news--item .p-text__header {
              display: -webkit-flex;
              display: flex;
              margin-bottom: 4px; }
              .home .p-main-home .p-news .p-pickup__news--item .p-text__header time {
                display: block;
                line-height: 19px;
                white-space: nowrap;
                font-weight: normal;
                font-size: 16px;
                font-size: 1rem;
                color: #fff;
                margin-right: 13px; }
              .home .p-main-home .p-news .p-pickup__news--item .p-text__header .p-article__cat {
                line-height: 19px;
                font-size: 14px;
                font-size: 0.875rem;
                color: #fff; }
            .home .p-main-home .p-news .p-pickup__news--item .p-text h2 {
              font-weight: bold;
              font-size: 16px;
              font-size: 1rem;
              line-height: 1.6;
              color: #fff; }
        @media (max-width: 991px) {
          .home .p-main-home .p-news .p-pickup__news {
            margin: 0 -10px 15px -10px; }
            .home .p-main-home .p-news .p-pickup__news--item {
              padding: 0 10px; } }
        @media (max-width: 768px) {
          .home .p-main-home .p-news .p-pickup__news--item {
            width: 50%; }
            .home .p-main-home .p-news .p-pickup__news--item .p-text__header {
              display: block; }
              .home .p-main-home .p-news .p-pickup__news--item .p-text__header time {
                margin: 0 0 0 0; } }
      .home .p-main-home .p-news .p-horizontal-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 40px;
        background-color: #192949; }
        .home .p-main-home .p-news .p-horizontal-nav__item {
          width: 100%;
          max-width: 100%;
          padding: 0; }
          .home .p-main-home .p-news .p-horizontal-nav__item a {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            background-color: #eee;
            font-weight: normal;
            color: #000;
            font-size: 11px;
            font-size: 0.6875rem;
            font-weight: bold;
            height: 100%;
            padding: 11px 4px;
            border: 1px solid #192949; }
            .home .p-main-home .p-news .p-horizontal-nav__item a:hover {
              background-color: #00226c;
              color: #fff; }
              .home .p-main-home .p-news .p-horizontal-nav__item a:hover:after {
                display: none; }
          .home .p-main-home .p-news .p-horizontal-nav__item.is-active a {
            background-color: #bfae72;
            color: #fff; }
            .home .p-main-home .p-news .p-horizontal-nav__item.is-active a:after {
              display: none; }
        @media (max-width: 768px) {
          .home .p-main-home .p-news .p-horizontal-nav {
            display: block; }
            .home .p-main-home .p-news .p-horizontal-nav__item {
              width: auto;
              max-width: inherit;
              padding: 0 1px 10px 1px; }
              .home .p-main-home .p-news .p-horizontal-nav__item a {
                padding: 5px 10px; } }
      @media (max-width: 767px) {
        .home .p-main-home .p-news .p-horizontal-nav-screen {
          margin-right: -20px;
          margin-left: -20px; } }
      .home .p-main-home .p-news .js-tab__panel .p-article {
        padding: 18.5px 30px; }
        .home .p-main-home .p-news .js-tab__panel .p-article__date {
          font-size: 16px;
          font-size: 1rem;
          color: #fff; }
        .home .p-main-home .p-news .js-tab__panel .p-article__cat {
          min-width: 112px;
          margin-right: 15px;
          padding: 1px 10px;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: bold;
          color: #000;
          background-color: #eee;
          border-radius: 0; }
        .home .p-main-home .p-news .js-tab__panel .p-article__title {
          font-weight: bold;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.6;
          padding-right: 10px; }
          .home .p-main-home .p-news .js-tab__panel .p-article__title a {
            color: #fff; }
      @media (max-width: 991px) {
        .home .p-main-home .p-news .js-tab__panel .p-article {
          padding: 18.5px 18.5px 18.5px 0; }
          .home .p-main-home .p-news .js-tab__panel .p-article__date {
            margin: 0 10px 0 0; }
          .home .p-main-home .p-news .js-tab__panel .p-article__cat {
            margin-top: 2px; }
          .home .p-main-home .p-news .js-tab__panel .p-article__title {
            padding: 0; } }
    .home .p-main-home .p-club-data {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      margin-top: -60px;
      width: 100%;
      height: 60px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff; }
      .home .p-main-home .p-club-data .container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .home .p-main-home .p-club-data .container .p-club-data__item {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          margin-right: 30px;
          white-space: nowrap;
          font-size: 13px;
          font-size: 0.8125rem; }
          .home .p-main-home .p-club-data .container .p-club-data__item:last-child {
            margin-right: 0; }
      .home .p-main-home .p-club-data .p-club-data__title {
        margin: 0 30px 0;
        letter-spacing: 0.05em;
        font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        color: #fff; }
      .home .p-main-home .p-club-data .p-club-data__heading {
        font-weight: 500; }
      .home .p-main-home .p-club-data .p-club-data__count {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 30px;
        color: #bfae72;
        line-height: 1; }
        .home .p-main-home .p-club-data .p-club-data__count span {
          padding-right: 5px;
          font-size: 30px;
          font-size: 1.875rem;
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
          letter-spacing: 0.05em; }
      @media (max-width: 991px) {
        .home .p-main-home .p-club-data {
          margin: 0;
          padding: 20px 0 0;
          height: auto;
          background-color: #000; }
          .home .p-main-home .p-club-data .container {
            display: block; }
            .home .p-main-home .p-club-data .container .p-club-data__item {
              display: block;
              text-align: center;
              margin-right: 0; }
          .home .p-main-home .p-club-data .p-club-data__title {
            margin-bottom: 5px;
            text-align: center; }
          .home .p-main-home .p-club-data .p-club-data__heading {
            margin-bottom: 5px; }
          .home .p-main-home .p-club-data .p-club-data__count {
            -webkit-justify-content: center;
            justify-content: center;
            margin-bottom: 5px; } }
    .home .p-main-home .p-section {
      position: relative;
      padding: 60px 0;
      border-bottom: 1px solid #e5e5e5; }
      .home .p-main-home .p-section:last-child {
        border-bottom: none; }
      @media (max-width: 767px) {
        .home .p-main-home .p-section {
          padding: 30px 0; } }
    .home .p-main-home .p-ad {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: #404040; }
      .home .p-main-home .p-ad > div {
        width: 50%; }
        .home .p-main-home .p-ad > div img {
          width: 100%; }
      .home .p-main-home .p-ad .p-section__title {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0px;
        font-size: 3.2vw;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #fff; }
        @media (max-width: 1080px) {
          .home .p-main-home .p-ad .p-section__title {
            font-size: 16px;
            font-size: 1rem;
            margin-bottom: 0; } }
        @media (max-width: 991px) {
          .home .p-main-home .p-ad .p-section__title {
            font-size: 24px;
            font-size: 1.5rem;
            margin-bottom: 10px; } }
      .home .p-main-home .p-ad .p-ad__youtube > div {
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        .home .p-main-home .p-ad .p-ad__youtube > div iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important; }
      .home .p-main-home .p-ad .p-ad__score {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        background-color: #404040;
        padding: 20px; }
        .home .p-main-home .p-ad .p-ad__score img, .home .p-main-home .p-ad .p-ad__score a {
          display: block;
          outline: none; }
        .home .p-main-home .p-ad .p-ad__score a {
          color: #fff; }
        .home .p-main-home .p-ad .p-ad__score .p-label {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 66px;
          height: 66px;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 700;
          background-color: #bfae72;
          line-height: 1.2;
          color: #fff; }
          @media (max-width: 991px) {
            .home .p-main-home .p-ad .p-ad__score .p-label {
              padding: 10px;
              width: auto;
              height: auto; } }
        @media (max-width: 991px) {
          .home .p-main-home .p-ad .p-ad__score .p-featurette__item-wrapper {
            padding: 0 10px; } }
        .home .p-main-home .p-ad .p-ad__score .p-featurette__title {
          padding: 15px 30px;
          border-top: 1px solid #666666;
          border-bottom: 1px solid #666666;
          font-size: 15px;
          font-size: 0.9375rem;
          text-align: center; }
          .home .p-main-home .p-ad .p-ad__score .p-featurette__title .p-date {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid #666666; }
          @media (max-width: 1080px) {
            .home .p-main-home .p-ad .p-ad__score .p-featurette__title {
              padding: 7px 10px; } }
          @media (max-width: 991px) {
            .home .p-main-home .p-ad .p-ad__score .p-featurette__title {
              padding: 10px;
              font-size: 12px;
              font-size: 0.75rem; }
              .home .p-main-home .p-ad .p-ad__score .p-featurette__title span {
                display: block; }
              .home .p-main-home .p-ad .p-ad__score .p-featurette__title .p-date {
                border-left: none;
                font-size: 10px;
                font-size: 0.625rem;
                margin-left: 0;
                padding-left: 0; }
              .home .p-main-home .p-ad .p-ad__score .p-featurette__title .p-featurette__subtitle {
                font-size: 10px;
                font-size: 0.625rem; } }
        .home .p-main-home .p-ad .p-ad__score .p-featurette__content {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
          .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num {
            padding-top: 10px;
            text-transform: uppercase;
            font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
            font-size: 60px;
            font-size: 3.75rem;
            text-align: center; }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num > div {
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-align-items: center;
              align-items: center;
              margin-bottom: 10px; }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num span {
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-align-items: center;
              align-items: center;
              margin: 5px;
              padding: 0 10px;
              height: 80px;
              min-width: 50px;
              background-color: #292929;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px; }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num .p-featurette__subtitle {
              font-size: 11px;
              font-size: 0.6875rem;
              text-align: center; }
            @media (max-width: 991px) {
              .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num {
                padding-top: 5px;
                font-size: 36px;
                font-size: 2.25rem; }
                .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-score-num span {
                  padding: 0 6px;
                  height: 60px;
                  min-width: 40px; } }
          .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club {
            position: relative;
            margin: 10px 30px;
            width: 120px;
            text-align: center; }
            @media (max-width: 991px) {
              .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club {
                margin: 10px;
                width: 80px; } }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club:first-child {
              margin-left: 0; }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club:last-child {
              margin-right: 0; }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club .p-club__name {
              font-size: 12px;
              font-size: 0.75rem; }
              @media (max-width: 991px) {
                .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club .p-club__name {
                  font-size: 10px;
                  font-size: 0.625rem;
                  line-height: 1.2; } }
            .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club .p-club__logo {
              width: 68px;
              height: 68px;
              margin: 0 auto 10px auto; }
              .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club .p-club__logo img {
                width: auto;
                height: 100%; }
              @media (max-width: 991px) {
                .home .p-main-home .p-ad .p-ad__score .p-featurette__content .p-club .p-club__logo {
                  width: 40px;
                  height: 40px; } }
      @media (max-width: 991px) {
        .home .p-main-home .p-ad {
          -webkit-flex-direction: column;
          flex-direction: column; }
          .home .p-main-home .p-ad > div {
            width: 100%; }
          .home .p-main-home .p-ad .p-ad__banner {
            order: 2; }
          .home .p-main-home .p-ad .p-ad__youtube {
            order: 1; } }
    .home .p-main-home .p-banner {
      padding-bottom: 60px;
      background-color: #f6f6f6; }
      .home .p-main-home .p-banner .p-banner-list .p-banner-list__item {
        margin-right: 10px;
        margin-left: 10px; }
        .home .p-main-home .p-banner .p-banner-list .p-banner-list__item:last-child {
          margin-right: 10px; }
      @media (max-width: 767px) {
        .home .p-main-home .p-banner {
          padding-bottom: 30px; } }
    .home .p-main-home .p-sponsor {
      padding-bottom: 20px; }
      .home .p-main-home .p-sponsor .p-section__title {
        margin-top: 40px; }
        .home .p-main-home .p-sponsor .p-section__title:first-of-type {
          margin-top: 0; }
      .home .p-main-home .p-sponsor .p-banner-list {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .home .p-main-home .p-sponsor .p-banner-list {
            margin-bottom: 60px; } }
        .home .p-main-home .p-sponsor .p-banner-list:last-child {
          margin-bottom: 0; }
      @media (max-width: 767px) {
        .home .p-main-home .p-sponsor {
          padding-bottom: 30px; }
          .home .p-main-home .p-sponsor .p-section__title {
            margin-top: 30px; } }
    .home .p-main-home .p-banner-list {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
      .home .p-main-home .p-banner-list .p-banner-list__item {
        margin-right: 60px;
        margin-bottom: 20px;
        text-align: center; }
        .home .p-main-home .p-banner-list .p-banner-list__item:last-child {
          margin-right: 0; }
      @media (max-width: 767px) {
        .home .p-main-home .p-banner-list {
          -webkit-justify-content: space-around;
          justify-content: space-around;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
          .home .p-main-home .p-banner-list .p-banner-list__item {
            margin-right: 0 !important;
            width: 45%; }
            .home .p-main-home .p-banner-list .p-banner-list__item:last-child {
              margin-bottom: 0; } }

/* =============================================================================
   下層ページ
   ========================================================================== */
.p-heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 400px;
  background-image: url(../../assets/img/bg_title-header.jpg);
  background-size: cover;
  background-position: center; }
  .p-heading h1 {
    font-size: 48px;
    font-size: 3rem;
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff; }
    .p-heading h1 span {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      font-size: 1rem; }
    .p-heading h1 .p-heading__top {
      font-size: 48px;
      font-size: 3rem;
      font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.05em;
      color: #fff; }
    .p-heading h1 .p-heading__bottom {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      font-size: 1rem; }
    .p-heading h1 .p-trans-in-top {
      opacity: 0;
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
      -moz-transition-property: opacity, -moz-transform;
      -o-transition-property: opacity, -o-transform;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      -moz-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      -webkit-transition-duration: 0.8s;
      transition-duration: 0.8s; }
    .p-heading h1 .p-trans-in-bottom {
      opacity: 0;
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      -moz-transition-property: opacity, -moz-transform;
      -o-transition-property: opacity, -o-transform;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      -moz-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      -webkit-transition-duration: 0.8s;
      transition-duration: 0.8s; }
    .p-heading h1.is-action .p-trans-in-bottom,
    .p-heading h1.is-action .p-trans-in-top {
      opacity: 1;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  @media (max-width: 767px) {
    .p-heading {
      height: 120px; }
      .p-heading h1 .p-heading__top {
        font-size: 36px;
        font-size: 2.25rem; }
      .p-heading h1 .p-heading__bottom {
        display: none; } }

.p-aside {
  margin-top: 40px; }
  .p-aside.p-container {
    padding-top: 60px;
    padding-bottom: 60px; }

.p-main .p-article .p-article__header {
  margin-bottom: 80px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }
  .p-main .p-article .p-article__header .p-article__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
  .p-main .p-article .p-article__header .p-article__lead {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .p-main .p-article .p-article__header .p-article__cat {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
    .p-main .p-article .p-article__header .p-article__cat:first-of-type {
      margin-left: 0; }
    @media (max-width: 767px) {
      .p-main .p-article .p-article__header .p-article__cat {
        margin-bottom: 10px; } }
  .p-main .p-article .p-article__header .p-article__date {
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  .p-main .p-article .p-article__header .p-article__warning {
    display: block;
    color: #E2310E; }
.p-main .p-article .p-article__body {
  color: #606060;
  word-break: break-all; }
  .p-main .p-article .p-article__body p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8; }
  .p-main .p-article .p-article__body a {
    color: #0389e8;
    text-decoration: underline; }
    .p-main .p-article .p-article__body a:hover, .p-main .p-article .p-article__body a:active, .p-main .p-article .p-article__body a:focus {
      text-decoration: underline; }
  .p-main .p-article .p-article__body h3 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #333; }
  .p-main .p-article .p-article__body p {
    margin-bottom: 30px; }
  .p-main .p-article .p-article__body .p-frame {
    padding: 40px;
    border: 1px solid #e5e5e5; }
    .p-main .p-article .p-article__body .p-frame p:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .p-main .p-article .p-article__body .p-frame {
        padding: 20px; } }

/* =============================================================================
   NEWS
   ========================================================================== */
.p-articles .u-btn {
  margin-top: 40px;
  margin-bottom: 0; }

.single-news .p-article .p-article__body p {
  color: #000;
  font-size: 16px;
  font-size: 1rem; }

@media (max-width: 767px) {
  .p-article__footer .p-sns-button .wp_social_bookmarking_light {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-article__footer .p-adsense {
  margin-top: 30px;
  text-align: center; }
.p-article > .p-adsense {
  margin-bottom: 20px;
  text-align: center; }
.p-article .dazn-banner {
  margin-top: 10px; }
  .p-article .dazn-banner a {
    display: block;
    margin: 0 auto;
    max-width: 728px;
    width: 100%; }
  .p-article .dazn-banner img {
    width: 100%; }

/* =============================================================================
   検索結果
   ========================================================================== */
.p-articles--search .p-articles__header {
  margin-bottom: 80px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }
  .p-articles--search .p-articles__header .p-articles__title {
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
.p-articles--search .p-article {
  display: block; }
  .p-articles--search .p-article .p-article__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    .p-articles--search .p-article .p-article__title a {
      color: #0389e8;
      text-decoration: underline; }
  .p-articles--search .p-article .p-article__excerpt {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem; }

/* =============================================================================
   TRAINING SCHEDULE
   ========================================================================== */
@media (max-width: 767px) {
  .schedule .p-heading .p-heading__title span {
    letter-spacing: -1px !important; } }

/* =============================================================================
   MATCH
   ========================================================================== */
.page.match .p-match-detail .p-game-data {
  margin-bottom: 0; }
  .page.match .p-match-detail .p-game-data .p-game-data__item {
    margin-bottom: 0; }
.page.match .p-container {
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .page.match .p-container .p-article__title {
    margin-bottom: 15px !important; }
  .page.match .p-container .p-more {
    right: -34px; }
    @media (max-width: 767px) {
      .page.match .p-container .p-more {
        right: auto; } }
@media (max-width: 767px) {
  .page.match .p-main {
    margin-top: 0; }
    .page.match .p-main .p-container.p-match-detail {
      padding-top: 0; } }

.p-match-status {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  min-width: 120px;
  margin-left: -60px;
  padding: 5px 10px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff; }
  .p-match-status--live {
    background-color: #f05766; }
    .p-match-status--live a {
      color: #fff; }
  @media (max-width: 767px) {
    .p-match-status {
      top: -40px; } }

.p-match-detail {
  padding-top: 0;
  padding-bottom: 0; }
  .p-match-detail .p-highlight {
    margin-bottom: 50px; }
    .p-match-detail .p-highlight .p-highlight__title {
      margin-bottom: 50px;
      padding: 40px 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: bold;
      text-align: center;
      color: #00226c; }
    .p-match-detail .p-highlight .p-video-container-wrap {
      margin: 0 auto;
      max-width: 640px; }
    .p-match-detail .p-highlight .p-video-container {
      padding-top: 0px; }
    @media (max-width: 767px) {
      .p-match-detail .p-highlight {
        margin-bottom: 40px; }
        .p-match-detail .p-highlight .p-highlight__title {
          margin-bottom: 40px;
          padding: 20px 0;
          font-size: 24px;
          font-size: 1.5rem; } }
  .p-match-detail .p-adsense {
    margin-top: 80px;
    text-align: center; }
  .p-match-detail .p-sns-button {
    margin-top: 10px;
    margin-bottom: -10px;
    padding-bottom: 0; }
    .p-match-detail .p-sns-button ul {
      margin-bottom: 0; }
      .p-match-detail .p-sns-button ul li {
        width: auto;
        border: none; }
        .p-match-detail .p-sns-button ul li.p-sns-button__tw {
          margin-right: 10px; }
          .p-match-detail .p-sns-button ul li.p-sns-button__tw a {
            background-color: #1186e7;
            box-shadow: 0 3px 0 #0b538e; }
          .p-match-detail .p-sns-button ul li.p-sns-button__tw span {
            background-image: url(../img/icon_tw-white.png); }
        .p-match-detail .p-sns-button ul li.p-sns-button__fb a {
          background-color: #284d92;
          box-shadow: 0 3px 0 #15294e; }
        .p-match-detail .p-sns-button ul li.p-sns-button__fb span {
          background-image: url(../img/icon_fb-white.png); }
        .p-match-detail .p-sns-button ul li span {
          display: block;
          padding-left: 30px;
          background-repeat: no-repeat;
          background-size: 24px;
          background-position: 0 50%; }
        .p-match-detail .p-sns-button ul li a {
          display: block;
          padding: 15px 20px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          color: #fff; }
        .p-match-detail .p-sns-button ul li:last-child {
          border-right: none; }
    @media (max-width: 767px) {
      .p-match-detail .p-sns-button {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 0 0 0; }
        .p-match-detail .p-sns-button ul {
          display: block;
          margin-right: 15px;
          margin-left: 15px; }
          .p-match-detail .p-sns-button ul li.p-sns-button__tw {
            margin-right: 0;
            margin-bottom: 10px; } }
  .p-match-detail .p-game-data {
    margin-bottom: 30px; }
  .p-match-detail .p-game-data__item {
    margin-bottom: 30px; }
    .p-match-detail .p-game-data__item tbody td {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      text-align: left; }
      .p-match-detail .p-game-data__item tbody td:nth-child(1), .p-match-detail .p-game-data__item tbody td:nth-child(2) {
        width: 10%;
        text-align: center; }
    .p-match-detail .p-game-data__item--past tbody td:first-child {
      width: auto;
      text-align: left; }
  .p-match-detail .p-game-data__info .c-table {
    table-layout: fixed; }
  @media (max-width: 767px) {
    .p-match-detail .p-game-data__club {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      list-style: none;
      margin-bottom: 30px; }
      .p-match-detail .p-game-data__club li {
        position: relative;
        width: 50%;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: center; }
        .p-match-detail .p-game-data__club li a {
          display: block;
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          transition: none;
          opacity: 1; }
        .p-match-detail .p-game-data__club li.is-active::after {
          position: absolute;
          bottom: -2px;
          left: 0;
          content: '';
          width: 100%;
          height: 3px;
          background-color: #0389e8; } }
  .p-match-detail .c-tab .c-tab__item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: auto; }
    @media (max-width: 767px) {
      .p-match-detail .c-tab .c-tab__item {
        width: 100% !important; } }
    .p-match-detail .c-tab .c-tab__item--data a::before {
      background-image: url(../../assets/img/icon_data-white.png); }
    .p-match-detail .c-tab .c-tab__item--log a::before {
      background-image: url(../../assets/img/icon_time-white.png); }
    .p-match-detail .c-tab .c-tab__item--report a::before {
      background-image: url(../../assets/img/icon_comment-white.png); }
    .p-match-detail .c-tab .c-tab__item--gallery a::before {
      background-image: url(../../assets/img/icon_camera-white.png); }
    .p-match-detail .c-tab .c-tab__item.is-active.c-tab__item--data a::before {
      background-image: url(../../assets/img/icon_data-blue.png); }
    .p-match-detail .c-tab .c-tab__item.is-active.c-tab__item--log a::before {
      background-image: url(../../assets/img/icon_time-blue.png); }
    .p-match-detail .c-tab .c-tab__item.is-active.c-tab__item--report a::before {
      background-image: url(../../assets/img/icon_comment-blue.png); }
    .p-match-detail .c-tab .c-tab__item.is-active.c-tab__item--gallery a::before {
      background-image: url(../../assets/img/icon_camera-blue.png); }
  .p-match-detail__body {
    padding-top: 80px;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .p-match-detail__body {
        padding-top: 40px; } }
  .p-match-detail .p-score {
    margin-bottom: 60px;
    position: relative; }
    @media (max-width: 767px) {
      .p-match-detail .p-score {
        margin-top: 30px; } }
    .p-match-detail .p-score__content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .p-match-detail .p-score__content .p-club {
        text-align: center; }
        .p-match-detail .p-score__content .p-club .p-club__logo {
          height: 103px;
          margin-bottom: 10px; }
          .p-match-detail .p-score__content .p-club .p-club__logo img {
            width: auto;
            height: 100%; }
        .p-match-detail .p-score__content .p-club .p-club__name {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: bold; }
      .p-match-detail .p-score__content .p-score-num {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        .p-match-detail .p-score__content .p-score-num .p-num {
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif; }
      @media (min-width: 992px) {
        .p-match-detail .p-score__content .p-club {
          width: 200px; }
        .p-match-detail .p-score__content .p-score-num {
          margin-top: 20px;
          margin-right: 60px;
          margin-left: 60px; }
          .p-match-detail .p-score__content .p-score-num .p-num {
            width: 40px;
            text-align: center;
            font-size: 48px;
            font-size: 3rem; }
          .p-match-detail .p-score__content .p-score-num .p-score-num__detail {
            margin-right: 60px;
            margin-left: 60px;
            text-align: center; }
            .p-match-detail .p-score__content .p-score-num .p-score-num__detail .p-num {
              font-size: 18px;
              font-size: 1.125rem; } }
      @media (max-width: 991px) {
        .p-match-detail .p-score__content .p-club {
          width: 120px; }
        .p-match-detail .p-score__content .p-score-num {
          margin-top: 20px;
          margin-right: 40px;
          margin-left: 40px; }
          .p-match-detail .p-score__content .p-score-num .p-num {
            width: 40px;
            text-align: center;
            font-size: 40px;
            font-size: 2.5rem; }
          .p-match-detail .p-score__content .p-score-num .p-score-num__detail {
            margin-right: 40px;
            margin-left: 40px;
            text-align: center; }
            .p-match-detail .p-score__content .p-score-num .p-score-num__detail .p-num {
              font-size: 18px;
              font-size: 1.125rem; } }
      @media (max-width: 767px) {
        .p-match-detail .p-score__content {
          -webkit-align-items: center;
          align-items: center; }
          .p-match-detail .p-score__content .p-club {
            width: 60px; }
            .p-match-detail .p-score__content .p-club .p-club__logo {
              height: 60px;
              margin-bottom: 0; }
            .p-match-detail .p-score__content .p-club .p-club__name {
              display: none; }
          .p-match-detail .p-score__content .p-score-num {
            margin-top: 0;
            margin-right: 20px;
            margin-left: 20px; }
            .p-match-detail .p-score__content .p-score-num .p-num {
              width: 30px;
              text-align: center;
              font-size: 36px;
              font-size: 2.25rem; }
            .p-match-detail .p-score__content .p-score-num .p-score-num__detail {
              margin-right: 10px;
              margin-left: 10px;
              text-align: center; }
              .p-match-detail .p-score__content .p-score-num .p-score-num__detail .p-num {
                font-size: 14px;
                font-size: 0.875rem; } }
  .p-match-detail__item {
    padding-top: 90px;
    margin-top: -90px; }
    @media (max-width: 767px) {
      .p-match-detail__item--log .p-score__content .p-club {
        width: 80px; }
        .p-match-detail__item--log .p-score__content .p-club .p-club__logo {
          height: 60px;
          margin-bottom: 10px; }
      .p-match-detail__item--log .p-score__content .p-score-num {
        margin-top: 0;
        margin-right: 20px;
        margin-left: 20px; }
        .p-match-detail__item--log .p-score__content .p-score-num .p-num {
          font-size: 36px;
          font-size: 2.25rem; }
        .p-match-detail__item--log .p-score__content .p-score-num .p-score-num__detail {
          margin-right: 10px;
          margin-left: 10px; }
          .p-match-detail__item--log .p-score__content .p-score-num .p-score-num__detail .p-num {
            font-size: 14px;
            font-size: 0.875rem; } }
    .p-match-detail__item--log .p-num {
      font-size: 48px;
      font-size: 3rem; }
    .p-match-detail__item--log .c-table tbody td {
      vertical-align: top;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      text-align: left; }
      .p-match-detail__item--log .c-table tbody td:first-child {
        width: auto;
        font-weight: bold;
        text-align: left; }
        .p-match-detail__item--log .c-table tbody td:first-child:not([colspan]) {
          white-space: nowrap; }
    .p-match-detail__item--report .p-comment .p-comment__item {
      margin-bottom: 60px;
      padding-bottom: 60px;
      border-bottom: 1px solid #e5e5e5; }
      .p-match-detail__item--report .p-comment .p-comment__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px; }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__thumb {
          margin-right: 30px;
          width: 150px; }
          @media (max-width: 767px) {
            .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__thumb {
              margin-right: 10px;
              width: 80px; } }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__name .p-pos {
          font-size: 19px;
          font-size: 1.1875rem;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-weight: bold; }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__name .p-en {
          font-size: 36px;
          font-size: 2.25rem; }
          @media (max-width: 767px) {
            .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__name .p-en {
              font-size: 20px;
              font-size: 1.25rem; } }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__name .p-ja {
          font-size: 16px;
          font-size: 1rem;
          font-weight: bold; }
          .p-match-detail__item--report .p-comment .p-comment__item .p-item__heading .p-item__name .p-ja span {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: normal; }
      .p-match-detail__item--report .p-comment .p-comment__item .p-item__content {
        padding: 40px;
        background-color: #f2f2f2; }
        @media (max-width: 767px) {
          .p-match-detail__item--report .p-comment .p-comment__item .p-item__content {
            padding: 20px; } }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__content dt {
          margin-bottom: 20px;
          margin-left: 1em;
          text-indent: -1em;
          font-size: 15px;
          font-size: 0.9375rem;
          font-weight: bold;
          color: #606060; }
          .p-match-detail__item--report .p-comment .p-comment__item .p-item__content dt::before {
            content: "ー"; }
        .p-match-detail__item--report .p-comment .p-comment__item .p-item__content dd {
          margin-bottom: 20px;
          font-size: 14px;
          font-size: 0.875rem;
          color: #606060; }
          .p-match-detail__item--report .p-comment .p-comment__item .p-item__content dd:last-child {
            margin-bottom: 0; }
    @media (min-width: 768px) {
      .p-match-detail__item--gallery .p--gallery {
        margin-right: -7.5px;
        margin-left: -7.5px; }
        .p-match-detail__item--gallery .p--gallery__item {
          padding-right: 7.5px;
          padding-left: 7.5px; } }
    .p-match-detail__item--gallery .p--gallery__item {
      margin-bottom: 15px; }
      .p-match-detail__item--gallery .p--gallery__item img {
        width: 100%; }

.match .p-match-schedule h3, .game .p-match-schedule h3 {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important; }
.match .p-match-schedule .p-article__body, .game .p-match-schedule .p-article__body {
  margin-bottom: 60px; }
  .match .p-match-schedule .p-article__body:last-of-type, .game .p-match-schedule .p-article__body:last-of-type {
    margin-bottom: 0; }
.match .p-match-schedule .p-match-schedule__table2 .c-table a, .game .p-match-schedule .p-match-schedule__table2 .c-table a {
  text-decoration: none; }
.match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item:last-child, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item:last-child {
      border-bottom: 0px; }
@media (max-width: 991px) {
  .match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows {
    -webkit-flex-direction: row;
    flex-direction: row; }
    .match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item {
      width: 50%;
      border-bottom: none;
      border-right: 1px solid #e5e5e5; }
      .match .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item:last-child, .game .p-match-schedule .p-match-schedule__table2 .p-hightlight-rows .p-hightlight-rows__item:last-child {
        border-right: none; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table thead, .game .p-match-schedule .p-match-schedule__table2 .c-table thead {
    display: none; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table tr, .match .p-match-schedule .p-match-schedule__table2 .c-table td, .match .p-match-schedule .p-match-schedule__table2 .c-table th, .game .p-match-schedule .p-match-schedule__table2 .c-table tr, .game .p-match-schedule .p-match-schedule__table2 .c-table td, .game .p-match-schedule .p-match-schedule__table2 .c-table th {
    display: block; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table tr, .game .p-match-schedule .p-match-schedule__table2 .c-table tr {
    margin-bottom: 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table tr::after, .game .p-match-schedule .p-match-schedule__table2 .c-table tr::after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0.1px;
      font-size: 0.1em;
      line-height: 0;
      clear: both; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td, .game .p-match-schedule .p-match-schedule__table2 .c-table td {
    padding: 10px !important;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:first-child, .game .p-match-schedule .p-match-schedule__table2 .c-table td:first-child {
      float: left;
      width: 30% !important;
      border-right: 1px solid #e5e5e5;
      background-color: #e5e5e5; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(2), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(2) {
      float: left;
      width: 70% !important; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(3), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(3) {
      clear: both;
      width: auto !important; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(4), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(4) {
      width: auto !important; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(5), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(5) {
      width: auto !important; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td:last-child, .game .p-match-schedule .p-match-schedule__table2 .c-table td:last-child {
      width: auto !important; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table .p-match-day, .game .p-match-schedule .p-match-schedule__table2 .c-table .p-match-day {
    max-width: 90%;
    text-align: center !important; } }
.match .p-match-schedule .p-match-schedule__table2 .c-table td, .game .p-match-schedule .p-match-schedule__table2 .c-table td {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:first-child, .game .p-match-schedule .p-match-schedule__table2 .c-table td:first-child {
    width: 9%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(2), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(2) {
    width: 20%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(3), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(3) {
    width: 26%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(4), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(4) {
    width: 21%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(5), .game .p-match-schedule .p-match-schedule__table2 .c-table td:nth-child(5) {
    width: 11.5%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td:last-child, .game .p-match-schedule .p-match-schedule__table2 .c-table td:last-child {
    width: 11.5%; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-club, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-club {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__logo, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__logo {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__logo img, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__logo img {
      height: 100%;
      width: auto;
      vertical-align: bottom; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__name, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-club__name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day {
    text-align: left;
    max-width: 80%;
    margin: 5px auto 0px; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__figure, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__figure {
    text-align: center; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__detail, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__detail {
    line-height: 1.2rem; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__detail a, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-match-day__detail a {
      display: inline-block;
      line-height: 1rem;
      padding: 1px 7px;
      margin-right: 7px;
      color: #fff;
      text-decoration: none;
      background-color: #012578;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      font-size: 10px;
      font-size: 0.625rem; }
  .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-more, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-more {
    position: relative;
    right: auto;
    padding-right: 14px;
    text-decoration: none;
    color: #333;
    background-image: url(../../assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%; }
    .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-more:hover, .match .p-match-schedule .p-match-schedule__table2 .c-table td .p-more:active, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-more:hover, .game .p-match-schedule .p-match-schedule__table2 .c-table td .p-more:active {
      text-decoration: none; }

/* =============================================================================
   CLUB
   ========================================================================== */
.p-submenu .p-submenu__item--theme .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_theme.jpg); }

.p-submenu .p-submenu__item--player .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_player.jpg); }

.p-submenu .p-submenu__item--profile .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_profile.jpg); }

.p-submenu .p-submenu__item--history .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_history.jpg); }

.p-submenu .p-submenu__item--activity .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_activity.jpg); }

.p-submenu .p-submenu__item--sponsor .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_sponsor.jpg); }

.p-submenu .p-submenu__item--zelviavendingmc .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_zelviavendingmc.jpg); }

.p-submenu .p-submenu__item--futsal .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_futsal.jpg); }

.p-submenu .p-submenu__item--kitchen .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_kitchen.jpg); }

.p-submenu .p-submenu__item--policy .p-submenu__image {
  background-image: url(../../assets/img/club/img_menu_policy.jpg); }

/* PLAYER
   ========================================================================== */
.player .p-individual__header .p-individual__header-title {
  background-image: url(../img/player/img_player_title.jpg); }
.player .p-article__body h3 {
  margin-top: 0 !important;
  margin-bottom: 50px !important; }
.player .p-article__body h4 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }
.player .p-player__link {
  width: 100%;
  position: relative;
  padding: 10px 0;
  margin: 0 0 50px 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: center;
  flex-direction: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none; }
  .player .p-player__link li {
    padding: 0 15px; }
    .player .p-player__link li a {
      position: relative;
      font-size: 19px;
      font-size: 1.1875rem;
      font-weight: bold;
      text-decoration: none !important;
      color: #333 !important;
      transition: .3s; }
      .player .p-player__link li a:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 0;
        height: 3px;
        background-color: #0389e8;
        transition: 0.3s; }
      .player .p-player__link li a:hover:after {
        width: 100%; }
.player .p-player-list {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .player .p-player-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.player .p-player-list__item a {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  text-decoration: none !important;
  color: #333 !important; }
  .player .p-player-list__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-image: url(../../assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%; }
.player .p-player-list__item .p-item__thumb {
  margin-right: 5%;
  width: 32.3%; }
.player .p-player-list__item .p-item__name {
  width: 67.7%; }
.player .p-player-list__item .p-pos {
  font-size: 23px;
  font-size: 1.4375rem; }
.player .p-player-list__item .p-en {
  font-size: 29px;
  font-size: 1.8125rem; }
.player .p-player-list__item .p-ja {
  font-weight: bold; }
@media (max-width: 991px) {
  .player .p-player-list__item .p-pos {
    font-size: 12px;
    font-size: 0.75rem; }
  .player .p-player-list__item .p-en {
    font-size: 18px;
    font-size: 1.125rem; }
  .player .p-player-list__item .p-ja {
    font-size: 12px;
    font-size: 0.75rem; } }
.player.single .p-article__body h3 {
  margin-bottom: 80px !important; }
.player.single th {
  background-color: #f7f7f7;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  width: 30%; }
.player.single td {
  border-top: 1px solid #e5e5e5;
  width: 70%;
  text-align: left; }
.player.single .u-btn {
  margin-bottom: 0;
  background-image: url(../../assets/img/icon_arrow-right-white.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 30px 50%; }
.player.single .p-player-detail__bnr {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px auto; }
  @media (max-width: 991px) {
    .player.single .p-player-detail__bnr {
      max-width: 91.6666666667%; } }
  @media (max-width: 768px) {
    .player.single .p-player-detail__bnr {
      max-width: 100%;
      margin-bottom: 40px; } }
.player.single .p-player-detail__header {
  margin-bottom: 60px; }
  .player.single .p-player-detail__header .p-profile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
.player.single .p-player-detail .p-item__image img {
  width: 100%; }
.player.single .p-player-detail .p-item__name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  color: #000; }
  .player.single .p-player-detail .p-item__name .p-pos {
    font-size: 23px;
    font-size: 1.4375rem; }
  .player.single .p-player-detail .p-item__name .p-en {
    font-size: 43px;
    font-size: 2.6875rem; }
  .player.single .p-player-detail .p-item__name .p-ja {
    font-size: 19px;
    font-size: 1.1875rem; }
  @media (max-width: 767px) {
    .player.single .p-player-detail .p-item__name {
      height: auto;
      border-top: none; } }
.player.single .p-frame {
  margin-bottom: 60px; }
.player .p-player-person_sns_title {
  margin: 15px 0 0 !important; }
  @media (max-width: 768px) {
    .player .p-player-person_sns_title {
      display: none; } }
.player .p-player-person_sns {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto; }
  .player .p-player-person_sns.only-pc {
    margin-top: 10px;
    max-width: 435px; }
    @media (max-width: 768px) {
      .player .p-player-person_sns.only-pc {
        display: none; } }
  .player .p-player-person_sns li {
    max-width: 50%;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .player .p-player-person_sns li:last-child {
      border-right: 1px solid #e5e5e5; }
    .player .p-player-person_sns li a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px; }
      .player .p-player-person_sns li a img {
        width: 32px; }
        .player .p-player-person_sns li a img[alt="blog"] {
          width: 50px; }
.player .p-player-person_sns_wrap {
  padding: 20px;
  border: 1px solid #e5e5e5; }
  .player .p-player-person_sns_wrap.only-sp {
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .player .p-player-person_sns_wrap.only-sp {
        display: none; } }

/* KITCHEN
   ========================================================================== */
.kitchen .p-individual__header .p-individual__header-title {
  background-image: url(../../img/kitchen/img_kitchen_title.jpg); }
.kitchen .p-article .p-article__body .p-font_large {
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 768px) {
    .kitchen .p-article .p-article__body .p-font_large {
      font-size: 25px;
      font-size: 1.5625rem; } }
.kitchen .p-individual-lead {
  text-align: center; }
  @media (max-width: 768px) {
    .kitchen .p-individual-lead {
      font-size: 14px;
      font-size: 0.875rem; } }
.kitchen .p-individual-container .p-block-format {
  border: 1px solid #e5e5e5;
  padding: 79px 40px 60px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .kitchen .p-individual-container .p-block-format {
      padding: 79px 20px 60px; } }
  .kitchen .p-individual-container .p-block-format > dt {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .kitchen .p-individual-container .p-block-format > dt {
        font-size: 20px;
        font-size: 1.25rem; } }
  .kitchen .p-individual-container .p-block-format > dd {
    padding-top: 45px; }
.kitchen .p-individual-container.concept {
  text-align: center; }
  .kitchen .p-individual-container.concept img {
    max-width: 700px;
    width: 100%; }
.kitchen .p-individual-container.thought .p-thought-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding: 0; }
  @media (max-width: 567px) {
    .kitchen .p-individual-container.thought .p-thought-list {
      margin: 0; } }
  .kitchen .p-individual-container.thought .p-thought-list_wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .kitchen .p-individual-container.thought .p-thought-list_wrap .title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .kitchen .p-individual-container.thought .p-thought-list li {
    list-style: none;
    width: 50%;
    padding: 0 16px; }
    @media (max-width: 991px) {
      .kitchen .p-individual-container.thought .p-thought-list li {
        width: 50%; } }
    @media (max-width: 567px) {
      .kitchen .p-individual-container.thought .p-thought-list li {
        width: 100%; } }
    @media (max-width: 567px) {
      .kitchen .p-individual-container.thought .p-thought-list li + li {
        margin-top: 45px; } }
    .kitchen .p-individual-container.thought .p-thought-list li figure {
      margin-bottom: 45px; }
      @media (max-width: 567px) {
        .kitchen .p-individual-container.thought .p-thought-list li figure {
          margin-bottom: 0; } }
      .kitchen .p-individual-container.thought .p-thought-list li figure .img img {
        width: 100%; }
      .kitchen .p-individual-container.thought .p-thought-list li figure figcaption {
        margin-top: 20px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem; }
        @media (max-width: 567px) {
          .kitchen .p-individual-container.thought .p-thought-list li figure figcaption {
            margin-top: 15px; } }
.kitchen .p-individual-container.thought .p-method-list > dd {
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .kitchen .p-individual-container.thought .p-method-list > dd {
      display: block; } }
  .kitchen .p-individual-container.thought .p-method-list > dd + dd {
    padding-top: 22px; }
  .kitchen .p-individual-container.thought .p-method-list > dd .title {
    width: 198px;
    font-size: 31px;
    font-size: 1.9375rem;
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    color: #000;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 991px) {
      .kitchen .p-individual-container.thought .p-method-list > dd .title {
        font-size: 26px;
        font-size: 1.625rem;
        width: 100%; } }
    .kitchen .p-individual-container.thought .p-method-list > dd .title span {
      font-size: 36px;
      font-size: 2.25rem;
      color: #0054a7; }
      @media (max-width: 991px) {
        .kitchen .p-individual-container.thought .p-method-list > dd .title span {
          font-size: 30px;
          font-size: 1.875rem; } }
  .kitchen .p-individual-container.thought .p-method-list > dd dl {
    width: calc(100% - 198px);
    padding-left: 20px; }
    @media (max-width: 991px) {
      .kitchen .p-individual-container.thought .p-method-list > dd dl {
        width: 100%;
        padding-left: 0;
        margin-top: 10px; } }
    .kitchen .p-individual-container.thought .p-method-list > dd dl > dt {
      color: #0054a7;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 767px) {
        .kitchen .p-individual-container.thought .p-method-list > dd dl > dt {
          font-size: 16px;
          font-size: 1rem; } }
    .kitchen .p-individual-container.thought .p-method-list > dd dl > dd {
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 767px) {
        .kitchen .p-individual-container.thought .p-method-list > dd dl > dd {
          font-size: 14px;
          font-size: 0.875rem; } }
.kitchen .p-individual-container.thought .p-method-list > .method_img {
  display: block;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px; }
  .kitchen .p-individual-container.thought .p-method-list > .method_img img {
    max-width: 507px;
    width: 100%; }
.kitchen .p-individual-container.menu .p-menu-list {
  padding: 0;
  list-style: none;
  margin: 30px -19px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 567px) {
    .kitchen .p-individual-container.menu .p-menu-list {
      margin: 20px 0 0; } }
  .kitchen .p-individual-container.menu .p-menu-list li {
    width: 33.33%;
    padding: 30px 19px; }
    @media (max-width: 991px) {
      .kitchen .p-individual-container.menu .p-menu-list li {
        width: 50%; } }
    @media (max-width: 567px) {
      .kitchen .p-individual-container.menu .p-menu-list li {
        width: 100%;
        padding: 30px 0; } }
  .kitchen .p-individual-container.menu .p-menu-list figure {
    margin: 0; }
    .kitchen .p-individual-container.menu .p-menu-list figure .image {
      width: 100%;
      padding-top: 63.5%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .kitchen .p-individual-container.menu .p-menu-list figure figcaption {
      margin: 14px 0 0; }
      .kitchen .p-individual-container.menu .p-menu-list figure figcaption dl {
        margin: 0; }
        .kitchen .p-individual-container.menu .p-menu-list figure figcaption dl .name {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 5px; }
        .kitchen .p-individual-container.menu .p-menu-list figure figcaption dl .price {
          font-size: 15px;
          font-size: 0.9375rem;
          font-weight: 500;
          margin-bottom: 10px;
          font-weight: bold; }
          .kitchen .p-individual-container.menu .p-menu-list figure figcaption dl .price span {
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: normal; }
        .kitchen .p-individual-container.menu .p-menu-list figure figcaption dl .message {
          margin: 0;
          font-size: 14px;
          font-size: 0.875rem; }
  .kitchen .p-individual-container.menu .p-menu-list.col2 li {
    width: 50%; }
    @media (max-width: 567px) {
      .kitchen .p-individual-container.menu .p-menu-list.col2 li {
        width: 100%;
        padding: 30px 0; } }
.kitchen .p-individual-container.menu .p-step-list {
  margin-top: 60px; }
  .kitchen .p-individual-container.menu .p-step-list ul {
    padding: 0;
    margin: 60px -20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 567px) {
      .kitchen .p-individual-container.menu .p-step-list ul {
        margin: 40px 0 0; } }
    .kitchen .p-individual-container.menu .p-step-list ul li {
      width: 25%;
      padding: 0 20px;
      text-align: center; }
      @media (max-width: 991px) {
        .kitchen .p-individual-container.menu .p-step-list ul li {
          width: 50%; } }
      @media (max-width: 567px) {
        .kitchen .p-individual-container.menu .p-step-list ul li {
          width: 100%;
          padding: 0; } }
      .kitchen .p-individual-container.menu .p-step-list ul li div {
        position: relative;
        display: block;
        margin: 30px 0;
        padding: 0 30px; }
        .kitchen .p-individual-container.menu .p-step-list ul li div:before {
          content: none;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -42px;
          margin: auto;
          width: 25px;
          height: 25px;
          transform: rotate(-45deg);
          border-bottom: 1px solid #000;
          border-right: 1px solid #000; }
        .kitchen .p-individual-container.menu .p-step-list ul li div img {
          width: 100%;
          max-width: 140px;
          display: block;
          margin: 0 auto; }
      .kitchen .p-individual-container.menu .p-step-list ul li:nth-child(n+2) div:before {
        content: ''; }
        @media (max-width: 991px) {
          .kitchen .p-individual-container.menu .p-step-list ul li:nth-child(n+2) div:before {
            content: none; } }
.kitchen .p-individual-container .p-detail-block {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .kitchen .p-individual-container .p-detail-block {
      display: block; } }
  .kitchen .p-individual-container .p-detail-block .adres {
    padding-right: 20px; }
    @media (max-width: 767px) {
      .kitchen .p-individual-container .p-detail-block .adres {
        padding-right: 0; } }
    .kitchen .p-individual-container .p-detail-block .adres > dl {
      font-size: 14px;
      font-size: 0.875rem; }
      .kitchen .p-individual-container .p-detail-block .adres > dl > dt {
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .kitchen .p-individual-container .p-detail-block .adres > dl > dt {
            margin-bottom: 15px; } }
        .kitchen .p-individual-container .p-detail-block .adres > dl > dt img {
          max-width: 350px;
          width: 100%; }
          @media (max-width: 991px) {
            .kitchen .p-individual-container .p-detail-block .adres > dl > dt img {
              width: 65%; } }
      .kitchen .p-individual-container .p-detail-block .adres > dl > dd {
        margin: 0; }
        .kitchen .p-individual-container .p-detail-block .adres > dl > dd dl {
          margin: 5px 0 0; }
          .kitchen .p-individual-container .p-detail-block .adres > dl > dd dl dt {
            font-weight: bold; }
          .kitchen .p-individual-container .p-detail-block .adres > dl > dd dl dd {
            margin: 0; }
        .kitchen .p-individual-container .p-detail-block .adres > dl > dd .notes {
          font-size: 13px;
          font-size: 0.8125rem; }
  .kitchen .p-individual-container .p-detail-block #map {
    width: 70%;
    height: 422px; }
    @media (max-width: 991px) {
      .kitchen .p-individual-container .p-detail-block #map {
        width: 100%; } }
.kitchen .p-individual-container .other-text {
  text-align: center;
  font-size: 45px;
  font-size: 2.8125rem;
  padding: 20px;
  background: #0054a7;
  color: #fff;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .kitchen .p-individual-container .other-text {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media (max-width: 768px) {
    .kitchen .p-individual-container .other-text {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media (max-width: 568px) {
    .kitchen .p-individual-container .other-text {
      font-size: 16px;
      font-size: 1rem; } }

/* ZELVIYA
   ========================================================================== */
.zelviya .p-individual__header .p-individual__header-title {
  background-image: url(../img/zelviya/img_zelviya_title.jpg); }
.zelviya .p-zelviya__table {
  margin-top: 80px; }
  .zelviya .p-zelviya__table td {
    width: 8%; }
  .zelviya .p-zelviya__table .p-zelviya-name {
    width: 55% !important; }
    .zelviya .p-zelviya__table .p-zelviya-name .p-shop {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__thumb {
        margin-right: 15px;
        min-width: 188px;
        width: 188px;
        height: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
      .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__name {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: left; }
  .zelviya .p-zelviya__table .p-zelviya-address {
    width: 30% !important; }
  .zelviya .p-zelviya__table .p-zelviya-contact {
    display: none;
    width: 20% !important; }
  .zelviya .p-zelviya__table .p-zelviya-detail {
    width: 15% !important; }
    .zelviya .p-zelviya__table .p-zelviya-detail a {
      font-weight: bold; }
  .zelviya .p-zelviya__table .p-more {
    position: relative;
    right: auto;
    padding-right: 12px;
    text-decoration: none;
    color: #333; }
    .zelviya .p-zelviya__table .p-more:hover, .zelviya .p-zelviya__table .p-more:active {
      text-decoration: none; }
    .zelviya .p-zelviya__table .p-more::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 8px;
      height: 14px;
      margin-top: -7px;
      background-image: url(../../assets/img/icon_arrow-right.png);
      background-repeat: no-repeat;
      background-size: 8px;
      background-position: 100% 50%; }
  @media (max-width: 768px) {
    .zelviya .p-zelviya__table thead {
      display: none; }
    .zelviya .p-zelviya__table tbody tr {
      display: block;
      margin-bottom: 30px; }
    .zelviya .p-zelviya__table tbody td {
      display: block;
      width: 100%;
      border: 1px solid #e5e5e5; }
    .zelviya .p-zelviya__table .p-zelviya-name {
      padding: 0;
      width: 100% !important; } }
  @media (max-width: 768px) and (max-width: 440px) {
    .zelviya .p-zelviya__table .p-zelviya-name .p-shop {
      display: block; }
      .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__thumb {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #e5e5e5; }
        .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__thumb a {
          display: block;
          width: 100%; }
          .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__thumb a img {
            width: 100%; }
      .zelviya .p-zelviya__table .p-zelviya-name .p-shop .p-shop__name {
        padding: 15px;
        width: 100%; } }
  @media (max-width: 768px) {
    .zelviya .p-zelviya__table .p-zelviya-address {
      border-top: none;
      width: 100% !important;
      text-align: left; }
    .zelviya .p-zelviya__table .p-zelviya-detail {
      border-top: none;
      width: 100% !important;
      background-color: #f3f3f3; }
      .zelviya .p-zelviya__table .p-zelviya-detail .p-more {
        padding-right: 0;
        display: block;
        background-image: url(../../assets/img/icon_arrow-right.png);
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: top 50% right 40%; }
        .zelviya .p-zelviya__table .p-zelviya-detail .p-more:after {
          display: none; } }
.zelviya .p-zeliviya-list {
  margin-top: 30px;
  padding-top: 0; }
  .zelviya .p-zeliviya-list .c-tab .c-tab__item {
    width: 16.66667%; }
    @media (max-width: 991px) {
      .zelviya .p-zeliviya-list .c-tab .c-tab__item {
        font-size: 12px;
        font-size: 0.75rem; } }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item a::before {
      margin-right: 5px;
      width: 20px;
      height: 20px;
      background-size: 20px; }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--all a::before {
      background-image: url(../../assets/img/icon_data-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--restaurant a::before {
      background-image: url(../../assets/img/icon_restaurant-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--bar a::before {
      background-image: url(../../assets/img/icon_bar-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--cafe a::before {
      background-image: url(../../assets/img/icon_cafe-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--medical a::before {
      background-image: url(../../assets/img/icon_person-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item--other a::before {
      background-image: url(../../assets/img/icon_house-white.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--all a::before {
      background-image: url(../../assets/img/icon_data-blue.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--restaurant a::before {
      background-image: url(../../assets/img/icon_restaurant-blue.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--bar a::before {
      background-image: url(../../assets/img/icon_bar-blue.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--cafe a::before {
      background-image: url(../../assets/img/icon_cafe-blue.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--medical a::before {
      background-image: url(../../assets/img/icon_person-blue.png); }
    .zelviya .p-zeliviya-list .c-tab .c-tab__item.is-active.c-tab__item--other a::before {
      background-image: url(../../assets/img/icon_house-blue.png); }
.zelviya .idea {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .zelviya .idea strong {
    font-size: 18px;
    font-size: 1.125rem; }
  .zelviya .idea p {
    font-size: 15px;
    font-size: 0.9375rem; }
.zelviya .zelvy {
  max-width: 110px; }
.zelviya .balloon {
  position: relative;
  display: inline-block;
  padding: 46px 90px;
  width: 100%;
  line-height: 34px;
  color: #19283C;
  text-align: center;
  background: #f2f2f2;
  z-index: 0; }
  .zelviya .balloon:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -16px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .zelviya .balloon:before {
        display: none; } }
  .zelviya .balloon p {
    text-align: center;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 574px) {
    .zelviya .balloon {
      padding: 20px 30px; }
      .zelviya .balloon p {
        text-align: left; } }
.zelviya.single .p-article__header .p-article__title {
  margin-bottom: 10px; }
.zelviya.single .p-article__header p {
  margin-bottom: 5px; }
.zelviya.single .p-article__header .p-article__cat {
  margin-left: 0; }
.zelviya.single .u-btn {
  margin-top: 30px;
  margin-bottom: 0;
  background-image: url(../../assets/img/icon_arrow-right-white.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 30px 50%; }
.zelviya.single .p-article__body #zy_topimg img {
  width: 100%;
  max-width: 530px;
  display: block;
  margin: 0 auto; }
.zelviya.single .p-article__body h2 {
  text-align: center; }
.zelviya.single .p-article__body h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  text-align: center;
  color: #333; }
.zelviya.single .p-article__body .zy-service p {
  margin-bottom: 1em; }
.zelviya.single .p-article__body .zelviyaGallery01 {
  overflow: hidden; }
  .zelviya.single .p-article__body .zelviyaGallery01 ul {
    padding: 0;
    font-size: 0; }
    .zelviya.single .p-article__body .zelviyaGallery01 ul li {
      list-style: none;
      width: 50%;
      padding: 7px;
      box-sizing: border-box;
      display: inline-block; }
      .zelviya.single .p-article__body .zelviyaGallery01 ul li img {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .zelviya.single .p-article__body .zelviyaGallery01 ul li {
          width: 100%; } }

@media screen and (max-width: 768px) {
  .p-pick-up-zelviya h3 {
    width: 320px;
    margin: 0 auto 40px auto !important;
    padding: 45px 0 45px 70px !important;
    background-image: url(../../assets/img/img_zelvy.png);
    background-position: top 0 left 20px;
    background-repeat: no-repeat;
    background-size: 80px;
    border: none !important; } }
.p-pick-up-zelviya .p-pick-up-content {
  background-image: url(../../assets/img/img_zelvy.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 110px;
  padding: 20px 0 30px 150px; }
  @media screen and (max-width: 768px) {
    .p-pick-up-zelviya .p-pick-up-content {
      padding: 0 20px;
      background-image: none; } }

.p-randam-post table td {
  padding: 15px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-size: 0.875rem; }
  .p-randam-post table td:first-child {
    border-right: none; }
  .p-randam-post table td .p-shop__thumb {
    max-width: 180px;
    min-width: 180px;
    margin: 0 auto 10px auto; }
  .p-randam-post table td .p-shop__name {
    font-weight: bold;
    text-align: center; }
    @media (max-width: 440px) {
      .p-randam-post table td .p-shop__name .p-shop {
        display: block; }
        .p-randam-post table td .p-shop__name .p-shop .p-shop__thumb {
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          border-bottom: 1px solid #e5e5e5; }
          .p-randam-post table td .p-shop__name .p-shop .p-shop__thumb a {
            display: block;
            width: 100%; }
            .p-randam-post table td .p-shop__name .p-shop .p-shop__thumb a img {
              width: 100%; }
        .p-randam-post table td .p-shop__name .p-shop .p-shop__name {
          padding: 15px;
          width: 100%; } }
.p-randam-post table .p-zelviya-address {
  width: 40%; }
.p-randam-post table .p-zelviya-detail {
  width: 120px;
  max-width: 120px;
  min-width: 120px; }
  .p-randam-post table .p-zelviya-detail .p-more {
    display: block;
    background-image: url(../../assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: top 50% right 19px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold; }
@media screen and (max-width: 991px) {
  .p-randam-post table td {
    display: block;
    width: 100%; }
    .p-randam-post table td .p-shop__thumb {
      max-width: 188px;
      min-width: 188px;
      margin: 0 15px 0 0; }
    .p-randam-post table td .p-shop__name {
      text-align: left; }
    .p-randam-post table td:first-child {
      padding: 0;
      border-right: 1px solid #e5e5e5;
      display: flex;
      justify-content: flex-start;
      align-items: center; } }
    @media screen and (max-width: 991px) and (max-width: 440px) {
      .p-randam-post table td:first-child {
        display: block; }
        .p-randam-post table td:first-child .p-shop__thumb {
          max-width: inherit;
          min-width: inherit;
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          border-bottom: 1px solid #e5e5e5; }
          .p-randam-post table td:first-child .p-shop__thumb a {
            display: block;
            width: 100%; }
            .p-randam-post table td:first-child .p-shop__thumb a img {
              width: 100%; }
        .p-randam-post table td:first-child .p-shop__name {
          padding: 15px;
          width: 100%; } }
@media screen and (max-width: 991px) {
    .p-randam-post table td:not(:first-child) {
      border-top: none; }
  .p-randam-post table .p-zelviya-address {
    width: 100%; }
  .p-randam-post table .p-zelviya-detail {
    background-color: #f3f3f3;
    width: 100%;
    max-width: inherit;
    min-width: inherit; }
    .p-randam-post table .p-zelviya-detail .p-more {
      background-position: top 50% right 40%; } }

/* =============================================================================
   TICKETS
   ========================================================================== */
.p-submenu .p-submenu__item--seat .p-submenu__image {
  background-image: url(../../assets/img/tickets/img_menu_seat.jpg); }

.p-submenu .p-submenu__item--tickets .p-submenu__image {
  background-image: url(../../assets/img/tickets/img_menu_tickets.jpg); }

.p-submenu .p-submenu__item--season .p-submenu__image {
  background-image: url(../../assets/img/tickets/img_menu_season.jpg); }

.p-submenu .p-submenu__item--away-tours .p-submenu__image {
  background-image: url(../../assets/img/tickets/img_menu_away-tours.jpg); }

.p-submenu .p-submenu__item--panorama .p-submenu__image {
  background-image: url(../../assets/img/tickets/img_menu_panorama.jpg); }

/* =============================================================================
   STADIUM
   ========================================================================== */
.p-submenu .p-submenu__item--map .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_map.jpg); }

.p-submenu .p-submenu__item--access .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_access.jpg); }

.p-submenu .p-submenu__item--flag .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_flag.jpg); }

.p-submenu .p-submenu__item--guide .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_guide.jpg); }

.p-submenu .p-submenu__item--manner .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_manner.jpg); }

.p-submenu .p-submenu__item--regulations .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_regulations.jpg); }

.p-submenu .p-submenu__item--gourmet .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_gourmet.jpg); }

.p-submenu .p-submenu__item--visitor .p-submenu__image {
  background-image: url(../../assets/img/stadium/img_menu_visitor.jpg); }

/* =============================================================================
   FAN
   ========================================================================== */
.p-submenu .p-submenu__item--machidax1234 .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_machidax1234.jpg); }

.p-submenu .p-submenu__item--jcom .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_jcom.jpg); }

.p-submenu .p-submenu__item--onlineshop .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_onlineshop.jpg); }

.p-submenu .p-submenu__item--sns .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_sns.jpg); }

.p-submenu .p-submenu__item--jleagueid .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_jleagueid.jpg); }

.p-submenu .p-submenu__item--theater .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_theater.jpg); }

.p-submenu .p-submenu__item--volunteer .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_volunteer.jpg); }

.p-submenu .p-submenu__item--zelvista .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_zelvista.jpg); }

.p-submenu .p-submenu__item--zerutsuku .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_zerutsuku.jpg); }

.p-submenu .p-submenu__item--zelsta .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_zelsta.jpg); }

.p-submenu .p-submenu__item--blog .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_blog.jpg); }

.p-submenu .p-submenu__item--trtm .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_trtm.jpg); }

.p-submenu .p-submenu__item--trsc .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_trsc.jpg); }

.p-submenu .p-submenu__item--mmtrcenter .p-submenu__image {
  background-image: url(../../assets/img/fan/img_menu_mmtrcenter.jpg); }

.p-submenu__item--zerutsuku .p-submenu__title,
.p-submenu__item--blog .p-submenu__title {
  text-transform: none; }

.p-sns_block_item {
  margin-bottom: 60px; }
  .p-sns_block_item.youtube .p-sns_block_item_btn {
    margin-top: 25px; }
  .p-sns_block_item.facebook {
    height: 930px;
    overflow: hidden; }
    .p-sns_block_item.facebook h3 {
      font-size: 20px !important;
      font-size: 1.25rem !important; }
    .p-sns_block_item.facebook .inner {
      max-width: 500px;
      height: 100%;
      margin: auto; }
  .p-sns_block_item.twitter {
    height: 930px;
    overflow: hidden; }
    .p-sns_block_item.twitter h3 {
      font-size: 20px !important;
      font-size: 1.25rem !important; }
    .p-sns_block_item.twitter .inner {
      max-width: 500px;
      height: 100%;
      margin: auto;
      overflow: auto; }
  .p-sns_block_item.instagram {
    overflow: hidden; }
    .p-sns_block_item.instagram h3 {
      font-size: 20px !important;
      font-size: 1.25rem !important; }
    .p-sns_block_item.instagram .inner {
      max-width: 500px;
      width: 100%;
      margin: auto;
      height: 740px; }
    .p-sns_block_item.instagram .instagram-container {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -1px; }
    .p-sns_block_item.instagram .instagram-item {
      width: 50%;
      padding: 1px; }
    .p-sns_block_item.instagram a.instagram-card {
      display: block;
      position: relative;
      margin-bottom: 16px; }
    .p-sns_block_item.instagram .instagram-card__img {
      padding-top: 68%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .p-sns_block_item.instagram .instagram-card__badge {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px;
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      line-height: 1;
      font-size: 12px;
      color: #ffffff;
      background-color: rgba(0, 34, 108, 0.5); }
    .p-sns_block_item.instagram .instagram-icon {
      display: block;
      width: 20px;
      height: 20px;
      fill: #db1919;
      margin-right: 3px; }
      .p-sns_block_item.instagram .instagram-icon:nth-of-type(2) {
        fill: #fff; }
    .p-sns_block_item.instagram .instagram-card__comment {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 14px;
      font-size: 0.875rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

@media (max-width: 1200px) {
  .p-sns_block_wrap {
    display: block; }
    .p-sns_block_wrap .p-sns_block_item {
      width: 100%;
      max-width: 100%; } }

.p-sns_block_item_btn.line {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: auto; }
  .p-sns_block_item_btn.line img.pc {
    display: block; }
  .p-sns_block_item_btn.line img.sp {
    display: none; }
  @media (max-width: 767px) {
    .p-sns_block_item_btn.line img.pc {
      display: none; }
    .p-sns_block_item_btn.line img.sp {
      display: block; } }

.p-btn_download {
  width: 100%;
  margin: auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-btn_download a {
    display: -webkit-flex;
    display: flex;
    position: relative;
    color: #333 !important;
    text-decoration: none !important;
    padding: 20px 40px 20px 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .p-btn_download a {
        padding: 15px 25px 15px 15px; } }
    .p-btn_download a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 14px;
      margin-top: -7px;
      background-image: url(../../assets/img/icon_arrow-right.png);
      background-repeat: no-repeat;
      background-size: 8px;
      background-position: 100% 50%; }
      @media (max-width: 767px) {
        .p-btn_download a:after {
          right: 15px; } }
  .p-btn_download li {
    width: 49.03475%;
    border: 1px solid #e5e5e5;
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .p-btn_download li {
        width: 100%; }
        .p-btn_download li + li {
          margin-top: 20px; } }
    @media (min-width: 768px) {
      .p-btn_download li:only-child {
        margin: auto; }
      .p-btn_download li:nth-child(2n) {
        margin-left: 1.9305%; }
      .p-btn_download li:nth-child(2n) ~ li {
        margin-top: 20px; } }

/* JリーグID*/
.p-jleagueid_sec01_img {
  max-width: 310px;
  width: 70%;
  margin: 0 auto 60px; }

.p-jleague_id_future {
  border: 1px solid #e9e9eb;
  border-radius: 60px;
  padding: 20px 40px 40px;
  transition: .2s ease;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .p-jleague_id_future:hover {
      background-color: #f5f5f5; } }
  @media (max-width: 767px) {
    .p-jleague_id_future {
      padding: 0 0 40px;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #e9e9eb;
      margin-bottom: 60px; } }
  .p-jleague_id_future:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .p-jleague_id_future:last-of-type {
        border-bottom: none;
        padding-bottom: 0; } }
  .p-jleague_id_future .heading {
    font-weight: bold;
    max-width: 920px;
    padding: 0 30px;
    margin: 0 auto 30px;
    color: #0054a7;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .p-jleague_id_future .heading {
        padding: 0; } }
    .p-jleague_id_future .heading .sub {
      font-size: 34px;
      font-size: 2.125rem;
      font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
      color: #333;
      vertical-align: sub; }
      @media (max-width: 767px) {
        .p-jleague_id_future .heading .sub {
          display: block; } }
      .p-jleague_id_future .heading .sub .num {
        margin: 0 20px 0 10px;
        color: #0054a7; }
  .p-jleague_id_future .col2 {
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .p-jleague_id_future .col2 {
        display: block; } }
    .p-jleague_id_future .col2 .future_logo {
      width: 30%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      padding: 0 30px 20px 0; }
      @media (max-width: 767px) {
        .p-jleague_id_future .col2 .future_logo {
          width: 100%;
          -webkit-justify-content: center;
          justify-content: center;
          padding: 0 20px;
          margin-bottom: 30px; } }
      .p-jleague_id_future .col2 .future_logo a {
        display: block;
        max-width: 310px;
        width: 100%; }
    .p-jleague_id_future .col2 .future_content {
      width: 70%; }
      .p-jleague_id_future .col2 .future_content p {
        margin: 0; }
      @media (max-width: 767px) {
        .p-jleague_id_future .col2 .future_content {
          width: 100%; }
          .p-jleague_id_future .col2 .future_content p {
            font-size: 14px;
            font-size: 0.875rem; } }
    .p-jleague_id_future .col2.is-type02 .future_logo {
      width: 35%; }
      @media (max-width: 767px) {
        .p-jleague_id_future .col2.is-type02 .future_logo {
          width: 100%; } }
    .p-jleague_id_future .col2.is-type02 .future_content {
      width: 65%; }
      @media (max-width: 767px) {
        .p-jleague_id_future .col2.is-type02 .future_content {
          width: 100%; } }
  .p-jleague_id_future .p-future_acd01 {
    display: none;
    margin-top: 60px;
    padding-bottom: 40px; }
    .p-jleague_id_future .p-future_acd01 .text01 {
      color: #0054a7;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .p-jleague_id_future .p-future_acd01 .text01 {
          font-size: 18px;
          font-size: 1.125rem; } }
      .p-jleague_id_future .p-future_acd01 .text01 span {
        font-size: 14px;
        font-size: 0.875rem; }
        @media (max-width: 767px) {
          .p-jleague_id_future .p-future_acd01 .text01 span {
            font-size: 13px;
            font-size: 0.8125rem; } }
    .p-jleague_id_future .p-future_acd01 .text02 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 40px;
      color: #db1919; }
      @media (max-width: 767px) {
        .p-jleague_id_future .p-future_acd01 .text02 {
          font-size: 20px;
          font-size: 1.25rem; } }
      .p-jleague_id_future .p-future_acd01 .text02 span {
        font-size: 14px;
        font-size: 0.875rem; }
        @media (max-width: 767px) {
          .p-jleague_id_future .p-future_acd01 .text02 span {
            font-size: 13px;
            font-size: 0.8125rem; } }
    .p-jleague_id_future .p-future_acd01 .bg-zelby {
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .p-jleague_id_future .p-future_acd01 .bg-zelby {
          margin-bottom: 20px; } }
      .p-jleague_id_future .p-future_acd01 .bg-zelby .img_zelby {
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -61px;
        right: 0;
        width: 33.54298%;
        padding-top: 29.3501%; }
        @media (max-width: 991px) {
          .p-jleague_id_future .p-future_acd01 .bg-zelby .img_zelby {
            position: static;
            margin-left: auto;
            width: 67.79661%;
            padding-top: 61.01695%; } }
    .p-jleague_id_future .p-future_acd01 .notes_list {
      margin-bottom: 5px; }
      .p-jleague_id_future .p-future_acd01 .notes_list dd {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0; }
    .p-jleague_id_future .p-future_acd01 .notes {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 60px; }
    @media (max-width: 767px) {
      .p-jleague_id_future .p-future_acd01 .other-block p {
        font-size: 14px;
        font-size: 0.875rem; } }
    .p-jleague_id_future .p-future_acd01 .other-block .p-bnr_club-zelvista {
      max-width: 700px;
      width: 100%;
      display: block;
      margin: auto; }
    @media (min-width: 768px) {
      .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr th,
      .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr td {
        border: 1px solid #e6e5e5; }
      .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr td {
        min-width: 160px !important; }
      .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr .w100 {
        width: 100px;
        min-width: 100px !important; } }
    .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr th.red {
      background-color: #db1919 !important;
      color: #fff !important; }
    .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr th.purple {
      background-color: #56256e !important;
      color: #fff !important; }
    .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr th.pink {
      background-color: #dc6b9a !important;
      color: #fff !important; }
    .p-jleague_id_future .p-future_acd01 .seat-table.u-jleague_id table tbody tr th.orange2 {
      background-color: #ee7800 !important;
      color: #fff !important; }
    @media (max-width: 767px) {
      .p-jleague_id_future .p-future_acd01 .p-registration_flow {
        padding: 0;
        border-left: none;
        border-right: none; } }

.p-btn_guide {
  background-color: #0054a7;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .p-btn_guide {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .p-btn_guide .sp {
      display: none; } }

.p-btn_accordion {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 160px;
  padding: 12px;
  background-color: #000;
  border-radius: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 30px auto 0;
  color: #fff;
  cursor: pointer; }
  .p-btn_accordion span {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px; }
    .p-btn_accordion span:before, .p-btn_accordion span:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      display: block;
      width: 15px;
      height: 2px;
      background-color: #fff; }
    .p-btn_accordion span:before {
      transition: .2s ease;
      transform: rotate(90deg); }
  .p-btn_accordion.on span:before {
    transform: rotate(0); }

.p-btn_more {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 190px;
  width: 100%;
  text-decoration: none !important;
  color: #0054a7 !important;
  border: 1px solid #0054a7;
  border-radius: 10px;
  padding: 7px 25px 7px 40px;
  margin: 30px 0 0 auto;
  font-size: 14px;
  font-size: 0.875rem; }
  .p-btn_more:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    opacity: .7;
    margin-left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon_arrow_blue-right.png); }

.p-registration_flow {
  border: 1px solid #e5e5e5;
  padding: 0 40px; }
  .p-registration_flow .item {
    padding-bottom: 40px;
    margin: 0; }
    .p-registration_flow .item + .item {
      border-top: 1px solid #e5e5e5; }
    .p-registration_flow .item > dt {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 40px 0 0;
      margin: 0;
      color: #333;
      cursor: pointer; }
      .p-registration_flow .item > dt span {
        min-width: 30px;
        width: 30px;
        height: 30px;
        background-color: #e9e9eb;
        position: relative;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .p-registration_flow .item > dt span {
            min-width: 25px;
            width: 25px;
            height: 25px; } }
        .p-registration_flow .item > dt span:before, .p-registration_flow .item > dt span:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 15px;
          height: 1px;
          transition: .2s ease;
          background-color: #333; }
          @media (max-width: 767px) {
            .p-registration_flow .item > dt span:before, .p-registration_flow .item > dt span:after {
              width: 12px; } }
        .p-registration_flow .item > dt span:before {
          transform: rotate(90deg); }
      .p-registration_flow .item > dt.on span:before {
        transform: rotate(0); }
    .p-registration_flow .item > dd {
      display: none;
      margin-top: 40px; }
      .p-registration_flow .item > dd .club_jleague_logo {
        display: block;
        margin: auto;
        max-width: 480px;
        width: 100%;
        margin-bottom: 40px; }
  .p-registration_flow .p-app_dl_list {
    margin: 0 0 60px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .p-registration_flow .p-app_dl_list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .p-registration_flow .p-app_dl_list li {
      list-style: none;
      width: 100%;
      max-width: 300px; }
      @media (max-width: 991px) {
        .p-registration_flow .p-app_dl_list li {
          width: 47.32441%; } }
      @media (max-width: 767px) {
        .p-registration_flow .p-app_dl_list li {
          width: 80%;
          max-width: 100%; }
          .p-registration_flow .p-app_dl_list li + li {
            margin-top: 20px; } }
      .p-registration_flow .p-app_dl_list li:nth-child(2n) {
        margin-left: 30px; }
        @media (max-width: 991px) {
          .p-registration_flow .p-app_dl_list li:nth-child(2n) {
            margin-left: 5.01672%; } }
        @media (max-width: 767px) {
          .p-registration_flow .p-app_dl_list li:nth-child(2n) {
            margin-left: 0; } }
      .p-registration_flow .p-app_dl_list li a {
        display: block; }
  .p-registration_flow .flow-img {
    max-width: 780px;
    width: 100%;
    margin: auto; }

.p-zelvista-link {
  position: relative;
  top: 10px;
  background-color: #000;
  width: 100%;
  padding: 20px 0;
  z-index: -1; }
  .p-zelvista-link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -10px;
    padding: 0; }
    .p-zelvista-link ul li {
      padding: 0 10px;
      list-style: none; }
      .p-zelvista-link ul li a {
        display: block;
        width: 220px;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        background-color: #0054a7;
        text-align: center;
        border-radius: 25px; }
  @media (max-width: 768px) {
    .p-zelvista-link {
      padding: 15px 0; }
      .p-zelvista-link ul li a {
        width: 130px;
        padding: 5px 0;
        font-size: 12px;
        font-size: 0.75rem; } }

/* =============================================================================
   SCHOOL
   ========================================================================== */
.p-submenu .p-submenu__item--youth .p-submenu__image {
  background-image: url(../../assets/img/relation/img_menu_youth.jpg); }

.p-submenu .p-submenu__item--school .p-submenu__image {
  background-image: url(../../assets/img/relation/img_menu_school.jpg); }

.p-submenu .p-submenu__item--ladies .p-submenu__image {
  background-image: url(../../assets/img/relation/img_menu_ladies.jpg); }

.p-submenu .p-submenu__item--delivery .p-submenu__image {
  background-image: url(../../assets/img/relation/img_menu_delivery.jpg); }

/* =============================================================================
   ACADEMY アカデミー（下層ページ）
   ========================================================================== */
body.zelviaacademy .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -7.5px; }
body.zelviaacademy .p-academy_link {
  width: 33.333%;
  margin: 0;
  padding: 0 7.5px; }
  body.zelviaacademy .p-academy_link > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem; }
    body.zelviaacademy .p-academy_link > dt.youth {
      background-image: url(../../assets/img/academy/bg_home_content02.jpg); }
    body.zelviaacademy .p-academy_link > dt.jr-youth {
      background-image: url(../../assets/img/academy/bg_home_content03.jpg); }
    body.zelviaacademy .p-academy_link > dt.jr {
      background-image: url(../../assets/img/academy/bg_home_content04.jpg); }
  body.zelviaacademy .p-academy_link > dd {
    margin: 0;
    padding: 25px 0 0;
    background-color: #fff; }
    body.zelviaacademy .p-academy_link > dd > ul {
      margin: 0;
      padding: 0; }
      body.zelviaacademy .p-academy_link > dd > ul > li {
        list-style: none;
        margin: 0;
        padding: 0; }
        body.zelviaacademy .p-academy_link > dd > ul > li:not(:first-child) {
          padding-top: 10px; }
        body.zelviaacademy .p-academy_link > dd > ul > li a {
          text-decoration: none !important; }
        body.zelviaacademy .p-academy_link > dd > ul > li + li {
          margin-top: 10px;
          border-top: 1px solid #ddd; }
  body.zelviaacademy .p-academy_link--btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px -15px;
    padding: 0; }
    body.zelviaacademy .p-academy_link--btn li {
      list-style: none;
      margin: 0;
      padding: 0 15px; }
      body.zelviaacademy .p-academy_link--btn li a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 200px;
        height: 52px;
        border-radius: 25px;
        background-color: #0054a7;
        color: #fff !important;
        text-align: center;
        text-decoration: none !important; }
@media (max-width: 768px) {
  body.zelviaacademy .flex {
    flex-wrap: wrap;
    margin: 0;
    padding: 0px; }
  body.zelviaacademy .p-academy_link {
    width: 100%;
    margin: 0;
    padding: 0; }
    body.zelviaacademy .p-academy_link + .p-academy_link {
      margin-top: 30px; }
    body.zelviaacademy .p-academy_link > dt {
      height: 290px; }
    body.zelviaacademy .p-academy_link > dd {
      padding-top: 15px; }
    body.zelviaacademy .p-academy_link--btn {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 20px -15px 50px; }
      body.zelviaacademy .p-academy_link--btn li {
        width: 50%;
        margin-top: 15px; }
        body.zelviaacademy .p-academy_link--btn li a {
          width: 100%; } }
@media (max-width: 568px) {
  body.zelviaacademy .p-academy_link--btn {
    margin-left: 0;
    margin-right: 0; }
    body.zelviaacademy .p-academy_link--btn li {
      width: 100%;
      margin-top: 20px;
      padding: 0; } }

/* =============================================================================
   PARTNER
   ========================================================================== */
body.partner .p-submenu .p-submenu__item--list .p-submenu__image {
  background-image: url(../../assets/img/partner/img_menu_list.jpg); }

body.partner .p-submenu .p-submenu__item--program .p-submenu__image {
  background-image: url(../../assets/img/partner/img_menu_program.jpg); }

body.partner .p-submenu .p-submenu__item--wanted .p-submenu__image {
  background-image: url(../../assets/img/partner/img_menu_wanted.jpg); }

body.partner .p-submenu .p-submenu__item--voices .p-submenu__image {
  background-image: url(../../assets/img/partner/img_menu_voices.jpg); }

/* =============================================================================
   HOMETOWN
   ========================================================================== */
body.hometown .p-submenu .p-submenu__item--hometown .p-submenu__image {
  background-image: url(../../assets/img/hometown/img_menu_hometown.jpg); }

body.hometown .p-submenu .p-submenu__item--list .p-submenu__image {
  background-image: url(../../assets/img/hometown/img_menu_list.jpg); }

body.hometown .p-submenu .p-submenu__item--wanted .p-submenu__image {
  background-image: url(../../assets/img/hometown/img_menu_wanted.jpg); }

body.hometown .p-submenu .p-submenu__item--zeljuku .p-submenu__image {
  background-image: url(../../assets/img/hometown/img_menu_zeljuku.jpg); }

body.hometown .p-submenu .p-submenu__item--zelviya .p-submenu__image {
  background-image: url(../../assets/img/hometown/img_menu_zelviya.jpg); }

/* =============================================================================
   ゼルビアアシスト
   ========================================================================== */
body.zelviaassist .p-main_bnr + * {
  margin-top: 50px; }
body.zelviaassist h2 {
  margin: 0 -32px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #0054a7;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
  body.zelviaassist h2 span {
    display: block;
    margin-top: 12px;
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif; }
body.zelviaassist .p-zelviaassits_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
  padding: 0; }
  body.zelviaassist .p-zelviaassits_list li {
    width: 33.3333%;
    margin: 0;
    padding: 0 1em 0 0;
    list-style: none;
    line-height: 1.4; }
    body.zelviaassist .p-zelviaassits_list li:nth-child(n + 4) {
      margin-top: 10px; }
    body.zelviaassist .p-zelviaassits_list li a {
      color: #0389e8;
      text-decoration: underline; }
  @media (max-width: 991px) {
    body.zelviaassist .p-zelviaassits_list li {
      width: 50%; }
      body.zelviaassist .p-zelviaassits_list li:nth-child(n + 3) {
        margin-top: 10px; } }
  @media (max-width: 767px) {
    body.zelviaassist .p-zelviaassits_list li {
      width: 100%; }
      body.zelviaassist .p-zelviaassits_list li:nth-child(n + 2) {
        margin-top: 10px; } }

.p-contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 518px;
  height: 90px;
  margin: 50px auto 0;
  padding-left: 40px;
  background-color: #0054a7;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-image: url(../img/partner/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: top 35px left 80px; }
  .p-contact_btn:hover {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .p-contact_btn {
      font-size: 15px;
      font-size: 0.9375rem;
      background-size: 30px;
      background-position: top 35px left 120px; } }
  @media screen and (max-width: 567px) {
    .p-contact_btn {
      height: 50px;
      padding-left: 0;
      font-size: 13px;
      font-size: 0.8125rem;
      background-image: none; } }

body.zelviaassistform .p-main_bnr + * {
  margin-top: 50px; }
body.zelviaassistform .pdf-link {
  text-align: center;
  transition: .3s; }
  body.zelviaassistform .pdf-link img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  body.zelviaassistform .pdf-link:hover {
    opacity: .8; }
body.zelviaassistform .p-article + .p-article {
  margin-top: 80px; }
@media screen and (max-width: 767px) {
  body.zelviaassistform .p-article .p-article__header {
    display: block; } }

.p-required {
  color: red; }

.p-form dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .p-form dl dt, .p-form dl dd {
    font-size: 15px;
    font-size: 0.9375rem; }
    .p-form dl dt:not(:first-of-type), .p-form dl dd:not(:first-of-type) {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .p-form dl dt, .p-form dl dd {
        font-size: 16px;
        font-size: 1rem; } }
  .p-form dl dt {
    width: 240px;
    padding-top: 7px;
    font-weight: normal; }
    .p-form dl dt small {
      display: block; }
    @media screen and (max-width: 767px) {
      .p-form dl dt {
        width: 100%;
        font-weight: bold; } }
  .p-form dl dd {
    width: calc(100% - 240px);
    margin-bottom: 0;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .p-form dl dd {
        width: 100%;
        margin-top: 10px;
        padding-left: 0; } }
.p-form [type='text'],
.p-form [type='tel'],
.p-form [type='email'],
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: none;
  width: 100%;
  border: 1px solid #ddd;
  color: #333; }
.p-form [type='submit'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 54px;
  margin: 60px auto 0;
  cursor: pointer;
  background-color: #0054a7;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  transition: .3s; }
  .p-form [type='submit']::-webkit-search-decoration {
    display: none; }
  .p-form [type='submit']::focus {
    outline-offset: -2px; }
  .p-form [type='submit']:hover {
    opacity: .8; }
.p-form [name='payment-day'],
.p-form [type='tel'],
.p-form [name='postal-code'] {
  max-width: 150px; }
.p-form [name='your-name'] {
  max-width: 300px; }
.p-form [name='your-name-kana'] {
  max-width: 600px; }
.p-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #333;
  cursor: pointer; }
.p-form .select {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative; }
  .p-form .select .wpcf7-select {
    width: 100%;
    padding: 6px 10px;
    position: relative;
    outline: none;
    z-index: 2; }
  .p-form .select:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 10px;
    background-image: url(../img/icon_arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    z-index: 1; }
.p-form .mod-select select::-ms-expand {
  display: none; }
.p-form .wpcf7-radio label {
  margin: 7px 0 0 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .p-form .wpcf7-radio label {
      margin-top: 0; } }
.p-form .acceptance {
  margin-left: 5px; }
.p-form [type="checkbox"] {
  cursor: pointer; }

/* =============================================================================
   ゼル塾
   ========================================================================== */
body.zeljuku .p-main_bnr {
  display: block;
  margin: 0 auto; }
  body.zeljuku .p-main_bnr + * {
    margin-top: 50px; }

.p-zeljuku_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px -15px;
  padding: 0; }
  .p-zeljuku_list li {
    width: 33.333%;
    padding: 15px;
    list-style: none; }
    .p-zeljuku_list li img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .p-zeljuku_list li {
      width: 50%; } }
  @media screen and (max-width: 568px) {
    .p-zeljuku_list {
      margin: 50px 0 -15px; }
      .p-zeljuku_list li {
        width: 100%;
        padding: 15px 0; } }

/* =============================================================================
   ゼルビ屋
   ========================================================================== */
body.zelviya .p-main .container {
  width: 1372px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    body.zelviya .p-main .container {
      width: 100%;
      padding: 0 20px; } }
body.zelviya .p-main .p-article .p-article__body {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    body.zelviya .p-main .p-article .p-article__body {
      margin-top: 20px; } }
body.zelviya .p-entry_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  max-width: 277px;
  margin: 40px auto 0 auto;
  border-radius: 26px;
  border: 2px solid #00226c;
  text-decoration: none !important;
  color: #00226c !important;
  font-weight: bold;
  background-color: #fff; }
  body.zelviya .p-entry_btn + * {
    margin-top: 50px; }
  @media screen and (max-width: 768px) {
    body.zelviya .p-entry_btn {
      margin-top: 20px;
      height: 42px;
      font-size: 14px;
      font-size: 0.875rem; } }
body.zelviya .p-zeviya_form {
  background-color: #fff; }
  body.zelviya .p-zeviya_form .wrap {
    display: -webkit-flex;
    display: flex;
    padding: 35px 60px 40px; }
    @media screen and (max-width: 991px) {
      body.zelviya .p-zeviya_form .wrap {
        display: block;
        padding: 35px 20px 40px; } }
  body.zelviya .p-zeviya_form dl {
    margin: 0; }
    body.zelviya .p-zeviya_form dl dt {
      margin-bottom: 12px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
      body.zelviya .p-zeviya_form dl dt.icon-keyword {
        padding-left: 24px;
        background-image: url(../img/zelviya/icon_keyword.svg);
        background-repeat: no-repeat;
        background-size: 19px 18px;
        background-position: left center; }
      body.zelviya .p-zeviya_form dl dt.icon-genre {
        padding-left: 20px;
        background-image: url(../img/zelviya/icon_genre.svg);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: left center; }
      body.zelviya .p-zeviya_form dl dt.icon-area {
        padding-left: 19px;
        background-image: url(../img/zelviya/icon_map.svg);
        background-repeat: no-repeat;
        background-size: 13px 18px;
        background-position: left center; }
    body.zelviya .p-zeviya_form dl dd {
      margin: 0; }
  body.zelviya .p-zeviya_form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: none;
    width: 100%;
    max-width: 260px;
    height: 52px;
    margin-right: 20px;
    padding: 18px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 991px) {
      body.zelviya .p-zeviya_form input[type="text"] {
        max-width: calc(100% - 160px); } }
    @media screen and (max-width: 568px) {
      body.zelviya .p-zeviya_form input[type="text"] {
        max-width: 100%;
        height: auto;
        margin-right: 10px;
        padding: 5px 10px; } }
  body.zelviya .p-zeviya_form .p-select + .p-select {
    padding-left: 10px; }
  body.zelviya .p-zeviya_form .p-select + .p-check {
    padding-left: 15px; }
  @media screen and (max-width: 1454px) {
    body.zelviya .p-zeviya_form .p-select {
      width: 50%; }
      body.zelviya .p-zeviya_form .p-select + .p-check {
        padding-left: 0; } }
  @media screen and (max-width: 568px) {
    body.zelviya .p-zeviya_form .p-select {
      width: 100%; }
      body.zelviya .p-zeviya_form .p-select + .p-select {
        margin-top: 15px;
        padding-left: 0; } }
  body.zelviya .p-zeviya_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    width: 200px;
    height: 52px;
    padding: 0 36px 0 18px;
    border: 1px solid #ddd;
    color: #333;
    background-image: url(../img/zelviya/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 10px 6px; }
    @media screen and (max-width: 1454px) {
      body.zelviya .p-zeviya_form select {
        width: 100%; } }
    @media screen and (max-width: 568px) {
      body.zelviya .p-zeviya_form select {
        height: 40px;
        padding: 0 25px 0 10px;
        background-position: right 10px center; } }
    body.zelviya .p-zeviya_form select::-ms-expand {
      display: none; }
  body.zelviya .p-zeviya_form .p-check {
    width: 201px;
    padding-right: 20px; }
    body.zelviya .p-zeviya_form .p-check > span {
      display: block;
      line-height: 0; }
      body.zelviya .p-zeviya_form .p-check > span + span {
        margin-top: 7px; }
    body.zelviya .p-zeviya_form .p-check label {
      cursor: pointer;
      position: relative;
      overflow: hidden;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      margin: 0;
      padding-left: 26px; }
      body.zelviya .p-zeviya_form .p-check label:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        top: 0px;
        border: 1px solid #ddd;
        background: #fff; }
      body.zelviya .p-zeviya_form .p-check label:after {
        z-index: 1;
        content: '';
        position: absolute;
        top: 11px;
        left: 7px;
        display: block;
        margin-top: -8px;
        width: 5px;
        height: 11px;
        border-right: 3px solid #00226c;
        border-bottom: 3px solid #00226c;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
    body.zelviya .p-zeviya_form .p-check [type="checkbox"] {
      position: absolute;
      left: -40px;
      top: 1px;
      width: 18px;
      height: 18px;
      display: block;
      box-shadow: 41px 0 #fff;
      -moz-box-shadow: 41px 0 #fff;
      -webkit-box-shadow: 41px 0 #fff;
      -ms-box-shadow: 41px 0 #fff;
      -o-box-shadow: 41px 0 #fff;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      z-index: 2; }
      body.zelviya .p-zeviya_form .p-check [type="checkbox"]:checked {
        box-shadow: none; }
    @media screen and (max-width: 568px) {
      body.zelviya .p-zeviya_form .p-check {
        margin-top: 20px; } }
  body.zelviya .p-zeviya_form .p-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 140px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    border-radius: 26px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    background-color: #0054a7;
    color: #fff;
    font-weight: bold;
    transition: .3s; }
    @media screen and (max-width: 568px) {
      body.zelviya .p-zeviya_form .p-btn {
        width: 100%;
        max-width: 280px;
        height: 40px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        font-size: 0.875rem; } }
body.zelviya #keyword-form {
  width: 100%;
  flex-basis: 461px;
  max-width: 461px;
  padding-right: 40px;
  border-right: 1px solid #ddd; }
  body.zelviya #keyword-form dl dd {
    display: -webkit-flex;
    display: flex; }
  @media screen and (max-width: 991px) {
    body.zelviya #keyword-form {
      max-width: 100%;
      padding-right: 0;
      border: none; } }
  @media screen and (max-width: 568px) {
    body.zelviya #keyword-form dl dd {
      display: block; } }
body.zelviya #narrowdown-form {
  width: 100%;
  flex-basis: 791px;
  max-width: 791px;
  padding-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 1454px) {
    body.zelviya #narrowdown-form {
      flex-wrap: wrap; }
      body.zelviya #narrowdown-form .p-btn {
        margin-top: 20px; } }
  @media screen and (max-width: 991px) {
    body.zelviya #narrowdown-form {
      max-width: 100%;
      margin-top: 40px;
      padding: 30px 0 0 0;
      border-top: 1px solid #ddd; } }

.p-search_results {
  margin-top: 43px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .p-search_results span {
    margin-top: -4px;
    margin-left: 20px;
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    color: #0054a7;
    line-height: 1; }

.p-zelviya__category {
  margin-bottom: 0;
  padding-left: 0; }
  .p-zelviya__category li {
    display: inline-block;
    padding: 4px 13px;
    background-color: #F0F3F5;
    border: 1px solid #ddd;
    border-radius: 1em;
    font-size: 12px !important;
    line-height: 1;
    font-weight: bold; }
    .p-zelviya__category li.narrow {
      background-color: #00226c;
      border: none;
      color: #fff; }

.p-zelviya__benefits {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0; }
  .p-zelviya__benefits dt, .p-zelviya__benefits dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    font-size: 0.8125rem; }
  .p-zelviya__benefits dt {
    padding: 7px 20px;
    background-color: #BFAE72; }
    .p-zelviya__benefits dt span {
      color: #fff;
      word-break: keep-all; }
  .p-zelviya__benefits dd {
    width: calc(100% - 66px);
    margin: 0;
    padding: 7px 14px;
    border: 1px solid #BFAE72;
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .p-zelviya__benefits dt {
      padding: 7px 10px; }
    .p-zelviya__benefits dd {
      width: calc(100% - 46px); } }

.p-zelviya_list {
  margin: 0;
  padding: 0; }
  .p-zelviya_list > li {
    margin-top: 20px; }
  .p-zelviya_list li {
    list-style: none; }
    .p-zelviya_list li .wrap {
      display: -webkit-flex;
      display: flex;
      padding: 40px 0 50px 50px;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        .p-zelviya_list li .wrap {
          flex-wrap: wrap;
          padding: 30px 20px; } }
    .p-zelviya_list li figure {
      display: -webkit-flex;
      display: flex;
      width: calc(100% - 138px);
      margin: 0; }
      @media screen and (max-width: 768px) {
        .p-zelviya_list li figure {
          flex-wrap: wrap;
          width: 100%; } }
    .p-zelviya_list li figcaption {
      box-sizing: border-box;
      width: calc(100% - 32.77%);
      padding: 0 50px; }
      @media screen and (max-width: 768px) {
        .p-zelviya_list li figcaption {
          width: 100%;
          padding: 15px 0 0 0; } }
    .p-zelviya_list li .img {
      width: 32.77%; }
      .p-zelviya_list li .img a {
        display: block;
        width: 100%;
        padding-top: 66.49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      @media screen and (max-width: 768px) {
        .p-zelviya_list li .img {
          width: 100%; } }
    .p-zelviya_list li .link-area {
      width: 138px;
      border-left: 1px solid #ddd; }
      .p-zelviya_list li .link-area a {
        display: block;
        height: 100%;
        background-image: url(../img/zelviya/icon_zelviya_post_arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px 18px; }
      .p-zelviya_list li .link-area span {
        display: none; }
      @media screen and (max-width: 768px) {
        .p-zelviya_list li .link-area {
          width: 100%;
          border-left: none; }
          .p-zelviya_list li .link-area a {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            max-width: 280px;
            height: 40px;
            margin: 20px auto 0;
            padding: 0;
            border: none;
            box-sizing: border-box;
            border-radius: 26px;
            font-size: 14px;
            font-size: 0.875rem;
            -webkit-appearance: button;
            appearance: button;
            cursor: pointer;
            background-color: #0054a7;
            color: #fff;
            font-weight: bold;
            transition: .3s;
            background-image: none;
            text-decoration: none !important; }
          .p-zelviya_list li .link-area span {
            display: block;
            color: #fff; } }
  .p-zelviya_list .shop-name {
    margin-top: -7px;
    margin-bottom: 6px; }
    .p-zelviya_list .shop-name a {
      text-decoration: none !important;
      color: #333 !important;
      font-weight: bold;
      font-size: 22px;
      font-size: 1.375rem; }
    @media screen and (max-width: 768px) {
      .p-zelviya_list .shop-name {
        line-height: 1.4; }
        .p-zelviya_list .shop-name a {
          font-size: 20px;
          font-size: 1.25rem; } }
  .p-zelviya_list ul {
    margin: 0;
    padding: 0; }
  .p-zelviya_list .p-zelviya__category {
    margin-bottom: 17px; }
  .p-zelviya_list .add {
    margin-bottom: 19px;
    padding-left: 20px;
    background-image: url(../img/zelviya/icon_map.svg);
    background-repeat: no-repeat;
    background-size: 14px 20px;
    background-position: left top;
    font-size: 14px;
    font-size: 0.875rem; }
    .p-zelviya_list .add span {
      margin-right: 10px; }
    .p-zelviya_list .add a {
      text-decoration: none !important; }
  .p-zelviya_list .p-zelviya__benefits {
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      .p-zelviya_list .p-zelviya__benefits {
        margin-bottom: 10px; } }
  .p-zelviya_list p {
    margin: 0 !important; }
    @media screen and (max-width: 768px) {
      .p-zelviya_list p {
        font-size: 15px !important; } }

.p-page_numbers {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 0; }
  .p-page_numbers li {
    list-style: none;
    font-weight: bold; }
    .p-page_numbers li a, .p-page_numbers li span {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 50px;
      height: 50px;
      margin: 0 4px;
      border-radius: 50%;
      background-color: #fff;
      text-decoration: none !important;
      color: #333 !important; }
      .p-page_numbers li a img, .p-page_numbers li span img {
        width: 7px;
        height: 11px; }
      .p-page_numbers li a.prev, .p-page_numbers li span.prev {
        margin: 0 15px 0 0; }
      .p-page_numbers li a.next, .p-page_numbers li span.next {
        margin: 0 0 0 15px; }
        .p-page_numbers li a.next img, .p-page_numbers li span.next img {
          transform: rotate(180deg); }
      .p-page_numbers li a.dots, .p-page_numbers li span.dots {
        width: auto;
        padding: 0 2px;
        background-color: transparent; }
      .p-page_numbers li a.current, .p-page_numbers li span.current {
        background-color: #0054a7;
        color: #fff !important; }
  @media screen and (max-width: 768px) {
    .p-page_numbers {
      flex-wrap: wrap;
      margin: 32px 0 0 0; }
      .p-page_numbers li {
        margin-top: 8px; }
        .p-page_numbers li a, .p-page_numbers li span {
          width: 40px;
          height: 40px; } }

/* =============================================================================
   ゼルビ屋詳細
   ========================================================================== */
body.single-zelviya .p-main {
  padding-top: 80px;
  margin-bottom: 120px; }
  @media screen and (max-width: 991px) {
    body.single-zelviya .p-main {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  body.single-zelviya .p-main .container {
    width: 1172px;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      body.single-zelviya .p-main .container {
        width: 100%; } }
  body.single-zelviya .p-main .p-article .p-article__header {
    padding: 26px 0 30px; }
    body.single-zelviya .p-main .p-article .p-article__header h2 {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 24px;
      font-size: 1.5rem; }
  body.single-zelviya .p-main .p-article .p-article__body {
    margin-bottom: 0; }
  body.single-zelviya .p-main .p-read {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 70px; }
    @media screen and (max-width: 991px) {
      body.single-zelviya .p-main .p-read {
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      body.single-zelviya .p-main .p-read {
        margin-bottom: 30px; }
        body.single-zelviya .p-main .p-read p {
          font-size: 15px !important; } }

.p-zelviya_single {
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 991px) {
    .p-zelviya_single {
      flex-wrap: wrap; } }
  .p-zelviya_single .p-slider {
    width: 501px; }
    .p-zelviya_single .p-slider__item {
      width: 501px;
      cursor: pointer; }
    @media screen and (max-width: 991px) {
      .p-zelviya_single .p-slider {
        width: 100%;
        margin-bottom: 30px; }
        .p-zelviya_single .p-slider__item {
          width: auto; } }
  .p-zelviya_single .slick-slider {
    position: relative; }
  .p-zelviya_single .slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 1;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 11px 18px;
    background-position: center;
    text-indent: -9999px;
    transition: .3s; }
    .p-zelviya_single .slick-arrow:hover {
      opacity: .7; }
  .p-zelviya_single .slick-prev {
    left: 0;
    background-image: url(../img/zelviya/icon_prev_arrow.svg); }
  .p-zelviya_single .slick-next {
    right: 0;
    background-image: url(../img/zelviya/icon_next_arrow.svg); }
  .p-zelviya_single .slick-dots {
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 25px -4px 0;
    padding: 0; }
    .p-zelviya_single .slick-dots li {
      list-style: none;
      padding: 0 4px;
      line-height: 15px; }
      .p-zelviya_single .slick-dots li button {
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #ccc;
        text-indent: -9999px;
        cursor: pointer; }
      .p-zelviya_single .slick-dots li.slick-active button {
        background-color: #000; }
  .p-zelviya_single .shop-detail {
    width: calc(100% - 501px);
    padding-left: 4.166vw; }
    @media screen and (min-width: 1441px) {
      .p-zelviya_single .shop-detail {
        padding-left: 60px; } }
    @media screen and (max-width: 991px) {
      .p-zelviya_single .shop-detail {
        width: 100%;
        padding-left: 0; } }
    .p-zelviya_single .shop-detail .p-zelviya__benefits {
      margin-bottom: 40px; }
    .p-zelviya_single .shop-detail table tr {
      border-top: 1px solid #eee; }
      .p-zelviya_single .shop-detail table tr:last-of-type {
        border-bottom: 1px solid #eee; }
    .p-zelviya_single .shop-detail table th, .p-zelviya_single .shop-detail table td {
      padding: 10px 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal; }
    .p-zelviya_single .shop-detail table th {
      width: 107px; }
    .p-zelviya_single .shop-detail table td {
      padding-left: 10px; }
      .p-zelviya_single .shop-detail table td.add span:first-child {
        margin-right: 7px; }
      .p-zelviya_single .shop-detail table td.add a {
        display: inline-block; }
      @media screen and (min-width: 769px) {
        .p-zelviya_single .shop-detail table td .tel {
          pointer-events: none;
          color: #333 !important;
          text-decoration: none !important; } }
      .p-zelviya_single .shop-detail table td .shop-link {
        color: #333 !important; }
        .p-zelviya_single .shop-detail table td .shop-link:after {
          position: relative;
          top: 1px;
          display: inline-block;
          content: "";
          width: 13px;
          height: 13px;
          margin-top: 1px;
          margin-left: 10px;
          background-image: url(../img/zelviya/icon_link.svg);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: 13px 13px; }
    .p-zelviya_single .shop-detail .sns-link {
      display: -webkit-flex;
      display: flex;
      margin: 20px -7px 0;
      padding: 0; }
      .p-zelviya_single .shop-detail .sns-link li {
        list-style: none;
        padding: 0 7px; }
        .p-zelviya_single .shop-detail .sns-link li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 35px 35px; }
          .p-zelviya_single .shop-detail .sns-link li a.tw {
            background-image: url(../img/zelviya/icon_tw.svg); }
          .p-zelviya_single .shop-detail .sns-link li a.fb {
            background-image: url(../img/zelviya/icon_fb.svg); }
          .p-zelviya_single .shop-detail .sns-link li a.insta {
            background-image: url(../img/zelviya/icon_insta.svg); }
          .p-zelviya_single .shop-detail .sns-link li a.youtube {
            background-image: url(../img/zelviya/icon_youtube.svg); }

/* =============================================================================
   チケット販売スケジュール
   ========================================================================== */
/* チケット販売スケジュール*/
.tickets-table {
  margin-top: 30px; }
  .tickets-table table {
    min-width: 650px; }
    .tickets-table table thead tr th {
      background-color: #f7f7f7;
      text-align: center;
      border-top: none;
      border-bottom: none; }
    .tickets-table table tbody tr td {
      text-align: center;
      vertical-align: middle !important;
      border-right: 1px solid #e6e5e5; }
      .tickets-table table tbody tr td:last-child {
        border-right: none; }

/* =============================================================================
   STADIUM MAP
   ========================================================================== */
.p-internal_link_contents .p-article {
  margin-bottom: 80px;
  background-color: #fff; }
  .p-internal_link_contents .p-article .container {
    padding-top: 126px;
    padding-bottom: 100px; }
  .p-internal_link_contents .p-article .p-internal_link {
    display: -webkit-flex;
    display: flex;
    margin: 0 -2px;
    padding: 0;
    background-color: #fff; }
    .p-internal_link_contents .p-article .p-internal_link li {
      width: 25%;
      height: 80px;
      margin: 0;
      padding: 0 2px;
      list-style: none;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold; }
      .p-internal_link_contents .p-article .p-internal_link li a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        padding: 0 5px;
        background-color: #0054a7;
        color: #fff;
        line-height: 1.4; }
      .p-internal_link_contents .p-article .p-internal_link li.active a {
        background-color: #00226c; }
  .p-internal_link_contents .p-article .p-article__body {
    max-width: 981px;
    margin-left: auto;
    margin-right: auto; }
    .p-internal_link_contents .p-article .p-article__body h2 {
      margin-bottom: 60px;
      padding: 39px 0px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
    .p-internal_link_contents .p-article .p-article__body h3 {
      margin: 60px 0 40px;
      padding: 0;
      border: none;
      text-align: left;
      font-size: 19px;
      font-size: 1.1875rem; }
    @media screen and (max-width: 768px) {
      .p-internal_link_contents .p-article .p-article__body h2 {
        margin-bottom: 40px;
        padding: 20px 0;
        font-size: 20px;
        font-size: 1.25rem; }
      .p-internal_link_contents .p-article .p-article__body h3 {
        margin: 30px 0 20px;
        font-size: 16px;
        font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .p-internal_link_contents .p-article {
      margin-bottom: 60px; }
      .p-internal_link_contents .p-article .container {
        padding-top: 40px;
        padding-bottom: 50px; }
      .p-internal_link_contents .p-article .p-internal_link li {
        height: 60px;
        font-size: 14px;
        font-size: 0.875rem; } }
  @media screen and (max-width: 568px) {
    .p-internal_link_contents .p-article .p-internal_link {
      flex-wrap: wrap; }
      .p-internal_link_contents .p-article .p-internal_link li {
        width: 50%;
        padding: 2px; } }

/* =============================================================================
   アカデミー応援企業
   ========================================================================== */
* + .list-title {
  margin-top: 80px; }

.list-title {
  margin-bottom: 60px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333; }

.p-academy_supporter--list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -30px -15px 0;
  padding: 0; }
  .p-academy_supporter--list li {
    width: 20%;
    margin-top: 30px;
    padding: 0 15px;
    list-style: none; }
    .p-academy_supporter--list li div {
      width: 100%;
      padding-top: 27.8%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      border: 1px solid #ddd; }
  @media (max-width: 767px) {
    .p-academy_supporter--list {
      margin: -20px -10px 0; }
      .p-academy_supporter--list li {
        width: 33.333%;
        margin-top: 20px;
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .p-academy_supporter--list li {
      width: 50%; } }

/* =============================================================================
   選手・スタッフ（2022シーズン〜）
   ========================================================================== */
@media (max-width: 1350px) {
  .p-clubteam2022_archive, .p-clubteam2022_single {
    padding-top: 65px !important; } }
.p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav {
  background-color: transparent;
  margin: 0 -14px; }
  .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item {
    width: 180px;
    padding-bottom: 0;
    padding-right: 14px;
    padding-left: 14px; }
    .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item a, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      padding-bottom: 20px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff !important;
      text-decoration: none !important; }
      .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item a:after, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item a:after {
        width: 100%;
        height: 6px;
        bottom: 0;
        background-color: #fff; }
    .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item.is-active a, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item.is-active a {
      color: #1C85FF !important; }
      .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item.is-active a:after, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item.is-active a:after {
        background-color: #1C85FF; }
@media (max-width: 767px) {
  .p-clubteam2022_archive .p-horizontal-nav-screen:after, .p-clubteam2022_single .p-horizontal-nav-screen:after {
    display: none; }
  .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav {
    overflow: hidden;
    margin: 0 -8px;
    padding: 0; }
    .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item {
      width: 50%;
      max-width: 180px;
      padding-right: 8px;
      padding-left: 8px; }
      .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item:last-child, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item:last-child {
        margin-right: 0; }
      .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item a, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item a {
        font-size: 16px;
        font-size: 1rem; }
        .p-clubteam2022_archive .p-horizontal-nav-screen .p-horizontal-nav__item a:after, .p-clubteam2022_single .p-horizontal-nav-screen .p-horizontal-nav__item a:after {
          content: "";
          height: 3px; } }
.p-clubteam2022_archive {
  box-sizing: border-box;
  background-color: #112A5B; }
  .p-clubteam2022_archive .container {
    width: 1280px;
    padding-top: 175px;
    padding-bottom: 120px; }
    @media (max-width: 1280px) {
      .p-clubteam2022_archive .container {
        width: 100%; } }
    @media (max-width: 768px) {
      .p-clubteam2022_archive .container {
        padding-top: 95px;
        padding-bottom: 80px; } }
  .p-clubteam2022_archive .p-article + .p-player-section, .p-clubteam2022_archive .p-player-section + .p-player-section {
    margin-top: 80px; }
    @media (max-width: 768px) {
      .p-clubteam2022_archive .p-article + .p-player-section, .p-clubteam2022_archive .p-player-section + .p-player-section {
        margin-top: 40px; } }
  .p-clubteam2022_archive .p-clubteam_header {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 509px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .p-clubteam2022_archive .p-clubteam_header--title {
      position: absolute;
      bottom: -90px;
      left: 0;
      right: 0;
      margin-bottom: 0;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      line-height: 1; }
      .p-clubteam2022_archive .p-clubteam_header--title span {
        display: block;
        line-height: 1; }
      .p-clubteam2022_archive .p-clubteam_header--title__top {
        font-size: 90px;
        font-size: 5.625rem;
        color: #fff; }
      .p-clubteam2022_archive .p-clubteam_header--title__bottom {
        font-size: 40px;
        font-size: 2.5rem;
        color: #bfae72; }
    @media (max-width: 768px) {
      .p-clubteam2022_archive .p-clubteam_header {
        height: 0;
        padding-top: 34.245%; }
        .p-clubteam2022_archive .p-clubteam_header--title {
          bottom: calc(-80vw / 768 * 100); }
          .p-clubteam2022_archive .p-clubteam_header--title__top {
            font-size: calc(80vw / 768 * 100); }
          .p-clubteam2022_archive .p-clubteam_header--title__bottom {
            font-size: calc(35vw / 768 * 100); } }
  .p-clubteam2022_archive .p-position__link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 80px 0 0;
    padding: 0; }
    .p-clubteam2022_archive .p-position__link li {
      width: calc(100% / 6);
      list-style: none;
      border-left: 1px solid #fff; }
      .p-clubteam2022_archive .p-position__link li:last-child {
        border-right: 1px solid #fff; }
      .p-clubteam2022_archive .p-position__link li a {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px 0 39px;
        color: #fff !important;
        text-decoration: none !important;
        font-weight: 700;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1; }
        .p-clubteam2022_archive .p-position__link li a:before {
          content: "";
          position: absolute;
          bottom: 18px;
          right: 0;
          left: 0;
          width: 13px;
          height: 8px;
          margin: 0 auto;
          background-image: url(../img/player/icon_arrow.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
    .p-clubteam2022_archive .p-position__link + * {
      margin-top: 80px; }
    @media (max-width: 1280px) {
      .p-clubteam2022_archive .p-position__link {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .p-clubteam2022_archive .p-position__link li {
          width: calc(100% / 3);
          border-bottom: 1px solid #fff; }
          .p-clubteam2022_archive .p-position__link li:nth-child(3) {
            border-right: 1px solid #fff; }
          .p-clubteam2022_archive .p-position__link li:nth-child(-n+3) {
            border-top: 1px solid #fff; } }
    @media (max-width: 767px) {
      .p-clubteam2022_archive .p-position__link {
        margin-top: 40px; }
        .p-clubteam2022_archive .p-position__link li {
          width: calc(100% / 2);
          border-right: 1px solid #fff;
          border-left: none; }
          .p-clubteam2022_archive .p-position__link li:nth-child(3) {
            border-top: none; }
          .p-clubteam2022_archive .p-position__link li:nth-child(odd) {
            border-left: 1px solid #fff; }
          .p-clubteam2022_archive .p-position__link li a {
            padding-bottom: 30px;
            font-size: 20px;
            font-size: 1.25rem; }
            .p-clubteam2022_archive .p-position__link li a:before {
              bottom: 16px;
              width: 10px;
              height: 6px; }
        .p-clubteam2022_archive .p-position__link + * {
          margin-top: 40px; } }
  .p-clubteam2022_archive .p-category {
    text-align: left;
    color: #fff;
    font-size: 60px;
    font-size: 3.75rem;
    border: none;
    font-weight: 700; }
    @media (max-width: 767px) {
      .p-clubteam2022_archive .p-category {
        font-size: 40px;
        font-size: 2.5rem; } }
  .p-clubteam2022_archive .p-sns_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 5px -6px -6px;
    padding: 0; }
    .p-clubteam2022_archive .p-sns_link li {
      list-style: none;
      padding: 6px; }
      .p-clubteam2022_archive .p-sns_link li a {
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .p-clubteam2022_archive .p-sns_link li.tw a {
        background-image: url(../img/icon_tw_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.fb a {
        background-image: url(../img/icon_fb_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.insta a {
        background-image: url(../img/icon_insta_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.youtube a {
        background-image: url(../img/icon_youtube_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.line a {
        background-image: url(../img/icon_line_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.ameblo a {
        background-image: url(../img/icon_ameblo_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.tiktok a {
        background-image: url(../img/icon_tiktok_s.svg); }
      .p-clubteam2022_archive .p-sns_link li.other a {
        background-image: url(../img/icon_other_s.svg); }
    @media (max-width: 767px) {
      .p-clubteam2022_archive .p-sns_link {
        margin: 8px -5px -5px; }
        .p-clubteam2022_archive .p-sns_link li {
          padding: 5px; } }
.p-clubteam2022_single {
  background-color: #112A5B !important;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .p-clubteam2022_single .p-main {
      margin-top: 0 !important; } }
  .p-clubteam2022_single .p-staff_header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 120px; }
    .p-clubteam2022_single .p-staff_header--img {
      width: 300px;
      height: 300px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .p-clubteam2022_single .p-staff_header--text {
      width: calc(100% - 300px);
      padding-left: 60px; }
      .p-clubteam2022_single .p-staff_header--text .p-pos {
        color: #fff;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: bold; }
        .p-clubteam2022_single .p-staff_header--text .p-pos + * {
          margin-top: 16px; }
      .p-clubteam2022_single .p-staff_header--text .p-name {
        margin: 0;
        color: #bfae72;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold; }
        .p-clubteam2022_single .p-staff_header--text .p-name span {
          display: block;
          margin-top: 6px;
          color: #fff;
          font-size: 28px;
          font-size: 1.75rem;
          font-weight: 400; }
    .p-clubteam2022_single .p-staff_header + .p-profile {
      padding: 60px 0 100px; }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-staff_header {
        padding-top: 60px; }
        .p-clubteam2022_single .p-staff_header--img {
          width: 150px;
          height: 150px; }
        .p-clubteam2022_single .p-staff_header--text {
          width: calc(100% - 150px);
          padding-left: 20px; }
          .p-clubteam2022_single .p-staff_header--text .p-pos {
            font-size: 16px;
            font-size: 1rem; }
            .p-clubteam2022_single .p-staff_header--text .p-pos + * {
              margin-top: 8px; }
          .p-clubteam2022_single .p-staff_header--text .p-name {
            font-size: 20px;
            font-size: 1.25rem; }
            .p-clubteam2022_single .p-staff_header--text .p-name span {
              margin-top: 6px;
              font-size: 16px;
              font-size: 1rem; }
        .p-clubteam2022_single .p-staff_header + .p-profile {
          padding: 30px 0 50px; } }
    @media (max-width: 375px) {
      .p-clubteam2022_single .p-staff_header {
        flex-wrap: wrap;
        padding-top: 40px; }
        .p-clubteam2022_single .p-staff_header--img {
          width: 100%;
          height: 0;
          padding-top: 100%;
          order: 2; }
        .p-clubteam2022_single .p-staff_header--text {
          width: 100%;
          padding: 0 0 20px;
          order: 1; } }
  .p-clubteam2022_single .p-player_header {
    position: relative;
    z-index: 0;
    height: 55.28vw;
    background-color: #000;
    overflow: hidden; }
    .p-clubteam2022_single .p-player_header.no-standing {
      height: 41.94vw; }
      .p-clubteam2022_single .p-player_header.no-standing .p-player_header--pos {
        top: calc(433vw / 1440 * 100); }
    .p-clubteam2022_single .p-player_header--bust {
      position: absolute;
      top: 0;
      right: 50px;
      z-index: -1;
      width: 83.3%;
      height: 0;
      padding-top: 36.81%;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }
    .p-clubteam2022_single .p-player_header--standing {
      position: absolute;
      bottom: 0;
      left: calc(200vw / 1440 * 100);
      z-index: 0;
      width: calc(720vw / 1440 * 100);
      padding-top: calc(747vw / 1440 * 100);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain; }
      .p-clubteam2022_single .p-player_header--standing + .p-player_header--bg > div {
        padding-top: 32.3%;
        -webkit-clip-path: polygon(0 0, 100% 41.5%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 41.5%, 100% 100%, 0 100%); }
    .p-clubteam2022_single .p-player_header--bg {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%; }
      .p-clubteam2022_single .p-player_header--bg > div {
        position: relative;
        width: 100%;
        padding-top: 18.8%;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 100% 71.2%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 71.2%, 100% 100%, 0 100%); }
        .p-clubteam2022_single .p-player_header--bg > div:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 100%;
          background-color: #112a5b;
          mix-blend-mode: multiply; }
    .p-clubteam2022_single .p-player_header--sign {
      position: absolute;
      top: 0;
      right: calc(100vw / 1440 * 100);
      z-index: -1;
      width: calc(400vw / 1440 * 100);
      padding-top: calc(400vw / 1440 * 100);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .p-clubteam2022_single .p-player_header--pos {
      position: absolute;
      top: calc(400vw / 1440 * 100);
      right: calc(100vw / 1440 * 100);
      z-index: -1;
      font-size: calc(100vw / 1440 * 100);
      font-weight: 700;
      line-height: calc(91vw / 1440 * 100);
      color: #fff; }
    .p-clubteam2022_single .p-player_header--title {
      position: absolute;
      top: calc(67vw / 1440 * 100);
      left: calc(105vw / 1440 * 100);
      z-index: 1;
      margin: 0;
      font-size: calc(40vw / 1440 * 100);
      font-weight: bold;
      color: #fff;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl; }
      .p-clubteam2022_single .p-player_header--title span {
        display: block;
        font-size: calc(75vw / 1440 * 100);
        font-weight: 700;
        font-style: italic;
        line-height: calc(56vw / 1440 * 100); }
      .p-clubteam2022_single .p-player_header--title > span {
        margin-right: calc(39vw / 1440 * 100); }
        .p-clubteam2022_single .p-player_header--title > span span + span {
          margin-right: calc(32vw / 1440 * 100); }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-player_header {
        height: calc(468vw / 375 * 100); }
        .p-clubteam2022_single .p-player_header.no-standing {
          height: calc(353vw / 375 * 100); }
          .p-clubteam2022_single .p-player_header.no-standing .p-player_header--pos {
            top: auto;
            bottom: calc(25vw / 375 * 100); }
          .p-clubteam2022_single .p-player_header.no-standing .p-player_header--sign {
            top: auto;
            bottom: calc(68vw / 375 * 100); }
        .p-clubteam2022_single .p-player_header--bust {
          right: 0;
          left: calc(-148vw / 375 *100);
          width: calc(760vw / 375 * 100);
          padding-top: calc(336vw / 375 * 100); }
        .p-clubteam2022_single .p-player_header--standing {
          left: 0;
          width: calc(305vw / 375 * 100);
          padding-top: calc(328vw / 375 * 100); }
          .p-clubteam2022_single .p-player_header--standing + .p-player_header--bg > div {
            padding-top: calc(234vw / 375 * 100);
            -webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%); }
        .p-clubteam2022_single .p-player_header--bg > div {
          padding-top: calc(158.85vw / 375 * 100);
          -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%); }
        .p-clubteam2022_single .p-player_header--sign {
          top: auto;
          bottom: calc(92vw / 375 * 100);
          right: calc(20vw / 375 * 100);
          width: calc(129vw / 375 * 100);
          padding-top: calc(129vw / 375 * 100); }
        .p-clubteam2022_single .p-player_header--pos {
          top: auto;
          bottom: calc(44vw / 375 * 100);
          right: calc(20vw / 375 * 100);
          font-size: calc(32vw / 375 * 100);
          line-height: calc(39vw / 375 * 100); }
        .p-clubteam2022_single .p-player_header--title {
          top: calc(37.5vw / 375 * 100);
          left: calc(25vw / 375 * 100);
          font-size: calc(17vw / 375 * 100); }
          .p-clubteam2022_single .p-player_header--title span {
            font-size: calc(30vw / 375 * 100);
            line-height: calc(21.7vw / 375 * 100); }
          .p-clubteam2022_single .p-player_header--title > span {
            margin-right: calc(11vw / 375 * 100); }
            .p-clubteam2022_single .p-player_header--title > span span + span {
              margin-right: calc(13vw / 375 * 100); } }
  .p-clubteam2022_single .p-slider {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative; }
    .p-clubteam2022_single .p-slider_item {
      list-style: none;
      width: 48.61vw;
      height: 32.4306vw; }
      .p-clubteam2022_single .p-slider_item .wrap {
        width: 100%;
        padding-top: 66.7%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .p-clubteam2022_single .p-slider .slick-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      width: 50px;
      height: 50px;
      margin: auto 0;
      background-color: #000;
      border: none;
      background-size: 50px;
      text-indent: -9999px;
      transition: all 0.3s ease;
      font-size: 0;
      line-height: 0;
      cursor: pointer; }
      .p-clubteam2022_single .p-slider .slick-arrow:focus {
        outline: none; }
    .p-clubteam2022_single .p-slider .slick-prev {
      left: 0;
      background-image: url(../../assets/img/button_prev.png); }
    .p-clubteam2022_single .p-slider .slick-next {
      right: 0;
      background-image: url(../../assets/img/button_next.png); }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-slider_item {
        width: 86.458vw;
        height: 57.421875vw; }
      .p-clubteam2022_single .p-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px; } }
  .p-clubteam2022_single .p-profile {
    background-color: #112A5B;
    color: #fff;
    padding: 100px 0; }
    .p-clubteam2022_single .p-profile_list {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .p-clubteam2022_single .p-profile_list > div {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        padding: 0 20px; }
      .p-clubteam2022_single .p-profile_list dt {
        width: 185px;
        padding: 14px 20px 15px;
        border-top: 1px solid #fff;
        color: #bfae72; }
      .p-clubteam2022_single .p-profile_list dd {
        width: calc(100% - 185px);
        margin: 0;
        padding: 14px 0 15px;
        border-top: 1px solid #fff; }
      .p-clubteam2022_single .p-profile_list.u-2col {
        margin-left: -20px;
        margin-right: -20px; }
        .p-clubteam2022_single .p-profile_list.u-2col + dl {
          border-bottom: 1px solid #fff; }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-profile {
        padding: 50px 0; }
        .p-clubteam2022_single .p-profile_list > div {
          width: 100%;
          padding: 0; }
        .p-clubteam2022_single .p-profile_list dt, .p-clubteam2022_single .p-profile_list dd {
          font-size: 14px;
          font-size: 0.875rem; }
        .p-clubteam2022_single .p-profile_list dt {
          width: 110px;
          padding: 10px 10px 10px 0; }
        .p-clubteam2022_single .p-profile_list dd {
          width: calc(100% - 110px);
          padding: 10px 0; }
        .p-clubteam2022_single .p-profile_list.u-2col {
          margin-left: 0;
          margin-right: 0; } }
  .p-clubteam2022_single .p-sns_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 45px -15px -15px;
    padding: 0; }
    .p-clubteam2022_single .p-sns_link li {
      list-style: none;
      padding: 15px; }
      .p-clubteam2022_single .p-sns_link li a {
        display: block;
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .p-clubteam2022_single .p-sns_link li.tw a {
        background-image: url(../img/icon_tw_s.svg); }
      .p-clubteam2022_single .p-sns_link li.fb a {
        background-image: url(../img/icon_fb_s.svg); }
      .p-clubteam2022_single .p-sns_link li.insta a {
        background-image: url(../img/icon_insta_s.svg); }
      .p-clubteam2022_single .p-sns_link li.youtube a {
        background-image: url(../img/icon_youtube_s.svg); }
      .p-clubteam2022_single .p-sns_link li.line a {
        background-image: url(../img/icon_line_s.svg); }
      .p-clubteam2022_single .p-sns_link li.ameblo a {
        background-image: url(../img/icon_ameblo_s.svg); }
      .p-clubteam2022_single .p-sns_link li.tiktok a {
        background-image: url(../img/icon_tiktok_s.svg); }
      .p-clubteam2022_single .p-sns_link li.other a {
        background-image: url(../img/icon_other_s.svg); }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-sns_link {
        margin: 30px -5px -5px; }
        .p-clubteam2022_single .p-sns_link li {
          list-style: none;
          padding: 5px; }
          .p-clubteam2022_single .p-sns_link li a {
            display: block;
            width: 33px;
            height: 33px; } }
  .p-clubteam2022_single .p-aspirations {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .p-clubteam2022_single .p-aspirations:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); }
    .p-clubteam2022_single .p-aspirations .container {
      position: relative;
      z-index: 1;
      padding-top: 100px;
      padding-bottom: 120px; }
    .p-clubteam2022_single .p-aspirations_title {
      margin: 0;
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      font-size: bold;
      color: #bfae72; }
    .p-clubteam2022_single .p-aspirations .img {
      width: 100%;
      height: 194px;
      margin: 69px auto 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    @media (max-width: 768px) {
      .p-clubteam2022_single .p-aspirations .container {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-clubteam2022_single .p-aspirations .img {
        margin: 30px auto 0; } }
  .p-clubteam2022_single .p-faq {
    padding: 100px 0 120px;
    background-color: #112A5B; }
    .p-clubteam2022_single .p-faq_title {
      margin: 0;
      text-align: center;
      font-size: 90px;
      font-size: 5.625rem;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      line-height: 1; }
    .p-clubteam2022_single .p-faq .p-horizontal-nav-screen {
      margin-top: 80px; }
    .p-clubteam2022_single .p-faq_list {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 80px 0 0; }
      .p-clubteam2022_single .p-faq_list dt, .p-clubteam2022_single .p-faq_list dd {
        position: relative;
        padding: 23px 0 23px 67px;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        border-top: 1px solid #fff; }
        .p-clubteam2022_single .p-faq_list dt:before, .p-clubteam2022_single .p-faq_list dd:before {
          position: absolute;
          top: 13px;
          left: 0;
          font-size: 50px;
          font-size: 3.125rem;
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
          line-height: 1; }
        .p-clubteam2022_single .p-faq_list dt:last-of-type, .p-clubteam2022_single .p-faq_list dd:last-of-type {
          border-bottom: 1px solid #fff; }
      .p-clubteam2022_single .p-faq_list dt {
        width: 402px;
        padding-right: 1em !important;
        color: #bfae72; }
        .p-clubteam2022_single .p-faq_list dt:before {
          content: "Q"; }
      .p-clubteam2022_single .p-faq_list dd {
        width: calc(100% - 402px);
        margin: 0;
        color: #fff; }
        .p-clubteam2022_single .p-faq_list dd:before {
          content: "A"; }
    @media (max-width: 767px) {
      .p-clubteam2022_single .p-faq {
        padding: 50px 0 60px; }
        .p-clubteam2022_single .p-faq_title {
          font-size: 40px;
          font-size: 2.5rem; }
        .p-clubteam2022_single .p-faq .p-horizontal-nav-screen {
          margin-top: 30px; }
        .p-clubteam2022_single .p-faq_list {
          margin-top: 40px; }
          .p-clubteam2022_single .p-faq_list dt, .p-clubteam2022_single .p-faq_list dd {
            width: 100%;
            font-size: 15px;
            font-size: 0.9375rem; }
            .p-clubteam2022_single .p-faq_list dt:before, .p-clubteam2022_single .p-faq_list dd:before {
              top: 12px;
              font-size: 30px;
              font-size: 1.875rem; }
          .p-clubteam2022_single .p-faq_list dt {
            padding: 15px 0 10px 35px !important; }
            .p-clubteam2022_single .p-faq_list dt:last-of-type {
              border-bottom: none; }
          .p-clubteam2022_single .p-faq_list dd {
            padding: 0 0 15px 35px;
            border-top: none; }
            .p-clubteam2022_single .p-faq_list dd:before {
              top: -2px; } }
.p-clubteam2022 .p-archive_img {
  width: 100%;
  height: 13.9vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.p-clubteam2022 .p-aside {
  background-color: #112A5B !important;
  margin-top: 0;
  padding: 0; }
  .p-clubteam2022 .p-aside .container {
    padding-top: 100px;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .p-clubteam2022 .p-aside .container {
        padding-top: 50px;
        padding-bottom: 60px; } }
  .p-clubteam2022 .p-aside .p-section__title {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
    .p-clubteam2022 .p-aside .p-section__title span {
      display: block;
      margin-bottom: 13px; }
      .p-clubteam2022 .p-aside .p-section__title span.p-en {
        font-style: italic;
        font-size: 40px;
        font-size: 2.5rem;
        color: #fff;
        text-transform: none !important; }
  .p-clubteam2022 .p-aside .p-list__item {
    border: none; }
    .p-clubteam2022 .p-aside .p-list__item > div {
      border-top: 1px solid #fff; }
    .p-clubteam2022 .p-aside .p-list__item:nth-last-child(-n+3) > div {
      border-bottom: 1px solid #fff; }
    .p-clubteam2022 .p-aside .p-list__item a {
      padding: 20px 20px;
      color: #fff;
      font-size: 16px;
      font-size: 1rem; }
      .p-clubteam2022 .p-aside .p-list__item a:after {
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        background-image: url(../img/player/icon_arrow.svg);
        transform: rotate(-90deg);
        width: 13px;
        height: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  @media (max-width: 767px) {
    .p-clubteam2022 .p-aside .p-list__item a {
      padding: 20px 0;
      font-size: 13px;
      font-size: 0.8125rem; }
      .p-clubteam2022 .p-aside .p-list__item a:after {
        right: 0px; } }

.p-person_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -17px;
  padding: 0; }
  .p-person_list--item {
    list-style: none;
    width: calc(100% / 3);
    padding: 0 17px 0; }
    .p-person_list--item:nth-last-child(-n+3) .wrap {
      border-bottom: 1px solid #fff; }
    .p-person_list--item .wrap {
      color: #fff;
      height: 100%;
      padding: 29px 0 30px;
      border-top: 1px solid #fff; }
    .p-person_list--item a {
      display: block;
      color: #fff; }
    .p-person_list--item figure {
      margin: 0; }
    .p-person_list--item figcaption {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 13px; }
      .p-person_list--item figcaption * {
        width: 100%; }
    .p-person_list--item .p-name {
      color: #bfae72;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.25; }
      .p-person_list--item .p-name_en {
        margin-top: 14px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1; }
    .p-person_list--item .p-item__thumb {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 0; }
    .p-person_list--item .p-numpos {
      position: absolute;
      bottom: 40px;
      right: 45px;
      width: 81px;
      text-align: center;
      line-height: 1; }
      .p-person_list--item .p-numpos .p-num {
        margin-bottom: 17px;
        font-size: 80px;
        font-size: 5rem;
        font-weight: 700;
        line-height: 53px;
        letter-spacing: 0; }
      .p-person_list--item .p-numpos .p-pos {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 35px;
        font-size: 17px;
        font-size: 1.0625rem;
        border: 1px solid #fff; }
      @media (max-width: 1280px) {
        .p-person_list--item .p-numpos {
          bottom: 2.78vw;
          right: 3.125vw;
          width: 5.625vw; }
          .p-person_list--item .p-numpos .p-num {
            margin-bottom: 1.1806vw;
            font-size: calc(80vw / 1440 * 100);
            line-height: calc(55vw / 1440 * 100); }
          .p-person_list--item .p-numpos .p-pos {
            height: 2.4306vw;
            font-size: calc(17vw / 1440 * 100); } }
      @media (max-width: 991px) {
        .p-person_list--item .p-numpos {
          bottom: calc(44vw / 991 * 100);
          right: calc(49vw / 991 * 100);
          width: calc(89vw / 991 * 100); }
          .p-person_list--item .p-numpos .p-num {
            margin-bottom: calc(19vw / 991 * 100);
            font-size: calc(87vw / 991 * 100);
            line-height: calc(58vw / 991 * 100); }
          .p-person_list--item .p-numpos .p-pos {
            height: calc(38vw / 991 * 100);
            font-size: calc(19vw / 991 * 100); } }
      @media (max-width: 767px) {
        .p-person_list--item .p-numpos {
          bottom: calc(55vw / 991 * 100); } }
      @media (max-width: 568px) {
        .p-person_list--item .p-numpos {
          bottom: calc(54vw / 568 * 100);
          right: calc(61vw / 568 * 100);
          width: calc(110vw / 568 * 100); }
          .p-person_list--item .p-numpos .p-num {
            margin-bottom: calc(23vw / 568 * 100);
            font-size: calc(108vw / 568 * 100);
            line-height: calc(71.75vw / 568 * 100); }
          .p-person_list--item .p-numpos .p-pos {
            height: calc(47.4vw / 568 * 100);
            font-size: calc(23vw / 568 * 100); } }
  @media (max-width: 991px) {
    .p-person_list--item {
      width: calc(100% / 2); }
      .p-person_list--item:nth-last-child(-n+3) .wrap {
        border-bottom: none; }
      .p-person_list--item:nth-last-child(-n+2) .wrap {
        border-bottom: 1px solid #fff; } }
  @media (max-width: 767px) {
    .p-person_list {
      margin-left: -10px;
      margin-right: -10px; }
      .p-person_list--item {
        padding: 0 10px 0; }
        .p-person_list--item .p-name_en {
          margin-top: 10px; } }
  @media (max-width: 568px) {
    .p-person_list--item {
      width: 100%; }
      .p-person_list--item:nth-last-child(-n+2) .wrap {
        border-bottom: none; }
      .p-person_list--item:last-child .wrap {
        border-bottom: 1px solid #fff; } }
  .p-person_list.is-player .p-item__thumb {
    position: relative;
    padding-top: 50.513%; }
  .p-person_list.is-manager .p-person_list--item .wrap {
    border-bottom: none !important; }
  .p-person_list.is-manager .p-item__thumb {
    padding-top: 50.513%; }
  .p-person_list.is-staff .p-person_list--item a, .p-person_list.is-plus-one .p-person_list--item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%; }
  .p-person_list.is-staff .p-item__thumb, .p-person_list.is-plus-one .p-item__thumb {
    width: 150px;
    padding-top: 150px; }
  .p-person_list.is-staff figure, .p-person_list.is-plus-one figure {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .p-person_list.is-staff figcaption, .p-person_list.is-plus-one figcaption {
    width: calc(100% - 150px);
    padding: 0 0 0 20px; }
  .p-person_list.is-staff .p-pos, .p-person_list.is-plus-one .p-pos {
    line-height: 1.25; }
    .p-person_list.is-staff .p-pos + .p-name, .p-person_list.is-plus-one .p-pos + .p-name {
      margin-top: 14px; }
  .p-person_list.is-staff .p-name_en, .p-person_list.is-plus-one .p-name_en {
    margin-top: 14px; }
  @media (max-width: 767px) {
    .p-person_list.is-staff .p-item__thumb, .p-person_list.is-plus-one .p-item__thumb {
      width: 100px;
      padding-top: 100px; }
    .p-person_list.is-staff figcaption, .p-person_list.is-plus-one figcaption {
      width: calc(100% - 100px);
      padding: 0 0 0 10px; } }

/* =============================================================================
   SPレイアウト調整
   ========================================================================== */
@media (max-width: 767px) {
  .p-main .p-article .p-article__header {
    margin-bottom: 30px;
    padding: 20px 0; }

  .page .p-article__header {
    display: none; }

  .single .p-main {
    margin-top: -80px; }
    .single .p-main .p-article .p-article__header .p-article__title {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.125rem; }
  .single.game .p-main {
    margin-top: 0; } }
/*----------------------------------------------------
IE調整
----------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .home .p-main-home .p-match-card .p-btn-area li a {
    padding-top: 3px; } }
/*----------------------------------------------------
WPエディタ用
----------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }
  .wp-caption img {
    margin: 5px 5px 0; }
  .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 12px; }
.gallery dl {
  margin: 0; }
.gallery img {
  border: 10px solid #f1f1f1; }
.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* =============================================================================
   project-1
   ========================================================================== */
/* 画像用汎用Class */
.u-img-block {
  display: block !important;
  margin: 20px 0 20px 0; }

.portrait {
  overflow: hidden; }
  .portrait img {
    float: left;
    width: 50% !important;
    height: auto; }

/* テキスト汎用Class */
.u-text-color--blue {
  color: #0389e8 !important; }

.u-text-color--blue2 {
  color: #0054a7 !important; }

.u-text-note2 {
  margin-left: 2em !important;
  text-indent: -2em !important; }

/* リスト要素汎用Class */
.u-list-none {
  list-style: none !important;
  padding: 0; }

/* ページ内リンク汎用Class */
.u-page-link ul li a {
  color: #333 !important;
  text-decoration: none !important; }

/* ボタン要素汎用Class */
.u-btn {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  padding: 13px 10px 13px 40px;
  width: 170px;
  min-height: 50px;
  background-color: #000;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  text-decoration: none !important; }
  .u-btn .plus-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 23px;
    left: 23px; }
    .u-btn .plus-icon span {
      display: block;
      height: 2px;
      width: 16px;
      background: #fff; }
      .u-btn .plus-icon span:first-child {
        transform: translateY(0px) rotate(90deg); }
      .u-btn .plus-icon span:last-child {
        top: 0;
        transform: translateY(-2px) rotate(0deg); }

.page .p-main .p-article .p-article__header .p-article__title {
  margin-bottom: 0; }
.page .p-main .p-article .p-article__body {
  margin-bottom: 1em; }
  .page .p-main .p-article .p-article__body .p-article__body-item {
    padding-bottom: 60px; }
  .page .p-main .p-article .p-article__body .p-frame {
    margin: 30px 0; }
    .page .p-main .p-article .p-article__body .p-frame .p-frame__item p {
      margin-bottom: 0; }
    .page .p-main .p-article .p-article__body .p-frame ul li {
      font-size: 16px;
      font-size: 1rem; }
    .page .p-main .p-article .p-article__body .p-frame .p-article__photo img {
      width: 100%;
      margin: 20px 0 20px 0; }
  .page .p-main .p-article .p-article__body a {
    word-break: break-word; }
  .page .p-main .p-article .p-article__body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-align: center;
    color: #333; }
  .page .p-main .p-article .p-article__body table tr th {
    padding: 7px 7px;
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem; }
  .page .p-main .p-article .p-article__body table tr td {
    padding: 7px 7px;
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem; }
  .page .p-main .p-article .p-article__body table tr .gold {
    background-color: #bfae72 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .blue {
    background-color: #0e2274 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .blue2 {
    background-color: #0054a7 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .skyblue {
    background-color: #25abf5 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .green {
    background-color: #95c800 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .orange {
    background-color: #ea6020 !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body table tr .pink {
    background-color: #c2007d !important;
    color: #fff !important; }
  .page .p-main .p-article .p-article__body ul li {
    font-size: 16px;
    font-size: 1rem; }
  .page .p-main .p-article .p-article__body .p-individual-container {
    padding: 0 32px 60px 32px; }
    @media screen and (max-width: 767px) {
      .page .p-main .p-article .p-article__body .p-individual-container {
        padding: 0 20px 60px 20px; } }
  .page .p-main .p-article .p-article__body .seat-table table thead th {
    padding: 6px 8px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    color: #6d6d6d;
    border-bottom: none; }
  .page .p-main .p-article .p-article__body .seat-table table thead td {
    padding: 6px 8px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid #e6e5e5;
    border-bottom: none; }
    .page .p-main .p-article .p-article__body .seat-table table thead td:last-child {
      border-right: none; }
  .page .p-main .p-article .p-article__body .seat-table table tbody tr:nth-child(even) td {
    background-color: #f7f7f7; }
  .page .p-main .p-article .p-article__body .seat-table table tbody tr:nth-child(even) th {
    background-color: #f7f7f7; }
  .page .p-main .p-article .p-article__body .seat-table table tbody tr th {
    padding: 8px;
    min-width: 180px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem; }
  .page .p-main .p-article .p-article__body .seat-table table tbody tr td {
    padding: 8px;
    min-width: 180px;
    border: 1px solid #e6e5e5;
    border-bottom: none;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem; }
    .page .p-main .p-article .p-article__body .seat-table table tbody tr td:last-child {
      border-right: none; }
  @media screen and (max-width: 768px) {
    .page .p-main .p-article .p-article__body .seat-table table thead th {
      padding: 6px 8px;
      font-size: 12px;
      font-size: 0.75rem; }
    .page .p-main .p-article .p-article__body .seat-table table thead td {
      padding: 6px 8px;
      font-size: 12px;
      font-size: 0.75rem; }
    .page .p-main .p-article .p-article__body .seat-table table tbody tr th {
      padding: 8px;
      font-size: 12px;
      font-size: 0.75rem;
      min-width: 120px; }
    .page .p-main .p-article .p-article__body .seat-table table tbody tr td {
      padding: 8px;
      font-size: 12px;
      font-size: 0.75rem;
      min-width: 120px; } }
  .page .p-main .p-article .p-article__body .seat-table02 .sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .page .p-main .p-article .p-article__body .seat-table02 .sp {
        display: block; } }
  .page .p-main .p-article .p-article__body .seat-table02 table th, .page .p-main .p-article .p-article__body .seat-table02 table td {
    padding: 13px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-size: 1.125rem; }
  .page .p-main .p-article .p-article__body .seat-table02 table th {
    background-color: #333;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02.u-text-center table th, .page .p-main .p-article .p-article__body .seat-table02.u-text-center table td {
    text-align: center;
    vertical-align: middle; }
  .page .p-main .p-article .p-article__body .seat-table02 .purple {
    background-color: #81007f;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .pink {
    background-color: #fe66cb !important;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .gold {
    background-color: #bbab70;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .blue {
    background-color: #172c57 !important;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .light-green {
    background-color: #97c735;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .orange {
    background-color: #fe9900 !important;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .light-blue {
    background-color: #29a7e1;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .red {
    background-color: #cc0001;
    color: #fff; }
  .page .p-main .p-article .p-article__body .seat-table02 .gray {
    background-color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    .page .p-main .p-article .p-article__body .seat-table02 table th, .page .p-main .p-article .p-article__body .seat-table02 table td {
      white-space: nowrap;
      word-break: keep-all;
      font-size: 16px;
      font-size: 1rem; } }
  .page .p-main .p-article .p-article__body .season-table table caption {
    caption-side: top; }
  .page .p-main .p-article .p-article__body .season-table table thead tr:nth-child(5) td {
    background-color: #f7f7f7; }
  .page .p-main .p-article .p-article__body .season-table table thead th {
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: none; }
    .page .p-main .p-article .p-article__body .season-table table thead th:not(:first-child) {
      border-left: 1px solid #e6e5e5; }
  .page .p-main .p-article .p-article__body .season-table table thead td {
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    border-left: 1px solid #e6e5e5; }
  .page .p-main .p-article .p-article__body .season-table table tbody tr th {
    min-width: 130px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; }
  .page .p-main .p-article .p-article__body .season-table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
    font-size: 14px;
    font-size: 0.875rem;
    border-left: 1px solid #e6e5e5; }
    .page .p-main .p-article .p-article__body .season-table table tbody tr td span {
      display: inline-block;
      height: 1px;
      width: 13px;
      background-color: #333;
      transform: translateY(-4px) rotate(-70deg); }

.p-individual__header {
  position: relative;
  height: 300px;
  padding-left: 390px;
  box-sizing: border-box;
  border: none !important; }
  .p-individual__header .p-individual__header-title {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .p-individual__header .p-individual__header-title .p-individual__inner {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 390px;
      height: 300px;
      background-color: #00226c; }
      .p-individual__header .p-individual__header-title .p-individual__inner h2 {
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em; }
        .p-individual__header .p-individual__header-title .p-individual__inner h2 span {
          width: 100%;
          display: block;
          font-size: 16px;
          font-size: 1rem; }
        .p-individual__header .p-individual__header-title .p-individual__inner h2 .p-individual__inner-title-top {
          margin-bottom: 20px;
          font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
          font-size: 30px;
          font-size: 1.875rem; }

/* 横断幕掲出可能エリア */
.flag .p-article__body .flag-area ul {
  list-style: none;
  padding: 0; }
  .flag .p-article__body .flag-area ul .home {
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 10px;
    background-color: #00f; }
  .flag .p-article__body .flag-area ul .away {
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 10px;
    background-color: #d500ff; }
  .flag .p-article__body .flag-area ul .ban {
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 10px;
    background-color: #f00; }
.flag .p-article__body .flag-area img {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .flag .p-article__body .flag-area img {
      width: 100%; } }

/* グッズについて */
.goods .p-article__body .row {
  margin-bottom: 40px; }

/* ゼルビアの取り組み */
@media screen and (max-width: 574px) {
  .activity_hometown .col-xs-12 {
    display: block;
    margin-bottom: 30px; }
    .activity_hometown .col-xs-12 img {
      width: 100%;
      margin: 20px 0; } }

.activity .p-article__body .mx-auto {
  margin-bottom: 40px; }
.activity .p-article__body .p-frame h4 {
  margin-top: 30px; }
.activity .p-article__body .col-md-6 img {
  width: 100%; }

/* ゼルビア自販機 */
.jihankitable thead tr th {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  color: #333;
  padding: 12px 7px;
  font-size: 14px;
  font-size: 0.875rem; }
.jihankitable tbody tr td {
  border: 1px solid #e5e5e5;
  padding: 12px 7px;
  font-size: 14px;
  font-size: 0.875rem; }

/* JCOM */
.jcom .p-main .p-article .p-article__body .area {
  margin-bottom: 30px; }
  .jcom .p-main .p-article .p-article__body .area table tr th {
    width: 100px; }
.jcom .p-main .p-article .p-article__body .time table tr th {
  width: 30px; }
.jcom .p-main .p-article .p-article__body .more-information {
  width: 100%;
  display: block;
  margin: 60px 0 0 0;
  padding: 30px 15px;
  background-color: #0054a7;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .jcom .p-main .p-article .p-article__body .more-information {
      font-size: 14px;
      font-size: 0.875rem; } }

/* プライバシーポリシー */
.privacy .p-main .p-article .p-article__body ul li {
  margin-bottom: 1em; }

/* はじめての観戦ガイド */
.guide .p-individual__header .p-individual__header-title {
  background-image: url(../img/guide/img_guide_title.jpg); }
.guide .p-main .container {
  max-width: 1020px; }
.guide .p-main .p-article .p-article__body .zelvy {
  max-width: 110px; }
.guide .p-main .p-article .p-article__body .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  padding: 46px 90px;
  width: auto;
  min-width: 115px;
  line-height: 34px;
  color: #19283C;
  text-align: center;
  background: #f2f2f2;
  z-index: 0; }
  .guide .p-main .p-article .p-article__body .balloon:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -16px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .guide .p-main .p-article .p-article__body .balloon:before {
        display: none; } }
  .guide .p-main .p-article .p-article__body .balloon p {
    text-align: center;
    margin-bottom: 0; }
  @media screen and (max-width: 574px) {
    .guide .p-main .p-article .p-article__body .balloon {
      padding: 20px 30px; }
      .guide .p-main .p-article .p-article__body .balloon p {
        text-align: left; } }
.guide .p-main .p-article .p-article__body .guide-point {
  padding: 60px 0;
  border-top: 1px solid #e6e5e5; }
  .guide .p-main .p-article .p-article__body .guide-point .p-individual-container {
    padding-bottom: 0; }
    .guide .p-main .p-article .p-article__body .guide-point .p-individual-container h3 {
      margin: 0 0 15px 0;
      padding: 0;
      font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
      font-size: 43px;
      font-size: 2.6875rem;
      text-align: left;
      color: #0054a7;
      border: none; }
      .guide .p-main .p-article .p-article__body .guide-point .p-individual-container h3 span {
        vertical-align: middle; }
      .guide .p-main .p-article .p-article__body .guide-point .p-individual-container h3 .black {
        color: #000;
        margin-right: 10px; }
      .guide .p-main .p-article .p-article__body .guide-point .p-individual-container h3 small {
        margin-left: 20px;
        font-size: 19px;
        font-size: 1.1875rem;
        font-weight: bold;
        vertical-align: middle; }
        @media screen and (max-width: 574px) {
          .guide .p-main .p-article .p-article__body .guide-point .p-individual-container h3 small {
            display: block;
            margin-left: 0; } }
    .guide .p-main .p-article .p-article__body .guide-point .p-individual-container p {
      margin-bottom: 25px;
      color: #606060;
      font-size: 18px;
      font-size: 1.125rem; }

/* アクセス */
.access .mymap {
  width: 100%; }
  .access .mymap iframe {
    display: block;
    width: 100%;
    max-width: 834px;
    margin: 0 auto; }
  .access .mymap + * {
    margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .access .mymap iframe {
      height: 376px; } }
.access .p-article .p-article__body .p-frame {
  margin-top: 24px;
  padding: 30px 40px; }
  .access .p-article .p-article__body .p-frame table caption {
    caption-side: top;
    margin-bottom: 40px;
    padding: 0;
    color: #606060;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
  .access .p-article .p-article__body .p-frame table tr th, .access .p-article .p-article__body .p-frame table tr td {
    padding: 20px 30px;
    vertical-align: middle;
    border: 1px solid #e5e5e5; }
  .access .p-article .p-article__body .p-frame table tr th {
    width: 160px;
    background-color: #F7F7F7;
    text-align: center; }
  .access .p-article .p-article__body .p-frame table + * {
    margin-top: 60px; }
  .access .p-article .p-article__body .p-frame table + dl {
    margin-top: 40px; }
  .access .p-article .p-article__body .p-frame table .map {
    width: 100%;
    height: 300px;
    margin-top: 10px; }
    .access .p-article .p-article__body .p-frame table .map iframe {
      width: 100%;
      height: 100%; }
  .access .p-article .p-article__body .p-frame + h3 {
    margin-top: 100px; }
  .access .p-article .p-article__body .p-frame > dl > dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem; }
    .access .p-article .p-article__body .p-frame > dl > dt .btn-toggle {
      margin-left: 20px; }
  .access .p-article .p-article__body .p-frame > dl > dd {
    display: none;
    padding-top: 50px; }
    .access .p-article .p-article__body .p-frame > dl > dd + dt {
      border-top: 1px solid #e5e5e5; }
    .access .p-article .p-article__body .p-frame > dl > dd dd {
      margin: 23px 0 0; }
    .access .p-article .p-article__body .p-frame > dl > dd p {
      margin: 0;
      font-size: 15px;
      font-size: 0.9375rem; }
    .access .p-article .p-article__body .p-frame > dl > dd dt {
      font-size: 18px;
      font-size: 1.125rem; }
  .access .p-article .p-article__body .p-frame dl {
    margin: 0; }
    .access .p-article .p-article__body .p-frame dl dt {
      color: #606060; }
    .access .p-article .p-article__body .p-frame dl dd {
      margin: 0; }
  @media screen and (max-width: 768px) {
    .access .p-article .p-article__body .p-frame table caption {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem; }
    .access .p-article .p-article__body .p-frame table tr th, .access .p-article .p-article__body .p-frame table tr td {
      padding: 15px;
      font-size: 14px;
      font-size: 0.875rem; }
    .access .p-article .p-article__body .p-frame table tr th {
      width: 100px; }
    .access .p-article .p-article__body .p-frame table + * {
      margin-top: 30px; }
    .access .p-article .p-article__body .p-frame table + dl {
      margin-top: 20px; }
    .access .p-article .p-article__body .p-frame + h3 {
      margin-top: 80px; }
    .access .p-article .p-article__body .p-frame > dl > dt {
      font-size: 18px;
      font-size: 1.125rem;
      transition: .3s; }
    .access .p-article .p-article__body .p-frame > dl > dd {
      padding-top: 25px; }
      .access .p-article .p-article__body .p-frame > dl > dd + dt {
        border-top: none; }
      .access .p-article .p-article__body .p-frame > dl > dd dt {
        font-size: 16px;
        font-size: 1rem; } }
.access .p-article .p-article__body .p-note {
  padding: 30px;
  background-color: #F2F2F2; }
  .access .p-article .p-article__body .p-note *, .access .p-article .p-article__body .p-note p {
    margin: 0;
    font-size: 14px !important; }
  @media screen and (max-width: 768px) {
    .access .p-article .p-article__body .p-note {
      padding: 15px; } }
.access .p-flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 0; }
  .access .p-flex-container .p-character_wrap {
    padding-right: 20px; }
  .access .p-flex-container .p-balloon_wrap {
    padding-left: 22px; }
  .access .p-flex-container .balloon {
    position: relative;
    display: inline-block;
    padding: 35px 40px;
    width: auto;
    min-width: 115px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e5e5e5;
    z-index: 0; }
    .access .p-flex-container .balloon:before, .access .p-flex-container .balloon:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      right: 100%;
      top: 50%; }
    .access .p-flex-container .balloon:after {
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 22px;
      border-right-width: 22px;
      margin-top: -10px;
      border-right-color: #fff; }
    .access .p-flex-container .balloon:before {
      border-color: rgba(229, 229, 229, 0);
      border-top-width: 11px;
      border-bottom-width: 11px;
      border-left-width: 24px;
      border-right-width: 24px;
      margin-top: -11px;
      margin-right: 1px;
      border-right-color: #e5e5e5; }
      @media screen and (max-width: 767px) {
        .access .p-flex-container .balloon:before {
          display: none; } }
    .access .p-flex-container .balloon p {
      margin-bottom: 0;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      color: #0054a7; }
  @media screen and (max-width: 768px) {
    .access .p-flex-container {
      margin-bottom: 30px; }
      .access .p-flex-container .p-character_wrap {
        display: none; }
      .access .p-flex-container .p-balloon_wrap {
        width: 100%;
        padding: 0; }
      .access .p-flex-container .balloon {
        width: 100%;
        padding: 20px 15px; }
        .access .p-flex-container .balloon:before, .access .p-flex-container .balloon:after {
          display: none; }
        .access .p-flex-container .balloon p {
          font-size: 16px;
          font-size: 1rem; } }

.p-main .p-article .btn-toggle {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  position: relative;
  cursor: pointer; }
  .p-main .p-article .btn-toggle span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #606060; }
    .p-main .p-article .btn-toggle span:last-of-type {
      transform: rotate(90deg); }
  @media screen and (max-width: 768px) {
    .p-main .p-article .btn-toggle {
      min-width: 30px;
      min-height: 30px; }
      .p-main .p-article .btn-toggle span {
        width: 15px; } }
.p-main .p-article .active .btn-toggle span:last-of-type {
  display: none; }
@media screen and (max-width: 768px) {
  .p-main .p-article .active {
    border-bottom: 1px solid transparent !important; } }
.p-main .p-article .p-route_guid--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -18px -18px 0;
  padding: 0; }
  .p-main .p-article .p-route_guid--list li {
    width: 50%;
    padding: 18px;
    list-style: none; }
    .p-main .p-article .p-route_guid--list li figure {
      margin: 0; }
      .p-main .p-article .p-route_guid--list li figure figcaption {
        margin-top: 10px;
        font-size: 14px;
        font-size: 0.875rem; }

/* 座席種類・価格 */
.seat .p-individual__header .p-individual__header-title {
  background-image: url(../img/seat/img_seat_title.jpg); }
.seat .p-main .p-article .p-article__body .stadium-img {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 48px auto; }
.seat .p-main .p-article .p-article__body .p-frame ul {
  margin-bottom: 0; }
.seat .p-main .p-article .p-article__body .p-frame a {
  max-width: 142px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em; }
.seat .p-main .p-article .p-article__body h3 {
  margin: 0 0 60px 0; }
.seat .p-main .p-article .p-article__body p strong {
  font-size: 19px;
  font-size: 1.1875rem; }

/* チケット購入方法 */
.buy .p-individual__header .p-individual__header-title {
  background-image: url(../img/buy/img_buy_title.jpg); }
.buy .p-main .p-article .p-article__body .p-frame ul {
  margin-bottom: 0; }
.buy .p-main .p-article .p-article__body h3 {
  margin: 0 0 60px 0; }
.buy .p-main .p-article .p-article__body .zelvy {
  max-width: 110px; }
.buy .p-main .p-article .p-article__body .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  padding: 46px 120px;
  width: auto;
  min-width: 115px;
  line-height: 34px;
  color: #19283C;
  text-align: center;
  background: #f2f2f2;
  z-index: 0; }
  .buy .p-main .p-article .p-article__body .balloon:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -16px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .buy .p-main .p-article .p-article__body .balloon:before {
        display: none; } }
  .buy .p-main .p-article .p-article__body .balloon p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 0; }
    .buy .p-main .p-article .p-article__body .balloon p strong {
      font-size: 18px;
      font-size: 1.125rem; }
  @media screen and (max-width: 574px) {
    .buy .p-main .p-article .p-article__body .balloon {
      padding: 20px 30px; }
      .buy .p-main .p-article .p-article__body .balloon p {
        text-align: left; } }
.buy .p-main .p-article .p-article__body .web a, .buy .p-main .p-article .p-article__body .shop a {
  display: block;
  text-decoration: none;
  color: #0054a7; }
.buy .p-main .p-article .p-article__body .web .link-text, .buy .p-main .p-article .p-article__body .shop .link-text {
  padding-right: 18px;
  margin: 10px 0 50px 0;
  background-image: url(../img/icon_arrow_blue-right.png);
  background-size: 7px;
  background-position: top 7px right 5px;
  background-repeat: no-repeat;
  font-weight: bold; }
.buy .p-main .p-article .p-article__body .tel a {
  display: block;
  text-decoration: none;
  color: #0054a7; }
.buy .p-main .p-article .p-article__body .tel .link-text {
  margin: 10px 0 0 0;
  font-weight: bold; }
.buy .p-main .p-article .p-article__body .city .p-individual-container-item {
  padding: 30px 0;
  border-top: 1px solid #e6e5e5; }
  .buy .p-main .p-article .p-article__body .city .p-individual-container-item p {
    margin-bottom: 0; }

/* シーズンチケット */
.season .p-main .p-article .p-article__body .stadium-img {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 48px auto; }

/* 概要 */
.overview .p-individual__header .p-individual__header-title {
  background-image: url(../img/overview/img_overview_title.jpg); }
.overview .p-main .p-article .p-article__body h3 {
  margin-top: 0; }
.overview .p-main .p-article .p-article__body .idea ul li {
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 43px;
  font-size: 2.6875rem;
  text-align: left;
  color: #0054a7;
  border-bottom: 1px solid #e6e5e5; }
  .overview .p-main .p-article .p-article__body .idea ul li:last-child {
    border-bottom: none; }
  .overview .p-main .p-article .p-article__body .idea ul li .black {
    display: block;
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    color: #000; }
    .overview .p-main .p-article .p-article__body .idea ul li .black span {
      margin-left: 10px;
      color: #0054a7; }
  .overview .p-main .p-article .p-article__body .idea ul li small {
    display: block;
    overflow: auto;
    margin-top: 18px;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    vertical-align: middle; }
  @media screen and (max-width: 574px) {
    .overview .p-main .p-article .p-article__body .idea ul li .black {
      float: none;
      margin: 0; }
    .overview .p-main .p-article .p-article__body .idea ul li small {
      margin: 0; } }
.overview .p-main .p-article .p-article__body .feature img {
  display: block;
  width: 100%;
  max-width: 312px;
  margin: 30px auto; }
.overview .p-main .p-article .p-article__body .feature .p-frame {
  padding: 20px; }
.overview .p-main .p-article .p-article__body .profile table tr th {
  width: 118px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  border-top: 1px solid #e6e5e5;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 574px) {
    .overview .p-main .p-article .p-article__body .profile table tr th {
      width: 80px; } }
.overview .p-main .p-article .p-article__body .profile table tr td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  border-top: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  border-left: 1px solid #e6e5e5; }
  .overview .p-main .p-article .p-article__body .profile table tr td:last-child {
    border-right: none; }
  .overview .p-main .p-article .p-article__body .profile table tr td p {
    font-size: 14px;
    font-size: 0.875rem; }
    .overview .p-main .p-article .p-article__body .profile table tr td p strong {
      font-size: 16px;
      font-size: 1rem; }
.overview .p-main .p-article .p-article__body .emblem img {
  margin-bottom: 20px; }
.overview .p-main .p-article .p-article__body .emblem p strong {
  font-size: 19px;
  font-size: 1.1875rem; }
.overview .p-main .p-article .p-article__body .mascot .mascot-prof {
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 50px auto; }
  .overview .p-main .p-article .p-article__body .mascot .mascot-prof .zelvy {
    float: left;
    display: block;
    width: 100%;
    max-width: 130px;
    margin: 0 65px 0 0; }
  .overview .p-main .p-article .p-article__body .mascot .mascot-prof p {
    overflow: auto;
    margin-top: 40px; }
  @media screen and (max-width: 574px) {
    .overview .p-main .p-article .p-article__body .mascot .mascot-prof .zelvy {
      float: none;
      margin: 0 auto; }
    .overview .p-main .p-article .p-article__body .mascot .mascot-prof p {
      margin-top: 10px; } }
.overview .p-main .p-article .p-article__body .mascot table tr {
  width: 100%; }
  .overview .p-main .p-article .p-article__body .mascot table tr th {
    width: 118px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    border-top: 1px solid #e6e5e5;
    background-color: #f7f7f7;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 574px) {
      .overview .p-main .p-article .p-article__body .mascot table tr th {
        width: 80px; } }
  .overview .p-main .p-article .p-article__body .mascot table tr td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    border-top: 1px solid #e6e5e5;
    border-right: 1px solid #e6e5e5;
    border-left: 1px solid #e6e5e5; }
    .overview .p-main .p-article .p-article__body .mascot table tr td:last-child {
      border-right: none; }
.overview .p-main .p-article .p-article__body .uniform img {
  margin-bottom: 20px; }

/* 歴史 */
.history .p-individual__header .p-individual__header-title {
  background-image: url(../img/history/img_history_title.jpg); }
.history .p-main .p-article .p-article__body table thead tr th {
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-top: 1px solid #e6e5e5;
  text-align: center;
  vertical-align: middle; }
.history .p-main .p-article .p-article__body table tbody tr:nth-child(even) th {
  background-color: #f7f7f7; }
.history .p-main .p-article .p-article__body table tbody tr:nth-child(even) td {
  background-color: #f7f7f7; }
.history .p-main .p-article .p-article__body table tbody tr th {
  padding: 20px;
  font-size: 43px;
  font-size: 2.6875rem;
  font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #0054a7;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e6e5e5; }
.history .p-main .p-article .p-article__body table tbody tr td {
  min-width: 280px;
  width: 40%;
  padding: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  border-top: 1px solid #e6e5e5;
  border-left: 1px solid #e6e5e5; }
@media screen and (max-width: 767px) {
  .history .p-main .p-article .p-article__body table tbody tr th {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
    width: 45px; }
  .history .p-main .p-article .p-article__body table tbody tr td {
    padding: 10px; } }

/* ホームタウン活動 */
.hometownactivities .p-individual__header .p-individual__header-title {
  background-image: url(../img/hometown/img_hometown_title.jpg); }
.hometownactivities .p-main .p-article .p-article__body h3 {
  margin-top: 0; }
.hometownactivities .p-main .p-article .p-article__body .idea strong {
  font-size: 18px;
  font-size: 1.125rem; }
.hometownactivities .p-main .p-article .p-article__body .idea p {
  font-size: 15px;
  font-size: 0.9375rem; }
.hometownactivities .p-main .p-article .p-article__body .idea .row {
  margin: -7px; }
  .hometownactivities .p-main .p-article .p-article__body .idea .row .col-md-6, .hometownactivities .p-main .p-article .p-article__body .idea .row .col-md-4 {
    padding: 7px; }
.hometownactivities .p-main .p-article .p-article__body .p-articles .p-article h1 a {
  color: #333;
  text-decoration: none; }

/* ゼルビアキッチン */
.kitchen .p-individual__header .p-individual__header-title {
  background-image: url(../img/kitchen/img_kitchen_title.jpg); }
.kitchen .p-main .p-article .p-article__body hr {
  margin: 40px 0; }
.kitchen .p-main .p-article .p-article__body h3 {
  margin-top: 0; }
.kitchen .p-main .p-article .p-article__body .p-icon__list img {
  display: block;
  width: 80px;
  margin: 0 auto 10px auto; }
.kitchen .p-main .p-article .p-article__body .p-icon__list .p-icon-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px; }
.kitchen .p-main .p-article .p-article__body .p-icon__list p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
.kitchen .p-main .p-article .p-article__body h3.menu-example {
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #0054a7;
  border: none;
  text-align: left; }
.kitchen .p-main .p-article .p-article__body .menu-list {
  margin-top: 20px; }
  .kitchen .p-main .p-article .p-article__body .menu-list table {
    margin-bottom: 20px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table caption {
      caption-side: top;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #606060; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr th {
      padding: 12px;
      font-size: 15px;
      font-size: 0.9375rem;
      border-top: 1px solid #e6e5e5;
      box-sizing: border-box;
      vertical-align: middle; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr td {
      padding: 12px;
      text-align: right;
      font-size: 15px;
      font-size: 0.9375rem;
      border-top: 1px solid #e6e5e5;
      box-sizing: border-box;
      vertical-align: middle; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .name {
      min-width: 120px;
      padding-left: 30px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .kcal {
      width: 140px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .price {
      font-weight: bold; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .pw {
      background-image: url(../img/kitchen/icon_power.png);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center left 0px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .lc {
      background-image: url(../img/kitchen/icon_low.png);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center left 0px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .ht {
      background-image: url(../img/kitchen/icon_healthy.png);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center left 0px; }
    .kitchen .p-main .p-article .p-article__body .menu-list table tr .bt {
      background-image: url(../img/kitchen/icon_beauty.png);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center left 0px; }
  @media screen and (max-width: 574px) {
    .kitchen .p-main .p-article .p-article__body .menu-list {
      border: none;
      padding: 0; }
      .kitchen .p-main .p-article .p-article__body .menu-list table tr .name {
        min-width: inherit;
        width: auto; }
      .kitchen .p-main .p-article .p-article__body .menu-list table tr .kcal {
        display: none; } }
.kitchen .p-main .p-article .p-article__body .location {
  margin-bottom: 60px; }
  .kitchen .p-main .p-article .p-article__body .location img {
    width: 100%; }
  .kitchen .p-main .p-article .p-article__body .location .logo {
    max-width: 289px;
    margin: 0 auto; }
  .kitchen .p-main .p-article .p-article__body .location .add {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px; }
  .kitchen .p-main .p-article .p-article__body .location .row {
    margin: 0 -10px; }
    .kitchen .p-main .p-article .p-article__body .location .row .col-sm-6 {
      padding: 0 10px; }
  .kitchen .p-main .p-article .p-article__body .location #map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px; }
  @media screen and (max-width: 767px) {
    .kitchen .p-main .p-article .p-article__body .location .row {
      margin-bottom: 20px; } }
.kitchen .p-main .p-article .p-article__body .zelvy {
  width: 100%;
  max-width: 110px; }
.kitchen .p-main .p-article .p-article__body .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 46px 120px;
  width: auto;
  min-width: 115px;
  line-height: 34px;
  color: #19283C;
  text-align: center;
  background: #f2f2f2;
  z-index: 0; }
  .kitchen .p-main .p-article .p-article__body .balloon:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -16px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    z-index: 0; }
  .kitchen .p-main .p-article .p-article__body .balloon p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 0; }
    .kitchen .p-main .p-article .p-article__body .balloon p strong {
      font-size: 18px;
      font-size: 1.125rem; }
@media screen and (max-width: 767px) {
  .kitchen .p-main .p-article .p-article__body .zelvy {
    display: none; }
  .kitchen .p-main .p-article .p-article__body .balloon {
    width: 100%;
    padding: 20px 30px; }
    .kitchen .p-main .p-article .p-article__body .balloon:before {
      display: none; }
    .kitchen .p-main .p-article .p-article__body .balloon p {
      text-align: left; } }
.kitchen .p-main .p-article .p-article__body .p-articles .p-article h1 a {
  color: #333;
  text-decoration: none; }

/* SNS */
.sns .p-individual__header .p-individual__header-title {
  background-image: url(../img/sns/img_sns_title.jpg); }
.sns .p-main {
  overflow: hidden;
  padding-bottom: 0; }
  .sns .p-main .p-article .p-article__body h3 {
    margin-top: 0; }
  .sns .p-main .p-article .p-article__body a {
    display: block;
    text-decoration: none;
    color: #0054a7; }
  .sns .p-main .p-article .p-article__body .link-text {
    padding-right: 18px;
    margin: 10px 0 3px 0;
    background-image: url(../img/icon_arrow_blue-right.png);
    background-size: 7px;
    background-position: top 7px right 5px;
    background-repeat: no-repeat;
    font-weight: bold; }
  .sns .p-main > img {
    float: left;
    width: 50%; }
    @media screen and (max-width: 574px) {
      .sns .p-main > img {
        float: none;
        width: 100%; } }

/* ボランティア */
.volunteer .p-individual__header .p-individual__header-title {
  background-image: url(../img/volunteer/img_volunteer_title.jpg); }
.volunteer .p-main .p-article .p-article__body iframe {
  width: 100%;
  height: 100%;
  min-height: 240px; }
  @media screen and (max-width: 767px) {
    .volunteer .p-main .p-article .p-article__body iframe {
      min-height: 0; } }
.volunteer .p-main .p-article .p-article__body p strong {
  font-size: 18px;
  font-size: 1.125rem; }
@media screen and (max-width: 767px) {
  .volunteer .p-main .p-article .p-article__body p {
    margin-top: 20px; } }
.volunteer .p-volunteer {
  padding: 0;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .volunteer .p-volunteer .c-tab {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .volunteer .p-volunteer .c-tab .c-tab__item {
    width: 100%; }
    @media (max-width: 767px) {
      .volunteer .p-volunteer .c-tab .c-tab__item {
        width: 100%; } }
    .volunteer .p-volunteer .c-tab .c-tab__item--data a::before {
      background-image: url(../../assets/img/icon_data-white.png); }
    .volunteer .p-volunteer .c-tab .c-tab__item--interview a::before {
      background-image: url(../../assets/img/icon_mic-white.png); }
    .volunteer .p-volunteer .c-tab .c-tab__item--faq a::before {
      background-image: url(../../assets/img/icon_comment-white.png); }
    .volunteer .p-volunteer .c-tab .c-tab__item.is-active.c-tab__item--data a::before {
      background-image: url(../../assets/img/icon_data-blue.png); }
    .volunteer .p-volunteer .c-tab .c-tab__item.is-active.c-tab__item--interview a::before {
      background-image: url(../../assets/img/icon_mic-blue.png); }
    .volunteer .p-volunteer .c-tab .c-tab__item.is-active.c-tab__item--faq a::before {
      background-image: url(../../assets/img/icon_comment-blue.png); }
  .volunteer .p-volunteer .p-article .p-article__body p {
    margin-bottom: 0; }
    .volunteer .p-volunteer .p-article .p-article__body p strong {
      font-size: 19px;
      font-size: 1.1875rem; }
  .volunteer .p-volunteer .p-article .p-article__body .p-frame {
    margin-top: 10px; }
    .volunteer .p-volunteer .p-article .p-article__body .p-frame p strong {
      font-size: 16px;
      font-size: 1rem; }
    .volunteer .p-volunteer .p-article .p-article__body .p-frame .p-frame__item p {
      margin-bottom: 1em; }
  .volunteer .p-volunteer .p-article .p-article__body .time-table thead tr th {
    min-width: 60px;
    background-color: #f7f7f7;
    border-top: 1px solid #e6e5e5;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    vertical-align: middle; }
  .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr th {
    min-width: 60px;
    background-color: #f7f7f7;
    border-top: 1px solid #e6e5e5;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr th:nth-child(2) {
      border-left: 1px solid #e6e5e5; }
  .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td {
    min-width: 60px;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #e6e5e5;
    border-left: 1px solid #e6e5e5;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.left-100 {
      display: block;
      background-color: #0054a7;
      width: 100%;
      height: 10px;
      border-radius: 5px 0 0 5px; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.left-50 {
      float: right;
      display: block;
      background-color: #0054a7;
      width: 50%;
      height: 10px;
      border-radius: 5px 0 0 5px; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.right-100 {
      display: block;
      background-color: #0054a7;
      width: 100%;
      height: 10px;
      border-radius: 0 5px 5px 0; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.right-50 {
      float: left;
      display: block;
      background-color: #0054a7;
      width: 50%;
      height: 10px;
      border-radius: 0 5px 5px 0; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.both-round-100 {
      display: block;
      background-color: #0054a7;
      width: 100%;
      height: 10px;
      border-radius: 5px 5px 5px 5px; }
    .volunteer .p-volunteer .p-article .p-article__body .time-table tbody tr td span.both-100 {
      display: block;
      background-color: #0054a7;
      width: 100%;
      height: 10px; }
  .volunteer .p-volunteer .p-article .p-article__body .error-table tbody tr th {
    width: 50px;
    text-align: right; }
.volunteer .p-text_acd {
  margin: 0; }
  .volunteer .p-text_acd dt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .volunteer .p-text_acd dt span {
      min-width: 30px;
      width: 30px;
      height: 30px;
      background-color: #e9e9eb;
      position: relative;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .volunteer .p-text_acd dt span {
          min-width: 25px;
          width: 25px;
          height: 25px; } }
      .volunteer .p-text_acd dt span:before, .volunteer .p-text_acd dt span:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 1px;
        transition: .2s ease;
        background-color: #333; }
        @media (max-width: 767px) {
          .volunteer .p-text_acd dt span:before, .volunteer .p-text_acd dt span:after {
            width: 12px; } }
      .volunteer .p-text_acd dt span:before {
        transform: rotate(90deg); }
    .volunteer .p-text_acd dt.on span:before {
      transform: rotate(0); }
  .volunteer .p-text_acd dd {
    padding-top: 10px; }
    .volunteer .p-text_acd dd p {
      margin-bottom: 1em !important; }
      .volunteer .p-text_acd dd p strong {
        font-size: 16px;
        font-size: 1rem; }
    .volunteer .p-text_acd dd .error-table tbody tr th {
      width: 50px;
      text-align: right; }

/* クラブゼルビスタ */
@media (min-width: 769px) {
  .clubzelvista .l-main {
    padding-top: 83px; } }
@media (max-width: 768px) {
  .clubzelvista .l-main {
    padding-top: 125px; } }
.clubzelvista .l-main .p-article .p-article__title {
  margin-bottom: 50px; }
.clubzelvista .l-main .p-article .p-article__body h4 {
  text-align: left;
  border: none;
  margin-bottom: 20px;
  padding: 0; }
.clubzelvista .l-main .p-article .p-article__body .admission {
  width: 100%;
  display: block;
  margin: 0;
  padding: 30px 15px;
  background-color: #0054a7;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }
  .clubzelvista .l-main .p-article .p-article__body .admission + * {
    margin-top: 30px; }
  @media (max-width: 768px) {
    .clubzelvista .l-main .p-article .p-article__body .admission {
      font-size: 14px;
      font-size: 0.875rem; } }
.clubzelvista .l-main .p-article .p-article__body article + article {
  margin-top: 50px; }
.clubzelvista .l-main .p-entry_bnr {
  margin: 50px 0; }
  @media (max-width: 768px) {
    .clubzelvista .l-main .p-entry_bnr {
      margin: 0 0 30px; } }
.clubzelvista .l-main .p-img_list {
  margin: 0 auto;
  padding: 0; }
  .clubzelvista .l-main .p-img_list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none; }
    .clubzelvista .l-main .p-img_list li + li {
      margin-top: 30px; }
  .clubzelvista .l-main .p-img_list img {
    width: 100%;
    max-width: 700px; }
  .clubzelvista .l-main .p-img_list + * {
    margin-top: 50px; }
  .clubzelvista .l-main .p-img_list + .p-flex_img {
    margin-top: 30px; }
.clubzelvista .l-main .p-img_note {
  margin-top: 10px;
  font-size: 10px;
  font-size: 0.625rem; }
.clubzelvista .l-main .p-flex_img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }
  .clubzelvista .l-main .p-flex_img + * {
    margin-top: 30px; }
  .clubzelvista .l-main .p-flex_img + .p-registration_flow {
    margin-top: 50px; }
  .clubzelvista .l-main .p-flex_img li {
    list-style: none;
    max-width: 50%; }
  @media (max-width: 768px) {
    .clubzelvista .l-main .p-flex_img li {
      width: 100%;
      max-width: 100%; }
      .clubzelvista .l-main .p-flex_img li + li {
        margin-top: 30px; } }
.clubzelvista .l-main .annual-fee .p-flex_img {
  flex-wrap: wrap; }
  .clubzelvista .l-main .annual-fee .p-flex_img li {
    padding: 0 15px; }
.clubzelvista .l-main .e-entry .p-flex_img {
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .clubzelvista .l-main .e-entry .p-flex_img li {
    width: 50%;
    padding: 0 15px; }
@media (max-width: 768px) {
  .clubzelvista .l-main .e-entry .p-img_note {
    text-align: center; }
  .clubzelvista .l-main .e-entry .p-flex_img {
    flex-wrap: wrap; }
    .clubzelvista .l-main .e-entry .p-flex_img li {
      width: 100% !important; }
      .clubzelvista .l-main .e-entry .p-flex_img li img {
        display: block;
        max-width: 280px;
        margin: 0 auto; } }
.clubzelvista .p-individual__header .p-individual__header-title {
  background-image: url(../img/club-zelvista/img_zelvista_title.jpg); }

/* ゼルビスタ内 共通パーツ */
.zelvista {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .zelvista .p-header {
      position: static; }
      .zelvista .p-header.is-fixed {
        position: fixed; } }
  .zelvista .l-header.is-fixed + main {
    padding-top: 105px; }
    @media screen and (max-width: 1350px) {
      .zelvista .l-header.is-fixed + main {
        padding-top: 65px; } }
  .zelvista main {
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .zelvista main {
        padding-top: 65px;
        padding-bottom: 80px; } }
  .zelvista .container {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .zelvista .container {
        margin-top: 60px; } }
  .zelvista .btn-more {
    width: 160px;
    height: 44px;
    margin: 36px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    border-radius: 22px;
    background-color: #0A0F21;
    transition: .3s; }
    .zelvista .btn-more:hover {
      cursor: pointer;
      opacity: .8; }
    .zelvista .btn-more span {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      color: #fff; }
      .zelvista .btn-more span:after {
        display: inline-block;
        content: '';
        background-image: url(../../assets/img/zelvista/icon_link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        margin-top: 2px; }
  .zelvista .sticky_btn {
    display: inline-block;
    position: fixed;
    top: 22%;
    right: 0;
    background-color: #0054a7;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }
    .zelvista .sticky_btn a {
      display: block;
      padding: 20px 12px 14px;
      color: #fff;
      font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
      @media screen and (max-width: 767px) {
        .zelvista .sticky_btn a {
          font-size: 14px;
          font-size: 0.875rem;
          padding: 16px 7px 5px; } }
      .zelvista .sticky_btn a i {
        margin-top: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url(../img/zelvista/icon_arrow_sticky.svg); }
  .zelvista .pagetop {
    position: fixed;
    right: 75px;
    bottom: 40px;
    width: 70px; }
    @media screen and (max-width: 767px) {
      .zelvista .pagetop {
        width: 40px;
        right: 20px;
        bottom: 20px; } }
    .zelvista .pagetop a {
      display: block; }

.com-title-zelvista {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0; }
  .com-title-zelvista span {
    display: block;
    color: #0054A7; }
  .com-title-zelvista.u-style01 {
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 768px) {
      .com-title-zelvista.u-style01 {
        margin-bottom: 40px;
        font-size: 15px;
        font-size: 0.9375rem; } }
    .com-title-zelvista.u-style01 span {
      margin-bottom: 15px;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .com-title-zelvista.u-style01 span {
          margin-bottom: 10px;
          font-size: 30px;
          font-size: 1.875rem; } }
  .com-title-zelvista.u-style02 {
    font-size: 15px;
    font-size: 0.9375rem; }
    .com-title-zelvista.u-style02 span {
      font-size: 32px;
      font-size: 2rem; }
      @media screen and (max-width: 768px) {
        .com-title-zelvista.u-style02 span {
          font-size: 27px;
          font-size: 1.6875rem; } }
    @media screen and (max-width: 768px) {
      .com-title-zelvista.u-style02 {
        font-size: 14px;
        font-size: 0.875rem; } }

/* ゼルビスタ */
.zelvista-main-visual .bg-img {
  padding-top: 37.70833%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .zelvista-main-visual .bg-img {
      padding-top: 93.33333%; } }
.zelvista-main-visual .nav {
  padding: 18px 0;
  background-color: #0A0F21;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .zelvista-main-visual .nav {
      padding: 15px 0; } }
  .zelvista-main-visual .nav ul {
    width: 100%;
    margin: 0;
    padding: 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .zelvista-main-visual .nav ul {
        padding: 0 20px; } }
    .zelvista-main-visual .nav ul li {
      margin: 0 1.52778%;
      color: #fff;
      list-style: none; }
      @media screen and (max-width: 767px) {
        .zelvista-main-visual .nav ul li {
          margin: 0 10px; } }
      .zelvista-main-visual .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: calc(35 / 16);
        font-weight: bold;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .zelvista-main-visual .nav ul li a {
            font-size: 14px;
            font-size: 0.875rem; } }
        .zelvista-main-visual .nav ul li a:hover {
          cursor: pointer; }
      .zelvista-main-visual .nav ul li.u-style-link a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .zelvista-main-visual .nav ul li.u-style-link a:after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          margin-left: 5px;
          background-image: url(../img/zelvista/icon_link.svg); }

.zelvista-archive {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .zelvista-archive {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .zelvista-archive > div {
    width: 46.15385%; }
    @media screen and (max-width: 768px) {
      .zelvista-archive > div {
        width: 100%; } }
  .zelvista-archive .info .com-title-zelvista,
  .zelvista-archive .news .com-title-zelvista {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
  .zelvista-archive .info .content > *,
  .zelvista-archive .news .content > * {
    display: block;
    padding: 20px 0; }
  .zelvista-archive .info .title,
  .zelvista-archive .news .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0; }
  .zelvista-archive .info time,
  .zelvista-archive .news time {
    font-weight: normal;
    line-height: 1; }
  .zelvista-archive .info time {
    font-size: 14px;
    font-size: 0.875rem; }
  .zelvista-archive .info .content img {
    margin-top: 30px; }
  .zelvista-archive .info .content h1 {
    font-size: 20px;
    font-size: 1.25rem; }
  .zelvista-archive .info .content h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  .zelvista-archive .info .content h3 {
    font-size: 16px;
    font-size: 1rem; }
  .zelvista-archive .info .content h4 {
    font-size: 16px;
    font-size: 1rem; }
  .zelvista-archive .info .content h5 {
    font-size: 16px;
    font-size: 1rem; }
  .zelvista-archive .info .content h6 {
    font-size: 16px;
    font-size: 1rem; }
  @media screen and (max-width: 768px) {
    .zelvista-archive .news {
      margin-top: 40px; } }
  .zelvista-archive .news .content {
    margin-bottom: 0;
    padding-left: 0; }
  .zelvista-archive .news li {
    list-style: none; }
    .zelvista-archive .news li + li {
      border-top: 1px solid #eee; }
    .zelvista-archive .news li:last-child {
      border-bottom: 1px solid #eee; }
  .zelvista-archive .news .date {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .zelvista-archive .news .date {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .zelvista-archive .news time {
    transform: translateY(2px); }
    @media screen and (max-width: 768px) {
      .zelvista-archive .news time {
        width: 100%;
        margin-top: 5px; } }
  .zelvista-archive .news .category {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .zelvista-archive .news .category {
        width: 100%;
        margin-left: 0; } }
    .zelvista-archive .news .category .tag {
      background-color: #0054A7;
      padding: 3px 6px;
      border-radius: 0; }

.mod-zelvista-bnr {
  margin-top: 80px; }
  .mod-zelvista-bnr ul {
    padding: 0; }
  .mod-zelvista-bnr li {
    list-style: none; }
    .mod-zelvista-bnr li a {
      display: block; }
    .mod-zelvista-bnr li + li {
      margin-top: 15px; }
  @media screen and (min-width: 769px) {
    .mod-zelvista-bnr .sp {
      display: none; } }
  @media screen and (max-width: 768px) {
    .mod-zelvista-bnr .pc {
      display: none; } }

.zelvista-point ol {
  padding-left: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  counter-reset: point-number; }
  .zelvista-point ol li {
    display: -webkit-flex;
    display: flex;
    padding: 39px 0;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .zelvista-point ol li {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0; } }
    .zelvista-point ol li + li {
      border-top: 1px solid #e0e0e0; }
    .zelvista-point ol li .num {
      width: 200px;
      display: -webkit-flex;
      display: flex;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.2;
      counter-increment: point-number; }
      @media screen and (max-width: 768px) {
        .zelvista-point ol li .num {
          width: 100%;
          font-size: 22px;
          font-size: 1.375rem; } }
      .zelvista-point ol li .num:after {
        display: inline-block;
        margin-left: 6px;
        content: counter(point-number,decimal-leading-zero);
        font-weight: bold;
        color: #0054A7; }
    .zelvista-point ol li .desc {
      width: calc(200 - 100%); }
      @media screen and (max-width: 768px) {
        .zelvista-point ol li .desc {
          width: 100%; } }
      .zelvista-point ol li .desc .title {
        margin-bottom: 0;
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .zelvista-point ol li .desc .title {
            font-size: 19px;
            font-size: 1.1875rem; } }
      .zelvista-point ol li .desc .read {
        margin-top: 20px; }
      .zelvista-point ol li .desc .note {
        margin-top: 15px;
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (max-width: 768px) {
          .zelvista-point ol li .desc .note {
            margin-top: 7px; } }

/* ホームゲーム託児室 */
.stadium-takuji .stadium-takuji-title {
  padding: 15px 0 !important;
  border: none !important;
  background-color: #0275d8;
  color: #fff !important; }
  @media screen and (max-width: 768px) {
    .stadium-takuji .stadium-takuji-title {
      font-size: 20px;
      font-size: 1.25rem; } }

.stadium-takuji-content + .stadium-takuji-content {
  margin-top: 30px; }
.stadium-takuji-content .dl-style01 {
  margin-bottom: 30px; }
  .stadium-takuji-content .dl-style01 > div {
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 768px) {
      .stadium-takuji-content .dl-style01 > div {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .stadium-takuji-content .dl-style01 > div + div {
      margin-top: 15px; }
  .stadium-takuji-content .dl-style01 dt {
    width: 170px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .stadium-takuji-content .dl-style01 dt {
        width: 100%;
        margin-right: 0; } }
  .stadium-takuji-content .dl-style01 dd {
    width: calc(100% - 200px);
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .stadium-takuji-content .dl-style01 dd {
        width: 100%; } }
.stadium-takuji-content .dl-style02 {
  margin-bottom: 30px; }
  .stadium-takuji-content .dl-style02 > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .stadium-takuji-content .dl-style02 > div dt {
      margin-right: 40px; }
    @media screen and (max-width: 768px) {
      .stadium-takuji-content .dl-style02 > div {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left; }
        .stadium-takuji-content .dl-style02 > div dt,
        .stadium-takuji-content .dl-style02 > div dd {
          width: 100%; } }
    .stadium-takuji-content .dl-style02 > div + div {
      margin-top: 5px; }
.stadium-takuji-content .table-wrap {
  overflow: auto; }
  .stadium-takuji-content .table-wrap table {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
    .stadium-takuji-content .table-wrap table th,
    .stadium-takuji-content .table-wrap table td {
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      vertical-align: middle !important; }
    .stadium-takuji-content .table-wrap table th {
      padding: 10px 7px !important; }
      .stadium-takuji-content .table-wrap table th span {
        display: block; }
      .stadium-takuji-content .table-wrap table th.w-20 {
        width: 30%; }
    .stadium-takuji-content .table-wrap table td .digit {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: bold; }
    .stadium-takuji-content .table-wrap table td .tax {
      margin-left: 3px;
      font-size: 12px;
      font-size: 0.75rem; }
  .stadium-takuji-content .table-wrap .bg-color-blue {
    background-color: #0275d8;
    color: #fff; }
  .stadium-takuji-content .table-wrap .bg-color-yellow {
    background-color: #bfae72;
    color: #fff; }
  .stadium-takuji-content .table-wrap .bg-color-black {
    background-color: #000;
    color: #fff; }
  .stadium-takuji-content .table-wrap + .announce {
    margin-top: 30px; }
  .stadium-takuji-content .table-wrap .gameschedule {
    min-width: 700px; }
  .stadium-takuji-content .table-wrap .gameschedule02 {
    min-width: 600px; }
  .stadium-takuji-content .table-wrap .price {
    min-width: 530px; }
.stadium-takuji-content.contact {
  text-align: center; }
  .stadium-takuji-content.contact .name {
    margin-bottom: 10px;
    font-weight: bold; }
  .stadium-takuji-content.contact .mail {
    margin-top: 10px; }
.stadium-takuji-content .announce {
  color: red; }
  .stadium-takuji-content .announce.bold {
    font-weight: bold; }
.stadium-takuji-content .formlink {
  margin-top: 30px; }
.stadium-takuji-content .map {
  text-align: center; }
.stadium-takuji-content .operation-logo {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px; }

/* 三輪緑山トレーニングセンター */
.mmtrcenter .p-article .p-article__header {
  display: block !important; }

.zelvista-member .item {
  margin-bottom: 0;
  padding: 30px 0;
  border-radius: 15px; }
  @media screen and (max-width: 767px) {
    .zelvista-member .item {
      position: relative; } }
  .zelvista-member .item + .item {
    margin-top: 15px; }
  .zelvista-member .item.gold {
    background-color: #B7A464; }
  .zelvista-member .item.blue {
    background-color: #0054A7; }
  .zelvista-member .item.junior {
    background-color: #4D97DB; }
  .zelvista-member .item .item_head {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 3.84615%;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .zelvista-member .item .item_head {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .zelvista-member .item .item_head:before {
      content: '';
      min-width: 1px;
      width: 1px;
      min-height: 105px;
      height: 100%;
      background-color: #fff;
      display: block;
      order: 3;
      margin: 0 5.20833%; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_head:before {
          min-height: 70px;
          margin: 0 3.93443%;
          content: none; } }
    .zelvista-member .item .item_head .img-plate {
      width: 22.91667%;
      order: 1; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_head .img-plate {
          width: 100%;
          text-align: center;
          margin-bottom: 15px; }
          .zelvista-member .item .item_head .img-plate img {
            width: 150px; } }
    .zelvista-member .item .item_head .head_block {
      margin-left: 7.29167%;
      width: 30.9375%;
      order: 2; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_head .head_block {
          margin-left: 0;
          width: 49.18033%; } }
      .zelvista-member .item .item_head .head_block .title {
        line-height: 1;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          .zelvista-member .item .item_head .head_block .title {
            font-size: 16px;
            font-size: 1.33333vw; } }
        @media screen and (max-width: 767px) {
          .zelvista-member .item .item_head .head_block .title {
            font-size: 11px;
            font-size: 0.6875rem; } }
        .zelvista-member .item .item_head .head_block .title span {
          display: block;
          margin-bottom: 10px;
          font-size: 28px;
          font-size: 1.75rem; }
          @media screen and (max-width: 1200px) {
            .zelvista-member .item .item_head .head_block .title span {
              font-size: 28px;
              font-size: 2.33333vw; } }
          @media screen and (max-width: 767px) {
            .zelvista-member .item .item_head .head_block .title span {
              font-size: 16px;
              font-size: 1rem; } }
        .zelvista-member .item .item_head .head_block .title .note {
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: normal;
          margin-top: 10px; }
          @media screen and (max-width: 1200px) {
            .zelvista-member .item .item_head .head_block .title .note {
              font-size: 14px;
              font-size: 1.16667vw; } }
    .zelvista-member .item .item_head .bottom_block {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      order: 4;
      width: 16.66667%; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_head .bottom_block {
          width: 42.62295%; } }
      .zelvista-member .item .item_head .bottom_block .fees {
        width: 100%;
        text-align: center;
        line-height: 1.3; }
        @media screen and (max-width: 1200px) {
          .zelvista-member .item .item_head .bottom_block .fees {
            font-size: 16px;
            font-size: 1.33333vw; } }
        @media screen and (max-width: 767px) {
          .zelvista-member .item .item_head .bottom_block .fees {
            width: 100%;
            font-size: 14px;
            font-size: 0.875rem; } }
        .zelvista-member .item .item_head .bottom_block .fees span {
          margin-right: 5px;
          font-size: 35px;
          font-size: 2.1875rem; }
          @media screen and (max-width: 1200px) {
            .zelvista-member .item .item_head .bottom_block .fees span {
              font-size: 35px;
              font-size: 2.91667vw; } }
          @media screen and (max-width: 767px) {
            .zelvista-member .item .item_head .bottom_block .fees span {
              font-size: 20px;
              font-size: 1.25rem; } }
    .zelvista-member .item .item_head .icon {
      order: 5;
      display: block;
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      margin-left: auto; }
      @media screen and (max-width: 1200px) {
        .zelvista-member .item .item_head .icon {
          width: 45px;
          height: 45px; } }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_head .icon {
          position: absolute;
          top: 15px;
          right: 15px; } }
      .zelvista-member .item .item_head .icon:before, .zelvista-member .item .item_head .icon:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 40%;
        height: 1px;
        margin: auto;
        background-color: #0A0F21;
        transition: .5s ease; }
      .zelvista-member .item .item_head .icon:before {
        transform: rotate(270deg); }
      .zelvista-member .item .item_head .icon:after {
        transform: rotate(180deg); }
    .zelvista-member .item .item_head.on .icon:before, .zelvista-member .item .item_head.on .icon:after {
      transform: rotate(0); }
  .zelvista-member .item .item_body {
    display: none;
    padding: 0 5.76923%; }
    .zelvista-member .item .item_body .read {
      margin: 40px 0 50px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_body .read {
          font-size: 20px;
          font-size: 1.25rem; } }
    .zelvista-member .item .item_body .note {
      margin-top: 40px;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item .item_body .note {
          font-size: 12px;
          font-size: 0.75rem; } }
  .zelvista-member .item ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    padding-left: 0;
    counter-reset: prive-number; }
    .zelvista-member .item ol li {
      width: 50%;
      height: auto;
      padding: 5px;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .zelvista-member .item ol li {
          width: 100%; } }
      .zelvista-member .item ol li .wrap {
        height: 100%;
        padding: 25px;
        border-radius: 10px;
        background-color: #fff; }
    .zelvista-member .item ol .head {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 991px) {
        .zelvista-member .item ol .head {
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .zelvista-member .item ol .head .img {
        width: 140px; }
        @media screen and (max-width: 991px) {
          .zelvista-member .item ol .head .img {
            width: 100%;
            margin: 20px auto 0;
            text-align: center; }
            .zelvista-member .item ol .head .img img {
              max-width: 200px;
              width: 100%;
              margin: auto; } }
        .zelvista-member .item ol .head .img .slick-img .slick-arrow {
          position: absolute;
          bottom: 10%;
          -webkit-appearance: none;
          font-size: 0;
          border: none;
          width: 23px;
          height: 23px;
          border-radius: 50%;
          outline: none;
          background-color: #0054A7;
          z-index: 1; }
          .zelvista-member .item ol .head .img .slick-img .slick-arrow:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-image: url(../img/zelvista/icon_arrow_w.svg);
            background-size: 7px 8px;
            background-repeat: no-repeat;
            background-position: center; }
          .zelvista-member .item ol .head .img .slick-img .slick-arrow.slick-next {
            right: 0; }
          .zelvista-member .item ol .head .img .slick-img .slick-arrow.slick-prev {
            left: 0; }
            .zelvista-member .item ol .head .img .slick-img .slick-arrow.slick-prev:before {
              transform: rotate(180deg); }
          .zelvista-member .item ol .head .img .slick-img .slick-arrow.slick-disabled {
            background-color: #aaa; }
      .zelvista-member .item ol .head .title {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 20px;
        font-size: 1.25rem;
        width: calc(100% - 160px);
        font-weight: bold;
        line-height: 1.3;
        counter-increment: prive-number; }
        @media screen and (max-width: 1200px) {
          .zelvista-member .item ol .head .title {
            font-size: 18px;
            font-size: 1.5vw; } }
        @media screen and (max-width: 991px) {
          .zelvista-member .item ol .head .title {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .zelvista-member .item ol .head .title {
            font-size: 16px;
            font-size: 1rem; } }
        .zelvista-member .item ol .head .title:before {
          display: inline-block;
          margin-right: 15px;
          content: counter(prive-number,decimal-leading-zero);
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: bold;
          color: #B7A464; }
    .zelvista-member .item ol .desc {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .zelvista-member .item ol .desc {
          font-size: 14px;
          font-size: 0.875rem; } }

.zelvista-table {
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .zelvista-table {
      margin: 60px auto 0; } }
  .zelvista-table.u-style01 td {
    padding: 13px;
    font-weight: bold; }
  .zelvista-table.u-style02 td {
    padding: 7px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .zelvista-table.u-style02 td {
        padding: 7px; } }
  .zelvista-table .table-wrap {
    overflow: auto; }
    @media screen and (max-width: 768px) {
      .zelvista-table .table-wrap {
        margin: 0  -20px; }
        .zelvista-table .table-wrap table {
          margin: 0 20px; } }
  .zelvista-table table {
    min-width: 800px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
  .zelvista-table th,
  .zelvista-table td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0 !important; }
    @media screen and (max-width: 768px) {
      .zelvista-table th,
      .zelvista-table td {
        font-size: 14px;
        font-size: 0.875rem; } }
  .zelvista-table th {
    color: #fff; }
  .zelvista-table .th-size01 {
    height: 105px; }
    @media screen and (max-width: 768px) {
      .zelvista-table .th-size01 {
        height: 80px; } }
  .zelvista-table .plate {
    width: 180px;
    padding: 10px 30px; }
    @media screen and (max-width: 768px) {
      .zelvista-table .plate {
        width: 150px;
        padding: 8px 27px; } }
  .zelvista-table .bg-color {
    color: #fff; }
    .zelvista-table .bg-color.black {
      background-color: #333; }
    .zelvista-table .bg-color.gold {
      background-color: #B7A464; }
    .zelvista-table .bg-color.blue {
      background-color: #0054A7; }
    .zelvista-table .bg-color.junior {
      background-color: #4D97DB; }
    .zelvista-table .bg-color.purple {
      background-color: #5E52CB; }
    .zelvista-table .bg-color.red {
      background-color: #CC525E; }
    .zelvista-table .bg-color.green {
      background-color: #77CC52; }
    .zelvista-table .bg-color.orange {
      background-color: #DE9144; }
    .zelvista-table .bg-color.supporter {
      background-color: #629DD9; }
  .zelvista-table .vertical {
    width: 60px; }
  .zelvista-table .coation {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 20px 30px 25px; }
    .zelvista-table .coation dt {
      font-size: 15px;
      font-size: 0.9375rem; }
    .zelvista-table .coation dd {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 7px;
      margin-bottom: 0; }
  .zelvista-table .icon i {
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 0; }
  .zelvista-table .icon.on i {
    opacity: 1; }
  .zelvista-table .icon.gold i {
    background-color: #B7A464; }
  .zelvista-table .icon.blue i {
    background-color: #0054A7; }
  .zelvista-table .icon.junior i {
    background-color: #4D97DB; }

.zelvista-seat {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -2.69231%;
  padding-left: 0; }
  @media screen and (max-width: 991px) {
    .zelvista-seat {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .zelvista-seat {
      margin: 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; } }
  .zelvista-seat li {
    width: 33.3333%;
    padding: 2.69231%;
    text-align: center;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .zelvista-seat li {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .zelvista-seat li {
        width: 100%;
        padding: 20px 0; }
        .zelvista-seat li + li {
          margin-top: 20px;
          border-top: 1px solid #ddd; }
        .zelvista-seat li:last-child {
          padding-bottom: 40px; } }
    .zelvista-seat li .img {
      margin: 0 auto; }
  .zelvista-seat figure {
    margin-bottom: 0; }
    .zelvista-seat figure figcaption {
      margin-top: 30px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.4; }
      @media screen and (max-width: 1199px) {
        .zelvista-seat figure figcaption {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (max-width: 991px) {
        .zelvista-seat figure figcaption {
          font-size: 18px;
          font-size: 1.125rem;
          margin-top: 24px; } }
      @media screen and (max-width: 768px) {
        .zelvista-seat figure figcaption {
          margin-top: 24px; } }
    .zelvista-seat figure .read {
      margin-top: 18px; }
      @media screen and (max-width: 991px) {
        .zelvista-seat figure .read {
          font-size: 15px;
          font-size: 0.9375rem;
          margin-top: 12px; } }
      @media screen and (max-width: 768px) {
        .zelvista-seat figure .read {
          margin-top: 12px; } }

.zelvista-seat-map {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .zelvista-seat-map {
      margin-top: 60px; } }
  .zelvista-seat-map .title {
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .zelvista-seat-map .title {
        padding: 11px 0;
        font-size: 20px;
        font-size: 1.25rem; } }
  .zelvista-seat-map .img {
    margin-top: 30px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .zelvista-seat-map .img {
        margin-top: 20px; } }

.zelvista-360view {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .zelvista-360view {
      margin-top: 30px; } }
  .zelvista-360view .title {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #0054A7;
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .zelvista-360view .title br {
        display: none; } }
    @media screen and (max-width: 768px) {
      .zelvista-360view .title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .zelvista-360view .stadium-view {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 15px;
    padding-top: 50%; }
    .zelvista-360view .stadium-view iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.com-title_block_balloon {
  position: relative;
  max-width: 620px;
  background-color: #0054A7;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 75px;
  padding: 15px 10px;
  margin: 0 auto 45px; }
  @media screen and (max-width: 767px) {
    .com-title_block_balloon {
      display: block;
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem; } }
  .com-title_block_balloon .icon {
    width: 71px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .com-title_block_balloon .icon {
        display: block;
        width: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; } }
    .com-title_block_balloon .icon.w143 {
      width: 143px; }
      @media screen and (max-width: 767px) {
        .com-title_block_balloon .icon.w143 {
          width: 130px; } }
  .com-title_block_balloon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-bottom: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 15px solid #0054a7; }

.mod-text_area {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mod-text_area {
      font-size: 14px;
      font-size: 0.875rem; }
      .mod-text_area br {
        display: none; } }
  .mod-text_area_lag {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (max-width: 767px) {
      .mod-text_area_lag {
        font-size: 16px;
        font-size: 1rem; }
        .mod-text_area_lag br {
          display: none; } }
    .mod-text_area_lag span {
      color: #0054a7; }
    .mod-text_area_lag + .mod-text_area_note {
      margin-top: 40px; }
    .mod-text_area_lag .btn_parts {
      margin-top: 0;
      font-size: 14px;
      font-size: 0.875rem; }
  .mod-text_area_note {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .mod-text_area_note {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .mod-text_area_note a {
      color: #0054A7;
      font-weight: normal;
      text-decoration: underline; }
    .mod-text_area_note.tac {
      text-align: center; }
    .mod-text_area_note.w680 {
      max-width: 680px; }

.mod-pdf_btns_list {
  max-width: 620px;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .mod-pdf_btns_list {
      margin-top: 45px; } }
  .mod-pdf_btns_list .heading {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .mod-pdf_btns_list .heading {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .mod-pdf_btns_list .mod-pdf_blocks {
    border: 1px solid #E5E5E5;
    padding: 25px 30px 32px; }
    @media screen and (max-width: 767px) {
      .mod-pdf_btns_list .mod-pdf_blocks {
        padding: 20px 15px 25px; } }
    .mod-pdf_btns_list .mod-pdf_blocks dt {
      font-size: 16px;
      font-size: 1rem;
      color: #0054a7;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .mod-pdf_btns_list .mod-pdf_blocks dt {
          font-size: 15px;
          font-size: 0.9375rem; } }
    .mod-pdf_btns_list .mod-pdf_blocks dd a {
      color: #fff;
      display: block;
      background-color: #000; }
    .mod-pdf_btns_list .mod-pdf_blocks dd .tit {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 15px 15px; }
      @media screen and (max-width: 767px) {
        .mod-pdf_btns_list .mod-pdf_blocks dd .tit {
          font-size: 16px;
          font-size: 1rem;
          padding: 12px 10px; } }
    .mod-pdf_btns_list .mod-pdf_blocks dd .detail {
      position: relative;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 9px 37px 9px 15px; }
      @media screen and (max-width: 767px) {
        .mod-pdf_btns_list .mod-pdf_blocks dd .detail {
          font-size: 13px;
          font-size: 0.8125rem;
          padding: 9px 37px 9px 10px; } }
      .mod-pdf_btns_list .mod-pdf_blocks dd .detail:before {
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 22px;
        height: 22px;
        background-image: url(../img/zelvista/icon_pdf_link.svg); }
        @media screen and (max-width: 767px) {
          .mod-pdf_btns_list .mod-pdf_blocks dd .detail:before {
            right: 10px; } }
    .mod-pdf_btns_list .mod-pdf_blocks dd.type1 .tit {
      background-color: #0054A7; }
    .mod-pdf_btns_list .mod-pdf_blocks dd.type2 .tit {
      background-color: #629DD9; }
    .mod-pdf_btns_list .mod-pdf_blocks dd.type3 .tit {
      background-color: #B7A464; }

.zelvista_inner_blcok + .zelvista_inner_blcok {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .zelvista_inner_blcok + .zelvista_inner_blcok {
      margin-top: 45px; } }

.mod-card_app {
  margin-top: 30px; }
  .mod-card_app .tit {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }
  .mod-card_app .club_jleague_logo {
    display: block;
    margin: auto;
    max-width: 420px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd; }
  .mod-card_app .p-app_dl_list {
    margin: 0 0 60px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .mod-card_app .p-app_dl_list {
        display: block; } }
    .mod-card_app .p-app_dl_list li {
      list-style: none;
      width: 100%;
      max-width: 135px; }
      .mod-card_app .p-app_dl_list li + li {
        margin-left: 15px; }
      @media (max-width: 767px) {
        .mod-card_app .p-app_dl_list li {
          width: 60%;
          max-width: 200px;
          margin-left: auto;
          margin-right: auto; }
          .mod-card_app .p-app_dl_list li + li {
            margin-left: auto;
            margin-top: 20px; } }
      .mod-card_app .p-app_dl_list li a {
        display: block; }

.mod-btn_col2 {
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .mod-btn_col2 {
      display: block; } }
  .mod-btn_col2 li {
    width: 48.78049%;
    margin-right: 2.43902%; }
    .mod-btn_col2 li:nth-child(n + 3) {
      margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .mod-btn_col2 li {
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .mod-btn_col2 li + li {
          margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .mod-btn_col2 li:nth-child(2n) {
        margin-right: 0; }
      .mod-btn_col2 li:only-child {
        margin-right: 0; } }
    .mod-btn_col2 li a {
      padding: 5px 15px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: #0054a7;
      color: #fff;
      min-height: 66px;
      border-radius: 39px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .mod-btn_col2 li a {
          font-size: 14px;
          font-size: 0.875rem; } }

.zelvista-ticket_block {
  text-align: center; }
  .zelvista-ticket_block .link {
    text-decoration: underline;
    font-size: 14px;
    font-size: 0.875rem; }
    .zelvista-ticket_block .link:after {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/zelvista/icon_blank_b.svg); }
  .zelvista-ticket_block .img {
    margin-top: 10px; }

.mod-checklist .tit {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }
.mod-checklist .text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 30px 30px;
  background-color: #F5F5F5; }

#card,
#ticket,
#terms {
  max-width: 1080px; }

/* スポンサー */
.sponsor .p-individual__header .p-individual__header-title {
  background-image: url(../img/sponsor/img_sponsor_title.jpg); }
.sponsor .p-main .p-article .p-article__body .p-individual-container h3 {
  margin: 0 -32px;
  color: #0054a7;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em; }
  .sponsor .p-main .p-article .p-article__body .p-individual-container h3 span {
    display: block;
    margin-top: 12px;
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem; }
.sponsor .p-main .p-article .p-article__body .p-individual-container h4 {
  border: none;
  padding: 0;
  margin: 60px 0 48px 0;
  font-size: 15px;
  font-size: 0.9375rem; }
.sponsor .p-main .p-article .p-article__body .p-individual-container .row {
  margin: 0 -12px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e6e5e5; }
  .sponsor .p-main .p-article .p-article__body .p-individual-container .row:last-child {
    border-bottom: none; }
  .sponsor .p-main .p-article .p-article__body .p-individual-container .row .col-md-3, .sponsor .p-main .p-article .p-article__body .p-individual-container .row .col-md-2 {
    padding: 12px; }
.sponsor .p-main .p-article .p-article__body .p-individual-container img {
  display: block;
  margin: 0 auto; }
.sponsor .p-main .p-article .p-article__body .p-individual-container--banners h3, .sponsor .p-main .p-article .p-article__body .p-individual-container--text-links h3 {
  margin-bottom: 60px; }
.sponsor .p-main .p-article .p-article__body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e6e5e5; }
  .sponsor .p-main .p-article .p-article__body .flex:last-child {
    border-bottom: none; }
  .sponsor .p-main .p-article .p-article__body .flex .flex-item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .sponsor .p-main .p-article .p-article__body .flex .flex-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 574px) {
      .sponsor .p-main .p-article .p-article__body .flex .flex-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .sponsor .p-main .p-article .p-article__body .flex .flex-item-bg {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .sponsor .p-main .p-article .p-article__body .flex .flex-item-bg {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
  .sponsor .p-main .p-article .p-article__body .flex.flex--lg .flex-item-bg {
    -webkit-flex-basis: 22%;
    flex-basis: 22%;
    max-width: 100%; }
    .sponsor .p-main .p-article .p-article__body .flex.flex--lg .flex-item-bg img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .sponsor .p-main .p-article .p-article__body .flex.flex--lg .flex-item-bg {
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
        max-width: 70%; } }
  .sponsor .p-main .p-article .p-article__body .flex.flex--sm .flex-item-bg {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    max-width: 100%;
    padding: 12px 18px; }
    .sponsor .p-main .p-article .p-article__body .flex.flex--sm .flex-item-bg img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .sponsor .p-main .p-article .p-article__body .flex.flex--sm .flex-item-bg {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
        padding: 12px; } }
.sponsor .p-main .p-article .p-article__body .corporation-partner ul {
  margin-bottom: 0; }
.sponsor .p-main .p-article .p-article__body .p-more-sponser {
  display: none;
  padding-top: 60px; }
  .sponsor .p-main .p-article .p-article__body .p-more-sponser .zelvy {
    max-width: 110px; }
  .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    padding: 46px 90px;
    width: auto;
    min-width: 115px;
    line-height: 34px;
    color: #19283C;
    text-align: center;
    background: #f2f2f2;
    z-index: 0; }
    .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon:before {
      content: "";
      position: absolute;
      top: 25%;
      left: -16px;
      margin-top: -9px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 16px 16px 16px 0;
      border-color: transparent #f2f2f2 transparent transparent;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon:before {
          display: none; } }
    .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon p {
      text-align: center;
      margin-bottom: 0; }
    @media screen and (max-width: 574px) {
      .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon {
        padding: 20px 30px; }
        .sponsor .p-main .p-article .p-article__body .p-more-sponser .balloon p {
          text-align: left; } }

/* パートナー */
.partnerprogram .p-main .container + .container h3 {
  margin-top: 0; }
.partnerprogram .p-main .c-tab .c-tab__item {
  width: 33.3333%;
  background-color: #fff !important; }
  .partnerprogram .p-main .c-tab .c-tab__item a {
    border: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #E5E5E5;
    color: #606060; }
    .partnerprogram .p-main .c-tab .c-tab__item a:before {
      display: none; }
  .partnerprogram .p-main .c-tab .c-tab__item.is-active a {
    border: 1px solid #E5E5E5;
    border-bottom: none;
    background-color: #fff;
    font-weight: bold; }
@media screen and (max-width: 991px) {
  .partnerprogram .p-main .c-tab {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .partnerprogram .p-main .c-tab .c-tab__item {
      width: 100% !important;
      margin: 0; }
      .partnerprogram .p-main .c-tab .c-tab__item a {
        border-bottom: none; } }
@media screen and (max-width: 568px) {
  .partnerprogram .p-main .c-tab .c-tab__item a {
    font-size: 12px;
    font-size: 0.75rem; } }
.partnerprogram .p-main .p-article .p-article__body {
  counter-reset: num 0; }
  @media screen and (max-width: 568px) {
    .partnerprogram .p-main .p-article .p-article__body .pc {
      display: none; } }
  @media screen and (min-width: 569px) {
    .partnerprogram .p-main .p-article .p-article__body .sp {
      display: none; } }
  .partnerprogram .p-main .p-article .p-article__body .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .partnerprogram .p-main .p-article .p-article__body figure figcaption {
    text-align: center; }
    .partnerprogram .p-main .p-article .p-article__body figure figcaption + img {
      margin-top: 10px; }
  .partnerprogram .p-main .p-article .p-article__body .p-frame {
    padding: 40px 80px 70px; }
    .partnerprogram .p-main .p-article .p-article__body .p-frame article + article {
      margin-top: 80px; }
    .partnerprogram .p-main .p-article .p-article__body .p-frame .p-frame {
      max-width: 577px;
      margin: 0 auto;
      padding: 20px; }
    @media screen and (max-width: 768px) {
      .partnerprogram .p-main .p-article .p-article__body .p-frame {
        padding: 30px 30px 30px; }
        .partnerprogram .p-main .p-article .p-article__body .p-frame article + article {
          margin-top: 40px; } }
  .partnerprogram .p-main .p-article .p-article__body .p-partner-program-title {
    padding: 37px 0 42px;
    font-size: 29px;
    font-size: 1.8125rem; }
    .partnerprogram .p-main .p-article .p-article__body .p-partner-program-title span {
      display: block;
      margin-top: 7px;
      color: #606060;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: normal; }
  .partnerprogram .p-main .p-article .p-article__body .p-count-title {
    margin-top: 5px;
    margin-bottom: 50px;
    padding: 20px 0;
    color: #000;
    border: none;
    counter-increment: num; }
    .partnerprogram .p-main .p-article .p-article__body .p-count-title .num {
      margin-bottom: 31px; }
      .partnerprogram .p-main .p-article .p-article__body .p-count-title .num:before {
        padding-bottom: 10px;
        content: counter(num,decimal-leading-zero);
        font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
        font-weight: normal;
        font-size: 43px;
        font-size: 2.6875rem;
        color: #0054a7;
        border-bottom: 3px solid #0054a7; }
    @media screen and (max-width: 768px) {
      .partnerprogram .p-main .p-article .p-article__body .p-count-title {
        margin-bottom: 25px; }
        .partnerprogram .p-main .p-article .p-article__body .p-count-title .num {
          margin-bottom: 25px; }
          .partnerprogram .p-main .p-article .p-article__body .p-count-title .num:before {
            font-size: 24px;
            font-size: 1.5rem; } }
  .partnerprogram .p-main .p-article .p-article__body .p-article-title {
    width: 100%;
    max-width: 526px;
    margin: 0 auto 50px;
    padding: 21px 24px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #000; }
    .partnerprogram .p-main .p-article .p-article__body .p-article-title span {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
      color: #606060; }
  .partnerprogram .p-main .p-article .p-article__body .p-dl {
    width: 100%;
    margin: 0 auto;
    color: #606060; }
    .partnerprogram .p-main .p-article .p-article__body .p-dl dt {
      width: 35%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-size: 0.875rem;
      background-color: #f6f6f6;
      padding: 24px 25px;
      border: 1px solid #E1E1E1;
      word-break: keep-all;
      white-space: nowrap; }
    .partnerprogram .p-main .p-article .p-article__body .p-dl dd {
      width: 65%;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0;
      padding: 24px 25px;
      border: 1px solid #E1E1E1;
      border-left: none; }
    .partnerprogram .p-main .p-article .p-article__body .p-dl + * {
      margin-top: 50px; }
    .partnerprogram .p-main .p-article .p-article__body .p-dl + img {
      margin-top: 0; }
    @media screen and (max-width: 991px) {
      .partnerprogram .p-main .p-article .p-article__body .p-dl dt {
        max-width: 160px;
        width: 50%;
        padding: 10px;
        white-space: normal;
        word-break: normal; }
      .partnerprogram .p-main .p-article .p-article__body .p-dl dd {
        width: 100%;
        padding: 10px; } }
  .partnerprogram .p-main .p-article .p-article__body .p-merit-list {
    margin: 0;
    padding: 10px;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-top: 0; }
    .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li {
      width: 50%;
      list-style: none;
      padding: 10px; }
      .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li > dl {
        background: #F6F6F6;
        height: 100%;
        margin: 0;
        padding: 20px 25px 25px;
        color: #606060; }
        .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li > dl dt {
          font-size: 17px;
          font-size: 1.0625rem; }
        .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li > dl dd {
          margin: 0;
          font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
          font-size: 14px;
          font-size: 0.875rem; }
          .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li > dl dd p {
            font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
            font-size: 14px;
            font-size: 0.875rem;
            margin: 0; }
    .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-merit-thumb {
      margin: 11px -5px 0;
      padding: 0;
      justify-content: center; }
      .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-merit-thumb li {
        width: 50%;
        padding: 0 5px;
        list-style: none; }
        .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-merit-thumb li img {
          width: 100%; }
      @media screen and (max-width: 568px) {
        .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-merit-thumb {
          display: block;
          margin: 0; }
          .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-merit-thumb li {
            width: 100%;
            margin: 10px 0 0;
            padding: 0; } }
    .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-emphasize-list {
      margin-top: 6px; }
      .partnerprogram .p-main .p-article .p-article__body .p-merit-list .p-emphasize-list li {
        color: #00226c;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        list-style: disc; }
    @media screen and (max-width: 768px) {
      .partnerprogram .p-main .p-article .p-article__body .p-merit-list {
        margin: 0; }
        .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li {
          width: 100%;
          padding: 0; }
          .partnerprogram .p-main .p-article .p-article__body .p-merit-list > li + li {
            margin-top: 20px; } }

.p-uniform-ad-list {
  margin-top: 20px; }
  .p-uniform-ad-list.flex {
    flex-wrap: wrap;
    margin: -10px -10px 0; }
  .p-uniform-ad-list figure {
    width: 50%;
    margin: 0;
    padding: 10px; }
    .p-uniform-ad-list figure img {
      width: 100%; }
    .p-uniform-ad-list figure figcaption {
      margin-top: 10px;
      font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; }
      .p-uniform-ad-list figure figcaption dl {
        margin: 0; }
        .p-uniform-ad-list figure figcaption dl dt {
          font-size: 17px;
          font-size: 1.0625rem; }
        .p-uniform-ad-list figure figcaption dl dd {
          margin: 0; }
  @media screen and (max-width: 768px) {
    .p-uniform-ad-list figure {
      width: 50%; } }
  @media screen and (max-width: 568px) {
    .p-uniform-ad-list.flex {
      flex-wrap: wrap;
      margin: 20px 0 0; }
    .p-uniform-ad-list figure {
      width: 100%;
      padding: 0; }
      .p-uniform-ad-list figure + figure {
        margin-top: 20px; } }

.p-posting-list {
  flex-wrap: wrap; }
  .p-posting-list.col-2 {
    margin: -30px -30px 0; }
    .p-posting-list.col-2 .p-posting-list_item {
      width: 50%;
      padding: 30px; }
      .p-posting-list.col-2 .p-posting-list_item + .p-posting-list_item {
        margin-top: 0; }
  .p-posting-list.col-3 {
    margin: -10px -10px 0; }
    .p-posting-list.col-3 .p-posting-list_item {
      width: 33.3333%;
      padding: 10px; }
      .p-posting-list.col-3 .p-posting-list_item + .p-posting-list_item {
        margin-top: 0; }
  .p-posting-list_item + .p-posting-list_item {
    margin-top: 60px; }
  .p-posting-list_item-title {
    font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 526px;
    margin: 0 auto 40px;
    padding: 21px 24px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; }
    .p-posting-list_item-title + figure {
      background-color: transparent !important; }
      .p-posting-list_item-title + figure figcaption {
        background-color: #F6F6F6; }
  .p-posting-list figure {
    height: 100%;
    margin: 0;
    background-color: #F6F6F6; }
    .p-posting-list figure figcaption {
      margin: 0;
      padding: 20px 20px; }
      .p-posting-list figure figcaption dl {
        margin: 0;
        font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
        color: #606060; }
        .p-posting-list figure figcaption dl dt {
          font-size: 17px;
          font-size: 1.0625rem; }
        .p-posting-list figure figcaption dl dd {
          margin: 0;
          font-size: 14px;
          font-size: 0.875rem; }
  @media screen and (max-width: 991px) {
    .p-posting-list.col-3 .p-posting-list_item {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .p-posting-list.col-2, .p-posting-list.col-3 {
      margin: 0; }
      .p-posting-list.col-2 .p-posting-list_item, .p-posting-list.col-3 .p-posting-list_item {
        width: 100%;
        padding: 0; }
        .p-posting-list.col-2 .p-posting-list_item + .p-posting-list_item, .p-posting-list.col-3 .p-posting-list_item + .p-posting-list_item {
          margin-top: 20px; } }
  .p-posting-list.p-ad-plan .p-posting-list_item {
    width: 100%; }
    .p-posting-list.p-ad-plan .p-posting-list_item .wrap ul {
      margin: -10px -10px 0;
      padding: 0; }
      .p-posting-list.p-ad-plan .p-posting-list_item .wrap ul li {
        list-style: none;
        margin: 0;
        padding: 10px;
        width: 50%; }
  @media screen and (max-width: 768px) {
    .p-posting-list.p-ad-plan .p-posting-list_item .wrap ul {
      margin: 0;
      flex-wrap: wrap; }
      .p-posting-list.p-ad-plan .p-posting-list_item .wrap ul li {
        width: 100%;
        padding: 0; }
        .p-posting-list.p-ad-plan .p-posting-list_item .wrap ul li + li {
          margin-top: 20px; } }

.p-club-partner-ad__list {
  width: 100%;
  max-width: 678px;
  margin: 0 auto; }
  .p-club-partner-ad__list .p-list-item {
    min-height: 172px;
    background-color: #F6F6F6; }
    .p-club-partner-ad__list .p-list-item + .p-list-item {
      margin-top: 20px; }
    .p-club-partner-ad__list .p-list-item .p-img_box {
      position: relative;
      width: 100%;
      max-width: 278px; }
      .p-club-partner-ad__list .p-list-item .p-img_box .p-label {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background-color: #bfae72;
        font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        padding: 5px 6px 4px; }
      .p-club-partner-ad__list .p-list-item .p-img_box > div {
        padding-top: 61.8705%;
        background-position: center;
        background-size: cover; }
    .p-club-partner-ad__list .p-list-item .p-text_box {
      width: 100%;
      padding: 20px;
      font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
      color: #606060; }
      .p-club-partner-ad__list .p-list-item .p-text_box h5 {
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: bold; }
      .p-club-partner-ad__list .p-list-item .p-text_box p {
        margin: 0;
        font-size: 14px;
        font-size: 0.875rem; }
  @media screen and (max-width: 991px) {
    .p-club-partner-ad__list .p-list-item {
      display: block !important;
      width: 100%; }
      .p-club-partner-ad__list .p-list-item .p-img_box {
        max-width: 100%; } }

/* パートナーのお問い合わせ */
.p-partner-contact .p-article .p-article__body .p-individual-container {
  padding-bottom: 28px; }
.p-partner-contact .p-article .p-article__body h3 {
  margin-bottom: 51px; }
.p-partner-contact .p-article .p-article__body .p-partner-contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 518px;
  height: 90px;
  margin: 0 auto;
  padding-left: 40px;
  background-color: #0054a7;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-image: url(../img/partner/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: top 35px left 80px; }
  .p-partner-contact .p-article .p-article__body .p-partner-contact_btn:hover {
    text-decoration: none; }
.p-partner-contact .p-article .p-article__body .p-contact-name {
  margin-top: 35px;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #606060; }
.p-partner-contact .p-article .p-article__body .p-contact-tel {
  margin: 4px auto 0;
  text-align: center;
  line-height: 1;
  color: #606060; }
  .p-partner-contact .p-article .p-article__body .p-contact-tel a {
    font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    color: inherit;
    text-decoration: none;
    font-weight: normal; }
.p-partner-contact .p-article .p-article__body .p-reception-time {
  margin-top: 7px;
  font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #606060; }
@media screen and (max-width: 767px) {
  .p-partner-contact .p-article .p-article__body .p-partner-contact_btn {
    font-size: 15px;
    font-size: 0.9375rem;
    background-size: 30px; } }
@media screen and (max-width: 567px) {
  .p-partner-contact .p-article .p-article__body .p-partner-contact_btn {
    height: 50px;
    padding-left: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    background-image: none; }
  .p-partner-contact .p-article .p-article__body .p-contact-name {
    margin-top: 25px; } }

/* 2017シーズンテーマ */
.season-theme2017 .p-season-theme .p-article .p-article__body {
  margin: 0; }
  .season-theme2017 .p-season-theme .p-article .p-article__body .p-individual-container {
    padding-bottom: 44px; }
  .season-theme2017 .p-season-theme .p-article .p-article__body h3 {
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
    font-size: 16px;
    font-size: 1rem; }
  .season-theme2017 .p-season-theme .p-article .p-article__body .p-frame {
    margin-top: 20px; }

/* エコパートナー */
.ecopartner .p-ecopartner .p-article .p-article__body table {
  margin-bottom: 30px; }
  .ecopartner .p-ecopartner .p-article .p-article__body table caption {
    caption-side: top; }
  .ecopartner .p-ecopartner .p-article .p-article__body table thead tr th {
    border-left: 1px solid #e6e5e5;
    text-align: center; }
    .ecopartner .p-ecopartner .p-article .p-article__body table thead tr th:first-child {
      border-left: none; }
  .ecopartner .p-ecopartner .p-article .p-article__body table tbody tr td {
    min-width: 70px;
    border-top: 1px solid #e6e5e5;
    border-left: 1px solid #e6e5e5; }
    .ecopartner .p-ecopartner .p-article .p-article__body table tbody tr td:first-child {
      border-left: none; }
.ecopartner .p-ecopartner .p-article .p-article__body hr {
  margin: 40px 0 30px 0; }

/* TOTOバナー */
.toto-sp {
  display: none; }

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

  .toto-sp {
    display: block; } }
/* シーズン終了応援ありがとうバナー */
.p-online__shop {
  background-image: url(../img/zelvia_tile_shop_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .p-online__shop {
      height: 268px !important; } }

/* 契約更新選手のお知らせバナー */
.p-player__update .p-season_num {
  background-color: #f05766;
  min-width: 120px;
  max-width: 120px;
  margin: 0 auto 16px auto;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #fff; }
.p-player__update img {
  width: 100%;
  max-width: 110px;
  margin-bottom: 10px; }
.p-player__update h2 {
  margin: 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem; }
  .p-player__update h2 span {
    font-size: 25px;
    font-size: 1.5625rem; }
@media screen and (max-width: 768px) {
  .p-player__update img {
    max-width: 80px; }
  .p-player__update h2 {
    font-size: 18px;
    font-size: 1.125rem; } }

/* アシスト募集 */
.mod-hometown_activities {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px; }
  .mod-hometown_activities p {
    font-weight: bold;
    width: 100%; }
  .mod-hometown_activities .item {
    width: 48.63636%;
    margin-right: 2.72727%;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .mod-hometown_activities .item {
        width: 100%;
        margin-right: 0; }
        .mod-hometown_activities .item ~ .item {
          margin-top: 30px; } }
    .mod-hometown_activities .item dt {
      padding: 7px 14px;
      background-color: #e8c227;
      color: #fff;
      margin-bottom: 15px;
      border-radius: 3px; }
      .mod-hometown_activities .item dt span {
        display: block;
        font-size: 14px;
        font-size: 0.875rem; }
    .mod-hometown_activities .item .wrap {
      padding-left: 14px; }
      .mod-hometown_activities .item .wrap dd {
        font-size: 14px;
        font-size: 0.875rem; }
        .mod-hometown_activities .item .wrap dd:before {
          content: '■';
          color: #e8c227;
          margin-right: 3px; }
    .mod-hometown_activities .item:nth-of-type(2n) {
      margin-right: 0; }
    .mod-hometown_activities .item:nth-of-type(2) ~ .item {
      margin-top: 3.63636%; }
    .mod-hometown_activities .item:nth-of-type(2) dt {
      background-color: #5ab750; }
    .mod-hometown_activities .item:nth-of-type(2) dd:before {
      color: #5ab750; }
    .mod-hometown_activities .item:nth-of-type(3) dt {
      background-color: #3859a7; }
    .mod-hometown_activities .item:nth-of-type(3) dd:before {
      color: #3859a7; }
    .mod-hometown_activities .item:nth-of-type(4) dt {
      background-color: #d91470; }
    .mod-hometown_activities .item:nth-of-type(4) dd:before {
      color: #d91470; }
    .mod-hometown_activities .item:nth-of-type(5) dt {
      background-color: #e9692e; }
    .mod-hometown_activities .item:nth-of-type(5) dd:before {
      color: #e9692e; }

.mod-activities_list {
  margin-top: 60px; }
  .mod-activities_list .list {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mod-activities_list .list li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 31.81818%;
      background-color: #012366;
      margin-right: 2.27273%;
      border-radius: 0 0 15px 0;
      backface-visibility: hidden; }
      @media screen and (min-width: 992px) {
        .mod-activities_list .list li:nth-child(3n) {
          margin-right: 0; }
        .mod-activities_list .list li:nth-child(3) ~ li {
          margin-top: 2.27273%; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .mod-activities_list .list li {
          width: 48.08824%;
          margin-right: 3.67647%; }
          .mod-activities_list .list li:nth-child(2n) {
            margin-right: 0; }
          .mod-activities_list .list li:nth-child(2) ~ li {
            margin-top: 3.67647%; } }
      @media screen and (max-width: 767px) {
        .mod-activities_list .list li {
          width: 100%;
          margin-right: 0; }
          .mod-activities_list .list li ~ li {
            margin-top: 25px; } }
      .mod-activities_list .list li .img div[style] {
        padding-top: 58.57143%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #dedede;
        position: relative; }
        .mod-activities_list .list li .img div[style] span {
          position: absolute;
          bottom: 5px;
          left: 7px;
          display: inline-block;
          padding: 2px 5px;
          border-radius: 3px;
          background: #fff;
          font-size: 13px;
          font-size: 0.8125rem;
          color: #012366;
          font-weight: bold; }
      .mod-activities_list .list li .detail {
        padding: 10px 14px;
        color: #fff; }
        .mod-activities_list .list li .detail dt {
          font-size: 15px;
          font-size: 0.9375rem;
          margin-bottom: 10px; }
        .mod-activities_list .list li .detail dd {
          font-size: 14px;
          font-size: 0.875rem; }
  .mod-activities_list + .pdf-link {
    margin-top: 60px; }

/* シーズンシート */
main.season-seat {
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    main.season-seat {
      padding-bottom: 80px; } }
  @media screen and (min-width: 769px) {
    main.season-seat .sp {
      display: none; } }
  @media screen and (max-width: 768px) {
    main.season-seat .pc {
      display: none; } }
  main.season-seat br.sp + br, main.season-seat br.pc + br {
    display: none; }
  main.season-seat section {
    margin-top: 100px; }
    main.season-seat section:first-of-type {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      main.season-seat section {
        margin-top: 50px; } }
  main.season-seat .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
  main.season-seat .table-wrap {
    overflow: auto; }
    @media screen and (max-width: 768px) {
      main.season-seat .table-wrap table th, main.season-seat .table-wrap table td {
        white-space: nowrap;
        word-break: keep-all; } }
    @media screen and (max-width: 768px) {
      main.season-seat .table-wrap {
        margin-right: -20px;
        padding-right: 20px; } }
  main.season-seat table th, main.season-seat table td {
    border: 1px solid #ddd;
    text-align: center;
    line-height: calc(18 / 16); }
  main.season-seat table thead th {
    padding: 25px;
    background-color: #0A0F21;
    color: #fff; }
    main.season-seat table thead th span {
      font-size: calc(14 / 16 * 100%); }
    main.season-seat table thead th small {
      font-size: calc(12 / 16 * 100%); }
  main.season-seat table tbody th {
    padding: 8px; }
  main.season-seat table tbody td {
    padding: 8px;
    font-weight: normal; }
  main.season-seat table .font-small {
    font-size: calc(15 / 16 * 100%); }
  main.season-seat table .font-large {
    font-size: calc(18 / 16 * 100%); }
  @media screen and (max-width: 768px) {
    main.season-seat table th, main.season-seat table td {
      font-size: 14px;
      font-size: 0.875rem; }
    main.season-seat table .font-small {
      font-size: calc(14px * 0.9375); }
    main.season-seat table .font-large {
      font-size: calc(14px * 1.125); } }
  main.season-seat .mod-zelvista-bnr {
    width: 100%;
    max-width: 1080px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      main.season-seat .mod-zelvista-bnr {
        margin-top: 50px; } }
  main.season-seat .p-season-seat_title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
    main.season-seat .p-season-seat_title span {
      display: block;
      margin-bottom: 10px;
      color: #0054a7;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1; }
    @media screen and (max-width: 768px) {
      main.season-seat .p-season-seat_title {
        margin-bottom: 40px;
        font-size: 15px;
        font-size: 0.9375rem; }
        main.season-seat .p-season-seat_title span {
          font-size: 30px;
          font-size: 1.875rem; } }
  main.season-seat .p-atent * {
    margin-bottom: 0; }
    main.season-seat .p-atent * + * {
      margin-top: .5em; }
  main.season-seat .p-preamble {
    line-height: calc(28 / 16); }
    main.season-seat .p-preamble * {
      margin-bottom: 0; }
      main.season-seat .p-preamble * + * {
        margin-top: .5em; }
  main.season-seat .p-seatmap {
    border: 1px solid #ddd; }
    main.season-seat .p-seatmap .p-note {
      padding: 30px 30px 25px;
      font-size: calc(14 / 1440 * 100vw); }
  main.season-seat .p-season-seat_type {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      main.season-seat .p-season-seat_type {
        margin-top: 40px; } }
    main.season-seat .p-season-seat_type dl, main.season-seat .p-season-seat_type dt, main.season-seat .p-season-seat_type dd {
      margin: 0; }
    main.season-seat .p-season-seat_type > div + div {
      margin-top: 15px; }
    main.season-seat .p-season-seat_type > div > dt {
      position: relative;
      cursor: pointer; }
      main.season-seat .p-season-seat_type > div > dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        right: 30px;
        border-radius: 50%;
        background-color: #fff;
        width: 40px;
        height: 40px;
        margin: auto 0; }
        @media screen and (max-width: 768px) {
          main.season-seat .p-season-seat_type > div > dt:before {
            width: 31px;
            height: 31px;
            right: 15px; } }
      main.season-seat .p-season-seat_type > div > dt.on > dl > dd:after {
        opacity: 0;
        transition: .3s; }
      main.season-seat .p-season-seat_type > div > dt > dl {
        display: -webkit-flex;
        display: flex;
        background-color: #eee; }
        main.season-seat .p-season-seat_type > div > dt > dl > dt, main.season-seat .p-season-seat_type > div > dt > dl > dd {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-size: 18px;
          font-size: 1.125rem;
          padding-top: 19px;
          padding-bottom: 18px; }
        main.season-seat .p-season-seat_type > div > dt > dl > dt {
          width: calc(278 / 1040 * 100%);
          padding-right: 20px;
          padding-left: 20px; }
        main.season-seat .p-season-seat_type > div > dt > dl > dd {
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          width: calc(762 / 1040 * 100%);
          padding-right: 100px;
          padding-left: 30px;
          font-weight: bold;
          position: relative; }
          main.season-seat .p-season-seat_type > div > dt > dl > dd:before, main.season-seat .p-season-seat_type > div > dt > dl > dd:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 42px;
            z-index: 2;
            width: 15px;
            height: 1px;
            margin: auto 0;
            background-color: #0A0F21; }
          main.season-seat .p-season-seat_type > div > dt > dl > dd:after {
            transform: rotate(90deg); }
        @media screen and (max-width: 768px) {
          main.season-seat .p-season-seat_type > div > dt > dl > dt, main.season-seat .p-season-seat_type > div > dt > dl > dd {
            font-size: 16px;
            font-size: 1rem;
            padding-top: 10px;
            padding-bottom: 14px;
            line-height: 1.4; }
          main.season-seat .p-season-seat_type > div > dt > dl > dt {
            width: calc(240 / 713 * 100%);
            padding-right: 10px;
            padding-left: 10px; }
          main.season-seat .p-season-seat_type > div > dt > dl > dd {
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            width: calc(473 / 713 * 100%);
            padding-right: 60px;
            padding-left: 15px; }
            main.season-seat .p-season-seat_type > div > dt > dl > dd:before, main.season-seat .p-season-seat_type > div > dt > dl > dd:after {
              right: 25px;
              width: 11px; } }
    main.season-seat .p-season-seat_type > div > dd {
      display: none;
      padding: 60px 0 80px; }
      main.season-seat .p-season-seat_type > div > dd .wrap {
        display: -webkit-flex;
        display: flex; }
      main.season-seat .p-season-seat_type > div > dd .img {
        width: calc(473 / 1040 * 100%); }
      main.season-seat .p-season-seat_type > div > dd .text {
        width: calc(567 / 1040 * 100%);
        padding-left: calc(51 / 1040 * 100%);
        line-height: calc(24 / 16); }
        main.season-seat .p-season-seat_type > div > dd .text * {
          margin-bottom: 0; }
          main.season-seat .p-season-seat_type > div > dd .text * + * {
            margin-top: .5em; }
        main.season-seat .p-season-seat_type > div > dd .text .table-wrap {
          margin-top: 30px; }
        main.season-seat .p-season-seat_type > div > dd .text table th, main.season-seat .p-season-seat_type > div > dd .text table td {
          padding: 10px; }
        main.season-seat .p-season-seat_type > div > dd .text table th {
          font-size: 14px;
          font-size: 0.875rem; }
        main.season-seat .p-season-seat_type > div > dd .text table td {
          font-size: 16px;
          font-size: 1rem; }
        main.season-seat .p-season-seat_type > div > dd .text .btn-list {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          margin: 23px -7px -7px;
          padding: 0; }
          main.season-seat .p-season-seat_type > div > dd .text .btn-list li {
            list-style: none;
            margin: 0;
            padding: 7px; }
            main.season-seat .p-season-seat_type > div > dd .text .btn-list li a {
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: center;
              height: 44px;
              padding: 0 24px;
              background-color: #0A0F21;
              color: #fff;
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: bold;
              text-align: center;
              border-radius: 22px; }
              main.season-seat .p-season-seat_type > div > dd .text .btn-list li a span {
                display: block; }
      @media screen and (max-width: 768px) {
        main.season-seat .p-season-seat_type > div > dd {
          padding: 30px 0 40px; }
          main.season-seat .p-season-seat_type > div > dd .wrap {
            display: block; }
          main.season-seat .p-season-seat_type > div > dd .img {
            width: 100%; }
          main.season-seat .p-season-seat_type > div > dd .text {
            width: 100%;
            margin-top: 15px;
            padding-left: 0; }
            main.season-seat .p-season-seat_type > div > dd .text .table-wrap {
              margin-top: 15px; } }
  main.season-seat .p-bubble_title {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 45px;
    padding: 15px;
    color: #fff;
    background-color: #0054a7;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
    main.season-seat .p-bubble_title span {
      display: inline-block;
      width: 71px;
      height: 45px;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    main.season-seat .p-bubble_title:before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: 0 auto;
      border-style: solid;
      border-width: 15px 8.5px 0 8.5px;
      border-color: #0054a7 transparent transparent transparent; }
    main.season-seat .p-bubble_title.is-onetouch span {
      width: 144px; }
    @media screen and (max-width: 768px) {
      main.season-seat .p-bubble_title {
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center; }
        main.season-seat .p-bubble_title span {
          display: block;
          width: 60px;
          height: 38px;
          margin: 0 auto 6px; }
        main.season-seat .p-bubble_title.is-onetouch span {
          width: 122px; } }
  main.season-seat .p-join_item + .p-join_item {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      main.season-seat .p-join_item + .p-join_item {
        margin-top: 40px; } }
  main.season-seat .p-join_item--detail {
    line-height: calc(30 / 20); }
  main.season-seat .p-join_item--atent, main.season-seat .p-join_item--flow {
    width: 100%;
    max-width: 620px;
    margin: 50px auto 0; }
  main.season-seat .p-join_item--flow h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  main.season-seat .p-join_item--flow__item {
    padding: 25px 30px;
    border: 1px solid #ddd; }
    main.season-seat .p-join_item--flow__item + .p-join_item--flow__item {
      margin-top: 16px; }
    main.season-seat .p-join_item--flow__item h5 {
      color: #0054a7;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem; }
    main.season-seat .p-join_item--flow__item ul {
      margin: 15px 0 0;
      padding: 0; }
      main.season-seat .p-join_item--flow__item ul li {
        list-style: none; }
        main.season-seat .p-join_item--flow__item ul li + li {
          margin-top: 8px; }
        main.season-seat .p-join_item--flow__item ul li a {
          color: #fff; }
        main.season-seat .p-join_item--flow__item ul li dl, main.season-seat .p-join_item--flow__item ul li dt, main.season-seat .p-join_item--flow__item ul li dd {
          margin: 0; }
        main.season-seat .p-join_item--flow__item ul li dt {
          padding: 9px 15px;
          font-size: 18px;
          font-size: 1.125rem; }
        main.season-seat .p-join_item--flow__item ul li dd {
          position: relative;
          padding: 4px 52px 4px 15px;
          background-color: #000;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: bold; }
          main.season-seat .p-join_item--flow__item ul li dd:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            width: 22px;
            height: 22px;
            margin: auto 0;
            background-image: url(../img/seat/icon_arrow.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
  @media screen and (max-width: 768px) {
    main.season-seat .p-join_item--flow h4 {
      font-size: 15px;
      font-size: 0.9375rem; }
    main.season-seat .p-join_item--flow__item {
      padding: 20px 15px 15px; }
      main.season-seat .p-join_item--flow__item h5 {
        font-size: 15px;
        font-size: 0.9375rem; }
      main.season-seat .p-join_item--flow__item ul li dt {
        font-size: 16px;
        font-size: 1rem; }
      main.season-seat .p-join_item--flow__item ul li dd {
        font-size: 13px;
        font-size: 0.8125rem; } }
  main.season-seat .season-seat_main .nav {
    background-color: #000;
    border-top: 5px solid #bfae72;
    padding: 0 20px;
    overflow: hidden; }
    main.season-seat .season-seat_main .nav ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 -30px;
      padding: 27px 0; }
      main.season-seat .season-seat_main .nav ul li {
        padding: 0 30px;
        list-style: none; }
        main.season-seat .season-seat_main .nav ul li a {
          padding-right: 15px;
          line-height: calc(35 / 16);
          color: #fff; }
          main.season-seat .season-seat_main .nav ul li a.outerlink {
            background-image: url(../img/seat/icon_outerlink.svg);
            background-position: bottom 2px right 0;
            background-repeat: no-repeat;
            background-size: 10px; }
    @media screen and (max-width: 768px) {
      main.season-seat .season-seat_main .nav ul {
        flex-wrap: wrap;
        margin: 0 -5px; }
        main.season-seat .season-seat_main .nav ul li {
          padding: 0 5px; }
          main.season-seat .season-seat_main .nav ul li a {
            font-size: 14px;
            font-size: 0.875rem; } }
  main.season-seat #atention {
    padding: 80px 0; }
    main.season-seat #atention .p-atent {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px 20px;
      border: 1px solid red;
      line-height: calc(24 / 16); }
    main.season-seat #atention + #about {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      main.season-seat #atention {
        padding: 40px 0; } }
  main.season-seat #about .benefits-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 59px -28px 0;
    padding: 27px 0; }
    main.season-seat #about .benefits-list li {
      padding: 0 28px;
      list-style: none;
      width: calc(100% / 3);
      text-align: center; }
      main.season-seat #about .benefits-list li:nth-child(n+4) {
        margin-top: 20px; }
    main.season-seat #about .benefits-list figure {
      margin: 0; }
    main.season-seat #about .benefits-list figcaption {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      min-height: 72px;
      margin-top: 32px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: calc(36 / 24); }
    main.season-seat #about .benefits-list .detail {
      margin-top: 25px;
      font-size: 18px;
      font-size: 1.125rem; }
      main.season-seat #about .benefits-list .detail * {
        margin-bottom: 0; }
      main.season-seat #about .benefits-list .detail small {
        font-size: 77%; }
    @media screen and (max-width: 768px) {
      main.season-seat #about .benefits-list {
        margin: 30px -14px 0; }
        main.season-seat #about .benefits-list li {
          padding: 0 14px;
          width: calc(100% / 2); }
          main.season-seat #about .benefits-list li:nth-child(n+3) {
            margin-top: 20px; }
        main.season-seat #about .benefits-list figcaption {
          min-height: 54px;
          margin-top: 24px;
          font-size: 18px;
          font-size: 1.125rem; }
        main.season-seat #about .benefits-list .detail {
          margin-top: 12px;
          font-size: 15px;
          font-size: 0.9375rem; } }
    @media screen and (max-width: 568px) {
      main.season-seat #about .benefits-list {
        margin: 30px 0 0; }
        main.season-seat #about .benefits-list li {
          padding: 20px 0 0;
          width: calc(100% / 1);
          border-top: 1px solid #ddd; }
          main.season-seat #about .benefits-list li + li {
            margin-top: 20px; }
          main.season-seat #about .benefits-list li:last-child {
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd; }
        main.season-seat #about .benefits-list figcaption {
          min-height: auto;
          margin-top: 15px; } }
  main.season-seat #type .p-season_table {
    margin-top: 60px; }
  main.season-seat #type .p-atent {
    margin: 20px 0 0; }
    main.season-seat #type .p-atent dt {
      font-size: 15px;
      font-size: 0.9375rem; }
    main.season-seat #type .p-atent dd {
      font-size: 14px;
      font-size: 0.875rem; }
  main.season-seat #type + .mod-zelvista-bnr {
    margin-top: 50px; }
  main.season-seat #card .p-preamble {
    line-height: calc(28 / 16); }
    main.season-seat #card .p-preamble + .j-app {
      margin-top: 35px; }
  main.season-seat #card .j-app .p-club_jleague {
    margin: 0; }
    main.season-seat #card .j-app .p-club_jleague figcaption {
      margin-bottom: 12px;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem; }
    main.season-seat #card .j-app .p-club_jleague img {
      display: block;
      margin: 0 auto; }
  main.season-seat #card .j-app .app-link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0; }
    main.season-seat #card .j-app .app-link li {
      list-style: none;
      padding: 0 8px; }
      main.season-seat #card .j-app .app-link li p {
        font-size: 9px;
        font-size: 0.5625rem;
        line-height: 1; }
    @media screen and (max-width: 568px) {
      main.season-seat #card .j-app .app-link {
        flex-wrap: wrap;
        margin-bottom: 40px; }
        main.season-seat #card .j-app .app-link li {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          flex-wrap: wrap;
          width: 100%;
          padding: 0; }
          main.season-seat #card .j-app .app-link li p {
            width: 100%;
            text-align: center; }
          main.season-seat #card .j-app .app-link li + li {
            margin-top: 15px; } }
  main.season-seat #card .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 161px;
    height: 44px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #0A0F21;
    border-radius: 22px; }
    main.season-seat #card .btn span {
      padding-right: 15px;
      background-image: url(../img/seat/icon_outerlink.svg);
      background-size: 10px;
      background-position: bottom 2px right;
      background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      main.season-seat #card .btn {
        margin-top: 20px; } }
  main.season-seat #card .p-atent {
    width: 100%;
    max-width: 620px;
    margin: 40px auto 0;
    font-size: 14px;
    font-size: 0.875rem; }

main.seat article + article {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    main.seat article + article {
      margin-top: 50px; } }
@media screen and (max-width: 767px) {
  main.seat article .p-article__header {
    display: block; } }
main.seat .table-wrap {
  overflow: auto; }
  @media screen and (max-width: 768px) {
    main.seat .table-wrap table th, main.seat .table-wrap table td {
      white-space: nowrap;
      word-break: keep-all; } }
  @media screen and (max-width: 768px) {
    main.seat .table-wrap {
      margin-right: -20px;
      padding-right: 20px; } }
main.seat table th, main.seat table td {
  border: 1px solid #ddd;
  text-align: center;
  line-height: calc(18 / 16); }
main.seat table thead th {
  padding: 25px;
  background-color: #0A0F21;
  color: #fff; }
  main.seat table thead th span {
    font-size: calc(14 / 16 * 100%); }
  main.seat table thead th small {
    font-size: calc(12 / 16 * 100%); }
main.seat table tbody th {
  padding: 8px; }
main.seat table tbody td {
  padding: 8px;
  font-weight: normal; }
@media screen and (max-width: 768px) {
  main.seat table thead th, main.seat table thead td {
    font-size: 15px;
    font-size: 0.9375rem; }
  main.seat table thead th {
    padding: 15px; }
  main.seat table tbody td {
    font-size: 14px;
    font-size: 0.875rem; } }
main .seat-positoon {
  margin-top: 60px;
  border: 1px solid #ddd;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    main .seat-positoon {
      margin-top: 30px; } }
main .seat-table {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    main .seat-table {
      margin-top: 30px; } }
main .coation {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 20px 30px 25px; }
  main .coation dt {
    font-size: 15px;
    font-size: 0.9375rem; }
  main .coation dd {
    margin: 7px 0 0;
    font-size: 14px;
    font-size: 0.875rem; }
    main .coation dd > * {
      margin-bottom: 0; }
      main .coation dd > * + * {
        margin-top: 1em; }
main .mod-checklist .text > * {
  margin-bottom: 0; }
  main .mod-checklist .text > * + * {
    margin-top: 1em; }

.p-seat_type {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .p-seat_type {
      margin-top: 40px; } }
  .p-seat_type dl, .p-seat_type dt, .p-seat_type dd {
    margin: 0; }
  .p-seat_type > div + div {
    margin-top: 15px; }
  .p-seat_type > div > dt {
    position: relative;
    cursor: pointer; }
    .p-seat_type > div > dt:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      right: 30px;
      border-radius: 50%;
      background-color: #fff;
      width: 40px;
      height: 40px;
      margin: auto 0; }
      @media screen and (max-width: 768px) {
        .p-seat_type > div > dt:before {
          width: 31px;
          height: 31px;
          right: 15px; } }
    .p-seat_type > div > dt.on > dl > dd:after {
      opacity: 0;
      transition: .3s; }
    .p-seat_type > div > dt > dl {
      display: -webkit-flex;
      display: flex;
      background-color: #eee; }
      .p-seat_type > div > dt > dl > dt, .p-seat_type > div > dt > dl > dd {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.125rem;
        padding-top: 19px;
        padding-bottom: 18px; }
      .p-seat_type > div > dt > dl > dt {
        position: relative;
        width: calc(278 / 1040 * 100%);
        padding-right: 20px;
        padding-left: 35px; }
        .p-seat_type > div > dt > dl > dt .color {
          position: absolute;
          top: 0;
          left: 0;
          width: 15px;
          height: 100%; }
      .p-seat_type > div > dt > dl > dd {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: calc(762 / 1040 * 100%);
        padding-right: 100px;
        padding-left: 30px;
        font-weight: bold;
        position: relative; }
        .p-seat_type > div > dt > dl > dd:before, .p-seat_type > div > dt > dl > dd:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 42px;
          z-index: 2;
          width: 15px;
          height: 1px;
          margin: auto 0;
          background-color: #0A0F21; }
        .p-seat_type > div > dt > dl > dd:after {
          transform: rotate(90deg); }
      @media screen and (max-width: 768px) {
        .p-seat_type > div > dt > dl > dt, .p-seat_type > div > dt > dl > dd {
          padding-top: 14px;
          padding-bottom: 12px;
          line-height: 1.4; }
        .p-seat_type > div > dt > dl > dt {
          width: calc(255 / 713 * 100%);
          padding-right: 5px;
          padding-left: 18px;
          font-size: 15px;
          font-size: 0.9375rem; }
          .p-seat_type > div > dt > dl > dt .color {
            width: 7px; }
        .p-seat_type > div > dt > dl > dd {
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          width: calc(458 / 713 * 100%);
          padding-right: 55px;
          padding-left: 5px;
          font-size: 13px;
          font-size: 0.8125rem; }
          .p-seat_type > div > dt > dl > dd:before, .p-seat_type > div > dt > dl > dd:after {
            right: 25px;
            width: 11px; } }
  .p-seat_type > div > dd {
    display: none;
    padding: 60px 0 80px; }
    .p-seat_type > div > dd .wrap {
      display: -webkit-flex;
      display: flex; }
    .p-seat_type > div > dd .img {
      width: calc(473 / 1040 * 100%); }
    .p-seat_type > div > dd .text {
      width: calc(567 / 1040 * 100%);
      padding-left: calc(51 / 1040 * 100%);
      line-height: calc(24 / 16); }
      .p-seat_type > div > dd .text * {
        margin-bottom: 0; }
        .p-seat_type > div > dd .text * + * {
          margin-top: .5em; }
      .p-seat_type > div > dd .text .table-wrap {
        margin-top: 30px; }
      .p-seat_type > div > dd .text table th, .p-seat_type > div > dd .text table td {
        padding: 10px; }
      .p-seat_type > div > dd .text table th {
        font-size: 14px;
        font-size: 0.875rem; }
      .p-seat_type > div > dd .text table td {
        font-size: 16px;
        font-size: 1rem; }
      .p-seat_type > div > dd .text .btn-list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 23px -7px -7px;
        padding: 0; }
        .p-seat_type > div > dd .text .btn-list li {
          list-style: none;
          margin: 0;
          padding: 7px; }
          .p-seat_type > div > dd .text .btn-list li a {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            height: 44px;
            padding: 0 24px;
            background-color: #0A0F21;
            color: #fff;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: bold;
            text-align: center;
            border-radius: 22px; }
            .p-seat_type > div > dd .text .btn-list li a span {
              display: block; }
    @media screen and (max-width: 768px) {
      .p-seat_type > div > dd {
        padding: 30px 0 40px; }
        .p-seat_type > div > dd .wrap {
          display: block; }
        .p-seat_type > div > dd .img {
          width: 100%; }
        .p-seat_type > div > dd .text {
          width: 100%;
          margin-top: 15px;
          padding-left: 0; }
          .p-seat_type > div > dd .text .table-wrap {
            margin-top: 15px; } }

.p-about_watching {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .p-about_watching {
      margin-top: 40px; } }
  .p-about_watching dt, .p-about_watching dd {
    margin: 0; }
  .p-about_watching > div + div {
    margin-top: 15px; }
  .p-about_watching > div > dt {
    position: relative;
    padding: 19px 100px 18px 20px;
    cursor: pointer;
    background-color: #0054a7;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
    .p-about_watching > div > dt:before, .p-about_watching > div > dt:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 42px;
      z-index: 2;
      width: 21px;
      height: 3px;
      margin: auto 0;
      background-color: #fff; }
    .p-about_watching > div > dt:after {
      transform: rotate(90deg);
      transition: .3s; }
    .p-about_watching > div > dt.on:after {
      opacity: 0; }
  .p-about_watching > div > dd {
    padding: 20px 0 50px; }
    .p-about_watching > div > dd p {
      margin-bottom: 0;
      line-height: 1.7; }
      .p-about_watching > div > dd p + p {
        margin-top: 1em; }
    .p-about_watching > div > dd a {
      text-decoration: underline;
      color: #0054a7; }
  @media screen and (max-width: 768px) {
    .p-about_watching > div > dt {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 14px 57px 15px 12px; }
      .p-about_watching > div > dt:before, .p-about_watching > div > dt:after {
        right: 22px;
        width: 18px; }
    .p-about_watching > div > dd {
      padding: 20px 0 30px;
      font-size: 15px;
      font-size: 0.9375rem; } }

/* utility
 -------------------------------------------------------------------------- */
.u-sp-visible-pc-hide {
  display: none !important; }
  @media (max-width: 767px) {
    .u-sp-visible-pc-hide {
      display: block !important; } }

.u-pc-visible-sp-hide {
  display: block !important; }
  @media (max-width: 767px) {
    .u-pc-visible-sp-hide {
      display: none !important; } }

.u-tab-visible-pc-hide {
  display: none !important; }
  @media (max-width: 991px) {
    .u-tab-visible-pc-hide {
      display: block !important; } }

.u-pc-visible-tab-hide {
  display: block !important; }
  @media (max-width: 991px) {
    .u-pc-visible-tab-hide {
      display: none !important; } }

/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important; }

.u-text-color--blk {
  color: #000 !important; }

.u-text-color--red {
  color: #db1919 !important; }

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333; }

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important; }

.u-text-normal {
  font-weight: 500 !important; }

.u-text-bold {
  font-weight: 600 !important; }

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important; }

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important; }

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important; }

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important; }

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important; }

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important; }

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important; }

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important; }

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important; }

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important; }

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

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

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

.u-text-top {
  vertical-align: top !important; }

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

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