@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&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 > 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 > 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: #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__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.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;
}

html.is-fixed, html.is-fixed body {
  height: inherit;
  overflow: inherit;
}

html.is-fixed body {
  overflow: hidden;
}

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

.specialArea {
  background: #fff;
}

/* ============================================
	parts
============================================ */
.btn__ticket, .btn__hospitality {
  width: 90%;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 10px;
  font-size: 3.5vw;
  display: block;
  height: auto;
}
.btn__ticket img, .btn__hospitality img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 36px;
}
.btn__ticket img.emb, .btn__hospitality img.emb {
  height: 30px;
}
.btn__ticket p, .btn__hospitality p {
  font-size: 4.5vw;
  line-height: 1.5;
}
.btn__ticket p .txt__S, .btn__hospitality p .txt__S {
  display: block;
  font-size: 3.5vw;
}
.btn__ticket:after, .btn__hospitality:after {
  right: 3vw;
}
.btn__ticket.pcDISP, .btn__hospitality.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.hospitality {
  border: none;
  margin-bottom: 15px;
}
.specialHeader__gnav li.ticket a, .specialHeader__gnav li.hospitality a {
  border-radius: 10000px;
  border-bottom: none;
}
.specialHeader__gnav li.ticket a {
  background: #AD9653;
}
.specialHeader__gnav li.hospitalityseat a {
  border: 1px solid #fff;
  border-radius: 100000px;
  margin: 20px 0;
}

.otherkvArea {
  margin-top: 59px;
}
.otherkvArea__ttl {
  background: url(/img/leaguecup/2025/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%;
  padding-top: 10px;
}
.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 > h5 {
  font-size: 4vw;
  margin-bottom: 10px;
}
.floatingbnr > 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;
  box-shadow: none !important;
}
.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;
}

.floatingbnrAI {
  width: 80px;
}

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

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

body.finalTop .scheduleArea {
  padding: 40px 0;
}
body.finalTop .scheduleArea__inner + .scheduleArea__inner {
  margin-top: 40px;
}

.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__lead {
  display: block !important;
}
.topmatchArea__con {
  background: none;
  display: block;
  width: 100% !important;
}
.topmatchArea__con + .topmatchArea__con {
  margin-top: 20px;
}
.topmatchArea__con--img {
  width: 90% !important;
  margin: 0 auto !important;
  display: block;
}
.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 > li a {
  padding: 1em;
  height: auto;
  line-height: normal;
}
.topmatchArea__con--txt .btnlist > li a:after {
  font-size: 14px;
  font-size: 1.4rem;
}

.topEventmapArea {
  padding: 40px 0;
}
.topEventmapArea .heading__main .jp, .topEventmapArea .heading__main .en {
  margin-left: 0;
}

.topEventArea {
  padding: 40px 0;
}
.topEventArea__eventwrap > .btn.btn__L {
  width: 90%;
  margin-top: 30px;
  min-width: 90%;
}
.topEventArea__nav {
  margin-bottom: 0;
  width: 90%;
}
.topEventArea__nav li {
  margin-top: 1%;
}
.topEventArea__nav li a {
  padding-right: 45px;
}
.topEventArea__nav li a p {
  width: calc(100% - 65px);
}

