#cartin {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.checkout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  color: #fff;
  background-color: #bf0000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s;
}

.checkout img {
  height: 15px;
  width: auto;
}

.categ{
  width: 210px;
}

.categtop{
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 新着：横並び6件・半分サイズ */
.new_arrival.six-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  overflow-x: auto;         /* スマホで横スクロール */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.new_arrival.six-inline .new-item-unit {
  flex: 0 0 calc(100% / 6 - 10px); /* 6等分して「半分サイズ」感 */
  box-sizing: border-box;
  text-align: center;
  scroll-snap-align: start;
}

.new_arrival.six-inline .thumb {
  display: block;
  width: 100%;
}

.new_arrival.six-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.new_arrival.six-inline .name {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}

.new_arrival.six-inline .price {
  font-size: 12px;
  margin-top: 4px;
}

.new_arrival.six-inline .price .regular {
  text-decoration: line-through;
  margin-right: 6px;
  opacity: 0.7;
}
.new_arrival.six-inline .price .now {
  font-weight: 700;
}
.new_arrival.six-inline .price .off {
  margin-left: 6px;
  font-weight: 700;
}

/* スマホで潰れすぎ防止：最小幅を確保 */
@media (max-width: 768px) {
  .new_arrival.six-inline .new-item-unit {
    flex: 0 0 140px; /* 横スクロールで見せる */
  }
}



.product_expl{
  display: none;
}

.ellipsis-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.cat-subtitle {
  font-size: 0.7em;      /* 小さめに */
  font-weight: normal;   /* メインより軽く */
  margin-top: 4px;       /* ちょっと間をあける */
  opacity: 0.8;          /* 少し淡くしても◎ */
}

.product_name{
  color: #001E62;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product_price{
  color: #922E41;
  font-size: 1.1em;
  font-weight: bolder;
  display: block;
  text-align: right;
  margin-top: auto;
}

.cat-more-wrap {
  text-align: center;
  margin: 20px 0 40px;
}
.cat-more-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #555;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s ease;
}
.cat-more-btn:hover {
  background: #222;
}

.art{
  width: 210px;
}
.tq-li{
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-list{
  margin-top: 20px;
  margin-bottom: 50px;
}

.grey{
  background-color: #f5f5f5;
}

.raku{
  width: 150px;
}

.rakutop{
  margin-top: 20px;
  margin-bottom: 20px;
}