@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

supercup2023.scss

------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

#main {
  padding-top: 0;
  background: url(/img/supercup/2023/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.list__style {
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__discl li {
  margin: 0.5em 0;
}
.list__style__discl li:before {
  width: 10px;
  height: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 4.5vw;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  padding-right: 8%;
  box-sizing: border-box;
}
.btn.gaibu span:before {
  font-size: 5vw;
}
.btn__S {
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-size: 4vw;
  padding-right: 10px;
}
.btn__S::after {
  font-size: 13px;
  font-size: 1.3rem;
}
.btn__L {
  width: 90%;
}
.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
.btn__red {
  background: #e70012;
}
.btn__blue {
  background: #003690;
}
.btn__border {
  border: 1px solid #000;
  background: none;
  color: #333;
  display: block;
}
.btn__ticket, .btn__ticket__app {
  height: auto;
  padding: 20px 8% 20px 0;
  line-height: 1.3;
  font-size: 4.5vw;
}
.btn__ticket.pcDISP, .pcDISP.btn__ticket__app {
  display: none;
}
.btn__ticket:before, .btn__ticket__app:before {
  content: none;
}
.btn__ticket img, .btn__ticket__app img {
  vertical-align: middle;
  height: 8vw;
  width: auto;
  margin-right: 2vw;
}
.btn__ticket span, .btn__ticket__app span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.btn__ticket p, .btn__ticket__app p {
  line-height: 1.2;
  font-weight: bold;
}
.btn__ticket p:first-child, .btn__ticket__app p:first-child {
  font-size: 3.5vw;
}
.btn__ticket p:last-child, .btn__ticket__app p:last-child {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 3px;
}
.btn__ticket p span, .btn__ticket__app p span {
  font-size: 4.5vw;
  font-weight: bold;
}
.btn__ticket__app p:first-child {
  margin-bottom: 0;
  font-size: 4.5vw;
}
.btn__ticket.nolink, .nolink.btn__ticket__app {
  pointer-events: none;
  background: #808080;
}
.btn__ticket.nolink p, .nolink.btn__ticket__app p {
  color: #9d9d9d;
}
.btn__ticket.nolink img, .nolink.btn__ticket__app img {
  opacity: 0.3;
}
.btn__ticket.nolink:after, .nolink.btn__ticket__app:after {
  color: #9d9d9d;
}
.btn__2line {
  line-height: 1.4;
  padding: 10px 0;
  height: auto;
}

.btnArea {
  text-align: center;
}
.btnArea .btn {
  margin: auto;
}
.btnArea .accordionList {
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.btnArea .accordionList .accordionIndex {
  text-align: left;
  text-decoration: underline;
  padding-right: 30px;
}
.btnArea .accordionList .accordionIndex.active {
  background: none;
}
.btnArea .accordionList .accordionArticle {
  background: #fff;
  padding: 5%;
}
.btnArea .accordionList .accordionArticle p {
  position: relative;
}
.btnArea .accordionList .accordionArticle p:after {
  content: "↓";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -18px;
  text-align: center;
}
.btnArea .accordionList .accordionArticle p:last-child:after {
  content: none;
}

.btn__border {
  display: block;
  width: 80%;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 3.5vw;
  margin: auto;
  color: #000;
}

.sec__innerWide {
  min-width: 100%;
  max-width: 100%;
}
.sec__innerWide .btn {
  width: 100%;
}

.bnrwrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.bnrwrap a {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.bnrwrap a img {
  width: 100%;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.specialArea {
  background: #fff;
}

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
  min-width: 100%;
  max-width: 100%;
}

.sec__white {
  background: #FFF;
}

.sec__lightgray {
  background: url(/img/supercup/2022/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__nanameline {
  background: url(/img/supercup/2022/BG_naname_lightgold.png) no-repeat top center;
  background-size: 400% auto;
}

.sec__stadiumBG1 {
  background: url(/img/supercup/2022/BG_stadium1.png) no-repeat 50% 100px;
  background-size: cover;
}

.sec__stadiumBG2 {
  background: url(/img/supercup/2022/ticket/BG_seat.png) no-repeat top center;
  background-size: auto 110%;
}

.sec__trfy_rl:before {
  background: url(/img/supercup/2023/BG_trfy.png) no-repeat top center;
  background-size: cover;
  opacity: 0.6;
}

.heading__main .eng_S {
  font-size: 10vw;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  bottom: 0;
  left: 0;
  top: auto;
}
.heading__main .jpn_L {
  font-size: 6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}
.heading__main .jpn_L a {
  display: inline-block;
  font-size: 3vw;
  font-weight: 900;
  padding-left: 0.5em;
}
.heading__main .jpn_L a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: 0.5em;
}
.heading__main .jpn_M {
  font-size: 4.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.heading__left {
  text-align: left;
}
.heading__leftline:before {
  left: 5vw;
}
.heading__leftline--ttl {
  font-size: 4vw;
  left: 3vw;
}
.heading__btmborder {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
}
.heading__btmborder::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}
.heading__btmborder span {
  font-weight: 900;
}
.heading__title, .heading__title--left {
  font-size: 60px;
  font-size: 6rem;
}
.heading__title span.jpn_S, .heading__title--left span.jpn_S {
  font-size: 20px;
  font-size: 2rem;
}
.heading__title--left {
  margin-right: 10px;
  text-align: left;
}
.heading__title--left span {
  display: inline;
  margin-top: 0;
}

.kome {
  display: block;
}

.borderwrap {
  border: 1px solid #000;
  padding: 3% 5%;
  text-align: left;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnr {
  display: block;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.floatingbnr h5, .floatingbnr p {
  display: none;
}
.floatingbnr img {
  width: calc(100% + 1px);
  position: relative;
  left: -1px;
  bottom: -1px;
}
.floatingbnr .btn {
  width: 90%;
  height: 9vw;
  line-height: 9vw;
  margin: 1%;
  position: absolute;
  bottom: 2vw;
  font-size: 3.5vw;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.floatingbnr .btn::after {
  font-size: 3vw;
}
.floatingbnr .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 6vw;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  border: 1px solid #FFF;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 2vw;
  top: -7vw;
}

/* ==========================================================================
   header
========================================================================== */
.fxscHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 11111111;
}
.fxscHeader__jLogo {
  width: 8vw;
  height: 8vw;
}
.fxscHeader__title {
  width: 54.6vw;
}
.fxscHeader__title img {
  width: 100%;
  height: auto;
}
.fxscHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.fxscHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.fxscHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.fxscHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.fxscHeader__gnav li.ticket a {
  background: #ff0000;
}
.fxscHeader__gnav li.english a {
  background: #545454;
}
.fxscHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.fxscHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fxscHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.fxscHeader__gnav li a:hover {
  opacity: 1;
}
.fxscHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.fxscHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.fxscHeader__gnav li span, .fxscHeader__gnav li a {
  font-weight: bold;
}
.fxscHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.fxscHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.fxscHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

.tabArea__wrap {
  width: 100%;
}
.tabArea__wrap li {
  margin-right: 0;
  width: calc((100% - 2px) / 3);
}
.tabArea__wrap li > a, .tabArea__wrap li > span {
  font-size: 10px;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
.kvArea__KVimage {
  position: relative;
  width: 100%;
}
.kvArea__text {
  z-index: 0;
  padding: 20px 0px 30px;
}
.kvArea__text .logo {
  width: 90%;
  margin-bottom: 30px;
}
.kvArea__text__title {
  width: 90%;
  margin: auto;
}
.kvArea__text__title .logo {
  width: 40%;
  max-width: 350px;
  position: relative;
  top: -2vw;
}
.kvArea__text__title .title {
  width: 90%;
  max-width: 800px;
}
.kvArea__text__day .num {
  font-size: 9vw;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-top: 0.3em;
}
.kvArea__text__day .num a {
  display: inline-block;
  font-weight: 700;
}
.kvArea__text__day .daysta {
  line-height: 1.7;
}
.kvArea__text__day .day {
  font-size: 8.5vw;
  letter-spacing: -0.03em;
  line-height: 1;
}
.kvArea__text__day .day i {
  top: 3px;
}
.kvArea__text__day .day i:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  height: 25px;
  width: 25px;
  line-height: 25px;
  top: -3px;
}
.kvArea__text__day .stadium {
  font-size: 4.5vw;
  font-weight: 900;
  position: relative;
  top: -2px;
}
.kvArea__text__day .tv {
  font-size: 5vw;
  padding: 2vw 3vw;
  border-radius: 0;
  width: auto;
  margin-top: 10px;
  border-top: double 4px #fff;
  border-bottom: double 4px #fff;
}
.kvArea__text__day .club {
  top: 70%;
  left: 50%;
  width: 100px;
  width: 33.3333333333%;
}
.kvArea__text__day .club.left {
  margin-left: -34vw;
}
.kvArea__text__day .club.right {
  margin-left: 34vw;
}
.kvArea__text__day .club.left .embLl::after {
  content: none;
}
.kvArea__text__day .club .add {
  font-size: 10px;
  line-height: 1.2;
}
.kvArea__text__day .club .embLl {
  margin: 0 auto;
  margin-bottom: 5px;
}
.kvArea__text__day .club i {
  top: -0.5rem;
  font-size: 3vw;
  line-height: 2;
}
.kvArea__broadcast {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
  background: #e60012;
  margin-top: 40px;
}
.kvArea__broadcast span {
  font-weight: bold;
}
.kvArea__others {
  margin-top: 60px;
  padding: 30px 0;
}
.kvArea__others__title {
  font-size: 4vw;
}
.kvArea__others__subtitle {
  letter-spacing: 0;
}
.kvArea .kv__matchDay {
  color: #fff;
  text-decoration: underline;
}
.kvArea .kv__matchDay div {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 7.5vw;
  line-height: 1;
  margin: 10px 0;
}
.kvArea .kv__matchDay div.pk {
  margin: 0;
  font-size: 3vw;
}

body.ng_live .kvArea__others__title, body.ng_member .kvArea__others__title, body.ng_player .kvArea__others__title, body.ng_history .kvArea__others__title, body.ng_outline .kvArea__others__title {
  letter-spacing: 2px;
}

.topbnrwrap {
  padding: 30px 5%;
}
.topbnrwrap a {
  width: 100%;
}

/* ==========================================================================
   topticketArea
========================================================================== */
.topticketArea {
  padding: 20px 0 60px;
}
.topticketArea:after {
  left: 0;
  bottom: -20vw;
  height: 70%;
}
.topticketArea .heading__title, .topticketArea .heading__title--left {
  bottom: -10px;
}
.topticketArea__map {
  width: 80%;
  padding: 15px 0;
}
.topticketArea__map img {
  width: 95%;
}
.topticketArea .btn {
  top: 30px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

/*================================================================
	topnewsArea
==================================================================*/
.topnewsArea {
  padding: 60px 0 30px;
}
.topnewsArea .bg {
  height: 70%;
}
.topnewsArea__list li {
  width: 200px;
  background: #FFF;
  border: none;
  margin-right: 10px;
}
.topnewsArea__list li article:after {
  font-size: 14px;
  font-size: 1.4rem;
  bottom: 3px;
}
.topnewsArea__list--txt {
  padding: 15px 10px 25px;
  font-size: inherit;
}
.topnewsArea__list--txt .day {
  font-size: 14px;
  font-size: 1.4rem;
}
.topnewsArea__list--txt .txt {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topnewsArea__sublist .topnewsArea__list {
  margin: 0;
}
.topnewsArea__sublist .topnewsArea__list li {
  margin-right: 0;
}
.topnewsArea__sublist .topnewsArea__list li article {
  margin-right: 20px;
}
.topnewsArea__sublist .topnewsArea__list li article:after {
  bottom: inherit;
  right: 10%;
}
.topnewsArea__sublist .topnewsArea__list li:first-child article {
  border-top: 1px solid #fff;
}
.topnewsArea__sublist .topnewsArea__list--txt {
  padding: 10px;
}
.topnewsArea__sublist .topnewsArea__list--txt .txt {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topnewsArea__btn .btn {
  width: 90%;
  font-size: 14px;
  font-size: 1.4rem;
}
.topnewsArea__btn .btn:before {
  content: none;
}

.slick-prev:before {
  content: none;
}

/* ==========================================================================
   topoutlineArea
========================================================================== */
.topoutlineArea {
  padding: 60px 0;
}
.topoutlineArea__wrap {
  padding: 40px 10% 40px 5%;
  margin-right: 0;
  width: 90%;
}
.topoutlineArea__outer {
  margin-top: 20vw;
  padding-top: 30px;
}

.outlineList li article {
  text-align: left;
  display: block;
}
.outlineList li article .item {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.greenpower {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0;
}
.greenpower dt {
  text-align: left;
}
.greenpower dd {
  padding-left: 20px;
}
.greenpower dd img {
  width: 70px;
  vertical-align: middle;
}

/*================================================================
	topaccessArea
==================================================================*/
.topaccessArea__wrap > .CLM__half {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
  display: block;
}
.topaccessArea__title {
  padding-right: 0;
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 10px;
}
.topaccessArea__access {
  width: 100%;
}
.topaccessArea__howto .time {
  text-align: center;
  font-weight: bold;
  width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 20%;
  text-align: center;
  background: #fff;
  color: #003690;
  line-height: 1.2;
  padding: 7px 0;
}
.topaccessArea__howto .time span {
  font-size: 16px;
  font-size: 1.6rem;
}
.topaccessArea__howto .eki {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  width: 75%;
}
.topaccessArea__howto .eki span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 0;
}
.topaccessArea__howto .eki span.kome {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
}

/*================================================================
	footerbtnArea
==================================================================*/
.footerbtnArea {
  padding: 60px 0;
}
.footerbtnArea .btn {
  margin: 0 auto;
  display: block;
}
.footerbtnArea .btn img {
  width: 80%;
  margin: 0 auto;
  height: auto;
}
.footerbtnArea .btn span {
  font-size: 6vw;
}

.ticket__btnArea {
  padding: 0 0 40px;
}

/* ==========================================================================
   ankrnav
========================================================================== */
.ankrnavArea {
  margin-top: 0;
}

.ankrnav__wrap {
  border-radius: 0;
}
.ankrnav__wrap > a, .ankrnav__wrap > span {
  padding: 4vw 0 8vw;
  font-size: 4vw;
  line-height: 1.3;
}
.ankrnav__wrap > a:hover:after, .ankrnav__wrap > span:hover:after {
  bottom: 1vw;
}
.ankrnav__wrap > a:after, .ankrnav__wrap > span:after {
  bottom: 1vw;
  font-size: 5vw;
}
.ankrnav__wrap > a i, .ankrnav__wrap > span i {
  display: none;
}
.ankrnav__wrap > a span, .ankrnav__wrap > span span {
  font-size: 3vw;
  margin-bottom: 10px;
}
.ankrnav__wrap > a:nth-child(2) span, .ankrnav__wrap > span:nth-child(2) span {
  margin-bottom: 20px;
}

.koedashi__attention p {
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
#scheduleArea {
  background-size: cover;
  background-position-y: -30px;
  background-position-x: center;
}

.scheduleArea__article {
  margin-bottom: 5vw;
  width: 100%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.9);
}
.scheduleArea__article:after {
  z-index: -1;
}
.scheduleArea__article:last-child {
  margin-bottom: 0;
}
.scheduleArea__article__cnt {
  display: block;
}
.scheduleArea__article__title {
  width: 100%;
}
.scheduleArea__article__title img {
  width: 90%;
  margin: 5% auto 0;
}
.scheduleArea__article__info {
  padding: 3%;
  width: 100%;
}
.scheduleArea__article__info dl dt {
  height: 40px;
  line-height: 39px;
  width: 35%;
  font-size: 3.5vw;
}
.scheduleArea__article__info dl dt i {
  font-size: 5.5vw;
}
.scheduleArea__article__info dl dd {
  width: 65%;
  padding-left: 0.5em;
  font-size: 3.5vw;
}
.scheduleArea__article__info dl dd .txt__honbun {
  line-height: inherit;
}
.scheduleArea__article__imgwrap.CLM__three > div:after {
  font-size: 8vw;
  right: -13%;
}
.scheduleArea__article__imgitem p {
  font-size: 12px;
  font-size: 1.2rem;
}
.scheduleArea__article__imgitem p span {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  margin-right: 3px;
}
.scheduleArea__article__attendsubttl {
  padding: 0.5em 1em;
}
.scheduleArea__article .btnArea {
  padding: 0 10px;
  margin: 25px 0;
}
.scheduleArea__article .btnArea .btn__ticket, .scheduleArea__article .btnArea .btn__ticket__app {
  position: relative;
  z-index: 1;
}
.scheduleArea__article .accordionList {
  background: #FFF;
}
.scheduleArea__article .accordionList.block .accordionArticle {
  display: block;
}
.scheduleArea__article .accordionList .accordionIndex {
  font-size: 3.5vw;
  padding-left: 1em;
  height: 12vw;
  line-height: 12vw;
}
.scheduleArea__article .accordionList .accordionIndex:after {
  width: inherit;
  height: inherit;
}
.scheduleArea__article .accordionList .accordionArticle {
  padding: 5%;
}
.scheduleArea__article .accordionList .accordionArticle hr {
  display: none;
}

.accordionArticle .list__style {
  display: block !important;
}

.scheduleArea__article.noLink::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}

/* ==========================================================================
   ticketArea
========================================================================== */
#ticketArea {
  background: url(/img/supercup/2023/BG_studium_sp.png) no-repeat;
  background-position: top;
  background-color: #003690;
  background-size: cover;
}

.ticketArea__seat {
  padding: 5vw;
  box-shadow: none;
}
.ticketArea__seatwrap .heading__main {
  margin-bottom: -2vw;
}
.ticketArea__seatwrap .heading__main .eng_S {
  font-size: 12.5vw;
  line-height: 1;
}
.ticketArea__seat .seat {
  width: 100%;
}
.ticketArea__seat .icon {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  width: 20%;
}

#ticketAreaPrice {
  margin-top: -100px;
  padding-top: 70px;
  text-align: center;
}
#ticketAreaPrice .seat-category {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
#ticketAreaPrice .txt__size16 {
  text-align: right;
  margin: 0 auto 10px;
  font-size: 2.5vw;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
}
#ticketAreaPrice .komeArea {
  margin-top: 20px;
  padding: 10px;
  min-width: 90%;
}
#ticketAreaPrice .btnArea {
  margin-top: 20px;
  padding-bottom: 30px;
}

.seat-category table {
  border: solid 1px #000;
  font-size: 2.5vw;
}
.seat-category table th {
  box-sizing: border-box;
}
.seat-category table th:nth-child(1) {
  width: 65%;
}
.seat-category table th:nth-child(2) {
  width: 15%;
}
.seat-category table th:nth-child(3) {
  width: 10%;
}
.seat-category table th:nth-child(4) {
  width: 10%;
}
.seat-category table td {
  padding: 0;
}
.seat-category table td p {
  margin: auto;
  min-height: 150px;
}
.seat-category table td p a {
  display: block;
}
.seat-category table td .kome {
  padding: 0;
  line-height: 1.1;
}
.seat-category table td.price {
  font-size: 14px;
  font-size: 1.4rem;
}
.seat-category table td:nth-child(1), .seat-category table td:nth-child(2) {
  padding: 0.5em;
}
.seat-category table td:last-child .txt__red {
  font-weight: bold;
  font-size: 2.5vw;
}

/* ==========================================================================
   大会の歴史
========================================================================== */
body.history .history__header {
  width: 100%;
  margin: 0;
  padding: 30px 5%;
}
body.history .history__header__lead {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0;
}
body.history .historylist__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  width: 100%;
  margin: auto;
}
body.history .historylist__wrap--line:before {
  top: 41px;
  left: 1px;
}
body.history .historylist__wrap--num {
  width: 65px;
}
body.history .historylist__wrap--con {
  width: calc(100% - 80px);
  padding-right: 5%;
  box-sizing: border-box;
}
body.history .historylist p.day {
  font-size: 13px;
  font-size: 1.3rem;
}
body.history .historylist p.match {
  font-size: 14px;
  font-size: 1.4rem;
}
body.history .historylist p.match i {
  font-size: 10px;
  font-size: 1rem;
}
body.history .historylist_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
body.history .historylist_num {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-top: 40px;
  padding-left: 5px;
}
body.history .historylist_text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.history .historylist_text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 800;
}
body.history .historylist_text h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
body.history .historylist .btn_open span, body.history .historylist .btn_close span {
  width: 100%;
}
body.history .lb-nav {
  margin-top: 0 !important;
}

