  * {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }
  @font-face {
    font-family: "din";
    src: url("font/DINEngschriftStd.otf");
  }
  
  #wrapper {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
  }
  ul,ol {
    list-style: none;
  }
  a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
  }
  img.responsive {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }
  .btn{
      cursor: pointer;
  }
  .dn {
      display: none;
  }
  header {
      width: 100%;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #003E88;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 20;
  }
  header .d1 {
      width: 75px;
      margin-right: 30px;
  }
  header p{
      color: #fff;
  }
  header .p1 {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
  }
  header .p1 span {
      font-size: 20px;
  }
  header .d2 {
      margin-right: 30px;
  }
  header .d2 amp-img {
      width: 57px;
  }
  header .p2 {
      font-weight: bold;
      margin: 0 10px;
  }
  header .p3 {
      font-size: 14px;
    font-weight: bold;
    text-align: center;
}
header .d3 {
    margin-right: 30px;
}
header .p4 {
    font-family: din;
    font-size: 70px;
    text-align: center;
}
header .p4 span {
    background: #6E6E6E;	
/*    background: #ff0000; */
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}
header .p5 {
    font-weight: bold;
    text-align: center;
    margin-top: -25px;
}
header .d4 {
    width: 285px;
}
header .menu {
    width: 100px;
    height: 100px;
    background: url(../img/asset/menu.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
header .menu.active {
    background-image: url(../img/asset/menu_close.svg);
}
nav {
    width: 470px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
nav ul {
    width: 370px;
    bottom: 150px;
    position: absolute;
    left: 50px;
}
nav li {
    height: 60px;
    line-height: 60px;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
    border-bottom: 2px solid #fff;
}
nav li::after {
    content: "▶︎";
    color: #fff;
    right: 0;
    position: absolute;
}
  .header {
      width: calc(100% - 50px);
      padding-left: 50px;
      height: 85px;
      background: #003E88;
      display: flex;
      justify-content: left;
      align-items: center;
  }
  .header .logo {
      width: 100px;
      margin: 0;
  }
  .header .name {
      font-family: din;
      font-size: 32px;
      color: #fff;
      margin: 10px 0 0 20px;
  }
  .tit {
      width: 100%;
      height: 90px;
      background: url(../img/asset/bg_tit.svg) center no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .tit .p1 {
      font-family: refrigerator-deluxe;
      color: #BF9C48;
      font-weight: bold;
      font-size: 40px;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 0.25rem;
  }
  .tit .p2 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: -0.8rem;
}
#covid .tit {
    background: url(../img/asset/bg_tit_covid.svg) center no-repeat;
    background-size: cover;
}
#covid .tit .p1 {
    font-family: Noto Sans JP;
    font-size: 24px;
}
#covid .d1 {
    width: 795px;
    height: 130px;
    border: 3px solid #fff;
    margin: 0 auto 60px;
    display: grid;
    place-items: center;
}
#covid .d1 p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#covid .con {
    padding: 80px 0;
    background: url(../img/asset/covic_bg_pc.jpg) center no-repeat;
    background-size: cover;
}
#covid .u1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
#covid .u1 li {
    width: 306px;
    margin: 0 20px 60px;
}
#covid .u1 li .txt {
    padding: 15px;
    background: #fff;
}
#covid .u1 li .txt .p2 {
    height: 75px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}
#covid .u1 li .txt .btn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #E50039;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
#covid .mov {
    width: 566px;
    margin: 0 auto;
    cursor: pointer;
}
#covid .mov .p3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 40px;
    position: relative;
    margin-top: 1rem;
}
#covid .mov .p3::before {
    content: "";
    width: 28px;
    height: 20px;
    background: url(../img/asset/mov.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
#covid .box {
    width: 440px;
    left: calc(50% - 220px);
}
#covid #covm .box {
    width: calc(100% - 100px);
    left: 50px;
}
#covid .box .txt {
    padding: 30px 20px 0;
    background: #fff;
}
#covid .p4 {
    font-size: 18px;
    font-weight: bold;
    color: #E50039;
    text-align: center;
    margin-bottom: 10px;
}
#covid .p5 {
    font-size: 14px;
    padding-bottom: 30px;
}
#covid .box .txt amp-img {
    width: 190px;
    margin: 0 auto;
}
#covid #cov3 amp-img,
#covid #cov6 amp-img {
    width: 100%;
}
#vs .tit .p1 {
    font-family: Noto Sans JP;
    font-size: 21px;
    color: #fff;
    text-align: right;
    width: 300px;
    position: relative;
}
#vs .tit .p1 span {
    font-size: 32px;
}
#vs .tit .p1::before {
    content: "";
    width: 182px;
    height: 42px;
    background: url(../img/asset/long_jleague_logo.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
#vs .con {
    padding: 80px 0;
    background: url(../img/asset/vs_baclground_pc.png) center no-repeat;
    background-size: cover;
    position: relative;
}
#vs .con::before {
    content: "";
    width: 360px;
    height: 269px;
    background: url(../img/asset/bg_players2020_-red.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#vs .con::after {
    content: "";
    width: 360px;
    height: 269px;
    background: url(../img/asset/bg_players2020_blue.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
#vs .con .flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}
#vs .con .flex .emb {
    width: 180px;
    margin-right: 70px;
}
#vs .con .flex .emb.away {
    margin-left: 70px;
    margin-right: 0;
}
#vs .con .flex .emb .bar {
    width: 120px;
    height: 8px;
    margin: 10px auto;
    background: #003E88;
}
#vs .con .flex .emb.away .bar {
    background: #da005c;
}
#vs .con .flex .emb p {
    font-weight: bold;
    text-align: center;
}
#vs .con .flex .date {
    width: 220px;
}
#vs .con .flex .date .p1{
    font-family: din;
    font-size: 120px;
    text-align: center;
    line-height: 1;
    margin-bottom: -10px;
    position: relative;
    padding-right: 20px;
}
#vs .con .flex .date .p1 span {
    font-size: 22px;
    font-weight: bold;
    background: #6E6E6E;
