/* ==================================================
   全体リセット・打ち消し設定（最上部に配置）
================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-title:after {
  content: none;
  display: none;
  position: static;
  border: none;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 0;
  }
}

#curry-feature br {
  display: block;
}
/* スマホでは非表示にする */
@media (max-width: 767px) {
  #curry-feature br {
    display: none;
  }
}
/* ==================================================
   共通
================================================== */
#curry-feature {
  background-color: #f9ae36;
}

#curry-feature section {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #curry-feature section {
    max-width: 100%;
  }
}

#curry-feature a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  #curry-feature a {
    line-height: 1.5;
  }
}

#curry-feature a:hover {
  text-decoration: underline;
}

#curry-feature .price {
  color: red;
  font-weight: bold;
}

#curry-feature img {
  width: 100%;
}

/* ==================================================
   バナー
================================================== */
#curry-feature .main-banner {
  width: 100%;
  min-height: 360px;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #curry-feature .main-banner {
    min-height: 230px;
  }
}

#curry-feature .main-banner .banner-background {
  position: absolute;
  width: 100%;
  height: 360px;
  background-position: 50% 0%;
}

#curry-feature .banner-background {
  position: absolute;
  width: 100%;
  height: 360px;
}

@media (max-width: 767px) {
  #curry-feature .main-banner .banner-background {
    display: none;
  }
}

#curry-feature .main-banner .banner-sp {
  display: none;
}

@media (max-width: 767px) {
  #curry-feature .main-banner .banner-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

#curry-feature .main-banner img {
  position: absolute;
  width: 100%;
  height: 360px;
}

#curry-feature .main-banner .banner-title {
  max-width: 1200px;
  height: 360px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  #curry-feature .main-banner .banner-title {
    display: none;
  }
}

/* ==================================================
   キャッチコピー
================================================== */
#curry-feature .catch-copy {
  text-align: center;
  padding: 40px 20px;
}

#curry-feature .catch-copy p{
  font-size: 16px;
}

#curry-feature .catch-copy .section-title{
  margin: 15px 0;
  line-height: 1.5;
}

#curry-feature .catch-copy h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #curry-feature .catch-copy h1 {
    font-size: 24px;
  }
}

/* ==================================================
   商品詳細
================================================== */
#curry-feature .feature-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  clear: both;
}

@media (max-width: 767px) {
  #curry-feature .feature-container {
    padding: 10px;
    max-width: 100%;
  }
}

#curry-feature .main-product {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 35px;
  border-radius: 20px;
  background-color: #fff5e7;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #curry-feature .main-product {
    padding: 20px;
    display: block;
  }
}

#curry-feature .sub-product-title a:hover {
  color: #ff0000;   
}

#curry-feature .main-product-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

#curry-feature .main-product-title a:hover  {
 color: #ff0000;   
}

@media (max-width: 767px) {
  #curry-feature .main-product-title {
    font-size: 20px;
    margin-top: 10px;
  }
}

#curry-feature .main-product-description {
  font-size: 15px;
  line-height: 1.7;
}


#curry-feature .main-product-info {
  max-width: 600px;
}

#curry-feature .main-product-price {
  font-size: 26px;
  font-weight: bold;
  color: red;
  margin: 5px 0;
}

#curry-feature .main-product-price span {
  font-size: 18px;
}

@media (max-width: 767px) {
  #curry-feature .main-product-image {
    text-align: center;
  }
}

#curry-feature .main-product-image img {
  max-width: 370px;
  height: auto;
  border-radius: 20px;
}
#curry-feature .main-product-image img:hover {
 opacity: 0.8;
}


@media (max-width: 767px) {
  #curry-feature .main-product-image img {
    max-width: 340px;
  }
}

#curry-feature .sub-products,
#curry-feature .side-menu {
  margin-top: 120px;
}
@media (max-width: 767px) {
    #curry-feature .sub-products,
    #curry-feature .side-menu {
    margin-top: 70px;
  }
}


#curry-feature .feature-container .section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ffe24a;
  margin: 40px 0 20px;
}

@media (max-width: 767px) {
  #curry-feature .feature-container .section-title {
    font-size: 25px;
    margin-bottom: 15px;
    margin: 15px 0;
  }
}

#curry-feature .feature-container .section-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

#curry-feature .sub-products .sub-product-grid,
#curry-feature .side-menu .sub-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background-color: #fff5e7;
  padding: 35px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #curry-feature .sub-products .sub-product-grid,
  #curry-feature .side-menu .sub-product-grid {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  #curry-feature .sub-products .product-card,
  #curry-feature .side-menu .product-card {
    text-align: center;
  }
}

#curry-feature .sub-products .product-card img,
#curry-feature .side-menu .product-card img {
  max-width: 340px;
  height: auto;
  border-radius: 20px;
}

#curry-feature .sub-products .product-card img:hover,
#curry-feature .side-menu .product-card img:hover{
  opacity: 0.8;
}


#curry-feature .sub-products .product-card p,
#curry-feature .side-menu .product-card p {
  margin: 5px 0;
  line-height: 1.5;
  text-align: left;
}

#curry-feature .sub-products .sub-product-title,
#curry-feature .side-menu .sub-product-title {
  font-weight: bold;
  font-size: 18px;
}

#curry-feature .sub-products .product-description,
#curry-feature .side-menu .product-description {
  font-size: 14px;
}

#curry-feature .sub-products .price,
#curry-feature .side-menu .price {
  font-size: 20px;
}

#curry-feature .sub-products .price span,
#curry-feature .side-menu .price span {
  font-size: 15px;
}

/* ==================================================
   ボタン
================================================== */

#curry-feature .btn-area {
  text-align: center;
  margin-top: 50px;
}

#curry-feature .more-button {
  width: 270px;
  display: inline-block;
  padding: 15px 40px;
  background: #561f00;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  #curry-feature .more-button {
    width: 80%;
    padding: 10px;
  }
}

#curry-feature .more-button:hover {
  background: #7a1515;
  opacity: 0.9;
  text-decoration: none;
}

