/* 丑の日特集2025 */

html{
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  padding: 0;
  background-color: #D5D9AD;
  color: #333;
  width: 100%;
  overflow-x: hidden
}

.ushinohi-header {
  background-color: #8D020D;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 0;
  object-fit: cover;
}

.ushinohi-header h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0 0 0.5em 0;
  line-height: 1.2;
}

.ushinohi-header p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}

/* 丑の日バナー */
.ushinohi-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

/* ナビボタン */
nav.ushinohi-nav {
  background-color: #B30C18;
  padding: 10px 0;
  text-align: center;
}

nav.ushinohi-nav a {
  color: white;
  text-decoration: none;
  padding: 10px 5px;
  margin: 0 10px;
  font-size: 1rem;
}

nav.ushinohi-nav a:hover {
  background-color: #ffffff;
  color:	#B30C18;
}

/* 迚ｹ髮�そ繧ｯ繧ｷ繝ｧ繝ｳ */
.ushinohi-intro {
  padding: 40px 0;
  text-align: center;
  background-color: #D5D9AD;
}

.ushinohi-intro h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.ushinohi-intro p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.ushinohi-intro h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.ushinohi-intro h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeLetter 0.6s ease-out forwards;
}

/* アニメーション */
.ushinohi-intro h2 span:nth-child(1) { animation-delay: 0.05s; }
.ushinohi-intro h2 span:nth-child(2) { animation-delay: 0.10s; }
.ushinohi-intro h2 span:nth-child(3) { animation-delay: 0.15s; }
.ushinohi-intro h2 span:nth-child(4) { animation-delay: 0.20s; }
.ushinohi-intro h2 span:nth-child(5) { animation-delay: 0.25s; }
.ushinohi-intro h2 span:nth-child(6) { animation-delay: 0.30s; }
.ushinohi-intro h2 span:nth-child(7) { animation-delay: 0.35s; }
.ushinohi-intro h2 span:nth-child(8) { animation-delay: 0.40s; }
.ushinohi-intro h2 span:nth-child(9) { animation-delay: 0.45s; }
.ushinohi-intro h2 span:nth-child(10) { animation-delay: 0.50s; }
.ushinohi-intro h2 span:nth-child(11) { animation-delay: 0.55s; }
.ushinohi-intro h2 span:nth-child(12) { animation-delay: 0.60s; }
.ushinohi-intro h2 span:nth-child(13) { animation-delay: 0.65s; }
.ushinohi-intro h2 span:nth-child(14) { animation-delay: 0.70s; }
.ushinohi-intro h2 span:nth-child(15) { animation-delay: 0.75s; }

@keyframes fadeLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 商品詳細 */
#unagi {
  padding: 40px 0; /* 繝�ヵ繧ｩ繝ｫ繝茨ｼ啀C蜷代￠ */
  background-color: #FFECE2;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

/* 繧ｹ繝槭�逕ｨ縺ｫ荳贋ｸ倶ｽ咏區繧呈ｸ帙ｉ縺� */
@media (max-width: 768px) {
  #kokusan {
    padding: 20px 0; /* 荳贋ｸ�20px繝ｻ蟾ｦ蜿ｳ蟆代＠蠎�ａ */
    ocject-fit: cover;
  }
}

#unagi h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#unagi p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

#unagi ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

#unagi li {
  margin: 0;
  padding: 0;
}


.ushinohi-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
  max-width: 1200px; /* 莉ｻ諢上�譛螟ｧ蟷� */
  margin: 0 auto;
}

.ushinohi-product-link {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  background-color: #B30C18;
  color: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  width: 32%; /* PC縺ｧ3蛻� */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}


/* 繧ｿ繝悶Ξ繝�ヨ繧ｵ繧､繧ｺ��2蛻� */
@media (max-width: 1024px) {
  .ushinohi-product-link {
    width: 48%;
  }
}

/* 繧ｹ繝槭�繧ｵ繧､繧ｺ��1蛻� */
@media (max-width: 768px) {
  .ushinohi-product-link {
    width: 100%;
  }
}

.ushinohi-product-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #B30C18;
}

.ushinohi-product-link img {
  width: 120px !important;
  height: auto;
  border-radius: 8px;
  margin-right: 15px;
}

.ushinohi-product-link p {
   font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: bold;
  margin: 0;
  text-align: left;
}

/* === 繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢� === */
@media (max-width: 768px) {
  .ushinohi-product-link {
    width: 100%; /* 1蛻� */
  }
}


/* 蝠�刀隧ｳ邏ｰ */
.ushinohi-detail {
  background-color: #FFECE2;
  padding: 40px 0;
  border-top: 3px solid #B30C18;
  width: 100%;
}

.ushinohi-detail-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ushinohi-title {
  font-size: 2rem;
  color: #B30C18;
  margin-bottom: 20px;
  text-align: center;
  font-family: "貂ｸ譏取悃", "Yu Mincho", serif;
}

.ushinohi-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.ushinohi-image {
  flex: 1 1 300px;
  text-align: center;
}

.ushinohi-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ushinohi-text {
  flex: 1 1 400px;
}

.ushinohi-text ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.ushinohi-text p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.buy-button {
  display: inline-block;
  background-color: #8D020D;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.buy-button:hover {
  background-color: #163151;
}

/* SP蟇ｾ蠢� */
@media screen and (max-width: 768px) {
  .ushinohi-content {
    flex-direction: column;
  }

  .ushinohi-title {
    font-size: 1.6rem;
  }

  .ushinohi-text {
    text-align: left;
  }
}

/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ蜉ｹ譫� */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.buy-button {
  display: inline-block;
  padding: 12px 24px;
  color: white;
  background-color: ##8D020D; /* 豺ｱ縺�搨 */
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.buy-button:hover {
  background-color: #ffffff;/* 蟆代＠豼�￥ */
  color: #8D020D;
  transform: translateY(-2px); /* 蟆代＠豬ｮ縺九○繧� */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.review-box {
  background-color: #f8f8f8;
  border-left: 5px solid #2c3e50;
  padding: 16px;
  margin: 24px 0;
  font-style: italic;
  border-radius: 8px;
}

.review-title {
  font-weight: bold;
  margin-bottom: 8px;
  color: #2c3e50;
}

.review-author {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555;
}



.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.slider-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
}

.slider-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ====== PC: 5譫壽ｨｪ荳ｦ縺ｳ ====== */
@media screen and (min-width: 768px) {
  .slider-button {
    display: none;
  }

  .slider-track {
    transform: none !important;
    justify-content: center;
  }

  .slider-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* ====== SP: 繧ｹ繝ｩ繧､繝繝ｼ陦ｨ遉ｺ��1譫壹★縺､�� ====== */
@media screen and (max-width: 767px) {
  .slider-button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }

  .slider-button.prev {
    left: 10px;
  }

  .slider-button.next {
    right: 10px;
  }

  .slider-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 繧ｹ繝槭�譎ゅ∫判蜒上し繧､繧ｺ繧貞ｰ代＠蟆上＆縺� */
@media screen and (max-width: 767px) {
  .slider-item img {
    width: 90%; /* 100%縺九ｉ90%縺ｫ邵ｮ蟆� */
    margin: 0 auto;
  }

  .slider-indicators {
    text-align: center;
    margin-top: 10px;
  }

  .slider-indicators .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
  }

  .slider-indicators .dot.active {
    background-color: #333;
  }
}