/* ==========================================================================
   infoeArea
========================================================================== */
#infoeArea .sec__innerWide {
  width: 100%;
  padding: 25vw 0 40px 0px;
}
#infoeArea h5 {
  right: -10%;
}
#infoeArea h5 .eng_S {
  font-size: 11vw;
  top: -11vw;
}
#infoeArea h5 .jpn_S {
  font-size: 5vw;
  padding: 5px 10px;
  line-height: 1.2;
}
#infoeArea dl dd + dd {
  margin-top: 70px;
}
#infoeArea dl dd .bgnaname {
  height: 200px;
  bottom: -150px;
}
#infoeArea dl dd .infoarea__wrap {
  padding: 20px 15px;
}
#infoeArea dl dd .infoarea__wrap .btnArea {
  margin-top: 20px;
}
#infoeArea dl dd .infoarea__wrap .btnArea .btn__ticket, #infoeArea dl dd .infoarea__wrap .btnArea .btn__ticket__app {
  padding: 10px 8% 10px 0;
}
body.ticket #infoeArea dl dd:nth-child(1) h5 .eng_S {
  top: -21vw;
}
#infoeArea dl dd:nth-child(odd) .infoarea__wrap h5 {
  left: -10%;
}
#infoeArea .info__imgwrap {
  margin-top: 20px;
}
#infoeArea .info__imgwrap img {
  max-width: 100%;
}
#infoeArea .info__imgwrap--left p.name, #infoeArea .info__imgwrap--right p.name {
  padding: 10px 0;
  font-size: 3.5vw;
  letter-spacing: 0;
  font-weight: bold;
}
#infoeArea .info__imgwrap--left p.name span, #infoeArea .info__imgwrap--right p.name span {
  font-size: 3vw;
}
#infoeArea .info__imgwrap .seat__ttl, #infoeArea .info__imgwrap .loveliveseat__ttl {
  line-height: 1.3;
  padding: 10px 0;
}
#infoeArea .info__imgwrap .imgwrap {
  background: none;
  padding: 0;
}
#infoeArea .info__imgwrap .loveliveseat__ttl {
  margin-bottom: 10px;
}
#infoeArea .info__imgwrap .loveliveseat__subttl {
  margin-bottom: 0px;
}
#infoeArea .info__imgwrap.gray {
  padding: 20px 10px;
}
#infoeArea h4 {
  display: block;
  border-bottom: 2px solid #e40b7f;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#infoeArea h4 .jpn_S {
  padding-left: 0;
  font-size: 7vw;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