/*	background: #ff0000; */
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    right: -25px;
    bottom: 35px;
	width: 20px;
}

#vs .con .flex .date .p2{
    font-family: din;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#vs .con .flex .date .p3 {
    width: 220px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

#vs .con .flex.se a {
    justify-content: center;
}
#vs .con a {
    width: 320px;
    margin: 0 20px;
    display: block;
}
#vs .flex.ban {
    background: #000;
}
#vs .flex.ban a {
    width: 50%;
}
#vs .nx {
    padding: 80px;
    background: #000;
}
#vs .nx .p1 {
    font-family: refrigerator-deluxe;
    font-size: 40px;
    color: #E50039;
    text-align: center;
    margin-bottom: 30px;
}
#vs .swiper-container.next {
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-self: center;
}
#vs .swiper-wrapper {
    margin-left: 170px;
}
#vs .swiper-container.next .swiper-slide {
    width: 320px;
    height: 220px;
    background: #fff;
}
#vs .swiper-container.next .swiper-slide .a {
    height: 40px;
    background: #A0A0A0;
    font-family: din;
    text-align: center;
    font-size: 27px;
    line-height: 50px;
}
#vs .swiper-container.next .swiper-slide .h {
    height: 40px;
    background: #003E88;
    color: #fff;
    font-family: din;
    text-align: center;
    font-size: 27px;
    line-height: 50px;
}
#vs .nx .d1 {
    display: grid;
    place-items: center;
    padding: 20px;
}
#vs .nx .d1 .flex {
    display: flex;
    height: 80px;
    align-items: center;
    margin-bottom: 20px;
}
#vs .nx .d1 .flex .img {
    width: 80px;
    margin-right: 10px;
}
#vs .nx .d1 .flex .txt {
    width: 170px;
    margin-top: 20px;
}
#vs .nx .d1 .flex .txt .p1 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: left;
    margin-top: -10px;
}
#vs .nx .d1 .flex .txt .p2 {
    font-size: 20px;
    font-weight: bold;
}
#vs .nx .d1 .flex .txt .p2 .s1 {
    font-family: din;
    font-size: 36px;
}
#vs .nx .d1 .flex .txt .p2 .s2 {
    font-family: din;
    font-size: 24px;
}
#vs .nx .d1 a {
    width: 280px;
    height: 40px;
    display: block;
}
#vs .nx .d1 a .ti {
    background: url(../img/asset/bg_ticket.svg) center no-repeat;
    background-size: cover;
    width: 240px;
    height: 40px;
    padding-left: 50px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
#event .con {
    padding: 80px 0;
    position: relative;
}
#event .con::before{
    content: "";
    width: 205px;
    height: 1050px;
    background: url(../img/asset/event_bg.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#event .main {
    width: 1000px;
    margin: 0 auto 345px;
    position: relative;
}
#event .main .area {
    width: 800px;
    padding: 35px 50px;
    position: absolute;
    bottom: -400px;
    left: 50px;
    background: #fff;
    border: 8px solid #DDDDDD;
}
#event .main .area .p1,
#event .box .p1 {
    padding-left: 95px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}
#event .main .area .p1::before,
#event .box .p1::before {
    width: 85px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    color: #fff;
}
.e::before {
    content: "EVENT";
    background: #BF9C48;
}
.g::before {
    content: "GOODS";
    background: #FFA500;
}
.f::before {
    content: "FOOD";
    background: #008000;
}
#event .main .area .p2,
#event .box .p2 {
    padding-left: 25px;
    font-weight: bold;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}
