/*
Theme Name: VEECCI Sweet Rebuild
Description: VEECCI ブランド用 カスタムTOP + 商品ページ
Version: 1.0
*/

/* -------------------------
   ベース
------------------------- */
body {
  margin: 0;
  padding-top: 80px; /* 固定ヘッダー分 */
  font-family: "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #fdebf2;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------
   コンテナ共通
------------------------- */
.site-main {
  min-height: 100vh;
}

.section {
  padding: 80px 0;
}

.section-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
　text-align: center;
}

.section-inner.center {
  text-align: center;
}

/* -------------------------
   ヘッダー
------------------------- */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f6cddd;
  z-index: 100;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #e76b9b;
}

.header-nav a {
  margin-left: 24px;
  font-size: 14px;
  color: #e76b9b;
}

.header-nav a:hover {
  opacity: 0.7;
}

.hamburger {
  display: none;
  font-size: 26px;
  color: #e76b9b;
  cursor: pointer;
  background: none;
  border: none;
}

/* モバイルメニュー */
.mobile-nav {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid #f2c9d9;
}

.mobile-nav a {
  display: block;
  padding: 12px 20px;
  border-top: 1px solid #fbe2ec;
  font-size: 14px;
  color: #e76b9b;
}

.mobile-nav a:hover {
  background: #ffe9f1;
}

.mobile-nav.hidden {
  display: none;
}

@media (max-width: 767px) {
  .pc-nav {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav {
    display: block;
  }
}

/* -------------------------
   Hero セクション
------------------------- */
.hero-section {
  padding: 40px 0 60px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.heroSwiper {
  overflow: visible;
}

.hero-slide-img {
  width: 100%;
  max-width: 1120px;
  height: 640px;
  object-fit: cover;
  border-radius: 24px;
  border: 4px solid #fff;
  box-shadow: 0 10px 28px rgba(200,150,100,0.18);
}

@media (max-width: 767px) {
  .hero-slide-img {
    height: 60vh;
  }
}

/* Hero Swiper ナビ */
.hero-prev,
.hero-next {
  color: #e76b9b;
}

/* -------------------------
   セクション共通見出し
------------------------- */
.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.25em;
  color: #e76b9b;
  margin: 0 auto 12px auto; 
  text-align: center;      
  position: relative;
  display: inline-block;
}

.section-title.pink {
  color: #e76b9b;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  border-radius: 999px;
  background: #f3aac4;
}

.section-caption {
  margin: 0;
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #e76b9b;
}

/* -------------------------
   ITEM セクション
------------------------- */
.item-section {
  background: #fff6d8;
}

.item-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.item-card {
  text-align: center;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.item-card-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.item-card-image-wrap img {
  display: block;
}

.item-card-label {
  margin-top: 12px;
  font-size: 13px;
  color: #e76b9b;
  font-weight: 500;
}

.item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

@media (max-width: 900px) {
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .item-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------
   NEW ITEM セクション
------------------------- */
.newitem-section {
  background: #fdebf2;
}

.newItemSwiper {
  margin-top: 32px;
}

.newitem-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.newitem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

.newitem-card-link {
  position: relative;
  display: block;
}

.newitem-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.newitem-card-noimage {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ffe5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2b8d0;
  font-size: 13px;
}

.badge-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 999px;
  background: #ff91c1;
  color: #fff;
}

.newitem-card-text {
  padding: 12px 10px 10px;
}

.newitem-card-title {
  margin: 0;
  font-size: 13px;
  color: #e76b9b;
}

.newitem-card-price {
  margin: 4px 0 0;
  font-size: 12px;
  color: #e76b9b;
}

.newitem-card-price .tax {
  color: #888;
  margin-left: 4px;
}

/* NEW ITEM ナビ */
.newitem-prev,
.newitem-next {
  color: #e76b9b;
}

/* -------------------------
   NEWS セクション
------------------------- */
.news-section {
  background: #fff6d8;
}

.news-list {
  margin-top: 32px;
  border-top: 1px solid #f2c8d9;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f7d7e4;
  font-size: 13px;
}

.news-item:hover {
  background: #ffeef5;
}

.news-date {
  color: #888;
  margin-right: 14px;
  white-space: nowrap;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

.news-title {
  color: #e76b9b;
}

.news-empty {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #888;
}

/* -------------------------
   CONTACT セクション
------------------------- */
.contact-section {
  background: #fbe7ee;
}

.contact-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 40px;
  border-radius: 999px;
  background: #e76b9b;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* -------------------------
   フッター
------------------------- */
#site-footer {
  background: #fdebf2;
  border-top: 1px solid #f3cddb;
  padding: 40px 20px 20px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #e76b9b;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 6px;
}

.footer-column a {
  font-size: 13px;
  color: #e76b9b;
}

.footer-copy {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #e76b9b;
}

@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}

/* ============================================================
   SECTION TITLE — 全セクション見出しを強制センター配置 (最終版)
============================================================ */

.section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: table !important;   /* もっとも崩れず中央になる */
}

/* 見出しの下線も中央基準に調整 */
.section-title::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

