@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #F8F5E6;
  background-color: #7E6551;
  /*font-weight: 200;*/
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.strong_tex {
  font-size: 15px;
  color: #F8F5E6;
  font-weight: 600;
}

.innerWrap {
  max-width: 960px;
  margin: 0 auto;
  padding-top: clamp(40px, 8vw, 135px);
}

h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 27px;
  color: #F8F5E6;
  margin-bottom: 38px;
  font-weight: 300;
  letter-spacing: 1em;
  line-height: 1.8;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #F8F5E6;
  margin-bottom: 10px;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding-bottom: 60px;
  position: relative;
  display: inline-block;
}

h2::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 3px;
  background: #B20611;
}

h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  color: #F8F5E6;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0.8em;
  line-height: 1.8;
}

/* header */

.hero_log {
  padding-top: 20px;
  padding-bottom: 100px;
  width: 200px;
  height: 30px;
  margin: 0 auto 16px;
}

.intro-section {
  text-align: left;
  margin-bottom: 135px;
}

/* ハンバーガーメニュー用のスタイル */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #F8F5E6;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 400px;
}

/* main */

.main_area {
  max-width: 960px;
  margin: 0 auto;
  padding: 83px 0 0 0;
}

.breadcrumb ul {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li:before {
  content: "＞";
  margin: 0 6px;
  color: #F8F5E6;
}

.breadcrumb a {
  text-decoration: none;
  color: #F8F5E6;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.favorite_title h1 {
  letter-spacing: 5.4px;
}

/* お気に入り */

.favorite_title {
  margin-bottom: 50px;
}

.favorite-sec {
  background-color: #937B67;
}

.favorite-area {
  padding-bottom: 135px;
  margin-bottom: 38px;
  width: 960px; 
  margin-left: auto;
  margin-right: auto; 
  box-sizing: border-box;
}

.product-group-title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #F8F5E6;
  margin: 0 0 33px 0;
}

.product-group-title .title-line {
  display: inline-block;
  width: 58px; 
  height: 2px; 
  background-color: #B20611; 
  margin-left: 12px; 
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 176px); 
  gap: 20px; 
  width: 960px; 
  margin: 0 auto;
  justify-content: start;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.brand-name {
  font-size: 12px;
  font-weight:bold;
  color: #F8F5E6;
  text-align: left;
  width: 100%;
  min-height: 1rem;
}
.product-name {
  font-size: 14px;
  color: #F8F5E6;
  text-align: left;
  width: 100%;
  min-height: 4rem;
}

.gold-btn a {
  display: inline-block;
  text-align: center;
  padding: 12px;
  margin-bottom: 22px;
  width: 180px;
  font-size: 15px;
  background: #ECD7AC;
  color: #6A5443; 
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 22px;
}

.gold-btn a::after {
  content: "›"; 
  position: absolute;
  right: 16px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 16px;
}

.gold-btn a:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

.remove-favorite {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
}

.remove-favorite::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.remove-favorite:hover::after {
  width: 100%;
}

.product-group-kinenhin {
  margin-bottom: 83px; 
}

.category-area {
  padding-bottom: 135px;
}

/* status */

.status_sec {
  padding-bottom: 100px;
  margin-bottom:0px !important;
}

.status-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  /*justify-content: space-between;*/
}

.status-card {
  width: 290px;
  /*height: 248px;*/
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.status-name, .status-header {
  color: #7E6551;
}

.status-header {
  background: #f0f0f0;
  text-align: center;
  padding: 8px 0;
  font-weight: 400;
}

.status-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  text-align: center;
}

.status-content.selected .product {
  display: flex;
  gap: 8px;
  text-align: left;
  align-items: center;
}

.product img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-name {
  margin-bottom: 4px;
  color: #7E6551;
}

.product-link {
  font-size: 12px;
  color: #bbbcbd;
  text-decoration: underline;
}

.product_btn {
  display: inline-block;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 300;
  color: #7E6551;
  border: 1px solid #7E6551;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}

.not-selected .unselected-text {
  color: #bbbcbd;
  font-size: 14px;
}

.btn-submit {
  background: #d74040;
  color: #fff;
  border: none;
  padding: 12px;
  width: 300px;
  cursor: pointer;
}

.btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* footer */

footer {
  border-top: 2px solid #B20611;
  padding-bottom: 50px;
}

.footer_log {
  padding-bottom: 100px;
  position: relative;
  display: inline-block;
}

.footer_log::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 3px;
  background: #B20611;
}

.footer-text {
  font-size: 12px;
  color: #F8F5E6;
  font-weight: 300;
}

.footer-links {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  padding-bottom: 10px;
}

