@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Playfair+Display:ital:wght@400;500;600;700@0;1&family=BIZ+UDPMincho:wght@400;500;600;700&display=swap");

/* ========================================
   Variables
   ======================================== */
:root {
  --color-red: #e60012;
  --color-blue: #009fe3;
  --color-green: #449944;
  --color-gold: #b1912f;
  --color-gold-light: #d4b86a;
  --color-gold-dark: #8a6f1f;
  --color-btn: #e8c9a0;
  --color-btn-hover: #ddb882;
  --color-text: #333;
  --color-text-sub: #595757;
  --color-border: #e0e0e0;
  --color-bg: #f5f5f5;
  --color-white: #fff;
  --container-width: 1100px;
  --brand-width: 900px;
  --serif: 'BIZ UDPMincho', 'BIZ UDMincho', serif;
  --sans_serif: "Noto Sans JP", sans-serif;
  --color-bg: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

/* ========================================
   Reset & Base
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans_serif);
  font-size: 14px;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ========================================
   Site Header
   ======================================== */
.site-header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}

.site-header_inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header_logo {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-red);
}

.site-header_logo span {
  display: block;
  font-size: 11px;
  color: var(--color-blue);
}

.site-header_search {
  flex: 1;
  display: flex;
  max-width: 480px;
  margin: 0 auto;
}

.site-header_search input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
}

.site-header_search button {
  padding: 10px 16px;
  background: var(--color-text);
  color: var(--color-white);
  border-radius: 0 4px 4px 0;
  font-size: 16px;
}

.site-header_utils {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.site-header_util {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  color: var(--color-text-sub);
}

.site-header_util-icon {
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.site-nav {
  display: flex;
  max-width: var(--container-width);
  margin: 0 auto;
}

.site-nav_item {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
}

.site-nav_item--gift {
  background: var(--color-red);
}

.site-nav_item--delivery {
  background: var(--color-blue);
}

.site-nav_item--super {
  background: var(--color-green);
}

.breadcrumb {
  background: #fafafa;
  border-bottom: 1px solid var(--color-border);
  font-size: 12px;
  color: var(--color-text-sub);
}

.breadcrumb_inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 8px 20px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}


.block-genre-page>.block-genre-page-head {
  display: none;
  margin: 0;
  padding: 0;
}


/* ========================================
   Left Colmn Undisplayed
   ======================================== */
.block-genre-page--sub.block-readmore-contents.js-readmore-contents {
  display: none !important;
  /* KV訴求用 */
}

.pane-left-menu {
  display: none !important;
  /* KV訴求用 */
}

/* KV訴求にともなう各種調整  */
.block-thumbnail-t {
  gap: 20px;
  justify-content: center;
}

.block-thumbnail-t--goods {
  margin: 0 10px 100px 0;
}

/* ========================================
   Brand Content Area (#brand_HKF)
   ======================================== */
#brandMain {
  max-width: var(--brand-width);
  margin: 0 auto;
  position: relative;

}

#brandMain .block-genre-page--header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 35px 0 20px;
}

#brand_HKF {
  max-width: var(--brand-width);
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -100px;
  top: -100px;
  position: relative;
  padding-bottom: 20px;
}

.area-brand-content {
  background: var(--color-white);
}


#brand_HKF ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#brand_HKF a {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}

#brand_HKF p {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Key Visual */
.kv img,
.block-genre-page--header-img {
  width: 100%;
  display: block;
  border-bottom: #935E00 10px solid;
  margin: 0 auto;
  margin-bottom: 30px;
}

.block-genre-page--header-img.sp {
  display: none;
}


.block-genre-page-head {
  padding: 0;
}

.block-genre-page--comment {
  text-align: center;
}

