@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-text-size-adjust: 100%
}

.sp {
  display: none;
}
@media (max-width: 425px) {
  .sp {
    display: block;
  }
}

#wrapper {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  width: 100%;
  box-sizing: border-box;
  margin: 110px auto 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper {
    margin: auto 0;
  }
}

#page_top {
  width: 100%;
  text-align: center;
  /*background:url("https://025.teny.co.jp/theme/special/gourmet-fes2024/img/bg_y.png") top center;*/
  position:relative;
  background-image: radial-gradient(#ff708cc2 5px, transparent 2px), radial-gradient(#ee869ac2 5px, #ee869a 2px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
#page_top::after {
  content: "";
  background-image: url("https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave1.svg");
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.event_logo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 30px;
}

.event_logo img {
  width: 100%;
  max-width: 825px;
  display: inline-block;
}

.gslide {
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .gslide {
    padding-bottom: 50px;
  }
}

.slider .slick-slide {
  width: 300px;
  height: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .slider .slick-slide {
    width: 150px;
    height: 100px;
  }
}

.slider .slick-slide img {
  display: block;
  width: 94%;
  height: 100%;
  border: 5px dotted #fff;
  border-radius: 16px;
  margin: 0 10px;
  object-fit: cover;
}

#main_text {
  background-color: #BBC8E6;
  width: 100%;
  text-align: center;
  padding: 60px 10px 80px;
  position: relative;
}
#main_text::after {
  content: "";
  background-image: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave3.svg);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.main_text_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main_text_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #1A3568;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main_text_inner h2 {
    font-size: 22px;
    line-height: normal;
  }
}

.week {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .week {
    display: block;
    margin-bottom: 10px;
  }
  
  .week img {
    width: 100%;
    margin: 0 auto;
  }
}

.main_text_inner p {
  font-size: 22px;
  color: #1A3568;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .main_text_inner p {
    font-size: 14px;
  }
}

#gourmet_list {
  background-color: #FFB7C5;
  width: 100%;
  text-align: center;
  padding: 60px 10px 80px;
  position:relative;
}
#gourmet_list::after {
  content: "";
  background-image: url("https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave3.svg");
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.gourmet_list_inner {
  padding: 1.5em 0 1.5em 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.gourmet_list_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.la {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/la.svg);
  width: 45px;
  height: 50px;
  display: block;
  margin: -10px 20px 0 0px;
  float: left;
}

.rb {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/rb.svg);
  width: 44px;
  height: 48px;
  display: block;
  margin: -10px 0 0 20px;
  float: right;
}

.content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.tab-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  width: 50%;
  max-width: 1200px;
  margin: 0px auto 40px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .tab-container {
    width: 80%;
  }
}

.tab {
  font-weight: 500;
  text-align:center;
  border-radius: 60px;
  padding: 20px 40px;
  background-color: #f8f8f8;
  max-width: 300px;
  font-size: 20px;
  cursor:pointer
}
@media (max-width: 768px) {
  .tab {
    padding: 15px 17px;
    font-size: 15px;
  }
}

.tab.active {
  background-color: #f5a200;
  color: #fff;
}

.tab:hover {
  background-color: #f5a200;
  color: #fff;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.content {
  display: none;
}

.content.show {
  display: block;
  animation: panel-show .5s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scroll_point h2 span {
  font-size: 23px;
}

.list_features {
  display: grid;
  gap: 2em 1.4em;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .list_features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 1em;
  }
}

.list_features article {
  padding: 0 0 1.0em 0;
  border-radius: 5px;
}

.js-open-modal01,.js-open-modal02,.js-open-modal03 {
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  border-radius: 5px;
  display: block;
  position: relative;
}

