/* =========================================================
   エアコンマーケット - 首页样式
   基准: 设计稿 1440px，1rem = 100px
   ========================================================= */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 26.66667vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 14.4);
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input {
  font: inherit;
  border: 0;
  background: none;
  outline: none;
}

.page {
  width: 100%;
  min-width: 0;
  padding-top: var(--site-header-offset, 1.5rem);
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: var(--site-header-offset, 1.42rem);
  }
}

.inner {
  width: 100%;
  max-width: 12.15rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

/* ---------- Header ---------- */
.site-header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-top {
  width: 100%;
  height: 0.3rem;
  background: #f5f5f5;
}

.header-top-inner {
  max-width: 12.15rem;
  margin: 0 auto;
  height: 100%;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1rem;
}

.header-notice {
  font-size: 0.11rem;
  color: #868686;
  line-height: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-utils a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.05rem;
  font-size: 0.11rem;
  color: #868686;
  line-height: 0.3rem;
  font-family: Meiryo, "Noto Sans JP", sans-serif;
}

.header-utils img {
  width: 0.12rem;
  height: 0.12rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-utils .icon-login {
  width: 0.11rem;
  height: 0.1rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.util-login {
  padding: 0 0.13rem 0 0.18rem;
  border-right: 0.00667rem dashed #ccc;
  height: 0.3rem;
}

.util-cart {
  padding-left: 0.08rem;
  gap: 0.04rem;
}

.util-cart .cart-icon {
  width: 0.14rem;
  height: 0.14rem;
}

.util-cart .cart-count {
  color: #ff7a4d;
  font-weight: 700;
  font-family: Meiryo, sans-serif;
}

.util-cart .chevron {
  width: 0.057rem;
  height: 0.1rem;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.header-main {
  width: 100%;
  padding: 0.3rem 0 0.5rem;
}

.header-main-inner {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.01rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brand-logo {
  width: 0.33rem;
  height: 0.33rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-name {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 0.2208rem;
  color: #000;
  line-height: 1.2;
  white-space: nowrap;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 4.6rem;
  max-width: 100%;
  overflow: visible;
}

.gnav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 0.4rem;
  border-left: 0.00667rem dashed #ccc;
  border-right: none;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav-item:last-child {
  border-right: 0.00667rem dashed #ccc;
}

.gnav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.05rem;
  padding: 0.02rem 0.06rem;
  height: 100%;
  text-align: center;
}

.gnav-item .jp {
  font-size: 0.11rem;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.gnav-item .en {
  font-size: 0.1rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.gnav-item:nth-child(1) .en { color: #ff9595; }
.gnav-item:nth-child(2) .en { color: #65b2b2; }
.gnav-item:nth-child(3) .en { color: #ff8c3f; }
.gnav-item:nth-child(4) .en { color: #9cc; }
.gnav-item:nth-child(5) .en { color: #693; }

.gnav-item--dropdown {
  position: relative;
}

.gnav-item--dropdown:hover .gnav-dropdown,
.gnav-item--dropdown:focus-within .gnav-dropdown {
  display: block;
}

.gnav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 120;
  overflow: visible;
}

.gnav-dropdown-panels {
  position: relative;
  overflow: visible;
}

.gnav-cat-primary {
  width: 2.2rem;
  max-height: 4.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.gnav-cat-primary::-webkit-scrollbar {
  width: 0.04rem;
}

.gnav-cat-primary::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.gnav-cat-primary::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.04rem;
}

.gnav-cat-flyout {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 2.2rem;
  max-width: 3.6rem;
  overflow: visible;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-left: none;
}

.gnav-cat-flyout::-webkit-scrollbar {
  width: 0.04rem;
}

.gnav-cat-flyout::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.gnav-cat-flyout::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.04rem;
}

.gnav-cat-flyout.is-visible {
  display: block;
}

.gnav-cat-flyout-panel {
  display: none;
  position: relative;
  padding: 0;
  overflow: visible;
}

.gnav-cat-flyout-panel.is-active {
  display: block;
}

.gnav-cat-flyout-panel-body {
  max-height: 4.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.gnav-cat-flyout-panel-body::-webkit-scrollbar {
  width: 0.04rem;
}

.gnav-cat-flyout-panel-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.gnav-cat-flyout-panel-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.04rem;
}

.gnav-cat-sub-item {
  position: relative;
  width: 100%;
  text-align: left;
}

.gnav-cat-sub-item.is-active > .gnav-cat-submenu-link {
  background: #e0e0e0;
}

.gnav-cat-flyout-third {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 2.2rem;
  max-width: 3.6rem;
  max-height: 4.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-left: none;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.gnav-cat-flyout-third::-webkit-scrollbar {
  width: 0.04rem;
}

.gnav-cat-flyout-third::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.gnav-cat-flyout-third::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.04rem;
}

.gnav-cat-flyout-third.is-visible {
  display: block;
}

.gnav-cat-flyout-third-panel {
  display: none;
  padding: 0;
}

.gnav-cat-flyout-third-panel.is-active {
  display: block;
}

.gnav-cat-third-link {
  display: block;
  padding: 0.1rem 0.12rem;
  min-height: 0.34rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}

.gnav-cat-third-link:hover {
  background: #e0e0e0;
  color: #333;
}

.gnav-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.gnav-cat-item {
  position: relative;
  width: 100%;
  text-align: left;
}

.gnav-cat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  width: 100%;
  padding: 0.1rem 0.12rem;
  min-height: 0.34rem;
  text-decoration: none;
  text-align: left;
}

.gnav-cat-item:hover > .gnav-cat-link,
.gnav-cat-item.is-active > .gnav-cat-link {
  background: #e0e0e0;
}

.gnav-cat-link .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.12rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  text-align: left;
}

.gnav-cat-link .arrow {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: 0.02rem;
  border-top: 0.035rem solid transparent;
  border-bottom: 0.035rem solid transparent;
  border-left: 0.05rem solid #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gnav-cat-submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  width: 100%;
  padding: 0.1rem 0.12rem;
  min-height: 0.34rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}

.gnav-cat-submenu-link .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  text-align: left;
}

.gnav-cat-submenu-link .arrow {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: 0.02rem;
  border-top: 0.035rem solid transparent;
  border-bottom: 0.035rem solid transparent;
  border-left: 0.05rem solid #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gnav-cat-submenu-link:hover {
  background: #e0e0e0;
  color: #333;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.33rem;
  height: 0.4rem;
  border: 0.01rem solid #999;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-box input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  color: #333;
}

.search-box button {
  width: 0.99rem;
  height: 100%;
  background: #c71b1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
  cursor: pointer;
}

.search-box button img {
  width: 0.18rem;
  height: 0.18rem;
}

.search-box button span {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 0.1rem;
}

/* ---------- Layout ---------- */
.page-body {
  width: 100%;
  padding: 0.2rem 0 0.4rem;
}

.layout {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.35rem;
}

.sidebar {
  width: 1.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
  position: relative;
  z-index: 10;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.24rem;
}

/* ---------- Banner Swiper ---------- */
.banner-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-swiper {
  width: 100%;
  aspect-ratio: 877 / 512;
  overflow: hidden;
}

.banner-swiper .swiper-slide {
  height: auto;
}

.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 877 / 512;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.banner-swiper .swiper-slide .banner-slide-link {
  display: block;
  height: 100%;
}

.banner-controls {
  width: 100%;
  height: 0.3rem;
  margin-top: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.12rem;
  position: relative;
}

.banner-controls .banner-prev,
.banner-controls .banner-next,
.banner-controls .swiper-button-prev,
.banner-controls .swiper-button-next {
  position: static !important;
  inset: auto !important;
  width: auto;
  height: 0.3rem;
  margin: 0 !important;
  padding: 0 0.08rem;
  background: none;
  border: 0;
  color: #999;
  cursor: pointer;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.banner-controls .banner-prev:after,
.banner-controls .banner-next:after,
.banner-controls .swiper-button-prev:after,
.banner-controls .swiper-button-next:after {
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.3rem;
  content: "<";
}

.banner-controls .banner-next:after,
.banner-controls .swiper-button-next:after {
  content: ">";
}

.banner-controls .banner-pagination,
.banner-controls .swiper-pagination {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.12rem;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.banner-controls .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 !important;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
}

.banner-controls .swiper-pagination-bullet-active {
  background: #c71b1e;
}

/* ---------- Section titles ---------- */
.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1rem;
  width: 100%;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.1rem;
}

.section-title .bar {
  width: 0.07rem;
  height: 0.17rem;
  background: #c71b1e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-title h1,
.section-title h2 {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.01rem;
  line-height: 0.17rem;
}

.section-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.04rem;
  font-size: 0.1rem;
  color: #666;
  font-family: Meiryo, sans-serif;
  text-decoration: underline;
  white-space: nowrap;
}

.section-more img {
  width: 0.0857rem;
  height: 0.1rem;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* ---------- Product sections ---------- */
.product-section {
  width: 100%;
  background: #f1fcff;
  border: 0.05rem solid #f1fcff;
  padding: 0.215rem 0.06rem 0.13rem;
}

.product-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.12rem;
  margin-bottom: 0.26rem;
}

.product-section-head .section-title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.product-rail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-rail-prev,
.product-rail-next {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #999;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.14rem;
  line-height: 0.3rem;
}

.product-rail-prev:after,
.product-rail-next:after {
  display: block;
  content: "<";
}

.product-rail-next:after {
  content: ">";
}

.product-rail-prev.swiper-button-disabled,
.product-rail-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.product-rail-swiper {
  width: 100%;
  overflow: hidden;
}

.product-rail-swiper .swiper-slide {
  width: 1.799rem;
  height: auto;
}

.product-rail-swiper .product-card-link,
.product-rail-swiper .product-card {
  width: 100%;
}

.product-card {
  width: 1.799rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #f2f2f2;
  border: 0.06124rem solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.07rem;
}

.product-card .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card .name {
  font-size: 0.11rem;
  color: #000;
  line-height: 0.13779rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card .price {
  color: red;
  letter-spacing: 0.007655rem;
  line-height: 0.1531rem;
  font-size: 0;
}

.product-card .price .yen,
.product-card .price .num {
  font-size: 0.14rem;
  font-weight: 700;
}

.product-card .price .ship {
  font-size: 0.1rem;
  font-weight: 500;
}

.product-card .point {
  font-size: 0.1rem;
  color: red;
  letter-spacing: 0.007655rem;
  line-height: 0.07655rem;
}

.product-card .delivery {
  font-size: 0.1rem;
  font-weight: 500;
  color: #868686;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.product-card .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.01rem;
  min-height: 0.09rem;
}

.product-card .rating img {
  width: 0.075rem;
  height: 0.07133rem;
}

.product-card .rating span {
  font-size: 0.08rem;
  color: #000;
  line-height: 0.132rem;
  margin-left: 0.02rem;
}

.product-card .rating-empty {
  min-height: 0.09rem;
  visibility: hidden;
}

.product-card .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.03062rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.12rem;
  padding: 0 0.03rem;
  font-size: 0.08rem;
  font-weight: 500;
  line-height: 0.07655rem;
  border-style: solid;
  border-width: 0.00766rem;
  white-space: nowrap;
}

.tag-green {
  width: 0.38rem;
  color: #48830e;
  border-color: #48830e;
}

.tag-orange {
  width: 0.38rem;
  color: #f60;
  border-color: #f60;
}

.tag-red {
  width: 0.48rem;
  color: red;
  border-color: red;
}

/* ---------- Blog / News ---------- */
.blog-section,
.news-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.news-section + .news-section {
  margin-top: 0.4rem;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.07rem;
  width: 100%;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0;
}

.blog-item .thumb {
  width: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-item .thumb img {
  width: 0.4rem;
  height: 0.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item .meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.03rem;
  padding: 0.03rem 0;
}

.blog-item .date {
  font-size: 0.11rem;
  color: #333;
  line-height: 1.2;
}

.blog-item .title {
  font-size: 0.12rem;
  color: #666;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.07rem;
  width: 100%;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1945rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.12rem;
  line-height: 1.2;
  width: 100%;
}

.news-item .date {
  color: #333;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.54rem;
}

.news-item .title {
  color: #666;
  min-width: 0;
}

/* ---------- Sidebar ---------- */
.side-promo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.02rem;
}

.side-heading {
  background: #f0f0f0;
  padding: 0.05667rem 0.1rem;
  font-size: 0.12rem;
  color: #333;
  letter-spacing: 0.01rem;
  line-height: 0.2rem;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.01rem;
  width: 100%;
  position: relative;
  z-index: 5;
}

.cat-item-wrap {
  position: relative;
  width: 100%;
}

.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  padding: 0.09rem 0.1rem 0.1rem;
  width: 100%;
}

.cat-item-wrap:hover > .cat-item,
.cat-item-wrap:focus-within > .cat-item,
.cat-item.is-active {
  background: #e0e0e0;
}

.cat-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 40;
  min-width: 3.78rem;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
  padding: 0.165rem 0.195rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.34rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.1rem;
  color: #000;
}

.cat-item-wrap:hover > .cat-submenu,
.cat-item-wrap:focus-within > .cat-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-submenu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.16rem;
}

.cat-submenu-col a {
  text-decoration: underline;
  line-height: 0.07655rem;
  white-space: nowrap;
  color: #000;
}

.cat-submenu-col a:hover {
  color: #c71b1e;
}

.cat-item .icon {
  width: 0.22rem;
  height: 0.22rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.cat-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cat-item .label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 0.11rem;
  color: #666;
  line-height: 0.132rem;
}

.cat-item .arrow {
  width: 0.06rem;
  height: 0.09rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cat-item .arrow img {
  width: 0.09rem;
  height: 0.06rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.02rem;
  width: 100%;
}

.brand-item {
  width: 100%;
  height: 0.4rem;
  border: 0.01rem solid #dedede;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.05rem 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.brand-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.keyword-box {
  width: 100%;
  border: 0.01rem solid #dedede;
  padding: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
}

.keyword-box h3 {
  font-size: 0.12rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.01rem;
}

.keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.06rem;
}

.keyword-list a {
  display: inline-block;
  background: #f7f7f7;
  border: 0.01rem solid #dedede;
  border-radius: 0.03rem;
  padding: 0.01rem 0.07667rem;
  font-size: 0.11rem;
  color: #666;
  line-height: 0.25rem;
}

.side-banner {
  width: 100%;
  display: block;
}

.side-banner img {
  width: 100%;
  height: auto;
}

/* ---------- Float buttons ---------- */
.float-panel {
  position: fixed;
  right: 0.1rem;
  bottom: 0.2rem;
  z-index: 50;
  width: 1.63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.17rem;
}

.float-btn {
  position: relative;
  width: 1.63rem;
  height: 0.8rem;
  border-radius: 0.815rem;
  overflow: visible;
  color: inherit;
  -webkit-box-shadow: 0.04075rem 0.04075rem 0.04075rem 0 #808080,
    0 0.04075rem 0.1304rem 0 rgba(0, 0, 0, 0.05),
    0 0.0652rem 0.1141rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0.04075rem 0.04075rem 0.04075rem 0 #808080,
    0 0.04075rem 0.1304rem 0 rgba(0, 0, 0, 0.05),
    0 0.0652rem 0.1141rem 0 rgba(0, 0, 0, 0.08);
}

.float-btn-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  border-radius: 0.815rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.float-btn img.bg {
  grid-area: 1 / 1;
  width: 1.64rem;
  height: 0.8rem;
  border-radius: 0.815rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.float-btn.line {
  background: #00b448;
}

.float-btn .label {
  grid-area: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  line-height: 0.1rem;
  text-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.float-close {
  position: absolute;
  top: -0.04075rem;
  right: -0.0163rem;
  width: 0.1902rem;
  height: 0.1902rem;
  border-radius: 0.09511rem;
  background: #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.float-close img {
  width: 0.0815rem;
  height: 0.0815rem;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* ---------- Footer ---------- */
.site-footer {
  width: 100%;
  background: #f9f9f9;
  margin-top: 0.3rem;
}

.footer-main {
  width: 100%;
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0.53rem 0.1rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 0.01rem solid #ddd;
  padding: 0 0.25rem 0 0.25rem;
  min-height: 1.76rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-col-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.45rem;
}

.footer-col-cats {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.footer-col-maker {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
}

.footer-col h3 {
  font-size: 0.1rem;
  font-weight: 700;
  color: #c71b1e;
  margin-bottom: 0.1rem;
  line-height: 1.2;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}

.footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.07rem;
  font-size: 0.11rem;
  color: #868686;
  line-height: 0.165rem;
  white-space: nowrap;
}

.footer-links a img {
  width: 0.03rem;
  height: 0.03rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-cats .footer-links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}

.footer-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.8rem;
  border-left: 0.01rem solid #ddd;
  padding-left: 0.25rem;
  margin-left: 0.1rem;
}

.footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
  margin-bottom: 0.12rem;
}

.footer-brand img {
  width: 0.35rem;
  height: 0.35rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-brand span {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 0.2rem;
  color: #000;
  line-height: 1.2;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.08rem;
}

.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.06rem;
  font-size: 0.11rem;
  color: #000;
  line-height: 0.18rem;
}

.contact-list img {
  width: 0.14rem;
  height: 0.14rem;
  margin-top: 0.02rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-bar {
  width: 100%;
  background: #c71b1e;
  padding: 0.1rem 0;
  color: #fff;
  font-size: 0.12rem;
}

.footer-bar-inner {
  width: 100%;
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.2rem;
}

.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.03rem;
}

.footer-legal a.ext {
  text-decoration: underline;
}

.footer-legal img {
  width: 0.15rem;
  height: 0.15rem;
}

.footer-copy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 1023px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cat-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.06rem;
  }

  .brand-item {
    width: 100%;
  }

  .side-banner,
  .side-promo {
    max-width: 3.8rem;
  }

  .footer-main {
    padding: 0.4rem 0.1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }

  .footer-col-top,
  .footer-col-maker {
    width: auto;
    min-width: 1.45rem;
  }

  .footer-col-cats {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-info {
    width: auto;
    min-width: 2.4rem;
    margin-left: auto;
    border-left: 0.01rem solid #ddd;
  }

  .footer-cats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-cats .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 1.45rem;
  }

  .footer-bar-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .float-panel {
    width: 1.2rem;
    right: 0.06rem;
  }

  .float-btn,
  .float-btn img.bg {
    width: 1.2rem;
    height: 0.58rem;
  }

  .float-btn .label {
    font-size: 0.12rem;
  }
}

@media screen and (max-width: 767px) {
  .header-top-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-notice {
    display: none;
  }

  .header-main {
    padding: 0.16rem 0 0.2rem;
  }

  .header-main-inner {
    gap: 0.08rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 52%;
  }

  .brand-name {
    font-size: 0.16rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gnav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .gnav-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gnav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .gnav-item > a {
    padding: 0.02rem 0.04rem;
  }

  .gnav-item .jp {
    font-size: 0.1rem;
    letter-spacing: 0;
  }

  .gnav-item .en {
    font-size: 0.08rem;
  }

  .gnav-dropdown {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .gnav-cat-primary {
    width: 2rem;
    max-height: 3.2rem;
  }

  .gnav-cat-flyout {
    position: static;
    left: auto;
    top: auto;
    min-width: 100%;
    max-width: none;
    max-height: 2.8rem;
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }

  .gnav-cat-flyout-third {
    position: static;
    left: auto;
    top: auto;
    min-width: 100%;
    max-width: none;
    max-height: 2.4rem;
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }

  .search-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 0.32rem;
    margin-left: auto;
  }

  .search-box input {
    padding: 0 0.08rem;
    font-size: 0.12rem;
  }

  .search-box button {
    width: 0.44rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 0;
  }

  .search-box button img {
    width: 0.14rem;
    height: 0.14rem;
  }

  .search-box button span {
    display: none;
  }

  .cat-submenu {
    left: 0;
    top: 100%;
    min-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.16rem;
  }

  .product-section {
    padding: 0.16rem 0.04rem 0.1rem;
  }

  .product-rail-swiper .swiper-slide {
    width: 1.55rem;
  }

  .product-card .delivery {
    font-size: 0.085rem;
    line-height: 1.5;
    min-height: 0.26rem;
  }

  .blog-item .title,
  .news-item .title {
    white-space: normal;
  }

  .cat-list {
    grid-template-columns: 1fr;
  }

  .footer-col,
  .footer-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    border-top: 0.01rem solid #ddd;
    padding-top: 0.16rem;
    min-height: 0;
  }

  .footer-col-top,
  .footer-col-maker,
  .footer-col-cats {
    width: 100%;
  }

  .footer-cats {
    gap: 0.16rem;
  }

  .footer-brand span {
    font-size: 0.18rem;
  }

  .footer-bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .float-panel {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-rail-swiper .swiper-slide {
    width: 1.72rem;
  }
}

@media screen and (min-width: 1024px) {
  .product-rail-swiper .swiper-slide {
    width: 1.799rem;
  }
}

/* ---------- Category page ---------- */
.category-main {
  gap: 0.2rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.07rem;
  font-size: 0.08rem;
  line-height: 0.21rem;
  color: #666;
}

.breadcrumb a {
  color: #666;
  text-decoration: underline;
}

.breadcrumb span {
  text-decoration: underline;
}

.breadcrumb img {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
}

.category-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.26rem;
  width: 100%;
}

.category-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.15rem 0.12rem;
  width: 100%;
}

.cat-card {
  width: calc((100% - 0.24rem) / 3);
  min-height: 3.71rem;
  background: #f1fcff;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.17rem 0.22rem 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-card-tall.is-expanded {
  min-height: 5.98rem;
}

.cat-card-thumb {
  width: 1.34rem;
  height: 1.34rem;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.cat-card-thumb:hover img {
  opacity: 0.85;
}

.cat-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cat-card-title {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 0.21rem;
  white-space: nowrap;
}

.cat-card-desc {
  margin-top: 0.07rem;
  width: 100%;
  font-size: 0.1rem;
  color: #000;
  line-height: 0.18rem;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cat-card-desc p + p {
  margin-top: 0;
}

.cat-card-btn {
  margin-top: 0.12rem;
  width: 0.86rem;
  height: 0.26rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.1rem;
  font-weight: 500;
  line-height: 0.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.05rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.cat-card-btn img {
  width: 0.04rem;
  height: 0.03rem;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.cat-card.is-expanded .cat-card-btn img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cat-horsepower {
  display: none;
  margin-top: 0.16rem;
  width: 100%;
  text-align: left;
}

.cat-card.is-expanded .cat-horsepower {
  display: block;
}

.cat-horsepower li a {
  display: block;
  font-size: 0.1rem;
  line-height: 0.18rem;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.cat-card-filter .cat-card-desc {
  min-height: 1.28rem;
}

@media screen and (max-width: 767px) {
  .cat-card {
    width: 100%;
    min-height: 0;
  }

  .cat-card-title {
    white-space: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cat-card {
    width: calc((100% - 0.12rem) / 2);
  }
}

/* ---------- Product list page ---------- */
.list-main {
  gap: 0.2rem;
}

.list-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.26rem;
  width: 100%;
}

.list-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.list-count {
  font-size: 0.12rem;
  color: #333;
  line-height: 0.17rem;
}

.list-pager-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.09rem;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #333;
}

.list-pager-top a {
  color: #333;
  text-decoration: underline;
}

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem;
  width: 100%;
}

.product-grid .list-empty {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #868686;
  text-align: center;
  padding: 0.4rem 0;
}

.product-grid .product-card-link {
  width: calc((100% - 0.9rem) / 4);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-grid .product-card-link .product-card {
  width: 100%;
}

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.08rem;
  width: 100%;
  margin-top: 0.1rem;
}

.pagination .page {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0.32rem;
  height: 0.32rem;
  padding: 0 0.08rem;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #333;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagination .page.is-current {
  background: #c71b1e;
  border-color: #c71b1e;
  color: #fff;
}

.pagination .page-gap {
  min-width: 0.47rem;
  height: 0.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .product-grid .product-card-link {
    width: calc((100% - 0.3rem) / 2);
  }

  .list-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.08rem;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-grid .product-card-link {
    width: calc((100% - 0.6rem) / 3);
  }
}

/* ---------- Guide page ---------- */
.guide-main {
  gap: 0.2rem;
}

.guide-page-title {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 0.007rem;
  line-height: 0.3rem;
  width: 100%;
  margin: 0.1rem 0 0.19rem;
}

.guide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.16rem;
  width: 100%;
}

.guide-nav-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.guide-nav-head {
  height: 0.39rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.39rem;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.guide-nav-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff3f3;
  height: 1.03rem;
  min-height: 1.03rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.23rem 0.16rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.27rem;
}

.guide-nav-list a {
  display: block;
  font-size: 0.14rem;
  font-weight: 500;
  color: #474747;
  letter-spacing: 0.015rem;
  line-height: 0.2rem;
}

.guide-nav-list a.is-active {
  color: #c71b1e;
  font-weight: 700;
  text-decoration: underline;
}

.guide-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
  width: 100%;
}

.guide-block + .guide-block {
  margin-top: 0;
}

.guide-main > .guide-block {
  margin-top: 0.08rem;
}

.guide-main > .guide-nav + .guide-block {
  margin-top: 0.19rem;
}

.guide-block-title {
  height: 0.52rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.015rem;
  line-height: 0.52rem;
  padding: 0 0.16rem;
}

.guide-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.24rem;
  width: 100%;
  scroll-margin-top: 0.2rem;
}

.guide-sub-title {
  height: 0.4rem;
  background: #fff3f3;
  color: #000;
  font-size: 0.17rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  line-height: 0.4rem;
  padding: 0 0.16rem;
}

.guide-body {
  font-size: 0.14rem;
  color: #000;
  letter-spacing: 0.015rem;
  line-height: 0.32rem;
}

.guide-body p + p {
  margin-top: 0;
}

.gnav-item.is-current > a {
  position: relative;
}

.gnav-item.is-current > a::after {
  content: "";
  position: absolute;
  left: 0.06rem;
  right: 0.06rem;
  bottom: 0;
  height: 0.02rem;
  background: #c71b1e;
}

@media screen and (max-width: 767px) {
  .guide-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .guide-nav-list {
    height: auto;
    min-height: 0.9rem;
  }

  .guide-page-title {
    line-height: 0.3rem;
    margin: 0.08rem 0 0.16rem;
  }
}

/* ---------- Detail page ---------- */
.detail-wrap {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.26rem;
}

.detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.53rem;
  width: 100%;
}

.detail-gallery {
  width: 6.11rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.detail-main-img {
  width: 6.11rem;
  height: 6.11rem;
  background: #f7f7f7;
  overflow: hidden;
}

.detail-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.detail-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.13rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-thumbs li {
  width: 0.62rem;
  height: 0.62rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
}

.detail-thumbs button {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0;
  border: 1px solid transparent;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.detail-thumbs button.is-active {
  border-color: #c71b1e;
}

.detail-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.detail-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.16rem;
}

.detail-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 0.45rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  background: #f4f4f4;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.detail-tab.is-active {
  background: #fff;
  border: 1px solid #000;
  border-bottom: none;
}

.detail-tab-panels {
  width: 100%;
}

.detail-panel {
  font-size: 0.14rem;
  color: #000;
  line-height: 0.3rem;
  padding-top: 0.2rem;
}

.detail-panel[hidden] {
  display: none;
}

.detail-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.detail-spec-table th,
.detail-spec-table td {
  border: 1px solid #868686;
  padding: 0.08rem 0.1rem;
  font-size: 0.16rem;
  text-align: left;
  font-weight: 400;
}

.detail-spec-table th {
  width: 1.28rem;
  background: #f2f2f2;
}

.detail-buy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.06rem;
  flex: 0 0 4.06rem;
  width: 4.06rem;
  max-width: 4.06rem;
  min-width: 4.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}

