@charset "UTF-8";

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  background: #1d1c1c;
}

body img {
  max-width: 100%;
  vertical-align: middle;
}

.plaid {
  background-color: #1d1c1c;
  background-image: linear-gradient(90deg, #4d3f1c 1px, transparent 1px),
    linear-gradient(#4d3f1c 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
  overflow: hidden;
}

.lect_logo {
  text-align: left;
  padding: 20px;
  width: 180px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

header {
  position: absolute;
  top: 0px;
  left: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fv {
  position: relative;
  overflow: hidden;
}

.fv-line-top {
  position: absolute;
  width: 150%;
  top: 0;
  right: 0;
}



@media screen and (max-width: 768px) {
  .fv-line-top {
    width: 200%;
    top: 5%;
    right: -10%;
  }
}

.fv-line-bottom {
  position: absolute;
  width: 150%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .fv-line-bottom {
    width: 200%;
    bottom: 5%;
    left: -10%;
  }
}

.fv__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 750px;
  z-index: 1;
}

.fv__subttl {
  max-width: 720px;
}

.fv__mainttl {
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .fv__mainttl {
    width: 70%;
    margin-top: -20px;
  }
}

.about {
  text-align: center;
}

.about p {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about p {
    font-size: 1.3em;
  }
}

.about2 {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.about2 p {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about2 p {
    font-size: 1.3em;
  }
}

.con {
  margin: 5% auto;
  z-index: 0;
  position: relative;
}

.con__ttl2 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 700px;
  padding: 10% 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .con__ttl2 {
    width: 85%;
    padding: 25% 0;
  }
}

@media screen and (max-width: 500px) {
  .con__ttl2 {
    width: 100%;
    padding: 30% 0;
  }
}

.notice {
  width: 95%;
  max-width: 1100px;
  text-align: center;
  margin: -100px auto 80px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #1d1c1c, -1px -1px 0 #1d1c1c, -1px 1px 0 #1d1c1c,
    1px -1px 0 #1d1c1c, 0px 1px 0 #1d1c1c, 0-1px 0 #1d1c1c, -1px 0 0 #1d1c1c,
    1px 0 0 #1d1c1c;
}

.notice p {
  font-size: 0.9em;
}

.section-notice {
  width: 95%;
  width: 90%;
  text-align: center;
  margin: 50px auto 0;
  color: #ffffff;
}

.section-notice p {
  font-size: 0.9em;
}

.pickup {
  padding: 160px 0 100px;
  background-color: #302c22;
  border: #ffffff solid 10px;
  border-radius: 40px;
  max-width: 1600px;
  width: 95%;
  margin: 5% auto 20%;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 80px 0;
    border: #ffffff solid 5px;
    border-radius: 20px;
    margin: 150px auto 200px;
  }
}

.pickup__list {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .pickup__list {
    max-width: 320px;
    width: 90%;
    margin-top: 20px;
  }
}

.pickup__list .slick01 {
  display: flex;
  justify-content: center;
  gap: 2%;
}

.pickup__list .item__tenpo {
  margin-bottom: 16px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pickup__list .item__tenpo {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .pickup__list .item__shopname p {
    font-size: 1.4em;
  }
}

.pickup .pickupitem {
  display: flex;
  flex-direction: column;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .pickup .pickupitem {
    padding: 10px;
    margin: 0 10px;
  }
}

.pickup .pickupitem {
  background-color: #d1ffdd;
  border-radius: 20px;
  padding: 10px 5px 30px;
}

.pickup .pickupitem__img {
  text-align: center;
  border-radius: 20px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .pickup .pickupitem__img {
    margin: auto;
  }
}

.pickup .pickupitem__img img {
  border-radius: 20px;
}

.pickup .pickupitem__txt {
  padding: 1em 2.5em;
  margin-top: 1.5em;
  flex-grow: 1;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
}

.slick-dots li button:before {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #1d1c1c;
  color: #1d1c1c;
  width: 10px;
  height: 10px;
  font-size: 1px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  margin-bottom: 4px;
}

.menu__listwrap1 {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .menu__listwrap1 {
    padding: 30px 0 60px;
  }
}

.menu__listwrap2 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .menu__listwrap2 {
    width: 100%;
    padding: 30px 0;
  }
}

.menu__list {
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .menu__list {
    gap: 10px;
  }
}

.menubtn {
  width: 95%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .menubtn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 200px;
  }
}

.menubtn__list {
  height: auto;
}

.menubtn__list li {
  height: auto;
}

.swiper-button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 30%;
  height: 40px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

li.item {
  background-color: #f3d5c0;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  li.item {
    border-radius: 10px;
  }
}

