#top.contents {
  background-color: #ffffff;
}
#top.contents .kv {
  position: relative;
  z-index: 3;
}
#top.contents .kv .kv__inner {
  aspect-ratio: 1080/1920;
}
#top.contents .kv .kv__background {
  position: absolute;
  aspect-ratio: 1080/1920;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#top.contents .kv .kv__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  inset: 0;
}
#top.contents .lead {
  position: relative;
}
#top.contents .lead::before, #top.contents .lead::after {
  content: "";
  position: absolute;
  display: block;
}
#top.contents .lead::before {
  background-color: #fff332;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -30px;
}
#top.contents .lead::after {
  background-image: url("/base/pc/store/special/tasty-days/2026/img/top/lead-bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  top: 1px;
  left: 0;
  aspect-ratio: 750/306.1598;
  z-index: 0;
}
#top.contents .lead .lead__inner {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
#top.contents .lead .lead__inner .lead__text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #00964d;
  letter-spacing: -0.1em;
  background-color: #fff332;
  text-align: center;
}
#top.contents .items .items__inner {
  padding-top: 80px;
}
#top.contents .items .item .item__head {
  position: relative;
}
#top.contents .items .item .item__head .item__img {
  position: relative;
  z-index: 0;
}
#top.contents .items .item .item__head .item__copy {
  position: absolute;
  z-index: 2;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.08em;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}
#top.contents .items .item .item__head .item__copy span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff332;
  color: #00964d;
  transition: clip-path 0.25s ease;
  transition-delay: 0.5s;
  padding: 6% 3.5%;
  font-family: "Noto Sans JP", sans-serif;
  clip-path: inset(0 0 100% 0);
}
#top.contents .items .item .item__head .item__copy span:nth-child(2) {
  transition-delay: 1s;
  margin-right: -1.5%;
}
#top.contents .items .item .item__head .item__onomatopoeia {
  position: absolute;
  z-index: 2;
}
#top.contents .items .item .item__head._animated .item__copy span {
  clip-path: inset(0);
}
#top.contents .items .item .item__body {
  position: relative;
}
#top.contents .items .item .item__body .item__inner {
  padding: 14px 26px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