.menu-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info {
  margin-bottom: 20px;
}

/* RESPONSIVE STYLES - タブレット対応= */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .innerWrap {
    max-width: 100%;
    padding: 100px 30px 0;
  }
  
  .favorite-area {
    width: 100%;
    padding: 0 30px 135px;
  }
  
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px;
    padding: 0;
  }
  
  /* ステータスカード  */
  .status-area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
  }
  
  .status-card {
    width: 290px;
    height: 248px;
    margin-bottom: 40px;
  }
}

/* RESPONSIVE STYLES  */

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  
  .innerWrap {
    padding: 80px 15px 0;
  }
  
  h1 {
    font-size: 24px;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
  }
  
  h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
  }
  
  h2::before {
    width: 50%;
  }
  
  h3 {
    font-size: 16px;
    letter-spacing: 0.4em;
  }
  
  /* ハンバーガーメニューのスタイル */
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 1001;
  }
  

main.main_area {
  padding-top: 10px;
}


  header nav {
    position: relative;
  }
  
  header nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #7E6551;
    flex-direction: column;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
  }
  
  header nav ul.show {
    display: flex;
  }
  
  header nav ul li {
    padding: 0;
  }
  
.favorite_title {
  font-size: 27px;
margin: 30px;

}


 .hero_log {
    margin: 0 0 20px 0; 
   }

    .hero_log img {
    width: 140px; 
    }

  .intro-section {
    margin-bottom: 80px;
    text-align: center;
  }
  
  /* メインコンテンツ */
  .hero_sec {
    padding-bottom: 0px;
  }
  
  .kinen_hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  /* パンくずナビ */
  .breadcrumb ul {
    font-size: 12px;
    flex-wrap: wrap;
  }
  
  /* お気に入りエリア */
  .favorite-area {
    width: 100%;
    padding: 0 15px 80px;
  }
  
  /* 商品グリッド */
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    padding: 0;
  }
  
  .product-item {
    padding-bottom: 20px;
  }

  .brand-name {
  font-size: 10px;
  font-weight:bold;
  color: #F8F5E6;
  text-align: left;
  min-height: 1rem;
}

  .product-name {
    font-size: 12px;
    min-height:4rem;
    /*text-align: center;*/
  }
  
  .gold-btn a {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  
  
  /* カテゴリーアイテム */
  .category-item {
    height: 50px;
    padding: 0 0 0 4px;
  }
  
  .category-text {
    font-size: 12px;
  }
  
  .category-item img {
    height: 50px;
    width: auto;
  }
  
  /* ステータスセクション  */
  .status_sec {
    margin-bottom: 120px;
  }
  
  .status-area {
    flex-direction: column;
    align-items: center;
  }
  
 .status-card {
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
  }
  
    .product img {
    width: 100px;
    height: 100px;
  }
  
  .btn-submit {
    width: 100%;
    max-width: 280px;
  }
  
  /* ボタン */
  .btn-outline a,
  .product_btn {
    padding: 10px 30px;
    font-size: 14px;
  }
  
  /* ラインナップセクション */
  .lineup_sec {
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  
  .lineup-area {
    padding-bottom: 80px;
  }
  
  .pick_sec {
    margin-bottom: 80px;
  }
  
  .pick-list li {
    margin-bottom: 30px;
  }
  
  .category-area {
    padding-bottom: 80px;
  }
  
  /* フッター */
  .footer_log {
    padding-bottom: 60px;
  }
  
  .footer_log::before {
    width: 50%;
  }
  
  .footer-links {
    flex-direction: row;
    gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footer-text {
    font-size: 12px;
  }
}

/* RESPONSIVE STYLES  */

@media screen and (max-width: 480px) {
  .innerWrap {
    padding: 60px 10px 0;
  }
  
  h1 {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
  
  h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  
  .hero_log {
    width: 120px;
    padding-bottom: 40px;
  }
  
  .favorite-area {
    padding: 0 10px 80px;
  }
  
  .product-grid {
    gap: 10px;
  }
  
  .status-area {
    padding: 0 10px;
  }
  
    .status-card {
    max-width: 100%;
  }


  .btn-outline a,
  .product_btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  
  .btn-submit {
    width: 100%;
    max-width: 260px;
  }
  
  .footer-links {
    gap: 12px;
  }
}

/* ホバーエフェクトの調整（タッチデバイス対応） */

@media (hover: hover) {
  .pagination .page:hover,
  .btn-outline a:hover,
  .product_btn:hover {
    opacity: 0.8;
  }
}

@media (hover: none) {
  .pagination .page:active,
  .btn-outline a:active,
  .product_btn:active {
    opacity: 0.8;
  }
}