.detail-title {
  font-size: 0.2rem;
  font-weight: 700;
  color: #000;
  line-height: 0.35rem;
}

.detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.05rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail-tags .tag {
  width: auto;
  min-width: 0;
  height: 0.19rem;
  padding: 0 0.06rem;
  font-size: 0.12rem;
  line-height: 0.19rem;
  border-width: 1px;
}

.detail-price {
  color: red;
  font-weight: 700;
  letter-spacing: 0.012rem;
  line-height: 1;
}

.detail-price .num {
  font-size: 0.32rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: baseline;
}

.detail-price .ship {
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  display: inline-block;
  vertical-align: baseline;
}

.detail-point {
  color: red;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.012rem;
  line-height: 0.24rem;
}

.detail-label {
  font-size: 0.16rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.012rem;
  line-height: 0.24rem;
}

.detail-label .req {
  margin-left: 0.04rem;
  font-size: 0.12rem;
  color: red;
}

.detail-region-block,
.detail-delivery,
.detail-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}

.detail-delivery p:last-child {
  font-size: 0.16rem;
  color: #000;
  letter-spacing: 0.012rem;
  line-height: 0.24rem;
}

.region-select {
  position: relative;
  width: 1.85rem;
  z-index: 20;
}

.region-trigger {
  width: 100%;
  height: 0.56rem;
  border: 1px solid #ccc;
  border-radius: 0.05rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.1rem;
  cursor: pointer;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.012rem;
  font-family: inherit;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.region-value.is-placeholder {
  color: #999;
}

.region-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.24rem;
}