#infoeArea h4 .eng_S {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 6vw;
  margin: 0 auto;
}
#infoeArea .infoarea__subwrap + .infoarea__subwrap {
  margin-top: 40px;
}

/* ==========================================================================
   eventArea
========================================================================== */
#eventArea {
  padding-top: 0;
}
#eventArea .eventankrArea__img {
  display: block;
}
#eventArea .eventankrArea__img--item {
  width: 100%;
}
#eventArea .eventankrArea__img--item + .eventankrArea__img--item {
  margin-top: 10px;
}
#eventArea .eventankrArea .accordionIndex {
  background: #003690;
  padding: 10px;
  color: #fff;
  margin-bottom: 1px;
}
#eventArea .eventankrArea .accordionIndex:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
#eventArea .eventankrArea .accordionIndex.active:after {
  transform: translateY(-50%) rotate(180deg);
}
#eventArea .eventankrArea .accordionArticle ul {
  display: block;
}
#eventArea .eventankrArea .accordionArticle ul li {
  width: 100%;
  margin: 0;
}
#eventArea .eventankrArea .accordionArticle ul li a {
  background: #fff;
  color: #003690;
  margin-bottom: 1px;
  font-size: 3.5vw;
  border-radius: 0;
}
#eventArea .eventankrArea .accordionArticle ul li a:after {
  content: none;
}
#eventArea table.member tr th, #eventArea table.member tr td {
  padding: 0.5em 0.5em;
  line-height: 1.2;
}
#eventArea table.member tr th {
  font-size: 10px;
  font-size: 1rem;
  width: 20%;
}
#eventArea table.member tr td {
  width: 30%;
  font-size: 10px;
  font-size: 1rem;
}