.menu__listwrap2 li.item {
  background-color: #fff1cf;
}

.item {
  width: 30%;
  min-width: 340px;
}

@media screen and (max-width: 768px) {
  .item {
    width: 48%;
    min-width: auto;
  }
}

.item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  padding-bottom: 1em;
  border-radius: 20px;
  box-shadow: 0 3px 6px #1d1c1c;
  transition: all 0.3s;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .item a {
    padding-bottom: 1.2em;
    border-radius: 10px;
    padding: 5px 5px 10px;
  }
}

.item a::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 8%;
  background: url(../img/arrow-circle.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 3%;
}

@media screen and (max-width: 768px) {
  .item a::after {
    width: 12%;
    bottom: 0;
    right: 2%;
  }
}

.item a:hover {
  box-shadow: none;
}

.item p {
  color: #1d1c1c;
}

.item__img img {
  border-radius: 20px;
}

.item__foodcourt {
  position: absolute;
  width: 40%;
  min-width: 120px;
  padding: 8px 0 8px 12px;
  background: #1d1c1c;
  border-radius: 50px 0 0 50px;
  color: #fff;
  top: 4%;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item__foodcourt {
    width: 70%;
    padding: 4px 0 4px 8px;
  }
}

.item__foodcourt p {
  color: #000;
}

.item__txt {
  margin: 8px auto 20px;
}

.item__txt2 {
  margin-top: 8px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .item__txt2 {
    margin-top: 8px;
    padding: 10px 5px;
  }
}

.item__tenpo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item__tenpo {
    align-items: flex-start;
  }
}

.item__tenpo2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .item__tenpo2 {
    overflow: break-word;
  }
}

.item__logo {
  width: 24%;
  max-width: 70px;
  margin-right: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item__logo {
    margin-right: 4px;
    width: 30%;
  }
}

.item__logo2 {
  width: 24%;
  max-width: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item__logo2 {
    width: 30%;
  }
}

.item__logo img {
  padding: 4px;
  background-color: #ffffff;
}

.item__logo2 img {
  padding: 4px;
  background-color: #ffffff;
}

.item__logo p {
  margin-top: -3px;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .item__logo p {
    margin-top: 0;
  }
}

.item__logo2 p {
  margin-top: -3px;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .item__logo2 p {
    margin-top: 0;
  }
}

.item__shopname {
  width: 78%;
}

@media screen and (max-width: 768px) {
  .item__shopname {
    width: 68%;
  }
}

.item__shopname2 {
  width: 100%;
}

.item__shopname p {
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .item__shopname p {
    font-size: 1em;
    line-height: 1.3;
  }
}

.item__shopname2 p {
  font-size: 1.1em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .item__shopname2 p {
    font-size: 1em;
    line-height: 1.3;
  }
}

.item__shop {
  font-size: 0.9em;
}

.item__shoplink a {
  font-size: 0.9em;
  text-decoration: underline;
}

.item__priceinfo {
  font-weight: 400;
  margin: 10px 0 5px;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .item__priceinfo {
    font-size: 1em;
  }
}

.item__priceinfo span {
  font-weight: 500;
  color: #ffffff;
  background-color: #00a33b;
  padding: 0 0.3em;
}