.region-trigger img {
  width: 0.16rem;
  height: 0.16rem;
  max-width: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.region-list {
  position: absolute;
  left: 0;
  top: calc(100% + 0.02rem);
  z-index: 40;
  width: 1.93rem;
  max-height: 3.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
}

.region-list[hidden] {
  display: none !important;
}

.region-list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 0.32rem;
  padding: 0 0.1rem;
  border: none;
  background: #fff;
  text-align: left;
  font-size: 0.12rem;
  line-height: 0.24rem;
  letter-spacing: 0.012rem;
  cursor: pointer;
  font-family: inherit;
  color: #000;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.region-list button.is-active,
.region-list button:hover {
  background: #e6e6e6;
}

.region-list button.is-placeholder-option {
  color: #999;
}

.detail-meta {
  width: 100%;
  border-collapse: collapse;
}

.detail-meta th,
.detail-meta td {
  border: 1px solid #868686;
  padding: 0.05rem 0.1rem;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.012rem;
  line-height: 0.24rem;
  text-align: left;
  height: 0.34rem;
}

.detail-meta th {
  width: 1.28rem;
  background: #f2f2f2;
}

.qty-box {
  width: 1.85rem;
  height: 0.56rem;
  border: 1px solid #ccc;
  border-radius: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qty-box button {
  border: none;
  background: transparent;
  font-size: 0.2rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  width: 0.24rem;
  height: 0.24rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qty-num,
.qty-input {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
  line-height: 0.24rem;
}

.qty-input {
  width: 0.6rem;
  border: none;
  background: transparent;
  text-align: center;
  color: #333;
  padding: 0;
  font-family: inherit;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-box button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.detail-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}

.btn-cart,
.btn-buy {
  width: 1.98rem;
  height: 0.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
  font-size: 0.16rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.btn-cart {
  background: #fff;
  border: 1px solid #c71b1e;
  color: #c71b1e;
}

.btn-buy {
  background: #c71b1e;
  border: 1px solid #c71b1e;
  color: #fff;
}

.btn-cart img,
.btn-buy img {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
}

.btn-cart:disabled,
.btn-buy:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.detail-reviews {
  background: #f2f2f2;
  border-radius: 0.05rem;
  padding: 0.2rem 0.17rem;
  max-height: 7.31rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-head h2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.012rem;
}

.review-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.09rem;
  font-size: 0.12rem;
  color: #c71b1e;
  border-bottom: 1px solid #c71b1e;
  letter-spacing: 0.012rem;
}

.review-write img {
  width: 0.12rem;
  height: 0.12rem;
}

.review-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.13rem;
  font-size: 0.16rem;
  color: #666;
}

.review-summary-rating,
.review-card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.025rem;
}

.review-summary-rating img,
.review-card-rating img {
  width: 0.18rem;
  height: 0.167rem;
  display: block;
}

.review-list {
  overflow-y: auto;
  max-height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  padding-right: 0.04rem;
}

.review-empty {
  font-size: 0.14rem;
  color: #757575;
  line-height: 1.5;
  text-align: center;
  padding: 0.32rem 0.12rem;
}

.review-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.08rem;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.12rem;
}

.review-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.08rem 0.12rem;
}

.review-card-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.12rem;
  font-size: 0.14rem;
  color: #757575;
}