#event .main .area .p2::before,
#event .box .p2::before {
    content: "";
    width: 8px;
    height: 30px;
    background: #003E88;
    position: absolute;
    left: 0;
}
#event .main .area .btn {
    width: 200px;
    height: 40px;
    background: #D00412;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto 0;
    cursor: pointer;
}
#event ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
#event ul li {
    width: 305px;
    margin: 0 20px 80px;
}
#event ul li .txt {
    background: #fff;
    padding: 20px 15px;
    border: 3px solid #DDDDDD;
    border-bottom: 0;
}
#event ul li .txt .p1 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
}
#event ul li .txt .p1::before {
    width: 70px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
}
#event ul li .btn {
    width: 100%;
    height: 30px;
    background: #D00412;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
#event .box {
    width: 600px;
    left: calc(50% - 300px);
}
#event #evsp .box {
    width: 900px;
    left: calc(50% - 450px);
}
#event .box .txt{
    background: #fff;
    padding: 35px 50px;
    border: 8px solid #DDDDDD;
}
#match .con {
    background: #171717;
    height: 830px;
}
#match .con .d1 {
    width: 100%;
    height: 170px;
    background: url(../img/asset/gamepre_bg_pc.png) center no-repeat;
    background-size: cover;
    position: relative;
}
#match .con .d1 .img {
    width: 530px;
    margin-left: calc(50% - 580px);
    padding-top: 80px;
    position: relative;
}
#match .con .d1 .img .p1 {
    font-size: 60px;
    color: #BF9C48;
    font-family: din;
    position: absolute;
    top: 150px;
    right: -30px;
    line-height: 1;
    letter-spacing: 0.3rem;
}
#match .con .d1 .img .p1 span {
    font-size: 48px;
    font-family: inherit;
}
#match .con .p2 {
    width: 500px;
    font-size: 24px;
    font-weight: bold;
    color: #E50039;
    margin-left: 50%;
    padding-top: 30px;
    margin-bottom: 20px;
}
#match .con .p3 {
    color: #fff;
    width: 600px;
    margin-left: 50%;
}
#ticket .con {
    padding: 80px 0;
}
#ticket .d1 {
    width: 890px;
    background: #000; 
    margin: 0 auto 30px;
}
#ticket .con .p1 {
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
    padding: 10px 0;
}
#ticket .d2 {
    width: 890px;
    margin: 0 auto 30px;
    position: relative;
}
#ticket .con .p2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}
#ticket .con .d2::before,
#ticket .con .d2::after{
    content: "";
    width: 300px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 3;
}
#ticket .con .d2::after {
    left: auto;
    right: 0;
}
#ticket .img {
    width: 680px;
    margin: 0 auto 50px;
}
#ticket .d3 {
    width: 890px;
    border: 5px solid #E50039;
    margin: 0 auto 50px;
    position: relative;
}
#ticket .d3 .p3 {
    text-align: center;
    background: #E50039;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
}
#ticket .d3 .p4 {
    width: 680px;
    margin: 20px 0 20px 165px;
}
#ticket .d3 .p4 a{
    color: #D00412;
}
#ticket .d3 .icon {
    width: 80px;
    position: absolute;
    top: 80px;
    left: 50px;
}
#ticket table {
    width: 610px;
    margin: 0 auto 30px;
    border-spacing: 5px;
}
#ticket th {
    background: #000;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    height: 30px;
}
#ticket .th2,
#ticket .th3 {
    width: 170px;
}
#ticket td {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
#ticket td:first-child {
    color: #fff;
    text-align: left;
    padding-left: 10px;
}
#ticket .col1 td {
    background: #F6D4D8;
}
#ticket .col1 td:first-child,
.swiper-container.ticket .swiper-slide .col1 {
    background: #E95D89;
    border-color: #E95D89;
}
#ticket .col2 td {
    background: #F1EAD6;
}
#ticket .col2 td:first-child,
.swiper-container.ticket .swiper-slide .col2 {
    background: #C7A856;
    border-color: #C7A856;
}
#ticket .col3 td {
    background: #EBCCD1;
}
#ticket .col3 td:first-child,
.swiper-container.ticket .swiper-slide .col3 {
    background: #AD3146;
    border-color: #AD3146;
}
#ticket .col4 td {
    background: #DDEDF7;
}
#ticket .col4 td:first-child,
.swiper-container.ticket .swiper-slide .col4 {
    background: #76B8DF;
    border-color: #76B8DF;
}
#ticket .col5 td {
    background: #CFDFD1;
}
#ticket .col5 td:first-child,
.swiper-container.ticket .swiper-slide .col5 {
    background: #3C7D44;
    border-color: #3C7D44;
}
#ticket .col6 td {
    background: #FAF1D2;
}
#ticket .col6 td:first-child,
.swiper-container.ticket .swiper-slide .col6 {
    background: #ECC94A;
    border-color: #ECC94A;
}
#ticket .col7 td {
    background: #EDDFCC;
}
#ticket .col7 td:first-child,
.swiper-container.ticket .swiper-slide .col7 {
    background: #C17918;
    border-color: #C17918;
}
#ticket .col8 td {
    background: #E0D3E1;
}
#ticket .col8 td:first-child,
.swiper-container.ticket .swiper-slide .col8 {
    background: #804C85;
    border-color: #804C85;
}
#ticket .col9 td {
    background: #D9CAD8;
}
#ticket .col9 td:first-child,
.swiper-container.ticket .swiper-slide .col9 {
    background: #6B2764;
    border-color: #6B2764;
}
#ticket .col10 td {
    background: #C5CFE0;
}
#ticket .col10 td:first-child,
.swiper-container.ticket .swiper-slide .col10 {
    background: #023E86;
    border-color: #023E86;
}
#ticket .col11 td {
    background: #F9DFD5;
}
#ticket .col11 td:first-child,
.swiper-container.ticket .swiper-slide .col11 {
    background: #997b25;
    border-color: #997b25;
}
#ticket .col12 td {
    background: #C6C6C6;
}
#ticket .col12 td:first-child,
.swiper-container.ticket .swiper-slide .col12 {
    background: #79292c;
    border-color: #79292c;
}
#ticket .col13 td {
    background: #E3E3E3;
}
#ticket .col13 td:first-child,
.swiper-container.ticket .swiper-slide .col13 {
    background: #9FA0A0;
    border-color: #9FA0A0;
}
#ticket .col14 td {
    background: #F9DFD5;
}
#ticket .col14 td:first-child {
    background: #E83928;
}
#ticket .p5 {
    width: 610px;
    margin: 0 auto 50px;
    font-size: 12px;
}
#ticket .p5 span {
    font-size: inherit;
    font-weight: bold;
    color: #E83928;
}
#access .con {
    padding: 80px 0;
    background: #000;
}
#access .con p {
    color: #fff;
}
#access .flex {
    align-items: flex-start;
}
#access .con .p3 {
    font-size: 42px;
    font-weight: bold;
    color: #E50039;
    margin-bottom: 10px;
}
#access .p4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#access .p5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
#access .p5::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-size: cover;
}
#access .p5.w::before {
    background: url(../img/asset/icon_walk.svg) center no-repeat;
}
#access .p5.t::before {
    background: url(../img/asset/icon_train.svg) center no-repeat;
}
#access .d1 .flex {
    justify-content: space-between;
    margin-bottom: 20px;
}
#access .d1 .flex amp-img {
    width: 100px;
}
#access table {
    width: 500px;
    border-spacing: 3px;
}
#access th {
    height: 30px;
    background: #003E88;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    min-width: 100px;
    font-size: 12px;
}
#access td {
    text-align: center;
    vertical-align: middle;
    background: #fff;
    height: 40px;
    font-size: 12px;
    padding: 2px;
}
#access .p6 {
    font-size: 16px;
    margin-top: 10px;
}
#access .d2 {
    width: 470px;
    margin-left: 30px;
}
#access .p7{
    margin-top: 30px;
}
#food .con{
    padding: 80px 0;
    background: url(../img/asset/food_bg_pc.jpg) center no-repeat;
    background-size: cover;
}
#food .p3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
#food .p4 {
    font-size: 14px;
    font-weight: bold;
    color: #E50039;
    margin: 20px auto 10px;
}
#food .p5 {
    font-size: 14px;
    position: relative;
    padding-left: 60px;
}
#food .p5::before {
    content: "価格";
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    background: #BF9C48;
    text-align: center;
    position: absolute;
    left: 0;
}
#goods .con{
    padding: 80px 0;
    background: url(../img/asset/bg-contents01.gif) center;
    background-repeat: repeat;
    background-size: 21px 21px;
}
#goods ul li{
    width: 220px;
    margin: 0 20px 20px;
}
#goods .p3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #E50039;
}
#goods .p4 {
    font-size: 14px;
    font-weight: bold;
    color: #E50039;
    margin: 20px auto 10px;
}
#goods .p5 {
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}
#goods .p5::before {
    content: "価格";
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #BF9C48;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    font-size: 10px;
}
#goods .p5.n::before{
    content: "商品番号";
}
#goods .p6 {
    font-size: 14px;
    margin-bottom: 15px;
}
#goods a {
    width: 140px;
    margin: 0 auto;
    display: block;
}
.slcon {
    position: relative;
}
.swiper-container {
    max-width: 1000px;
}
.swiper-container.player {
    padding: 80px 0;
    background: url(../img/asset/players_bg_pc.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
}
.swiper-container.player .swiper-slide {
    width: 828px;
    height: 400px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.swiper-container.player .swiper-slide img {
    width: 400px;
    height: 400px;
}
.swiper-container.player .swiper-slide .txt {
    width: 448px;
}
.swiper-container.player .swiper-slide .txt .d1 {
    padding: 20px;
    background: #003E88;
}
.swiper-container.player .swiper-slide .txt .d1 .p1 {
    font-size: 28px;
    font-weight: bold;
    color: #BF9C48;
    margin-bottom: 16px;
}
.swiper-container.player .swiper-slide .txt .d1 hr {
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.swiper-container.player .swiper-slide .txt .d1 .p2 {
    color: #fff;
}
.swiper-container.player .swiper-slide .txt .d2 {
    background: #fff;
    padding: 20px;
}
.swiper-container.ticket .swiper-slide {
    width: 320px !important;
    margin: 0 auto;
}
.swiper-container.ticket .swiper-slide .s1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 15px 15px 0 0;
}
.swiper-container.ticket .swiper-slide .s2 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.swiper-container.ticket .swiper-slide .s3 {
    font-size: 14px;
    height: 65px;
    margin: 20px 0;
}
.swiper-container.ticket .swiper-slide .sd1 {
    border-radius: 10px;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 20px;
    display: flex;
    height: 30px;
}
.swiper-container.ticket .swiper-slide .s4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100px;
    background: none;
    line-height: 30px;
}
.swiper-container.ticket .swiper-slide .s5 {
    font-size: 14px;
    text-align: center;
    background: #fff;
    line-height: 30px;
    width: calc(100% - 100px);
}
.swiper-container.ticket .swiper-slide .s6 {
    font-size: 12px;
}
.swiper-container.movie {
    max-width: 100%;
    padding: 80px 0;
    background: url(../img/asset/movie_bg_pc.jpg) center no-repeat;
    background-size: cover;
}
.swiper-container .swiper-pagination-bullets {
    bottom: 80px;
  }
  
  .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #fff;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
  }
  .swiper-container .swiper-pagination-bullet-active {
    background: #E50039;
  }
  .swiper-button-prev {
    background-image: url(../img/asset/left.svg);
    left: calc(50% - 580px);
    width: 56px;
    height: 56px;
    background-size: contain;
    top: calc(50% - 28px);
  }
  .swiper-button-next {
    background-image: url(../img/asset/right.svg);
    right: calc(50% - 580px);
    width: 56px;
    height: 56px;
    background-size: contain;
    top: calc(50% - 28px);
  }
  .ticket.swiper-button-prev,
  .food.swiper-button-prev {
    background-image: url(../img/asset/left2.svg);
  }
  .ticket.swiper-button-next,
  .food.swiper-button-next {
    background-image: url(../img/asset/right2.svg);
  }
