<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@-webkit-keyframes show_modal {
  to {
    opacity: 1;
  }
}
@-moz-keyframes show_modal {
  to {
    opacity: 1;
  }
}
@keyframes show_modal {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide_up {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-moz-keyframes slide_up {
  to {
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
  }
}

@keyframes slide_up {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .section_title {
    font-size: 5.4rem;
    line-height: 1;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
  }
  .mv {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .mv:before, .mv:after {
    content: '';
    display: block;
    width: 50%;
    height: 648px;
    background-color: black;
    opacity: 0.702;
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .mv:before {
    left: -webkit-calc(50% - (50% + (1152px / 2)));
    left: -moz-calc(50% - (50% + (1152px / 2)));
    left: calc(50% - (50% + (1152px / 2)));
  }
  .mv:after {
    right: -webkit-calc(50% - (50% + (1152px / 2)));
    right: -moz-calc(50% - (50% + (1152px / 2)));
    right: calc(50% - (50% + (1152px / 2)));
  }
  .mv__slider {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1152px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .mv__slider .swiper-slide {
    width: 1152px !important;
    height: 648px;
  }
  .mv__slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .mv__slider--content {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    overflow: hidden;
    width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mv__slider--content a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mv__slider .inner {
    height: 100%;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .mv .swiper-pagination-custom,
  .mv .swiper-pagination-fraction {
    bottom: 0;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 22px 0;
    z-index: 999;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets &gt; *,
  .mv .swiper-pagination-custom &gt; *,
  .mv .swiper-pagination-fraction &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .mv .swiper-pagination-custom .swiper-pagination-bullet,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet {
    font-size: 1.4rem;
    width: 65px;
    height: 7px;
    margin: 0 6px;
    background: #4d4d4d;
    opacity: 1;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+15),
  .mv .swiper-pagination-custom .swiper-pagination-bullet:nth-of-type(n+15),
  .mv .swiper-pagination-fraction .swiper-pagination-bullet:nth-of-type(n+15) {
    margin-top: 16px;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .mv .swiper-pagination-custom .swiper-pagination-bullet-active,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet-active {
    background: #fff;
  }
  .future {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 70px;
    position: relative;
    background: url("/common/images/index_future_bg.jpg") no-repeat center bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .future .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .future .inner:before, .future .inner:after {
    display: none;
  }
  .future section {
    text-align: center;
    width: 540px;
  }
  .future .section_title {
    margin: 0 40px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: solid 1px #fff;
  }
  .future .btn_list {
    margin-top: 32px;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 172px;
    margin: 0 auto;
  }
  .future .btn_list li {
    margin: 0.5em 0 0 0;
  }
  .future .game_place {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .future .match {
    padding: 0 40px;
  }
  .future .match__game_status {
    font-weight: bold;
  }
  .future .match__team {
    font-weight: bold;
  }
  .future .match__team--logo {
    position: relative;
    height: 170px;
    margin-bottom: 0;
  }
  .future .match__team--logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .future .match__vs {
    width: 110px;
  }
  .future__next .section_title {
    margin-bottom: 12px;
  }
  .future__next--data {
    margin-bottom: 10px;
  }
  .future__next--data * {
    font-size: 4.2rem;
  }
  .future__next--data .day {
    font-size: 8.1rem;
  }
  .future__next--place {
    margin-bottom: 25px;
  }
  .future__schedule .section_title {
    margin-bottom: 10px;
  }
  .future__schedule--data {
    margin-bottom: 8px;
  }
  .future__schedule--data * {
    font-size: 3.2rem;
  }
  .future__schedule--data .day {
    font-size: 4.4rem;
  }
  .future__schedule--place {
    margin-bottom: 15px;
  }
  .future__schedule input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--switch .schedule1 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--tabtext div:not(.schedule1) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--tabbody &gt; div:not(.schedule1) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--switch .schedule2 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--tabtext &gt; div:not(.schedule2) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--tabbody &gt; div:not(.schedule2) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--switch .schedule3 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--tabtext &gt; div:not(.schedule3) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--tabbody &gt; div:not(.schedule3) {
    display: none;
  }
  .future__schedule--switch {
    margin: 0 40px;
  }
  .future__schedule--switch ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
  }
  .future__schedule--switch ul li {
    width: 150px;
  }
  .future__schedule--switch ul label {
    line-height: 1;
    display: block;
    background-color: #b1b1b1;
    cursor: pointer;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    padding: 5px;
    font-size: 2rem;
  }
  .future__schedule--switch ul label span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.4rem;
    margin-left: .5em;
  }
  .future__schedule--switch ul label:hover {
    opacity: .7;
  }
  .future .future__slider {
    overflow: visible !important;
    width: -webkit-calc(670px + 20px);
    width: -moz-calc(670px + 20px);
    width: calc(670px + 20px);
  }
  .future .future__slider .swiper-wrapper {
    width: 100%;
  }
  .future .future__slider .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  .future .future__slider .future_slide_prev,
  .future .future__slider .future_slide_next {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url(../../images/future_slide_arrow_black.png) no-repeat center left 30px/16px auto;
    -moz-box-shadow: 1.532px 1.286px 10px 0px rgba(0, 0, 0, 0.4);
         box-shadow: 1.532px 1.286px 10px 0px rgba(0, 0, 0, 0.4);
    width: 72px;
    height: 72px;
    margin-top: -30px;
  }
  .future .future__slider .future_slide_prev.swiper-button-disabled,
  .future .future__slider .future_slide_next.swiper-button-disabled {
    opacity: 1;
    background: #969696 url(../../images/future_slide_arrow_gray.png) no-repeat center left 30px/16px auto;
  }
  .future .future__slider .future_slide_prev {
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: -40px;
  }
  .future .future__slider .future_slide_next {
    right: -40px;
  }
  .future .f_box {
    font-weight: bold;
    width: 670px;
    height: 100%;
    margin: 0 auto;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .future .f_box__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  .future .f_box__ttl .tag {
    width: 207px;
    font-size: 2.8rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    text-align: center;
    min-height: 42px;
    height: 100;
  }
  .future .f_box__ttl .name {
    background: #fff;
    width: -webkit-calc(100% - 207px);
    width: -moz-calc(100% - 207px);
    width: calc(100% - 207px);
    color: #000;
    font-size: 2rem;
    padding-left: 22px;
    min-height: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4px;
  }
  .future .f_box__ctt {
    height: -webkit-calc(100% - 42px);
    height: -moz-calc(100% - 42px);
    height: calc(100% - 42px);
    text-align: center;
    padding: 20px 40px 80px;
    position: relative;
  }
  .future .f_box__ctt .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .future .f_box__ctt .btn__item {
    font-size: 1.6rem;
    width: 210px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 20px;
         border-radius: 20px;
    letter-spacing: 0.5px;
  }
  .future .f_box__ctt .btn__item + .btn__item {
    margin-left: 12px;
  }
  .future .f_box__ctt .btn__item.high_light {
    padding-left: 80px;
    background: #fc0000 url(../images/future_icon_movie.png) no-repeat center left 44px/26px auto;
    color: #fff;
  }
  .future .f_box__ctt .btn__item.see_result, .future .f_box__ctt .btn__item.see_info {
    padding-left: 80px;
    background: #fff url(../images/future_icon_check.png) no-repeat center left 50px/21px auto;
    color: #000;
  }
  .future .f_box__ctt .btn__item.ticket {
    padding-left: 80px;
    background: #fc0000 url(../images/future_icon_ticket.png) no-repeat center left 44px/25px auto;
    color: #fff;
  }
  .future .f_box.home {
    background: #000a6e;
  }
  .future .f_box.home .f_box__ttl .tag {
    background: #fc0000;
  }
  .future .f_box.home .f_box__ctt {
    color: #fff;
  }
  .future .f_box.away {
    background: #a9a9a9;
  }
  .future .f_box.away .f_box__ttl .tag {
    background: #2e2e2e;
  }
  .future .f_box.away .f_box__ctt {
    color: #000000;
  }
  .future .f_box.done .place {
    font-size: 2rem;
  }
  .future .f_box.done .box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .future .f_box.done .box__txt {
    text-align: center;
    margin: 0 26px;
  }
  .future .f_box.done .box__txt .result {
    font-size: 11.2rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    line-height: 1;
    letter-spacing: -4px;
  }
  .future .f_box.done .box__txt .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .future .f_box.done .box__txt .date span:nth-of-type(1), .future .f_box.done .box__txt .date span:nth-of-type(3) {
    font-size: 2rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .future .f_box.done .box__txt .date span:nth-of-type(2) {
    font-size: 2rem;
  }
  .future .f_box.done .box__image {
    width: 131px;
    height: 126px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.done .box__image img {
    max-width: 131px;
    max-height: 126px;
  }
  .future .f_box.done .team {
    margin-top: 20px;
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .future .f_box.not_yet .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .future .f_box.not_yet .date span:nth-of-type(1), .future .f_box.not_yet .date span:nth-of-type(3) {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(1), .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(3) {
    font-size: 10.3rem;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(2) {
    font-size: 7.3rem;
    margin-top: 20px;
  }
  .future .f_box.not_yet .date span:nth-of-type(2) {
    font-size: 4.8rem;
  }
  .future .f_box.not_yet .date span:nth-of-type(3) {
    font-size: 6.6rem;
  }
  .future .f_box.not_yet .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .future .f_box.not_yet .box__txt {
    width: 340px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.not_yet .box__txt .team {
    font-size: 2.4rem;
  }
  .future .f_box.not_yet .box__txt .place {
    font-size: 1.6rem;
  }
  .future .f_box.not_yet .box__image {
    width: 98px;
    height: 101px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.not_yet .box__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .ticket_info {
    padding: 64px 0 50px;
    text-align: center;
  }
  .ticket_info .section_title {
    margin-bottom: 22px;
  }
  .ticket_info__list &gt; li + li {
    margin-top: 4px;
  }
  .ticket_info__list--inner {
    padding: 20px 0;
    width: 716px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info__list--inner + .ticket_info__list--inner {
    margin-top: 0;
    padding-top: 0;
  }
  .ticket_info__list .ticket_info__list--item_home {
    background-color: #be9664;
  }
  .ticket_info__list .ticket_info__list--item_home .game_base {
    background-color: #fff;
    color: #be9664;
  }
  .ticket_info__list .ticket_info__list--item_away {
    background-color: #34322b;
    color: #888681;
  }
  .ticket_info__list .ticket_info__list--item_away .game_base {
    background-color: #888681;
    color: #34322b;
  }
  .ticket_info__list--text {
    width: 580px;
  }
  .ticket_info__btn {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .ticket_info__btn &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .ticket_info__btn li {
    width: 232px;
    height: 60px;
    font-size: 1.4rem;
    vertical-align: middle;
    color: #be9664;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-weight: bold;
  }
  .ticket_info__btn li + li {
    margin-left: 10px;
  }
  .ticket_info__btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    position: relative;
  }
  .ticket_info__btn a:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.8rem;
  }
  .ticket_info__btn .date {
    color: #656565;
  }
  .ticket_info .match {
    width: 126px;
  }
  .ticket_info .match__team {
    width: 42px;
  }
  .ticket_info .match__team--logo {
    width: 100%;
    height: 42px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info .match__team--logo img {
    max-width: 42px;
    max-height: 42px;
  }
  .ticket_info .match__vs {
    width: 42px;
    word-break: keep-all;
    font-size: 2.9rem;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
  }
  .ticket_info .game_data {
    display: block;
    text-align: left;
    margin-bottom: 4px;
    width: 148px;
    padding-left: 18px;
  }
  .ticket_info .game_data &gt; * {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .ticket_info .game_data .day {
    font-size: 4.4rem;
  }
  .ticket_info .game_data .week {
    margin-right: 6px;
    padding-bottom: 2px;
  }
  .ticket_info .game_data .week,
  .ticket_info .game_data .time {
    font-size: 3rem;
  }
  .ticket_info .game_place {
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
    width: -webkit-calc(100% - (126px + 148px + 65px));
    width: -moz-calc(100% - (126px + 148px + 65px));
    width: calc(100% - (126px + 148px + 65px));
    padding-right: 30px;
  }
  .ticket_info .game_base {
    width: 65px;
    height: 43px;
    line-height: 43px;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
  }
  .ticket_info .btn_list {
    margin: 52px 0 50px;
  }
  .ticket_info__btn_area {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .ticket_info__btn_area .btn {
    width: 604px;
    height: 72px;
    line-height: 70px;
    margin: 15px auto 0;
    -moz-border-radius: 35px;
         border-radius: 35px;
    overflow: hidden;
    font-size: 2rem;
  }
  .ticket_info__btn_area .btn a {
    background-color: #fc0000;
  }
  .hightlight .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hightlight .inner:before, .hightlight .inner:after {
    display: none;
  }
  .hightlight .section_title {
    text-align: left;
    font-size: 4.8rem;
  }
  .hightlight__ranking {
    width: 500px;
    padding-right: 40px;
  }
  .hightlight__ranking--num {
    display: block;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    color: #be9664;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .hightlight__ranking--num em {
    font-style: normal;
    font-size: 8rem;
    display: inline-block;
    margin-right: .1em;
  }
  .hightlight__ranking--num small {
    font-size: 1.4rem;
    display: block;
    margin-top: 4px;
  }
  .hightlight__ranking .table_head {
    font-size: 1rem;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-left: 216px;
  }
  .hightlight__ranking .table_head span {
    width: 46px;
  }
  .hightlight__ranking .table_head span:nth-of-type(5) {
    width: 60px;
  }
  .hightlight__ranking table {
    border-collapse: collapse;
    width: 100%;
  }
  .hightlight__ranking table th, .hightlight__ranking table td {
    border: none;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }
  .hightlight__ranking table thead th {
    font-size: 1rem;
    padding: 2px 10px;
  }
  .hightlight__ranking table tbody tr:nth-child(odd) {
    background-color: #242424;
  }
  .hightlight__ranking table tbody th {
    padding: 0;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 34px;
    background-color: #242424;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .hightlight__ranking table tbody td {
    padding: 0;
    font-size: 1.4rem;
    border-bottom: solid 2px #000;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) {
    text-align: left;
    padding-left: 10px;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) p {
    display: block;
    padding: 5px 0 5px 35px;
    min-height: 30px;
    position: relative;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) img {
    max-width: 30px;
    max-height: 24px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hightlight__ranking table tbody td:nth-of-type(n+2) {
    width: 46px;
  }
  .hightlight__ranking table tbody td:nth-of-type(6) {
    width: 60px;
  }
  .hightlight__ranking table tbody .now td {
    background-color: #be9664;
  }
  .hightlight__ranking .btn {
    margin: 23px auto 0;
  }
  .news__list li {
    display: block;
    padding: 0;
    width: auto;
    border-bottom: dotted 1px #66686e;
  }
  .news__list li:last-child {
    border-bottom: none;
  }
  .news__list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 10px;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
  }
  .news__list a * {
    white-space: nowrap;
  }
  .news__list--data {
    color: inherit;
    width: auto;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 1.8rem;
  }
  .news__list--category {
    font-size: 1.2rem;
    margin-left: .8em;
  }
  .news__list--category:after {
    display: none;
  }
  .news__list--text {
    font-size: 1.4rem;
    margin-left: 1em;
    min-width: 0;
    position: relative;
    min-width: 0;
    overflow: hidden;
  }
  .news__list--text p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .btn {
    margin: 15px auto 0;
  }
  .scroll_container::-webkit-scrollbar {
    width: 0 !important;
  }
  .scroll_container {
    -ms-overflow-style: none;
  }
  .news__switch {
    color: #fff;
    background-color: #000;
  }
  .news__switch ul {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .news__switch ul:before, .news__switch ul:after {
    content: ' ';
    display: table;
  }
  .news__switch ul:after {
    clear: both;
  }
  .news__switch li {
    float: left;
    width: 157px;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
  }
  .news__switch li:nth-child(8n-1) {
    border-right: none;
  }
  .news__switch li:nth-child(n+8) {
    border-bottom: none;
  }
  .news__switch a {
    display: block;
    padding: 10px 0;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    cursor: pointer;
  }
  .news__switch a:hover {
    opacity: .7;
  }
  .news__switch a.on {
    background-color: #fc0000;
  }
  .section_title {
    font-size: 5.4rem;
    line-height: 1;
  }
  .mv {
    position: relative;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .mv .swiper-pagination-custom,
  .mv .swiper-pagination-fraction {
    bottom: 0;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 22px 0;
    z-index: 999;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets &gt; *,
  .mv .swiper-pagination-custom &gt; *,
  .mv .swiper-pagination-fraction &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .mv .swiper-pagination-custom .swiper-pagination-bullet,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet {
    font-size: 1.4rem;
    width: 65px;
    height: 7px;
    margin: 0 6px;
    background: #4d4d4d;
    opacity: 1;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .mv .swiper-pagination-custom .swiper-pagination-bullet-active,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet-active {
    background: #fff;
  }
  .ticket_info__list--inner {
    display: block;
  }
  .ticket_info__list--data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 0 100px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .ticket_info__list--data .game_data {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ticket_info__list--data .match {
    width: auto;
    line-height: 1.3;
  }
  .ticket_info__list--data .match__team {
    width: auto;
    font-size: 2.4rem;
  }
  .ticket_info__list--data .match__team span {
    font-size: 1.8rem;
  }
  .ticket_info__list--data .match__team--logo {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    top: -20px;
  }
  .ticket_info__list--data .match__team--logo img {
    max-width: 80px;
    max-height: 80px;
  }
  .ticket_info__list .game_place {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ticket_info__list .game_place p {
    line-height: 1.2;
    display: inline-block;
  }
  .ticket_info__list .game_place p + p {
    margin-left: 0.5em;
  }
  .ticket_info__list .game_place span {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 2.2rem;
  }
  .ticket_info__btn_area .btn + .btn {
    margin-top: 20px;
  }
  .latest {
    padding: 55px 0 70px;
    text-align: center;
    background: url("../images/latest_bg.jpg") center bottom no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
         background-size: cover;
  }
  .latest:before {
    right: -150px;
  }
  .latest .section_title {
    margin-bottom: 10px;
  }
  .latest .game_place {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .latest .match__team--logo {
    height: 180px;
    margin-bottom: 0;
  }
  .latest .match__team--name {
    font-weight: bold;
  }
  .latest .game_data {
    display: block;
    width: 212px;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 24px;
         border-radius: 24px;
    margin: auto;
    background-color: #fff;
    color: #000a6e;
    padding: 2px 0 6px;
  }
  .latest .game_data .day {
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    font-size: 4.2rem;
  }
  .latest .game_data .week {
    font-size: 2.8rem;
  }
  .latest__btn {
    font-weight: bold;
    margin: 45px auto 0;
    overflow: hidden;
    font-size: 1.8rem;
  }
  .latest__btn a {
    display: table;
    position: relative;
    text-decoration: underline;
    padding-right: 30px;
    margin: auto;
  }
  .latest__btn a:after {
    font-family: FontAwesome;
    content: " ";
    color: #fe0000;
    font-size: 3.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .latest__btn a:hover {
    text-decoration: none;
  }
  .hightlight {
    padding: 35px 0 75px;
    position: relative;
    overflow: hidden;
  }
  .hightlight:before {
    display: block;
    width: 510px;
    height: 669px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/hightlight_logo.png") left bottom no-repeat;
  }
  .hightlight__movie {
    width: 535px;
  }
  .hightlight__movie .section_title {
    margin-bottom: 10px;
  }
  .hightlight__movie--wrap {
    width: 100%;
    padding-top: 77.05224%;
    position: relative;
  }
  .hightlight__movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
  }
  .hightlight .scroll_container {
    height: 250px;
    overflow: auto;
  }
  .information {
    padding: 30px 0 85px;
    position: relative;
  }
  .information:before, .information:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #000a6e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .information:before {
    height: 364px;
    border-bottom: solid 146px #fc0000;
  }
  .information:after {
    height: 282px;
    border-bottom: solid 134px #fc0000;
    -webkit-transform: translateY(364px);
       -moz-transform: translateY(364px);
        -ms-transform: translateY(364px);
            transform: translateY(364px);
  }
  .information .inner {
    z-index: 1;
  }
  .information__slide_wrap {
    padding: 0 31px;
    position: relative;
  }
  .information__slide_wrap .information_slide_prev,
  .information__slide_wrap .information_slide_next {
    background: #fff url(../../images/information_slide_arrow_black.png) no-repeat center left 20px/11px auto;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 1.532px 1.286px 10px 0px rgba(0, 0, 0, 0.4);
         box-shadow: 1.532px 1.286px 10px 0px rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    margin-top: -28px;
  }
  .information__slide_wrap .information_slide_prev.swiper-button-disabled,
  .information__slide_wrap .information_slide_next.swiper-button-disabled {
    opacity: 1;
    background: #969696 url(../../images/future_slide_arrow_gray.png) no-repeat center left 20px/11px auto;
  }
  .information__slide_wrap .information_slide_prev.inactive,
  .information__slide_wrap .information_slide_next.inactive {
    display: none;
  }
  .information__slide_wrap .information_slide_prev {
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: 0;
  }
  .information__slide_wrap .information_slide_next {
    right: 0;
  }
  .information__slider {
    margin-top: 46px;
    margin-bottom: 56px;
    margin: 46px auto 56px;
  }
  .information__slider .swiper-slide {
    width: 245px !important;
    height: 254px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    color: #000;
    margin: 0 7px;
    background: #fff;
  }
  .information__slider .swiper-slide a {
    display: block;
    background: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .information__slider .swiper-slide .image {
    -moz-border-radius: 15px 15px 0 0;
         border-radius: 15px 15px 0 0;
    overflow: hidden;
    width: 100%;
    height: 140px;
  }
  .information__slider .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center center;";
    /*IE*/
  }
  .information__slider .swiper-slide .txt {
    -moz-border-radius: 0 0 15px 15px;
         border-radius: 0 0 15px 15px;
    width: 100%;
    height: -webkit-calc(100% - 140px);
    height: -moz-calc(100% - 140px);
    height: calc(100% - 140px);
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px 16px 26px;
    letter-spacing: 0.5px;
  }
  .information__slider .swiper-slide .txt p {
    width: 100%;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
  }
  .information__column {
    width: 728px;
    float: left;
  }
  .information .section_title {
    font-size: 4.8rem;
  }
  .information__news .section_title {
    margin-bottom: 10px;
  }
  .information__schedule .section_title {
    font-size: 4rem;
    margin-left: 6px;
    margin-bottom: 16px;
    color: #be9664;
  }
  .information .schedule__list--head {
    padding: 0;
  }
  .information .schedule__list--head .schedule__list--cell {
    padding: 10px 15px;
    text-align: left;
    border-color: #000;
  }
  .information .schedule__list--body {
    color: #000;
    background-color: #fff;
    min-height: auto;
  }
  .information .schedule__list--body .schedule__list--cell {
    padding: 10px 15px;
    text-align: left;
    border-color: #000;
  }
  .information__banner {
    width: 348px;
    margin: 58px 0 0;
    float: right;
  }
  .information__banner li {
    line-height: 1.2;
    overflow: hidden;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .information__banner li + li {
    margin-top: 15px;
  }
  .information__banner a {
    padding: 18px 15px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .information__banner--pix {
    width: 120px;
  }
  .information__banner--caption {
    padding-left: 20px;
  }
  .information__banner .f_en {
    font-size: 2.6rem;
  }
  .information__banner p:not(.f_en) {
    font-size: 1.6rem;
    color: #000a6e;
    margin-top: 8px;
  }
  .news__view {
    padding-bottom: 40px;
  }
  .news__switch li {
    width: 104px;
    font-size: 1.2rem;
  }
  .news__switch li .news12 {
    line-height: 1.2;
    padding: 4px 0;
  }
  .news__tabbody {
    background-color: #fff;
    min-height: 439px;
  }
  .news__list {
    padding: 12px 18px;
    color: #000;
  }
  .news .btn {
    margin: 20px auto 0;
  }
  .photos__slider {
    height: 460px;
    position: relative;
    overflow: hidden;
  }
  .photos__slider--item {
    height: 100%;
    width: 600px;
    position: relative;
  }
  .photos__slider--item .photo {
    width: 600px !important;
    height: 100%;
    position: relative;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    overflow: hidden;
  }
  .photos__slider--item .photo:before {
    content: '';
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) skewX(20deg);
       -moz-transform: translateX(-50%) skewX(20deg);
        -ms-transform: translateX(-50%) skewX(20deg);
            transform: translateX(-50%) skewX(20deg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .photos__slider .photo01:before {
    background-image: url("../images/photos01.jpg");
  }
  .photos__slider .photo02:before {
    background-image: url("../images/photos02.jpg");
  }
  .photos__slider .photo03:before {
    background-image: url("../images/photos03.jpg");
  }
  .photos .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .guide {
    padding: 40px 0 50px;
    text-align: center;
    background: url("../images/guide_bg.jpg") center top no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
         background-size: cover;
  }
  .guide .section_title {
    margin-bottom: 26px;
  }
  .guide__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-left: -20px;
  }
  .guide__list &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .guide__list li {
    width: 353px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 20px;
  }
  .guide__list a {
    display: block;
  }
  .guide__list a:hover {
    opacity: 1;
  }
  .guide__list a:hover img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .guide__list--pix {
    position: relative;
    height: 163px;
    overflow: hidden;
  }
  .guide__list--pix img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s 0s ease;
    -moz-transition: .5s 0s ease;
    transition: .5s 0s ease;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .guide__list--caption {
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
    height: 95px;
    line-height: 1.3;
    padding-top: 15px;
  }
  .guide__list--caption .en {
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    font-size: 3rem;
  }
  .guide__list--caption p:not(.en) {
    color: #8c8c8c;
    font-weight: bold;
  }
  .goods {
    padding: 50px 0 78px;
    text-align: center;
  }
  .goods:before {
    left: -40px;
  }
  .goods .section_title {
    margin-bottom: 30px;
  }
  .goods__slider {
    max-width: 1450px;
    margin: auto;
  }
  .goods__slider--item {
    width: 342px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .goods__slider--item:hover {
    opacity: 0.5;
  }
  .goods__slider--item p {
    margin-top: 6px;
  }
  .goods__slider--next, .goods__slider--prev {
    width: 80px;
    height: 72px;
    position: absolute;
    top: 96px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
  }
  .goods__slider--next:before, .goods__slider--prev:before {
    font-family: FontAwesome;
    font-size: 4.6rem;
  }
  .goods__slider--next:hover, .goods__slider--prev:hover {
    opacity: .7;
  }
  .goods__slider--next {
    background-color: #fc0000;
    right: 0;
  }
  .goods__slider--next:before {
    content: " ";
  }
  .goods__slider--prev {
    left: 0;
    background-color: #000a6e;
  }
  .goods__slider--prev:before {
    content: " ";
  }
  .goods__links {
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
    max-width: 1250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .goods__links li {
    width: 405px;
    height: 66px;
    line-height: 66px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
  }
  .goods__links li + li {
    margin-left: 15px;
  }
  .goods__links a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #fff;
  }
  .goods__links span:before {
    margin-right: 15px;
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  .goods__links--online span:before {
    width: 38px;
    height: 44px;
    background: url("../common/images/logo/fc_tokyo.png") left top no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .goods__links--rakuten span:before {
    width: 131px;
    height: 32px;
    background: url("../common/images/logo_rakuten.png") left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .goods__links--official a {
    padding-left: 80px;
  }
  .goods__links--official a:before {
    content: '';
    display: block;
    width: 104px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    background: url("../images/goods_official.jpg") 37% 31% no-repeat;
    -moz-background-size: 150%;
         background-size: 150%;
  }
  .social {
    padding: 40px 0;
    background: url("../images/social_bg.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .social .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 38px;
  }
  .social .inner:before, .social .inner:after {
    display: none;
  }
  .social .social_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .social .social_list li:not(:last-child) {
    margin-right: 50px;
  }
  .social .social_list strong {
    line-height: 1;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .social .social_list strong:before {
    font-family: FontAwesome;
    font-size: 3.2rem;
    margin-right: 10px;
    margin-bottom: -3px;
    font-weight: normal;
  }
  .social__x strong:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/common/images/icon_x.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__fb strong:before {
    content: " ";
  }
  .social__insta strong:before {
    content: " ";
  }
  .social__youtube strong:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 28px;
    background: url("/common/images/icon_youtube.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__line strong:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/common/images/icon_line.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__tiktok strong:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 29px;
    background: url("/common/images/icon_tiktok.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-top: 45px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .social__list &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .social__list li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .social__list a {
    display: block;
    height: 57px;
    line-height: 57px;
    padding: 0 42px;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .social__list a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .social__list--line a:before {
    content: '';
    width: 28px;
    height: 27px;
    background-image: url("../common/images/icon_line.png");
  }
  .social__list--youtube a:before {
    font-family: FontAwesome;
    content: " ";
    font-size: 3rem;
  }
  .social__list--dorompa a:before {
    content: '';
    width: 37px;
    height: 24px;
    background-image: url("../common/images/icon_dorompa.png");
  }
  .others {
    padding: 45px 0 38px;
    background-color: #fff;
  }
  .others__banner {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .others__banner &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .others__banner li {
    width: 536px;
    height: 98px;
    border: 1px solid #d7d7d7;
    font-size: 3rem;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    position: relative;
    overflow: hidden;
    color: #000a6e;
  }
  .others__banner li + li {
    margin-left: 28px;
  }
  .others__banner a {
    text-align: left;
    display: block;
    position: relative;
    height: 100%;
  }
  .others__banner a:before, .others__banner a:after {
    content: '';
    display: block;
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .others__banner a:before {
    background-repeat: no-repeat;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    z-index: 0;
  }
  .others__banner a:after {
    right: 180px;
    -webkit-transform: skewX(-38deg);
       -moz-transform: skewX(-38deg);
        -ms-transform: skewX(-38deg);
            transform: skewX(-38deg);
    background-color: #fff;
    z-index: 1;
  }
  .others__banner span {
    line-height: 1.2em;
    display: block;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .others__banner--park a:before {
    -moz-background-size: 100%;
         background-size: 100%;
    background-position: 50%;
    background-image: url("../images/others_banner_park.jpg");
  }
  .others__banner--volleyball a:before {
    background-position: -11% 14%;
    background-image: url("../images/others_banner_volleyball.jpg?20210603");
  }
  .others__link {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 38px 0 0 -17px;
  }
  .others__link &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .others__link li {
    width: 262px;
    height: 58px;
    line-height: 58px;
    -moz-border-radius: 29px;
         border-radius: 29px;
    margin-left: 17px;
    overflow: hidden;
  }
  .others__link a {
    display: block;
    height: 100%;
    background-color: #bdbdbd;
  }
  .inline_outer {
    display: none;
  }
  .modal {
    outline: none;
  }
  #cboxTopCenter {
    height: 0;
  }
  #cboxPrevious,
  #cboxNext {
    display: none !important;
  }
  .modal_box__inner {
    width: 600px;
    padding: 20px;
    background-color: #000a6e;
  }
  .modal_box__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal_box__close:hover {
    opacity: 0.5;
  }
  .modal_box__close:before, .modal_box__close:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 45px;
    background-color: #000a6e;
  }
  .modal_box__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_box__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal_box__text {
    margin-top: 100px;
    background-color: #fff;
    padding: 15px;
  }
  .modal_box__links {
    display: block !important;
  }
  .modal_box__links li {
    margin: 0 auto 30px !important;
  }
  .emergency_area {
    background: #fff;
    padding: 15px 0;
    text-align: center;
  }
  .emergency_area p + p {
    margin-top: 10px;
  }
  .emergency_area a {
    color: #f00;
    font-size: 2.2rem;
  }
  .dazn-banner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #container {
    margin-left: 0;
  }
  .section_title {
    font-size: 8.59375vw;
    line-height: 1;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
  }
  .mv__slider {
    position: relative;
  }
  .mv__slider--content {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 100vw;
  }
  .mv__slider--content a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mv__slider .inner {
    height: 100%;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .mv .swiper-pagination-custom,
  .mv .swiper-pagination-fraction {
    bottom: 0;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 11px 0;
    z-index: 999;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets &gt; *,
  .mv .swiper-pagination-custom &gt; *,
  .mv .swiper-pagination-fraction &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .mv .swiper-pagination-custom .swiper-pagination-bullet,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet {
    font-size: 1.82292vw;
    width: 9.63542vw;
    height: 0.91146vw;
    margin: 0 1.43229vw;
    background: #4d4d4d;
    opacity: 1;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+9),
  .mv .swiper-pagination-custom .swiper-pagination-bullet:nth-of-type(n+9),
  .mv .swiper-pagination-fraction .swiper-pagination-bullet:nth-of-type(n+9) {
    margin-top: 2.08333vw;
  }
  .mv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .mv .swiper-pagination-custom .swiper-pagination-bullet-active,
  .mv .swiper-pagination-fraction .swiper-pagination-bullet-active {
    background: #fff;
  }
  .future {
    width: 100%;
    overflow: hidden;
    padding: 5.20833vw 0;
    position: relative;
    background: url("/common/images/index_future_bg_sp.jpg") no-repeat center bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .future section {
    text-align: center;
  }
  .future .section_title {
    display: table;
    width: 75.52083vw;
    margin: 0 auto 2.34375vw;
    padding-bottom: 2.60417vw;
    text-align: center;
    border-bottom: solid 1px #fff;
  }
  .future .match {
    width: 78.125vw;
  }
  .future .match__game_status {
    font-weight: bold;
  }
  .future .match__team {
    font-weight: bold;
  }
  .future .match__team--logo {
    position: relative;
    height: 28.64583vw;
    margin-bottom: 0;
  }
  .future .match__team--logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .future .match__team--base {
    line-height: 1;
  }
  .future .match__vs {
    width: 15.625vw;
  }
  .future .game_data {
    margin-bottom: 2.34375vw;
  }
  .future .game_data * {
    font-size: 7.29167vw;
  }
  .future .game_data .day {
    font-size: 13.41146vw;
  }
  .future .game_place {
    font-weight: bold;
    font-size: 3.125vw;
  }
  .future .btn_list {
    margin-top: 4.16667vw;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
  }
  .future .btn_list li {
    margin: 2.34375vw 0 0 0;
  }
  .future .btn_list li:nth-of-type(even) {
    margin-left: 1em;
  }
  .future__next--place {
    margin-bottom: 1.30208vw;
  }
  .future__schedule {
    margin-top: 14.0625vw;
  }
  .future__schedule--place {
    margin-bottom: 1.95312vw;
  }
  .future__schedule input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--switch .schedule1 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--tabtext div:not(.schedule1) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule1:checked ~ .future__schedule--tabbody &gt; div:not(.schedule1) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--switch .schedule2 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--tabtext div:not(.schedule2) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule2:checked ~ .future__schedule--tabbody &gt; div:not(.schedule2) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--switch .schedule3 {
    background-color: #fff;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--tabtext div:not(.schedule3) {
    display: none;
  }
  .future__schedule input[type="radio"].schedule3:checked ~ .future__schedule--tabbody &gt; div:not(.schedule3) {
    display: none;
  }
  .future__schedule--switch ul {
    width: 74.21875vw;
    margin: 0 auto 1.30208vw;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #000;
  }
  .future__schedule--switch ul li {
    width: 24.21875vw;
  }
  .future__schedule--switch ul label {
    line-height: 1;
    display: block;
    background-color: #b1b1b1;
    cursor: pointer;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    padding: 3px 4px 5px;
    font-size: 4.42708vw;
  }
  .future__schedule--switch ul label span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 3.125vw;
    margin-left: .5em;
  }
  .future .future__slider {
    overflow: visible !important;
    width: -webkit-calc(82.16146vw + 3.125vw);
    width: -moz-calc(82.16146vw + 3.125vw);
    width: calc(82.16146vw + 3.125vw);
  }
  .future .future__slider .swiper-wrapper {
    width: 100%;
  }
  .future .future__slider .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  .future .future__slider .future_slide_prev,
  .future .future__slider .future_slide_next {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url(../../images/future_slide_arrow_black.png) no-repeat center left 4.42708vw/2.34375vw auto;
    -moz-box-shadow: 0.19948vw 0.16745vw 1.30208vw 0px rgba(0, 0, 0, 0.4);
         box-shadow: 0.19948vw 0.16745vw 1.30208vw 0px rgba(0, 0, 0, 0.4);
    width: 10.41667vw;
    height: 10.41667vw;
    margin-top: -5.98958vw;
  }
  .future .future__slider .future_slide_prev.swiper-button-disabled,
  .future .future__slider .future_slide_next.swiper-button-disabled {
    opacity: 1;
    background: #969696 url(../../images/future_slide_arrow_gray.png) no-repeat center left 4.42708vw/2.34375vw auto;
  }
  .future .future__slider .future_slide_prev {
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: -5.98958vw;
  }
  .future .future__slider .future_slide_next {
    right: -5.98958vw;
  }
  .future .f_box {
    font-weight: bold;
    width: 82.16146vw;
    height: 100%;
    margin: 0 auto;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    overflow: hidden;
  }
  .future .f_box__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  .future .f_box__ttl .tag {
    width: 26.95312vw;
    font-size: 5.20833vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    min-height: 7.8125vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box__ttl .name {
    width: -webkit-calc(100% - 26.95312vw);
    width: -moz-calc(100% - 26.95312vw);
    width: calc(100% - 26.95312vw);
    color: #000;
    font-size: 4.16667vw;
    padding-left: 2.60417vw;
    min-height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .future .f_box__ctt {
    height: -webkit-calc(100% - 7.8125vw);
    height: -moz-calc(100% - 7.8125vw);
    height: calc(100% - 7.8125vw);
    text-align: center;
    padding: 3.90625vw 2.60417vw 18.22917vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .future .f_box__ctt .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 5.46875vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .future .f_box__ctt .btn__item {
    font-size: 3.125vw;
    width: 37.23958vw;
    height: 8.85417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 4.42708vw;
         border-radius: 4.42708vw;
    letter-spacing: 0.13021vw;
  }
  .future .f_box__ctt .btn__item + .btn__item {
    margin-left: -webkit-calc((100% - 5.20833vw) - (37.23958vw * 2));
    margin-left: -moz-calc((100% - 5.20833vw) - (37.23958vw * 2));
    margin-left: calc((100% - 5.20833vw) - (37.23958vw * 2));
  }
  .future .f_box__ctt .btn__item.high_light {
    padding-left: 14.32292vw;
    background: #fc0000 url(../images/future_icon_movie.png) no-repeat center left 7.8125vw/4.94792vw auto;
    color: #fff;
  }
  .future .f_box__ctt .btn__item.see_result, .future .f_box__ctt .btn__item.see_info {
    padding-left: 14.32292vw;
    background: #fff url(../images/future_icon_check.png) no-repeat center left 9.11458vw/3.90625vw auto;
    color: #000;
  }
  .future .f_box__ctt .btn__item.ticket {
    padding-left: 15.10417vw;
    background: #fc0000 url(../images/future_icon_ticket.png) no-repeat center left 8.59375vw/4.94792vw auto;
    color: #fff;
  }
  .future .f_box.home {
    background: #000a6e;
  }
  .future .f_box.home .f_box__ttl .tag {
    background: #fc0000;
  }
  .future .f_box.home .f_box__ctt {
    color: #fff;
  }
  .future .f_box.away {
    background: #a9a9a9;
  }
  .future .f_box.away .f_box__ttl .tag {
    background: #2e2e2e;
  }
  .future .f_box.away .f_box__ctt {
    color: #000000;
  }
  .future .f_box.done .place {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.64583vw;
    margin-top: 1.30208vw;
  }
  .future .f_box.done .box {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .future .f_box.done .box__txt {
    text-align: center;
    margin: 0 3.38542vw;
  }
  .future .f_box.done .box__txt .result {
    font-size: 15.625vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    line-height: 1;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
    letter-spacing: -0.52083vw;
  }
  .future .f_box.done .box__txt .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .future .f_box.done .box__txt .date span:nth-of-type(1), .future .f_box.done .box__txt .date span:nth-of-type(3) {
    font-size: 4.16667vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .future .f_box.done .box__txt .date span:nth-of-type(2) {
    font-size: 4.16667vw;
  }
  .future .f_box.done .box__image {
    width: 17.05729vw;
    height: 16.01562vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.done .box__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .future .f_box.done .team {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.60417vw;
    font-size: 4.16667vw;
  }
  .future .f_box.done .btn {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .future .f_box.not_yet .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
    letter-spacing: 0.26042vw;
  }
  .future .f_box.not_yet .date span:nth-of-type(1), .future .f_box.not_yet .date span:nth-of-type(3) {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(1), .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(3) {
    font-size: 15.625vw;
  }
  .future .f_box.not_yet .date span:nth-of-type(1) span:nth-of-type(2) {
    font-size: 10.41667vw;
    margin-top: 3.125vw;
  }
  .future .f_box.not_yet .date span:nth-of-type(2) {
    font-size: 6.25vw;
  }
  .future .f_box.not_yet .date span:nth-of-type(3) {
    font-size: 8.59375vw;
  }
  .future .f_box.not_yet .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.90625vw;
  }
  .future .f_box.not_yet .box__txt {
    width: 46.875vw;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.not_yet .box__txt .team {
    font-size: 4.16667vw;
  }
  .future .f_box.not_yet .box__txt .place {
    margin-top: 1.30208vw;
    font-size: 3.64583vw;
  }
  .future .f_box.not_yet .box__image {
    width: 17.05729vw;
    height: 16.01562vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future .f_box.not_yet .box__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .ticket_info {
    padding: 9.11458vw 0 9.11458vw;
    text-align: center;
  }
  .ticket_info .section_title {
    margin-bottom: 6.51042vw;
  }
  .ticket_info__list &gt; li + li {
    margin-top: 5px;
  }
  .ticket_info__list--wrapper {
    display: block;
  }
  .ticket_info__list--inner {
    width: 100%;
    position: relative;
    padding: 3.125vw 20.57292vw 3.125vw 3.64583vw;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ticket_info__list--inner + .ticket_info__list--inner {
    padding: 0 3.64583vw 3.64583vw;
  }
  .ticket_info__list .ticket_info__list--item_home {
    background-color: #be9664;
  }
  .ticket_info__list .ticket_info__list--item_home .game_base {
    background-color: #fff;
    color: #be9664;
  }
  .ticket_info__list .ticket_info__list--item_away {
    background-color: #34322b;
    color: #888681;
  }
  .ticket_info__list .ticket_info__list--item_away .game_base {
    background-color: #888681;
    color: #34322b;
  }
  .ticket_info__list--text {
    text-align: left;
    width: 45.57292vw;
  }
  .ticket_info__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .ticket_info__btn li {
    width: 44.92188vw;
    font-size: 3.125vw;
    margin-bottom: 1.95312vw;
    height: 16.27604vw;
    color: #be9664;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-weight: bold;
  }
  .ticket_info__btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 3.25521vw 1.30208vw 1.30208vw;
    background-color: #fff;
    position: relative;
  }
  .ticket_info__btn a:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.8rem;
  }
  .ticket_info__btn .date {
    color: #656565;
  }
  .ticket_info .match {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 3.38542vw;
  }
  .ticket_info .match__team {
    width: 7.29167vw;
  }
  .ticket_info .match__team--logo {
    height: 10.9375vw;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info .match__team--logo img {
    max-width: 9.89583vw;
    max-height: 10.9375vw;
  }
  .ticket_info .match__vs {
    width: 8.33333vw;
    font-size: 5.98958vw;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
  }
  .ticket_info .game_data {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    text-align: left;
    font-size: 4.94792vw;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    padding-bottom: 1.30208vw;
  }
  .ticket_info .game_data .day {
    font-size: 8.59375vw;
  }
  .ticket_info .game_data .week {
    font-size: 5.85938vw;
  }
  .ticket_info .game_place {
    width: 100%;
    margin-top: 0.26042vw;
    font-size: 3.51562vw;
    text-align: center;
    font-weight: bold;
    padding-right: 1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info .game_place p:nth-of-type(1) {
    margin-right: 0.5em;
  }
  .ticket_info .game_base {
    width: 16.92708vw;
    height: 13.28125vw;
    line-height: 10.41667vw;
    font-size: 4.55729vw;
    position: absolute;
    right: 3.64583vw;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info .btn_list {
    margin: 8.33333vw 0;
  }
  .ticket_info .btn_list li + li {
    margin-top: 5.20833vw;
  }
  .ticket_info__btn_area {
    font-size: 3.125vw;
    font-weight: bold;
  }
  .ticket_info__btn_area .btn {
    width: 83.20312vw;
    height: 12.89062vw;
    line-height: 12.89062vw;
    margin: 1.95312vw auto 0;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    overflow: hidden;
    font-size: 4.16667vw;
  }
  .ticket_info__btn_area .btn a {
    background-color: #fc0000;
  }
  .hightlight {
    text-align: center;
    padding: 6.51042vw 0 5.98958vw;
  }
  .hightlight__ranking--num {
    display: block;
    text-align: center;
    font-size: 6.90104vw;
    line-height: 1;
    color: #be9664;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .hightlight__ranking--num em {
    font-style: normal;
    font-size: 16.01562vw;
    display: inline-block;
    margin-right: .1em;
  }
  .hightlight__ranking--num small {
    font-size: 2.86458vw;
    display: block;
    margin-top: 1.95312vw;
  }
  .hightlight__ranking .table_head {
    white-space: nowrap;
    font-size: 2.60417vw;
    text-align: left;
    margin-left: 44.27083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hightlight__ranking .table_head span {
    width: 9.11458vw;
    text-align: center;
  }
  .hightlight__ranking .table_head span:last-of-type {
    width: 11.71875vw;
  }
  .hightlight__ranking table {
    border-collapse: collapse;
    width: 100%;
  }
  .hightlight__ranking table th, .hightlight__ranking table td {
    border: none;
    color: #fff;
    text-align: center;
    padding: 1.04167vw 1.95312vw;
    font-size: 3.38542vw;
  }
  .hightlight__ranking table tbody tr:nth-child(odd) {
    background-color: #242424;
  }
  .hightlight__ranking table tbody th {
    font-size: 3.64583vw;
    padding: 0.65104vw 0;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 7.8125vw;
    background-color: #242424;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .hightlight__ranking table tbody td {
    border-bottom: solid 2px #000;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) {
    text-align: left;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) p {
    position: relative;
    padding-left: 6.51042vw;
  }
  .hightlight__ranking table tbody td:nth-of-type(1) img {
    max-width: 7.29167vw;
    max-height: 6.25vw;
    vertical-align: middle;
    margin-right: 1.95312vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hightlight__ranking table tbody td:nth-of-type(n+2) {
    width: 9.11458vw;
    padding: 0;
  }
  .hightlight__ranking table tbody td:last-of-type {
    width: 11.71875vw;
  }
  .hightlight__ranking table tbody .now td {
    background-color: #be9664;
  }
  .hightlight__ranking .btn {
    margin: 6.51042vw auto 0;
  }
  .news__list {
    padding: 1.30208vw 1.5625vw;
  }
  .news__list li {
    padding: 0;
    border-bottom: dotted 1px #5a5a5a;
  }
  .news__list li:last-child {
    border-bottom: none;
  }
  .news__list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw 1.95312vw;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
  }
  .news__list a &gt; * {
    font-size: 3.64583vw;
    white-space: nowrap;
    vertical-align: middle;
  }
  .news__list--data {
    color: inherit;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
  }
  .news__list--category {
    margin-left: .5em;
  }
  .news__list--category:after {
    display: none;
  }
  .news__list--text {
    margin-left: 1em;
    min-width: 0;
  }
  .news__list--text p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .btn {
    margin: 9.11458vw auto 0;
  }
  .news__switch {
    position: relative;
    background-color: #5a5a5a;
    font-size: 4.42708vw;
  }
  .news__switch--toggle_btn {
    padding: 0 3.25521vw;
    cursor: pointer;
    height: 14.32292vw;
    line-height: 14.32292vw;
    position: relative;
    color: #fff;
  }
  .news__switch--toggle_btn:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 3.90625vw;
    font-size: 4.94792vw;
  }
  .news__switch ul {
    opacity: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #000;
  }
  .news__switch li {
    height: 14.32292vw;
    line-height: 14.32292vw;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }
  .news__switch a {
    display: block;
    padding: 0 3.25521vw;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
  }
  .news__switch a.on {
    background-color: #fc0000;
  }
  .mv {
    position: relative;
  }
  .ticket_info__list--inner {
    display: block;
    padding: 3.125vw 3.64583vw;
  }
  .ticket_info__list--data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-right: 7.8125vw;
  }
  .ticket_info__list--data .game_data {
    line-height: 1;
    width: 28.64583vw;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ticket_info__list--data .match {
    width: auto;
    line-height: 1;
    margin-bottom: 1.30208vw;
  }
  .ticket_info__list--data .match__team {
    width: auto;
    font-size: 4.42708vw;
  }
  .ticket_info__list--data .match__team span {
    font-size: 3.125vw;
  }
  .ticket_info__list--data .match__team--logo {
    position: absolute;
    right: 0;
    width: auto;
  }
  .ticket_info__list .game_place {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-top: 1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ticket_info__list .game_place p {
    line-height: 1.3;
  }
  .ticket_info__list .game_place span {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 4.16667vw;
  }
  .ticket_info__btn li {
    width: 32.3%;
    height: 7.03125vw;
  }
  .ticket_info__btn li a {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.30208vw 2.86458vw 1.30208vw 0;
    letter-spacing: 0;
    line-height: 1;
  }
  .ticket_info__btn li a:after {
    right: 1.30208vw;
  }
  .ticket_info__btn li a .date {
    margin-left: 0.78125vw;
  }
  .ticket_info__btn li a p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_info__btn li a .sp {
    display: inline-block;
    padding-left: 1.04167vw;
    padding-bottom: 0.52083vw;
  }
  .ticket_info__btn_area .btn + .btn {
    margin-top: 2.60417vw;
  }
  .latest {
    padding: 8.59375vw 0 7.8125vw;
    text-align: center;
    background: url("../images/latest_bg.jpg") center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .latest:before {
    right: -27.34375vw;
  }
  .latest .section_title {
    margin-bottom: 3.25521vw;
  }
  .latest .game_place {
    font-size: 3.38542vw;
    font-weight: bold;
  }
  .latest .match {
    width: 92.1875vw;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest .match__team--logo {
    width: 24.73958vw;
    height: 24.73958vw;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest .match__team--logo img {
    max-width: 24.73958vw;
    max-height: 20.83333vw;
  }
  .latest .match__vs {
    width: 38.15104vw;
  }
  .latest .game_data {
    display: block;
    width: 100%;
    padding: 1.04167vw 0 1.30208vw;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 4.29688vw;
         border-radius: 4.29688vw;
    margin: auto;
    background-color: #fff;
    color: #000a6e;
  }
  .latest .game_data .day {
    font-size: 7.42188vw;
  }
  .latest .game_data .week {
    font-size: 5.07812vw;
  }
  .latest__btn {
    font-weight: bold;
    margin: 7.8125vw auto 0;
    overflow: hidden;
    font-size: 3.64583vw;
  }
  .latest__btn a {
    display: table;
    position: relative;
    text-decoration: underline;
    padding-right: 3.90625vw;
    margin: auto;
  }
  .latest__btn a:after {
    font-family: FontAwesome;
    content: " ";
    color: #fe0000;
    font-size: 4.6875vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .latest__btn a:hover {
    text-decoration: none;
  }
  .latest .btn.is_tone2_fill {
    margin: 6.51042vw 0 0;
  }
  .hightlight {
    padding: 6.51042vw 0 5.98958vw;
  }
  .hightlight__movie .section_title {
    margin-bottom: 3.25521vw;
  }
  .hightlight__movie--wrap {
    width: 100%;
    padding-top: 77.05224%;
    position: relative;
  }
  .hightlight__movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
  }
  .hightlight__ranking {
    margin-top: 7.8125vw;
  }
  .hightlight__ranking .section_title {
    margin-bottom: 4.29688vw;
  }
  .information {
    padding: 5.85938vw 0 9.11458vw;
    position: relative;
  }
  .information:before, .information:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #000a6e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .information:before {
    height: 56.25vw;
    border-bottom: solid 22.13542vw #fc0000;
  }
  .information:after {
    height: 43.75vw;
    border-bottom: solid 22.13542vw #fc0000;
    -webkit-transform: translateY(56.25vw);
       -moz-transform: translateY(56.25vw);
        -ms-transform: translateY(56.25vw);
            transform: translateY(56.25vw);
  }
  .information .inner {
    padding: 0;
    z-index: 1;
  }
  .information .section_title {
    text-align: center;
  }
  .information .information_slide_prev,
  .information .information_slide_next {
    display: none;
  }
  .information__slider {
    padding: 0;
    margin-top: 9.11458vw;
    margin-bottom: 6.25vw;
  }
  .information__slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .information__slider .swiper-slide {
    width: 44.66146vw !important;
    height: 49.73958vw;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    background: #fff;
    overflow: hidden;
    color: #000;
  }
  .information__slider .swiper-slide:nth-of-type(even) {
    margin-left: 2.60417vw;
  }
  .information__slider .swiper-slide:nth-of-type(n+3) {
    margin-top: 2.60417vw;
  }
  .information__slider .swiper-slide .image {
    -moz-border-radius: 1.95312vw 1.95312vw 0 0;
         border-radius: 1.95312vw 1.95312vw 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 25.26042vw;
    height: 0;
  }
  .information__slider .swiper-slide .image img {
    width: auto;
    height: auto;
    object-fit: cover;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .information__slider .swiper-slide .txt {
    -moz-border-radius: 0 0 1.95312vw 1.95312vw;
         border-radius: 0 0 1.95312vw 1.95312vw;
    overflow: hidden;
    width: 100%;
    height: -webkit-calc(100% - 25.26042vw);
    height: -moz-calc(100% - 25.26042vw);
    height: calc(100% - 25.26042vw);
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 3.38542vw 2.86458vw 4.94792vw;
    letter-spacing: 0.5px;
  }
  .information__slider .swiper-slide .txt p {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
  }
  .information__news {
    padding: 0 3.90625vw;
  }
  .information__news .section_title {
    margin-bottom: 3.90625vw;
  }
  .information__schedule .section_title {
    color: #be9664;
    margin-bottom: 2.60417vw;
  }
  .information__schedule .schedule__list--body {
    color: #000;
    background-color: #fff;
  }
  .information__schedule .schedule__list--row {
    display: block;
  }
  .information__schedule .schedule__list--cell span {
    padding-right: 0;
    display: block;
  }
  .information__banner {
    margin: 9.11458vw 3.90625vw 0;
  }
  .information__banner li {
    line-height: 1.2;
  }
  .information__banner li + li {
    margin-top: 3.64583vw;
  }
  .information__banner a {
    padding: 3.125vw 2.60417vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    display: table;
    width: 100%;
  }
  .information__banner a &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .information__banner a &gt; * {
    vertical-align: middle;
  }
  .information__banner--pix {
    width: 120px;
  }
  .information__banner--caption {
    padding-left: 20px;
  }
  .information__banner .f_en {
    font-size: 6.25vw;
  }
  .information__banner p:not(.f_en) {
    font-size: 3.64583vw;
    color: #000a6e;
    margin-top: 1.30208vw;
  }
  .news__view {
    padding-bottom: 19.53125vw;
  }
  .news__tabbody {
    color: #000;
    background-color: #fff;
  }
  .news__list {
    padding: 1.30208vw 1.5625vw;
  }
  .news__list li {
    padding: 0;
    border-bottom: dotted 1px #5a5a5a;
  }
  .news__list li:last-child {
    border-bottom: none;
  }
  .news__list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw 1.95312vw;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
  }
  .news__list a &gt; * {
    font-size: 3.64583vw;
    vertical-align: middle;
  }
  .news__list--data {
    color: inherit;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 100%;
    display: block;
  }
  .news__list--category {
    width: auto;
    margin-left: 0;
    white-space: nowrap;
    display: inline-block;
  }
  .news__list--category:after {
    display: none;
  }
  .news__list--text {
    display: inline-block;
    width: auto;
    margin-left: 0;
    min-width: 0;
    white-space: initial !important;
  }
  .news .btn {
    margin: 9.11458vw auto 0;
  }
  .photos__slider {
    height: 228px;
    position: relative;
    overflow: hidden;
  }
  .photos__slider--item {
    width: 290px;
    height: 100%;
    position: relative;
  }
  .photos__slider--item .photo {
    width: 290px !important;
    height: 100%;
    position: relative;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    overflow: hidden;
  }
  .photos__slider--item .photo:before {
    content: '';
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) skewX(20deg);
       -moz-transform: translateX(-50%) skewX(20deg);
        -ms-transform: translateX(-50%) skewX(20deg);
            transform: translateX(-50%) skewX(20deg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .photos__slider .photo01:before {
    background-image: url("../images/photos01.jpg");
  }
  .photos__slider .photo02:before {
    background-image: url("../images/photos02.jpg");
  }
  .photos__slider .photo03:before {
    background-image: url("../images/photos03.jpg");
  }
  .photos .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .guide {
    padding: 7.8125vw 0 18.22917vw;
    text-align: center;
    background: url("../images/guide_bg_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .guide .section_title {
    margin-bottom: 7.8125vw;
  }
  .guide__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-left: -5.20833vw;
  }
  .guide__list &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .guide__list li {
    width: 41.66667vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    overflow: hidden;
    margin: 0 0 3.90625vw 5.20833vw;
  }
  .guide__list a {
    display: block;
  }
  .guide__list--pix {
    position: relative;
  }
  .guide__list--caption {
    background-color: #fff;
    color: #000;
    font-size: 3.125vw;
    height: 15.625vw;
    padding-top: 2.60417vw;
    line-height: 1.3;
  }
  .guide__list--caption .en {
    font-size: 4.6875vw;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
  }
  .guide__list--caption p:not(.en) {
    color: #8c8c8c;
    font-weight: bold;
  }
  .goods {
    padding: 6.51042vw 0 7.16146vw;
  }
  .goods:before {
    right: 0;
    left: -37.76042vw;
  }
  .goods .section_title {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 4.55729vw;
  }
  .goods__slider--item {
    font-size: 3.90625vw;
  }
  .goods__slider--item img {
    width: 100%;
  }
  .goods__slider--item p {
    margin-top: 2.60417vw;
    padding: 0 3.90625vw;
  }
  .goods__slider--next, .goods__slider--prev {
    width: 10.41667vw;
    height: 11.19792vw;
    position: absolute;
    top: 31.25vw;
    z-index: 99;
    text-align: center;
  }
  .goods__slider--next:before, .goods__slider--prev:before {
    font-family: FontAwesome;
    font-size: 7.8125vw;
  }
  .goods__slider--next {
    background-color: #fc0000;
    right: 0;
  }
  .goods__slider--next:before {
    content: " ";
  }
  .goods__slider--prev {
    left: 0;
    background-color: #000a6e;
  }
  .goods__slider--prev:before {
    content: " ";
  }
  .goods__links {
    position: relative;
    z-index: 1;
    margin: 7.16146vw 3.90625vw 0;
  }
  .goods__links li {
    height: 14.58333vw;
    line-height: 14.58333vw;
    -moz-border-radius: 7.29167vw;
         border-radius: 7.29167vw;
    overflow: hidden;
    font-size: 3.51562vw;
    font-weight: bold;
    color: #000;
  }
  .goods__links li + li {
    margin-top: 4.55729vw;
  }
  .goods__links a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #fff;
  }
  .goods__links span:before {
    margin-right: 3.90625vw;
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  .goods__links--online span:before {
    width: 38px;
    height: 44px;
    background: url("../common/images/logo/fc_tokyo.png") left top no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .goods__links--rakuten span:before {
    width: 131px;
    height: 32px;
    background: url("../common/images/logo_rakuten.png") left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .goods__links--official a {
    padding-left: 10.41667vw;
  }
  .goods__links--official a:before {
    content: '';
    display: block;
    width: 23.95833vw;
    height: 100%;
    position: absolute;
    left: 2.99479vw;
    top: 0;
    background: url("../images/goods_official.jpg") 47% 30% no-repeat;
    -moz-background-size: 150%;
         background-size: 150%;
  }
  .social {
    text-align: center;
    padding: 6.51042vw 0;
    background: url("../images/social_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .social .social_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social .social_list li {
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
  }
  .social .social_list strong {
    line-height: 1;
    font-size: 6.51042vw;
    margin-bottom: 5.20833vw;
  }
  .social .social_list strong:before {
    font-family: FontAwesome;
    font-size: 7.03125vw;
    margin-right: 1.95312vw;
    font-weight: normal;
  }
  .social__tw strong:before {
    content: " ";
  }
  .social__x strong:before {
    content: '';
    display: inline-block;
    width: 5.59896vw;
    height: 5.59896vw;
    background: url("../common/images/icon_x.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__fb strong:before {
    content: " ";
  }
  .social__insta strong:before {
    content: " ";
  }
  .social__youtube strong:before {
    content: '';
    display: inline-block;
    width: 5.98958vw;
    height: 4.29688vw;
    background: url("../common/images/icon_youtube.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__line strong:before {
    content: '';
    display: inline-block;
    width: 5.98958vw;
    height: 5.98958vw;
    background: url("../common/images/icon_line.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__tiktok strong:before {
    content: '';
    display: inline-block;
    width: 5.20833vw;
    height: 5.98958vw;
    background: url("../common/images/icon_tiktok.png") no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .social__list {
    text-align: left;
    margin-top: 3.25521vw;
  }
  .social__list li {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .social__list a {
    display: block;
    height: 16.92708vw;
    line-height: 16.92708vw;
    padding: 0 3.90625vw 0 9.11458vw;
    font-size: 3.90625vw;
    letter-spacing: .1em;
  }
  .social__list a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.90625vw;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .social__list--line a:before {
    content: '';
    width: 7.8125vw;
    height: 7.68229vw;
    background-image: url("../common/images/icon_line.png");
  }
  .social__list--youtube a:before {
    font-family: FontAwesome;
    content: " ";
    font-size: 7.8125vw;
  }
  .social__list--dorompa a:before {
    content: '';
    width: 8.72396vw;
    height: 5.59896vw;
    background-image: url("../common/images/icon_dorompa.png");
  }
  .others {
    padding: 7.16146vw 0 6.51042vw;
    background-color: #fff;
  }
  .others__banner li {
    height: 17.05729vw;
    border: 1px solid #d7d7d7;
    color: #000a6e;
    font-size: 4.6875vw;
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    position: relative;
    overflow: hidden;
  }
  .others__banner li + li {
    margin-top: 4.55729vw;
  }
  .others__banner a {
    display: block;
    height: 100%;
  }
  .others__banner a:before, .others__banner a:after {
    content: '';
    display: block;
    width: 46.875vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .others__banner a:before {
    background-repeat: no-repeat;
  }
  .others__banner a:after {
    -webkit-transform: translateX(-80%) skewX(-38deg);
       -moz-transform: translateX(-80%) skewX(-38deg);
        -ms-transform: translateX(-80%) skewX(-38deg);
            transform: translateX(-80%) skewX(-38deg);
    background-color: #fff;
  }
  .others__banner span {
    line-height: 1.2em;
    display: block;
    position: absolute;
    z-index: 2;
    left: 3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .others__banner--park a:before {
    background-position: 100% 30%;
    background-image: url("../images/others_banner_park.jpg");
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .others__banner--volleyball a:before {
    background-position: 0 15%;
    background-image: url("../images/others_banner_volleyball.jpg?20210603");
    -moz-background-size: 112%;
         background-size: 112%;
  }
  .others__link {
    text-align: center;
    margin: 7.8125vw 0 0;
  }
  .others__link li {
    height: 14.58333vw;
    line-height: 14.58333vw;
    -moz-border-radius: 7.29167vw;
         border-radius: 7.29167vw;
    font-size: 3.51562vw;
    overflow: hidden;
  }
  .others__link li + li {
    margin-top: 3.64583vw;
  }
  .others__link a {
    display: block;
    height: 100%;
    background-color: #bdbdbd;
  }
  .modal_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
    opacity: 0;
  }
  .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 400%);
       -moz-transform: translate(-50%, 400%);
        -ms-transform: translate(-50%, 400%);
            transform: translate(-50%, 400%);
    width: 88.54167vw;
    padding: 2.60417vw;
    background-color: #000a6e;
    opacity: 0;
  }
  .modal__close {
    position: absolute;
    top: 2.60417vw;
    right: 2.60417vw;
    background-color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .modal__close:before, .modal__close:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 5.85938vw;
    background-color: #000a6e;
  }
  .modal__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__text {
    margin-top: 13.02083vw;
    background-color: #fff;
    padding: 1.95312vw;
  }
  .modal__links {
    display: block !important;
  }
  .modal__links li {
    margin: 0 auto 3.90625vw !important;
  }
  .modal_top.turnon {
    display: block;
    -webkit-animation: show_modal 0.5s forwards ease;
       -moz-animation: show_modal 0.5s forwards ease;
            animation: show_modal 0.5s forwards ease;
  }
  .modal_top.turnon .modal__inner {
    -webkit-animation: slide_up 1s 0.5s forwards ease;
       -moz-animation: slide_up 1s 0.5s forwards ease;
            animation: slide_up 1s 0.5s forwards ease;
  }
  .modal_top.turnoff {
    display: block;
    -webkit-animation: hidden_modal 1s 1s forwards ease;
       -moz-animation: hidden_modal 1s 1s forwards ease;
            animation: hidden_modal 1s 1s forwards ease;
  }
  .modal_top.turnoff .modal__inner {
    -webkit-animation: slide_down 1s forwards ease;
       -moz-animation: slide_down 1s forwards ease;
            animation: slide_down 1s forwards ease;
  }
  .inline_outer {
    display: none;
  }
  .modal {
    outline: none;
  }
  #cboxTopCenter {
    height: 0;
  }
  #cboxPrevious,
  #cboxNext {
    display: none !important;
  }
  #cboxMiddleLeft,
  #cboxMiddleRight {
    width: 0;
  }
  .modal_box__inner {
    width: 88.54167vw;
    width: 100vw;
    padding: 2.60417vw;
    background-color: #000a6e;
  }
  .modal_box__close {
    position: absolute;
    top: 2.60417vw;
    right: 2.60417vw;
    background-color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .modal_box__close:before, .modal_box__close:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 5.85938vw;
    background-color: #000a6e;
  }
  .modal_box__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_box__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal_box__text {
    margin-top: 13.02083vw;
    background-color: #fff;
    padding: 1.95312vw;
  }
  .modal_box__links {
    display: block !important;
  }
  .modal_box__links li {
    width: 100%;
    margin: 0 auto 3.90625vw !important;
  }
  .emergency_area {
    background: #fff;
    padding: 3.25521vw 0 1.95312vw;
    text-align: center;
  }
  .emergency_area p + p {
    margin-top: 1.95312vw;
  }
  .emergency_area a {
    color: #f00;
    font-size: 3.64583vw;
  }
  .dazn-banner {
    display: block;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none), print {
  .future .f_box__ttl .name {
    padding-top: 8px;
  }
}
</pre></body></html>