/* CS_SEISAKU-17 SEO Strategy */
.c-link_prd_item > a {
  padding-right: 40px;
  line-height: 1.5;
}
/* CS_SEISAKU-10 */
.c-detailSearch-title {
  font-weight: bold;
}
.c-detailSearch-title + .p-searchBox_input_check,
.c-detailSearch-title + .p-searchBox_input_keyword_wrap,
.c-detailSearch-title + .p-searchBox_input_price {
  margin-top: 5px;
}
.p-searchBox_input_check + .c-detailSearch-title,
.p-searchBox_input_price + .c-detailSearch-title{
  margin-top: 15px;
}
.m-sideDetailSearch .p-searchBox_input_text {
  font-size: 14px;
}
.m-sideDetailSearch .p-searchBox_input_submit_wrap {
  margin-top: 20px;
}
.m-sideDetailSearch .p-searchBox_input_price input,
.m-sideDetailSearch .p-searchBox_input_keyword_wrap > input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .m-sideDetailSearch .p-searchBox_input_price input,
  .m-sideDetailSearch .p-searchBox_input_keyword_wrap > input[type=text] {
    font-size: 16px;
  }
}
/* CS_SEISAKU-47 VOLUME DISCOUNT */
.c-label_product--blue {
  background-color: #004EB4;
}
/* CS_SEISAKU-49 Bundle Sale Discount */
.m-itemListBundleSale  {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #b7312c;
}
/* CS_SEISAKU-50 CategoryBanner Adjust */
.c-catHeadVisualImage > img {
  width: 100%;
}
.m-catHeadVisual {
  width: 100%;
  text-align: center;
}
.m-catHeadVisual__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
/* CS_SEISAKU-102 add Icon for FreeIitem */
.c-productListFreeIcons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.c-productListFreeIcons:not(:has(.c-productListFreeIcons__item)) {
  display: none;
}
.c-card_prd_name {
  margin-top: 14px;
}
.c-card_prd:has(.c-productListFreeIcons__item) .c-card_prd_name {
  margin-top: 10px;
}
.c-productListFreeIcons__item {
  padding: 2px 8px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}