@media screen and (max-width: 768px) {
  .item__priceinfo span {
    padding: 0 0.1em;
  }
}

.item__per {
  font-size: 1.8em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .item__per {
    font-size: 1.2em;
  }
}

.max {
  font-size: 0.6em;
  color: #ffffff;
  background-color: #c71a21;
  padding: 0px 10px;
  font-weight: 600;
  vertical-align: super;
}

@media screen and (max-width: 768px) {
  .max {
    font-size: 0.8em;
    padding: 0px 2px;
  }
}

.max2 {
  font-size: 0.6em;
  color: #c71a21;
  font-weight: 600;
  vertical-align: super;
}

@media screen and (max-width: 768px) {
  .max2 {
    font-size: 0.6em;
  }
}

.per_txt {
  color: #c71a21;
  font-size: 1.8em;
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .per_txt {
    color: #c71a21;
    font-size: 1.8em;
    padding-left: 3px;
  }
}

.item__attention {
  margin-top: 0;
}

.item__attention2 {
  padding: 10px;
  text-align: center;
  background-color: #91c982;
  color: #1d1c1c;
  margin-top: 0.7em;
}

.item__floor {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  border: none;
  text-align: center;
}

.item__floor p {
  font-size: 0.8em;
}

.item__detail {
  margin-top: 8px;
  font-size: 1.2em;
  font-weight: 600;
}

.item__detail a {
  display: inline-block;
  line-height: 1.4;
}

.item__detail a span {
  background: linear-gradient(transparent 95%, #1d1c1c 5%);
}

.item__price p {
  text-align: right;
  font-size: 1.5em;
}

.item__price p span {
  font-size: 0.7em;
}

.item__price p span.tax {
  font-size: 0.7em;
}

.search {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .search {
    margin-top: 40px;
  }
}

.search__txt p {
  position: relative;
  display: inline-block;
  color: #1d1c1c;
}

.search__txt p::before,
.search__txt p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1d1c1c;
  bottom: 0;
}

.search__txt p::before {
  transform: rotate(-20deg);
  left: -4%;
}

.search__txt p::after {
  transform: rotate(20deg);
  right: -4%;
}

.search__btn {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 10px;
}

.search__btn a {
  position: relative;
  display: block;
  padding: 15px 0;
  background: #ffffff;
  border-radius: 40px;
  color: #1d1c1c;
  text-align: center;
  font-size: 1.2em;
  font-weight: 800;
}

.search__btn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/search_icon.png) no-repeat;
  background-size: contain;
  right: 10%;
  top: 35%;
}

.mainnotice {
  width: 90%;
  margin: 60px auto 120px;
  max-width: 1100px;
}

.mainnotice p {
  font-size: 0.9em;
}

#footer {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  z-index: 10;
}

@media all and (-ms-high-contrast: none) {
  .line_anime {
    height: auto;
  }
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 999;
}

.topbtn a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0 #1d1c1c, -1px -1px 0 #1d1c1c, -1px 1px 0 #1d1c1c,
    1px -1px 0 #1d1c1c, 0px 1px 0 #1d1c1c, 0-1px 0 #1d1c1c, -1px 0 0 #1d1c1c,
    1px 0 0 #1d1c1c;
}

.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }

  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
}

.leftAnime2 {
  opacity: 0;
}

.leftAnime3 {
  opacity: 0;
}