.review-user span {
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-user .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e3e3e3;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-card h3 {
  font-size: 0.2rem;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.2;
}

.review-card p {
  font-size: 0.14rem;
  color: #1e1e1e;
  line-height: 1.4;
}

.review-photo {
  width: 0.79rem;
  height: 0.63rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* ---------- Review modal ---------- */
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
}

.review-modal[hidden] {
  display: none !important;
}

.review-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.review-modal-dialog {
  position: relative;
  z-index: 1;
  width: 11.92rem;
  max-width: 100%;
  max-height: calc(100vh - 0.4rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  padding: 0.42rem 0.49rem 0.42rem;
}

.review-modal-close {
  position: absolute;
  top: 0.05rem;
  right: 0.09rem;
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-modal-close img {
  width: 0.3rem;
  height: 0.3rem;
  max-width: none;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.42rem;
}

.review-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
}

.review-field-label {
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.01rem;
  line-height: 0.16rem;
}

.review-field-label .req {
  color: red;
}

.review-input,
.review-textarea {
  width: 100%;
  border: 1px solid #aaa;
  background: #fff;
  font-family: inherit;
  font-size: 0.14rem;
  color: #000;
  padding: 0.12rem 0.14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.review-input {
  height: 0.49rem;
}

.review-textarea {
  height: 1.31rem;
  resize: vertical;
  line-height: 1.5;
}

.review-photo-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-photo-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-photo-box {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: #f5f5f5;
  border: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-photo-box.is-empty .review-photo-empty {
  width: 0.59rem;
  height: 0.59rem;
  max-width: none;
  display: block;
  opacity: 0.45;
}

.review-photo-box > img:not(.review-photo-empty) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.review-photo-box > button {
  position: absolute;
  top: 0.04rem;
  right: 0.04rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #c71b1e;
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.18rem;
  text-align: center;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

.review-photo-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.6rem;
  min-height: 0.36rem;
  padding: 0.1rem 0.14rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  line-height: 0.16rem;
  cursor: pointer;
  margin-top: 0.12rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.review-upload-progress {
  width: 100%;
  max-width: 100%;
  margin-top: 0.1rem;
}

.review-upload-progress-bar {
  width: 100%;
  height: 0.08rem;
  background: #e5e5e5;
  border-radius: 0.04rem;
  overflow: hidden;
}

.review-upload-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: #c71b1e;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.review-upload-progress-text {
  margin-top: 0.06rem;
  font-size: 0.12rem;
  color: #666;
}

.review-submit {
  display: block;
  width: 4.12rem;
  max-width: 100%;
  height: 0.5rem;
  margin: 0.2rem auto 0;
  border: none;
  background: #c71b1e;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  cursor: pointer;
  font-family: inherit;
}

@media screen and (max-width: 1023px) {
  .review-modal-dialog {
    width: 100%;
    padding: 0.32rem 0.2rem 0.28rem;
  }

  .review-submit {
    width: 100%;
  }
}

.detail-recent {
  margin-top: 0.2rem;
  width: 100%;
}

.detail-recent .section-title {
  margin-bottom: 0.26rem;
}

.detail-recent-grid .product-card-link {
  width: calc((100% - 0.6rem) / 3);
}

.detail-recent-grid .product-card-link .product-card {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .detail-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail-gallery,
  .detail-buy {
    width: 100%;
    max-width: none;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .detail-main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 767px) {
  .detail-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-cart,
  .btn-buy {
    width: 100%;
  }

  .review-card-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.08rem;
  }

  .review-user {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .review-user span {
    white-space: normal;
    word-break: break-all;
  }

  .detail-recent-grid .product-card-link {
    width: calc((100% - 0.3rem) / 2);
  }

  .breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ---------- Payment / checkout page ---------- */
.payment-wrap {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}

.pay-order {
  width: 9.15rem;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.pay-order-head {
  height: 0.49rem;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 0.264rem;
}

.pay-order-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0.44rem;
  background: #f7f7f7;
  font-size: 0.14rem;
  font-weight: 700;
  color: #7d7d7d;
  border-bottom: 1px solid #e0e0e0;
  line-height: 0.264rem;
  text-align: center;
}

.pay-order-cols .col-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.12rem 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-order-cols .col-price,
.pay-order-cols .col-qty,
.pay-order-cols .col-sub {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #e0e0e0;
  padding: 0.12rem 0.08rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-order-cols .col-price {
  width: 1.22rem;
  white-space: nowrap;
}

.pay-order-cols .col-qty {
  width: 0.67rem;
}

.pay-order-cols .col-sub {
  width: 0.87rem;
}

.pay-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 1.75rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-order-row:last-child {
  border-bottom: none;
}

.pay-item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.11rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.18rem 0.16rem 0.18rem 0.12rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-item-thumb {
  width: 1.16rem;
  height: 1.16rem;
  border: 1px solid #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-item-thumb img {
  width: 1.16rem;
  height: 1.16rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.pay-item-text {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pay-item-name {
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.201rem;
  margin: 0 0 0.07rem;
}

.pay-item-meta {
  margin: 0;
  font-size: 0.1rem;
  font-weight: 400;
  color: #868686;
  line-height: 0.15rem;
}

.pay-item-meta-muted {
  color: #868686;
}

.pay-item-unit,
.pay-item-qty,
.pay-item-sub {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: stretch;
  border-left: 1px solid #e0e0e0;
  padding: 0.12rem 0.08rem;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-item-unit {
  width: 1.22rem;
  white-space: nowrap;
}

.pay-item-qty {
  width: 0.67rem;
}

.pay-item-sub {
  width: 0.87rem;
}

.pay-middle {
  width: 9.15rem;
  max-width: 100%;
  margin: 0.1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
}

.pay-middle-left {
  width: 4.52rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-block-title {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
}

.pay-point-title {
  margin-top: 0.28rem;
  margin-bottom: 0;
}

.pay-point-note {
  font-size: 0.14rem;
  font-weight: 500;
  color: #bc261a;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.pay-point-list {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.pay-coupon-list {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.pay-coupon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.45rem;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.pay-coupon-row:last-child {
  border-bottom: none;
}

.pay-coupon-label {
  width: 2.14rem;
  height: 0.45rem;
  background: #f1f1f1;
  border-right: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.08rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-coupon-label.is-empty {
  background: #f1f1f1;
  min-height: 0.45rem;
}

.pay-coupon-row--none .pay-coupon-label {
  border-right: none;
}

.pay-coupon-row--none.is-selected .pay-coupon-label {
  background: #f1f1f1;
}

.pay-coupon-label input,
.pay-radio-option input,
.pay-method-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-ui {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
}

.radio-ui::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  margin: -0.06rem 0 0 -0.06rem;
  border-radius: 50%;
  background: #2d77f6;
  opacity: 0;
}

.pay-coupon-label input:checked + .radio-ui::after,
.pay-radio-option input:checked + .radio-ui::after {
  opacity: 1;
}

.pay-radio-option input:checked + .radio-ui {
  border-color: #c71b1e;
}

.pay-radio-option input:checked + .radio-ui::after {
  background: #c71b1e;
}

.radio-ui.is-dark::after {
  background: #151515;
}

.pay-method-option input:checked + .radio-ui::after {
  opacity: 1;
}

.pay-coupon-code {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.12rem;
  font-size: 0.16rem;
  color: #000;
  letter-spacing: 0.007rem;
}

.pay-apply {
  width: 0.61rem;
  height: 0.34rem;
  margin-right: 0.05rem;
  border: 1px solid #cbcbcb;
  background: #f1f1f1;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  cursor: pointer;
  font-family: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-apply.is-primary {
  background: #c71b1e;
  border-color: #c71b1e;
  color: #fff;
}

.pay-point-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.45rem;
  height: 0.45rem;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.pay-point-row:last-child {
  border-bottom: none;
}

.pay-point-label {
  width: 2.14rem;
  min-width: 2.14rem;
  height: 100%;
  background: #f1f1f1;
  border-right: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-point-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  height: 100%;
}

.pay-point-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
  height: 100%;
  border: none;
  padding: 0 0.12rem;
  font-size: 0.16rem;
  color: #333;
  font-family: inherit;
  outline: none;
  background: transparent;
}

.pay-point-field .pay-apply {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-point-input::-webkit-input-placeholder {
  color: #cbcbcb;
}

.pay-point-input::-moz-placeholder {
  color: #cbcbcb;
}

.pay-point-input::placeholder {
  color: #cbcbcb;
}

.pay-point-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  color: #333;
}

.pay-summary {
  width: 4.45rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  margin-top: 0.3rem;
}

.pay-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.45rem;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.pay-summary-row:last-child {
  border-bottom: none;
}

.pay-summary-row .lbl {
  width: 1.43rem;
  height: 100%;
  background: #f1f1f1;
  border-right: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-summary-row .val {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.16rem;
  font-size: 0.14rem;
  color: #000;
}

.pay-section-title {
  font-size: 0.2rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.32rem;
  margin: 0.2rem 0 0.12rem;
  width: 9.27rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pay-radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  width: 9.27rem;
  max-width: 100%;
  margin: 0 auto 0.12rem;
  font-size: 0.16rem;
  color: #333;
  letter-spacing: 0.007rem;
  cursor: pointer;
}

.pay-saved-address {
  width: 9.27rem;
  max-width: 100%;
  margin: 0 auto 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.1rem;
}

.pay-saved-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin: -0.04rem 0;
}

.pay-saved-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.12rem;
  padding: 0.12rem 0.1rem;
  margin: 0 -0.04rem;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
}

.pay-saved-choice:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.pay-saved-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pay-saved-choice .radio-ui {
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.03rem;
  border-color: #8c8c8c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-saved-choice .radio-ui::after {
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.05rem 0 0 -0.05rem;
  background: #c71b1e;
}

.pay-saved-choice-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.13rem;
  line-height: 1.55;
  color: #333;
}

.pay-saved-choice-title {
  margin: 0 0 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}

.pay-saved-choice-content p {
  margin: 0;
}

.pay-saved-choice input:checked + .radio-ui {
  border-color: #c71b1e;
}

.pay-saved-choice input:checked + .radio-ui::after {
  opacity: 1;
  background: #c71b1e;
}

.pay-saved-choice.is-selected,
.pay-saved-choice:has(input:checked) {
  background: #fdf6f6;
}

.pay-saved-choice.is-selected::before,
.pay-saved-choice:has(input:checked)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  bottom: 0.08rem;
  width: 3px;
  border-radius: 2px;
  background: #c71b1e;
}

.pay-saved-body:has(.pay-saved-choices) {
  padding: 0.1rem 0.14rem 0.1rem 0.12rem;
}

.pay-saved-label {
  width: 2.63rem;
  background: #f1f1f1;
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.1rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-saved-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #cbcbcb;
  border-left: none;
  background: #fff;
  padding: 0.14rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
  line-height: 0.26rem;
  letter-spacing: 0.007rem;
}

.pay-new-address {
  width: 9.27rem;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #b8b8b8;
  border-bottom: none;
}

.pay-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  min-height: 0.41rem;
}

.pay-form-label {
  width: 2.59rem;
  background: #f6f6f6;
  border-right: 1px solid #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.96rem 0 0.1rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.007rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.04rem 0.08rem;
  background: #fff;
}

.pay-form-field input,
.pay-form-field select {
  width: 3.7rem;
  max-width: 100%;
  height: 0.34rem;
  border: 1px solid #e0e0e0;
  padding: 0 0.07rem;
  font-size: 0.14rem;
  color: #333;
  font-family: inherit;
  background: #fff;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-form-address-block {
  min-height: 1.72rem;
}

.pay-form-address-block .pay-form-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.12rem 0.96rem 0.12rem 0.1rem;
}

.pay-form-address-fields {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.08rem;
  padding: 0.08rem;
}

.pay-form-address-fields .is-wide {
  width: 6.54rem;
  max-width: 100%;
}

.pay-select-wrap {
  position: relative;
  width: 3.7rem;
  max-width: 100%;
  font-size: 0;
}

.pay-select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0.28rem;
}

.pay-select-arrow {
  position: absolute;
  right: 0.14rem;
  top: 50%;
  margin-top: -0.03rem;
  width: 0.12rem;
  height: 0.06rem;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pay-field-error {
  margin: 0.04rem 0 0;
  font-size: 0.12rem;
  line-height: 1.45;
  color: #c71b1e;
}

.pay-select-wrap.is-error select {
  border-color: #c71b1e;
  box-shadow: 0 0 0 1px rgba(199, 27, 30, 0.18);
}

.pay-method {
  width: 9.27rem;
  max-width: 100%;
  margin: 0 auto;
}

.pay-method .pay-section-title {
  width: 100%;
}

.pay-method-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0.53rem;
}

.pay-method-label.is-empty {
  background: #f7f7f7;
  min-height: 0.53rem;
}

.pay-method-label {
  width: 2.63rem;
  background: #f7f7f7;
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.08rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pay-required {
  display: inline-block;
  background: #bc261a;
  color: #fff;
  font-size: 0.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.04rem 0.06rem;
  border-radius: 0.02rem;
}

.pay-method-option {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #cbcbcb;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  padding: 0 0.1rem;
  cursor: pointer;
  background: #fff;
}

.pay-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.02rem;
}

.pay-cards img {
  width: 0.3rem;
  height: 0.3rem;
  max-width: none;
  display: block;
}

.pay-cards img[alt="JCB"] {
  width: 0.25rem;
  height: 0.21rem;
}

.pay-method-name {
  font-size: 0.14rem;
  color: #414141;
  line-height: 0.21rem;
}

.pay-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.36rem 0 0.2rem;
}

.pay-cta-btn {
  width: 2.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.02rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  cursor: pointer;
  font-family: inherit;
}

@media screen and (max-width: 1023px) {
  .pay-order,
  .pay-middle,
  .pay-section-title,
  .pay-radio-option,
  .pay-saved-address,
  .pay-new-address,
  .pay-method {
    width: 100%;
  }

  .pay-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay-middle-left,
  .pay-summary {
    width: 100%;
  }

  .pay-order-cols {
    display: none;
  }

  .pay-order-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.08rem;
    padding: 0.12rem;
  }

  .pay-item-info,
  .pay-item-unit,
  .pay-item-qty,
  .pay-item-sub {
    width: 100%;
    padding: 0.04rem 0;
  }

  .pay-item-unit,
  .pay-item-qty,
  .pay-item-sub {
    border-left: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .pay-item-unit::before {
    content: "単価（税込）";
    font-weight: 700;
    color: #7d7d7d;
  }

  .pay-item-qty::before {
    content: "数量";
    font-weight: 700;
    color: #7d7d7d;
  }

  .pay-item-sub::before {
    content: "小計";
    font-weight: 700;
    color: #7d7d7d;
  }

  .pay-form-label {
    width: 1.6rem;
    padding-right: 0.1rem;
  }

  .pay-form-address-block .pay-form-label {
    display: none;
  }

  .pay-form-field input,
  .pay-form-field select,
  .pay-select-wrap,
  .pay-form-address-fields .is-wide {
    width: 100%;
  }

  .pay-method-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay-method-label {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pay-method-option {
    border-left: 1px solid #cbcbcb;
    border-top: none;
  }

  .pay-cta-btn {
    width: 100%;
    max-width: 2.5rem;
  }
}

/* ---------- About / 私たちについて ---------- */
.about-body {
  padding-top: 0;
}

.about-hero {
  width: 100%;
  height: 5.28rem;
  overflow: hidden;
  background: #eee;
}

.about-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about-wrap {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
}

.about-wrap > .breadcrumb {
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
}

.about-lead-title {
  font-size: 0.32rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 0.3rem;
  margin: 0.34rem auto 0.63rem;
  max-width: 7.65rem;
}

.about-lead-text {
  max-width: 6.11rem;
  margin: 0 auto 0.85rem;
  text-align: center;
  font-size: 0.14rem;
  color: #000;
  line-height: 0.3rem;
}

.about-lead-text p + p {
  margin-top: 0;
}

.about-info-section {
  background: #fbfbfb;
  padding: 0.63rem 0 0.7rem;
}

.about-info-title {
  font-size: 0.24rem;
  font-weight: 500;
  color: #111;
  text-align: center;
  line-height: 0.27rem;
  margin: 0 0 0.62rem;
}

.about-info-list {
  width: 9.51rem;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.32rem;
}

.about-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #ddd;
}

.about-info-row dt {
  width: 1.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.16rem;
  font-weight: 700;
  color: #424242;
  line-height: 0.2rem;
}

.about-info-row dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.16rem;
  font-weight: 400;
  color: #222;
  line-height: 0.2rem;
}

.about-info-row dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-info-row dd li {
  line-height: 0.25rem;
}

.about-info-row dd li::before {
  content: "•";
  margin-right: 0.06rem;
}

.about-map-section {
  padding: 0 0 0.4rem;
}

.about-map {
  position: relative;
  width: 100%;
  height: 4.54rem;
  overflow: hidden;
  background: #e8e8e8;
}

.about-map-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about-map-street {
  position: absolute;
  left: 0.14rem;
  top: 0.16rem;
  width: 4.53rem;
  height: 1.53rem;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  display: block;
  max-width: none;
}

.about-map-pegman {
  position: absolute;
  left: 0.14rem;
  bottom: 0.16rem;
  width: 0.57rem;
  height: 0.56rem;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  display: block;
  max-width: none;
}

.about-map-zoom {
  position: absolute;
  right: 0.2rem;
  bottom: 0.17rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  display: block;
  max-width: none;
}

.about-maps-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.24rem;
  width: 3.14rem;
  height: 0.69rem;
  margin: 0.57rem auto 0;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.008rem;
  line-height: 0.3rem;
  text-decoration: none;
}

.about-maps-btn img {
  width: 0.16rem;
  height: 0.16rem;
  max-width: none;
  display: block;
}

@media screen and (max-width: 1023px) {
  .about-hero {
    height: auto;
    aspect-ratio: 1440 / 528;
  }

  .about-lead-title {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin: 0.24rem auto 0.32rem;
  }

  .about-info-list {
    width: 100%;
    gap: 0.2rem;
  }

  .about-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.08rem;
    padding-bottom: 0.2rem;
  }

  .about-info-row dt {
    width: auto;
  }

  .about-map {
    height: auto;
    aspect-ratio: 1440 / 454;
  }

  .about-map-street {
    width: 42%;
    height: auto;
  }

  .about-maps-btn {
    width: calc(100% - 0.4rem);
    max-width: 3.14rem;
  }
}

@media screen and (max-width: 767px) {
  .about-map-street,
  .about-map-pegman,
  .about-map-zoom {
    display: none;
  }
}

/* ---------- News list page ---------- */
.news-wrap {
  max-width: 12.15rem;
  margin: 0 auto;
  padding: 0 0.1rem;
}

.news-wrap > .breadcrumb {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.news-page-title {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 0.01rem;
  line-height: 0.3rem;
  width: 100%;
  margin: 0 0 0.2rem;
}

.news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}

.news-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 7.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.34rem;
}

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.13rem;
}