.swiper-container.movie .swiper-button-prev {
    background-image: url(../img/asset/movie_left.svg);
    left: 20%;
    width: 72px;
    height: 56px;
    background-size: contain;
    top: calc(50% - 20px);
  }
  .swiper-container.movie .swiper-button-next {
    background-image: url(../img/asset/movie_right.svg);
    right: 20%;
    width: 72px;
    height: 56px;
    background-size: contain;
    top: calc(50% - 20px);
  }
  .swiper-container.movie .swiper-slide {
      margin-bottom: 60px;
      transition: .5s;
  }
  .swiper-container.movie .swiper-slide p {
      font-weight: bold;
      color: #fff;
      margin-top: 10px;
  }
  .swiper-container.movie .swiper-slide.swiper-slide-next,
  .swiper-container.movie .swiper-slide.swiper-slide-prev {
      transform: scale(.85);
  }
.movieIn {
    margin: 0 auto 20px;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
  }
  .movieIn iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  amp-lightbox .box .close {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  amp-lightbox {
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
  }
  amp-lightbox .box {
    width: calc(100% - 100px);
    position: absolute;
    top: 10%;
    left: 50px;
  }
  amp-lightbox .box a {
      color: #004693;
  }
  amp-lightbox .movieIn {
    background: #000;
  }
  #movie .swiper-slide {
      cursor: pointer;
      position: relative;
      z-index: 2;
  }
  #movie .swiper-slide iframe {
      width: 100%;
      position: relative;
      z-index: -1;
  }
