@charset "UTF-8";
@font-face {
  font-family: "CorporateLogo";
  font-display: swap;
  src: url("/tabekko/assets/Corporate-Logo-Rounded.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

.google-auto-placed {
  display: none;
}

#lp-content {
  padding: 0;
}
#lp-content .lp-content__postContent {
  padding: 0;
}

body {
  color: white;
  padding: 0;
  margin: 0;
  font-family: "CorporateLogo", "sans-serif";
  scroll-behavior: smooth;
  line-height: 2.5em;
}
body #tabekko {
  background-color: #1d2089;
}

img {
  width: 100%;
}

/* ナビゲーション */
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 30%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fcee21;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 13.5%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* ボタン */
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* メイン画面 */
.main {
  overflow: hidden;
}
.main__mv--wrapper {
  padding-top: 80px;
  background-image: url(/tabekko/img/tabekkomatsurilp-hanabi-lion.gif), url(/tabekko/img/tabekkomatsurilp-hanabi-bat.gif), url(/tabekko/img/tabekkomatsurilp-hanabi-dog.gif), url(/tabekko/img/tabekkomatsurilp-hanabi-duag.gif), url(/tabekko/img/tabekkomatsurilp-hanabi.gif), url(/tabekko/img/tabekkomatsurilp-hanabi.gif), url(/tabekko/img/tabekkomatsurilp-hanabi.gif), url(/tabekko/img/tabekkomatsurilp-hanabi.gif);
  background-repeat: no-repeat;
  background-position: right 0, top 0 left 30%, top 10% left 50%, top 5% left 10%, top 50% left 0%, top 90% left 0%, top 90% right 0, top 100% right 0;
  background-size: 40%, 30%, 20%, 20%, 40%, 30% 35%, 20%;
}
.main__main-visual {
  padding: 0px 40px 20px 40px;
}
@keyframes flowtext {
  100% {
    transform: translateX(-100%);
  }
}

.lantern {
  display: flex;
  height: 70px;
  animation: flowtext 20s linear infinite;
}
.lantern img {
  width: auto;
  height: 70px;
}

/* メニュー画面 */
.menu {
  margin-top: 40px;
  padding-bottom: 60px;
}
.menu img {
  width: 100%;
}
.menu__menu-item {
  text-align: center;
  display: flex;
  justify-content: center;
}
.menu__menu {
  width: 30%;
}

/* SNS */
.sns {
  padding-bottom: 60px;
  padding: 5px 20%;
  margin-bottom: 80px;
  justify-content: center;
  display: flex;
  gap: 40px;
}

