@charset "UTF-8";
/*共通部品*/
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #382710;
  background-color: #fcfaf2;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

.sectionHeading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sectionTitle {
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 24px;
  }
}

/*ヘッダー*/
.header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }
}

.header-site-logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-site-logo {
    padding: 11px 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-site-logo img {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .header-nav {
    width: 100%;
    background-color: #f4eed8;
    padding: 8px 0;
  }
}

.header-menu {
  font-weight: 500;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-menu {
    font-size: 14px;
  }
}

/*共通部品*/
.fv {
  position: relative;
}

.fv-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv-img img {
    height: 240px;
  }
}

.fv-title {
  width: 580px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  text-align: center;
  padding: 8px 32px;
}
@media screen and (max-width: 768px) {
  .fv-title {
    width: 302px;
    font-size: 22px;
    padding: 3px 10px;
  }
}
.fv-title_bold {
  font-weight: 500;
}

/*コンテンツのラッパー*/
.container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .container {
    gap: 50px;
  }
}

.main {
  width: 69%;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
  }
}

.sidebar {
  width: 28%;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
  }
}

.sidebarLeft {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/*お知らせ*/
.news {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 480px) {
  .news {
    gap: 30px;
  }
}

.news-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.news-contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
}

.news-bottom {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .news-bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.news-img {
  width: 100%;
}

.news-pickup {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .news-pickup {
    width: 100%;
  }
}

.news-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-detail-date {
  font-size: 14px;
  font-weight: 500;
}
.news-detail-title {
  font-size: 15px;
  font-weight: bold;
}
.news-detail-text {
  font-size: 15px;
}

/*おすすめ雑貨特集*/
.special {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 480px) {
  .special {
    gap: 30px;
  }
}

.special-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.special-bottom {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .special-bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.special-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.special-contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
}

.special-img {
  width: 100%;
}

.special-pickup {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .special-pickup {
    width: 100%;
  }
}

.special-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.special-detail-date {
  font-size: 14px;
  font-weight: 500;
}
.special-detail-title {
  font-size: 15px;
  font-weight: bold;
}
.special-detail-text {
  font-size: 15px;
}

.special-link-text {
  display: flex;
  align-items: center;
  font-size: 15px;
  width: fit-content;
  margin-left: auto;
}

/*サイドバー*/
/*カテゴリー*/
.category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.category-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .category-top {
    gap: 20px;
  }
}

.category-link-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: fit-content;
  margin-left: auto;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.category-btn {
  border: 0.5px solid #d4cdb3;
  border-radius: 5px;
}

.category-item {
  display: block;
  padding: 11px 6px;
}

.category-btn-img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .category-btn-img {
    margin-bottom: 16px;
  }
}

.category-btn-title {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}

.category-search {
  display: flex;
  border: 1px solid #d4cdb3;
  border-radius: 3px;
  height: 43px;
}

.category-input-search {
  background-color: #fff;
  width: calc(100% - 53px);
  padding: 8px;
}

.category-search-btn {
  width: 53px;
  padding: 10px;
  background-color: #fff2bf;
}

.category-img {
  width: 100%;
}

/*人気記事*/
.popularity-link {
  display: flex;
  gap: 20px;
  padding: 14px 0;
}

.popularity-link-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .popularity-link-text {
    margin-bottom: 20px;
  }
}

.popularity-item {
  border-top: 1px solid #E8E3D2;
}
.popularity-item:last-child {
  border-bottom: 1px solid #E8E3D2;
}

.popularity-date, .popularity-title {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .popularity-date, .popularity-title {
    font-size: 16px;
  }
}

/*X投稿記事*/
.post {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .post {
    gap: 20px;
  }
}

.post-link-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: fit-content;
  margin-left: auto;
}

/*フッター*/
.footer {
  background-color: #fff;
  padding: 42px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 30px 14px;
  }
}

.footer-inner {
  display: flex;
  max-width: 985px;
  margin: 0 auto;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-heading-text {
  font-size: 14px;
}

.footer-right {
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer-right {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer-right {
    flex-direction: column;
    gap: 40px;
  }
}

.footer-address-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-title {
  display: inline;
  border-bottom: 0.5px solid #b2572f;
  padding-bottom: 4px;
}

.address-list,
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */