@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");
@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");
/* ==========================================================================
Foundation
========================================================================== */
@font-face {
  font-family: "Antonio";
  src: url(../font/Antonio-Bold.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans JP bold";
  src: url(../font/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "jleague kick";
  src: url(../font/JLEAGUEKICK-BoldCondensed.otf);
}
/* media query
**************************************************/
@font-face {
  font-family: "Antonio";
  src: url(../font/Antonio-Bold.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans JP bold";
  src: url(../font/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "jleague kick";
  src: url(../font/JLEAGUEKICK-BoldCondensed.otf);
}
/*-----------------------------------

jwc2025_event.scss

------------------------------------*/
.eventticketArea {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/BG/BG_gray.jpg);
  background-size: 100%;
  background: #000;
}
@media only screen and (max-width: 641px) {
  .eventticketArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.eventticketArea picture {
  max-width: 980px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 641px) {
  .eventticketArea picture {
    width: 90%;
  }
}
.eventticketArea picture img {
  width: 100%;
}

@media only screen and (max-width: 641px) {
  .relayArea__live--left a, .relayArea__live--right a {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 641px) {
  .relayArea__live--left a .wrap .img, .relayArea__live--right a .wrap .img {
    height: 50px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 641px) {
  .relayArea__live--left a .wrap .btn, .relayArea__live--right a .wrap .btn {
    line-height: 1.2;
  }
}

.timescheduleArea {
  background-color: #fff;
}
.timescheduleArea__list {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.timescheduleArea__list--item {
  border-bottom: 1px solid #000;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 15px;
}
@media only screen and (max-width: 641px) {
  .timescheduleArea__list--item {
    grid-template-columns: 7rem 1fr;
  }
}
.timescheduleArea__list--item time {
  font-family: "Noto Sans JP bold", sans-serif;
  width: 100px;
  background: #e31b23;
  border-radius: 3px;
  padding: 0.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 641px) {
  .timescheduleArea__list--item time {
    width: inherit;
  }
}
.timescheduleArea__list--item p {
  font-family: "Noto Sans JP bold", sans-serif;
  line-height: 1;
  color: #000;
}
.timescheduleArea .list__style__attention {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
.timescheduleArea .list__style__attention li {
  color: #000;
}

.entryArea {
  padding-bottom: 1px;
  background-image: url(../img/BG/BG_gray.jpg);
  background-size: 100%;
  color: #000;
}
.entryArea .sec__inner90 {
  padding-bottom: 0;
}
.entryArea__map {
  text-align: center;
  margin-bottom: 50px;
}
.entryArea__map img {
  width: 100%;
  max-width: 800px;
}
.entryArea .commonTable tr {
  background: #fff;
}
.entryArea .commonTable tr th, .entryArea .commonTable tr td {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}

.eventmapArea {
  background-image: url(../img/BG/BG_gray.jpg);
  background-size: 100%;
  color: #000;
}
@media only screen and (max-width: 641px) {
  .eventmapArea .accordionIndex {
    background: #b5b6b6;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    padding: 1em 0;
  }
  .eventmapArea .accordionIndex .open {
    right: 10px;
    width: 15px;
  }
}
.eventmapArea__map {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__map {
    margin-bottom: 20px;
  }
}
.eventmapArea__map img {
  width: 100%;
  max-width: 800px;
}
.eventmapArea__list {
  width: 980px;
  margin: 0 auto;
  display: grid !important;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list.pcDISP {
    display: none !important;
  }
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list {
    width: 100%;
    display: block !important;
    margin-bottom: 0;
  }
}
.eventmapArea__list--item {
  width: 100%;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list--item:last-child a {
    border-bottom: none;
  }
}
.eventmapArea__list--item a {
  background: #b5b6b6;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list--item a {
    gap: inherit;
    background: #fff;
    border-bottom: 1px solid #b5b6b6;
  }
}
.eventmapArea__list--item .num {
  width: 100%;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP bold", sans-serif;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list--item .num {
    height: 100%;
  }
}
.eventmapArea__list--item p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__list--item p {
    line-height: 1;
    padding: 10px;
  }
}
.eventmapArea__con {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 50px;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__con {
    display: block;
  }
}
.eventmapArea__con figure {
  width: 100%;
  border-right: 1px solid #000;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__con figure {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-right: 0;
    padding: 30px;
  }
  .eventmapArea__con figure:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.eventmapArea__con figure img {
  width: 100%;
  margin-top: 20px;
}
.eventmapArea__con figure figcaption .num {
  width: 100%;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP bold", sans-serif;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.eventmapArea__con figure figcaption .ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP bold", sans-serif;
  margin-bottom: 10px;
}
.eventmapArea__con figure figcaption .txt + .num {
  margin-top: 30px;
}
.eventmapArea__bnr {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__bnr {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.eventmapArea__bnr img {
  width: 100%;
}
.eventmapArea__lightwrap {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 980px;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__lightwrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 641px) {
  .eventmapArea__light + .eventmapArea__light {
    margin-top: 30px;
  }
}
.eventmapArea__light .img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.eventmapArea__light img {
  width: 100%;
}
@media only screen and (max-width: 641px) {
  .eventmapArea__light p {
    text-align: left;
  }
}

.goodstopArea .sec__inner90 {
  padding: 0;
}
@media only screen and (max-width: 641px) {
  .goodstopArea {
    padding-top: 30px;
  }
  .goodstopArea picture, .goodstopArea img {
    width: 100%;
    max-width: 100%;
  }
}

.eventkitchencarArea__map {
  text-align: center;
  margin-bottom: 50px;
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea__map {
    margin-bottom: 20px;
    padding: 5%;
  }
}
.eventkitchencarArea__map img, .eventkitchencarArea__map a {
  width: 100%;
  max-width: 100%;
  display: block;
}
.eventkitchencarArea .subttl {
  font-family: "Noto Sans JP bold", sans-serif;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea .subttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.eventkitchencarArea .subttl.west {
  color: #ea5532;
  border-bottom: 1px solid #ea5532;
}
.eventkitchencarArea .subttl.east {
  color: #1173fe;
  border-bottom: 1px solid #1173fe;
}
.eventkitchencarArea__list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-bottom: 50px;
  }
}
.eventkitchencarArea__list:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea__list--item {
    margin-bottom: 10px;
  }
}
.eventkitchencarArea__list--item img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea__list--item img {
    margin-bottom: 5px;
  }
}
.eventkitchencarArea__list--item figcaption {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 641px) {
  .eventkitchencarArea__list--item figcaption {
    font-size: 10px;
    font-size: 1rem;
  }
}

.eventrulemannerArea {
  background-image: url(../img/BG/BG_event.jpg);
  background-size: cover;
  padding: 80px 0;
  background-position: bottom;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea {
    padding: 50px 0;
  }
}
.eventrulemannerArea .headline__main .en {
  font-size: 70px;
  font-size: 7rem;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea .headline__main .en {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
.eventrulemannerArea__con {
  max-width: 980px;
  width: 100%;
  background: #fff;
  padding: 60px 60px;
  margin: 0 auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__con {
    padding: 30px 4%;
    width: 90%;
  }
}
.eventrulemannerArea__con .row {
  margin: 0 auto;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__con .row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 5%;
  }
}
.eventrulemannerArea__con .row img {
  max-width: 250px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__con .row img {
    max-width: 100px;
    width: 100%;
  }
}
.eventrulemannerArea__con .row > div {
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__con .row > div {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.eventrulemannerArea__con li, .eventrulemannerArea__con p {
  color: #000;
}
.eventrulemannerArea__wrap {
  gap: 50px;
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__wrap {
    display: block;
  }
}
.eventrulemannerArea__wrap .btn:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}
@media only screen and (max-width: 641px) {
  .eventrulemannerArea__img + .eventrulemannerArea__img {
    margin-top: 10px;
  }
}