@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=Archivo+Narrow:wght@400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

supercup2025.scss

------------------------------------*/
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__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);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__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;
}

a {
  color: #e60012;
  text-decoration: none;
}

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

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

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

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

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   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, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div: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;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.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;
}
.txt__red {
  color: #e60012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.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;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

a {
  color: #000;
}

.btn {
  letter-spacing: -0.05em;
  padding: 1em;
  width: 100%;
}
.btn p span.jpn {
  font-size: 4vw;
}
.btn p span.jpn__S {
  font-size: 3.5vw;
  display: block;
}
.btn p span.jpn__L {
  font-size: 4.5vw;
  display: block;
}
.btn__S {
  width: 45%;
  font-size: 4vw;
  padding: 0.5em;
}
.btn__L {
  width: 100%;
}
.btn__L p span.jpn__S {
  font-size: 4vw;
  display: block;
  margin-bottom: 0.5em;
}
.btn__L p span.jpn__S.margB0 {
  margin-bottom: 0;
}
.btn__L p span.jpn__L {
  font-size: 5.5vw;
  display: block;
}
.btn__red {
  background: #e60012;
}
.btn__blue {
  background: #003690;
}
.btn__ticket {
  height: auto;
}
.btn__ticket.pcDISP {
  display: none;
}
.btn__ticket img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 30px;
}
.btn__ticket img.emb {
  height: 30px;
}
.btn__ticket p {
  font-size: 4.5vw;
  line-height: 1.3;
}
.btn__ticket p .txt__S {
  display: inline-block;
  font-size: 3.5vw;
}
.btn__ticket p i {
  font-size: 3.5vw;
}

.icon__gaibu:before {
  font-size: 3.5vw;
  left: 0.5em;
}
.icon__right:after {
  font-size: 4.5vw;
  right: 0.5em;
}

.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;
}

.heading__main, .heading__main--white {
  margin-bottom: 20px;
}
.heading__main .en, .heading__main--white .en {
  font-size: 10vw;
}
.heading__main .jp, .heading__main--white .jp {
  font-size: 3.5vw;
}
.heading__second, .heading__second--white {
  margin-bottom: 20px;
}
.heading__second .en, .heading__second--white .en {
  font-size: 7vw;
  line-height: 1.5;
}
.heading__second .jp, .heading__second--white .jp {
  font-size: 4vw;
  line-height: 1.5;
}

.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;
}

.tab {
  margin-bottom: 20px;
}
.tab li > a, .tab li > span {
  font-size: 3vw;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #ddd;
}

.ticketbtnArea {
  background-size: 1300px;
}

.accordionList .accordionIndex {
  font-size: 3.5vw;
  border-bottom: solid 1px #ccc;
  padding: 1em 0;
}
.accordionList .accordionIndex:after {
  font-size: 3.5vw;
  right: 10px;
}
.accordionList .accordionIndex.active::after {
  transform: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.accordionList .accordionArticle {
  padding-top: 20px;
}

body > .specialArea {
  background: #fff;
}

/* ==========================================================================
   floatingbnrAr3ea
========================================================================== */
.floatingbnrArea {
  width: 100%;
  bottom: 0;
  padding: 3%;
}
body.ticket .floatingbnrArea {
  bottom: 17vw;
}
.floatingbnrArea .btn {
  box-sizing: border-box;
}
.floatingbnrArea.is-active {
  height: inherit;
}
.floatingbnrArea > p {
  font-size: 4vw;
}

/* ==========================================================================
   header
========================================================================== */
html.is-fixed {
  height: inherit;
}

.fxscHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 112;
}
.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: "Archivo Narrow", 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;
  border-radius: 10000px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fxscHeader__gnav li.premiumseat {
  margin-bottom: 10px;
  border-radius: 100000px;
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.fxscHeader__gnav li.event {
  margin-bottom: 10px;
  border-radius: 100000px;
  border: none;
  color: #fff;
  background: #000;
  background: #af9c60;
}
.fxscHeader__gnav li.xcampaign {
  margin-bottom: 10px;
  border-radius: 100000px;
  border: none;
  border-bottom: none !important;
  background: #fff;
}
.fxscHeader__gnav li.xcampaign a {
  color: #000;
}
.fxscHeader__gnav li.accordionList .accordionIndex {
  border-bottom: none;
}
.fxscHeader__gnav li.accordionList ul {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.fxscHeader__gnav li.accordionList ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.fxscHeader__gnav li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.fxscHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3.5vw;
}
.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 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;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
.kvArea__KVimage {
  position: relative;
  width: 100%;
}
.kvArea__others {
  margin-top: 60px;
  padding: 30px 0;
  background-size: 1000px;
}
.kvArea__others__title {
  font-size: 4vw;
}
.kvArea__others__subtitle {
  letter-spacing: 0;
}
.kvArea__otherscard img {
  padding: 5%;
}
.kvArea .kv__matchDay {
  color: #fff;
  text-decoration: underline;
}
.kvArea .kv__matchDay div {
  font-weight: bold;
  font-family: "Archivo Narrow", 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;
}

.matchcardArea, .footerbtnArea {
  background: #003690;
}
.matchcardArea .day, .footerbtnArea .day {
  position: relative;
}
.matchcardArea .day .logo, .footerbtnArea .day .logo {
  width: 90%;
  margin-bottom: 30px;
}
.matchcardArea .day .num, .footerbtnArea .day .num {
  font-size: 9vw;
  line-height: 1;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  padding-top: 0.3em;
}
.matchcardArea .day .num a, .footerbtnArea .day .num a {
  display: inline-block;
  font-weight: 700;
}
.matchcardArea .day .daysta, .footerbtnArea .day .daysta {
  line-height: 1.7;
}
.matchcardArea .day .day, .footerbtnArea .day .day {
  font-size: 8.5vw;
  letter-spacing: -0.03em;
  line-height: 1;
}
.matchcardArea .day .day i, .footerbtnArea .day .day i {
  top: 3px;
}
.matchcardArea .day .day i:first-child, .footerbtnArea .day .day i:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  height: 25px;
  width: 25px;
  line-height: 25px;
  top: -3px;
}
.matchcardArea .day .stadium, .footerbtnArea .day .stadium {
  font-size: 4.5vw;
  font-weight: 900;
  position: relative;
  top: -2px;
}
.matchcardArea .day .tv, .footerbtnArea .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;
}
.matchcardArea .day .club, .footerbtnArea .day .club {
  top: 70%;
  left: 50%;
  width: 100px;
  width: 33.3333333333%;
}
.matchcardArea .day .club.left, .footerbtnArea .day .club.left {
  margin-left: -34vw;
}
.matchcardArea .day .club.right, .footerbtnArea .day .club.right {
  margin-left: 34vw;
}
.matchcardArea .day .club.left .embLl::after, .footerbtnArea .day .club.left .embLl::after {
  content: none;
}
.matchcardArea .day .club .add, .footerbtnArea .day .club .add {
  font-size: 10px;
  line-height: 1.2;
  display: none;
}
.matchcardArea .day .club .embLl, .footerbtnArea .day .club .embLl {
  margin: 0 auto;
  margin-bottom: 5px;
}
.matchcardArea .day .club i, .footerbtnArea .day .club i {
  top: -0.5rem;
  font-size: 3vw;
  line-height: 2;
}
.matchcardArea .broadcast, .footerbtnArea .broadcast {
  font-size: 4vw;
  padding: 0.3em 1em;
  line-height: 1.3;
}