.leftAnime-main {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight2 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight3 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight-main {
  animation-name: slideTextX100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft2 {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft3 {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft-main {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/*アニメーション*/
.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(0);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 2s;
  transition: 1s;
  transform: translateY(0);
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 1.6s;
  transition: 1s;
  transform: translateY(40px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.container {
  max-width: 1300px;
  margin: 10% auto 5%;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 15% auto 5%;
  }
}

.tabcontent {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .tabcontent {
    padding: 6px;
  }
}

.tab {
  padding: 20px;
  letter-spacing: 2px;
  border-radius: 10px 10px 0 0;
  background-color: #989898;
  border-bottom: 0px;
  display: inline-block;
  color: #fafafa;
  cursor: pointer;
  width: 250px;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .tab {
    width: 45%;
    max-width: 180px;
    font-size: 1.2em;
  }
}

.current-tab {
  background: #fafafa;
  color: #1d1c1c;
}

#tab-content {
  position: relative;
  overflow: visible;
  /* ←これも必要な場合追加 */
}

.tabcontent {
  position: static;
  /* ←absoluteやrelativeで高さ設定しない */
  width: 100%;
  background: #fafafa;
  display: none;
}

.tabcontent.tab-active {
  display: block;
}

.tabcontent:first-child {
  position: relative;
}

.tab-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin: 20px auto;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .tab-inner {
    gap: 2%;
  }
}

@media screen and (max-width: 450px) {
  .tab-inner {
    gap: 20px;
  }
}

.tab__item {
  max-width: 310px;
  width: 30%;
  background-color: #f3f3f3;
}

@media screen and (max-width: 1000px) {
  .tab__item {
    width: 310px;
  }
}

@media screen and (max-width: 850px) {
  .tab__item {
    width: 49%;
  }
}

@media screen and (max-width: 450px) {
  .tab__item {
    width: 98%;
    padding: 15px;
  }
}

.section-ttl {
  max-width: 520px;
  width: 80%;
  margin: -260px auto 100px;
  background-color: #302c22;
  border: #ffcd54 solid 5px;
  box-shadow: 0 4px 20px rgba(255, 205, 84, 0.555);
  text-align: center;
  padding: 20px 10px;
  line-height: 1.2;
  transform: rotate(-6deg);
}

@media screen and (max-width: 768px) {
  .section-ttl {
    margin: -160px auto 100px;
    border: #ffcd54 solid 3px;
  }
}

.s-mantxt {
  font-size: 3.5em;
  color: #ffcd54;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .s-mantxt {
    font-size: 2.8em;
  }
}

.s-subtxt {
  font-size: 1.5em;
  color: #ffcd54;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .s-subtxt {
    font-size: 1.4em;
  }
}

.s-sstxt {
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
}

.salettl {
  margin: -230px auto 100px;
  transform: rotate(6deg);
}

@media screen and (max-width: 768px) {
  .salettl {
    margin: -130px auto 100px;
  }
}

.gourmetttl {
  margin: -240px auto 100px;
}

@media screen and (max-width: 768px) {
  .gourmetttl {
    margin: -150px auto 50px;
  }
}

.g-line {
  border: #0ecb19 solid 10px;
}

@media screen and (max-width: 768px) {
  .g-line {
    border: #0ecb19 solid 5px;
  }
}

.ani-ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.anniv_wrap .con--list__point ul.con--list__point-floor2f {
  margin-top: 20px;
}

.anniv_wrap .item2 {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .anniv_wrap .item2 {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item2 {
    width: 95%;
  }
}

.anniv_wrap .item2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item2 a {
    padding: 0.5rem;
  }
}

.txt_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .con--list__wl li {
    width: 100%;
    margin: 8px auto;
  }
}

@media screen and (max-width: 768px) {
  .anniv_wrap .con--list__spx100 .item2 {
    width: 90%;
    margin: 8px auto;
  }
}

.anniv_wrap .con--ttlarea-dec {
  z-index: 1;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .con--ttlarea-dec {
    max-width: 160px;
  }
}

.anniv_wrap .con--ttlarea-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .con--ttlarea-ttl {
    width: 80%;
  }
}

.anniv_wrap .con--ttlarea-ttl img {
  display: inline-block;
  width: auto;
}

