@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+JP:wght@300;500&display=swap");
.valentine-first-view {
  position: relative;
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .valentine-first-view {
      margin-top: 60px; } }
.valentine-first-view-image-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  @media (min-width: 768px) {
    .valentine-first-view-image-container {
      width: 100%;
      margin-left: 0;
      max-width: 1024px;
      margin: 0 auto; } }
.valentine-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.valentine-hero-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f9f7f2, #ede1ca); }

.valentine-first-view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 26, 18, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem; }

.valentine-first-view-content {
  text-align: center;
  color: white;
  max-width: 600px;
  width: 100%; }

.valentine-first-view-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .valentine-first-view-title {
      font-size: 2.5rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .valentine-first-view-title {
      font-size: 3rem; } }
.valentine-first-view-description {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .valentine-first-view-description {
      font-size: 1rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .valentine-first-view-description {
      font-size: 1.125rem; } }
.valentine-event-info {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  background: rgba(197, 160, 89, 0.1);
  border-left: 4px solid #c5a059; }
  @media (min-width: 768px) {
    .valentine-event-info {
      padding: 2rem;
      margin: 0 auto; } }
  .valentine-event-info .valentine-event-title {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    color: #2d1a12; }
    @media (min-width: 768px) {
      .valentine-event-info .valentine-event-title {
        font-size: 0.875rem; } }
  .valentine-event-info .valentine-event-venue {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2d1a12; }
    @media (min-width: 768px) {
      .valentine-event-info .valentine-event-venue {
        font-size: 1.25rem; } }
  .valentine-event-info .valentine-event-date {
    font-size: 1rem;
    color: #76442f; }
    @media (min-width: 768px) {
      .valentine-event-info .valentine-event-date {
        font-size: 1.125rem; } }
  .valentine-event-info .valentine-image-note {
    font-size: 0.625rem;
    color: #ba7051;
    margin-top: 0.5rem; }
    @media (min-width: 768px) {
      .valentine-event-info .valentine-image-note {
        font-size: 0.75rem; } }
.valentine-products-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem; }
  @media (min-width: 768px) {
    .valentine-products-main {
      padding: 4rem 1rem; } }
.valentine-category-section {
  margin-bottom: 5rem;
  text-align: center; }
  .valentine-category-section.with-background {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 4rem;
    background-color: #f5f5f0; }

.valentine-category-section,
.valentine-osaka-special,
.valentine-first-view {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .valentine-category-section.visible,
  .valentine-osaka-special.visible,
  .valentine-first-view.visible {
    opacity: 1;
    transform: translateY(0); }

.valentine-category-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.25em; }
  .valentine-category-title span {
    display: inline-block; }
    @media (max-width: 767px) {
      .valentine-category-title span:first-child {
        display: block; }
      .valentine-category-title span.valentine-dot {
        display: none; }
      .valentine-category-title span:last-child {
        display: block; } }
    @media (min-width: 768px) {
      .valentine-category-title span {
        display: inline; } }
  .valentine-category-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #c5a059; }

.valentine-category-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem; }

.valentine-category-special-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 2rem; }

.valentine-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (min-width: 768px) {
    .valentine-products-grid.grid-4 {
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem; } }
  .valentine-products-grid.max-width-7xl {
    max-width: 1280px;
    margin: 0 auto; }
  .valentine-products-grid.opacity-80 {
    opacity: 0.8; }

.valentine-product-card {
  background: white;
  padding: 0.75rem;
  text-align: left;
  transition: transform 0.3s ease;
  border-bottom: 2px solid transparent; }
  .valentine-product-card:hover {
    transform: translateY(-5px);
    border-color: #c5a059; }
  .valentine-product-card.special-effect {
    filter: grayscale(1);
    transition: all 0.3s ease; }
    .valentine-product-card.special-effect:hover {
      filter: grayscale(0); }

.valentine-image-container {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: #eeeeee;
  position: relative; }
  .valentine-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.valentine-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center; }
  .valentine-image-placeholder span {
    color: #9ca3af;
    font-size: 0.75rem; }

.valentine-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #8b1d1d;
  color: white;
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 999px; }

.valentine-product-name {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5625; }

.valentine-product-subtitle {
  font-size: 0.625rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5625; }

.valentine-product-price {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.5625;
  text-align: right; }

.valentine-product-description {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.4;
  margin-top: 0.5rem; }

.valentine-additional-note {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #6b7280; }

.valentine-bonbon-image-container {
  max-width: 800px;
  margin: 0 auto 2rem; }
  @media (min-width: 768px) {
    .valentine-bonbon-image-container {
      margin-bottom: 3rem; } }
.valentine-bonbon-full-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(45, 26, 18, 0.15); }

.valentine-osaka-special {
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.1), rgba(249, 247, 242, 0.8));
  border: 2px solid #c5a059;
  border-radius: 12px;
  margin: 2rem 0; }
  @media (min-width: 768px) {
    .valentine-osaka-special {
      padding: 4rem 2rem;
      margin: 3rem 0; } }
.valentine-osaka-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.valentine-osaka-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.valentine-osaka-image-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(45, 26, 18, 0.2); }

.valentine-osaka-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.valentine-osaka-content {
  padding: 1.5rem 0; }

.valentine-osaka-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d1a12;
  margin-bottom: 1rem;
  line-height: 1.5625; }
  @media (min-width: 768px) {
    .valentine-osaka-name {
      font-size: 1.75rem; } }
.valentine-osaka-subtitle {
  font-size: 0.875rem;
  color: #76442f;
  margin-bottom: 0.75rem;
  line-height: 1.5625; }
  @media (min-width: 768px) {
    .valentine-osaka-subtitle {
      font-size: 1rem;
      margin-bottom: 1rem; } }
.valentine-osaka-price {
  font-size: 1.125rem;
  font-weight: 600;
  color: #8b1d1d;
  line-height: 1.5625;
  text-align: right; }
  @media (min-width: 768px) {
    .valentine-osaka-price {
      font-size: 1.25rem; } }