/* ==========================================================================
   共通コンテンツbox
========================================================================== */
.box__grass + .box__grass {
  margin-top: 40px;
}
.box__grass:after {
  top: -15vw;
}
.box__grass .sec__grass {
  margin: 0;
  width: 90%;
  padding: 15% 8%;
}

.contentsbox {
  padding: 60px 0 0;
}
.contentsbox .img {
  width: 100%;
}
.contentsbox + .contentsbox {
  margin-top: 0;
}
.contentsbox__con {
  padding: 5%;
}
.contentsbox__con + .contentsbox__con {
  margin-top: 60px;
}
.contentsbox__wrap {
  width: 90%;
  margin-right: 10%;
  padding: 10% 5% 5%;
  border-radius: 0 50px 50px 0;
}
.contentsbox:nth-child(even) .contentsbox__ttl--en {
  text-align: right;
}
.contentsbox:nth-child(even) .contentsbox__wrap {
  margin-left: 10%;
  border-radius: 50px 0 0 50px;
}
.contentsbox__ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.contentsbox__ttl .jpn {
  font-size: 6vw;
}
.contentsbox__ttl .jpn .jpn__S {
  font-size: 4vw;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.contentsbox__ttl--en {
  font-size: 15vw;
}
.contentsbox__ttl .ttl span.jpn__L {
  font-size: 6vw;
  line-height: 1.3;
}
.contentsbox__ttl .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.contentsbox__mainttl {
  margin-bottom: 20px;
}
.contentsbox__mainttl .eng__L {
  font-size: 10vw;
  margin-bottom: 0.2em;
}
.contentsbox__mainttl .jpn__S {
  font-size: 4vw;
}
.contentsbox__mainttl .eng__S {
  font-size: 4vw;
}
.contentsbox__mainttl .jpn__L {
  font-size: 6vw;
}
.contentsbox__subttl {
  font-size: 4vw;
}
.contentsbox__subttl span.jpn__S {
  font-size: 3vw;
}
.contentsbox__subttl span.jpn__L {
  font-size: 4vw;
}
.contentsbox__underttl {
  font-size: 4vw;
  margin-bottom: 1em;
}
.contentsbox__lead {
  font-size: 4vw;
  line-height: 1.5;
  margin: 20px 0;
  text-align: left;
}
.contentsbox__con {
  width: 100%;
}
.contentsbox__con .list__style {
  margin: 20px 0;
}
.contentsbox__con .btnArea {
  margin: 20px 0;
}
.contentsbox__con .img img.pcDISP {
  display: none !important;
}
.contentsbox__con .img img.spDISP {
  display: block !important;
}
.contentsbox__con > .img {
  padding: 0;
}
.contentsbox__con > .ttl {
  font-size: 5vw;
  line-height: 1.3;
  text-align: left;
}
.contentsbox__con .subttl {
  margin-bottom: 20px;
}
.contentsbox__con .commonTable th, .contentsbox__con .commonTable td {
  font-size: 3vw;
  padding: 0.75em;
}
.contentsbox__con .btn__L p span.jpn__S {
  margin-bottom: 0;
}
.contentsbox__innerbox {
  padding: 8%;
  margin: 20px 0;
}
.contentsbox__innerbox .img {
  padding: 5%;
}
.contentsbox .tokutenwrap {
  padding: 8%;
  margin: 20px 0;
}
.contentsbox .tokutenwrap .contentsbox__underttl {
  font-size: 4vw;
}
.contentsbox .tokutenwrap ul li {
  text-align: center;
}
.contentsbox .tokutenwrap ul li + li {
  margin-top: 1em;
}
.contentsbox .tokutennum {
  font-size: 3vw;
  margin: 0;
  display: block;
  text-align: center;
  margin-bottom: 0.3em;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   index.html　トップページ　START
========================================================================== 
========================================================================== 
========================================================================== */
/* ==========================================================================
   topticketArea
========================================================================== */
.topticketArea {
  width: 90%;
  margin: 60px auto;
  margin-top: 0;
}
.topticketArea .sec__innerWide {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}
.topticketArea__map {
  padding: 5%;
}
.topticketArea__map img {
  width: 100%;
  margin-bottom: 20px;
}
.topticketArea__article:after {
  top: -15vw;
}
.topticketArea__article .sec__grass {
  padding: 15% 8%;
}

.topbnrwrap {
  margin: 60px 0;
}
.topbnrwrap.xcampaign .sec__inner980 {
  padding-top: 0px;
}

/*================================================================
	topnewsArea
==================================================================*/
.topnewsArea {
  margin: 40px 0;
}
.topnewsArea .sec__innerWide {
  max-width: 100%;
  min-width: 100%;
}
.topnewsArea__list {
  margin-bottom: 0;
  display: block;
  margin-right: 0;
  max-width: 95%;
}
.topnewsArea__list.sec__news {
  margin: 0 auto;
  max-width: 90%;
}
.topnewsArea__list li {
  width: 200px;
  background: #FFF;
  border: none;
  margin: 0px 10px 0px 0;
}
.topnewsArea__list--txt {
  padding: 15px 10px 25px;
  font-size: inherit;
}
.topnewsArea__list--txt .day {
  font-size: 4vw;
}
.topnewsArea__list--txt .txt {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topnewsArea__list .slick-list {
  padding-left: 10px;
}
.topnewsArea__sublist {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.topnewsArea__sublist .topnewsArea__list li {
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
}
.topnewsArea__sublist .topnewsArea__list li article {
  margin-right: 1em;
}
.topnewsArea__sublist .topnewsArea__list li:first-child article {
  border-top: 1px solid #fff;
}
.topnewsArea__sublist .topnewsArea__list--txt {
  padding: 1em;
}
.topnewsArea__sublist .topnewsArea__list--txt .day {
  width: auto;
}
.topnewsArea__sublist .topnewsArea__list--txt .txt {
  font-size: 3vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: auto;
}
.topnewsArea__btn .btn {
  width: 90%;
  font-size: 14px;
  font-size: 1.4rem;
}
.topnewsArea__btn .btn:before {
  content: none;
}

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

/*================================================================
	topeventArea
==================================================================*/
.topeventArea {
  padding-top: 40px;
}
.topeventArea .sec__innerWide {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}
.topeventArea__eventwrap {
  padding: 0px 5% 30px;
}
.topeventArea__eventwrap--list {
  margin-bottom: 0px;
}
.topeventArea__eventwrap--list li {
  margin-bottom: 2%;
  width: 100% !important;
  margin-right: 0 !important;
}
.topeventArea__eventwrap--list li a {
  font-size: 3.5vw;
  padding: 1.3rem 3rem 1.3rem 5rem;
  line-height: 1.2;
}
.topeventArea__eventwrap--list li a .num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 1rem;
  font-size: 4vw;
}
.topeventArea__eventwrap--list li a:after {
  right: 1.5rem;
}
.topeventArea__hatsumodewrap {
  padding: 30px 0 0;
  background: #2e416e;
}
.topeventArea__hatsumodewrap .img {
  margin-bottom: 20px;
  width: 100%;
}
.topeventArea__hatsumodewrap--list {
  padding: 0 5% 30px;
  width: 100%;
}
.topeventArea__hatsumodewrap--list li {
  margin-bottom: 2%;
  width: 100% !important;
  margin-right: 0 !important;
}
.topeventArea__hatsumodewrap--list li a {
  font-size: 3.5vw;
  padding: 1.8rem 3rem 1.8rem 3rem;
}
.topeventArea__hatsumodewrap--list li a.nonum {
  padding-left: 3rem;
}
.topeventArea__hatsumodewrap--list li a .num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 1rem;
}
.topeventArea__hatsumodewrap--list li a:after {
  right: 1.5rem;
}

/*================================================================
	topmovieArea
==================================================================*/
.topmovieArea .sec__inner980 {
  width: 100%;
}

/* ==========================================================================
   topoutlineArea
========================================================================== */
.topoutlineArea {
  margin: 60px 0;
  padding: 0;
}
.topoutlineArea .sec__innerWide {
  max-width: 100%;
  min-width: 100%;
  padding: 0 5%;
}
.topoutlineArea__wrap {
  padding: 15% 8%;
  width: 100%;
  background: #fff;
}
.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;
}

/*================================================================
	topaccessArea
==================================================================*/
.topaccessArea__wrap > .CLM__half {
  width: 100%;
  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% !important;
}
.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;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   index.html　トップページ　END
========================================================================== 
========================================================================== 
========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   ticket.html　チケットページ　START
========================================================================== 
========================================================================== 
========================================================================== */
body.ticket .mfp-inline-holder .mfp-content .img img {
  width: 100%;
}

/* ==========================================================================
   footerbtnArea
========================================================================== */
.footerbtnArea {
  padding: 60px 0;
  background: url(/img/supercup/2025/bg/BG_ptn_sp.jpg);
  background-position: center;
}
.footerbtnArea .btn {
  width: 90%;
}
.footerbtnArea .btn p {
  font-size: 4vw;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
.scheduleArea {
  padding: 60px 0;
}
.scheduleArea > .heading__main.left {
  margin-bottom: 30px;
}
.scheduleArea:after {
  background: url(/img/supercup/2025/bg/BG_naname_blue_sp.png) repeat-y top center;
  background-size: cover;
  background-position-y: 35vw;
  background-repeat: no-repeat;
}
.scheduleArea:before {
  background: url(/img/supercup/2025/bg/BG_naname_gold_sp.png) repeat-y top center;
  background-size: cover;
  background-position-y: 35vw;
}
.scheduleArea__bnr {
  margin-bottom: 60px;
}
.scheduleArea__article {
  border-radius: 0 50px 50px 0;
  width: 90%;
  margin-left: 0;
}
.scheduleArea__article + .scheduleArea__article {
  border-radius: 50px 0 0 50px;
  margin-right: 0;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end {
  padding: 0;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end .scheduleArea__article--top {
  padding: 10% 5% 15%;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:before, .scheduleArea__article > .accordionList.end .accordionIndex.end:after {
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  top: inherit;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:after {
  content: "";
  transform: translateY(-50%) rotate(90deg);
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:before {
  content: "";
  transform: translateY(-50%);
}
.scheduleArea__article > .accordionList.end .accordionIndex.end.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.scheduleArea__article--top {
  padding: 10% 5% 5%;
}
.scheduleArea__article--top.pre:after, .scheduleArea__article--top.ippan:after {
  content: none;
}
.scheduleArea__article--top .start {
  line-height: 1;
  background: #af9c60;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.scheduleArea__article--top .start i {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
}
.scheduleArea__article--top .pointlist li {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.scheduleArea__article--top .pointlist li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  padding-top: 4vw;
}
.scheduleArea__article--top .pointlist li .kome {
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 0;
}
.scheduleArea__article--top .pointlist li i {
  display: none;
}
.scheduleArea__article--top .scheduleArea__article__title .jp {
  font-size: 7vw;
  text-align: left;
  margin-bottom: 0.5em;
}
.scheduleArea__article--top .scheduleArea__article__title .jp__S {
  font-size: 3vw;
  display: block;
  line-height: 3;
}
.scheduleArea__article--bottom {
  padding: 5% 5% 10%;
}
.scheduleArea__article--bottom .scheduleArea__article__info .flow {
  margin: 20px 0;
}
.scheduleArea__article--bottom .scheduleArea__article__info .flow img {
  margin-bottom: 20px;
}
.scheduleArea__article--bottom .scheduleArea__article__info .btn__ticket {
  margin: 20px 0;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dt {
  letter-spacing: inherit;
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dt i {
  font-size: 3vw;
  margin-right: 5px;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dd {
  text-align: left;
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2rem 1.5rem;
  line-height: 1.5;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dd .kome {
  display: block;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dd.data {
  padding: 0.8rem;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.scheduleArea__article--bottom .scheduleArea__article__info dl dd.data i {
  font-size: 20px;
  font-size: 2rem;
}
.scheduleArea__article--bottom .flow {
  margin: 20px auto 0;
}
.scheduleArea__article--bottom .flow dt {
  height: auto;
  line-height: normal;
  font-size: 3.5vw;
  padding: 1rem 5rem;
}
.scheduleArea__article--bottom .flow dd figure {
  margin: 20px 0;
}
.scheduleArea__article--bottom .flow dd figure figcaption {
  font-size: 4vw;
}
.scheduleArea__article--bottom .senkobtnArea {
  margin: 20px 0 0;
}
.scheduleArea__article--bottom .senkobtnArea .btn + .btn {
  margin-top: 20px;
}
.scheduleArea__article--bottom .accordionList .accordionArticle .list__style__number {
  padding-left: 2rem;
}

/* ==========================================================================
   ankrnav
========================================================================== */
.ankrnavArea .ankrnav__wrap {
  width: 100%;
}
.ankrnavArea .ankrnav__wrap > a {
  padding: 1.5em 0 2em;
}
.ankrnavArea .ankrnav__wrap > a span {
  font-size: 3.5vw;
}

/* ==========================================================================
   ticketArea
========================================================================== */
.ticketArea {
  padding: 60px 0 0;
}
.ticketArea__wrap {
  padding: 0;
}
.ticketArea__seat img {
  margin-bottom: 20px;
}
.ticketArea__seat--wrap {
  padding: 5%;
  border-radius: 0;
  box-shadow: none;
}
.ticketArea__price {
  margin-top: 20px;
  padding: 0 2%;
  margin: 20px auto;
}
.ticketArea__price .seat-category {
  overflow-x: scroll;
}
.ticketArea__price .seat-category table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.ticketArea__price .seat-category table tr {
  border-bottom: 1px solid #fff;
}
.ticketArea__price .seat-category table th, .ticketArea__price .seat-category table td {
  font-size: 3vw;
  padding: 0.3em;
  line-height: 1.1;
  height: inherit;
}
.ticketArea__price .seat-category table td:nth-child(1) {
  width: 10px;
  left: 0;
  position: sticky;
  z-index: 1;
}
.ticketArea__price .seat-category table td:nth-child(2) {
  left: 6px;
  position: sticky;
  z-index: 1;
}
.ticketArea__price .seat-category table td:nth-child(2):after {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-bottom: 1px solid #fff;
}
.ticketArea__price .seat-category table td.img {
  width: 30px;
}
.ticketArea__price .seat-category table td.img img {
  width: 30px;
}
.ticketArea__price .seat-category table td.img:after {
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  font-size: 3vw;
}
.ticketArea__price .seat-category table td.price {
  font-size: 4vw;
}
.ticketArea__price .seat-category table td i.north, .ticketArea__price .seat-category table td i.south {
  font-size: 2.5vw;
  width: 4vw;
  height: 4vw;
  line-height: 4vw;
}
.ticketArea .attention {
  padding: 5% 5% 20px;
}
.ticketArea__seatinfo {
  padding: 40px 5% 0;
  background: url(/img/supercup/2025/bg/BG_black_sp.jpg) no-repeat top center;
  background-size: cover;
}
.ticketArea__seatinfo .CLM__four {
  width: 100%;
  display: block;
}
.ticketArea__seatinfo .CLM__four > div {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  padding-bottom: 40px;
}
.ticketArea__seatinfo .CLM__four > div + div {
  margin-top: 40px;
}
.ticketArea__seatinfo .CLM__four > div .txt {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ticketArea__seatinfo .CLM__four > div .img {
  padding: 0;
  border: none;
  margin-bottom: 2rem;
}
.ticketArea__seatinfo .CLM__four > div .accordionList .accordionIndex {
  padding: 1.5rem 4rem;
}
.ticketArea__seatinfo .CLM__four > div .commonTable {
  margin-bottom: 2rem;
}
.ticketArea__seatinfo .CLM__four > div .btn p {
  font-weight: bold;
  line-height: 1.5;
}

/* ==========================================================================
   specialticketArea
========================================================================== */
.specialticketArea {
  padding: 60px 0;
}
.specialticketArea .heading__main {
  padding: 0 5%;
}
.specialticketArea__lead {
  margin-bottom: 10px;
}
.specialticketArea__leadtxt {
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 20px;
}
.specialticketArea__list {
  width: 90%;
}
.specialticketArea__list--item {
  width: 49% !important;
  margin-right: 2% !important;
}
.specialticketArea__list--item:nth-child(2) {
  margin-right: 0 !important;
}
.specialticketArea__list--item + .specialticketArea__list--item {
  margin-top: 10px;
}
.specialticketArea__list--item a {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
.specialticketArea__list--item a:after {
  bottom: 8px;
  font-size: 3vw;
}
.specialticketArea__list--item a:after:after {
  bottom: 4px;
}
.specialticketArea__list--item a img {
  padding: 0px 0px 5px;
}

.kodokuArea .sec__innerWide {
  min-width: 100%;
  max-width: 100%;
}
.kodokuArea .sec__innerWide .contentsbox__wrap {
  margin-left: 0;
  width: 100%;
}
.kodokuArea .sec__innerWide .contentsbox__con {
  padding: 0;
}

.cautionArea .sec__inner980 {
  width: 100%;
}

/* ==========================================================================
   floatingnavArea
========================================================================== */
.floatingnavArea {
  z-index: 111;
}
.floatingnavArea__wrap {
  width: 100%;
}
.floatingnavArea__wrap > a {
  height: 17vw;
  line-height: 17vw;
  padding: 0;
}
.floatingnavArea__wrap > a span {
  font-size: 3.5vw;
}
.floatingnavArea__wrap > a:after {
  content: none;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   ticket.html　チケットページ　END
========================================================================== 
========================================================================== 
========================================================================== */
/* ==========================================================================
   大会の歴史
========================================================================== */
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: 47px;
  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: 26px;
  font-size: 2.6rem;
  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 {
  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
========================================================================== */
.eventkvArea {
  padding: 0 0;
}
.eventkvArea__bnr {
  padding: 5%;
  margin-bottom: 0;
}
.eventkvArea__ankrlist {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  pad: 50px 0;
}
.eventkvArea__ankrlist--item {
  margin-bottom: 2%;
  width: 100% !important;
  margin-right: 0 !important;
}
.eventkvArea__ankrlist--item a {
  font-size: 3.5vw;
  padding: 1.8rem 3rem 1.8rem 5rem;
  line-height: 1.2;
}
.eventkvArea__ankrlist--item a .num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 1rem;
  font-size: 4vw;
}
.eventkvArea__ankrlist--item a:after {
  right: 1.5rem;
}

.eventArea {
  padding-bottom: 60px;
}
.eventArea .contentsbox:nth-child(1) {
  padding-top: 60px;
}
.eventArea .contentsbox__con {
  padding: 0;
}
.eventArea .contentsbox__ttl {
  margin-bottom: 20px;
  padding: 5px 10px;
}

.mapArea img {
  width: 100%;
  margin-bottom: 30px;
}

.modelcourseArea {
  margin-top: 0;
  padding-top: 0;
}
.modelcourseArea .sec__innerWide {
  min-width: 100%;
  max-width: 100%;
}
.modelcourseArea__ttl {
  margin-bottom: 20px;
}
.modelcourseArea__ttl img {
  width: 100%;
}
.modelcourseArea__lead {
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.modelcourseArea__list li {
  display: flex;
  align-items: center;
  width: 100% !important;
  flex-direction: inherit;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 30px;
  align-items: baseline;
}
.modelcourseArea__list li .dot {
  top: -70px;
}
.modelcourseArea__list li .dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 10000%;
}
.modelcourseArea__list li .box {
  margin: 60px 0px 0px 20px;
  border: 2px solid #fff;
  padding: 0;
  width: calc(100% - 30px);
}
.modelcourseArea__list li figure {
  margin: 20px;
}
.modelcourseArea__list li figure .time {
  margin-bottom: 10px;
  position: absolute;
  top: -60px;
  left: 44px;
}
.modelcourseArea__list li figure .ttl {
  font-size: 5vw;
  margin-bottom: 15px;
}
.modelcourseArea__list li figure .ttl .txt {
  font-size: 5vw;
}
.modelcourseArea__list li figure .ttl .num {
  width: 6vw;
  height: 6vw;
  margin-right: 0.5rem;
}

.eventhatsumodekvArea:after {
  height: 20px;
}
.eventhatsumodekvArea__img .ttl {
  padding: 12vw 0;
  width: 90%;
}
.eventhatsumodekvArea__img--kumolist li img {
  width: 25vw;
  padding: 0;
  max-width: 100%;
  margin: inherit;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(1) {
  top: 13vw;
  left: 2%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(2) {
  top: 22vw;
  left: auto;
  right: -13%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(3) {
  top: 65vw;
  left: auto;
  right: -8%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(4) {
  top: 78vw;
  left: 0%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(5) {
  top: 88vw;
  left: 16%;
  right: auto;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(6) {
  top: 84vw;
  right: 0%;
}
.eventhatsumodekvArea__lead {
  font-size: 4vw;
  line-height: 2;
  margin-bottom: 30px;
}
.eventhatsumodekvArea__ankr {
  width: 90%;
  padding-bottom: 60px;
}
.eventhatsumodekvArea__ankrlist--item {
  margin-bottom: 2%;
  width: 100% !important;
  margin-right: 0 !important;
}
.eventhatsumodekvArea__ankrlist--item a {
  font-size: 3.5vw;
  padding: 1.8rem 3rem 1.8rem 3rem;
}
.eventhatsumodekvArea__ankrlist--item a.nonum {
  padding-left: 3rem;
}
.eventhatsumodekvArea__ankrlist--item a .num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 1rem;
}
.eventhatsumodekvArea__ankrlist--item a:after {
  right: 1.5rem;
}
.eventhatsumodekvArea .musubi img {
  width: 2000px;
}

.eventhatsumodeArea {
  padding: 80px 5%;
}
.eventhatsumodeArea__con {
  padding: 10% 5%;
}
.eventhatsumodeArea__con--ttl {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* ==========================================================================
   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;
}

/* ============================================
	premiumseat.html
============================================ */
body.premiumseat {
  background: #000;
  color: #fff;
}
body.premiumseat .specialArea {
  background: #fff;
  color: #000;
}

.premiumseatkvArea__wrap {
  display: block;
  padding: 40px 0;
}
.premiumseatkvArea__wrap--right {
  width: 100%;
}
.premiumseatkvArea__ttl {
  display: block;
  margin-bottom: 30px;
}
.premiumseatkvArea__ttl .en {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}
.premiumseatkvArea__ttl .jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.premiumseatkvArea__lead {
  font-size: 3.5vw;
}
.premiumseatkvArea .btn {
  width: 90%;
}

.premiumactivitiesArea {
  padding: 100px 0 40px;
}
.premiumactivitiesArea:before {
  border-bottom: 0px solid #000;
}
.premiumactivitiesArea > .ttl {
  line-height: 1.5;
  margin-top: 50px;
}
.premiumactivitiesArea__wrap--con {
  width: 100%;
  margin-bottom: 40px;
}
.premiumactivitiesArea__wrap--con:nth-child(even), .premiumactivitiesArea__wrap--con:nth-child(odd) {
  margin-right: 0;
  margin-left: 0;
}
.premiumactivitiesArea__wrap--con img {
  margin-bottom: 30px;
}
.premiumactivitiesArea__wrap--con figcaption .ttl {
  font-size: 5vw;
  margin-bottom: 10px;
}
.premiumactivitiesArea__wrap--con figcaption .txt {
  font-size: 3.5vw;
}
.premiumactivitiesArea__wrap--con.wide {
  display: block;
}
.premiumactivitiesArea__wrap--con.wide img {
  margin-bottom: 30px;
}
.premiumactivitiesArea__wrap--con.wide img, .premiumactivitiesArea__wrap--con.wide figcaption {
  width: 100%;
  padding: 0;
}
.premiumactivitiesArea__wrap--con figcaption .ttl {
  line-height: 1.5;
}
.premiumactivitiesArea__wrap--con figcaption .ttl .jp {
  font-size: 5vw;
}
.premiumactivitiesArea__wrap--con figcaption .ttl .en {
  font-size: 3.5vw;
}
.premiumactivitiesArea__wrap--con figcaption .txt {
  line-height: 1.5;
}
.premiumactivitiesArea .btn {
  width: 90%;
}

.premiumactivitiesArea {
  margin: 40px 0;
  margin-top: 0;
}
.premiumactivitiesArea .sec__innerWide {
  padding: 0;
}

.premiummatchinformationArea {
  margin: 40px 0;
}
.premiummatchinformationArea .sec__innerWide {
  padding: 0;
}
.premiummatchinformationArea__card .card img {
  width: 100%;
}

.premiumscheduleArea {
  margin: 40px 0;
}
.premiumscheduleArea .sec__innerWide {
  padding: 0;
}
.premiumscheduleArea .kikan {
  font-size: 4vw;
  margin-bottom: 10px;
  line-height: 1.5;
}
.premiumscheduleArea .kikan i {
  font-size: 5vw;
}
.premiumscheduleArea .txt {
  line-height: 1.5;
  text-align: left;
}

.premiumpriceArea {
  margin: 40px 0;
}
.premiumpriceArea .sec__innerWide {
  padding: 0;
}
.premiumpriceArea__map img {
  margin-bottom: 20px;
}

.premiummapArea {
  margin: 40px 0;
}
.premiummapArea .sec__innerWide {
  padding: 0;
}
.premiummapArea .map {
  padding: 5%;
}
.premiummapArea .kome {
  color: #000;
}

.premiumtimtableArea {
  margin: 40px 0;
}
.premiumtimtableArea .sec__innerWide {
  padding: 0;
}
.premiumtimtableArea .map {
  margin-bottom: 20px;
}
.premiumtimtableArea .btn {
  margin-bottom: 20px;
}

.premiumcontactArea {
  margin: 40px 0;
  margin-bottom: 0;
}

/* ==========================================================================
   guideArea 事前ガイド
========================================================================== */
.mfp-container {
  background: rgba(0, 0, 0, 0.6);
}

.guideArea__lead {
  padding: 40px 5%;
}
.guideArea__img--ttl {
  padding-top: 0;
  padding-bottom: 20px;
  width: 90%;
}
.guideArea__img--txt {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  word-break: break-all;
}
.guideArea__img--playerlist {
  margin-bottom: 20px;
}
.guideArea__img--playerlist img {
  width: 100%;
}
.guideArea__ankrlist--item {
  margin-bottom: 2%;
  width: 100% !important;
  margin-right: 0 !important;
}
.guideArea__ankrlist--item a {
  padding-left: 5%;
  font-size: 3.5vw;
  line-height: 45px;
}
.guideArea__ankrlist--item a .txt__L {
  font-size: 4vw;
}
.guideArea__strengths {
  margin-bottom: 0;
}
.guideArea__strengths .kobe + .hiroshima {
  margin-top: 60px;
}
.guideArea__strengths .kobe > .kome, .guideArea__strengths .hiroshima > .kome {
  margin-bottom: 30px;
}
.guideArea__strengths .sec__innerWide {
  max-width: 100%;
  width: 100%;
}
.guideArea__strengths--ttl {
  margin-bottom: 10px;
}
.guideArea__strengths--ttl p {
  font-size: 6vw;
  width: calc(100% - 58px);
  padding-left: 10px;
}
.guideArea__strengths--ttl .embL {
  width: 58px;
  display: block;
}
.guideArea__strengths--txt {
  margin-bottom: 20px;
}
.guideArea__strengths--statscon + .guideArea__strengths--statscon {
  margin-top: 10px;
}
.guideArea__strengths--statscon .ttl {
  font-size: 3.5vw;
}
.guideArea__strengths--statscon .bottom {
  padding: 10px 10px;
}
.guideArea__strengths--statscon .bottom .num {
  height: 7vw;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 3px;
}
.guideArea__strengths--statscon .bottom .rank {
  font-size: 6vw;
  line-height: 1;
  vertical-align: bottom;
}
.guideArea__strengths--statscon .bottom span {
  font-size: 3vw;
  line-height: 1;
  margin-top: 3px;
  vertical-align: bottom;
}
.guideArea__strengths--bnr {
  margin-bottom: 30px;
}
.guideArea__strengths--movielist li {
  font-size: 3.25vw;
  line-height: 1.65;
  border-right: none;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.guideArea__strengths--movielist li + li {
  margin-top: 15px;
}
.guideArea__strengths--movielist li .txt {
  font-size: 3.25vw;
}
.guideArea__strengths--movielist li a {
  margin-bottom: 10px;
  padding-right: 11vw;
}
.guideArea__strengths--movielist li a:after {
  width: 11vw;
  height: 11vw;
}
.guideArea .mfp-container {
  background: #000;
}
.guideArea__compatibility .sec__innerWide {
  max-width: 100%;
  width: 100%;
}
.guideArea__compatibility--lead {
  margin-bottom: 10px;
}
.guideArea__compatibility--leadtxt {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
}
.guideArea__compatibility--leadkome {
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 30px;
}
.guideArea__compatibility--match {
  margin-bottom: 10px;
}
.guideArea__compatibility--match .match {
  font-size: 8vw;
}
.guideArea__compatibility--box {
  margin-bottom: 0;
}
.guideArea__compatibility--box + .guideArea__compatibility--box {
  margin-top: 20px;
}
.guideArea__compatibility--box a .wrap {
  padding: 5%;
}
.guideArea__compatibility--box a .wrap .goal {
  font-size: 10px;
}
.guideArea__pickup .sec__innerWide {
  max-width: 100%;
  width: 100%;
}
.guideArea__pickup--img {
  width: 100% !important;
  margin-right: 0 !important;
}
.guideArea__newplayers:before {
  background: url(/img/supercup/2025/bg/BG_naname_gold_sp.png) repeat-y top center;
  background-size: cover;
  z-index: 1;
}
.guideArea__newplayers:after {
  background: url(/img/supercup/2025/bg/BG_naname_blue_sp.png) repeat-y top center;
  background-size: cover;
  background-position-y: 35vw;
}
.guideArea__newplayers .kobe + .hiroshima {
  margin-top: 30px;
}
.guideArea__newplayers .hiroshima {
  margin-bottom: 20px;
}
.guideArea__newplayers .sec__innerWide {
  max-width: 100%;
  width: 100%;
}
.guideArea__newplayers--ttl {
  font-size: 4vw;
}
.guideArea__newplayers .scrollwrap {
  overflow-x: scroll;
}
.guideArea__newplayers .commonTable {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}
.guideArea__newplayers .commonTable tr, .guideArea__newplayers .commonTable td {
  font-size: 12px;
  font-size: 1.2rem;
}
.guideArea__newplayers--playerlink a {
  display: block;
  width: 100%;
}
.guideArea__newplayers--playerlink a + a {
  margin-top: 10px;
}
.guideArea__endtxt {
  font-size: 6vw;
  line-height: 1.5;
  margin-bottom: 60px;
}

/* ==========================================================================
   matchArea
========================================================================== */
.playerArea .sec__inner1100 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
  min-width: 100%;
  max-width: 100%;
}
.playerArea .tabSelecter {
  margin-bottom: 10px;
}
.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 .tabArea__wrap li > a, .playerArea .tabArea__wrap li > span {
  font-size: 3.5vw;
}

/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea__mapwrap {
  padding: 40px 0;
}
.gourmetArea__mapwrap p {
  width: 90%;
  margin-bottom: 10px;
}
.gourmetArea__mapwrap .commonTable {
  width: 90%;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li {
  width: 100% !important;
  margin-right: 0 !important;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li a {
  font-size: 3.5vw;
  padding: 1rem 4rem;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li a:after {
  right: 1rem;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span:first-child {
  left: 1rem;
}
.gourmetArea__map.map_img {
  width: 90%;
  margin-bottom: 40px;
}
.gourmetArea__cache {
  max-width: 90%;
}
.gourmetArea__cache .accordionIndex {
  border-bottom: 1px solid #000;
}
.gourmetArea > section {
  margin: 40px auto 0;
}
.gourmetArea > section ul.g_list li {
  margin-top: 40px;
  width: 100%;
}
.gourmetArea > section ul.g_list li h4 {
  font-size: 4vw;
}
.gourmetArea > section ul.g_list li > p {
  font-size: 4vw;
}
.gourmetArea > section ul.g_list li dl dd a {
  font-size: 3.8vw;
}
.gourmetArea > section:last-of-type {
  margin-bottom: 50px;
}
.gourmetArea > section .g_kv {
  width: 100%;
}
.gourmetArea .embtokushima, .gourmetArea .embJleague {
  height: 19px;
}

.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%;
}

body.gourmet .mfp-close-btn-in .mfp-close {
  color: #fff;
}
body.gourmet .mfp-wrap {
  position: fixed !important;
}

.gourmetArea .CLM__three {
  display: block;
}

.gourmetArea ul.eventlinklist li {
  width: 100%;
}

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

    [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.embKobe {
  background-position: -315px -252px;
}

.embLl.embHiroshima {
  background-position: 0px -313px;
}

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

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

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

#pageTopBtn {
  bottom: 50vw;
  z-index: 100000;
}
body.ticket #pageTopBtn {
  bottom: 65vw;
}

#floatingBnr {
  display: none !important;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}