.anniv_wrap .con--mainarea {
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.anniv_wrap .item2 {
  position: relative;
  max-width: 400px;
  margin: 8px;
  box-shadow: 0 0 4px #d9d9d9;
  cursor: pointer;
  transition: 0.5s;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item2 {
    width: 47%;
    margin: 8px 2px;
  }
}

.anniv_wrap .item2::before {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 20px solid #1d1c1c;
  right: 2%;
  bottom: 2%;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item2::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #1d1c1c;
  }
}

.anniv_wrap .item__card-floor {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #1d1c1c;
  cursor: auto;
  z-index: 1;
}

.anniv_wrap .item__card-floor::before {
  content: none;
}

.anniv_wrap .item__card-floor::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #ffcd54;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item__card-floor::after {
    width: 90px;
    height: 90px;
  }
}

.anniv_wrap .item__card-floor p {
  color: #fff;
  font-size: 2rem;
}

.anniv_wrap .item2:hover {
  box-shadow: none;
}

.anniv_wrap .item2:hover::before {
  border-top: 20px solid transparent;
  border-right: 20px solid #ffcd54;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item2:hover::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #ffcd54;
  }
}

.anniv_wrap .item2:hover img {
  transform: scale(1.15);
}

.anniv_wrap .item2:hover .item--ttl {
  color: #ffcd54;
}

.anniv_wrap .item--ttl {
  position: relative;
  margin: 8px 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.anniv_wrap .item--ttl__wl {
  float: left;
  margin: 12px 0;
  margin-left: 8px;
}

.anniv_wrap .item--img {
  max-width: 400px;
  margin-bottom: 12px;
  overflow: hidden;
}

.anniv_wrap .item--img img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--img__event {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item--img__event {
    height: 160px;
    max-width: 100%;
  }
}

.anniv_wrap .item--img__event img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 240px;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item--img__event img {
    max-height: 100%;
    height: auto;
  }
}

.anniv_wrap .item--txtarea {
  position: relative;
}

.anniv_wrap .item--txt {
  font-size: 0.85rem;
}

.anniv_wrap .item--price {
  text-align: right;
}

.anniv_wrap .item--logo {
  width: 80%;
  max-width: 150px;
  overflow: hidden;
}

.anniv_wrap .item--logo img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--floor-tenpo {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.anniv_wrap .item--floor-tenpo p {
  font-size: 0.8rem;
  line-height: 1.2;
}

.anniv_wrap .item--tenpoinfo .item--tenponame {
  text-align: center;
}

.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .anniv_wrap .item--tenpoinfo .item--tenponame-txt {
    font-size: 0.7rem;
  }
}

.anniv_wrap .item--tenpoinfo .item--tenponame-ctg {
  margin-top: 12px;
  font-size: 0.6rem;
}

.anniv_wrap .item--tenponame-floor {
  padding: 2px 24px;
  background: #ffcd54;
  color: #fff;
  font-size: 0.8em;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
}

.point_date {
  background-color: #ffecbc;
  border-radius: 10px;
  color: #1d1c1c;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-weight: 800;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 5px;
}

.point_date span {
  display: inline-block;
  font-size: 0.8em;
}

.text_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 5px auto 20px;
}

.txt-c {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 10px auto;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .txt-c {
    font-size: 1.2em;
  }
}

.txt-c span {
  font-size: 0.8em;
}

.txt-l {
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .txt-l {
    font-size: 1.2em;
    margin: 5px auto 0;
  }
}

.txt-l-ss {
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 10px;
}

.txt-l-g {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
  padding: 3px 0;
  background-color: #fff100;
}

.txt-l-price {
  font-size: 1.5em;
  font-weight: 600;
  color: #e60000;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .txt-l-price {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 500px) {
  .txt-l-price {
    font-size: 1em;
  }
}

.txt-l-price span {
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .txt-l-price span {
    font-size: 1.3em;
  }
}

.section-btn {
  position: relative;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  width: 450px;
  height: 60px;
  margin: 5% auto 0;
  background: #ffcd54;
  border-radius: 10px;
}

.section-btn:hover {
  background: #ffd981;
}