#top.contents .items .item .item__body .item__inner .item__text {
  color: #00964d;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.05em;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataName {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.1em;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataName small {
  font-size: 14px;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataDetails {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataDetails ._red {
  color: #ff0000;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink {
  padding: 8px 33px 8px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
  border: 1px solid #00964d;
  text-decoration: none;
  position: relative;
  border-radius: 30px;
  margin-top: 7px;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #top.contents .items .item .item__body .item__inner .item__data .item__dataLink:hover {
    opacity: 0.7;
  }
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink::before, #top.contents .items .item .item__body .item__inner .item__data .item__dataLink::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #00964d;
  transform-origin: calc(100% - 0px) 50%;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink::before {
  transform: rotate(45deg);
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink::after {
  transform: rotate(-45deg);
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink span {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #00964d;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink._blue {
  border: 1px solid #0080cb;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink._blue::before, #top.contents .items .item .item__body .item__inner .item__data .item__dataLink._blue::after {
  background-color: #0080cb;
}
#top.contents .items .item .item__body .item__inner .item__data .item__dataLink._blue span {
  color: #0080cb;
}
#top.contents .items .item .item__body .item__bodyImg {
  position: absolute;
  z-index: -1;
}
#top.contents .items .item._01 {
  padding-bottom: 52px;
}
#top.contents .items .item._01 .item__head .item__copy {
  top: -8.5%;
  left: 2%;
}
#top.contents .items .item._01 .item__head .item__copy span:nth-child(2) {
  padding-bottom: 0;
}
#top.contents .items .item._01 .item__head .item__onomatopoeia._01 {
  width: 20.5%;
  top: 19%;
  right: 3%;
  transition-delay: 1s;
}
#top.contents .items .item._01 .item__head .item__onomatopoeia._01 img {
  transition: transform 15s, filter 2.5s;
}
#top.contents .items .item._01 .item__head .item__onomatopoeia._02 {
  width: 15%;
  bottom: 10%;
  left: 8%;
  transition: clip-path 1.2s ease;
  transition-delay: 1.5s;
  clip-path: inset(0 0 100% 0);
}
#top.contents .items .item._01 .item__head .item__onomatopoeia._02._animated {
  clip-path: inset(0);
}
#top.contents .items .item._01 .item__body .item__bodyImg {
  width: 55%;
  bottom: -11%;
  right: 0%;
}
#top.contents .items .item._02 {
  padding-top: 42px;
}
#top.contents .items .item._02 .item__head .item__img {
  width: 100%;
}
#top.contents .items .item._02 .item__head .item__copy {
  top: -10%;
  right: 14%;
}
#top.contents .items .item._02 .item__head .item__copy span {
  color: #0080cb;
  padding-bottom: 0;
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._01 {
  width: 19%;
  top: -6%;
  left: 9%;
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._01 img {
  transform: translateY(30%) scale(0);
  transition: transform 0.1s 0.2s;
  transition-delay: 1.5s;
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._01._animated img {
  transform: translateY(0%) scale(1);
  opacity: 1;
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._02 {
  width: 15.5%;
  bottom: 40%;
  left: 41%;
  transition: clip-path 0.3s ease;
  transition-delay: 1.8s;
  clip-path: inset(0 100% 0 0);
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._02._animated {
  clip-path: inset(0);
}
#top.contents .items .item._02 .item__head .item__onomatopoeia._03 {
  width: 32%;
  bottom: 25%;
  left: 20%;
  transition-delay: 2.2s;
}
#top.contents .items .item._02 .item__body .item__text {
  color: #0080cb;
}
#top.contents .items .item._02 .item__body .item__bodyImg {
  width: 55%;
  bottom: -31%;
  right: 0%;
}
#top.contents .items .item._03 {
  padding-top: 40px;
  padding-bottom: 80px;
}
#top.contents .items .item._03 .item__head .item__copy {
  top: -9.5%;
  right: 9%;
}
#top.contents .items .item._03 .item__head .item__copy span:nth-child(2) {
  padding-bottom: 0;
}
#top.contents .items .item._03 .item__head .item__onomatopoeia._01 {
  width: 25%;
  top: 4%;
  left: 4%;
  animation-delay: 1.5s;
}
#top.contents .items .item._03 .item__head .item__onomatopoeia._02 {
  width: 25%;
  top: 4%;
  left: 30%;
  animation-delay: 2s;
}
#top.contents .items .item._03 .item__head .item__onomatopoeia._03 {
  width: 45%;
  top: 14%;
  left: 12%;
  transition: clip-path 1.5s cubic-bezier(0.2, 0.8, 0.5, 1);
  transition-delay: 2.2s;
  clip-path: inset(0 100% 0 0);
}
#top.contents .items .item._03 .item__head .item__onomatopoeia._03._animated {
  clip-path: inset(0);
}
#top.contents .items .item._03 .item__body .item__bodyImg {
  width: 47%;
  bottom: -19%;
  right: 0%;
}
#top.contents .items .item._04 {
  padding-top: 50px;
}
#top.contents .items .item._04 .item__head .item__img {
  width: 84%;
  margin-left: auto;
}
#top.contents .items .item._04 .item__head .item__copy {
  top: -12.5%;
  left: 7%;
}
#top.contents .items .item._04 .item__head .item__copy span {
  color: #0080cb;
  padding-bottom: 0;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._01 {
  width: 12%;
  top: -15%;
  right: 6%;
  transition-delay: 1.2s;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._01-01 {
  width: 10%;
  top: -14%;
  right: 5%;
  animation-delay: 1.2s;
  opacity: 0;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._01-02 {
  width: 11%;
  top: 0%;
  right: 5%;
  animation-delay: 1.3s;
  opacity: 0;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._01-03 {
  width: 12%;
  top: 14%;
  right: 5%;
  animation-delay: 1.4s;
  opacity: 0;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._01-04 {
  width: 5%;
  top: 28%;
  right: 8%;
  animation-delay: 1.5s;
  opacity: 0;
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._02 {
  width: 8.2%;
  top: 3%;
  right: 18%;
  transition: clip-path 1s ease;
  transition-delay: 2.2s;
  clip-path: inset(0 0 100% 0);
}
#top.contents .items .item._04 .item__head .item__onomatopoeia._02._animated {
  clip-path: inset(0);
}
#top.contents .items .item._04 .item__body .item__text {
  color: #0080cb;
}
#top.contents .items .item._05 {
  padding-top: 88px;
}
#top.contents .items .item._05 .item__head .item__img {
  width: 105%;
  margin-right: auto;
  padding-top: 11%;
  padding-left: 11%;
}
#top.contents .items .item._05 .item__head .item__copy {
  top: -7.5%;
  right: 7%;
}
#top.contents .items .item._05 .item__head .item__copy span {
  padding-bottom: 0;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._01 img, #top.contents .items .item._05 .item__head .item__onomatopoeia._02 img, #top.contents .items .item._05 .item__head .item__onomatopoeia._03 img {
  transform: translateY(20%) scale(0);
  transition: transform 0.1s;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._01._animated img, #top.contents .items .item._05 .item__head .item__onomatopoeia._02._animated img, #top.contents .items .item._05 .item__head .item__onomatopoeia._03._animated img {
  transform: translateY(0%) scale(1);
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._01 {
  width: 9%;
  top: -5%;
  left: 23%;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._01 img {
  transition-delay: 1.2s;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._02 {
  width: 17%;
  top: 0%;
  left: 8%;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._02 img {
  transition-delay: 1.5s;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._03 {
  width: 19%;
  top: 48%;
  left: 4%;
}
#top.contents .items .item._05 .item__head .item__onomatopoeia._03 img {
  transition-delay: 1.8s;
}
#top.contents .items .item._05 .item__body {
  transform: translateY(-13%);
}
#top.contents .items .item._06 {
  padding-top: 26px;
}
#top.contents .items .item._06 .item__head .item__img {
  width: 82%;
  margin-left: auto;
}
#top.contents .items .item._06 .item__head .item__copy {
  top: -4.5%;
  left: 7%;
}
#top.contents .items .item._06 .item__head .item__copy span {
  color: #0080cb;
  padding-bottom: 0;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._01 img, #top.contents .items .item._06 .item__head .item__onomatopoeia._02 img, #top.contents .items .item._06 .item__head .item__onomatopoeia._03 img {
  transform: translateY(20%) scale(0);
  transition: transform 0.1s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._01._animated img, #top.contents .items .item._06 .item__head .item__onomatopoeia._02._animated img, #top.contents .items .item._06 .item__head .item__onomatopoeia._03._animated img {
  transform: translateY(0%) scale(1);
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._01 {
  width: 12%;
  bottom: 21%;
  left: 6%;
  animation-delay: 1.5s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._01 img {
  transition-delay: 1.5s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._02 {
  width: 9%;
  bottom: 8%;
  left: 14%;
  animation-delay: 1.6s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._02 img {
  transition-delay: 1.6s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._03 {
  width: 10%;
  bottom: -2%;
  left: 23%;
  animation-delay: 1.7s;
}
#top.contents .items .item._06 .item__head .item__onomatopoeia._03 img {
  transition-delay: 1.7s;
}
#top.contents .items .item._06 .item__body .item__text {
  color: #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap {
  padding-bottom: 50px;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track {
  margin-left: auto;
  margin-right: auto;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track .splide__list .splide__slide {
  padding-top: 60px;
  padding-inline: 30px;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track .splide__list .splide__slide .food .food__inner {
  background-color: #fff332;
  padding-bottom: 20px;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track .splide__list .splide__slide .food .food__inner .food__body .food__texts .food__text {
  color: #00964d;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track .splide__list .splide__slide:nth-child(2n) .food .food__inner {
  background-color: #dcf0fa;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__track .splide__list .splide__slide:nth-child(2n) .food .food__inner .food__body .food__texts .food__text {
  color: #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow > svg {
  display: none;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow {
  background-color: transparent;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow.splide__arrow--prev, #top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow.splide__arrow--next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transform: translateY(-50%);
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow.splide__arrow--prev {
  left: 0;
  background-image: url("/base/pc/store/special/tasty-days/2026/img/top/slide-arrow-left.svg");
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__arrow.splide__arrow--next {
  right: 0;
  background-image: url("/base/pc/store/special/tasty-days/2026/img/top/slide-arrow-right.svg");
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__pagination {
  bottom: -20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__pagination .splide__pagination__page {
  background-color: #ffffff;
  border: 1px solid #00964d;
}
#top.contents .foods .foods__inner .foods__splideWrap .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #00964d;
}
#top.contents .foods .foods__inner .foods__splideWrap img {
  height: auto;
}
#top.contents .foods .foods__inner .foods__splideWrap .food {
  position: relative;
  background-color: #ffffff;
  height: 100%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner {
  min-height: 506px;
  display: grid;
  grid-template-rows: 270px 1fr;
  height: 100%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__head .food__copy,
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__head .food__onomatopoeia {
  position: absolute;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__head .food__copy {
  overflow: hidden;
  transition: clip-path 0.25s ease;
  clip-path: inset(0 0 100% 0);
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__head .food__copy._animated {
  clip-path: inset(0);
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body {
  padding-left: 24px;
  padding-right: 24px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__text p {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.08rem;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data {
  margin-top: 13px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataName p {
  font-size: 16px;
  line-height: 1.2;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataName p small {
  font-size: 14px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataDetails {
  margin-top: 7px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataDetails p {
  font-size: 14px;
  line-height: 1.3;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink {
  padding: 8px 33px 8px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  border: 1px solid #00964d;
  text-decoration: none;
  position: relative;
  border-radius: 30px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink:hover {
    opacity: 0.7;
  }
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink::before, #top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #00964d;
  transform-origin: calc(100% - 0px) 50%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink::before {
  transform: rotate(45deg);
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink::after {
  transform: rotate(-45deg);
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink span {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #00964d;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink._blue {
  border: 1px solid #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink._blue::before, #top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink._blue::after {
  background-color: #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts .food__data .food__dataLink._blue span {
  color: #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts ._red {
  color: #ff0000;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts ._green {
  color: #00964d;
}
#top.contents .foods .foods__inner .foods__splideWrap .food .food__inner .food__body .food__texts ._blue {
  color: #0080cb;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__copy {
  top: -31px;
  left: -14px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__img {
  padding-top: 25px;
  width: 97%;
  margin-left: auto;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__onomatopoeia._01 {
  width: 17%;
  top: 4.5%;
  right: 29%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__onomatopoeia._02 {
  width: 17%;
  top: 9%;
  right: 18%;
  animation-delay: 1.6s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__onomatopoeia._03 {
  width: 14%;
  top: 29%;
  left: 7%;
  animation-delay: 1.8s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__onomatopoeia._04 {
  width: 11%;
  top: 37%;
  left: 7%;
  animation-delay: 1.85s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._01 .food__inner .food__head .food__onomatopoeia._05 {
  width: 10%;
  top: 44%;
  left: 7%;
  animation-delay: 1.9s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._02 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._02 .food__inner .food__head .food__copy {
  top: -40px;
  left: -7px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._02 .food__inner .food__head .food__onomatopoeia._01 {
  width: 5.5%;
  top: 2.2%;
  right: 10%;
  animation-delay: 1s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._02 .food__inner .food__head .food__onomatopoeia._02 {
  width: 7.2%;
  top: 4.2%;
  right: 16%;
  animation-delay: 1.2s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._02 .food__inner .food__head .food__onomatopoeia._03 {
  width: 6.2%;
  top: 7.2%;
  right: 23%;
  animation-delay: 1.4s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._03 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._03 .food__inner .food__head .food__copy {
  top: -38px;
  left: -20px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._03 .food__inner .food__head .food__onomatopoeia._01 {
  width: 31%;
  top: 3.2%;
  right: 15%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._03 .food__inner .food__head .food__onomatopoeia._02 {
  width: 26%;
  top: 8%;
  right: 10%;
  animation-delay: 1.8s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._04 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._04 .food__inner .food__head .food__copy {
  top: -43px;
  right: -26px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._04 .food__inner .food__head .food__onomatopoeia._01 {
  width: 9%;
  top: 3.2%;
  left: 21%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._04 .food__inner .food__head .food__onomatopoeia._02 {
  width: 9%;
  top: 13.3%;
  left: 12%;
  animation-delay: 1.7s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._04 .food__inner .food__head .food__onomatopoeia._03 {
  width: 9.5%;
  top: 29%;
  left: 5%;
  animation-delay: 2s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._05 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._05 .food__inner .food__head .food__copy {
  top: -40px;
  right: -14px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._05 .food__inner .food__head .food__onomatopoeia._01 {
  width: 11%;
  top: 4.2%;
  right: 26%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._05 .food__inner .food__head .food__onomatopoeia._02 {
  width: 15%;
  top: 38%;
  right: 39%;
  animation-delay: 1.7s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner .food__head .food__copy {
  top: -40px;
  left: -10px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner .food__head .food__onomatopoeia._01 {
  width: 18%;
  top: 9%;
  right: 43%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner .food__head .food__onomatopoeia._02 {
  width: 18%;
  top: 10%;
  right: 23%;
  animation-delay: 1.6s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner .food__head .food__onomatopoeia._03 {
  width: 16.5%;
  top: 37%;
  left: 3%;
  animation-delay: 1.9s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._06 .food__inner .food__head .food__onomatopoeia._04 {
  width: 17%;
  top: 41.5%;
  left: 10%;
  animation-delay: 2s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__copy {
  top: -39px;
  right: 20px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-01._animated, #top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-02._animated, #top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-03._animated {
  animation: blurRepeat 5s infinite;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-01 {
  top: 16%;
  width: 9.5%;
  left: 23%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-01._animated {
  animation-delay: 0.2s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-02 {
  top: 24.1%;
  width: 8.6%;
  left: 23.3%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-02._animated {
  animation-delay: 0.3s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-03 {
  top: 32%;
  width: 6.6%;
  left: 24.5%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._01-03._animated {
  animation-delay: 0.4s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._02-01, #top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._02-02 {
  width: 13%;
  left: 9%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._02-01 {
  top: 18%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._07 .food__inner .food__head .food__onomatopoeia._02-02 {
  top: 30.1%;
  animation-delay: 1.7s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._08 .food__inner {
  row-gap: 32px;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._08 .food__inner .food__head .food__copy {
  top: -40px;
  right: -14px;
  width: 24%;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._08 .food__inner .food__head .food__onomatopoeia._01 {
  width: 17.5%;
  top: 16.5%;
  left: 14%;
  animation-delay: 1.5s;
}
#top.contents .foods .foods__inner .foods__splideWrap .food._08 .food__inner .food__head .food__onomatopoeia._02 {
  width: 17.5%;
  top: 24%;
  left: -1%;
  animation-delay: 1.7s;
}
#top.contents .foods .foods__inner .foods__note .foods__noteInner {
  padding: 6px 38px;
}
#top.contents .foods .foods__inner .foods__note .foods__noteInner .foods__noteText {
  padding: 7px 14px;
  border: 1px solid #000;
}
#top.contents .foods .foods__inner .foods__note .foods__noteInner .foods__noteText p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
#top.contents .links {
  position: relative;
}
#top.contents .links::before, #top.contents .links::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
#top.contents .links::before {
  background-image: url("/base/pc/store/special/tasty-days/2026/img/top/links-bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  top: 1px;
  left: 0;
  aspect-ratio: 750/306.1598;
  z-index: 0;
}
#top.contents .links::after {
  background-color: #fff332;
  width: 100%;
  height: 100%;
  top: 70px;
}
#top.contents .links .links__top {
  color: #ffffff;
  background-color: #00964d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #top.contents .links .links__top:hover {
    opacity: 0.7;
  }
}
#top.contents .links .links__top span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
#top.contents .links .links__inner {
  z-index: 1;
  padding: 40px 38px;
}
#top.contents .links .links__inner .links__note {
  position: relative;
  z-index: 2;
  border: 1px solid #00964d;
  padding: 8px 11px;
  color: #00964d;
}
#top.contents .links .links__inner .links__note .links__noteInner p,
#top.contents .links .links__inner .links__note .links__noteInner small {
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#top.contents .links .links__inner .links__note .links__noteInner p {
  font-size: 13px;
}
#top.contents .links .links__inner .links__note .links__noteInner small {
  font-size: 11px;
}
#top.contents .links .links__inner .links__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
#top.contents .links .links__inner .links__list .links__item a {
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #top.contents .links .links__inner .links__list .links__item a:hover {
    opacity: 0.7;
  }
}
#top.contents .links .links__inner .links__note2 {
  margin-top: 30px;
}
#top.contents .links .links__inner .links__note2 p {
  color: #00964d;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.05em;
}/*# sourceMappingURL=top.css.map */