﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* ========================================
   Variables
   ======================================== */
:root {
  --color-red: #DB0000;
  --color-red-light: #FF0000;
  --color-red-dark: #B50000;
  --color-blue: #009fe3;
  --color-green: #449944;
  --color-gold: #9561009a;
  --color-gold-light: #c6a03a;
  --color-gold-dark: #a16600;
  --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: "Shippori Mincho", serif;
  --sans_serif: "Yu Gothic", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", 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;
  text-decoration: none;
}

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;
  /* top: -100px; */
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: var(--color-text);
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", sans-serif;
  margin-bottom: -100px;
}


.area-brand-content {
  background: var(--color-white);
}


/* Key Visual */
.kv img,
.block-genre-page--header-img {
  width: 100%;
  display: block;
  border-bottom: var(--color-red) 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% 50px !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 100px;
}

.warp_area .sp {
  display: none;
}

#brandMain h2.section-title,
.pane-main h2.section-title {
  font-family: var(--serif);
  display: block;
  margin: 20px auto 90px;
  position: relative;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
  font-feature-settings: "halt" 1;
  letter-spacing: -0.06em;
}

.section-title::after {
  content: "";
  display: block;
  height: 30px;
  margin: -50px auto 40px;
  /* background: url(/img/usr/genre/rB7/SecOrn.svg) no-repeat center 0 / 230px auto; */
}

.section-title_en {
  display: block;
  margin-top: 30px;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
  font-size: 0.4em;
  font-weight: 400;
  color: var(--color-text-sub);
  line-height: 1.4em;
  top: 0;
  position: relative;
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_block.trendW {
  justify-content: center;
  margin-top: -20px;
}

.flex_block .tWords {
  font-size: 1.4em;
  margin: 0 .5em .5em .5em;
  border: 1px solid #707070;
  border-radius: 0px 10px 10px 10px;
  background: #fff;
}

.flex_block .tWords a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .3em 1.5em .3em 1.2em;
}


.flex_block .tWords:hover {
  text-decoration: none;

}

/* 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%);
}

.top_slider .item_img {
  padding: 8px;
  background: var(--color-white);
}

.top_slider .item_img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.top_slider .item_brand {
  padding: 0 12px 8px;
  text-align: center;
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.top_slider .item_brand img {
  height: auto;
  max-width: 150px !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: 40px 30px;
}

.cat_card {
  width: calc(48% - 5px);

  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: 12px 15px;
  font-size: 2.0em;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #FF0000 0%, #B50000 100%);
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  font-feature-settings: "halt" 1;
  height: 100px;
  display: grid;
  place-items: center;
}

.cat_card h3 small {
  line-height: 1.0em;
  display: contents;
}

.cat_card h3 br {
  line-height: 0;
}

.cat_card p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.cat_card p img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: 330px;
  background: var(--color-white);
  box-shadow: 2px 2px 8px hsl(0 0% 0% / 20%);
  object-fit: cover;
  /* overflow: hidden; */
  transform: scale(1.2);
}

.cat_card p img:hover {
  transform: scale(1.5);
  transition: 0.7s;
}

.cat_card .cap {
  margin: .5em auto;
  font-size: 1.4em;
  color: var(--color-text-sub);
  text-align: center;
  min-height: 30px;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0 .3em;
}

/* 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;
}


/* Sorting by Area / Budget */



.sort_block .flex_block {
  justify-content: flex-start;

}

.warp_area.list_block h3 {
  font-family: var(--serif);
  font-size: 2.8em;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "halt" 1;
  letter-spacing: -0.02em;
  padding: .5em 0 .5em 0;
}


/*link_block*/
.warp_area.link_block {
  padding: 0 0 10px;
  background: none;
  top: 0;
  text-align: center;
  margin: 0;
}

.warp_area.link_block .flex_block {
  justify-content: center;
  padding: 1em 0 2.5em 0;
  background: transparent linear-gradient(180deg, #FF0000 0%, #BF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 10px 10px;
  width: 60%;
  margin: 0 auto;
}

.warp_area.link_block .flex_block.anc li {
  font-family: var(--serif);
  width: 200px;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
}



.warp_area.link_block .flex_block li:not(:last-child) {
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
}

.warp_area.link_block .flex_block li a::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  transition: all 0.2s;
}

.warp_area.link_block .flex_block li a:hover::after {
  transform: translateY(2px);
}