.news-filter .bar {
  width: 0.09rem;
  height: 0.19rem;
  background: #c71b1e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-filter h2 {
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.015rem;
  line-height: 0.32rem;
  margin: 0;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.34rem;
  width: 100%;
  padding: 0 0 0.35rem;
  margin: 0 0 0.35rem;
  border-bottom: 1px solid #e5e5e5;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-card:last-child {
  margin-bottom: 0;
}

.news-card-thumb {
  position: relative;
  width: 1.69rem;
  height: 1.68rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  background: #d9d9d9;
}

.news-card-thumb > img {
  width: 1.69rem;
  height: 1.68rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.62rem;
  height: 0.62rem;
  pointer-events: none;
}

.news-ribbon > img {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
}

.news-ribbon-text {
  position: absolute;
  top: 0.14rem;
  left: -0.02rem;
  width: 0.52rem;
  height: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.075rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.005rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.news-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.16rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-card-title {
  font-size: 0.16rem;
  font-weight: 700;
  color: #000;
  line-height: 0.27rem;
  margin: 0;
}

.news-card-excerpt {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666;
  line-height: 0.2rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-card-date {
  display: block;
  font-size: 0.12rem;
  font-weight: 400;
  color: #afafaf;
  line-height: 0.27rem;
}

.news-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.news-pagination .page {
  border-color: transparent;
  min-width: 0.36rem;
  height: 0.36rem;
  padding: 0.08rem 0.12rem;
}

.news-pagination .page.is-current {
  border-color: #c71b1e;
}

.user-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.24rem;
  gap: 0.16rem;
}

.user-pagination .page {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: auto;
  height: auto;
  padding: 0;
  padding-top: 0;
  border: none;
  font-size: 0.16rem;
  line-height: 1;
  color: #333;
  background: transparent;
}

.user-pagination .page:hover {
  color: #c71b1e;
}

.user-pagination .page.is-current {
  width: 0.32rem;
  min-width: 0.32rem;
  height: 0.32rem;
  padding: 0;
  padding-top: 0;
  background: #c71b1e;
  border: none;
  color: #fff;
}

.user-pagination .page.is-current:hover {
  color: #fff;
}

.user-pagination .page-gap {
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 0.16rem;
  line-height: 1;
  color: #333;
}

.news-side {
  width: 2.89rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.52rem;
}

.news-side-title {
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.2rem;
  margin: 0;
  padding: 0.15rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.news-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}

.news-side-list a {
  display: block;
  padding: 0.1rem;
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  line-height: 0.2rem;
  text-decoration: none;
}

.news-side-list a.is-active {
  background: #f4f4f4;
}

@media screen and (max-width: 1023px) {
  .news-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }

  .news-main {
    max-width: none;
  }

  .news-side {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-page-title {
    font-size: 0.18rem;
    margin-bottom: 0.16rem;
  }

  .news-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.16rem;
    padding-bottom: 0.24rem;
    margin-bottom: 0.24rem;
  }

  .news-card-thumb {
    width: 1.1rem;
    height: 1.1rem;
  }

  .news-card-thumb > img {
    width: 1.1rem;
    height: 1.1rem;
  }

  .news-ribbon {
    width: 0.44rem;
    height: 0.44rem;
  }

  .news-ribbon > img {
    width: 0.44rem;
    height: 0.44rem;
  }

  .news-ribbon-text {
    top: 0.1rem;
    left: -0.01rem;
    width: 0.36rem;
    height: 0.1rem;
    font-size: 0.055rem;
  }

  .news-card-title {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .news-card-excerpt {
    font-size: 0.12rem;
    line-height: 0.18rem;
    -webkit-line-clamp: 2;
  }

  .news-card-date {
    font-size: 0.11rem;
    line-height: 0.2rem;
  }
}

/* ---------- News detail page ---------- */
.news-detail-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 7.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}

.news-detail-wrap .news-filter {
  margin-bottom: 0.12rem;
}

.news-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}

.news-detail-title {
  font-size: 0.16rem;
  font-weight: 700;
  color: #000;
  line-height: 0.27rem;
  margin: 0;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e5e5e5;
}

.news-detail-date {
  display: block;
  font-size: 0.16rem;
  font-weight: 400;
  color: #afafaf;
  line-height: 0.27rem;
  text-align: right;
}

.news-detail-hero {
  width: 100%;
  height: 3.93rem;
  overflow: hidden;
  background: #d9d9d9;
}

.news-detail-hero img {
  width: 100%;
  height: 3.93rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-detail-body {
  font-size: 0.14rem;
  font-weight: 400;
  color: #000;
  line-height: 0.3rem;
}

.news-detail-body p {
  margin: 0;
}

.news-detail-body h3 {
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.3rem;
  margin: 0.3rem 0 0;
}

.news-detail-body ul,
.news-detail-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-detail-body ul li {
  position: relative;
  padding-left: 0;
  line-height: 0.3rem;
}

.news-detail-body ul li::before {
  content: "・";
}

.news-detail-body ol {
  counter-reset: news-ol;
}

.news-detail-body ol li {
  counter-increment: news-ol;
  line-height: 0.3rem;
  padding-left: 0.21rem;
  text-indent: -0.21rem;
}

.news-detail-body ol li::before {
  content: counter(news-ol) ". ";
}

.news-detail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.1rem;
}

.news-detail-nav-btn {
  width: 1.03rem;
  height: 0.47rem;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
  border: 1px solid #c71b1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c71b1e;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  text-decoration: none;
}