/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea__lead--map img {
  width: 100%;
}
.gourmetArea__lead--img {
  margin-bottom: 10px;
}
.gourmetArea__map {
  margin-bottom: 0;
  display: block;
}
.gourmetArea__map > a {
  width: 100%;
}
.gourmetArea .CLM__three {
  display: block;
}
.gourmetArea .CLM__three article {
  width: 100%;
  margin-right: 0;
}
.gourmetArea__list--item {
  padding: 5%;
  width: 100% !important;
  border-right: none;
}
.gourmetArea__list--item .img {
  margin-bottom: 10px;
}
.gourmetArea__list--popup {
  width: 90%;
  padding: 5%;
}
.gourmetArea__list--popup > img {
  width: 100%;
  margin-bottom: 10px;
}
.gourmetArea__list--popup .comment {
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns {
  width: 100%;
}
.gourmetArea__btn {
  padding: 12px 0px;
}
.gourmetArea .accordionIndex {
  margin-bottom: 1px;
  border: none;
  background: #003690;
  color: #fff;
}
.gourmetArea .accordionIndex:after {
  line-height: 1;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gourmetArea ul.eventlinklist li {
  width: 100%;
  font-size: 4vw;
  margin-bottom: 1px;
  background: #fff;
  color: #003690;
}
.gourmetArea ul.eventlinklist li a {
  color: #003690;
}
.gourmetArea ul.eventlinklist li:after {
  right: 10px;
}
.gourmetArea ul.eventlinklist li span:first-child {
  width: 40px;
  font-size: 5vw;
  background: #dfdfdf;
}

/* ==========================================================================
   previsionArea
========================================================================== */
#previsionArea .subttl {
  text-align: center;
  font-size: 4vw;
  padding-bottom: 15px;
  line-height: 1.5;
}
#previsionArea .subttl .txt__red {
  font-size: 6vw;
  display: block;
}
#previsionArea h4 {
  font-size: 5vw;
  line-height: 1.3;
}
#previsionArea .prevision__txt {
  line-height: 1.8;
}
#previsionArea .ban__list {
  display: block;
}
#previsionArea .ban__list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  text-align: left;
  font-size: 3.5vw;
  border-bottom: 1px solid #c4c4c4;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
}
#previsionArea .ban__list li img {
  width: 50px;
  margin-right: 10px;
}
#previsionArea .ban__list li:last-child {
  padding-left: 70px;
}
#previsionArea figure.oudanmaku {
  background: #fff;
  padding: 5vw;
}
#previsionArea figure.oudanmaku img {
  width: 100%;
}

