@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@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");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow&display=swap");
/*-----------------------------------

supercup2024.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea__btn {
  position: relative;
  background: #003690;
  padding: 5px 10px;
  color: #fff;
  width: 150px;
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.gourmetArea__map {
  margin-bottom: 60px;
}
.gourmetArea__map figure {
  line-height: 0;
}
.gourmetArea__map figure img {
  width: 100%;
}
.gourmetArea__map.map_img {
  max-width: 400px;
  margin: 0 auto 60px;
}
.gourmetArea__map img {
  width: 100%;
}
.gourmetArea__mapwrap {
  background: #af9c60;
}
.gourmetArea__mapwrap p {
  color: #fff;
  margin-bottom: 40px;
}
.gourmetArea__mapwrap .sec__innerWide {
  max-width: 980px;
}
.gourmetArea__mapwrap h3 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.gourmetArea__mapnav ul {
  display: flex;
  justify-content: space-between;
}
.gourmetArea__mapnav ul li {
  width: calc(33.33% - 10px);
}
.gourmetArea__mapnav ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 105px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #0F3081;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.gourmetArea__mapnav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 20px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}
.gourmetArea__mapnav ul li a:hover {
  opacity: 1;
}
.gourmetArea__mapnav ul li a:hover:after {
  bottom: 15px;
}
.gourmetArea > section {
  box-sizing: border-box;
  width: 1215px;
  margin: 90px auto 0;
  padding: 90px;
  border-radius: 30px;
  background: #F2F2F2;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
}
.gourmetArea > section:last-of-type {
  margin-bottom: 90px;
}
.gourmetArea > section h3 {
  font-weight: bold;
  font-size: 26px;
  color: #0F3081;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}
.gourmetArea > section .g_kv {
  width: 50%;
  margin: 0 auto 35px;
}
.gourmetArea > section .g_kv img {
  width: 100%;
}
.gourmetArea > section ul.eventlinklist li {
  position: relative;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #003690;
  height: 40px;
  line-height: 40px;
}
.gourmetArea > section ul.eventlinklist li:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  right: 1em;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.gourmetArea > section ul.eventlinklist li span {
  vertical-align: middle;
}
.gourmetArea > section ul.eventlinklist li span:first-child {
  background: #fff;
  color: #003690;
  font-family: "Archivo Narrow", sans-serif;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.gourmetArea > section ul.eventlinklist li span.embS {
  margin-right: 0;
  display: inline-block;
}
.gourmetArea > section ul.eventlinklist li span.name {
  position: relative;
}
.gourmetArea > section ul.eventlinklist li span.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.gourmetArea > section ul.eventlinklist li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
.gourmetArea > section ul.g_list li {
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.gourmetArea > section ul.g_list li h4 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0F3081;
}
.gourmetArea > section ul.g_list li h4 .number {
  display: block;
  background: #0F3081;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-weight: bold;
  width: 25px;
  line-height: 25px;
  margin: 0 auto 15px;
  border-radius: 13px;
}
.gourmetArea > section ul.g_list li > p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px auto;
}
.gourmetArea > section ul.g_list li > p span {
  margin: 0 5px 0 0;
}
.gourmetArea > section ul.g_list li dl {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.gourmetArea > section ul.g_list li dl dd {
  position: relative;
  flex: 1;
  height: 100%;
  min-height: 0%;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.gourmetArea > section ul.g_list li dl dd p {
  margin-top: 10px;
  text-align: left;
}
.gourmetArea > section ul.g_list li dl dd a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 298px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.gourmetArea > section ul.g_list li dl dd a::after {
  font-family: 'fontawesome';
  content: '\f0a9';
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  right: 1em;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.gourmetArea > section#g_03 .g_kv {
  width: 70%;
}

body.gourmet .mfp-bg {
  z-index: 11111112;
}
body.gourmet .mfp-wrap {
  z-index: 11111113;
}
body.gourmet .mfp-content {
  padding: 70px 0;
  box-sizing: border-box;
}
body.gourmet .mfp-container {
  opacity: 1;
}
body.gourmet .mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.gourmetArea__list--popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.gourmetArea__list--popup > img {
  margin-bottom: 30px;
  width: 100%;
}
.gourmetArea__list--popup .area {
  padding: 3px 10px;
  color: #fff;
  display: table;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.gourmetArea__list--popup .area span {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.gourmetArea__list--popup .area.east {
  background: #2aa354;
}
.gourmetArea__list--popup .area.west {
  background: #f88303;
}
.gourmetArea__list--popup .text__honbun {
  text-align: left;
}
.gourmetArea__list--popup h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.gourmetArea__list--popup .othermenu ul li {
  width: auto;
  border: none;
  padding: 0;
  margin-right: 40px;
}
.gourmetArea__list--popup .othermenu ul li span {
  font-weight: bold;
}
.gourmetArea__list--popup .othermenu ul li span.kome {
  font-weight: normal;
  display: inline;
}
.gourmetArea__list--popup .comment .wrap_sns {
  position: relative;
  width: 32%;
  margin-right: 2%;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.gourmetArea__list--popup .comment .wrap_sns:nth-child(3n) {
  margin-right: 0;
}
.gourmetArea__list--popup .comment .wrap_sns a {
  background: #fff;
  border: 1px solid #cfd9de;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns a p:nth-child(3) {
  word-wrap: break-word;
}
.gourmetArea__list--popup .comment .wrap_sns .icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.gourmetArea__list--popup .comment .wrap_sns .name {
  vertical-align: middle;
  width: calc(100% - 44px);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.gourmetArea__list--popup .comment .wrap_sns .name span.idname {
  font-weight: normal;
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns .wrap_sns p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns time {
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap {
  width: 49%;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #dbdbdb;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap:only-of-type {
  width: 100%;
  height: 250px;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
}

.popup-modal-dismiss a {
  border: 2px solid #003690;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
}

.nolink {
  opacity: 0.2 !important;
  pointer-events: none !important;
}
