/*!
Theme Name: Yakisoba Ichi
Theme URI:
Author: BARIDON
Description: 焼きそば「一」の公式ホームページテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  background-color: #000000;
  overflow-x: hidden;
}

body {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "MS 明朝", serif;
  color: #ffffff;
  background-color: #000000;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.header {
  background-color: transparent;
  padding: 0.75rem 0;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 520px;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.header__inner {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header__logo {
  flex: 1;
}
.header__logo a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__logo-main {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__logo-ichi {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.header__logo-kanji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  line-height: 1;
}
.header__logo-kanji-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.48);
}
.header__logo-yakisoba {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.header__menu-toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: space-around;
  width: 50px;
  height: 50px;
  z-index: 1001;
}
.header__menu-toggle:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.header__menu-toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg);
}
.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(2) {
  opacity: 0;
}
.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(3) {
  transform: translateY(-11.5px) rotate(-45deg);
}
.header__nav {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0;
  padding: 1rem 0 0;
  order: 3;
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}
.header__nav.is-open {
  display: flex;
}
.header__nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0.75rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s;
}
.header__nav a:last-child {
  border-bottom: none;
}
.header__nav a:hover {
  opacity: 0.6;
}

.story-feed {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  box-sizing: border-box;
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-section__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section__video, .hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.32));
}
.hero-section__content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(280px, 64vw);
  text-align: center;
  color: #ffffff;
  padding: 0;
  transform: translate(-50%, -50%);
  will-change: left, top;
  pointer-events: none;
}
.hero-section__content.is-screensaver {
  will-change: left, top, transform;
}
.hero-section__logo {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  opacity: 0.5;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
  will-change: transform;
  transform-origin: center center;
  animation: hero-logo-spin 100s linear infinite;
}
.hero-section__title {
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.1em;
}
.hero-section__subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 1rem;
  letter-spacing: 0.2em;
}

@keyframes hero-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-section__content {
    will-change: auto;
  }
  .hero-section__logo {
    animation: none;
  }
}
.video-section {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000000;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.video-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.video-section__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-section__video, .video-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #ffffff;
}
.video-section__title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.video-section__text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #cccccc;
}

.content-section {
  width: 100%;
  padding: 3.5rem 0;
  background-color: #000000;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.content-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.content-section__inner {
  width: 100%;
  padding: 0 1.5rem;
}
.content-section__title {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#weekly-schedule .content-section__title {
  margin-bottom: 0.35rem;
}

.weekly-schedule__date {
  font-size: 0.8rem;
  color: #cccccc;
  text-align: center;
  margin-bottom: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.weekly-schedule__content {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.8;
}
.weekly-schedule__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.weekly-schedule__content table th, .weekly-schedule__content table td {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}
.weekly-schedule__content table th {
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: #cccccc;
}
.weekly-schedule__content table td {
  font-size: 0.85rem;
}
.weekly-schedule__content table tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.02);
}
.weekly-schedule__content p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.weekly-schedule__content ul, .weekly-schedule__content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.weekly-schedule__content ul li, .weekly-schedule__content ol li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.weekly-schedule__empty {
  text-align: center;
  color: #cccccc;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  padding: 2rem 0;
}

.eigyo-change-box {
  margin-top: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0.6rem;
}

.eigyo-change-list {
  margin: 0;
  padding: 0;
}
.eigyo-change-list__heading {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 0.15rem;
  line-height: 1.4;
}
.eigyo-change-list__item {
  font-size: 12px;
  line-height: 1.6;
  color: #cccccc;
  font-weight: 300;
  margin-bottom: 0.25rem;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-item__image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.menu-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item__info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.menu-item__name {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
}
.menu-item__price {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-left: auto;
}
.menu-item__desc {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 300;
  color: #cccccc;
  line-height: 1.6;
  margin: 0.25rem 0 0;
}

.single-post {
  background-color: #000000;
  padding: 1.5rem;
}
.single-post__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-post__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.single-post__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-post__date {
  font-size: 0.8rem;
  color: #cccccc;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.single-post__content {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 2rem;
}
.single-post__content p {
  margin-bottom: 1.25rem;
}
.single-post__content h2 {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 2rem 0 1rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.single-post__content h3 {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 1.5rem 0 0.75rem;
  color: #ffffff;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
  margin: 1.25rem 0;
  border-radius: 2px;
}
.single-post__content a {
  color: #cccccc;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-post__content a:hover, .single-post__content a:active {
  opacity: 0.7;
}
.single-post__footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.single-post__back-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.single-post__back-link:hover, .single-post__back-link:active {
  background-color: rgba(255, 255, 255, 0.05);
}

.no-content {
  text-align: center;
  padding: 4rem 1.5rem;
}
.no-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 300;
}
.no-content a {
  color: #cccccc;
  text-decoration: none;
}
.no-content a:hover, .no-content a:active {
  text-decoration: underline;
}

.archive-header {
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 1.5rem;
}

.archive-title {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.archive-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
}

.archive-item {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.archive-item:hover, .archive-item:active {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.archive-item__link {
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
}
.archive-item__date {
  font-size: 0.8rem;
  color: #cccccc;
  margin-bottom: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.archive-item__title {
  font-size: 1.1rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.archive-item__excerpt {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #cccccc;
  font-weight: 300;
}

.archive-pagination {
  margin-top: 2rem;
  text-align: center;
  padding: 0 1.5rem;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.archive-pagination .page-numbers li {
  display: inline-block;
}
.archive-pagination .page-numbers a,
.archive-pagination .page-numbers span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 300;
  transition: all 0.3s;
}
.archive-pagination .page-numbers a:hover,
.archive-pagination .page-numbers a:active {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.archive-pagination .page-numbers .current {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.no-content {
  text-align: center;
  padding: 4rem 1.5rem;
}
.no-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 300;
}
.no-content a {
  color: #cccccc;
  text-decoration: none;
}
.no-content a:hover, .no-content a:active {
  text-decoration: underline;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  margin-top: 0;
}
.footer__info {
  padding: 3rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__info-title {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.footer__access {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 300;
  color: #cccccc;
  letter-spacing: 0.05em;
  margin: -1rem 0 1.25rem;
}
.footer__info-list {
  margin: 0;
}
.footer__info-item {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer__info-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer__info-item dt {
  width: 5.5rem;
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: #cccccc;
  letter-spacing: 0.05em;
  padding-top: 0.1rem;
}
.footer__info-item dd {
  flex: 1;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.02em;
}
.footer__info-note {
  font-size: 0.85em;
  color: #cccccc;
}
.footer__map {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.footer__map iframe {
  display: block;
  width: 100%;
  height: 250px;
}
.footer__bottom {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__logo-main {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.footer__baridon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.footer__baridon-text {
  font-size: 0.7rem;
  color: #cccccc;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.footer__baridon-link {
  display: inline-block;
  transition: opacity 0.3s;
}
.footer__baridon-link:hover, .footer__baridon-link:active {
  opacity: 0.6;
}
.footer__baridon-logo {
  display: block;
  height: auto;
  max-width: 120px;
  filter: brightness(0) invert(1);
}
.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  color: #cccccc;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  letter-spacing: 0.05em;
}

.tiktok-sidebar {
  position: absolute;
  right: 0.75rem;
  bottom: 4.5rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.tiktok-sidebar__logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 0;
  backdrop-filter: blur(4px);
  overflow: hidden;
}
.tiktok-sidebar__logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.48);
}
.tiktok-sidebar__mute-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: auto;
  min-width: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  padding: 0.45rem 0.35rem 0.35rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease, background 0.2s ease;
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.tiktok-sidebar__mute-btn:active {
  transform: scale(0.92);
}
.tiktok-sidebar__mute-btn.is-unmuted {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}
.tiktok-sidebar__mute-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.tiktok-sidebar__mute-icon--off {
  display: block;
}
.tiktok-sidebar__mute-icon--on {
  display: none;
}
.tiktok-sidebar__mute-btn.is-unmuted .tiktok-sidebar__mute-icon--off {
  display: none;
}
.tiktok-sidebar__mute-btn.is-unmuted .tiktok-sidebar__mute-icon--on {
  display: block;
}
.tiktok-sidebar__mute-text {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.tiktok-sidebar__heart-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease;
}
.tiktok-sidebar__heart-btn:active {
  transform: scale(0.85);
}
.tiktok-sidebar__heart-icon {
  fill: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
  transition: fill 0.3s ease, transform 0.3s ease;
}
.tiktok-sidebar__heart-btn.is-liked .tiktok-sidebar__heart-icon {
  fill: #fe2c55;
  transform: scale(1.15);
}
.tiktok-sidebar__instagram {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease, opacity 0.3s ease;
}
.tiktok-sidebar__instagram:active {
  transform: scale(0.85);
}
.tiktok-sidebar__instagram:hover {
  opacity: 0.7;
}
.tiktok-sidebar__instagram-icon {
  fill: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}

.tiktok-hearts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9;
  overflow: hidden;
}

.floating-heart {
  position: absolute;
  pointer-events: none;
  color: #fe2c55;
  opacity: 0;
  animation: heart-burst var(--duration, 2s) ease-out forwards;
}
.floating-heart svg {
  width: var(--size, 24px);
  height: var(--size, 24px);
  fill: currentColor;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.floating-heart--pink {
  color: #ff6b9d;
}
.floating-heart--red {
  color: #fe2c55;
}
.floating-heart--hotpink {
  color: #ff1493;
}
.floating-heart--coral {
  color: #ff6b6b;
}

@keyframes heart-burst {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: translate(calc(var(--tx, -100px) * 0.2), calc(var(--ty, -150px) * 0.2)) scale(var(--max-scale, 1.2)) rotate(calc(var(--rot, 30deg) * 0.3));
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx, -100px), var(--ty, -150px)) scale(0.2) rotate(var(--rot, 30deg));
  }
}
.tiktok-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0;
}
.tiktok-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0.5rem;
  transition: color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.tiktok-nav__item.is-active {
  color: #ffffff;
}
.tiktok-nav__item:active {
  color: rgba(255, 255, 255, 0.8);
}
.tiktok-nav__icon {
  display: block;
}
.tiktok-nav__icon svg {
  display: block;
}
.tiktok-nav__label {
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (min-width: 414px) {
  .tiktok-sidebar {
    right: 1rem;
    bottom: 5rem;
    gap: 1.5rem;
  }
  .tiktok-sidebar__logo {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
  .tiktok-sidebar__heart-btn {
    width: 48px;
    height: 48px;
  }
  .tiktok-sidebar__heart-icon {
    width: 36px;
    height: 36px;
  }
  .tiktok-sidebar__instagram {
    width: 48px;
    height: 48px;
  }
  .tiktok-sidebar__instagram-icon {
    width: 34px;
    height: 34px;
  }
  .tiktok-nav__label {
    font-size: 0.65rem;
  }
  .hero-section__title {
    font-size: 7rem;
  }
  .hero-section__subtitle {
    font-size: 2rem;
  }
  .video-section__title {
    font-size: 2.2rem;
  }
  .video-section__text {
    font-size: 1rem;
  }
  .video-section__overlay {
    padding: 2.5rem 2rem;
  }
  .content-section {
    padding: 4rem 0;
  }
  .content-section__inner {
    padding: 0 2rem;
  }
  .content-section__title {
    font-size: 2.2rem;
  }
  .weekly-schedule__content table {
    font-size: 0.95rem;
  }
  .weekly-schedule__content table th, .weekly-schedule__content table td {
    padding: 0.85rem 0.6rem;
  }
  .menu-item {
    padding: 1.5rem 0;
  }
  .menu-item__image {
    width: 80px;
    height: 80px;
  }
  .menu-item__name {
    font-size: 1.05rem;
  }
  .footer__info {
    padding: 3.5rem 2rem;
  }
  .footer__info-title {
    font-size: 2rem;
  }
  .footer__map iframe {
    height: 280px;
  }
  .footer__bottom {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 375px) {
  .tiktok-sidebar {
    right: 0.5rem;
    bottom: 3.5rem;
    gap: 1rem;
  }
  .tiktok-sidebar__logo {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
  .tiktok-sidebar__heart-btn {
    width: 38px;
    height: 38px;
  }
  .tiktok-sidebar__heart-icon {
    width: 26px;
    height: 26px;
  }
  .tiktok-sidebar__instagram {
    width: 38px;
    height: 38px;
  }
  .tiktok-sidebar__instagram-icon {
    width: 24px;
    height: 24px;
  }
  .tiktok-nav__icon svg {
    width: 20px;
    height: 20px;
  }
  .tiktok-nav__label {
    font-size: 0.55rem;
  }
  .header__inner {
    padding: 0 0.75rem;
  }
  .header__logo-main {
    font-size: 0.9rem;
    gap: 0.3rem;
  }
  .header__logo-kanji {
    font-size: 1.6rem;
  }
  .header__logo-ichi, .header__logo-yakisoba {
    font-size: 0.7rem;
  }
  .header__menu-toggle {
    width: 44px;
    height: 44px;
  }
  .hero-section__title {
    font-size: 4.5rem;
  }
  .hero-section__subtitle {
    font-size: 1.4rem;
  }
  .hero-section__content {
    padding: 1rem;
  }
  .video-section__title {
    font-size: 1.6rem;
  }
  .video-section__text {
    font-size: 0.85rem;
  }
  .video-section__overlay {
    padding: 1.5rem 1.25rem;
  }
  .content-section {
    padding: 3rem 0;
  }
  .content-section__inner {
    padding: 0 1.25rem;
  }
  .content-section__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .weekly-schedule__content table {
    font-size: 0.8rem;
  }
  .weekly-schedule__content table th, .weekly-schedule__content table td {
    padding: 0.6rem 0.35rem;
  }
  .menu-item {
    padding: 1rem 0;
    gap: 0.75rem;
  }
  .menu-item__image {
    width: 60px;
    height: 60px;
  }
  .menu-item__name {
    font-size: 0.9rem;
  }
  .menu-item__price {
    font-size: 0.9rem;
  }
  .menu-item__desc {
    font-size: 0.75rem;
  }
  .footer__info {
    padding: 2.5rem 1.25rem;
  }
  .footer__info-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .footer__info-item dt {
    width: 5rem;
    font-size: 0.75rem;
  }
  .footer__info-item dd {
    font-size: 0.9rem;
  }
  .footer__map iframe {
    height: 200px;
  }
  .footer__bottom {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
  .footer__logo-main {
    font-size: 1rem;
  }
  .footer__baridon-text {
    font-size: 0.65rem;
  }
  .footer__baridon-logo {
    max-width: 100px;
  }
  .footer__copyright {
    font-size: 0.65rem;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 320px) {
  .tiktok-sidebar {
    right: 0.4rem;
    bottom: 3rem;
    gap: 0.75rem;
  }
  .tiktok-sidebar__logo {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
    border-width: 1.5px;
  }
  .tiktok-sidebar__heart-btn {
    width: 34px;
    height: 34px;
  }
  .tiktok-sidebar__heart-icon {
    width: 22px;
    height: 22px;
  }
  .tiktok-sidebar__instagram {
    width: 34px;
    height: 34px;
  }
  .tiktok-sidebar__instagram-icon {
    width: 20px;
    height: 20px;
  }
  .tiktok-nav__item {
    padding: 0.25rem 0.3rem;
  }
  .tiktok-nav__icon svg {
    width: 18px;
    height: 18px;
  }
  .tiktok-nav__label {
    font-size: 0.5rem;
  }
  .header__inner {
    padding: 0 0.5rem;
  }
  .header__logo-main {
    font-size: 0.8rem;
    gap: 0.25rem;
  }
  .header__logo-kanji {
    font-size: 1.4rem;
  }
  .header__menu-toggle {
    width: 40px;
    height: 40px;
  }
  .hero-section__title {
    font-size: 3.5rem;
  }
  .hero-section__subtitle {
    font-size: 1.2rem;
  }
  .video-section__title {
    font-size: 1.4rem;
  }
  .video-section__text {
    font-size: 0.8rem;
  }
  .content-section {
    padding: 2.5rem 0;
  }
  .content-section__inner {
    padding: 0 1rem;
  }
  .content-section__title {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }
  .weekly-schedule__content table {
    font-size: 0.75rem;
  }
  .weekly-schedule__content table th, .weekly-schedule__content table td {
    padding: 0.5rem 0.25rem;
  }
  .menu-item {
    gap: 0.5rem;
  }
  .menu-item__image {
    width: 50px;
    height: 50px;
  }
  .menu-item__name {
    font-size: 0.85rem;
  }
  .menu-item__price {
    font-size: 0.85rem;
  }
  .footer__info {
    padding: 2rem 1rem;
  }
  .footer__info-title {
    font-size: 1.3rem;
  }
  .footer__info-item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .footer__info-item dt {
    width: auto;
  }
  .footer__info-item dd {
    font-size: 0.85rem;
  }
  .footer__map iframe {
    height: 180px;
  }
  .footer__bottom {
    padding: 1.25rem 1rem;
  }
}

/*# sourceMappingURL=temp-compiled.css.map */