.prevision__article {
  width: 50% !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.prevision__article .ttl {
  margin-bottom: 5px;
  font-size: 4vw;
  line-height: 1.3;
}
.prevision__article .ttl span {
  font-weight: bold;
}
.prevision__article .txt__honbun {
  text-align: center;
  line-height: 1.3;
}
.prevision__article:nth-child(n+4) {
  margin-top: 0;
}
.prevision__article__thum img {
  width: 100%;
}
.prevision__article__thum figcaption {
  bottom: 0;
  height: 35%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 3vw;
  line-height: 1.3;
  z-index: 1;
  opacity: 1;
  bottom: 0;
  top: auto;
  padding-bottom: inherit;
}
.prevision__article__thum figcaption::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f39c";
  right: 10%;
  font-size: 5vw;
}
.prevision__article__popup {
  background: #FFF;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 5%;
  box-sizing: border-box;
}
.prevision__article__popup .txt__size16 {
  font-size: inherit;
}
.prevision__article__popup dl {
  text-align: left;
  margin-top: 10px;
}
.prevision__article__popup dl dt {
  margin-bottom: 10px;
}
.prevision__article__popup dl .CLM__half figure {
  margin-bottom: 20px;
  text-align: center;
}
.prevision__article__popup dl .CLM__half figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
}
.prevision__article__imgL {
  margin-bottom: 30px;
}
.prevision__article__imgL img {
  width: 50%;
}

