@charset "UTF-8";

/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 共通 */
html {
  font-size: 100%;
}
body {
  color: #111111;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
a {
  color: #111111;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 1120px;
  padding: 0 16px;
  margin: 0 auto;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #933c24;
  line-height: 1;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

/* ヘッダー */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .wrapper {
  display: flex;
  align-items: center;
  padding: 19px 0;
}
.header-logo img {
  width: 87px;
}
.hamburger {
  display: none; /* PCでは非表示 */
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger span {
  width: 30px;
  height: 3px;
  background: #fff;
}
.header nav {
  margin-left: 138px;
  display: block;
}
.header nav ul {
  display: flex;
  gap: 30px;
}
.header nav a {
  color: #f5f5f5;
  font-size: 22px;
  font-weight: 500;
}
.header nav a.active {
  color: #e9bd8c;
}

/* メインビジュアル */
.mv {
  background-image: url(../images/mv1.png);
  background-size: cover;
  background-position: center;
  height: 813px;
}
.mv .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv-sub {
  color: #e9bd8c;
  font-size: 24px;
  margin-top: 100px;
}
.mv h1 {
  color: #f5f5f5;
  font-size: 74px;
  margin-bottom: 101px;
  font-family: "Sansita Swashed", cursive;
  line-height: 1.1;
  font-weight: 500;
}

.mv-buttons {
  display: flex;
  align-items: center;
}

.mv-buttons .mv-btn {
  color: #f5f5f5;
  font-size: 24px;
  border-radius: 8px;
  width: 194px;
  height: 65px;
}
.mv-buttons a:last-child {
  color: #e9bd8c;
  font-size: 24px;
  margin-left: 19px;
}

/* セクション */
.section-title {
  font-size: 64px;
  text-align: center;
  font-family: "Sansita Swashed", cursive;
}

/* セクション１ */
.section1 {
  padding: 130px 0;
}

.section1 .products {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  width: 360px;
  height: 411px;
  background-image: url(../images/section1.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
}

.product-card img {
  margin: 0 auto;
  margin-top: 8px;
}

.product-info {
  position: absolute;
  top: 248px;
  left: 29px;
  right: 29px;
  bottom: 38px;

  display: flex;
  flex-direction: column;

  color: white;
}

.product-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 39px;
}
.product-info-top .price {
  font-weight: 500;
  font-size: 24px;
}
.product-info-top .icon {
  width: 39px;
  height: 39px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  font-size: 20px;
}
.product-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  margin-top: 30px;
}
.product-info-bottom .btn-add {
  color: white;
  background-color: #933c24;
  border-radius: 4px;
  width: 71px;
  height: 49px;
}

/* セカンドビジュアル */
.second-visual {
  background-image: url(../images/mv2.png);
  background-size: cover;
  background-position: center;
  height: 442px;
}

.second-visual .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0 87px 0;
  max-width: 502px;
}

.second-visual .second-title {
  font-family: "Sansita Swashed", cursive;
  color: #933c24;
  margin-bottom: 20px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 550;
}

.second-visual .second-text {
  font-family: "Inter", sans-serif;
  color: #5d5d5d;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.second-visual .second-btn {
  color: white;
  border-radius: 10px;
  width: 202px;
  height: 63px;
  font-size: 24px;
}

/* セクション2 */
.section2 .wrapper {
  margin-top: 130px;
}

.section2 .section-title {
  margin-bottom: 95px;
}

.section2 .category-tab {
  display: flex;
  justify-content: center;
  font-size: 24px;
  gap: 40px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
}
/* 各リンクの準備 */
.section2 .category-tab a {
  position: relative;
  display: inline-block;
  color: #5d5d5d;
  font-weight: 600;
}

.section2 .category-tab a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px; /* 親のborder-bottom（padding分+1px）にピッタリ重ねる数値 */
  width: 100%;
  height: 6px;
  background-color: #933c24;
  border-radius: 6px;
}
.section2 .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 121px;
  margin-bottom: 130px;
}

.section2 .gallery img {
  width: 360px;
  height: 350px;
}

/* サードビジュアル */
.third-visual {
  background-image: url(../images/mv3.png);
  background-size: cover;
  background-position: center;
  height: 454px;
  margin-bottom: 130px;
}

.third-visual .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.third-visual .third-title {
  font-family: "Sansita Swashed", cursive;
  color: #f5f5f5;
  margin-bottom: 30px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 550;
}

.third-visual .third-text {
  font-family: "Inter", sans-serif;
  color: #b9b9b9;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.third-visual .third-btn {
  color: white;
  border-radius: 10px;
  width: 195px;
  height: 63px;
  font-size: 24px;
}

/* セクション3 */
.section3 .featured {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 130px;
}

.section3 .featured-item img {
  width: 360px;
  height: 356px;
  margin-bottom: 31px;
}

.section3 .featured-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  gap: 61px;
}

/* フッター */
.footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center;
  margin-top: 130px;
  padding: 30px 0 56px;
  height: 633px;
}

.footer .wrapper {
  height: 100%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9bd8c;
}

.footer-logo img {
  width: 114px;
  height: auto;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-right: 100px;
}

.footer-social-title {
  color: #e9bd8c;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-social-items {
  display: flex;
  gap: 24px;
}

.footer-social-items img {
  width: 42px;
  height: 42px;
}

/* フッター中央をGridで3カラムに配置
   各カラムは最低220pxを確保し、余白を均等に分配する */
.footer-middle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 52px;
}

.footer-title {
  color: #e9bd8c;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.4;
}

.footer .footer-text {
  font-size: 24px;
  margin-bottom: 12px;
  color: #f5f5f5;
  line-height: 1.4;
}

.footer-explore .footer-text {
  line-height: 1.6;
}

/* Recent News */
.news-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-set {
  display: flex;
  gap: 23px;
}

.footer-news img {
  width: 100px;
  height: 67px;
  object-fit: cover;
}

.footer-date {
  color: #e9bd8c;
  font-size: 18px;
}

/* フッターボトム */
.footer-bottom {
  text-align: center;
  margin-top: 80px;
}

.footer-bottom p {
  color: #a3a3a3;
  font-size: 20px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .header {
    padding: 0 16px;
  }
  .header .wrapper {
    justify-content: space-between;
  }
  .header-logo {
    flex-shrink: 0;
  }
  .header nav {
    display: none;
    width: 100%;
  }
  .header nav.active {
    display: block;
    background: black;
    padding: 30px 0;
    opacity: 0.8;
  }
  .header nav ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hamburger {
    display: flex;
  }
  .hamburger span {
    transition: transform 0.3s;
    opacity: 0.7;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .section1 .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1 .product-card {
    width: 100%;
    height: 411px;
  }
  .section2 .category-tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section2 .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2 .gallery img {
    width: 100%;
    height: auto;
  }
  .section3 .featured {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 .featured-item img {
    width: 100%;
    height: auto;
  }
  .footer {
    height: 100%;
  }
  .footer-logo {
    flex-shrink: 0;
  }
  .footer-social {
    gap: 15px;
    margin-right: 0px;
  }
  .footer-social-items {
    gap: 10px;
  }
  .footer-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-about,
  .footer-explore {
    width: 220px;
  }
  .footer-news {
    width: 300px;
  }
}
