<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
/*-----------------------------------

leaguecup2023_final.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 &gt; 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: #E60C11;
  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 &gt; li, .CLM__half &gt; article, .CLM__half &gt; figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half &gt; li:nth-child(2n), .CLM__half &gt; article:nth-child(2n), .CLM__half &gt; figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three &gt; li, .CLM__three &gt; article, .CLM__three &gt; figure, .CLM__three &gt; div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three &gt; li:nth-child(3n), .CLM__three &gt; article:nth-child(3n), .CLM__three &gt; figure:nth-child(3n), .CLM__three &gt; 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 &gt; li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM &gt; li:last-child {
  margin-right: 0;
}
.nowrapCLM &gt; li img {
  width: 100%;
}
.nowrapCLM &gt; li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half &gt; li, .spnoCLM.CLM__half &gt; article, .spnoCLM.CLM__half &gt; figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half &gt; li:nth-child(2n), .spnoCLM.CLM__half &gt; article:nth-child(2n), .spnoCLM.CLM__half &gt; figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three &gt; li, .spnoCLM.CLM__three &gt; article, .spnoCLM.CLM__three &gt; figure, .spnoCLM.CLM__three &gt; div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three &gt; li:nth-child(3n), .spnoCLM.CLM__three &gt; article:nth-child(3n), .spnoCLM.CLM__three &gt; figure:nth-child(3n), .spnoCLM.CLM__three &gt; 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: #E60C11;
}
.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__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

.spDISP {
  display: block;
}

.pcDISP {
  display: none;
}

.CLM__half.spnoCLM, .CLM__three.spnoCLM, .CLM__four.spnoCLM {
  display: block;
}

.sec__inner90 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

.sec__inner1180 {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

#pageTopBtn a {
  bottom: 25vw;
}

body {
  background: #fff;
  line-height: 1.5;
}

/* ============================================
	parts
============================================ */
.btn__ticket, .btn__premium {
  width: 90%;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 10px;
  font-size: 3.5vw;
  display: block;
  height: auto;
}
.btn__ticket img, .btn__premium img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 36px;
}
.btn__ticket img.emb, .btn__premium img.emb {
  height: 36px;
}
.btn__ticket p, .btn__premium p {
  font-size: 4.5vw;
  line-height: 1.5;
}
.btn__ticket p .txt__S, .btn__premium p .txt__S {
  display: block;
  font-size: 3.5vw;
}
.btn__ticket:after, .btn__premium:after {
  right: 3vw;
}
.btn__ticket.pcDISP, .btn__premium.pcDISP {
  display: none;
}
.btn__ticket:after {
  content: none;
}
.btn__L {
  max-width: 100%;
  min-width: 100%;
}
.btn__M {
  font-size: 3vw;
  padding: 12px 0;
  min-width: 225px;
  max-width: 225px;
}
.btn__M:after {
  font-size: 3vw;
}

.list__style__disc li {
  margin-bottom: 0;
}

