button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.page2 .l-wrapper {
  overflow-x: hidden;
}

.page2 .l-main {
  min-width: 1200px;
  width: 100%;
  padding: 0;
}

.page2 .l-breadcrumb {
  max-width: 1200px;
  margin: 16px auto 12px;
  padding: 0 10px;
  box-sizing: border-box;
}

.mc-star {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url(https://jp.misumi-ec.com/vona2/pc/system/_next/static/media/stars-sprite.130c1157.png);
  background-repeat: no-repeat;
  background-size: auto 80px;
}

.mc-star[data-size="m"] {
  width: 98px;
  height: 18px;
  background-size: auto 80px;
}

.mc-star_mstar0_0 {
  background-position: -96px 0;
}

.mc-star_mstar0_5 {
  background-position: -76px -18px;
}

.mc-star_mstar1_0 {
  background-position: -76px 0;
}

.mc-star_mstar1_5 {
  background-position: -57px -18px;
}

.mc-star_mstar2_0 {
  background-position: -57px 0;
}

.mc-star_mstar2_5 {
  background-position: -37px -18px;
}

.mc-star_mstar3_0 {
  background-position: -37px 0;
}

.mc-star_mstar3_5 {
  background-position: -18px -18px;
}

.mc-star_mstar4_0 {
  background-position: -18px 0;
}

.mc-star_mstar4_5 {
  background-position: 0 -18px;
}

.mc-star_mstar5_0 {
  background-position: 0 0;
}

.heroArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 101px;
  background: url("../images/heroArea.png") no-repeat center;
}

.heroArea__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 100px 9px;
  width: 1000px;
}

.heroArea__title {
  color: #fff;
}