.topgourmetArea, .topgoodsArea {
  padding: 40px 0;
}
.topgourmetArea__con p, .topgoodsArea__con p {
  font-size: 4vw;
  padding-left: 0;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.topgourmetArea__con .btn, .topgoodsArea__con .btn {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 90%;
  min-width: 90%;
}

.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 .youtube {
  width: 90%;
  margin-bottom: 20px;
}
.newheroArea .btn {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  margin-bottom: 0;
}
.newheroArea .accordionList {
  background: #fff;
}
.newheroArea .accordionList .accordionIndex {
  font-size: 3.8vw;
  border-bottom: none;
  padding: 0;
}
.newheroArea .accordionList .accordionIndex .interviewArea__wrap {
  padding: 5%;
}

.accessArea {
  margin-top: 0;
}
.accessArea__wrap.CLM__half {
  display: block;
}
.accessArea__wrap--left, .accessArea__wrap--right {
  width: 100% !important;
  margin: 0 !important;
}
.accessArea__wrap--right {
  text-align: left;
  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;
}

.ticketbnrArea {
  padding: 60px 0;
}

.ticketnavArea {
  margin: 40px auto;
  width: 90%;
}
.ticketnavArea__list {
  border-left: none;
}
.ticketnavArea__list--item {
  padding: 0% 3% 7%;
  width: 50% !important;
}
.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 {
  background-size: 150%;
}
.finalTicket .seatpriceArea__wrap {
  width: 100%;
}
.finalTicket .seatpriceArea__wrap--map {
  margin-bottom: 30px;
}
.finalTicket .seatpriceArea__wrap--map .map {
  width: 100%;
  margin: 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 table.hospitalitytable {
  table-layout: auto;
  white-space: inherit;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table.hospitalitytable th {
  width: 25%;
}
.finalTicket .seatpriceArea__wrap--price .seat-category table.hospitalitytable td {
  width: 12.5%;
}
.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 > 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;
  background: url(/img/leaguecup/2025/final/bg/BG_black_02_SP.jpg);
  padding: 100px 0;
  background-size: 200%;
  background-repeat: repeat;
}
.scheduleArea__subttl .jp {
  font-size: 6vw;
  margin-bottom: 30px;
}
.scheduleArea__wrap .ttl {
  padding: 30px 40px 30px 0;
  border-bottom: none;
}
.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: 5vw;
  display: inline-block;
  margin-right: 0;
}
.scheduleArea__wrap .ttl .wrap p {
  font-size: 3vw;
  line-height: 1.3;
}
.scheduleArea__wrap .ttl .wrap p.senchaku {
  font-size: 4vw;
}
.scheduleArea__wrap .ttl .wrap .right {
  margin-left: 0;
}
.scheduleArea__wrap .ttl .wrap .right data {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 10px;
}
.scheduleArea__wrap + .scheduleArea__wrap {
  margin-top: 40px;
}
.scheduleArea__wrap--con {
  width: 100%;
  padding: 10% 5%;
}
.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: 30px 0;
}
.scheduleArea__wrap--con .ticketattention {
  margin-bottom: 40px;
}
.scheduleArea__wrap--con .attentionttl {
  font-size: 5vw;
  padding-bottom: 1.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.3;
}
.scheduleArea__wrap--con .morelist__con {
  padding: 0 10px;
}
.scheduleArea__wrap.end .ttl .wrap .endtxt {
  font-size: 6vw;
  margin-left: 0;
  display: inline-block;
}
.scheduleArea__nav {
  width: 90%;
  margin-bottom: 50px;
}
.scheduleArea__nav a .wrap p {
  font-size: 14px;
  font-size: 1.4rem;
}
.scheduleArea__nav a .wrap img {
  width: 100px;
  height: inherit;
}
.scheduleArea__info {
  margin-bottom: 10px;
}
.scheduleArea__info .btn__ticket {
  margin: 40px auto;
}
.scheduleArea__info dl + dl {
  margin-top: 3px;
}
.scheduleArea__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;
  line-height: 1.3;
}
.scheduleArea__info dl dt i {
  font-size: 3vw;
  margin-right: 5px;
}
.scheduleArea__info dl dd {
  text-align: left;
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2rem 1.5rem;
  line-height: 1.3;
}
.scheduleArea__info dl dd.data {
  padding: 0.8rem;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.scheduleArea__info dl dd.data i {
  font-size: 20px;
  font-size: 2rem;
}

.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: 80px 0;
}

/* ============================================
	hospitality.html
============================================ */
body.hospitality {
  background: #000;
  color: #fff;
}
body.hospitality .specialArea {
  background: #fff;
  color: #000;
}
body.hospitality .heading__main .jp {
  margin-left: 0;
  font-size: 40px;
  font-size: 4rem;
}
body.hospitality .heading__main .jp .kome {
  margin-left: 0;
  display: block;
  line-height: 2;
}
body.hospitality .heading__second .jp {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  line-height: 2;
  text-align: center;
}

.hospitalitykvArea__inner {
  background: url(/img/leaguecup/2025/final/hospitality/KV_SP.jpg) center/cover no-repeat;
}
.hospitalitykvArea__ttl .char-text {
  font-size: 10vw;
}