.section-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #1d1c1c;
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 1em;
    padding: 10px 0;
  }

  .section-btn {
    position: relative;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
    width: 80%;
    height: 20%;
    padding: 5px 10px;
    max-width: 450px;
  }
}

.section-btn a::before {
  position: absolute;
  content: "";
  right: 35px;
  top: 36%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #1d1c1c;
  border-right: 2px solid #1d1c1c;
  transform: rotate(45deg);
}

.section-btn a:hover {
  opacity: 1;
}

.section-btn a:hover::before {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .section-btn a::before {
    top: 38%;
    width: 10px;
    height: 10px;
    right: 20px;
  }

  .section-btn a:hover::before {
    right: 15px;
  }
}

.navi-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 5% auto 20%;
}

@media screen and (max-width: 767px) {
  .navi-btn {
    margin: 10% auto 25%;
  }
}

.navi-btn-in {
  position: relative;
  width: 200px;
  height: 200px;
  background: #302c22;
  border: #ffcd54 solid 5px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(255, 204, 84, 0.712);
}

@media screen and (max-width: 767px) {
  .navi-btn-in {
    width: 160px;
    height: 160px;
    background: #302c22;
    border: #ffcd54 solid 3px;
    border-radius: 20px;
  }
}

.navi-btn-in a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffcd54;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .navi-btn-in a {
    font-size: 1.8em;
    padding-bottom: 5px;
  }
}

.navi-btn-in a .label {
  font-size: 0.6em;
  font-weight: 400;
}

.navi-btn-in ::before {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 44%;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 17px solid #ffcd54;
}

.point-img {
  max-width: 120px;
  width: 70%;
  margin: auto;
}

.info-btn-area {
  position: relative;
  max-width: 700px;
  width: 70%;
  margin: 5% auto 10%;
}

@media screen and (max-width: 767px) {
  .info-btn-area {
    width: 80%;
  }
}


.info-btn {
  background-color: #ffcd54;
  border: #ffffff solid 8px;
  border-radius: 100px;
  margin: 5% auto;
}

@media screen and (max-width: 767px) {
  .info-btn {
    border: #ffffff solid 5px;
  }
}

.info-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #1d1c1c;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .info-btn a {
    font-size: 1.2em;
  }
}

.con-gourmetttl {
  display: flex;
  position: relative;
  font-size: 3em;
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  max-width: 800px;
  width: 95%;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .con-gourmetttl {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  .con-gourmetttl {
    font-size: 2em;
  }
}

.con-gourmetttl::before,
.con-gourmetttl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ffffff;
}

.con-gourmetttl::before {
  margin-right: 1rem;
}

.con-gourmetttl::after {
  margin-left: 1rem;
}

.fv-spark01 {
  position: absolute;
  width: 100px;
  top: 40%;
  right: 15%;
}

.fv-spark02 {
  position: absolute;
  width: 100px;
  top: 20%;
  right: 25%;
}

.fv-spark03 {
  position: absolute;
  width: 50px;
  top: 15%;
  right: 15%;
}

.fv-spark04 {
  position: absolute;
  width: 50px;
  bottom: 40%;
  right: 28%;
}

.fv-spark05 {
  position: absolute;
  width: 50px;
  bottom: 35%;
  right: 7%;
}

.fv-spark06 {
  position: absolute;
  width: 90px;
  top: 35%;
  left: 20%;
}

.fv-spark07 {
  position: absolute;
  width: 70px;
  top: 65%;
  left: 27%;
}

.fv-spark08 {
  position: absolute;
  width: 50px;
  top: 55%;
  left: 15%;
}

.fv-spark09 {
  position: absolute;
  width: 70px;
  bottom: 20%;
  left: 6%;
}

.fv-spark10 {
  position: absolute;
  width: 50px;
  top: 33%;
  left: 8%;
}