.mfp-wrap {
  top: 0 !important;
}

.mfp-close-btn-in .mfp-close {
  right: 0;
  top: -40px;
  color: #FFF;
  opacity: 1;
  left: inherit;
  transform: inherit;
}

.ruleankrArea {
  margin-bottom: 40px;
}
.ruleankrArea ul li a {
  font-size: 3vw;
  height: 40px;
  line-height: 40px;
}

/* ==========================================================================
   match
========================================================================== */
/* ==========================================================================
   matchArea
========================================================================== */
.playerArea .player_box {
  width: 49%;
}
.playerArea .player_box:nth-child(2n) {
  margin-right: 0;
}
.playerArea .player_box figure {
  height: 50vw;
}
.playerArea .player_box .btnwrap a {
  line-height: 1.2;
}
.playerArea .heading__backGray {
  margin: 10px 0;
}
.playerArea .tab {
  margin-bottom: 20px;
}
.playerArea .tab li > a, .playerArea .tab li > span {
  font-size: 3vw;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #ddd;
}
.playerArea .tabArea__wrap li > a, .playerArea .tabArea__wrap li > span {
  font-size: 3.5vw;
}

.featuredplayersArea .youtube {
  margin-bottom: 10px;
}
.featuredplayersArea #infoeArea dl dd .infoarea__wrap h5 .eng_S {
  top: -21vw;
}
.featuredplayersArea #infoeArea dl dd + dd {
  margin-top: 100px;
}
.featuredplayersArea #infoeArea dl dd .bgnaname {
  bottom: -170px;
}

