@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .wrap {
    width: 1026px;
    margin: 0 auto;
    position: relative;
  }
  .row, .row_pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  em {
    font-style: normal;
  }
  .section__title {
    text-align: center;
    font-weight: bold;
    font-size: 4.78rem;
  }
  .float {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 100;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -moz-transition: transform .6s ease, -moz-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
       -moz-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
    background-color: #000;
    -moz-border-radius: 4px 0 0 4px;
         border-radius: 4px 0 0 4px;
  }
  .float__close {
    width: 32px;
    margin: 0 5px 5px auto;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0;
  }
  .float__close:hover {
    opacity: .7;
  }
  .float.is-show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .float a {
    display: block;
    width: 345px;
    height: 50px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    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;
    font-weight: bold;
    color: #fff;
    border: 1px solid #cecece;
  }
  .float a:before {
    content: "";
    display: block;
    margin-right: 14px;
  }
  .float a.ticket {
    background-color: #fc0000;
  }
  .float a.ticket:before {
    width: 28px;
    height: 20px;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .float a.dazn {
    background-color: #000;
  }
  .float a.dazn:before {
    width: 28px;
    height: 35px;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .float a + a {
    margin-left: 18px;
  }
  .mv {
    padding: 0 0 42px;
    text-align: center;
  }
  .mv img {
    width: 1150px;
  }
  .game_detail {
    background: url(/game_info/images/game_detail_bg.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0;
    position: relative;
  }
  .game_detail.home:before {
    background: #042274;
  }
  .game_detail.away:before {
    background: #a9a9a9;
  }
  .game_detail.away .game_name,
  .game_detail.away .match > * {
    color: #000;
  }
  .game_detail:before {
    content: "";
    display: block;
    width: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    position: absolute;
  }
  .game_detail .wrap {
    padding: 40px 0;
  }
  .game_detail .game_name {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .game_detail .match {
    margin-top: 42px;
    -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;
  }
  .game_detail .match__team {
    width: 24%;
  }
  .game_detail .match__team--name {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .game_detail .match__team--logo {
    height: 158px;
    text-align: right;
    display: inline-block;
  }
  .game_detail .match__team--base {
    width: 107px;
    line-height: 1;
    padding: 4px 0 6px;
    margin: 0 auto 6px;
    font-size: 2rem;
    -moz-border-radius: 13px;
         border-radius: 13px;
    color: #fff;
  }
  .game_detail .match__team--base.is_home {
    background-color: #be9664;
  }
  .game_detail .match__team--base.is_away {
    background-color: #8c8c8c;
  }
  .game_detail .match__team:nth-of-type(2) .match__team--logo {
    text-align: left;
  }
  .game_detail .match__vs--before {
    margin: 0 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .game_detail .match__vs--before .date p {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .game_detail .match__vs--before .date__year {
    text-align: center;
    font-size: 5.2rem;
    line-height: 1;
    margin-top: -10px;
  }
  .game_detail .match__vs--before .date__day {
    font-size: 7.2rem;
    line-height: 1;
  }
  .game_detail .match__vs--before .date__day span {
    font-size: 4.4rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    margin: 0 -10px;
  }
  .game_detail .match__vs--before .date .game_place {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .game_detail .game_menu {
    width: 550px;
    margin: 24px auto 0;
  }
  .game_detail .game_menu a {
    display: block;
    width: 100%;
    -moz-border-radius: 26px;
         border-radius: 26px;
    height: 50px;
    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;
    font-weight: bold;
  }
  .game_detail .game_menu a:before {
    content: "";
    display: block;
    margin-right: 14px;
  }
  .game_detail .game_menu a.ticket {
    background-color: #fc0000;
  }
  .game_detail .game_menu a.ticket:before {
    width: 28px;
    height: 20px;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.dazn {
    background-color: #000;
  }
  .game_detail .game_menu a.dazn:before {
    width: 28px;
    height: 35px;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.access {
    border: 2px solid #fff;
  }
  .game_detail .game_menu a.access:before {
    width: 22px;
    height: 30px;
    background: url(/game_info/images/icon_mappin.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.highlight {
    background-color: #fc0000;
  }
  .game_detail .game_menu a.highlight:before {
    width: 28px;
    height: 20px;
    background: url(/game_info/images/icon_youtube.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.result {
    background-color: #fff;
    color: #000;
  }
  .game_detail .game_menu a.result:before {
    width: 28px;
    height: 35px;
    background: url(/game_info/images/icon_info.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu .row {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
  }
  .game_detail .game_menu .row a {
    width: 272px;
  }
  .game_detail .game_menu .row a + a {
    margin-left: 10px;
  }
  .navigation {
    background-color: #202020;
    padding: 30px 0;
  }
  .navigation .wrap {
    width: 1100px;
  }
  .navigation ul {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation ul li {
    width: 264px;
  }
  .navigation ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 60px;
    -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;
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    -moz-border-radius: 34px;
         border-radius: 34px;
    padding-right: 16px;
  }
  .navigation ul li a span {
    letter-spacing: -1.5px;
  }
  .navigation ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 3px solid #9e9e9e;
    border-bottom: 3px solid #9e9e9e;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 20px;
  }
  .topics {
    background-color: #fee13e;
    padding: 25px 0 34px;
  }
  .topics > * {
    color: #000;
    font-weight: bold;
  }
  .topics .wrap {
    width: 1100px;
  }
  .topics h4 {
    width: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 16px;
  }
  .topics h4:before {
    content: "";
    display: block;
    width: 28px;
    height: 25px;
    background: url(/game_info/images/icon_attention_tri.svg) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 20px;
  }
  .topics ul {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
  }
  .topics ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topics ul li:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/game_info/images/icon_attention_cir.svg) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }
  .topics ul li + li {
    margin-top: 10px;
  }
  .swiper-slide {
    height: auto;
  }
  .swiper-button {
    height: 45px;
    width: 45px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #000;
    position: absolute;
    margin-top: -36px;
  }
  .swiper-button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .swiper-button.swiper-button-prev {
    left: 0px;
  }
  .swiper-button.swiper-button-next {
    right: 0px;
  }
  .swiper-button.swiper-button-next:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .data {
    padding: 36px 0 0;
    -moz-background-size: auto;
         background-size: auto;
    background: url(/game_info/images/data_bg.png) no-repeat left bottom;
    background-size: auto;
  }
  .data > * {
    font-weight: bold;
  }
  .data .section__title {
    margin-bottom: 34px;
    position: relative;
  }
  .data .row_pc {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .row_item {
    width: 490px;
  }
  .data .data_item h4 {
    background-color: #fff;
    font-size: 2rem;
    color: #000;
    padding: 12px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
  }
  .data .data_item .data_item_content {
    padding: 30px 0 54px;
  }
  .data .data_item.opponent .data_item_content {
    padding-bottom: 68px;
  }
  .data .data_item.opponent .row {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .data_item.opponent .team_logo {
    width: 170px;
  }
  .data .data_item.opponent .team_data {
    width: -webkit-calc(100% - 186px);
    width: -moz-calc(100% - 186px);
    width: calc(100% - 186px);
    line-height: 1.5;
  }
  .data .data_item.opponent .team_data .team_name {
    font-size: 2.4rem;
    position: relative;
    padding-right: 70px;
    margin-bottom: 7px;
  }
  .data .data_item.opponent .team_data .team_name span {
    background-color: #fff;
    color: #000;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 60px;
    height: 30px;
    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;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .data .data_item.opponent .team_data .team_name span em {
    font-size: 2rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    line-height: 1;
    margin-top: -2.5px;
  }
  .data .data_item.total_results .match_results {
    -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;
  }
  .data .data_item.total_results .match_results p {
    font-size: 2rem;
    line-height: 1;
  }
  .data .data_item.total_results .match_results p em {
    font-size: 5rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .data .data_item.total_results .match_results p + p {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #acacac;
  }
  .data .data_item.total_results .result_last4 {
    margin-top: 20px;
  }
  .data .data_item.total_results .result_last4 p {
    font-size: 1.6rem;
  }
  .data .data_item.total_results .result_last4 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    margin-top: 7px;
  }
  .data .data_item.total_results .result_last4 .row li {
    width: 50%;
    border-top: 1px solid #fff;
    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;
  }
  .data .data_item.total_results .result_last4 .row li span {
    font-weight: normal;
    font-size: 1.3rem;
    padding: 4px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .data .data_item.total_results .result_last4 .row li span:first-child {
    background-color: #363636;
    width: 110px;
  }
  .data .data_item.recent_results .data_item_content {
    padding-top: 14px;
  }
  .data .data_item.recent_results .tab .tab_label a {
    width: 50%;
    height: 40px;
    text-align: center;
    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;
    background-color: #afafaf;
    color: #363636;
  }
  .data .data_item.recent_results .tab .tab_label a.active {
    background-color: #fff;
    color: #000000;
    pointer-events: none;
    cursor: default;
  }
  .data .data_item.recent_results .tab .tab_label a:nth-of-type(1) {
    -moz-border-radius: 20px 0 0 20px;
         border-radius: 20px 0 0 20px;
  }
  .data .data_item.recent_results .tab .tab_label a:nth-of-type(2) {
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
  }
  .data .data_item.recent_results .tab .tab_inner {
    margin-top: 22px;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list {
    display: none;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list.active {
    display: block;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list li {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 10px;
    border-bottom: 1px solid #393939;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .date {
    font-weight: normal;
    font-size: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .tournament_logo {
    width: 54px;
    height: auto;
    margin-right: 10px;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match .team_logo {
    height: 42px;
    min-width: 60px;
    text-align: center;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match .team_logo img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match__vs {
    font-size: 4.623rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    width: 100px;
    text-align: center;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .result {
    font-weight: normal;
    width: 2.4em;
    font-size: 1.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 0.4em;
  }
  .data .data_item.focus_player .slide_fctokyo,
  .data .data_item.focus_player .slide_opponent {
    padding: 0 22px;
    position: relative;
  }
  .data .data_item.focus_player .swiper-slide {
    min-height: 318px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .data .data_item.focus_player .swiper-slide img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center center;";
    /*IE*/
    background-color: #000;
  }
  .data .data_item.focus_player .swiper-slide .player_data {
    padding: 20px;
    padding-right: 14px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .data .data_item.focus_player .swiper-slide .player_data .player_name {
    font-size: 2rem;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .data .data_item.focus_player .swiper-slide .player_data a {
    font-size: 1.2rem;
    border: 2px solid #fff;
    -moz-border-radius: 18px;
         border-radius: 18px;
    padding: 1px 24px 1px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-top: 6px;
  }
  .data .data_item.focus_player .slide_fctokyo .swiper-slide {
    background-color: #000a6e;
  }
  .data .data_item.focus_player .slide_opponent {
    margin-top: 24px;
  }
  .data .data_item.focus_player .slide_opponent .swiper-slide {
    background-color: #2e2e2e;
  }
  .event, .gourmet, .goods {
    background-color: #000a6e;
    position: relative;
  }
  .event:before, .gourmet:before, .goods:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 28rem;
    color: rgba(255, 255, 255, 0.03);
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    letter-spacing: 0;
    line-height: 1;
  }
  .event .section__title, .gourmet .section__title, .goods .section__title {
    position: relative;
  }
  .event .section__title:before, .event .section__title:after, .gourmet .section__title:before, .gourmet .section__title:after, .goods .section__title:before, .goods .section__title:after {
    content: "";
    width: 48px;
    height: 30px;
    display: block;
    margin: 0 auto 14px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 6px solid #fc0000;
    border-right: 6px solid #fc0000;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .event .section__title:after, .gourmet .section__title:after, .goods .section__title:after {
    width: 20px;
    position: absolute;
    top: 0;
  }
  .event .wrap, .gourmet .wrap, .goods .wrap {
    padding: 0 40px;
  }
  .event .swiper-container, .gourmet .swiper-container, .goods .swiper-container {
    margin-top: 56px;
  }
  .event li, .gourmet li, .goods li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
  }
  .event li p, .gourmet li p, .goods li p {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .event .swiper-button, .gourmet .swiper-button, .goods .swiper-button {
    background-color: #fc0000;
  }
  .event .swiper-button:before, .gourmet .swiper-button:before, .goods .swiper-button:before {
    border-color: #fff;
  }
  .event .to_detail, .gourmet .to_detail, .goods .to_detail {
    font-size: 2rem;
    width: 360px;
    height: 50px;
    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;
    font-weight: bold;
    background-color: #fc0000;
    margin: 50px auto 0;
    -moz-border-radius: 30px;
         border-radius: 30px;
    position: relative;
  }
  .event img, .gourmet img, .goods img {
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center top;";
    /*IE*/
  }
  .event {
    padding: 38px 0 72px;
  }
  .event .wrap {
    padding: 0;
  }
  .event:before {
    content: "EVENT";
  }
  .event .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event .row li {
    margin: 20px 0 0 24px;
  }
  .event .row li:nth-of-type(1), .event .row li:nth-of-type(2) {
    width: 500px;
  }
  .event .row li:nth-of-type(1) p, .event .row li:nth-of-type(2) p {
    font-size: 2rem;
  }
  .event .row li:nth-child(n+3) {
    width: 238px;
  }
  .event .row li:nth-child(n+3) img {
    height: 134px;
  }
  .event .row li:nth-of-type(1), .event .row li:nth-child(4n+3) {
    margin-left: 0;
  }
  .event .row li p {
    padding: 20px;
  }
  .event .row li img {
    width: 100%;
    height: 282px;
  }
  .event_add {
    display: block;
    height: 55px;
    width: 55px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fc0000;
    margin: 50px auto 0;
    position: relative;
  }
  .event_add:before, .event_add:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .event_add:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gourmet {
    background-color: #002178;
    padding: 68px 0 50px;
  }
  .gourmet:before {
    content: "GOURMET";
    right: auto;
    left: 0;
  }
  .gourmet .swiper-slide img {
    width: 100%;
    height: 166px;
  }
  .gourmet .menu_info {
    padding: 20px;
  }
  .gourmet .menu_info p.menu_store {
    font-size: 1.8rem;
  }
  .gourmet .menu_info p + p {
    margin-top: 0.5em;
  }
  .goods {
    padding: 74px 0 70px;
  }
  .goods:before {
    content: "GOODS";
  }
  .goods .swiper-slide img {
    width: 100%;
    height: 166px;
  }
  .goods .goods_info {
    padding: 20px;
    padding-bottom: 44px;
  }
  .goods .goods_info p.goods_name {
    font-size: 1.8rem;
  }
  .goods .goods_info p.goods_price {
    font-size: 1.6rem;
  }
  .goods .goods_info p + p {
    margin-top: 0.5em;
  }
  .schedule {
    padding: 62px 0 130px;
    background-color: #cecece;
  }
  .schedule .section__title {
    color: #000;
  }
  .schedule .timeline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    width: 754px;
    margin: 36px auto 0;
  }
  .schedule .timeline dl + dl {
    margin-top: 16px;
  }
  .schedule .timeline dl dt, .schedule .timeline dl dd {
    padding: 5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .schedule .timeline dl dt {
    background-color: #000a6e;
    width: 200px;
    padding-left: 64px;
    font-size: 2.4rem;
  }
  .schedule .timeline dl dd {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    background-color: #fff;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
  }
  .schedule .map {
    margin-top: 66px;
    padding: 32px;
    background-color: #fff;
    text-align: center;
  }
  .guide {
    background: url(/game_info/images/guide_bg.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    padding: 62px 0 80px;
  }
  .guide .section__title {
    color: #000;
  }
  .guide .row_pc {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 34px;
  }
  .guide .row_pc a {
    width: 365px;
    height: 72px;
    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;
    font-size: 2.4rem;
    background-color: #000a6e;
    font-weight: bold;
    -moz-border-radius: 40px;
         border-radius: 40px;
  }
  .guide .row_pc a + a {
    margin-left: 24px;
  }
  .match_under {
    padding: 52px 0 56px;
    background-color: #000a6e;
    -moz-background-size: 1500px auto;
         background-size: 1500px auto;
  }
  .match_under.home {
    background-color: #000a6e;
  }
  .match_under.away {
    background-color: #a9a9a9;
  }
  .match_under.away .date {
    color: #000;
  }
  .match_under .row_pc {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .match_under .date, .match_under .team_logo {
    width: 502px;
  }
  .match_under .date {
    margin-top: 14px;
  }
  .match_under .date p {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .match_under .date__day {
    font-size: 8rem;
    line-height: 1;
  }
  .match_under .date__day span {
    font-size: 5rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    margin: 0 -10px;
  }
  .match_under .date .game_place {
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 4px;
  }
  .match_under .team_logo {
    text-align: center;
    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;
    padding-bottom: 20px;
  }
  .match_under .team_logo figure {
    max-width: -webkit-calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: calc(50% - 20px);
    max-height: 158px;
    position: relative;
  }
  .match_under .team_logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain; object-position: center center;";
    /*IE*/
  }
  .match_under .team_logo figure + figure {
    margin-left: 38px;
  }
  .match_under .team_logo figure figcaption {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 107px;
    line-height: 1;
    padding: 4px 0 6px;
    margin: 0 auto;
    font-size: 2rem;
    -moz-border-radius: 13px;
         border-radius: 13px;
    color: #fff;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
  }
  .match_under .team_logo figure figcaption.is_home {
    background-color: #be9664;
  }
  .match_under .team_logo figure figcaption.is_away {
    background-color: #8c8c8c;
  }
  .match_under .game_menu {
    margin-top: 66px;
  }
  .match_under .game_menu a {
    display: block;
    width: 445px;
    -moz-border-radius: 26px;
         border-radius: 26px;
    height: 50px;
    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;
    font-weight: bold;
  }
  .match_under .game_menu a:before {
    content: "";
    display: block;
    margin-right: 14px;
  }
  .match_under .game_menu a.ticket {
    background-color: #fc0000;
  }
  .match_under .game_menu a.ticket:before {
    width: 28px;
    height: 20px;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.dazn {
    background-color: #000;
  }
  .match_under .game_menu a.dazn:before {
    width: 28px;
    height: 35px;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.access {
    border: 2px solid #fff;
  }
  .match_under .game_menu a.access:before {
    width: 22px;
    height: 30px;
    background: url(/game_info/images/icon_mappin.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.highlight {
    background-color: #fc0000;
  }
  .match_under .game_menu a.highlight:before {
    width: 28px;
    height: 20px;
    background: url(/game_info/images/icon_youtube.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.result {
    background-color: #fff;
    color: #000;
  }
  .match_under .game_menu a.result:before {
    width: 28px;
    height: 35px;
    background: url(/game_info/images/icon_info.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu .row {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
  }
  .match_under .game_menu .row a {
    width: 272px;
  }
  .match_under .game_menu .row a + a {
    margin-left: 10px;
  }
  .sns_links {
    background-color: #ebebeb;
    padding: 22px 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_links li {
    width: 83px;
  }
  .sns_links li + li {
    margin-left: 22px;
  }
  .sns_links li a {
    display: block;
  }
  .game_common_nav {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .game_common_nav_tab {
    width: 490px;
    margin: 0 auto;
  }
  .game_common_nav_tab_label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .game_common_nav_tab_label a {
    width: 50%;
    height: 40px;
    text-align: center;
    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;
    background-color: #afafaf;
    color: #363636;
  }
  .game_common_nav_tab_label a.active {
    background-color: #fff;
    color: #000000;
    pointer-events: none;
    cursor: default;
  }
  .game_common_nav_tab_label a:nth-of-type(1) {
    -moz-border-radius: 20px 0 0 20px;
         border-radius: 20px 0 0 20px;
  }
  .game_common_nav_tab_label a:nth-of-type(2) {
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    position: relative;
    padding: 0 3.90625vw;
  }
  .row, .row_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  em {
    font-style: normal;
  }
  .section__title {
    text-align: center;
    font-weight: bold;
    font-size: 7.29167vw;
  }
  .link-pagetop {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .link-pagetop a {
    color: #000;
    font-size: 3.64583vw;
    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;
    font-weight: bold;
    padding: 5.72917vw;
    width: 100%;
  }
  .link-pagetop a:before {
    content: "";
    display: block;
    width: 2.08333vw;
    height: 2.08333vw;
    border-top: 0.65104vw solid #9e9e9e;
    border-right: 0.65104vw solid #9e9e9e;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 2.60417vw;
    margin-top: 1.30208vw;
  }
  .float {
    position: fixed;
    bottom: 0;
    padding: 1.30208vw 0;
    width: 100%;
    z-index: 100;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000;
  }
  .float a {
    display: block;
    width: 46%;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    height: 10.41667vw;
    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;
    color: #fff;
    font-size: 3.38542vw;
    border: 1px solid #cecece;
  }
  .float a:before {
    content: "";
    display: block;
    margin-right: 1.5625vw;
  }
  .float a.ticket {
    background-color: #fc0000;
  }
  .float a.ticket:before {
    width: 5.72917vw;
    height: 3.90625vw;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .float a.dazn {
    background-color: #000;
  }
  .float a.dazn:before {
    width: 4.42708vw;
    height: 5.72917vw;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .float a + a {
    margin-left: 2%;
  }
  .mv img {
    width: 100%;
  }
  .game_detail {
    background: url(/game_info/images/game_detail_bg.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    padding: 5.20833vw 0;
    position: relative;
  }
  .game_detail.home:before {
    background: #042274;
  }
  .game_detail.away:before {
    background: #a9a9a9;
  }
  .game_detail.away .game_name,
  .game_detail.away .match > * {
    color: #000;
  }
  .game_detail:before {
    content: "";
    display: block;
    width: 100%;
    height: -webkit-calc(100% - 9.76562vw);
    height: -moz-calc(100% - 9.76562vw);
    height: calc(100% - 9.76562vw);
    position: absolute;
  }
  .game_detail .wrap {
    padding: 2.34375vw 3.90625vw 3.90625vw;
  }
  .game_detail .game_name {
    text-align: center;
    font-size: 4.16667vw;
    font-weight: bold;
  }
  .game_detail .match {
    margin-top: 4.16667vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .game_detail .match__team {
    width: 24%;
    margin-top: 4.6875vw;
  }
  .game_detail .match__team--name {
    font-size: 2.60417vw;
    font-weight: bold;
  }
  .game_detail .match__team--logo {
    text-align: center;
    max-height: 14.19271vw;
  }
  .game_detail .match__team--base {
    width: 15.23438vw;
    height: 4.03646vw;
    line-height: 4.03646vw;
    margin: 0 auto 1.30208vw;
    font-size: 3.38542vw;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    color: #fff;
  }
  .game_detail .match__team--base.is_home {
    background-color: #be9664;
  }
  .game_detail .match__team--base.is_away {
    background-color: #8c8c8c;
  }
  .game_detail .match__vs--before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .game_detail .match__vs--before .date p {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .game_detail .match__vs--before .date__year {
    text-align: center;
    font-size: 5.72917vw;
  }
  .game_detail .match__vs--before .date__day {
    font-size: 7.8125vw;
    line-height: 1;
  }
  .game_detail .match__vs--before .date__day span {
    font-size: 4.16667vw;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    margin: 0 -1.30208vw;
  }
  .game_detail .match__vs--before .date .game_place {
    text-align: center;
    font-size: 3.90625vw;
    font-weight: bold;
    margin-top: 2.08333vw;
  }
  .game_detail .game_menu {
    width: 85.15625vw;
    margin: 5.98958vw auto 0;
  }
  .game_detail .game_menu a {
    display: block;
    width: 100%;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    height: 10.67708vw;
    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;
    font-weight: bold;
  }
  .game_detail .game_menu a:before {
    content: "";
    display: block;
    margin-right: 3.38542vw;
  }
  .game_detail .game_menu a.ticket {
    background-color: #fc0000;
  }
  .game_detail .game_menu a.ticket:before {
    width: 5.72917vw;
    height: 3.90625vw;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.dazn {
    background-color: #000;
  }
  .game_detail .game_menu a.dazn:before {
    width: 4.42708vw;
    height: 5.72917vw;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.access {
    border: 0.26042vw solid #fff;
  }
  .game_detail .game_menu a.access:before {
    width: 4.42708vw;
    height: 5.85938vw;
    background: url(/game_info/images/icon_mappin.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.highlight {
    background-color: #fc0000;
  }
  .game_detail .game_menu a.highlight:before {
    width: 5.72917vw;
    height: 3.90625vw;
    background: url(/game_info/images/icon_youtube.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu a.result {
    background-color: #fff;
    color: #000;
  }
  .game_detail .game_menu a.result:before {
    width: 4.42708vw;
    height: 5.72917vw;
    background: url(/game_info/images/icon_info.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .game_detail .game_menu .row {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.34375vw;
  }
  .game_detail .game_menu .row a {
    width: 41.66667vw;
  }
  .game_detail .game_menu .row a + a {
    margin-left: 1.5625vw;
  }
  .navigation .wrap {
    padding: 0;
  }
  .navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation ul li {
    width: 50%;
  }
  .navigation ul li:nth-child(2n) {
    border-left: 1px solid #e5e5e5;
  }
  .navigation ul li:nth-child(n+3) {
    border-top: 1px solid #e5e5e5;
  }
  .navigation ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 11.32812vw;
    -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;
    color: #000;
    font-size: 3.64583vw;
    font-weight: bold;
    letter-spacing: -0.26042vw;
  }
  .navigation ul li a:after {
    content: "";
    display: block;
    width: 2.08333vw;
    height: 2.08333vw;
    border-left: 0.65104vw solid #9e9e9e;
    border-bottom: 0.65104vw solid #9e9e9e;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 2.60417vw;
  }
  .topics {
    background-color: #fee13e;
    padding: 2.60417vw 0 3.90625vw;
  }
  .topics > * {
    color: #000;
    font-weight: bold;
  }
  .topics h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topics h4:before {
    content: "";
    display: block;
    width: 5.72917vw;
    height: 4.94792vw;
    background: url(/game_info/images/icon_attention_tri.svg) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.125vw;
  }
  .topics ul {
    margin-top: 1.82292vw;
  }
  .topics ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topics ul li:before {
    content: "";
    display: block;
    width: 4.16667vw;
    height: 4.16667vw;
    background: url(/game_info/images/icon_attention_cir.svg) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.30208vw;
    margin-top: 0.78125vw;
  }
  .topics ul li + li {
    margin-top: 1.82292vw;
  }
  .swiper-slide {
    height: auto;
  }
  .swiper-button {
    height: 11.06771vw;
    width: 11.06771vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #000;
    position: absolute;
  }
  .swiper-button:before {
    content: "";
    display: block;
    width: 2.60417vw;
    height: 2.60417vw;
    border-left: 0.26042vw solid #000;
    border-bottom: 0.26042vw solid #000;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.30208vw;
    right: 0;
    margin: auto;
  }
  .swiper-button.swiper-button-prev {
    left: 6.51042vw;
  }
  .swiper-button.swiper-button-next {
    right: 6.51042vw;
  }
  .swiper-button.swiper-button-next:before {
    left: -1.30208vw;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .data {
    padding: 6.51042vw 0 11.71875vw;
  }
  .data > * {
    font-weight: bold;
  }
  .data .wrap {
    padding: 0;
  }
  .data .section__title {
    margin-bottom: 4.94792vw;
    position: relative;
  }
  .data .data_item h4 {
    background-color: #fff;
    font-size: 4.16667vw;
    color: #000;
    padding: 2.60417vw;
    text-align: center;
  }
  .data .data_item .data_item_content {
    padding: 5.85938vw 3.38542vw 9.89583vw;
  }
  .data .data_item.opponent .row {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .data_item.opponent .team_logo {
    width: 28.64583vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .data .data_item.opponent .team_data {
    width: -webkit-calc(100% - 33.85417vw);
    width: -moz-calc(100% - 33.85417vw);
    width: calc(100% - 33.85417vw);
  }
  .data .data_item.opponent .team_data .team_name {
    font-size: 4.16667vw;
    position: relative;
    padding-right: 12.5vw;
  }
  .data .data_item.opponent .team_data .team_name span {
    background-color: #fff;
    color: #000;
    -moz-border-radius: 0.91146vw;
         border-radius: 0.91146vw;
    width: 11.19792vw;
    height: 5.20833vw;
    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;
    font-size: 4.16667vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .data .data_item.opponent .team_data .team_name span em {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 5.20833vw;
    line-height: 1;
    margin-top: -0.58594vw;
  }
  .data .data_item.total_results .match_results {
    -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;
  }
  .data .data_item.total_results .match_results p {
    font-size: 4.16667vw;
    line-height: 1;
  }
  .data .data_item.total_results .match_results p em {
    font-size: 10.41667vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .data .data_item.total_results .match_results p + p {
    margin-left: 3.90625vw;
    padding-left: 3.90625vw;
    border-left: 1px solid #acacac;
  }
  .data .data_item.total_results .result_last4 {
    margin-top: 7.03125vw;
  }
  .data .data_item.total_results .result_last4 p {
    font-size: 3.64583vw;
  }
  .data .data_item.total_results .result_last4 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    margin-top: 1.82292vw;
  }
  .data .data_item.total_results .result_last4 .row li {
    width: 50%;
    border-top: 1px solid #fff;
    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;
  }
  .data .data_item.total_results .result_last4 .row li span {
    font-weight: normal;
    font-size: 2.60417vw;
    padding: 0.52083vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: -webkit-calc(100% - 22.65625vw);
    width: -moz-calc(100% - 22.65625vw);
    width: calc(100% - 22.65625vw);
  }
  .data .data_item.total_results .result_last4 .row li span:first-child {
    background-color: #363636;
    width: 22.65625vw;
  }
  .data .data_item.recent_results .data_item_content {
    padding-top: 3.38542vw;
    padding-bottom: 3.38542vw;
  }
  .data .data_item.recent_results .tab .tab_label a {
    width: 50%;
    height: 7.55208vw;
    text-align: center;
    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;
    background-color: #afafaf;
    color: #363636;
  }
  .data .data_item.recent_results .tab .tab_label a.active {
    background-color: #fff;
    color: #000000;
    pointer-events: none;
    cursor: default;
  }
  .data .data_item.recent_results .tab .tab_label a:nth-of-type(1) {
    -moz-border-radius: 3.64583vw 0 0 3.64583vw;
         border-radius: 3.64583vw 0 0 3.64583vw;
  }
  .data .data_item.recent_results .tab .tab_label a:nth-of-type(2) {
    -moz-border-radius: 0 3.64583vw 3.64583vw 0;
         border-radius: 0 3.64583vw 3.64583vw 0;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list {
    display: none;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list.active {
    display: block;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list li {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.91146vw 0;
    border-bottom: 1px solid #393939;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .date {
    font-weight: normal;
    font-size: 3.125vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27.34375vw;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .tournament_logo {
    height: 7.55208vw;
    width: 19.53125vw;
    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;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match {
    margin-left: 6.51042vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match .team_logo {
    height: 7.55208vw;
    min-width: 9.11458vw;
    text-align: center;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match .team_logo img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .match__vs {
    font-size: 7.29167vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    width: 18.22917vw;
    text-align: center;
  }
  .data .data_item.recent_results .tab .tab_inner .tab_list .result {
    font-weight: normal;
    width: 2.4em;
    font-size: 3.64583vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .data .data_item.focus_player .slide_fctokyo,
  .data .data_item.focus_player .slide_opponent {
    position: relative;
  }
  .data .data_item.focus_player .data_item_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .data .data_item.focus_player .swiper-slide {
    min-height: 71.875vw;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    overflow: hidden;
  }
  .data .data_item.focus_player .swiper-slide img {
    width: 100%;
    height: 56.25vw !important;
    object-fit: cover;
    background-color: #000;
  }
  .data .data_item.focus_player .swiper-slide .player_data {
    padding: 4.42708vw 4.94792vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-border-radius: 0 0 2.08333vw 2.08333vw;
         border-radius: 0 0 2.08333vw 2.08333vw;
  }
  .data .data_item.focus_player .swiper-slide .player_data .player_name {
    font-size: 4.42708vw;
    width: -webkit-calc(100% - 31.25vw);
    width: -moz-calc(100% - 31.25vw);
    width: calc(100% - 31.25vw);
  }
  .data .data_item.focus_player .swiper-slide .player_data a {
    font-size: 3.125vw;
    border: 1px solid #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 0 4.94792vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-top: 0.78125vw;
  }
  .data .data_item.focus_player .slide_fctokyo .swiper-slide {
    background-color: #000a6e;
  }
  .data .data_item.focus_player .slide_opponent {
    margin-top: 6.25vw;
  }
  .data .data_item.focus_player .slide_opponent .swiper-slide {
    background-color: #2e2e2e;
  }
  .event, .gourmet, .goods {
    background-color: #000a6e;
    position: relative;
    padding: 6.51042vw 0 14.84375vw;
    overflow: hidden;
  }
  .event:before, .gourmet:before, .goods:before {
    content: "";
    display: block;
    position: absolute;
    right: -4.94792vw;
    bottom: -2.34375vw;
    font-size: 36.45833vw;
    color: rgba(255, 255, 255, 0.03);
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    letter-spacing: 0;
    line-height: 1;
  }
  .event .section__title, .gourmet .section__title, .goods .section__title {
    position: relative;
  }
  .event .section__title:before, .event .section__title:after, .gourmet .section__title:before, .gourmet .section__title:after, .goods .section__title:before, .goods .section__title:after {
    content: "";
    width: 9.375vw;
    height: 6.25vw;
    display: block;
    margin: 0 auto 2.60417vw;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1.04167vw solid #fc0000;
    border-right: 1.04167vw solid #fc0000;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .event .section__title:after, .gourmet .section__title:after, .goods .section__title:after {
    width: 3.90625vw;
    position: absolute;
    top: 0;
  }
  .event .wrap, .gourmet .wrap, .goods .wrap {
    padding: 0;
    padding-top: 2.60417vw;
  }
  .event .swiper-container, .gourmet .swiper-container, .goods .swiper-container {
    margin-top: 2.60417vw;
  }
  .event li, .gourmet li, .goods li {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    overflow: hidden;
    background-color: #fff;
  }
  .event li p, .gourmet li p, .goods li p {
    color: #000;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  .event .swiper-button, .gourmet .swiper-button, .goods .swiper-button {
    background-color: #fc0000;
  }
  .event .swiper-button:before, .gourmet .swiper-button:before, .goods .swiper-button:before {
    border-color: #fff;
  }
  .event .to_detail, .gourmet .to_detail, .goods .to_detail {
    font-size: 3.64583vw;
    width: 71.61458vw;
    height: 10.41667vw;
    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;
    font-weight: bold;
    background-color: #fc0000;
    margin: 6.51042vw auto 0;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    position: relative;
  }
  .event img, .gourmet img, .goods img {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center top;";
    /*IE*/
  }
  .event .wrap {
    padding: 2.60417vw 3.90625vw 0;
  }
  .event:before {
    content: "EVENT";
  }
  .event .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event .row li {
    margin: 2.60417vw 0 0 2.60417vw;
  }
  .event .row li p {
    font-size: 3.64583vw;
  }
  .event .row li:nth-of-type(1), .event .row li:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  .event .row li:nth-of-type(1) img, .event .row li:nth-of-type(2) img {
    height: 52.08333vw !important;
  }
  .event .row li:nth-child(n+3) {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .event .row li:nth-child(2n+1) {
    margin-left: 0;
  }
  .event .row li img {
    height: 25.26042vw !important;
  }
  .event .row li p {
    padding: 3.90625vw;
  }
  .event_add {
    display: block;
    height: 12.36979vw;
    width: 12.36979vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fc0000;
    margin: 10.41667vw auto 0;
    position: relative;
  }
  .event_add:before, .event_add:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 5.72917vw;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .event_add:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gourmet {
    background-color: #002178;
  }
  .gourmet:before {
    content: "GOURMET";
    right: auto;
    left: -3.90625vw;
  }
  .gourmet .swiper-slide img {
    width: 100%;
    height: 39.84375vw !important;
  }
  .gourmet .menu_info {
    padding: 3.90625vw;
  }
  .gourmet .menu_info p.menu_store {
    font-size: 4.6875vw;
  }
  .gourmet .menu_info p + p {
    margin-top: 0.5em;
  }
  .goods:before {
    content: "GOODS";
  }
  .goods img {
    width: 100%;
    height: 52.08333vw !important;
  }
  .goods .swiper-slide img {
    width: 100%;
    height: 39.84375vw !important;
  }
  .goods .goods_info {
    padding: 3.90625vw;
    padding-bottom: 12.36979vw;
  }
  .goods .goods_info p.goods_name {
    font-size: 4.6875vw;
  }
  .goods .goods_info p + p {
    margin-top: 0.5em;
  }
  .schedule {
    padding: 9.11458vw 0 10.41667vw;
    background-color: #cecece;
  }
  .schedule .section__title {
    color: #000;
  }
  .schedule .timeline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    overflow: hidden;
    width: 100%;
    margin: 2.34375vw auto 0;
  }
  .schedule .timeline dl + dl {
    margin-top: 2.86458vw;
  }
  .schedule .timeline dl dt, .schedule .timeline dl dd {
    padding: 1.30208vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .schedule .timeline dl dt {
    background-color: #000a6e;
    width: 23.69792vw;
    padding-left: 5.98958vw;
    font-size: 4.6875vw;
  }
  .schedule .timeline dl dd {
    width: -webkit-calc(100% - 23.69792vw);
    width: -moz-calc(100% - 23.69792vw);
    width: calc(100% - 23.69792vw);
    background-color: #fff;
    color: #000;
    font-size: 4.16667vw;
    font-weight: bold;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .schedule .map {
    margin-top: 5.72917vw;
    padding: 6.51042vw;
    background-color: #fff;
    text-align: center;
    margin-left: -3.90625vw;
    width: -webkit-calc(100% + 7.8125vw);
    width: -moz-calc(100% + 7.8125vw);
    width: calc(100% + 7.8125vw);
  }
  .guide {
    background: url(/game_info/images/guide_bg.jpg) no-repeat center top;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    padding: 9.11458vw 0 12.36979vw;
  }
  .guide .section__title {
    color: #000;
  }
  .guide .wrap {
    margin-top: 4.6875vw;
  }
  .guide .wrap a {
    width: 79.42708vw;
    height: 13.02083vw;
    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;
    font-size: 4.6875vw;
    background-color: #000a6e;
    font-weight: bold;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    margin: 0 auto;
  }
  .guide .wrap a + a {
    margin-top: 2.60417vw;
  }
  .match_under {
    padding: 8.46354vw 0 12.36979vw;
    background-color: #000a6e;
    -moz-background-size: 1500px auto;
         background-size: 1500px auto;
  }
  .match_under.home {
    background-color: #000a6e;
  }
  .match_under.away {
    background-color: #a9a9a9;
  }
  .match_under.away .date {
    color: #000;
  }
  .match_under .date p {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .match_under .date__day {
    font-size: 10.41667vw;
    line-height: 1;
    text-align: center;
  }
  .match_under .date__day span {
    font-size: 6.51042vw;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    margin: 0 -1.30208vw;
  }
  .match_under .date .game_place {
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
    margin-top: 2.08333vw;
  }
  .match_under .team_logo {
    margin-top: 5.20833vw;
    text-align: center;
    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;
    padding-bottom: 6.51042vw;
  }
  .match_under .team_logo figure {
    max-height: 25.52083vw;
    width: 50%;
    position: relative;
  }
  .match_under .team_logo figure img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    font-family: "object-fit: contain; object-position: center center;";
    /*IE*/
  }
  .match_under .team_logo figure + figure {
    margin-left: 6.25vw;
  }
  .match_under .team_logo figure figcaption {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 15.23438vw;
    height: 4.03646vw;
    line-height: 4.03646vw;
    margin: 0 auto;
    font-size: 3.38542vw;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6.51042vw;
  }
  .match_under .team_logo figure figcaption.is_home {
    background-color: #be9664;
  }
  .match_under .team_logo figure figcaption.is_away {
    background-color: #8c8c8c;
  }
  .match_under .game_menu {
    margin-top: 7.29167vw;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
  }
  .match_under .game_menu a {
    display: block;
    width: 100%;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    height: 10.41667vw;
    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;
    font-weight: bold;
  }
  .match_under .game_menu a:before {
    content: "";
    display: block;
    margin-right: 1.5625vw;
  }
  .match_under .game_menu a.ticket {
    background-color: #fc0000;
  }
  .match_under .game_menu a.ticket:before {
    width: 5.72917vw;
    height: 3.90625vw;
    background: url(/game_info/images/icon_ticket.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.dazn {
    background-color: #000;
  }
  .match_under .game_menu a.dazn:before {
    width: 4.42708vw;
    height: 5.72917vw;
    background: url(/game_info/images/icon_dazn.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.access {
    border: 2px solid #fff;
  }
  .match_under .game_menu a.access:before {
    width: 4.42708vw;
    height: 5.85938vw;
    background: url(/game_info/images/icon_mappin.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.highlight {
    background-color: #fc0000;
  }
  .match_under .game_menu a.highlight:before {
    width: 5.72917vw;
    height: 3.90625vw;
    background: url(/game_info/images/icon_youtube.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu a.result {
    background-color: #fff;
    color: #000;
  }
  .match_under .game_menu a.result:before {
    width: 4.42708vw;
    height: 5.72917vw;
    background: url(/game_info/images/icon_info.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .match_under .game_menu .row {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.34375vw;
  }
  .match_under .game_menu .row a {
    width: 41.66667vw;
  }
  .match_under .game_menu .row a + a {
    margin-left: 1.5625vw;
  }
  .sns_links {
    background-color: #ebebeb;
    padding: 3.90625vw 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_links li {
    width: 14.32292vw;
  }
  .sns_links li + li {
    margin-left: 2.34375vw;
  }
  .sns_links li a {
    display: block;
  }
  .game_common_nav {
    padding: 3.25521vw 3.38542vw 6.51042vw;
  }
  .game_common_nav_tab_label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .game_common_nav_tab_label a {
    width: 50%;
    height: 7.55208vw;
    text-align: center;
    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;
    background-color: #afafaf;
    color: #363636;
  }
  .game_common_nav_tab_label a.active {
    background-color: #fff;
    color: #000000;
    pointer-events: none;
    cursor: default;
  }
  .game_common_nav_tab_label a:nth-of-type(1) {
    -moz-border-radius: 3.64583vw 0 0 3.64583vw;
         border-radius: 3.64583vw 0 0 3.64583vw;
  }
  .game_common_nav_tab_label a:nth-of-type(2) {
    -moz-border-radius: 0 3.64583vw 3.64583vw 0;
         border-radius: 0 3.64583vw 3.64583vw 0;
  }
}