.js-open-modal01 img,.js-open-modal02 img,.js-open-modal03 img {
  border-radius: 10px;
  width: 100%;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.js-open-modal01 img:hover,.js-open-modal02 img:hover,.js-open-modal03 img:hover {
  opacity: 0.7;
}

.list_shop {
  margin: 5px 0;
  padding-left: 5px;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

.list_item {
  margin: 5px 0;
  padding-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.23em;
  text-align: left;
  line-height: 1.2em;
}

.content_full {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .content_full {
    margin-top: 60px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 768px) {
  .modal {
    padding: 10px;
  }
}

.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: fixed;
  background-color: #FFFACD;
  width: 90%;
  max-width: 750px;
  height: 90%;
  max-height: 750px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border: 10px solid #D0EBF1;
}
@media (max-width: 768px) {
  .modal__content {
    height: auto;
    padding: 25px 5px 5px;
    border: 5px solid #D0EBF1;
  }
}

.modal__close-btn {
  position: absolute;
  right: -27px;
  top: -27px;
  width: 45px;
  height: 45px;
  background: #7ecef4;
  border: 3px solid #D0EBF1;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  border-radius: 50%;
  font-family: "MS Pゴシック",sans-serif;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .modal__close-btn {
    right: -20px;
    top: -25px;
    width: 40px;
    height: 40px;
  }
}

.swiper {
  height: 100%;
}

.swiper-slide {
  overflow-y: scroll;
  max-height: 100%;
}
@media (max-width: 768px) {
  .swiper-slide {
    height: 550px;
  }
}
@media (max-width: 425px) {
  .swiper-slide {
    height: 400px;
  }
}

.swiper-slide::-webkit-scrollbar {
  display: none;
}

.slide_image {
  text-align: center;
  display: block;
  margin: 0;
}

.slide_image img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.slide_txtbox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.slide_txt {
  padding: 20px 0;
  font-size: 20px;
  text-align: left;
  line-height: 25px;
}
@media (max-width: 768px) {
  .slide_txt {
    padding: 5px 5px 0;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.slide_tit {
  font-size: 25px;
}
@media (max-width: 768px) {
  .slide_tit {
    font-size: 20px;
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  background: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  width: 60px;
  margin: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -40px;
}

.swiper-button-prev::after {
  background-image: url(https://cdn.clipkit.co/tenants/1044/resources/assets/000/004/584/original/arrow_left.svg?1745298600);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -40px;
}

.swiper-button-next::after {
  background-image: url(https://cdn.clipkit.co/tenants/1044/resources/assets/000/004/585/original/arrow_right.svg?1745298869);
}

.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

#article_area {
  background-color: #98FB98;
  width: 100%;
  text-align: center;
  padding: 60px 10px 80px;
  position: relative;
}
#article_area::after {
  content: "";
  background-image: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave_white.svg);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.article_area_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.article_area_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #E9799B;
  font-weight: bold;
}
@media (max-width: 768px) {
  .article_area_inner h2 {
    line-height: normal;
  }
}

.li {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/li.svg);
  width: 45px;
  height: 50px;
  display: block;
  margin: -10px 10px 0 0px;
  float: left;
}
@media (max-width: 768px) {
  .li {
    width: 32px;
    height: 35px;
    margin: -10px 5px 0 0px;
    display: none;
  }
}

.rg {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/rg.svg);
  width: 45px;
  height: 49px;
  display: block;
  margin: -10px 0 0 10px;
  float: right;
}
@media (max-width: 768px) {
  .rg {
    display: none;
  }
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media (max-width: 768px) {
  .features {
    display: block;
    width: 100%;
  }
}

.features article {
  display: block;
}
@media (max-width: 768px) {
  .features article {
    margin-bottom: 40px;
    padding: 1em 0.7em 0.1em 0.5em;
    width: 100%;
  }
}

.features article .image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 290px;
}

.features article .image img {
  border-radius: 10px;
  width: 100%;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.features article .image img:hover {
  opacity: 0.7;
}

.features p.item {
  margin: 10px 0 0;
  padding-bottom: 20px;
  color: #E9799B;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .features p.item {
    margin: 10px 0;
    border-bottom: 5px dotted #E9799B;
  }
}

.and_more {
  margin: 30px 0;
}

.and_more p {
  text-align:center;
}

.and_more p span {
  color: #ff106a;
  font-weight: bold;
  font-size: 25px;
}

#sns_area {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 60px 10px 80px;
  position: relative;
}
#sns_area::after {
  content: "";
  background-image: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave4.svg);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.sns_area_inner,.asakatu_quiz {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.asakatu_link {
  display: inline-block;
  margin-bottom: 30px;
  transition: opacity .3s ease-out 0s;
}

.asakatu_link:hover {
  opacity: .7;
}

.asakatu_link img {
  width: 100%;
}

.asakatu_text {
  text-align: center;
  margin-bottom: 50px;
  line-height: normal;
  font-size: min(2.5vw, 24px);
}
@media (max-width: 425px) {
  .asakatu_text {
    font-size: min(3.4vw, 25px);
  }
}

.zip_event {
  border-bottom: 5px dotted #ff106a;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.zip_event img {
  margin: 0 auto;
}

.asakatu_text span {
  color: #f00;
}

.catch {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1.5rem 2rem 0.8rem;
  border: 3px solid #ff106a;
  border-radius: 10px;
  background: #ff106a;
  /*font-size: 22px;*/
  font-size: min(5vw, 22px);
  color: #fff;
  font-weight: bold;
}

.catch:after {
  display: block;
  position: relative;
  bottom: -20px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff106a transparent transparent transparent;
}

.sns_area_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sns_area_inner h2 {
    /*font-size: 22px;*/
    font-size: min(5vw, 24px);
  }
}

.lt {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2024/img/lt.svg);
  width: 45px;
  height: 50px;
  display: block;
  margin: -10px 10px 0 0px;
  float: left;
}
@media (max-width: 768px) {
  .lt {
    display: none;
  }
}

.ri {
  background: url(https://025.teny.co.jp/theme/special/gourmet-fes2024/img/ri.svg);
  width: 44px;
  height: 48px;
  display: block;
  margin: -10px 0 0 10px;
  float: right;
}
@media (max-width: 768px) {
  .ri {
    display: none;
  }
}

.sns {
  display: flex;
  width: 860px;
  margin: 10px auto;
  gap: 10px 50px;
}
@media (max-width: 768px) {
  .sns {
    width: 95%;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

.sns div {
  width: 150px;
  font-family: BIZ UDPGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sns div {
    width: calc(100% / 2 - 0px);
    margin-bottom: 20px;
  }
}

.sns_area_inner a {
  color: #1d9bf0;
  font-size: 15px;
  text-decoration: none;
}
.sns_area_inner a:hover {
  text-decoration: underline
}

.sns div i {
  font-size: 70px;
  margin-bottom: 10px;
}

.fa-line {
  color: #06c755;
}
.fa-line:before {
  content: "\f3c0";
}

.insta_btn .insta {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;
  margin-bottom: 18px;
}
.insta_btn .insta:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 70px;
  height: 70px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.insta_btn .fa-instagram {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 45px;
  line-height: 60px;
}
.fa-instagram:before {
  content: "\f16d";
}

#flyer_area {
  background-color: #00AFCC;
  width: 100%;
  text-align: center;
  padding: 60px 10px 80px;
  position: relative;
}
#flyer_area::after {
  content: "";
  background-image: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave5.svg);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.flyer_area_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .flyer_area_inner {
    margin-bottom: 60px;
  }
}

.flyer_area_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.flyer_area_inner p {
  font-size: 22px;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flyer_area_inner p {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.flyer_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .flyer_flex {
    display: block;
  }
}

a.isetan {
  border: 5px solid #fff;
  border-radius: 16px;
  margin: 0 20px;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  display: block;
  width: 300px;
}
@media (max-width: 768px) {
  a.isetan {
    margin: 20px auto;
    font-size: 21px;
  }
}
a.isetan:hover { 
  background: #fff;
  color: #00AFCC;
  font-size: 22px;
  text-decoration: none;
}
a.isetan:after { 
  display:none; 
}

.event_information h2 {
  font-size: 32px;
  color: #fff;
  border-bottom: none;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.4em;
}

.event_information_main {
  max-width: 700px;
  margin: 0 auto;
}

.frame {
  width: 100%;
  border: 3px solid #19386A;
  border-radius: 12px;
  background: #fff;
  padding: 15px;
}

.information_txt {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.information_txt span {
  font-size: 20px;
}

#map_area {
  background-color: #8DB255;
  width: 100%;
  text-align: center;
  padding: 60px 10px 50px;
  position: relative;
}
#map_area::after {
  content: "";
  background-image: url(https://025.teny.co.jp/theme/special/gourmet-fes2026/img/bg/wave_white.svg);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.map_area_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.map_area_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  border: none;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.map_area_inner iframe {
  width: 95%;
  aspect-ratio: 16 / 6;
}
@media (max-width: 768px) {
  .map_area_inner iframe {
    aspect-ratio: 16 / 9;
  }
}

.map_area_inner p {
  /*font-size: 22px;*/
  font-size: min(6vw, 22px);
  color: #fff;
  line-height: 1.8em;
  margin: 20px 0;
}

#precautions {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 60px 10px 50px;
  position: relative;
}
@media (max-width: 768px) {
  #precautions {
    padding: 30px 10px 50px;
  }
}

.precautions_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.att {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.att p {
  font-family: BIZ UDPGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .att p {
    font-size: 12px;
  }
}