/* ==========================================================================
   NEXT GENERATION MATCH
========================================================================== */
body.ngm .tabSelecter_box .tabSelecter {
  width: 100%;
}
body.ngm .tabSelecter_box .tabSelecter .tab {
  height: 50px;
}
body.ngm .tabSelecter_box .tabSelecter .tab li {
  border-top: none !important;
  padding: 0;
  background: #0656ad;
}
body.ngm .tabSelecter_box .tabSelecter .tab li:first-child {
  border-left: none;
  padding-left: 0;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a {
  font-size: 10px;
  height: 50px;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  background: #dddddd;
  pointer-events: none;
  color: #aaa !important;
  font-weight: bold;
}
body.ngm .tabSelecter_box .tabSelecter .tab li span {
  height: 50px;
  font-size: 10px;
  color: #FFF;
}
body.ngm .tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}

body.ngm .foottabSelecter_box .foottabSelecter {
  width: 90%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(2n) {
  margin-right: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(3n) {
  margin-right: 1%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span {
  padding: 15px 10px;
  font-size: 3vw;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:after, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span:after {
  content: none;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a p, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span p {
  font-size: 3vw;
  line-height: 1;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.inner {
  width: 100%;
  padding: 30px 5%;
}
.inner .tabSelecter ul {
  border: none;
}
.inner .tabSelecter .tab li > a, .inner .tabSelecter .tab li > span {
  height: 40px;
  line-height: 40px;
  background: #ddd;
}
.inner .tabSelecter .tab li:first-child {
  border-left: 0;
}
.inner .tabSelecter .tab.twoline li {
  width: 50%;
}
.inner .tabContentsBox {
  margin-top: 30px;
}

body.ngm .commonTable.teamTable {
  margin-bottom: 20px;
}
body.ngm .commonTable.teamTable th {
  padding: 5px 0;
  font-size: 10px;
  font-size: 1rem;
}
body.ngm .commonTable.teamTable td {
  padding: 5px 0 5px 3px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}
body.ngm .commonTable.teamTable td .teamName {
  font-size: 10px;
  font-size: 1rem;
}

.matchVsBox {
  padding: 7vw 5%;
}
.matchVsBox .ad_ticket_txt {
  text-align: center;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 10px;
  font-size: 1rem;
  padding: 1vw 6vw;
}
.matchVsBox .matchVsTitle_dayplace {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.matchVsBox .matchVsTitle_dayplace br {
  display: block;
}
.matchVsBox .leagScoreColumn {
  padding-top: 0;
  width: inherit;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  width: 40%;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  line-height: 1;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time {
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 4px;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  font-size: 10px;
  font-size: 1rem;
  width: 28%;
  display: block;
}
.matchVsBox .leagScoreColumn .leagAccTeam .emb {
  width: 100%;
}
.matchVsBox .leagScoreColumn .leagAccTeam .name {
  width: 100%;
}
.matchVsBox .leagScoreColumn .leagAccTeam.highschool {
  flex-direction: inherit;
}
.matchVsBox .leagScoreColumn .leagAccVslist {
  width: 38%;
  vertical-align: middle;
  padding: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime {
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(1) {
  font-size: 15px;
  font-size: 1.5rem;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(2) {
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  margin-top: 10px;
}
.matchVsBox ul.leagLogColumn {
  padding-top: 4vw;
}
.matchVsBox ul.leagLogColumn .leagRightLog,
.matchVsBox ul.leagLogColumn .leagLeftLog {
  line-height: 1.3;
  font-size: 10px;
  font-size: 1rem;
}
.matchVsBox ul.leagLogColumn .leagCenterLog .leagCenterTime {
  margin: 0 !important;
  padding: 0 6vw;
}
.matchVsBox ul.leagLogColumn .leagCenterLog .leagCenterTime span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 0;
}
.matchVsBox .lead {
  margin: 20px 0;
}
.matchVsBox .lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

/*NGM-preview*/
.matchPreviewArea h4 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: none;
  margin-bottom: 15px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.matchPreviewArea .preview_photo {
  float: left;
  margin: 0 20px 20px 0;
}
.matchPreviewArea .preview_photo img {
  width: 400px;
}
.matchPreviewArea p {
  color: #444;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 30px;
}

/*NGM-history*/
.NgmHistoryArea .historyNav__outer {
  width: 100%;
  overflow-x: auto;
}
.NgmHistoryArea .textnav li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
}
.NgmHistoryArea .textnav li a:after {
  content: none;
}
.NgmHistoryArea .columnArea .articleTit {
  padding: 10px 15px;
}
.NgmHistoryArea .columnArea .figureArea img {
  width: 100%;
}

/*NGM-outline*/
.NgmOutlineArea__title {
  padding: 6vw 6vw 3vw;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.NgmOutlineArea .ngmOutlineTable th, .NgmOutlineArea .ngmOutlineTable td {
  display: block;
}
.NgmOutlineArea .ngmOutlineTable th {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4vw 3vw 0;
  border-bottom: none;
}
.NgmOutlineArea .ngmOutlineTable td {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1vw 3vw 4vw;
}
.NgmOutlineArea .ngmOutlineTable tr:last-child td {
  border-bottom: none;
}

/*NGM-match*/
.matchMemberArea .highschoolMembers {
  width: 49%;
}
.matchMemberArea .MemberList {
  vertical-align: top;
  font-size: 11px;
  font-size: 1.1rem;
}
.matchMemberArea .MemberList p {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 15px 0 0 10px;
}
.matchMemberArea > .MemberList {
  width: 100%;
  padding: 0;
}
.matchMemberArea > .MemberList.ListRight {
  padding: 0;
}
.matchMemberArea ul.dataList {
  border-top: 1px solid #ccc;
}
.matchMemberArea ul.dataList .MeberListTitle {
  font-weight: bold;
  background-color: #f6f6f6;
}
.matchMemberArea ul.dataList li {
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  padding: 18px 0 16px;
  line-height: 1;
}
.matchMemberArea ul.dataList li.MeberListTitle {
  padding: 16px 13px 16px;
}
.matchMemberArea ul.dataList li .ListPosition, .matchMemberArea ul.dataList li .ListNumber {
  width: 15px;
  text-align: center;
  display: inline-block;
}
.matchMemberArea ul.dataList li .changeNumber {
  position: absolute;
  right: 20px;
}
.matchMemberArea ul.dataList li .ListName {
  margin-left: 5px;
  letter-spacing: -0.05em;
}
.matchMemberArea ul.dataList li .ListName.underIcon {
  position: relative;
  top: 10px;
}
.matchMemberArea ul.dataList li .ListName.underIcon i {
  position: absolute;
  width: 55px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  top: -18px;
  font-size: 10px;
  padding: 3px 0;
}
.matchMemberArea ul.dataList .MeberListArrow:after {
  color: #bbb;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 3px;
  top: 12px;
  position: absolute;
}
.matchMemberArea ul.dataList .MeberListArrowUp:after {
  color: #333;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 21px;
  position: absolute;
  transform: rotate(-180deg);
}
.matchMemberArea ul.dataList .MeberListArrowSort:after {
  color: #333;
  content: "\f0dc";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 9px;
  top: 18px;
  position: absolute;
  transform: rotate(-180deg);
}
.matchMemberArea .kome span.u21icon {
  width: 40px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 10px;
  display: inline-block;
  margin-right: 3px;
}
.matchMemberArea table.dataTable td {
  font-size: 11px;
  font-size: 1.1rem;
}

.columnBlock h4 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.columnBlock .columnArea .columnTxt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}

.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName p {
  font-weight: bold;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameLeft p {
  font-size: 14px;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameRight p {
  font-size: 14px;
  font-size: 1.4rem;
}
.NgmMatchArea .matchMapArea iframe {
  height: 450px;
}

/*NGM-u18,highschool*/
.NgmU18Area .teamTable {
  margin-bottom: 20px;
}
.NgmU18Area .teamTable th {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.NgmU18Area .teamTable td {
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

/*NGM-question*/
.memberProfile {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.memberProfile .memberName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.memberProfile .memberName .position {
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  line-height: 2;
}
.memberProfile .memberName .teamName {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
.memberProfile .memberPhoto {
  width: 200px;
  margin: 0 auto 20px;
  position: relative;
}
.memberProfile .memberPhoto img {
  width: 200px;
}
.memberProfile .memberQuestionnaire {
  line-height: 1.5;
  font-size: 14px;
}
.memberProfile .memberQuestionnaire dt {
  font-weight: bold;
}
.memberProfile .memberQuestionnaire dd {
  margin-bottom: 20px;
}

.matchSpotArea ul li {
  padding: 2% 0;
}
.matchSpotArea ul li .spotLeftTxt, .matchSpotArea ul li .spotRightTxt {
  font-size: 12px;
  font-size: 1.2rem;
}

.matchSpotListArea .spotLeftTxt,
.matchSpotListArea .spotRightTxt {
  font-size: 11px;
  font-size: 1.1rem;
}

.leagAccScore .leagLeftScore, .leagAccScore .leagRightScore {
  font-size: 50px;
  font-size: 5rem;
}
.leagAccScore .leagHalfTxt {
  font-size: 10px;
  font-size: 1rem;
}

.NgmPlayerArea__kv {
  margin-bottom: 0;
}
.NgmPlayerArea .memberlist li {
  width: 48%;
  margin-right: 4%;
}
.NgmPlayerArea .memberlist li:nth-child(2n) {
  margin-right: 0;
}
.NgmPlayerArea .memberlist li figure {
  height: 170px;
}
.NgmPlayerArea .memberlist li .data .year {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
}
.NgmPlayerArea .memberlist li .data .name {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 10px;
}
.NgmPlayerArea .memberlist li .data .detail {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
}

/*================================================================

    [2-1]エンブレム（130px 130px）

==================================================================*/
.embLl {
  background: url(/img/sp/common/sp_team_emb_l.png) no-repeat;
  display: block;
  height: 64px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 58px;
  background-size: 500px;
  background-position: -9999px -9999px;
}

.embLl.embGra, .embLl.embYokohamafm {
  background-position: -125px -126px;
}

.embLl.embCer, .embLl.embKofu {
  background-position: -445px -125px;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

.snsBtn {
  padding: 0;
  min-width: 100%;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

.specialArea {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}

#pageTopBtn {
  bottom: 45vw;
  z-index: 100000;
}

#floatingBnr {
  display: none !important;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}