.news-detail-nav-btn img {
  width: 0.15rem;
  height: 0.15rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-detail-nav-btn img.is-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
  .news-detail-main {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }

  .news-detail-date {
    font-size: 0.14rem;
  }

  .news-detail-hero {
    height: auto;
    aspect-ratio: 718 / 393;
  }

  .news-detail-hero img {
    height: 100%;
  }

  .news-detail-body {
    font-size: 0.13rem;
    line-height: 0.26rem;
  }

  .news-detail-body h3,
  .news-detail-body ul li,
  .news-detail-body ol li {
    line-height: 0.26rem;
  }

  .news-detail-nav-btn {
    width: 0.96rem;
    height: 0.44rem;
  }
}

/* ---------- Contact page ---------- */
.contact-wrap {
  max-width: 9.31rem;
  margin: 0 auto;
  padding: 0 0.1rem;
}

.contact-wrap > .breadcrumb {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.contact-page-title {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 0.01rem;
  line-height: 0.3rem;
  width: 100%;
  margin: 0 0 0.4rem;
}

.contact-lead {
  width: 100%;
  margin: 0 0 0.3rem;
  font-size: 0.14rem;
  color: #000;
  line-height: 0.3rem;
}

.contact-lead p {
  margin: 0;
}

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-table {
  width: 100%;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 0.75rem;
  border-bottom: 1px solid #ececec;
  overflow: visible;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-label {
  width: 2.23rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.09rem;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-label .label-text {
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.27rem;
  white-space: nowrap;
}

.contact-label .req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.34rem;
  height: 0.22rem;
  background: #c71b1e;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.contact-row:first-child .contact-field {
  z-index: 5;
}

.contact-input {
  width: 3.36rem;
  max-width: 100%;
  height: 0.37rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 0.15rem;
  font-family: inherit;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.27rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.contact-textarea {
  width: 100%;
  height: 2.65rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.1rem 0.15rem;
  font-family: inherit;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.27rem;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.contact-row-tall .contact-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.05rem;
}

.contact-select {
  position: relative;
  width: 3.36rem;
  max-width: 100%;
}

.contact-select-trigger {
  width: 100%;
  height: 0.37rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.27rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-select-trigger img {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-select-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.02rem rgba(0, 0, 0, 0.25);
}

.contact-select-menu li {
  height: 0.37rem;
  padding: 0 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.27rem;
  cursor: pointer;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-select-menu li:hover,
.contact-select-menu li.is-active {
  background: #f4f4f4;
}

.contact-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.04rem;
  margin: 0.35rem auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact-agree input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-check {
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-check img {
  width: 0.14rem;
  height: 0.14rem;
  display: none;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.contact-agree input:checked + .contact-check {
  background: #000;
  border-color: #000;
}

.contact-agree input:checked + .contact-check img {
  display: block;
}

.contact-agree-text {
  font-size: 0.14rem;
  color: #000;
  line-height: 0.21rem;
}

.contact-agree-text a {
  color: #c71b1e;
  text-decoration: underline;
}

.contact-submit {
  width: 2.3rem;
  min-width: 1.93rem;
  height: 0.48rem;
  margin: 0.16rem auto 0;
  padding: 0.11rem 0.32rem;
  border: none;
  background: #c71b1e;
  color: #fff;
  font-family: inherit;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contact-wrap {
    max-width: none;
  }

  .contact-row,
  .contact-row-tall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-label {
    width: 100%;
    min-height: 0.48rem;
    padding: 0.1rem 0.16rem;
  }

  .contact-row-tall .contact-label {
    min-height: 0.48rem;
  }

  .contact-field {
    width: 100%;
  }

  .contact-input,
  .contact-select {
    width: 100%;
  }

  .contact-submit {
    width: 100%;
    max-width: 2.3rem;
  }
}

/* ---------- Login page ---------- */
.login-wrap {
  max-width: 6rem;
  margin: 0 auto;
  padding: 0 0.1rem;
}

.login-wrap > .breadcrumb {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.login-page-title {
  font-size: 0.32rem;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
  line-height: 0.21rem;
  margin: 0.8rem 0 0.48rem;
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.login-box {
  width: 100%;
  max-width: 6rem;
  background: rgba(126, 126, 126, 0.08);
  padding: 0.16rem 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.24rem;
}

.login-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.login-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.03rem;
  font-size: 0.14rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 0.21rem;
  margin-bottom: 0.01rem;
}

.login-label .req {
  font-size: 0.168rem;
  font-weight: 700;
  color: #3c3c3c;
  line-height: 1;
}

.login-input {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.03rem;
  background: #fff;
  padding: 0 0.11rem;
  font-family: inherit;
  font-size: 0.15rem;
  color: #000;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.login-input::-webkit-input-placeholder {
  color: #878787;
}

.login-input::-moz-placeholder {
  color: #878787;
}

.login-input:-ms-input-placeholder {
  color: #878787;
}

.login-input::placeholder {
  color: #878787;
}

.login-pass-wrap {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.03rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.login-input-pass {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-left: 0.09rem;
  font-size: 0.14rem;
  font-weight: 500;
}

.login-eye {
  width: 1.29rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.13rem 0 0;
  cursor: pointer;
}

.login-eye img {
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.login-btn {
  width: 2.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.14rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-btn-primary {
  margin-top: 0.4rem;
  background: #c71b1e;
  border-color: #c71b1e;
  color: #fff;
}

.login-forgot {
  margin-top: 0.18rem;
  font-size: 0.12rem;
  color: #000;
  line-height: 0.21rem;
  text-decoration: underline;
  text-align: center;
}

.login-btn-register {
  margin-top: 0.18rem;
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .login-wrap {
    max-width: none;
  }

  .login-page-title {
    font-size: 0.26rem;
    margin: 0.4rem 0 0.3rem;
  }

  .login-box {
    padding: 0.16rem 0.2rem;
  }

  .login-eye {
    width: 0.72rem;
    padding-right: 0.1rem;
  }

  .login-btn {
    width: 100%;
    max-width: 2.4rem;
  }
}

/* ---------- Register page ---------- */
.register-wrap .login-label .req {
  color: #b80000;
}

.register-box {
  gap: 0.24rem;
}

.register-code-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0.04rem;
}

.register-code-wrap .login-input-pass {
  font-weight: 400;
  font-size: 0.15rem;
}

.register-timer {
  width: 1.21rem;
  height: 0.28rem;
  margin: auto 0;
  padding: 0;
  border: 1px solid #b8b8b8;
  border-radius: 0.99rem;
  background: #fff;
  color: #b8b8b8;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.14rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.register-agrees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1rem;
  margin-top: 0.22rem;
  width: auto;
}

.register-agrees .contact-agree {
  margin: 0;
}

.register-agrees .contact-agree-text {
  color: #3c3c3c;
}

.register-submit {
  margin-top: 0.22rem;
}

@media screen and (max-width: 767px) {
  .register-timer {
    min-width: 1rem;
    font-size: 0.12rem;
  }

  .register-agrees {
    width: 100%;
    max-width: 2.8rem;
  }
}

/* ---------- Password change page ---------- */
.pw-change-lead {
  width: 100%;
  margin: -0.2rem 0 0.28rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 0.21rem;
  text-align: left;
}

.pw-change-code-btn {
  width: 1.21rem;
  height: 0.28rem;
  margin: auto 0;
  padding: 0;
  border: 1px solid #c71b1e;
  background: #c71b1e;
  color: #fff;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.14rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pw-change-lead {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: -0.1rem;
  }

  .pw-change-code-btn {
    width: 1.1rem;
    font-size: 0.12rem;
  }
}

/* ---------- My page (会員情報編集) ---------- */
.mypage-wrap {
  max-width: 10.3rem;
  margin: 0 auto;
  padding: 0.1rem 0.2rem 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-side {
  width: 2.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.mypage-side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #1e1e1e;
}

.mypage-side-head img {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mypage-side-head span {
  font-size: 0.18rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.195rem;
}

.mypage-side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  width: 2.18rem;
}

.mypage-side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.42rem;
  padding: 0 0.08rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.195rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-side-item .dot {
  font-weight: 700;
  margin-right: 0.06rem;
}

.mypage-side-item.is-active {
  background: #f2f2f2;
  font-weight: 700;
}

.mypage-logout {
  margin-top: 0.2rem;
  width: 2.2rem;
  height: 0.52rem;
  border: 1px solid #c71b1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.06rem;
  color: #c71b1e;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.018rem;
  line-height: 0.21rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-logout img {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
}

.mypage-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 6rem;
}

.mypage-main > .breadcrumb {
  margin: 0 0 0.12rem;
}

.mypage-title {
  margin: 0 0 0.38rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  line-height: 0.21rem;
}

.mypage-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.17rem;
  width: 100%;
}

.mypage-box {
  max-width: 6rem;
  padding-bottom: 0.24rem;
}

.mypage-addr-head {
  margin-bottom: -0.08rem;
}

.mypage-hint {
  margin-left: 0.04rem;
  font-size: 0.1rem;
  font-weight: 500;
  color: #343434;
  line-height: 0.18rem;
}

.mypage-select-wrap {
  position: relative;
  width: 100%;
  font-size: 0;
}

.mypage-select-wrap select,
.mypage-select-wrap .mypage-select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 0.4rem;
  max-height: 0.4rem;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.15rem;
  line-height: 0.38rem;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  padding-right: 0.36rem;
  cursor: pointer;
}

.mypage-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 0.36rem;
  cursor: pointer;
}

.mypage-ship-field .mypage-select-wrap select,
.mypage-ship-field .mypage-select-wrap .mypage-select {
  height: 0.34rem;
  max-height: 0.34rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  border: 1px solid #e0e0e0;
  padding: 0 0.36rem 0 0.07rem;
}

.mypage-select-wrap select::-ms-expand {
  display: none;
}

.mypage-select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

.mypage-select-icon {
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.12rem;
  height: 0.06rem;
  max-width: 0.12rem;
  max-height: 0.06rem;
  margin-top: -0.03rem;
  pointer-events: none;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.mypage-select-wrap.is-open > .mypage-select-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mypage-pw-link {
  display: inline-block;
  margin-top: 0.02rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  line-height: 0.21rem;
  text-decoration: underline;
}

.mypage-agrees {
  margin-top: 0.1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mypage-form .register-submit {
  margin: 0.2rem auto 0;
}

.mypage-ships {
  margin-top: 0.48rem;
  width: 100%;
  max-width: 5.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.mypage-ship {
  width: 100%;
  margin-bottom: 0.32rem;
}

.mypage-ship-cap {
  position: relative;
  height: 0.32rem;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mypage-ship-title {
  margin: 0;
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.007rem;
  line-height: 0.224rem;
}

.mypage-ship-actions {
  position: absolute;
  right: 0.08rem;
  top: 50%;
  margin-top: -0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.05rem;
}

.mypage-ship-btn {
  min-width: 0.48rem;
  height: 0.24rem;
  padding: 0 0.1rem;
  border: 1px solid #acacac;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.007rem;
  line-height: 0.224rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mypage-ship-btn-ok {
  background: #c71b1e;
  color: #fff;
}

.mypage-ship-btn-del {
  background: #d7d7d7;
  color: #000;
}

.mypage-ship-table {
  width: 100%;
  border-top: 1px solid #b8b8b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-ship-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0.41rem;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-ship-label {
  width: 1.86rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #f6f6f6;
  border-right: 1px solid #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.22rem 0 0.1rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.224rem;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-ship-label .req {
  color: #333;
  font-weight: 700;
}

.mypage-ship-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.04rem 0.05rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-ship-input {
  width: 100%;
  height: 0.34rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 0 0.07rem;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-ship-input::-webkit-input-placeholder {
  color: #333;
}

.mypage-ship-input::-moz-placeholder {
  color: #333;
}

.mypage-ship-input:-ms-input-placeholder {
  color: #333;
}

.mypage-ship-input::placeholder {
  color: #333;
}

.mypage-add-addr {
  margin: 0.16rem auto 0;
  width: 2.4rem;
  height: 0.4rem;
  border: none;
  background: #c71b1e;
  color: #fff;
  font-family: inherit;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  line-height: 0.195rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.08rem;
}

.mypage-add-addr img {
  width: 0.21rem;
  height: 0.21rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .mypage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.28rem;
    max-width: 100%;
    width: 100%;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }

  .mypage-side {
    width: 100%;
  }

  .mypage-side-nav,
  .mypage-logout {
    width: 100%;
  }

  .mypage-main {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .mypage-ships {
    max-width: 100%;
  }

  .mypage-ship-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mypage-ship-label {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.08rem 0.12rem;
    border-right: none;
    border-bottom: 1px solid #b8b8b8;
  }

  .mypage-ship-actions {
    position: static;
    margin: 0;
  }

  .mypage-ship-cap {
    height: auto;
    min-height: 0.32rem;
    padding: 0.04rem 0.08rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.08rem;
  }
}

/* ---------- Cart page ---------- */
.cart-wrap {
  max-width: 11.3rem;
  gap: 1rem;
}

.cart-wrap .mypage-main,
.cart-main {
  max-width: 8.06rem;
}

.cart-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.cart-table-caption {
  height: 0.43rem;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 0.264rem;
}

.cart-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0.44rem;
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.14rem;
  font-weight: 700;
  color: #7d7d7d;
  line-height: 0.264rem;
  text-align: center;
}

.cart-table-body {
  width: 100%;
}

.cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 1.75rem;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-row:last-child {
  border-bottom: none;
}

.cart-col-product {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.11rem;
  padding: 0.18rem 0.16rem 0.18rem 0.12rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-table-head .cart-col-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.12rem 0.1rem;
}

.cart-col-price,
.cart-col-qty,
.cart-col-sub,
.cart-col-act {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: stretch;
  border-left: 1px solid #e0e0e0;
  padding: 0.12rem 0.08rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  line-height: 0.18rem;
  text-align: center;
}

.cart-table-head .cart-col-price,
.cart-table-head .cart-col-qty,
.cart-table-head .cart-col-sub,
.cart-table-head .cart-col-act {
  font-weight: 700;
  color: #7d7d7d;
}

.cart-col-price {
  width: 0.98rem;
}

.cart-col-qty {
  width: 0.67rem;
}

.cart-col-sub {
  width: 0.87rem;
}

.cart-col-act {
  width: 0.88rem;
}

.cart-thumb {
  width: 1.16rem;
  height: 1.16rem;
  border: 1px solid #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-thumb img {
  width: 1.16rem;
  height: 1.16rem;
  object-fit: cover;
  display: block;
}

.cart-product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.cart-product-name {
  display: block;
  margin-bottom: 0.07rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.201rem;
  text-decoration: none;
}

.cart-meta {
  margin: 0;
  font-size: 0.1rem;
  font-weight: 400;
  color: #868686;
  line-height: 0.15rem;
}

.cart-meta-muted {
  color: #868686;
}

.cart-qty-input {
  width: 0.37rem;
  height: 0.3rem;
  border: 1px solid #cbcbcb;
  background: #fff;
  text-align: center;
  font-family: inherit;
  font-size: 0.14rem;
  color: #333;
  line-height: 0.2rem;
  letter-spacing: 0.007rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: textfield;
}

.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-cancel {
  width: 0.74rem;
  height: 0.3rem;
  border: 1px solid #cbcbcb;
  background: #fff;
  font-family: inherit;
  font-size: 0.12rem;
  color: #333;
  line-height: 0.2rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.04rem;
  margin-top: 0.2rem;
}

.cart-btn {
  height: 0.3rem;
  padding: 0 0.12rem;
  border-radius: 0.02rem;
  font-family: inherit;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.007rem;
  line-height: 0.32rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.cart-btn-recalc {
  min-width: 1.35rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333;
}

.cart-btn-clear {
  min-width: 1.29rem;
  border: none;
  background: #c71b1e;
  color: #fff;
}

.cart-summary {
  width: 4.54rem;
  margin: 0.16rem 0 0 auto;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.39rem;
  border-bottom: 1px solid #e0e0e0;
}

.cart-summary-row:last-child {
  border-bottom: none;
}

.cart-summary-label {
  width: 1.86rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #f7f7f7;
  border-right: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-summary-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
  background: #fff;
}

.cart-summary-total {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.cart-footer {
  position: relative;
  margin-top: 0.36rem;
  min-height: 0.49rem;
}

.cart-continue {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.12rem;
  color: #040404;
  letter-spacing: 0.002rem;
  line-height: 0.195rem;
  text-decoration: none;
}

.cart-continue img {
  width: 0.05rem;
  height: 0.07rem;
  display: block;
}

.cart-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.55rem;
  height: 0.49rem;
  margin-left: auto;
  background: #c71b1e;
  border-radius: 0.02rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.007rem;
  line-height: 0.24rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-pay-form {
  margin-left: auto;
}

.cart-pay-form .cart-pay {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .cart-wrap {
    gap: 0.28rem;
    max-width: 100%;
    width: 100%;
  }

  .cart-wrap .mypage-main,
  .cart-main {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .cart-table-head {
    display: none;
  }

  .cart-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0.12rem;
    gap: 0.1rem;
  }

  .cart-col-price,
  .cart-col-qty,
  .cart-col-sub,
  .cart-col-act {
    width: 100%;
    border-left: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.04rem 0;
  }

  .cart-col-price::before {
    content: "単価（税込）";
    font-weight: 700;
    color: #7d7d7d;
  }

  .cart-col-qty::before {
    content: "数量";
    font-weight: 700;
    color: #7d7d7d;
  }

  .cart-col-sub::before {
    content: "小計";
    font-weight: 700;
    color: #7d7d7d;
  }

  .cart-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cart-summary,
  .cart-pay-form,
  .cart-pay {
    width: 100%;
  }

  .cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.16rem;
    min-height: 0;
  }

  .cart-continue {
    position: static;
    margin: 0;
  }

  .cart-pay-form {
    display: block;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cart-pay-form .cart-pay {
    width: 100%;
    margin-left: 0;
  }
}

/* ---------- Purchase history ---------- */
.hist-wrap .hist-main {
  max-width: 8.29rem;
}

.hist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.66rem;
  width: 100%;
}

.hist-order {
  width: 100%;
  border: 1px solid #afafaf;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-order-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0.85rem;
  background: #e8e8e8;
  border-bottom: 1px solid #afafaf;
}

.hist-order-meta {
  width: 1.88rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.02rem;
  padding: 0.1rem 0.17rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-order-meta p {
  margin: 0;
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  line-height: 0.264rem;
}

.hist-head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  line-height: 0.264rem;
  border-left: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-order-head .hist-col-name {
  border-left: none;
}

.hist-col-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.hist-col-qty {
  width: 0.68rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hist-col-amount {
  width: 1.48rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hist-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 2.05rem;
  border-bottom: 1px solid #afafaf;
}

.hist-product .hist-col-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.18rem 0.16rem 0.18rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-product .hist-col-qty,
.hist-product .hist-col-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #afafaf;
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  line-height: 0.18rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-thumb {
  width: 1.58rem;
  height: 1.66rem;
  border: 1px solid #e9e9e9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-thumb img {
  width: 1.58rem;
  height: 1.66rem;
  object-fit: cover;
  display: block;
}

.hist-product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 3.25rem;
}

.hist-product-name {
  display: block;
  margin-bottom: 0.07rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.201rem;
  text-decoration: none;
}

.hist-order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.24rem;
  padding: 0.16rem 0.24rem 0.16rem 0.25rem;
  border-bottom: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 2.05rem;
}

.hist-ship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}

.hist-ship-label {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.264rem;
  white-space: nowrap;
}

.hist-ship-body {
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.26rem;
}

.hist-ship-body p {
  margin: 0;
}

.hist-totals {
  text-align: right;
  font-size: 0.14rem;
  color: #000;
  line-height: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.1rem;
}

.hist-totals p {
  margin: 0;
}

.hist-total-strong {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.27rem;
}

.hist-order-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.2rem;
  min-height: 0.8rem;
  padding: 0.2rem 0.24rem 0.2rem 0.21rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.264rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.hist-status-track {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .hist-order-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hist-order-meta {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #afafaf;
  }

  .hist-head-label {
    display: none;
  }

  .hist-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hist-product .hist-col-qty,
  .hist-product .hist-col-amount {
    width: 100%;
    border-left: none;
    border-top: 1px solid #afafaf;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.08rem 0.16rem;
  }

  .hist-product .hist-col-qty::before {
    content: "数量";
    font-weight: 500;
  }

  .hist-product .hist-col-amount::before {
    content: "金額";
    font-weight: 500;
  }

  .hist-order-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hist-totals {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hist-order-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hist-status-track {
    margin-left: 0;
  }

  .hist-thumb,
  .hist-thumb img {
    width: 1.2rem;
    height: 1.26rem;
  }
}

/* ---------- Purchase history ---------- */
.hist-wrap .hist-main,
.hist-main {
  max-width: 8.29rem;
}

.hist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.66rem;
}

.hist-order {
  width: 100%;
  border: 1px solid #afafaf;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-order-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0.85rem;
  background: #e8e8e8;
  border-bottom: 1px solid #afafaf;
}

.hist-order-meta {
  width: 1.88rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.02rem;
  padding: 0 0.16rem;
  border-right: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-order-meta p {
  margin: 0;
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  line-height: 0.264rem;
}

.hist-head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  line-height: 0.264rem;
  text-align: center;
}

.hist-order-head .hist-col-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  border-right: 1px solid #afafaf;
}

.hist-col-qty {
  width: 0.68rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-col-amount {
  width: 1.48rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.05rem;
  border-bottom: 1px solid #afafaf;
}

.hist-col-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.18rem 0.16rem;
  border-right: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-thumb {
  width: 1.58rem;
  height: 1.66rem;
  border: 1px solid #e9e9e9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-thumb img {
  width: 1.58rem;
  height: 1.66rem;
  object-fit: cover;
  display: block;
}

.hist-product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 3.25rem;
}

.hist-product-name {
  display: block;
  margin-bottom: 0.07rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.201rem;
  text-decoration: none;
}

.hist-product .hist-col-qty,
.hist-product .hist-col-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: stretch;
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  line-height: 0.18rem;
  text-align: center;
}

.hist-order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.24rem;
  padding: 0.16rem 0.25rem 0.2rem;
  border-bottom: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-ship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}

.hist-ship-label {
  font-size: 0.16rem;
  font-weight: 400;
  color: #000;
  line-height: 0.264rem;
  white-space: nowrap;
}

.hist-ship-body {
  margin-left: 0;
}

.hist-ship-body p {
  margin: 0;
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.26rem;
}

.hist-totals {
  text-align: right;
  min-width: 2.4rem;
}

.hist-totals p {
  margin: 0 0 0.1rem;
  font-size: 0.14rem;
  color: #000;
  line-height: 0.18rem;
}

.hist-totals p:last-child {
  margin-bottom: 0;
}

.hist-total-strong {
  font-size: 0.16rem !important;
  font-weight: 700;
  line-height: 0.27rem !important;
}

.hist-order-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 0.8rem;
  padding: 0.2rem 0.25rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.264rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hist-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.hist-status-track {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .hist-order-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hist-order-meta {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #afafaf;
    padding: 0.1rem 0.12rem;
  }

  .hist-order-head .hist-col-name,
  .hist-order-head .hist-col-qty,
  .hist-order-head .hist-col-amount {
    display: none;
  }

  .hist-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0.12rem;
    gap: 0.08rem;
  }

  .hist-col-name {
    border-right: none;
    padding: 0;
  }

  .hist-product .hist-col-qty,
  .hist-product .hist-col-amount {
    width: 100%;
    border-right: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.04rem 0;
  }

  .hist-product .hist-col-qty::before {
    content: "数量";
    font-weight: 500;
  }

  .hist-product .hist-col-amount::before {
    content: "金額";
    font-weight: 500;
  }

  .hist-order-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hist-totals {
    text-align: left;
  }

  .hist-order-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.08rem;
  }

  .hist-status-track {
    margin-left: 0;
  }
}

/* ---------- Points history ---------- */
.points-wrap {
  max-width: 12rem;
  gap: 0.35rem;
}

.points-main {
  max-width: 9.47rem;
}

.points-member {
  margin: 0 0 0.12rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.195rem;
}

.points-balance {
  margin: 0 0 0.2rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.195rem;
}

.points-num {
  color: #c10000;
  font-weight: 500;
}

.points-expire {
  color: #000;
  font-weight: 500;
}

.points-guide {
  width: 100%;
  max-width: 9.46rem;
  margin-bottom: 0.28rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d0d0d0;
}

.points-guide-title {
  margin: 0 0 0.04rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.29rem;
}

.points-guide-text {
  margin: 0;
  font-size: 0.12rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.29rem;
}

.points-table-title {
  margin: 0 0 0.2rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.005rem;
  line-height: 0.195rem;
}

.points-table-wrap {
  width: 100%;
  max-width: 9.47rem;
  height: 3.1rem;
  border: 1px solid #e0e0e0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.points-table-wrap::-webkit-scrollbar {
  width: 0.08rem;
}

.points-table-wrap::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.points-table-wrap::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 0.5rem;
}

.points-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.points-table th,
.points-table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.points-table th {
  height: 0.5rem;
  background: #f7f7f7;
  font-size: 0.16rem;
  font-weight: 500;
  color: #393939;
  line-height: 0.264rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.points-table th:nth-child(3) {
  font-weight: 700;
}

.points-table td {
  height: 0.52rem;
  font-size: 0.14rem;
  color: #333;
  line-height: 0.24rem;
}

.points-table td:nth-child(1) {
  color: #000;
}

.points-table:not(.coupons-table) td:nth-child(2) {
  font-size: 0.16rem;
  letter-spacing: 0.007rem;
  line-height: 0.32rem;
}

.points-table:not(.coupons-table) td:nth-child(3) {
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
}

.points-table td.is-minus {
  color: #c10000;
}

.points-table:not(.coupons-table) th:nth-child(1),
.points-table:not(.coupons-table) td:nth-child(1) {
  width: 34.4%;
}

.points-table:not(.coupons-table) th:nth-child(2),
.points-table:not(.coupons-table) td:nth-child(2) {
  width: 37.7%;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.points-table:not(.coupons-table) th:nth-child(3),
.points-table:not(.coupons-table) td:nth-child(3) {
  width: 27.9%;
}

.points-table tbody tr:nth-child(even) {
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .points-wrap {
    gap: 0.28rem;
    max-width: 100%;
    width: 100%;
  }

  .points-main {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .points-guide {
    max-width: 100%;
  }

  .points-guide-text {
    white-space: normal;
    word-break: break-word;
    line-height: 0.22rem;
  }

  .points-table-wrap {
    max-width: 100%;
    width: 100%;
    height: 3.4rem;
    overflow-x: auto;
  }

  .points-table th,
  .points-table td {
    font-size: 0.12rem;
  }

  .points-table:not(.coupons-table) td:nth-child(2) {
    font-size: 0.13rem;
  }

  .points-balance {
    line-height: 0.26rem;
  }
}

/* ---------- Coupons history ---------- */
.coupons-wrap {
  max-width: 12rem;
}

.coupons-main {
  max-width: 9.2rem;
}

.coupons-table-wrap {
  max-width: 9.2rem;
  height: 3.1rem;
  overflow-x: auto;
  overflow-y: auto;
}

.coupons-table {
  width: 100%;
  min-width: 9.1rem;
  table-layout: fixed;
}

.coupons-table th,
.coupons-table td {
  padding: 0 0.04rem;
  white-space: nowrap;
}

.coupons-table th:nth-child(1),
.coupons-table td:nth-child(1) {
  width: 15.4%;
}

.coupons-table th:nth-child(2),
.coupons-table td:nth-child(2) {
  width: 16.8%;
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

.coupons-table th:nth-child(3),
.coupons-table td:nth-child(3) {
  width: 12.4%;
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

.coupons-table th:nth-child(4),
.coupons-table td:nth-child(4) {
  width: 15.4%;
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

.coupons-table th:nth-child(5),
.coupons-table td:nth-child(5) {
  width: 15.4%;
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

.coupons-table th:nth-child(6),
.coupons-table td:nth-child(6) {
  width: 15.4%;
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

.coupons-table th:nth-child(7),
.coupons-table td:nth-child(7) {
  width: 9.2%;
  min-width: 0.72rem;
  border-left: 1px solid #e0e0e0;
}

.coupons-table td:nth-child(7) {
  font-weight: 700;
  color: #333;
}

.coupons-table th:nth-child(3),
.coupons-table th:nth-child(4),
.coupons-table th:nth-child(5),
.coupons-table th:nth-child(6),
.coupons-table th:nth-child(7) {
  font-weight: 700;
}

.coupon-code-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.04rem;
}

.coupon-code {
  font-size: 0.14rem;
  color: #333;
  letter-spacing: 0.007rem;
  line-height: 0.2rem;
}

.coupon-copy {
  width: 0.24rem;
  height: 0.24rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.coupon-copy img {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .coupons-wrap {
    max-width: 100%;
    width: 100%;
  }

  .coupons-main {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .coupons-guide {
    max-width: 100%;
  }

  .coupons-table-wrap {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
  }

  .coupons-table {
    min-width: 7.6rem;
  }

  .coupons-table th,
  .coupons-table td {
    font-size: 0.11rem;
    padding: 0 0.02rem;
  }
}

/* ---------- Privacy policy ---------- */
.privacy-wrap {
  max-width: 8.53rem;
  margin: 0 auto;
  padding: 0.1rem 0.2rem 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy-wrap > .breadcrumb {
  margin: 0 0 0.2rem;
}

.privacy-title {
  margin: 0 0 0.6rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 0.27rem;
}

.privacy-body {
  width: 100%;
  font-size: 0.14rem;
  color: #000;
  line-height: 0.3rem;
}

.privacy-body p {
  margin: 0 0 0.3rem;
}

.privacy-body h2 {
  margin: 0 0 0;
  font-size: 0.14rem;
  font-weight: 700;
  color: #000;
  line-height: 0.3rem;
}

.privacy-body h2 + p,
.privacy-body h2 + ul {
  margin-top: 0;
}

.privacy-body ul {
  margin: 0 0 0.3rem;
  padding: 0 0 0 0.21rem;
  list-style: disc;
}

.privacy-body ol {
  margin: 0 0 0.3rem;
  padding: 0 0 0 0.21rem;
  list-style: decimal;
}

.privacy-body li {
  margin: 0;
  padding: 0;
  line-height: 0.3rem;
}

.privacy-body a {
  color: #c71b1e;
  text-decoration: underline;
}

.privacy-body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .privacy-wrap {
    max-width: 100%;
    padding: 0.1rem 0.16rem 0.4rem;
  }

  .privacy-title {
    margin-bottom: 0.36rem;
  }
}

/* ---------- Tokusho (特定商取引法) ---------- */
.tokusho-wrap {
  max-width: 8.1rem;
}

.tokusho-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
}

.tokusho-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.88rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #ddd;
}

.tokusho-row dt {
  width: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  font-size: 0.16rem;
  font-weight: 700;
  color: #424242;
  line-height: 0.2rem;
}

.tokusho-row dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 4.96rem;
  margin: 0;
  font-size: 0.16rem;
  font-weight: 400;
  color: #222;
  line-height: 0.25rem;
}

@media screen and (max-width: 767px) {
  .tokusho-wrap {
    max-width: 100%;
  }

  .tokusho-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.08rem;
  }

  .tokusho-row dt {
    width: 100%;
  }

  .tokusho-row dd {
    max-width: 100%;
  }
}



/* ============================================================
   17. 告知弹窗 Notice Modal（tanchuang）
   ============================================================ */
.notice-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  padding: 16px;
  background: rgba(0, 0, 0, 0.72);
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.notice-modal-backdrop.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.notice-modal-open {
  overflow: hidden;
}

.notice-modal-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  background: #faf8f5;
  border: 1px solid rgba(224, 206, 156, 0.45);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  animation: notice-modal-in 0.28s ease;
  pointer-events: auto;
}

@keyframes notice-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.notice-modal-header {
  position: relative;
  padding: 8px 36px 8px 12px;
  background: #c71b1e;
  color: #fff;
  text-align: center;
}

.notice-modal-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.notice-modal-brand:empty {
  display: none;
  margin: 0;
}

.notice-modal-brand__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.notice-modal-brand__name {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.notice-modal-title {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #fff;
}

.notice-modal-box--success .notice-modal-title {
  color: #fff;
}

.notice-modal-box--error .notice-modal-title {
  color: #fff;
}

.notice-modal-close {
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.notice-modal-close:hover {
  color: #fff;
}

.notice-modal-content {
  flex: 0 0 auto;
  padding: 32px 16px 14px;
  text-align: center;
}

.notice-modal-content .notice-modal-body {
  padding: 0;
  margin: 0 0 12px;
}

.notice-modal-content .notice-modal-footer {
  padding: 0;
}

.notice-modal-body {
  padding: 32px 16px 12px;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1px;
  color: #3b332c;
  text-align: center;
  word-break: break-word;
  min-height: 0;
  height: auto;
}

#notice-modal-backdrop #notice-modal-body {
  min-height: 0;
  height: auto;
  max-height: none;
}

.notice-modal-footer {
  padding: 0 16px 14px;
  margin: 0;
  text-align: center;
}

.notice-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #e0ce9c;
  background: transparent;
  color: #3b332c;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.notice-modal-btn:hover {
  background: #e0ce9c;
  color: #3b332c;
}

@media (min-width: 768px) {
  .notice-modal-backdrop {
    padding: 24px 16px;
  }

  .notice-modal-header {
    padding: 8px 36px 8px 12px;
  }

  .notice-modal-brand__name {
    font-size: 12px;
  }

  .notice-modal-title {
    font-size: 14px;
  }

  .notice-modal-content {
    padding: 32px 20px 14px;
  }

  .notice-modal-body {
    padding: 32px 20px 12px;
    font-size: 13px;
  }

  .notice-modal-footer {
    padding: 0 20px 14px;
  }
}