.warp_area.link_block .flex_block.anc {
  transparent linear-gradient(180deg, #FF0000 0%, #BF0000 100%) 0% 0% no-repeat padding-box;

}






/*list_block*/
.content01_block {
  background: #fef6f8;
  margin-top: 30px;
}

.warp_area.list_block.content02,
.warp_area.list_block.content03 {
  padding: 20px 5% 20px;
}

.warp_area.list_block.content03 {
  padding-bottom: 50px;
}

.content01_block h3 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 20px;
  background-color: transparent !important;
}

.list_block li {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
}


.list_block li a {
  background-color: #fff;
}

.content01_block li .list_btn {}

.content02 li .list_btn {
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
  border: solid 1px #ADADAD;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
}

.content02 li .list_btn::before,
.content03 li .list_btn::before {
  content: "";
  top: 5px;
  left: 5px;
  position: absolute;
  background: #FC0000;
  height: calc(tan(60deg) * 15px / 2);
  width: 20px;
  clip-path: polygon(0% 0, 70% 0, 0 100%);
}

.content03 li .list_btn::before {
  background: #FF970F;
}

.content03 li .list_btn {
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
  border: solid 1px #ADADAD;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
}

.list_block li .list_btn {
  width: 100%;
  height: 100%;
  display: block;
}

.list_block li p {
  padding: 1em 1em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.content03 li p .yen {
  margin-left: 2px;
  margin-right: 1px;
  font-size: 12px;
}

.content03 li p .tax {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
}



.sort_block .anc#sec01 {
  border-bottom: 1px dashed #707070;
  margin: 0 auto;
  width: 90%;
}

.warp_area.sort {
  background: none;
  padding: 0 5% 10px;
  margin-bottom: 200px;
  margin-top: -100px;
}

.warp_area.sort h2.section-title ruby>rt {
  font-size: 40%;
  z-index: 0;
  position: relative;
}


.warp_area.list_block {
  background: none;
}


.warp_area.sort .sort_block {

  background: linear-gradient(to bottom, var(--color-white) 0px, rgba(0, 0, 0, 0) 50px), url(/img/usr/genre/rB6/sort-blk_bg.webp) repeat center top / 100% auto;
  border-radius: 0 0 10px 10px;
}



/* ========================================
   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(48% - 5px);
  }


  .warp_area {
    margin: 0 0 50px;
  }

  .cat_card p img {
    height: 300px;
  }
}

@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;
  }

  #brandMain .warp_area h2.section-title:has(br.sp) {
    display: inline;
    line-height: 1.3em;
    /* font-size: 100%; */
    padding: .3em 1em;
  }

  .warp_area .sp {
    display: inline;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .recommend_block li {
    width: calc(50% - 6px);
  }

  .cat_card {
    width: calc(48% - 5px);
  }

  .cat_card h3 {
    font-size: 1.6em;
  }

  .cat_card p img {
    height: 250px;
  }

  .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);
  }

  .flex_block .tWords {
    font-size: 1.2em;
  }

  .category_block .flex_block {
    gap: 10px 20px;
  }

  .cat_card {
    width: calc(45% - 0px);
  }

  .cat_card h3 {
    font-size: 1.4em;
    padding: 12px 15px;
    height: 80px;
  }

  .cat_card p img {
    height: 230px;
  }

  .cat_card .cap {
    font-size: 1.2em;
    margin: .2em auto;
  }

  #TopSlider .top_slider .item_brand {
    font-size: 1.8em;
    padding: .5em;
    height: 80px;
  }

  .top_slider .item_brand img {
    height: auto;
    max-width: 220px !important;
  }

  .warp_area.link_block .flex_block {
    width: 80%;
  }

  .warp_area.link_block .flex_block.anc li {
    width: 48%;
    font-size: 1.5em;
  }

  .list_block li {
    width: calc(48% - 5px);
    margin-right: 12px;
    margin-bottom: 30px;
    position: relative;
  }



}


@media (max-width: 600px) {

  #brandMain h2.section-title,
  .pane-main h2.section-title {
    font-size: 2.5em;
    margin: 0 auto 80px;
  }


  h2.section-title .section-title_en {
    margin-top: 20px;
    font-size: .5em;
    line-height: 1.6em;
  }


  #TopSlider .top_slider .item_brand {
    height: 60px;
    font-size: 1.4em;
  }

  .top_slider .item_brand img {
    max-width: 160px !important;
  }

  .cat_card h3 {
    font-size: 1.2em;
    padding: .5em 1em;
    height: 70px;
  }

  .cat_card p img {
    height: 150px;
  }

  .cat_card .cap {
    font-size: 1.0em;
  }

  .warp_area.link_block .flex_block {
    width: 100%;
  }

  .warp_area.list_block h3 {
    padding: 0 0 0 0;
  }

  .list_block li {
    width: calc(47% - 5px);
  }


}