footer {
    width: 100%;
    background: linear-gradient(#02074A,#004693);
    padding: 80px 0 200px;
    color: #fff;
}
footer .banner {
    width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
}
footer .banner .img {
    width: 480px;
}
footer .f1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.share {
    width: 620px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.share li {
    width: 124px;
}
.share li amp-img {
    width: 60px;
    margin: 0 auto 10px;
}
.share li p {
    font-size: 14px;
    text-align: center;
}
.logo {
    width: 169px;
    margin: 0 auto 20px;
}
.copy {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 20;
    cursor: pointer;
}

@media (min-width: 1101px) {
    .pc-hide {
      display: none !important;
    }
  }

  @media (min-width: 761px) and (max-width: 1100px) {
    .tab-hide {
      display: none !important;
    }
}

  @media (max-width: 1100px) {
    .header {
        width: 100%;
        padding: 0;
    }
    .header .logo {
        width: 100px;
        padding-left: 20px;
    }
    #covid .d1 {
        width: 700px;
    }
    #vs .con::after,
    #vs .con::before {
        width: 160px;
        height: 120px;
    }
    #vs .nx {
        padding: 80px 0;
    }
    #vs .swiper-wrapper {
        margin-left: -20px;
    }
    #vs .nx .swiper-container {
        padding: 0;
    }
    .swiper-button-prev {
        left: 0;
      }
      .swiper-button-next {
        right: 0;
      }
      #event .main {
          width: 100%;
      }
      #event .main .area {
          width: calc(100% - 100px);
          left: 0;
      }
      #event #evsp .box,
      #covid #covm .box,
      amp-lightbox .box,
      #covid amp-lightbox .box {
          width: calc(100% - 30px);
          left: 15px;
          top: 30px;
          padding-bottom: 70px;
      }
      #match .con {
          height: auto;
          padding-bottom: 80px;
      }
      #match .con .d1 .img,
      #match .con .p2,
      #match .con .p3 {
          margin: 0 auto;
      }
      #match .con .p2 {
          padding-top: 500px;
      }
      .swiper-container.player .swiper-slide {
          height: auto;
      }
      #ticket .con .d1,
      #ticket .d2,
      #ticket .d3 {
          width: 700px;
      }
      #ticket .con .d2::before, #ticket .con .d2::after{
          width: 150px;
      }
      #ticket .d3 .p4 {
          width: 500px;
      }
      #access .flex {
          flex-direction: column;
          align-items: center;
      }
      #access .flex .d1 {
          margin-bottom: 30px;
      }
      #access .d2 {
          margin: 0;
      }
      #access .d1 .flex {
          flex-direction: row;
      }
      #goods ul.flex {
          max-width: 700px;
          margin: 0 auto;
      }
      .swiper-container.movie {
          max-width: calc(100% - 100px);
          padding: 80px 50px;
      }
      .swiper-container.movie .swiper-button-next {
          right: 0;
      }
      .swiper-container.movie .swiper-button-prev {
        left: 0;
    }
    footer .banner {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .banner .img {
        margin-bottom: 20px;
    }
    header {
        width: calc(100% - 100px);
        padding-right: 100px;
    }
    header .d4 {
        width: 200px;
    }
    header .p4 {
        font-size: 50px;
        height: 70px;
        margin: 0;
    }
    #vs .swiper-container.next .swiper-slide {
        width: 320px !important;
    }
    .swiper-container {
        max-width: 660px;
    }
}
@media (max-width: 760px) {
    .sp-hide{
      display: none !important;
    }
    * {
        font-size: 12px;
    }
    nav {
        width: 100%;
    }
    nav ul {
        width: 315px;
        bottom: 110px;
        left: calc(50% - 157px);
    }
    nav li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        margin-top: 15px;
    }
    .header .logo {
        width: 50px;
    }
    .header .name {
        font-size: 20px;
        margin-top: 5px;
    }
    .header {
        width: 100%;
        height: 60px;
        top: auto;
        bottom: 0;
        padding: 0;
    }
    header {
        width: calc(100% - 60px);
        height: 60px;
        padding-right: 60px;
        padding-left: 0;
        justify-content: center;
    }
    header .menu {
        width: 60px;
        height: 60px;
    }
    #covid .tit,
    .tit {
        height: 70px;
        background-image: url(../img/asset/bg_tit_sp.svg);
    }
    #covid .tit .p1 {
        font-size: 16px;
    }
    #covid .d1 {
        width: 315px;
        padding: 10px 0;
        height: auto;
        margin-bottom: 30px;
    }
    #covid .d1 p {
        width: 280px;
        margin: 0 auto;
        font-size: 12px;
        text-align: left;
    }
    #covid .u1 {
        width: 315px;
        margin: 0 auto 30px;
    }
    #covid .u1 li {
        width: 100%;
        height: 107px;
        display: flex;
        margin: 0 auto 20px;
    }
    #covid .u1 li amp-img {
        width: 160px;
    }
    #covid .u1 li .txt {
        width: calc(100% - 180px);
        padding: 10px;
    }
    #covid .u1 li .txt .p2 {
        font-size: 12px;
        height: 55px;
    }
    #covid .u1 li .txt .p2.m{
        font-size: 10px;
    }
    #covid .u1 li .txt .btn {
        width: 110px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        position: relative;
    }
    #covid .mov {
        width: calc(100% - 30px);
    }
    #covid .con {
        padding: 50px 0;
        background-image: url(../img/asset/covic_bg_sp.jpg);
    }
    #vs .con {
        padding-bottom: 40px;
    }
    #vs .tit .p1 {
        font-size: 16px;
        width: 140px;
        letter-spacing: 0;
    }
    #vs .tit .p1 span {
        font-size: 27px;
    }
    #vs .tit .p1::before {
        background-image: url(../img/asset/long_jleague_logo_sm.svg);
        width: 62px;
        height: 32px;
        top: 5px;
    }
    #vs .con .flex {
        height: 380px;
        align-items: flex-start;
        position: relative;
    }
    #vs .con .flex .date {
        position: absolute;
        bottom: 0;
    }
    #vs .con .flex .date .p1 {
        font-size: 100px;
    }
    #vs .con .flex .date .p1 span {
        bottom: 28px;
    }
    #vs .con .flex .emb {
        width: 130px;
        margin: 0;
    }
    #vs .con .flex .emb.away {
        position: relative;
    }
    #vs .con .flex .emb.away::before {
        content: "VS";
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        left: -70px;
        width: 70px;
        text-align: center;
        line-height: 180px;
    }
    #vs .con .flex.se {
        height: auto;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    #vs .con::after, #vs .con::before {
        width: 140px;
        height: 104px;
    }
    #vs .con a {
        width: 315px;
        z-index: 2;
        position: relative;
        margin-bottom: 30px;
    }
    #vs .flex.ban a {
        width: 100%;
    }
    #vs .swiper-wrapper {
        margin-left: -20px;
    }
    #vs .nx .swiper-container {
        padding: 0;
    }
    #vs .swiper-container.next .swiper-slide {
        width: 100% !important;
    }
    #event .con {
        width: calc(100% - 30px);
        padding: 50px 15px;
    }
    #event .main {
        margin-bottom: 0px;
    }
    #event .main .area {
        width: calc(100% - 38px);
        position: static;
        bottom: auto;
        left: auto;
        padding: 20px 15px;
        border-width: 4px;
    }
    #event .main .area .p1, #event .box .p1 {
        font-size: 14px;
        padding-left: 75px;
    }
    #event .main .area .p1::before, #event .box .p1::before {
        width: 70px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    #event .main .area .p2, #event .box .p2 {
        font-size: 14px;
        padding-left: 20px;
    }
    #event .main .area .p2::before, #event .box .p2::before {
        width: 4px;
        height: 20px;
    }
    #event .main .area .btn {
        width: 180px;
        height: 30px;
        line-height: 30px;
    }
    #event ul li {
        position: relative;
        height: 130px;
        margin: 0 auto 20px;
        border-bottom: 2px solid #DDDDDD;
    }
    #event ul li amp-img{
        width: 100px;
        position: absolute;
        top: 30px;
    }
    #event ul li .txt {
        width: 100%;
        position: absolute;
        background: none;
        padding: 0;
        border: none;
    }
    #event ul li .txt .p1 {
        margin-bottom: 0;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #event ul li .txt .p1::before {
        font-size: 10px;
    }
    #event ul li .txt .p2 {
        width: calc(100% - 110px);
        position: absolute;
        right: 0;
    }
    #event ul li .btn {
        display: none;
    }
    .tit .p1 {
        font-size: 30px;
    }
    .tit .p2 {
        font-size: 10px;
    }
    #match .con {
        padding-bottom: 50px;
    }
    #match .con .d1 .img {
        width: calc(100% - 75px);
        margin: 0 0 0 15px;
        padding: 30px 0;
    }
    #match .con .d1 .img .p1 {
        font-size: 40px;
        right: -45px;
        top: 100px;
    }
    #match .con .d1 .img .p1 span {
        font-size: 25px;
    }
    #match .con .p2 {
        padding-top: 240px;
        width: calc(100% - 50px);
        font-size: 18px;
        margin-bottom: 20px;
    }
    #match .con .p3 {
        width: calc(100% - 50px);
    }
    #ticket .con {
        padding: 40px 0;
    }
    #ticket .con .d1, #ticket .d2, #ticket .d3 {
        width: 315px;
    }
    #ticket .con .p1 {
        padding: 15px 20px;
    }
    #ticket .con .p2 {
        font-size: 24px;
    }
    #ticket .con .d2::before, #ticket .con .d2::after {
        width: 55px;
        top: 17px;
    }
    #ticket .img {
        width: 315px;
    }
    #ticket .d3 .p3 {
        width: 200px;
        font-size: 14px;
        text-align: left;
    }
    #ticket .d3 .icon {
        right: 20px;
        left: auto;
        top: 5px;
        width: 60px;
    }
    #ticket .d3 .p4 {
        width: calc(100% - 40px);
        margin: 0;
        padding: 20px;
    }
    #ticket table {
        width: calc(100% - 30px);
        border-spacing: 2px;
    }
    #ticket th,
    #ticket td {
        font-size: 12px;
    }
    #ticket .th2, #ticket .th3 {
        width: 90px;
    }
    #ticket .p5 {
        font-size: 10px;
        width: calc(100% - 30px);
    }
    #access .con {
        width: calc(100% - 30px);
        padding: 50px 15px;
    }
    #access .con .p3 {
        font-size: 26px;
    }
    #access .p4 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #access .con p {
        font-size: 14px;
    }
    #access .con .p5 {
        padding-left: 40px;
        line-height: 30px;
    }
    #access .p5::before {
        width: 30px;
        height: 30px;
    }
    #access .p5.w::before,
    #access .p5.t::before {
        background-size: cover;
    }
    #access .p6 {
        margin: 0;
    }
    #access .d1,
    #access .d1 .flex,
    #access .d2 {
        width: 100%;
    }
    #access .d1 .flex amp-img {
        width: 80px;
    }
    #access .table {
        width: 100%;
        overflow: scroll;
    }
    #food .con {
        padding: 50px 0;
        background-image: url(../img/asset/food_bg_sp.jpg);
    }
    #food .p3,
    #goods .p3 {
        font-size: 16px;
    }
    #goods .con {
        padding: 50px 0;
    }
    #goods ul {
        width: 315px;
        margin: 0 auto;
    }
    #goods ul li {
        width: 100%;
        height: 150px;
        position: relative;
        margin: 0 0 30px;
    }
    #goods ul li amp-img {
        width: 120px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #goods ul li .btn {
        top: 130px;
    }
    #goods .p4 {
        width: 170px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
    #goods .p5 {
        width: 110px;
        top: 50px;
        right: 0;
        position: absolute;
    }
    #goods .p5.n {
        top: 80px;
    }
    #goods .p6 {
        width: 170px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        margin: 0;
    }
    .slcon {
        padding: 0 30px;
    }
    .swiper-container.ticket .swiper-slide {
        width: 100% !important;
    }
    .swiper-container.player .swiper-slide {
        position: relative;
    }
    .swiper-container.player {
        padding: 50px 15px;
        width: calc(100% - 30px);
        background-image: url(../img/asset/players_bg_sp.jpg);
    }
    .swiper-container.player .swiper-slide .txt {
        width: 315px;
        background: #003E88;
    }
    .swiper-container.player .swiper-slide img {
        width: 315px;
        height: auto;
        position: absolute;
        top: 200px;
    }
    .swiper-container.player .swiper-slide .txt .d1 .p1 {
        font-size: 20px;
    }
    .swiper-container.player .swiper-slide .txt .d2 {
        margin-top: 315px;
    }
    .swiper-container .swiper-pagination-bullets {
        border-bottom: 40px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-container.movie {
        width: calc(100% - 30px);
        padding: 50px 15px;
        max-width: 100%;
        background-image: url(../img/asset/movie_bg_sp.jpg);
    }
    .swiper-container.movie .swiper-slide {
        margin-bottom: 50px;
    }
    .swiper-container.movie .swiper-pagination-bullets {
        bottom: 50px;
    }
    .swiper-container.movie .swiper-button-next,
    .swiper-container.movie .swiper-button-prev,
    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 50%;
    }
    .swiper-container.movie .swiper-button-next,
    .swiper-container.movie .swiper-button-prev {
        top: calc(50% - 40px);
    }
    #movie .swiper-slide {
        z-index: 1;
    }
    #movie .swiper-slide iframe {
        z-index: 1;
    }
    .ticket.swiper-button-next,
    .ticket.swiper-button-prev {
        top: calc(50% - 60px);
    }
    #event .box {
        width: 100%;
        left: 0;
    }
    #event .box .txt {
        padding: 30px 15px;
    }
    footer {
        padding: 50px 0 85px;
    }
    footer .f1 {
        font-size: 16px;
    }
    footer .banner {
        width: 315px;
        margin-bottom: 50px;
    }
    footer .banner .img {
        width: 100%;
    }
    .share {
        width: calc(100% - 30px);
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
    }
    .share li {
        width: 70px;
        margin: 0 20px 50px;
    }
    .scroll-top {
        width: 40px;
        height: 40px;
        bottom: auto;
        top: 20px;
        right: 15px;
        z-index: 10;
    }
}