.heroArea__title--sub {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.heroArea__title--main {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4px;
}

.heroArea__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sale2026__outer--siteNav {
  margin-top: 30px;
}

.siteNav {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.siteNav__inner {
  padding: 0 30px;
}

.siteNav__title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.siteNav__list {
  margin: 17px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  position: relative;
  /* display: flex;
  flex-wrap: wrap; */
}

.siteNav__list::before,
.siteNav__list::after {
  content: "";
  position: absolute;
  background: #ccc;
  z-index: 1;
  top: 0;
  left: 0;
}

.siteNav__list::before {
  height: 2px;
  width: 100%;
}

.siteNav__list::after {
  width: 2px;
  height: 100%;
}

.siteNav__item {
  /* width: calc(100% / 8); */
  position: relative;
}

.siteNav__item::before,
.siteNav__item::after {
  content: "";
  position: absolute;
  background: #ccc;
}

.siteNav__item::before {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}

.siteNav__item::after {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.siteNav .siteNav__anchor {
  display: flex;
  align-items: center;
  gap: 0 5.15%;
  height: 100%;
  padding: 16px 5.15%;
  /* padding: clamp(10px, calc(10px + (6 * ((100vw - 1140px) / 720))), 16px); */
  box-sizing: border-box;
  color: #004098;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}

.siteNav__anchor::after {
  content: "";
  max-width: 14px;
  flex: 1 1 6.01%;
  height: 11px;
  margin-left: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDAwMTkgNy4zMjE4N0wwIDEuMTM0MzdMMS4yMzc1IDBMNy4wMDAxOSA1LjA0MTY3TDEyLjc3NSAwTDE0IDEuMTM0MzdMNy4wMDAxOSA3LjMyMTg3WiIgZmlsbD0iIzAwNDA5OCIvPgo8cGF0aCBkPSJNMTQgOC4yNUgwVjEwLjA4MzNIMTRWOC4yNVoiIGZpbGw9IiMwMDQwOTgiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.siteNav__anchor:hover {
  opacity: 0.7;
}

.siteNav__imgOuter {
  max-width: 50px;
  flex: 1 1 21.46%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siteNav__imgOuter img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.siteNav__text {
  flex: 1 1 42.92%;
  line-height: 1.3;
}

.sale2026__outer--productCategory {
  width: 100%;
  max-width: 1920px;
  margin: 60px auto 0;
}

.sale2026__list {
  padding: 0 30px;
}

.sale2026__item:nth-of-type(n + 2) {
  margin-top: 102px;
}

.productCategory__list {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  gap: 0;
  position: relative;
}

.productCategory__list::before,
.productCategory__list::after {
  content: "";
  position: absolute;
  background: #ccc;
  z-index: 1;
  top: 0;
  left: 0;
}

.productCategory__list::before {
  height: 2px;
  width: 100%;
}

.productCategory__list::after {
  width: 2px;
  height: 100%;
}

.productCategory__item {
  /* width: calc(100% / 8); */
  position: relative;
}
.productCategory__item:hover {
  opacity: 0.7;
}
.productCategory__item:hover::before,
.productCategory__item:hover::after {
  opacity: 1;
}
.productCategory__item::before,
.productCategory__item::after {
  content: "";
  position: absolute;
  background: #ccc;
  pointer-events: none;
}

.productCategory__item::before {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}

.productCategory__item::after {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.productCategory__item--title {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* pointer-events: none; */
}

.productCategory__item--title:hover {
  opacity: 1;
}

.productCategory__titleOuter {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.productCategory__title {
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 5.15% 0;
  padding-top: 38px;
  position: relative;
}

.productCategory__title::before {
  content: "";
  width: calc(100% - 2px);
  height: 12px;
  background: #c00;
  position: absolute;
  top: 0;
  left: 0;
}

.productCategory__titleImgOuter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
}

.productCategory__titleImgOuter img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.productCategory__link {
  display: block;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.productCategory__head {
  padding: 17px 9.01% 12px;
}

.productCategory__imgOuter {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  max-height: 190px;
  margin: 0 auto;
}

.productCategory__imgOuter img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.productCategory__brandName {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
}

.productCategory__seriesName {
  color: #004098;
  font-size: 13px;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  min-height: calc(1.5em * 2);
}

.productCategory__deliver {
  color: #333;
  font-size: 13px;
  line-height: 1;
  margin-top: 6px;
}

.productCategory__review {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dotted #ccc;
}

.productCategory__body {
  background: #c00;
  padding: 8px 9.01%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.productCategory__price {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.productCategory__price--normal {
  color: #ffc0c0;
  font-size: 13px;
  display: flex;
  align-items: baseline;
  text-decoration-line: line-through;
  gap: 0 2px;
}

.productCategory__num {
  font-size: 18px;
}

.productCategory__price--sale {
  color: #fff;
  font-size: 21px;
  margin-top: 6px;
}

.productCategory__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #c00;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}

.productCategory__saleLabel {
  color: #fff;
  font-size: 11px;
  margin-top: 10px;
}

.sale2026__outer--stockAlert {
  margin-top: 40px;
}

.stockAlert {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.stockAlert__text {
  display: flex;
  padding: 17px 16px 15px;
  background-color: #fffaeb;
  border: 1px solid #ccc;
  line-height: 1.5;
  gap: 0 5px;
}

.stockAlert__text::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFISURBVHgBrVI7boNAEJ0loQOJdIEG3yAIDsA5UjkNdWwuEHMBQkqq0KbmBDTIEgjRQpVUtEj0kJmVQYBMETkjoR3m7bydzwO40dg6YBiGIgjCK7ovjLHdJVwOw1D2fe+VZfm9SWBZ1h4vBpiowHVrEfeKogjGgDA6pmke8IjmyXEcQxiGcwIF8Xd6aEGAZe/weFs/V1UVdF0HVyygVsm5530wdlqXrWkaJEmyRUBzoopPvAL8eVrfkCQJXNfl34btpxaoizVa1zX4vr+VDOOGBLjROAGu5gf+buVEgBatUVVV+dk0DfdlWd4mQIWRMNo5ShpwHIcnkm/b9hxuRVH0yJmUiEIi6X6O/yiWxXM01HGleO+Y53mwILiQHBAkQW1KGVd+zLIsGgN3cxT7Peu6/oUtPeBgkYs9UpyGjIkf2M5zmqZn+E/7Bf32cJC2HA+CAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