.c-productListFreeIcons__item.u-color-darkgreen {
  background-color: #35664f;
}
@media screen and (max-width: 767px) { 
  .c-card_prd_name {
    margin-top: 14px;
  }
  .c-card_prd:has(.c-productListFreeIcons__item) .c-card_prd_name {
    margin-top: 10px;
  }
}
/* CS_SEISAKU-180 Category addInfo */
.c-catAddInfoHeading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #b7312c;
}
.c-catAddInfoHeading ~ * {
  margin-top: 20px;
}
.c-catAddInfoHeading ~ .c-catAddInfoLead {
  margin-top: 20px;
}
.c-catAddInfoHeading ~ .c-catAddInfoBox-col2,
.c-catAddInfoHeading ~ .c-catAddInfoBox-col3 {
  margin-top: 40px;
}
.c-catAddInfoBox-col2 + .c-catAddInfoBox-col2,
.c-catAddInfoBox-col2 + .c-catAddInfoBox-col3,
.c-catAddInfoBox-col3 + .c-catAddInfoBox-col2,
.c-catAddInfoBox-col3 + .c-catAddInfoBox-col3 {
  margin-top: 40px;
}
.c-catAddInfoLead {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.c-catAddInfoBox-col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-catAddInfoBox-col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-inline: auto;
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-catAddInfoBox-col2__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 30px / 2);
}
.c-catAddInfoBox-col3__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.3333% - 40px / 3);
}
.c-catAddInfoBox-col2__item > a,
.c-catAddInfoBox-col3__item > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: inherit;
}
.c-catAddInfoBox-col2__item > a:hover,
.c-catAddInfoBox-col3__item > a:hover {
  text-decoration: none;
}
.c-catAddInfoBox-col2__item img,
.c-catAddInfoBox-col3__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.c-catAddInfoBox-col2__item-catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.c-catAddInfoBox-col3__item-catch {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
.c-catAddInfoBox-col2__item-text,
.c-catAddInfoBox-col3__item-text {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.c-catAddInfoBox-col2__item-text + * {
  margin-top: 10px;
}
.c-catAddInfoBox-col3__item-text + * {
  margin-top: 5px;
}
.p-itemListCatAddInfo {
  width: 100%;
  max-width: 1064px;
  margin: 10px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) { 
  .l-content_inner:has(.p-itemListCatAddInfo) .l-content_prd_left.is-fixed {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  .l-content_inner:has(.p-itemListCatAddInfo) .l-content_prd_left.is-fixed .l-content_prd_left_inner {
    height: auto;
  }
}
@media screen and (max-width: 767px) { 
  .c-catAddInfoHeading {
    text-align: left;
    font-size: 2rem;
  }
  .c-catAddInfoHeading ~ * {
    margin-top: 15px;
  }
  .c-catAddInfoHeading ~ .c-catAddInfoLead {
    margin-top: 15px;
  }
  .c-catAddInfoHeading ~ .c-catAddInfoBox-col2,
  .c-catAddInfoHeading ~ .c-catAddInfoBox-col3 {
    margin-top: 30px;
  }
  .c-catAddInfoBox-col2 + .c-catAddInfoBox-col2,
  .c-catAddInfoBox-col2 + .c-catAddInfoBox-col3,
  .c-catAddInfoBox-col3 + .c-catAddInfoBox-col2,
  .c-catAddInfoBox-col3 + .c-catAddInfoBox-col3 {
    margin-top: 30px;
  }
  .c-catAddInfoLead {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-catAddInfoBox-col2,
  .c-catAddInfoBox-col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-catAddInfoBox-col2__item,
  .c-catAddInfoBox-col3__item {
    width: 100%;
    gap: 6px;
  }
  .c-catAddInfoBox-col2__item > a,
  .c-catAddInfoBox-col3__item > a {
    gap: 6px;
  }
  .c-catAddInfoBox-col2__item-catch,
  .c-catAddInfoBox-col3__item-catch {
    text-align: left;
    font-size: 1.5rem;
  }
  .c-catAddInfoBox-col2__item-text,
  .c-catAddInfoBox-col3__item-text {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .p-itemListCatAddInfo {
    margin-top: 0;
    padding: 0 5.34%;
  }
}
/* CS_SEISAKU-180 Category add GrandChild */
.c-link_prd_wrap.js-bland {
  margin-top: 0;
}
.c-cathasGrandchild {
  display: none;
}
.c-catGrandchildList {
  display: none;
  padding-bottom: 15px;
}
.c-cathasGrandchild {
 padding: 0 9px;
}
.c-cathasGrandchild__name {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 0 16px 60px;
  border-top: solid 1px #dfd3ba;
  cursor: pointer;
}
.c-cathasGrandchild__name::before,
.c-cathasGrandchild__name::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 14px;
  height: 1px;
  margin-top: -1px;
  content: "";
  background-color: #000;
  transition: opacity .2s linear;
  transform-origin: 50% 50%;
}
.c-cathasGrandchild__name::before {
  opacity: 1;
  transform: rotate(-90deg);
}
.c-cathasGrandchild.is-open .c-cathasGrandchild__name::before {
  opacity: 0;
}
.c-cathasGrandchild .c-catGrandchildList__itemLink {
  padding: 10px 0 6px 75px;
  font-size: 1.5rem;
}
.c-catGrandchildList__item.is-current .c-catGrandchildList__itemLink {
  font-weight: bold;
  color: rgb(183, 49, 44);
}
.c-link_prd_item--sub:has(.c-catGrandchildList__item:nth-of-type(2)) > .c-catChildItem {
  display: none;
}
.c-link_prd_item--sub:has(.c-catGrandchildList__item:nth-of-type(2)) .c-cathasGrandchild {
  display: block;
}
@media screen and (min-width: 960px) { 
  .l-content_prd_left.is-last,
  .l-content_prd_left.is-fixed {
    position: relative;
  }
  .l-content_prd_left {
    position: relative;
    width: 31%;
  }
  .l-content_prd_left_inner {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .l-content_prd_right {
    width: 65%;
    margin-left: 4%;
  }
}
/* CS_SEISAKU-204 hidden AdvancedSearch on Smartphones / cookieIcon Smaller  */
@media screen and (max-width: 767px) { 
  .p-searchBox_wrap.m-sideDetailSearch {
    display: none;
  }
}
/* CS_SEISAKU-233 add 10X points Icon */
.c-productListFreeIcons__item.u-color-red {
  background-color: #B7312C;
}
/* CS_SEISAKU-238 TimeSale Price */
.c-card_prd a {
  text-decoration: none;
}
.c-productListFreeIcons__item.u-color-orange {
  background-color: #e04b00;
}
.p-productTimesale {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  padding: .2rem 0 1rem;
  line-height: 1;
  color: #B7312C;
}
.p-productTimesale__title {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-productTimesale__title::after {
  content: "：";
}
.p-productTimesale__price {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-card_prd:has(.p-productTimesale) .p-productPrice-normal {
  font-size: 1.5rem;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .p-productTimesale {
    padding-top: 0;
  }
  .p-productTimesale__title {
    font-size: 1.1rem;
  }
  .p-productTimesale__price {
    font-size: 1.5rem;
  }
  .c-card_prd:has(.p-productTimesale) .p-productPrice-normal {
    font-size: 1.4rem;
  }
}
/* CS_SEISAKU-234 childCategory Display with Thumbnail for SP */
.c-itemListChildCatItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none!important;
}
.c-itemListChildCatItem.is-current {
  color: #b7312c;
}
.c-itemListChildCatItem__image {
  height: 100px;
}
.c-itemListChildCatItem__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 1px #eaeaea;
}
.c-itemListChildCatItem.is-current .c-itemListChildCatItem__image img {
  border-color: #b7312c;
}
.c-itemListChildCatItem__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.c-itemListChildCatNoImage {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  border: solid 1px #f5f1e9;
  background: #f5f1e9;
  color: #707070;
}
.c-itemListChildCatItem.is-current .c-itemListChildCatNoImage {
  border-color: #b7312c;
}
.c-itemListChildCatNoImage::before {
  content: "no Image";
}
.m-itemListChildCats {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.m-itemListChildCats__item {
  width: 100px;
}
.m-itemListChildCats__item:first-child {
  margin-left: 15px;
}
.m-itemListChildCats__item:last-child {
  margin-right: 30px;
}
.p-itemListCategoryParts {
  display: none;
  margin-top: 15px;
  padding: 10px 0 0;
}
.p-itemListCategoryParts__title {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.p-itemListCategoryParts-wrap:not(:has(.m-itemListChildCats__item)) .p-itemListCategoryParts__title {
  display: none;
}
.p-itemListCategoryParts__inner-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-itemListCategoryParts__inner {
  display: inline-block;
  min-width: 100%;
}
.p-itemListCategoryParts__bottom-title {
  margin: 15px 0 10px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
}
.p-itemListCategoryParts__bottom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  position: relative;
  padding: 0 15px;
}
.p-itemListCategoryParts__bottom:has(.m-itemListAddnlCat:nth-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}
.p-itemListCategoryParts__bottom:has(.m-itemListAddnlCat:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
.m-itemListAddnlCat__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  padding: 5px 10px 3px;
  border: solid 1px #dfd3ba;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
}
.m-itemListAddnlCat.is-open .m-itemListAddnlCat__title {
  border-color: #b7312c;
}
.m-itemListAddnlCat__title::before,
.m-itemListAddnlCat__title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  right: 8px;
  background-color: #000;
  transition: opacity .2s;
}
.m-itemListAddnlCat__title::after {
  transform: rotate(90deg);
}
.m-itemListAddnlCat.is-open .m-itemListAddnlCat__title::after  {
  opacity: 0;
}
.m-itemListAddnlCat__body {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transition: opacity .2s linear;
}
.m-itemListAddnlCat.is-open .m-itemListAddnlCat__body {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.m-itemListAddnlCatList {
  border-radius: 5px;
  border: solid 1px #dfd3ba;
  background-color: #f5f1e9;
}
.c-itemListAddnlCatItem-wrap:nth-child(n+2) {
  border-top: solid 1px #dfd3ba;
}
.c-itemListAddnlCatItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 13px 35px 13px 15px;
  font-size: 14px;
}
.c-itemListAddnlCatItem.is-current {
  color: #b7312c;
  font-weight: bold;
}
.c-itemListAddnlCatItem::after {
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xODEuNjYsMTMzLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzItMTEuMzJMMTY0LjY5LDEyOCw5MC4zNCw1My42NmE4LDgsMCwwLDEsMTEuMzItMTEuMzJsODAsODBBOCw4LDAsMCwxLDE4MS42NiwxMzMuNjZaIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-width: 959px) {
  .p-itemListCategoryParts {
    display: block;
  }
  .l-content_prd_wrap:has(.p-itemListCategoryParts) .c-list_sort {
    margin-top: 30px;
  }
  .l-content_prd_wrap:has(.p-itemListCategoryParts) .c-link_prd_wrap.js-item,
  .l-content_prd_wrap:has(.p-itemListCategoryParts) .c-link_prd_wrap.js-bland {
    display: none!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-content_prd_wrap {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
  }
  .l-content_prd_left {
    position: relative;
    width: 100%;
  }
  .l-content_prd_left.is-last {
    position: relative;
  }
  .l-content_prd_left_inner {
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  .l-content_prd_left.is-last .l-content_prd_left_inner {
    height: auto;
  }
  .l-content_prd_right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
  }
  .c-heading_prd_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-search_prd {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 100%;
    max-width: 450px;
    height: 45px;
    border-radius: 6px;
    transform: translateX(-50%);
    background-color: #b7312c;
  }
  .c-search_prd_wrap.is-fixed a {
    position: fixed;
    top: auto;
  }
  .c-search_prd > p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  .c-card_prd_wrap {
    padding: 0;
    margin-top: 40px;
  }
  .c-column_prd_wrap {
    flex-direction: column-reverse;
  }
  .c-column_prd_wrap + .c-list_sort.u-pc {
    display: none;
  }
  .c-list_sort_item a .u-sp {
    display: none;
  }
  .c-pager_prd_top_wrap {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    text-align: center;
  }
  .c-pager_prd_top_wrap a {
    display: inline-block;
    padding: 0 5px;
  }
  .c-pager_prd_bottom_wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: center;
  }
  .c-pager_prd_bottom_wrap a {
    display: inline-block;
    padding: 0 5px;
  }
  .c-button_prd_lyt_wrap {
    margin-top: 37px;
  }
  .c-button_prd_lyt_wrap .c-button_prd_lyt {
    justify-content: space-between;
    padding: 0 30px;
  }
  .l-content_prd_wrap:has(.p-itemListCategoryParts) .c-list_sort {
    margin-top: 50px;
  }
  .m-itemListChildCats__item:first-child {
    margin-left: 30px;
  }
  .m-itemListAddnlCat__body {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-searchBox_wrap.m-sideDetailSearch {
    display: none;
  }
  .p-itemListCategoryParts__inner-wrap {
    padding-bottom: 10px;
    scrollbar-width: auto;
  }
  .p-itemListCategoryParts__title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-itemListCategoryParts__bottom-title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-itemListCategoryParts__bottom {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* CS_SEISAKU-315 add CategoryRanking */
.p-itemListCatRankingWrap {
  width: 100%;
  max-width: 1024px;
  margin-top: 35px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-itemListCatRankingWrap__title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.p-itemListCatRanking {
  position: relative;
  padding-top: 50px;
  opacity: 0;
  transition: 1s;
}
.p-itemListCatRanking.swiper-container-initialized {
  opacity: 1;
}
.p-itemListCatRanking:not(.swiper-container-initialized) .p-itemListCatRanking__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.p-itemListCatRankingItem {
  position: relative;
  text-decoration: none!important;
}
.p-itemListCatRankingItem__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #999;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #fff;
  color: #999;
}
.p-itemListCatRanking__list #ranking_no1 .p-itemListCatRankingItem__num {
  background-color: #d9b340;
  border-color: #d9b340;
  color: #fff;
}
.p-itemListCatRanking__list #ranking_no2 .p-itemListCatRankingItem__num {
  background-color: #6f7b83;
  border-color: #6f7b83;
  color: #fff;
}
.p-itemListCatRanking__list #ranking_no3 .p-itemListCatRankingItem__num {
  background-color: #a15326;
  border-color: #a15326;
  color: #fff;
}
.p-itemListCatRankingItem__image > img {
  width: 100%;
  height: auto;
}
.p-itemListCatRankingItem__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.p-itemListCatRankingItem__price {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.p-itemListCatRanking__prev.swiper-button-prev,
.p-itemListCatRanking__next.swiper-button-next {
  position: absolute;
  top: 22px;
  left: 0;
  width: 120px;
  height: 28px;
  padding: 0 0 0 20px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  background: #f5f5f5;
  outline: none;
}
.p-itemListCatRanking__next.swiper-button-next {
  right: 0;
  left: auto;
  padding: 0 20px 0 0;
}
.p-itemListCatRanking__prev.swiper-button-prev::before,
.p-itemListCatRanking__next.swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 15px;
  transform: rotate(-135deg);
}
.p-itemListCatRanking__next.swiper-button-next::before {
  transform: rotate(45deg);
  left: auto;
  right: 15px;
}
.p-itemListCatRanking__prev.swiper-button-prev::after,
.p-itemListCatRanking__next.swiper-button-next::after {
  font-size: 12px;
}
.p-itemListCatRanking__prev.swiper-button-prev::after {
  content: "前の商品を見る";
}
.p-itemListCatRanking__next.swiper-button-next::after {
  content: "次の商品を見る";
}
.p-itemListCatRankingTimesale {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  padding: 0;
  color: #B7312C;
}
.p-itemListCatRankingTimesale__title {
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-itemListCatRankingTimesale__title::after {
  content: "：";
}
.p-itemListCatRankingTimesale__price {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-itemListCatRankingItem:has(.p-itemListCatRankingTimesale) .p-itemListCatRankingPrice-normal {
  font-size: 1.3rem;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .p-itemListCatRankingWrap {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .p-itemListCatRankingWrap__title {
    margin-bottom: 10px;
  }
  .p-itemListCatRanking {
    padding-top: 45px;
  }
  .p-itemListCatRanking:not(.swiper-container-initialized) .p-itemListCatRanking__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .p-itemListCatRankingItem__num {
    width: 22px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
  }
  .p-itemListCatRankingItem__title {
    font-size: 13px;
  }
  .p-itemListCatRankingItem__price {
    margin-top: 8px;
    font-size: 14px;
  }
  .p-itemListCatRanking__prev.swiper-button-prev,
  .p-itemListCatRanking__next.swiper-button-next {
    width: 60px;
  }
  .p-itemListCatRanking__prev.swiper-button-prev::after {
    content: "前へ";
  }
  .p-itemListCatRanking__next.swiper-button-next::after {
    content: "次へ";
  }
  .p-itemListCatRankingTimesale {
    flex-direction: column;
    margin-top: 5px;
  }
  .p-itemListCatRankingTimesale__title {
    font-size: 1.1rem;
    line-height: 1;
  }
  .p-itemListCatRankingTimesale__price {
    font-size: 1.4rem;
  }
  .p-itemListCatRankingItem:has(.p-itemListCatRankingTimesale) .p-itemListCatRankingPrice-normal {
    font-size: 1.2rem;
  }
}
/* CS_SEISAKU-329 add newIcon */
.c-productListFreeIcons__item.u-color-new {
  background-color: #000;
}
/* CS_SEISAKU-330 categoryTop Button */
.c-itemListHeadButton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 15px;
  padding: 12px 50px 11px;
  text-align: center;
  text-decoration: none!important;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #000!important;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.c-itemListHeadButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xODEuNjYsMTMzLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzItMTEuMzJMMTY0LjY5LDEyOCw5MC4zNCw1My42NmE4LDgsMCwwLDEsMTEuMzItMTEuMzJsODAsODBBOCw4LDAsMCwxLDE4MS42NiwxMzMuNjZaIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
/* CS_SEISAKU-319 add Activity Categorys */
.m-itemListChildCats--noimage .c-itemListChildCatItem:has(.c-itemListChildCatNoImage) {
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
.m-itemListChildCats--noimage .c-itemListChildCatItem.is-current:has(.c-itemListChildCatNoImage) {
  color: #fff;
  border-color: #b7312c;
  background-color: #b7312c;
}
.m-itemListChildCats--noimage .c-itemListChildCatItem__image:has(.c-itemListChildCatNoImage) {
  display: none;
}
.m-itemListChildCats--noimage:has(.c-itemListChildCatItem .c-itemListChildCatNoImage) {
  margin-top: 5px;
}
.m-itemListChildCats--noimage .m-itemListChildCats__item:has(.c-itemListChildCatNoImage) {
  width: max-content;
}
@media (hover: hover) {
  .c-itemListHeadButton:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-itemListHeadButton { 
    width: 100%;
    max-width: 400px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-link_prd_wrap {
    display: none;
  }
}