@charset "UTF-8";
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
@font-face {
  font-family: "jleaguekick";
  src: url("/font/jleaguekick/JLEAGUEKICK.ttf") format("truetype");
}
/* ==========================================================================
   gourmetArea   グルメ
========================================================================== */
.gourmetArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #000;
  background-image: url(/img/jleagueallstar/dazncup/BG/BG_gourmet.svg);
  background-repeat: repeat;
  background-size: 754px 665px;
  animation: bg 100s infinite linear;
}
.gourmetArea__kv--img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.gourmetArea__kv--img img {
  width: 100%;
  display: block;
}
.gourmetArea__inner {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}

/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea {
  margin-bottom: 90px;
}
.gourmetArea__btn {
  position: relative;
  background: #e60012;
  padding: 5px 10px;
  color: #fff;
  width: 150px;
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.gourmetArea__lead {
  background: #FFF;
}
.gourmetArea__lead--img {
  max-width: 980px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 100px;
}
.gourmetArea__lead--img img {
  width: 100%;
}
.gourmetArea__map figure {
  line-height: 0;
}
.gourmetArea__map figure img {
  width: 100%;
}
.gourmetArea__map.map_img {
  margin: 0 auto 60px;
}
.gourmetArea__map img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 980px;
}
.gourmetArea__mapwrap {
  padding: 60px 0 90px;
  margin: 0 auto;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.gourmetArea__mapwrap .lead {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.gourmetArea__mapwrap .commonTable {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 980px;
  width: 100%;
}
.gourmetArea__mapwrap .commonTable tr th {
  text-align: center;
}
.gourmetArea__mapwrap .commonTable tr td {
  text-align: left;
  padding: 20px;
}
.gourmetArea__mapwrap h3 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist {
  width: 90%;
  margin: 0 auto;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li {
  margin-bottom: 1px;
  width: calc((100% - 4px) / 3) !important;
  margin-right: 2px !important;
  position: relative;
  background: #dddddd;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li:nth-child(3n) {
  margin-right: 0 !important;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span {
  vertical-align: middle;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span:first-child {
  width: 30px;
  height: 30px;
  border-radius: 100000px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background: #eb6c95;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.embS {
  margin-right: 0;
  display: inline-block;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.name {
  position: relative;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li a {
  background: #dddddd;
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 0.5rem 4rem 0.5rem 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  width: 100%;
  text-align: left;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li a:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.gourmetArea__cache {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 980px;
  width: 100%;
}
.gourmetArea__cache .accordionIndex {
  border-bottom: 1px solid #000;
}
.gourmetArea__cache img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.gourmetArea > section {
  box-sizing: border-box;
  width: 90%;
  margin: 90px auto 0;
  max-width: 1380px;
}
.gourmetArea > section h3 {
  font-weight: bold;
  font-size: 26px;
  color: #e60012;
  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.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: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.gourmetArea > section ul.g_list li h4 .number {
  display: block;
  background: #000;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
  font-weight: bold;
  width: 25px;
  line-height: 25px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 13px;
}
.gourmetArea > section ul.g_list li > p {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0.5em 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.gourmetArea > section ul.g_list li > p span {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.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 dt {
  overflow: hidden;
}
.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;
}

.embtokushima,
.embJleague {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.embtokushima img,
.embJleague img {
  height: 100%;
  width: inherit;
  display: block;
}

.gourmetArea > section ul.g_list li > p span.embtokushima, .gourmetArea > section ul.g_list li > p span.embJleague {
  height: 35px;
}

.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;
}
body.gourmet .popup-modal-dismiss a {
  border: 2px solid #000;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: block;
}
body.gourmet .mfp-close-btn-in .mfp-close {
  display: none;
}
body.gourmet {
  /* ==========================================================================
     photoslider
  ========================================================================== */
}
body.gourmet .ps_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0;
  z-index: 1;
  position: relative;
}
body.gourmet .ps_wrap ul {
  font-size: 0;
  line-height: 0;
}
body.gourmet .ps_wrap ul li {
  width: 200px;
}
body.gourmet .ps_wrap ul li img {
  width: 100%;
}
body.gourmet .slick-list {
  overflow: visible !important;
}

.gourmetArea__list--popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.gourmetArea__list--popup table tr th,
.gourmetArea__list--popup table tr td {
  width: 50%;
  text-align: center;
}
.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;
}
.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%;
}