.specialHeader__title {
  width: auto;
  text-align: center;
  z-index: 111111;
  margin: auto;
}
.specialHeader__title img {
  height: 40px;
  width: auto;
}
.specialHeader__jLogo, .specialHeader__leaguecupLogo {
  top: 10px;
  z-index: 100000;
}
.specialHeader__leaguecupLogo {
  right: inherit;
  left: 60px;
}
.specialHeader .menutriggerWrap {
  width: auto;
}
.specialHeader__gnav li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__gnav li a {
  font-size: 4vw;
  line-height: 1;
  padding: 1.3em 0;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f30f";
  color: #fff;
  right: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__gnav li a i {
  font-style: normal;
  font-weight: bold;
  font-size: 3vw;
}
.specialHeader__gnav li a.accordionIndex {
  padding: 1.3em 0;
  border-bottom: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__gnav li a.accordionIndex.active {
  background: #000;
}
.specialHeader__gnav li a.accordionIndex:before {
  width: 15px;
  height: 2px;
  right: 20px;
}
.specialHeader__gnav li a.accordionIndex:after {
  width: 15px;
  height: 2px;
  right: 20px;
}
.specialHeader__gnav li ul {
  background: #505050;
}
.specialHeader__gnav li.ticket, .specialHeader__gnav li.premiumseat {
  border: none;
  margin-bottom: 15px;
}
.specialHeader__gnav li.ticket a, .specialHeader__gnav li.premiumseat a {
  border-radius: 10000px;
  border-bottom: none;
}
.specialHeader__gnav li.ticket a {
  background: #AD9653;
}
.specialHeader__gnav li.premiumseat a {
  border: 1px solid #fff;
}

.otherkvArea__ttl {
  background: url(/img/leaguecup/2024/final/header_others_SP.jpg);
  background-size: cover;
  padding: 40px 5%;
  display: block;
}
.otherkvArea__ttl .en {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}
.otherkvArea__ttl .jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.accordionList .accordionIndex {
  font-size: 4vw;
  line-height: 1.3;
  border-bottom: solid 1px #ccc;
  padding: 1em 2.5em 1em 0;
}
.accordionList .accordionIndex.active:after {
  top: 50%;
}

.txtcontents__box {
  padding: 5%;
}
.txtcontents__box p {
  line-height: 1.5;
}

.heading__main {
  margin-bottom: 30px;
}
.heading__main .en {
  font-size: 12vw;
  display: block;
  margin-bottom: 10px;
}
.heading__main .jp {
  margin-left: 5%;
  font-size: 5vw;
  display: block;
}
.heading__main .jp.line:after {
  width: 10%;
  left: -12%;
}
.heading__second {
  margin-bottom: 30px;
}
.heading__second .en {
  display: block;
  font-size: 3.5vw;
  margin-bottom: 5px;
}
.heading__second .jp {
  font-size: 5vw;
  display: block;
  margin-left: 5%;
}

/* ============================================
	kv
============================================ */
.kvArea {
  background: #000;
  padding-top: 60px;
}
.kvArea__card .card {
  width: 90%;
  padding: 15px 0;
}
.kvArea__score {
  width: 100%;
}
.kvArea__score .emb img {
  width: 100%;
}
.kvArea__score .emb .name {
  font-size: 3vw;
}
.kvArea__score .center {
  padding: 0 15px;
}
.kvArea__score .center .score {
  font-size: 11vw;
}
.kvArea__score .center .status {
  font-size: 4vw;
}

/* ============================================
	navArea
============================================ */
.navArea__list {
  width: 100%;
}
.navArea__list--item a {
  height: inherit;
  padding-bottom: 20px;
  padding-top: 0;
  font-size: 3.5vw;
  line-height: 1.3;
}

/* ============================================
	ticketbtnArea
============================================ */
.ticketbtnArea {
  padding: 40px 0;
  background-size: 700px 700px;
}
.ticketbtnArea .btn + .btn {
  margin-top: 0;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnr {
  background: #000;
  display: block;
  position: fixed;
  z-index: 9999999;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  bottom: 0;
  padding: 1em 0.5em 0.5em;
}
.floatingbnr.is-active {
  height: auto;
}
.floatingbnr &gt; h5 {
  font-size: 4vw;
  margin-bottom: 5px;
}
.floatingbnr &gt; h5 i {
  font-size: 3vw;
  width: 5vw;
  height: 5vw;
  line-height: 5vw;
}
.floatingbnr .btn {
  width: 100%;
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  line-height: normal;
  box-shadow: none;
  padding: 0.7em 0;
  font-size: 4vw;
  bottom: 0;
  display: block;
}
.floatingbnr .btn.spDISP {
  display: block;
}
.floatingbnr .btn::after {
  content: none;
}
.floatingbnr .btn:hover {
  transform: none;
}
.floatingbnr .btn img {
  height: 7vw;
}
.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: -8vw;
}

/* ==========================================================================
   bnrArea
========================================================================== */
.bnrArea {
  margin: 40px 0;
}
.finalTop .bnrArea {
  padding: 0;
}
.finalTicket .bnrArea {
  margin-bottom: 40px;
}
.bnrArea__wrap {
  width: 90%;
  max-width: 90%;
}

/* ============================================
	index.html
============================================ */
.finalTop .seatpriceArea {
  background-size: 150%;
  background-position-y: 100px;
  padding: 40px 0;
}
.finalTop .seatpriceArea__wrap--map {
  padding: 5%;
}

.newsArea {
  padding: 40px 0;
}
.newsArea .heading__main .eng {
  height: 22vw;
  margin: -23vw auto 30px;
  display: block;
}
.newsArea__list {
  width: 95%;
  margin-left: auto;
}
.newsArea__list .slick-track {
  display: flex;
}
.newsArea__list .slick-list.draggable {
  padding: 0 10% 0 0 !important;
}
.newsArea__list li {
  width: 80vw;
  height: inherit;
  height: auto;
}
.newsArea__list li .slick-track {
  display: flex;
}
.newsArea__list li a {
  height: inherit;
  box-shadow: none;
}
.newsArea__list li a:after {
  height: 140px;
}
.newsArea__list li a figure figcaption.txt__honbun {
  padding: 5%;
  margin-bottom: 0;
  height: inherit;
  padding-right: 2rem;
  font-size: 3vw;
}
.newsArea__list li a figure:after {
  right: 1rem;
  font-size: 20px;
  font-size: 2rem;
}
.newsArea__inner {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 30px 5% 0px 0;
}
.newsArea__bottomlist li a {
  font-size: 3vw;
  padding: 1.5em 2.5em 1.5em 0.5em;
}
.newsArea__bottomlist li a p data {
  display: block;
  font-size: 3vw;
}
.newsArea__bottomlist li a:after {
  right: 0.5em;
}
.newsArea .js-btn-more, .newsArea .js-btn-close {
  padding: 0;
}

.topmatchArea {
  padding: 40px 0;
}
.topmatchArea__con {
  background: none;
  display: block;
}
.topmatchArea__con + .topmatchArea__con {
  margin-top: 20px;
}
.topmatchArea__con--img {
  width: 90% !important;
  margin: 0 auto !important;
  display: block;
  height: 60vw;
}
.topmatchArea__con--txt {
  background: #000;
  padding: 10% 5%;
  width: 90% !important;
  margin: 0 auto;
  display: block;
}
.topmatchArea__con--txt .ttl .name {
  text-align: center;
}
.topmatchArea__con--txt .ttl .name .en {
  font-size: 4vw;
  margin-bottom: 10px;
}
.topmatchArea__con--txt .ttl .name .jp {
  font-size: 6vw;
}
.topmatchArea__con--txt .ttl .btn {
  margin: 0 auto;
  font-size: 3vw;
}
.topmatchArea__con--txt .CLM__half {
  display: block;
}
.topmatchArea__con--txt .CLM__half .ttl, .topmatchArea__con--txt .CLM__half .btnlist {
  width: 100% !important;
}
.topmatchArea__con--txt .btnlist {
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.topmatchArea__con--txt .btnlist &gt; li a {
  padding: 1em;
  height: auto;
  line-height: normal;
}
.topmatchArea__con--txt .btnlist &gt; li a:after {
  font-size: 14px;
  font-size: 1.4rem;
}

.topbeginnerArea {
  padding: 40px 0;
}

.topeventArea {
  padding-bottom: 0;
}
.topeventArea .heading__main .jp {
  margin-left: 0;
}
.topeventArea__bg {
  height: 45vw;
}
.topeventArea__bg img {
  width: 100%;
}
.topeventArea__con {
  width: 90%;
  padding: 40px 5%;
  margin: -30vw auto 0;
}
.topeventArea__con .wrap {
  display: block;
}
.topeventArea__con .wrap .righ, .topeventArea__con .wrap .left {
  width: 100%;
  padding: 0;
}
.topeventArea__con .wrap .right {
  font-size: 4vw;
  padding-left: 0;
}
.topeventArea__con .wrap .right .btn {
  margin-top: 30px;
}

.stadiummapArea .map {
  width: 100%;
  padding: 5%;
}
.stadiummapArea .map img {
  margin-bottom: 20px;
}

.newheroArea {
  padding: 40px 0;
}
.newheroArea .heading__main {
  width: 90%;
  max-width: 90%;
  margin-bottom: 30px;
}
.newheroArea .heading__main .jp {
  margin-left: 0;
}
.newheroArea .youtube {
  width: 90%;
  margin-bottom: 20px;
}
.newheroArea .btn {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  margin-bottom: 50px;
}

.accessArea__wrap.CLM__half {
  display: block;
}
.accessArea__wrap--left, .accessArea__wrap--right {
  width: 100% !important;
  margin: 0 !important;
}
.accessArea__wrap--right {
  padding: 10% 5%;
}
.accessArea__wrap .heading__main .jp, .accessArea__wrap .heading__main .en {
  margin-left: 0;
}

/* ============================================
	ticket.html
============================================ */
.ticketkvArea {
  margin-top: 60px;
  background-size: 280%;
  background-position: top;
}
.ticketkvArea__ttl {
  padding: 40px 0;
  display: block;
}
.ticketkvArea__ttl .en {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}
.ticketkvArea__ttl .jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.ticketkvArea__kv--card .card {
  width: 90%;
  padding: 5px 0 10px;
}

.ticketnavArea {
  margin: 40px 0;
}
.ticketnavArea__list {
  border-left: none;
}
.ticketnavArea__list--item {
  padding: 0% 3% 7%;
}
.ticketnavArea__list--item:last-child {
  border-right: none;
}
.ticketnavArea__list--item:last-child a .img {
  width: 10vw;
}
.ticketnavArea__list--item:last-child a i.pcDISP {
  display: none;
}
.ticketnavArea__list--item a {
  font-size: 3.5vw;
}
.ticketnavArea__list--item a:after {
  bottom: -6vw;
}
.ticketnavArea__list--item a .img {
  width: 13vw;
  height: 8vw;
  margin: 5vw auto 3vw;
}

.finalTicket #pageTopBtn {
  bottom: 40vw;
}
.finalTicket .seatpriceArea {
  padding: 40px 0;
  background-size: 150%;
}
.finalTicket .seatpriceArea__wrap {
  width: 100%;
}
.finalTicket .seatpriceArea__wrap--map {
  width: 95%;
  padding: 5% 2%;
  margin-bottom: 60px;
}
.finalTicket .seatpriceArea__wrap--map .map {
  width: 100%;
  margin: 0;
}
.finalTicket .seatpriceArea__wrap--price {
  width: 95% !important;
  margin-left: auto !important;
  margin-right: 0;
}
.finalTicket .seatpriceArea__wrap--price .seat-category .scrollwrap {
  overflow-x: scroll;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table tr th, .finalTicket .seatpriceArea__wrap--price .seat-category table tr td {
  font-size: 2.5vw;
  padding: 0.3em;
  line-height: 1.1;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table tr td {
  height: auto;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table tr td.price {
  font-size: 3vw;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table tr td:last-child .txt__red {
  font-size: 2.5vw;
}
.finalTicket .seatpriceArea__wrap--price .seat-category .attention .kome {
  margin-right: 5%;
  margin-bottom: 0;
}
.finalTicket .seatpriceArea__wrap--price .seat-category .attention ul.list__style__disc {
  margin-bottom: 20px;
}
.finalTicket .seatpriceArea__wrap .scrolltxt {
  font-size: 3vw;
  width: 95%;
  text-align: center;
  margin-bottom: 0.3em;
}
.finalTicket .seatpriceArea__present {
  padding: 40px 0;
}
.finalTicket .seatpriceArea__present &gt; a {
  width: 90%;
  margin: 0 auto;
}
.finalTicket .seatpriceArea__present--ttl {
  font-size: 5vw;
  margin-bottom: 0.5em;
  line-height: 1;
}
.finalTicket .seatpriceArea__present--wrap {
  width: 90%;
  padding: 5%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: 10px solid #AD9653;
  border-radius: 5px;
  border-bottom: 10px solid #AD9653;
}
.finalTicket .seatpriceArea__present--wrap:after {
  content: none;
}
.finalTicket .seatpriceArea__present--wrap .left, .finalTicket .seatpriceArea__present--wrap .right {
  margin: 0;
  width: 100%;
}
.finalTicket .seatpriceArea__present--wrap .right {
  margin-bottom: 0;
  width: 100%;
}
.finalTicket .seatpriceArea__present--wrap .right img {
  width: 40%;
  margin: 10px auto;
}
.finalTicket .seatpriceArea__present--wrap .right .ttl {
  margin-bottom: 0;
  text-align: center;
}
.finalTicket .seatpriceArea__present--wrap .right .ttl p {
  font-size: 3.5vw;
  margin-bottom: 0.5em;
}
.finalTicket .seatpriceArea__present--wrap .right .ttl span {
  font-size: 5vw;
  padding: 0.3em;
  line-height: 1.2;
  display: block;
}
.finalTicket .seatpriceArea__present--wrap .right .kome {
  font-size: 10px;
  font-size: 1rem;
  padding-bottom: 0;
}
.finalTicket .seatpriceArea__present--wrap .right p {
  line-height: 1.5;
}

.scheduleArea {
  padding: 40px 0;
}
.scheduleArea__wrap .ttl {
  padding: 40px 40px 50px 0;
  border-bottom: solid 5px #ccc;
}
.scheduleArea__wrap .ttl:before, .scheduleArea__wrap .ttl:after {
  width: 20px;
}
.scheduleArea__wrap .ttl .wrap {
  display: block;
}
.scheduleArea__wrap .ttl .wrap img {
  height: 30px;
  margin-right: 5px;
}
.scheduleArea__wrap .ttl .wrap .jp {
  font-size: 6vw;
  display: inline-block;
}
.scheduleArea__wrap .ttl .wrap p {
  font-size: 3vw;
  line-height: 1.3;
  margin-top: 10px;
}
.scheduleArea__wrap + .scheduleArea__wrap {
  margin-top: 40px;
}
.scheduleArea__wrap--con {
  width: 90%;
  padding: 10% 5%;
  margin-top: -30px;
}
.scheduleArea__wrap--con .kikan {
  display: block;
  margin-bottom: 20px;
}
.scheduleArea__wrap--con .kikan dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
}
.scheduleArea__wrap--con .kikan dt:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.scheduleArea__wrap--con .kikan dd {
  font-size: 4vw;
}
.scheduleArea__wrap--con .kikan dd i {
  font-size: 5vw;
}
.scheduleArea__wrap--con .kikan dd p.kome {
  font-size: 3.5vw !important;
  text-align: center;
}
.scheduleArea__wrap--con .scheduletable {
  width: 100%;
}
.scheduleArea__wrap--con .scheduletable tr th {
  width: 9rem;
  vertical-align: middle;
}
.scheduleArea__wrap--con .scheduletable tr th, .scheduleArea__wrap--con .scheduletable tr td {
  font-size: 3.5vw;
  padding: 1rem;
  line-height: 1.3;
}
.scheduleArea__wrap--con .flow {
  margin: 20px 0 20px;
}
.scheduleArea__wrap--con .flow dt {
  height: auto;
  line-height: normal;
  font-size: 4vw;
  padding: 1rem 5rem;
}
.scheduleArea__wrap--con .flow dd figure {
  margin: 20px 0;
}
.scheduleArea__wrap--con .flow dd figure figcaption {
  font-size: 4vw;
}
.scheduleArea__wrap--con .btn__ticket {
  width: 100%;
  margin-bottom: 10px;
}
.scheduleArea__wrap--con .ticketattention {
  margin-bottom: 40px;
}
.scheduleArea__wrap--con .attentionttl {
  font-size: 5vw;
  padding-bottom: 1.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
}
.scheduleArea__wrap--con .morelist__con {
  padding: 0;
}
.scheduleArea__wrap.end .ttl .wrap .endtxt {
  font-size: 6vw;
  margin-left: 0;
  display: inline-block;
}

.seatArea {
  background: #fff;
}
.seatArea__top {
  padding: 40px 0 40px;
}
.seatArea__wrap {
  padding: 30px 5%;
}
.seatArea__btn {
  width: 90%;
  padding-bottom: 0;
}
.seatArea__btn a {
  padding: 0;
  position: relative;
  width: 100%;
  margin-right: 0;
  height: 46px;
}
.seatArea__btn a:nth-child(n+4) {
  margin-top: 2%;
}
.seatArea__btn a + a {
  margin-top: 2%;
}
.seatArea__btn a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  width: auto;
  color: #000;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  font-size: 10px;
  font-size: 1rem;
  right: 10px;
  bottom: auto;
}
.seatArea__btn a .num {
  position: absolute;
  left: 3%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.seatArea__btn a .num:after {
  font-size: 12px;
  font-size: 1.2rem;
}
.seatArea__btn a p {
  width: 100%;
  line-height: 1;
  font-size: 3.5vw;
  padding-left: 45px;
}
.seatArea__con {
  padding: 5%;
  margin-right: 0;
}
.seatArea__con:nth-child(even) {
  margin-left: 0;
}
.seatArea__con .ttl .num {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.seatArea__con .ttl .num:after {
  left: 1px;
  top: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}
.seatArea__con .ttl p.en {
  font-size: 3.5vw;
  display: block;
}
.seatArea__con .ttl p.jp {
  font-size: 5vw;
}
.seatArea__con--wrap {
  margin-bottom: 20px;
}
.seatArea__con--left, .seatArea__con--right {
  width: 100% !important;
  margin: 0 !important;
}
.seatArea__con--left {
  margin-bottom: 10px !important;
}
.seatArea__con .btn__ticket {
  width: 100%;
}
.seatArea__con + .seatArea__con {
  margin-top: 30px;
}
.seatArea .ticketbtnArea + .seatArea__con {
  margin-top: 80px;
}

#senkobtnArea {
  margin-top: -100px;
  padding-top: 100px;
}

.cautionArea {
  padding: 40px 0;
}

/* ============================================
	premiumseat.html
============================================ */
body.finalPremiumseat {
  background: #000;
  color: #fff;
}
body.finalPremiumseat .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;
}

.premiumactivitiesArea {
  padding: 100px 0 40px;
}
.premiumactivitiesArea:before {
  border-bottom: 0px solid #000;
}
.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 .jp {
  font-size: 5vw;
}
.premiumactivitiesArea__wrap--con figcaption .ttl .en {
  font-size: 3.5vw;
}

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

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

.premiumscheduleArea {
  margin: 40px 0;
}
.premiumscheduleArea .kikan {
  font-size: 4vw;
  margin-bottom: 10px;
}
.premiumscheduleArea .kikan i {
  font-size: 5vw;
}

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

.premiummapArea {
  margin: 40px 0;
}
.premiummapArea .map {
  padding: 5%;
}

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

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

/* ==========================================================================
   match.html
========================================================================== */
body.finalMatch__niigata .matchbodyBG {
  background: url(/img/leaguecup/2024/final/logo/emb_niigata.svg) no-repeat top center;
  background-size: 140%;
  background-position: -80%;
}
body.finalMatch__nagoya .matchbodyBG {
  background: url(/img/leaguecup/2024/final/logo/emb_nagoya.svg) no-repeat top center;
  background-size: 140%;
  background-position: 170%;
  opacity: 0.15;
}

body.finalMatch__nagoya .specialArea, body.finalMatch__niigata .specialArea {
  background: #fff;
}

.matchleadArea .ttl {
  margin-bottom: 20px;
}
.matchleadArea .ttl .jp {
  font-size: 5vw;
}

.matchnavArea {
  padding-top: 0;
}
.matchnavArea ul {
  width: 90%;
  margin: 0 auto;
}
.matchnavArea ul &gt; li {
  width: 48%;
}
.matchnavArea ul &gt; li a {
  height: auto;
  padding: 0.5em 0;
}
.matchnavArea ul &gt; li a .emb img {
  height: 10vw;
}
.matchnavArea ul &gt; li a .emb .name {
  font-size: 3vw;
}
.matchnavArea ul &gt; li.current a {
  padding: 1em 0;
}

.teaminfoArea {
  padding: 40px 0;
}
.teaminfoArea__ttl {
  font-size: 5vw;
}
.teaminfoArea__table {
  width: 90%;
}
.teaminfoArea__table tr th {
  padding: 1em 0 1em;
  font-size: 100%;
  font-size: 3.5vw;
}
.teaminfoArea__table tr th p.txt__L {
  font-size: 5vw;
}
.teaminfoArea__table tr td {
  padding: 1em 0;
  font-size: 100%;
  font-size: 3.5vw;
}
.teaminfoArea__table tr td img {
  height: 12vw;
}

.matchankrArea__list--item, .eventnavArea__list--item {
  width: auto;
  border: none;
  padding: 0 0.5em;
}
.matchankrArea__list--item:first-child, .eventnavArea__list--item:first-child {
  border: none;
}
.matchankrArea__list--item a, .eventnavArea__list--item a {
  font-size: 3vw;
}
.matchankrArea__list--item a:after, .eventnavArea__list--item a:after {
  bottom: 2vw;
}

.teamstyleArea {
  margin: 40px 0;
}
.teamstyleArea &gt; .kome {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.teamstyleArea__wrap {
  width: 90%;
  display: block;
}
.teamstyleArea__wrap .txt {
  font-size: 100%;
  line-height: 1.8;
}
.teamstyleArea__wrap--img {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.teamstyleArea__wrap--txt {
  width: 100% !important;
  padding: 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.teamstyleArea__wrap--txt p {
  font-size: 100%;
}
.teamstyleArea__stats {
  margin-top: 20px;
  width: 90%;
  flex-wrap: wrap;
}
.teamstyleArea__stats--con {
  width: 49%;
}
.teamstyleArea__stats--con:nth-child(2n) {
  margin-right: 0;
}
.teamstyleArea__stats--con .ttl {
  font-size: 3.5vw;
}
.teamstyleArea__stats--con .bottom {
  padding: 10px 0;
}
.teamstyleArea__stats--con .bottom .rank {
  font-size: 6vw;
}
.teamstyleArea__stats--con .bottom span {
  font-size: 3vw;
  display: block;
  margin-top: 5px;
}

.michinoriArea {
  margin: 40px auto;
  padding-bottom: 0;
}
.michinoriArea:after {
  bottom: 40px;
}
.michinoriArea__obi {
  width: 90%;
}
.michinoriArea__obi p {
  font-size: 10px;
  font-size: 1rem;
}
.michinoriArea__wrap {
  width: 90%;
}
.michinoriArea__wrap--ttl img:last-child {
  margin-right: 0;
  height: 20px;
}
.michinoriArea__wrap--con {
  padding: 0;
}
.michinoriArea__thum {
  padding: 10px 15px 0 0;
  margin-bottom: 7%;
}
.michinoriArea__thum a {
  margin-top: 5px;
}
.michinoriArea__thum a:after {
  width: 7vw;
  height: 7vw;
  background-size: 7vw;
}
.michinoriArea__thum.large .CLM__half a {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.michinoriArea__thum.large .CLM__half figcaption {
  width: 100%;
}
.michinoriArea__thum .sec {
  width: 100%;
  background: none;
  margin-bottom: 0;
  line-height: 1;
  height: auto;
  display: block;
  background: none !important;
  background: none;
}
.michinoriArea__thum .sec:after {
  margin-top: -7.3vw;
  border: 5vw solid rgba(0, 0, 0, 0);
  border-left: 1em solid #000;
}
body.finalMatch__niigata .michinoriArea__thum .sec:after {
  border-left: 3vw solid #ea5404;
}
body.finalMatch__nagoya .michinoriArea__thum .sec:after {
  border-left: 3vw solid #d70c18;
}
.michinoriArea__thum .setsu {
  font-size: 3vw;
  background: #000;
  display: block;
  text-align: center;
  margin-right: 0;
  position: relative;
  text-align: left;
  line-height: 1;
  height: auto;
  padding: 1vw 1em;
}
body.finalMatch__niigata .michinoriArea__thum .setsu {
  background: #ea5404;
}
body.finalMatch__nagoya .michinoriArea__thum .setsu {
  background: #d70c18;
}
.michinoriArea__thum .score {
  color: #000;
  font-size: 5vw;
  display: block;
  text-align: center;
  line-height: inherit;
}
.michinoriArea__thum .txt {
  font-size: 100%;
}

.pickupArea {
  margin: 40px 0;
}
.pickupArea &gt; .kome {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.pickupArea__wrap {
  width: 100%;
}
.pickupArea__wrap + .pickupArea__wrap {
  margin-top: 50px;
}
.pickupArea__thum {
  margin-bottom: 10px;
  display: block;
}
.pickupArea__thum + .pickupArea__thum {
  margin-top: 40px;
}
.pickupArea__thum:nth-child(even) a {
  margin-left: 0;
}
.pickupArea__thum:nth-child(even) img {
  margin-left: 0;
}
.pickupArea__thum:nth-child(even) figcaption {
  padding-left: 5%;
  padding-right: 10%;
}
.pickupArea__thum:nth-child(even) figcaption .txt {
  font-size: 100%;
}
.pickupArea__thum a {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pickupArea__thum a:after {
  width: 15vw;
  height: 15vw;
  background-size: 15vw;
}
.pickupArea__thum img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
.pickupArea__thum figcaption {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding: 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.pickupArea__thum figcaption .lead {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.pickupArea__thum figcaption .lead .name {
  font-size: 5vw;
}
.pickupArea__thum figcaption .txt {
  font-size: 100%;
}
.pickupArea__thum figcaption .txt + .txt {
  margin-top: 20px;
}
.pickupArea__thum figcaption .txt strong {
  font-size: 100%;
}
.pickupArea__stats {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.pickupArea__stats--ttl {
  font-size: 4vw;
}
.pickupArea__stats .wrap {
  flex-wrap: wrap;
}
.pickupArea__stats--con {
  width: 49.5%;
  margin-bottom: 1%;
}
.pickupArea__stats--con:nth-child(odd) {
  margin-left: none;
}
.pickupArea__stats--con .ttl {
  font-size: 3.5vw;
}
.pickupArea__stats--con .bottom .num {
  height: 7vw;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 3px;
}
.pickupArea__stats--con .bottom .rank {
  font-size: 6vw;
  line-height: 1;
  vertical-align: bottom;
}
.pickupArea__stats--con .bottom span {
  font-size: 3vw;
  line-height: 1;
  margin-top: 3px;
  vertical-align: bottom;
}

.playerArea {
  padding: 40px 0 0;
}
.playerArea .heading__main {
  margin-bottom: 20px;
}
.playerArea .heading__main .eng {
  margin-left: 5%;
}
.playerArea__box {
  width: 33.3333333333%;
}
.playerArea__box figure {
  padding-bottom: 80px;
}
.playerArea__box .data .name {
  font-size: 3.5vw;
}
.playerArea__box .data ul li {
  display: block;
  font-size: 3vw;
}

/* ============================================
	beginnersguide.html
============================================ */
.beginnersguideankrArea, .eventankrArea {
  padding: 0px 0 40px;
}
.beginnersguideankrArea__nav ul li + li, .eventankrArea__nav ul li + li {
  margin-top: 1%;
}
.beginnersguideankrArea__nav ul li a, .eventankrArea__nav ul li a {
  padding: 0.5em 30px 0.5em 0.5em;
  border: none;
}
.beginnersguideankrArea__nav ul li a span, .eventankrArea__nav ul li a span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}
.beginnersguideankrArea__nav ul li a:after, .eventankrArea__nav ul li a:after {
  width: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
.beginnersguideankrArea__nav ul li a p, .eventankrArea__nav ul li a p {
  width: calc(100% - 35px);
}

.beginnersguideArea {
  padding: 40px 0;
}
.beginnersguideArea__ttl, .eventinfoArea__ttl {
  margin-bottom: 20px;
}
.beginnersguideArea__ttl p, .eventinfoArea__ttl p {
  font-size: 5vw;
}
.beginnersguideArea__subttl {
  margin: 20px 0;
}
.beginnersguideArea__subttl p {
  font-size: 5vw;
}
.beginnersguideArea__clubttl {
  font-size: 5vw;
  margin-bottom: 20px;
}
.beginnersguideArea__clubttl img {
  height: 8vw;
  margin-right: 5px;
}
.beginnersguideArea__ansr {
  padding: 5%;
  margin-bottom: 20px;
}
.beginnersguideArea__ansr span {
  margin-right: 0;
}
.beginnersguideArea__ansr p {
  font-size: 5vw;
  padding: 0;
  vertical-align: middle;
  line-height: 1.3;
}
.beginnersguideArea__ansr span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  display: block;
  margin: 0 auto 5px;
}
.beginnersguideArea__con, .eventinfoArea__con {
  margin: 0 auto;
}
.beginnersguideArea__con + .beginnersguideArea__con, .eventinfoArea__con + .beginnersguideArea__con, .beginnersguideArea__con + .eventinfoArea__con, .eventinfoArea__con + .eventinfoArea__con {
  margin-top: 50px;
}
.beginnersguideArea__con--wrap article:nth-child(even) .CLM__half .right, .eventinfoArea__con--wrap article:nth-child(even) .CLM__half .right {
  padding: 0;
}
.beginnersguideArea__con--wrap article + article, .eventinfoArea__con--wrap article + article {
  margin-top: 30px;
}
.beginnersguideArea__con .CLM__half .left, .eventinfoArea__con .CLM__half .left {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.beginnersguideArea__con .CLM__half .right, .eventinfoArea__con .CLM__half .right {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.beginnersguideArea__con .CLM__half .beginnersguideArea__subttl p, .eventinfoArea__con .CLM__half .beginnersguideArea__subttl p {
  font-size: 4vw;
}
.beginnersguideArea__con .youtube, .eventinfoArea__con .youtube {
  width: 100%;
}
.beginnersguideArea__con figure, .eventinfoArea__con figure {
  width: 100%;
  margin: 20px auto;
}
.beginnersguideArea__con .commonTable, .eventinfoArea__con .commonTable {
  width: 100%;
}
.beginnersguideArea__con .btn, .eventinfoArea__con .btn {
  margin: 20px auto;
}
.beginnersguideArea__subankr {
  width: 90%;
  padding: 5%;
  margin-bottom: 30px;
}
.beginnersguideArea__subankr li a P {
  width: calc(100% - 40px);
}
.beginnersguideArea__subankr li a:after {
  font-size: 14px;
  font-size: 1.4rem;
}
.beginnersguideArea__map {
  margin-top: 40px;
}
.beginnersguideArea__map + .beginnersguideArea__map {
  margin-top: 60px;
}
.beginnersguideArea__map--con.CLM__half figure img {
  border-top: 0 !important;
  border-radius: 0;
}
.beginnersguideArea__map--seat {
  margin: 0px 0 30px;
}
.beginnersguideArea__map--seat figure {
  border-top: 0;
  width: 90%;
  margin: 10px;
}
.beginnersguideArea__map--seat figure img {
  border-top: 0;
}
.beginnersguideArea__map--seat .slick-track {
  display: flex;
}
.beginnersguideArea__map--seat .slick-slide {
  height: auto !important;
}
.beginnersguideArea__playerlist--item {
  width: 49% !important;
}
.beginnersguideArea__playerlist--item:nth-child(2n) {
  margin-right: 0 !important;
}
.beginnersguideArea__playerlist--item a figcaption .data .name {
  font-size: 3.5vw;
}
.beginnersguideArea .teambox + .teambox {
  margin-top: 50px;
}
.beginnersguideArea .teambox .btn {
  margin-top: 20px;
}
.beginnersguideArea .bnrlink + .bnrlink {
  margin-top: 20px;
}
.beginnersguideArea .sec__inner1180 .beginnersguideArea__subankr {
  width: 100%;
}

.beginnersguideArea__con#seat, #seat.eventinfoArea__con {
  width: 100%;
}
.beginnersguideArea__con#seat &gt; figure, #seat.eventinfoArea__con &gt; figure {
  width: 90%;
}

/* ============================================
	event.html
============================================ */
body.finalEvent .otherkvArea__ttl {
  padding-bottom: 40px;
}

.eventinfoArea {
  padding-bottom: 40px;
}
.eventinfoArea__top {
  padding: 40px 5%;
  margin-bottom: 40px;
}
.eventinfoArea__con .gourmetArea__ttl {
  font-size: 5vw;
  line-height: 1.3;
}
.eventinfoArea__con .gourmetArea__list--item {
  width: 48%;
}
.eventinfoArea__con .gourmetArea__list--item:nth-child(2n) {
  margin-right: 0;
}
.eventinfoArea__con .gourmetArea__list--item .name {
  padding: 0 5%;
  font-size: 3.5vw;
}
.eventinfoArea__con .gourmetArea__list--item .btn {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  font-size: 12px;
}
.eventinfoArea__con .gourmetArea__list--item .btn:after {
  font-size: 3vw;
}
.eventinfoArea__con .gourmetArea__place .ttl.accordionIndex {
  background: none;
}

body.finalEvent .gourmetArea__list--popup {
  width: 90%;
  padding: 40px 5%;
}
body.finalEvent .gourmetArea__list--popup .name {
  font-size: 5vw;
}
body.finalEvent .mfp-arrow {
  height: auto;
}

.eventmapArea {
  padding: 40px 0;
}
.eventmapArea__map img {
  margin-bottom: 20px;
}

.eventtimetableArea {
  padding: 40px 0;
}
.eventtimetableArea .timeline {
  margin-top: 25px;
}
.eventtimetableArea .timeline table {
  min-width: 840px;
}
.eventtimetableArea .timeline table th, .eventtimetableArea .timeline table td {
  padding: 0.5em 0.5em;
  line-height: 1.3;
}
.eventtimetableArea .timeline table td {
  width: 40px;
}
.eventtimetableArea .timeline table thead td {
  font-size: 15px;
  font-size: 1.5rem;
}
.eventtimetableArea .timeline table tbody th {
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
}
.eventtimetableArea .timeline table tbody th.place {
  font-size: 11px;
  font-size: 1.1rem;
}
.eventtimetableArea .timeline table tbody td {
  font-size: 12px;
  font-size: 1.2rem;
}
.eventtimetableArea .timeline table tbody .num {
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ============================================
	interviewArea
============================================ */
.interviewArea {
  padding: 40px 0;
}
.interviewArea__wrap {
  padding: 40px 5%;
}
.interviewArea__wrap p + p {
  margin-top: 20px;
}
.interviewArea__wrap .mainimg {
  margin-bottom: 30px;
}
.interviewArea__wrap .img {
  margin: 20px 0;
}
.interviewArea__wrap .ttl {
  text-align: left;
  font-size: 6vw;
}
.interviewArea__wrap .name {
  text-align: left;
}
.interviewArea__wrap .lead {
  text-align: left;
}
.interviewArea__wrap .subttl {
  font-size: 4.5vw;
}
.interviewArea__wrap .profile {
  padding: 5%;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 20px;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}</pre></body></html>