.block-genre-page--comment {
  margin: 40px 2% 10px !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.block-genre-page--comment .sp {
  display: none;
}

/* Section Common */
.warp_area {
  padding: 60px 7% 70px;
  background: linear-gradient(to bottom, var(--color-white) 0px, #f2f2f2 300px), #f2f2f2 100%;
  margin: 0 20px 50px;
}

.warp_area .sp {
  display: none;
}

#brandMain h2.section-title,
.pane-main h2.section-title {
  font-family: var(--serif);
  display: block;
  margin-bottom: 50px;
  position: relative;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  top: -30px;
}

.section-title::after {
  content: "";
  display: block;
  height: 30px;
  margin: -50px auto 40px;
  background: url(/img/usr/genre/rB7/SecOrn.svg) no-repeat center 0 / 180px auto;
}

.section-title_en {
  display: block;
  margin-top: 40px;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.05em;
  font-size: 0.4em;
  font-weight: 400;
  color: var(--color-text-sub);
  letter-spacing: -0.005em;
  top: .3em;
  position: relative;
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* Recommended Section */
.recommend_block {
  /* background-image: var(--color-bg); */
  /* background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% calc(100% - 20px); */
}

.recommend_block .flex_block {
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.recommend_block li {
  width: calc(25% - 9px / 3);
  background: #fffaf5;
  position: relative;
  transition: opacity 0.2s;
}


.recommend_block li:hover {
  opacity: 0.85;
}

.recommend_item {
  border: 1px solid #e6e6e6;
  background: var(--color-white);
  box-shadow: 2px 2px 6px hsl(0 0% 0% / 5%);
}

.item_img {
  padding: 8px;
  background: var(--color-white);
}

.item_img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.item_brand {
  padding: 0 12px 8px;
  text-align: center;
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.item_brand img {
  height: auto;
  max-width: 140px !important;
}

.recommend_item_name {
  padding: 0 12px 16px;
  text-align: left;
  font-size: 13px;
  color: var(--color-text-sub);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}

.slider-dots span.is-active {
  background: var(--color-gold);
}

/* Category Section */
.category_block {
  /* background-image: var(--color-bg); */
  /* background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% calc(100% - var(--bg-margin-top)); */
}

.category_block .flex_block {
  gap: 16px;
}

.cat_card {
  width: calc(33.333% - 11px);
  background: var(--color-white);
  box-shadow: 2px 2px 8px hsl(0 0% 0% / 6%);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.cat_card img:hover {
  /* transform: translateY(-2px);
  box-shadow: 2px 4px 12px hsl(0 0% 0% / 10%); */
  /* transition: 0.5s;
  transform: scale(1.1); */
}

.cat_card h3 {
  margin: 0;
  font-family: var(--serif);
  padding: 15px 16px;
  font-size: 1.6em;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(#bc7900 20%, #9561009a 100%);
  position: absolute;
  top: 0;
  width: 100%;
  text-shadow: 0 0 5px rgb(70 42 0 / 48%);
}


.cat_card p img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: 330px;
}

.cat_card .cap {
  padding: .5em 1.2em !important;
  font-size: 13px;
  color: var(--color-text-sub);
  text-align: center;
  min-height: 60px;
  background-color: #ffffffcc;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Product Listing */
.product_section {
  background: var(--color-white);
  padding: 40px 0 60px;
}

.product_section_inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.product_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 20px;
  background: #fafafa;
  border: 1px solid var(--color-border);
  font-size: 13px;
}

.product_toolbar_count {
  font-weight: 500;
}

.product_toolbar_controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product_toolbar select {
  padding: 6px 28px 6px 10px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 12px;
  background: var(--color-white);
}

.view-toggle {
  display: flex;
  gap: 4px;
}

.view-toggle button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  font-size: 14px;
  color: var(--color-text-sub);
}

.view-toggle button.is-active {
  background: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text);
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
}

.product_card {
  border: 1px solid var(--color-border);
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.product_card:hover {
  box-shadow: 2px 4px 12px hsl(0 0% 0% / 8%);
}

.product_card_img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #fafafa;
}

.product_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_card_body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product_card_name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product_card_price {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.product_card_price .yen {
  font-size: 14px;
}

.product_card_price .tax {
  font-size: 10px;
  font-weight: 400;
  color: var(--color-text-sub);
}

.product_card_btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--color-btn);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
  transition: background 0.2s;
}

.product_card_btn:hover {
  background: var(--color-btn-hover);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  font-size: 13px;
  color: var(--color-text);
}

.pagination a:hover {
  background: #fafafa;
}

.pagination .is-current {
  background: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text);
}

/* History Section */
.history_block {
  background: var(--color-bg);
  padding: 50px 20px 60px;
}

.history_block_inner {
  max-width: var(--container-width);
  margin: 0 auto;
}

.history_block_title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
  text-align: left;
}

.history_list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.history_list::-webkit-scrollbar {
  height: 4px;
}

.history_list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.history_item {
  flex: 0 0 140px;
  scroll-snap-align: start;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.history_item_img {
  aspect-ratio: 1;
  overflow: hidden;
}

.history_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history_item_name {
  padding: 8px;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.history_item_price {
  padding: 0 8px 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}




/* ========================================
   Site Footer
   ======================================== */
.site-footer {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  margin-top: 0;
}

.site-footer_logo {
  text-align: center;
  padding: 40px 20px 30px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-red);
}

.site-footer_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.site-footer_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--color-text-sub);
}

.site-footer_icon-box {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.site-footer_nav {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 30px 20px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-top: 1px solid var(--color-border);
}

.site-footer_nav h4 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.site-footer_nav li {
  margin-bottom: 8px;
}

.site-footer_nav a {
  font-size: 12px;
  color: var(--color-text-sub);
}

.site-footer_nav a:hover {
  text-decoration: underline;
}

.site-footer_bottom {
  background: #333;
  color: #aaa;
  padding: 16px 20px;
  text-align: center;
  font-size: 11px;
}

.site-footer_links {
  margin-bottom: 8px;
}

.site-footer_links a {
  color: #ccc;
  margin: 0 8px;
}

.site-footer_links a:hover {
  text-decoration: underline;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 991px) {

  .block-genre-page--header-img.sp {
    display: none;
  }

  .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .recommend_block li {
    width: calc(50% - 6px);
  }

  .cat_card {
    width: calc(50% - 8px);
  }

  .warp_area {
    margin: 0 0 50px;
  }

  .cat_card p img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .site-header_inner {
    flex-wrap: wrap;
    padding: 10px 14px;
  }

  .site-header_search {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .site-header_utils {
    gap: 12px;
  }

  .site-nav_item {
    font-size: 12px;
    padding: 10px 4px;
  }

  .block-genre-page--header-img {
    display: none;
  }

  .block-genre-page--header-img.sp {
    display: block;
  }


  .block-genre-page--comment {
    margin: 20px 14px 30px !important;
    font-size: 1.0em;
  }

  .block-genre-page--comment .sp {
    display: inline;
  }

  .warp_area {
    padding: 40px 14px 50px;
  }

  .warp_area h2.section-title small {
    font-size: .7em;
  }

  .warp_area .sp {
    display: inline;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .recommend_block li {
    width: calc(50% - 6px);
  }

  .cat_card {
    /* width: 100%; */
  }

  .cat_card p img {
    height: 300px;
  }

  .cat_card h3 {
    font-size: 1.4em;
  }

  .cat_card h3:has(br.sp) {
    line-height: 1.3em;
    /* font-size: 100%; */
    padding: .3em 1em;
  }


  .product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product_toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 600px) {}