/* たべっ子祭についての説明 */
.about {
  overflow: hidden;
  text-align: center;
}
.about__animals {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.about__hukidashi, .about__yatai, .about__heading {
  padding: 0 30px;
}
.about__heading {
  padding-bottom: 60px;
}
.about__text {
  padding-bottom: 60px;
  padding: 0 30px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

/* 開催スケジュール */
.schedule {
  overflow: hidden;
  margin-top: 80px;
  text-align: center;
  color: black;
  padding: 0 30px;
  padding-bottom: 60px;
}
.schedule__white-frame {
  padding: 0 30px;
  background-color: white;
  border-radius: 14px;
  border: solid 5px #000;
  padding-bottom: 60px;
}
.schedule__yellow-frame {
  background-color: #fff100;
  border-radius: 14px;
  padding: 0 30px;
  margin-bottom: 80px;
}
.schedule__title {
  padding: 30px;
}
.schedule__date {
  padding: 10px;
  text-align: left;
  line-height: 1.5rem;
  background-color: #fff100;
  border-radius: 14px;
  margin-bottom: 10px;
}
.schedule__date-tatehaba {
  padding-top: 50px;
}
.schedule__date-shitahaba {
  padding-bottom: 20px;
}
.schedule__text {
  padding-bottom: 30px;
}
.schedule h3 {
  padding-bottom: 30px;
  font-size: 1.5em;
}
.schedule__map {
  border: #000 solid;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.schedule__google {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schedule__tiktok {
  padding-bottom: 30px;
}
.schedule__tiktok iframe {
  border-radius: 14px;
  border: solid 5px black;
}
.schedule__tiktok iframe .vsc-initialized {
  background-color: #fff100;
}
.schedule__tiktok iframe .vsc-initialized #embed-video-container {
  background-color: #fff100;
}

/* 屋台 */
.stall {
  margin-bottom: 80px;
}
.stall__heading {
  padding: 0 30px;
  padding-bottom: 60px;
}
.stall__stall-clearcard {
  margin-top: 80px;
  padding: 0 30px;
}

/* グリーティング */
.greeting {
  padding: 0 30px;
}
.greeting__heading, .greeting__summary {
  padding-bottom: 60px;
}

.goods__item-one img {
  border-radius: 14px;
}

.tabekko-coming-soon {
  padding: 30px;
  background-color: white;
  border-radius: 14px;
  color: black;
  margin: 0 15%;
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.5rem;
}

/* グッズ */
.goods {
  padding: 0 30px;
  padding-bottom: 60px;
  text-align: center;
  color: #000;
}
.goods__heading {
  padding-bottom: 60px;
}
.goods__flame {
  padding: 0 30px;
  background-color: #fff100;
  border-radius: 14px;
  padding-bottom: 60px;
}
.goods__white-flame {
  padding: 30px;
  background-color: white;
  border-radius: 14px;
}
.goods__items {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.goods__item {
  width: 30%;
}
.goods__item img {
  border-radius: 10px;
}
.goods__tax {
  font-size: 0.7em;
}
.goods__tatehaba {
  margin-bottom: 30px;
}
.goods__text {
  padding: 10px 0;
  font-size: 0.8em;
  line-height: 1.6em;
}
.goods__button {
  padding-top: 20px;
  padding-bottom: 80px;
}
.goods__title {
  padding: 20px;
}
.goods__art-text {
  padding: 20px;
}

/* ノベルティ */
.novelty {
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 80px;
}
.novelty__heading, .novelty__summary {
  padding-bottom: 60px;
}

/* 診断 */
.diagnosis {
  padding: 0 30px;
  padding-bottom: 60px;
}
.diagnosis__yellowflame {
  padding: 0 30px;
  background-color: #fff100;
  border-radius: 14px;
  padding-top: 30px;
}
.diagnosis__batton {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.diagnosis__batton img {
  width: 80%;
}

/* フッター */
.footer {
  padding: 0 30px;
  padding-bottom: 30px;
}

/* トップへ行くボタン */
.top {
  position: fixed;
  bottom: 30px;
  right: -250px;
  z-index: 100;
}
.top img {
  width: 25%;
}

/* スライダー */
.slider {
  margin: 0;
  /* 上下左右の余白をゼロに設定 */
  padding: 0;
  /* 上下左右のパディングをゼロに設定 */
}
.slider img {
  width: 100%;
  height: auto;
}

.slick-slide {
  line-height: 0;
}

/* 屋台スライド */
.stall-swiper-box {
  position: relative;
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.stall-swiper-box .swiper-wrapper {
  height: auto;
}
.stall-swiper-box .swiper-wrapper .swiper-slide.swiper-slide-prev,
.stall-swiper-box .swiper-wrapper .swiper-slide.swiper-slide-next {
  transition-duration: 500ms;
  transition-property: opacity, scale;
  scale: 0.8;
  opacity: 0.5;
}
.stall-swiper-box .stall-batton {
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 20px;
  width: 50%;
}
.stall-swiper-box .stall-swiper-box {
  position: relative;
}
.stall-swiper-box .stall-swiper-box img {
  width: 100%;
}
.stall-swiper-box .stall-swiper-box__background {
  border-radius: 10px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 90%;
  top: 50%;
}
.stall-swiper-box .stall-swiper-box__main-image {
  position: relative;
  display: flex;
  margin-top: 10px;
}
.stall-swiper-box .stall-swiper-box .swiper-button-prev, .stall-swiper-box .stall-swiper-box .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.stall-swiper-box .swiper-button-prev:after,
.stall-swiper-box .swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.stall-swiper-box .swiper-button-prev:after {
  border-bottom: 30px solid transparent;
  border-right: 40px solid #ff3e8f;
  border-top: 30px solid transparent;
}
.stall-swiper-box .swiper-button-next:after {
  border-bottom: 30px solid transparent;
  border-left: 40px solid #ff3e8f;
  border-top: 30px solid transparent;
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.batsu {
  left: 97%;
  top: -22px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before,
.batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #333;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル */
.modal {
  display: none;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.modal__items {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal__items img {
  width: 100%;
}
.modal__items-sp {
  display: flex;
  text-align: center;
  display: none;
}
.modal__items-sp img {
  width: 90%;
}
.modal__stores {
  text-align: center;
}
.modal__stores img {
  width: 60%;
}
.modal__pop img {
  width: 60%;
}
.modal__button {
  margin-top: 20px;
  text-align: center;
}
.modal__button img {
  width: 60%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background-color: #e50055;
  border-radius: 14px;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 85%;
  overflow: scroll;
}

/* 提灯下の幅設定 */
.main-slider {
  padding-bottom: 30px;
}

.about-slider,
.schedule-slider,
.novelty-slider {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .main__mv--wrapper {
    padding-top: 50px;
  }
  #g-nav {
    top: 0;
    right: -120%;
    width: 50%;
  }
  #g-nav ul {
    top: 45%;
    left: 21%;
    transform: translate(-50%, -50%);
  }
  .menu img {
    width: 100%;
  }
  .schedule__yellow-frame {
    background-color: #fff100;
    border-radius: 14px;
    padding: 0 20px;
  }
  .schedule__white-frame {
    padding: 20px;
  }
  .goods__items {
    gap: 10px;
  }
  .goods__text {
    padding: 5px 0;
    font-size: 0.8em;
  }
  .goods__flame {
    padding: 5px;
  }
  .top {
    right: -345px;
  }
  .top img {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  #body_wrap {
    background-color: #fff100;
  }
  #body_wrap .lp-content__inner {
    max-width: inherit;
  }
  #tabekko {
    position: relative;
    width: min(768px, 50%);
    left: auto;
    right: auto;
    margin: auto;
  }
}/*# sourceMappingURL=tabekko-matsuri.css.map */