@media screen and (max-width: 1200px) {
  .fv-spark01 {
    position: absolute;
    width: 100px;
    top: 50%;
    right: 12%;
  }

  .fv-spark02 {
    display: none;
  }

  .fv-spark03 {
    position: absolute;
    width: 50px;
    top: 47%;
    right: 8%;
  }

  .fv-spark04 {
    display: none;
  }

  .fv-spark05 {
    position: absolute;
    width: 50px;
    bottom: 35%;
    right: 7%;
  }

  .fv-spark06 {
    position: absolute;
    width: 90px;
    top: 35%;
    left: 10%;
  }

  .fv-spark07 {
    display: none;
  }

  .fv-spark08 {
    position: absolute;
    width: 50px;
    top: 31%;
    left: 5%;
  }

  .fv-spark09 {
    display: none;
  }

  .fv-spark10 {
    position: absolute;
    width: 50px;
    top: 22%;
    left: 8%;
  }
}

@media screen and (max-width: 768px) {
  .fv-spark01 {
    position: absolute;
    width: 70px;
    top: 10%;
    right: 7%;
  }

  .fv-spark03 {
    position: absolute;
    width: 50px;
    top: 21%;
    right: 90%;
  }

  .fv-spark05 {
    position: absolute;
    width: 60px;
    bottom: 55%;
    right: -3%;
  }

  .fv-spark06 {
    position: absolute;
    width: 70px;
    top: 80%;
    left: 10%;
  }

  .fv-spark08 {
    display: none;
  }

  .fv-spark10 {
    position: absolute;
    width: 60px;
    top: 76%;
    left: 1%;
  }
}

.info-area {
  position: relative;
}

.info-spark01 {
  position: absolute;
  width: 100px;
  top: 20%;
  right: 15%;

}

.info-spark02 {
  position: absolute;
  width: 100px;
  top: 10%;
  left: 8%;

}

@media screen and (max-width: 767px) {
  .info-spark01 {
    display: none;
  }

  .info-spark02 {
    position: absolute;
    width: 90px;
    top: 81%;
    left: -2%;
  }
}


.gourmet-area {
  position: relative;
}

.gourmet-spark01 {
  position: absolute;
  width: 80px;
  top: -4%;
  right: 4%;

}

.gourmet-spark02 {
  position: absolute;
  width: 70px;
  top: -2%;
  right: -3%;

}

@media screen and (max-width: 767px) {
  .gourmet-spark01 {
    position: absolute;
    width: 70px;
    top: -2%;
    right: -3%;
  }

  .gourmet-spark02 {
    position: absolute;
    width: 70px;
    top: -3%;
    right: 10%;
  }
}

.product-area {
  position: relative;
}

.product-spark01 {
  position: absolute;
  width: 100px;
  top: -9%;
  left: 4%;

}

.product-spark02 {
  position: absolute;
  width: 70px;
  top: -10%;
  right: 1%;

}

.product-spark03 {
  position: absolute;
  width: 50px;
  top: -6%;
  right: 6%;

}

@media screen and (max-width: 767px) {
  .product-spark01 {
    position: absolute;
    width: 100px;
    top: -8%;
    left: 0%;
  }

  .product-spark02 {
    display: none;
  }

  .product-spark03 {
    display: none;
  }
}

.navi-area {
  position: relative;
}

.navi-spark01 {
  position: absolute;
  width: 100px;
  top: 41%;
  right: 4%;

}

.navi-spark02 {
  position: absolute;
  width: 70px;
  top: 10%;
  right: 11%;

}

.navi-spark03 {
  position: absolute;
  width: 90px;
  top: 84%;
  left: 13%;

}

@media screen and (max-width: 767px) {
  .navi-spark01 {
    position: absolute;
    width: 100px;
    top: 61%;
    right: -5%;
  }

  .navi-spark02 {
    position: absolute;
    width: 70px;
    top: 40%;
    right: 1%;
  }

  .navi-spark03 {
    position: absolute;
    width: 90px;
    top: 84%;
    left: -7%;
  }
}