.hospitalityleadArea__lead {
  margin-bottom: 100px;
  line-height: 2.5;
  font-size: 16px;
  font-size: 1.6rem;
}

.hospitalityplanArea__inner {
  padding: 120px 0 100px;
}
.hospitalityplanArea__con + .hospitalityplanArea__con {
  margin-top: 100px;
}
.hospitalityplanArea__con .wrap {
  display: block;
}
.hospitalityplanArea__con .left {
  width: 100%;
  margin-bottom: 30px;
}
.hospitalityplanArea__con .right {
  width: 100%;
  padding: 0;
}
.hospitalityplanArea__con .right .txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.hospitalityactivitiesArea {
  padding: 100px 0 40px;
}
.hospitalityactivitiesArea:before {
  border-bottom: 0px solid #000;
}
.hospitalityactivitiesArea__wrap--con {
  width: 100%;
  margin-bottom: 80px;
}
.hospitalityactivitiesArea__wrap--con:nth-child(even), .hospitalityactivitiesArea__wrap--con:nth-child(odd) {
  margin-right: 0;
  margin-left: 0;
}
.hospitalityactivitiesArea__wrap--con img {
  margin-bottom: 30px;
}
.hospitalityactivitiesArea__wrap--con figcaption .ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.hospitalityactivitiesArea__wrap--con figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.hospitalityactivitiesArea__wrap--con.wide {
  display: block;
}
.hospitalityactivitiesArea__wrap--con.wide img {
  margin-bottom: 30px;
}
.hospitalityactivitiesArea__wrap--con.wide img, .hospitalityactivitiesArea__wrap--con.wide figcaption {
  width: 100%;
  padding: 0;
}
.hospitalityactivitiesArea__wrap--con figcaption .ttl .jp {
  font-size: 20px;
  font-size: 2rem;
}
.hospitalityactivitiesArea__wrap--con figcaption .ttl .en {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.hospitalitymatchinformationArea {
  margin: 40px 0;
}
.hospitalitymatchinformationArea__card .card img {
  width: 100%;
}

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

.hospitalitypriceArea {
  margin: 40px 0;
}
.hospitalitypriceArea__map img {
  margin-bottom: 20px;
}

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

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

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

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

.eventinfoArea {
  padding-bottom: 40px;
}
.eventinfoArea__top {
  padding: 40px 5%;
  margin-bottom: 40px;
}
.eventinfoArea__ttl {
  margin-bottom: 20px;
}
.eventinfoArea__ttl p {
  font-size: 5vw;
}
.eventinfoArea__subttl {
  margin: 20px 0;
}
.eventinfoArea__subttl p {
  font-size: 5vw;
}
.eventinfoArea__con {
  margin: 0 auto;
}
.eventinfoArea__con + .eventinfoArea__con {
  margin-top: 50px;
}
.eventinfoArea__con--wrap article:nth-child(even) .CLM__half .right {
  padding: 0;
}
.eventinfoArea__con--wrap article + article {
  margin-top: 30px;
}
.eventinfoArea__con--wrap .wrap + .wrap {
  margin-top: 60px;
}
.eventinfoArea__con .CLM__half .left {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.eventinfoArea__con .CLM__half .right {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl p {
  font-size: 4vw;
}
.eventinfoArea__con figure {
  width: 100%;
  margin: 20px auto;
}
.eventinfoArea__con .commonTable {
  width: 100%;
}
.eventinfoArea__con .btn {
  margin: 20px 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;
}

/* ============================================
	goods.html
============================================ */
body.finalGoods .heading__main .jp {
  margin-left: 0;
}
body.finalGoods .kinengoodsArea + .pokapokagoodsArea {
  margin-top: 60px;
}

.goodsnavArea__list--item {
  width: 50%;
}
.goodsnavArea__list--item:nth-child(1) {
  border-left: 0;
}
.goodsnavArea__list--item:nth-child(2) {
  border-right: 0;
}

.goodsArea__wrap {
  padding: 60px 0;
}
.goodsArea__list--item {
  flex: 0 0 calc((100% - 20px) / 2);
}
.goodsArea .heading__main .jp {
  font-size: 6vw;
  margin-bottom: 30px;
}

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