@charset "UTF-8";
/*-------------------------------
買物用タイトル*
-------------------------------*/
.product_list {
  padding-bottom: 30px;
}
.product_list:last-child {
  padding-bottom: 0;
}
.product_list.list-archive {
  margin-bottom: 0;
}
.prot-title {
  padding-left: 5px;
  font-size: 2.6rem;
  font-weight: bold;
  border-left: 5px solid #000;
}
.prot-title-link {
  display: inline-block;
  margin-top: 15px;
  white-space: nowrap;
}
.prot-title-link:hover {
  text-decoration: underline;
}
.prot-title-link.icon-link-arrow::after {
  border-top: 2px solid var(--text-link);
	border-right: 2px solid var(--text-link);
}
.prot-title-spimage {
  display: none;
}
.prot-title-image {
  display: block;
}
.prot-title-sub {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .prot-title-wrap {
    display: block;
  }
  .prot-title {
    font-size: calc(1.8rem + 8 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px){
  .prot-title {
    padding-left: 12px;
    font-size: 1.8rem;
    border-left: 5px solid #000;
  }
  .prot-title-wrap.set-spimage {
    display: none;
  }
  .prot-title-spimage {
    display: block;
  }
  .prot-title-image {
    display: none;
  }
}
/*-------------------------------
商品リスト用
-------------------------------*/
.product-list-group {
  width: 100%;
}
#sitetop-product-group .product_list {
  margin-top: 50px;
}
.products {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 0;
  padding-top: 20px;
  margin-bottom: -16px;
}
.product_list.list-archive .products {
  padding-top: 28px;
}
.products > .item {
  position: relative;
  display: flex;
  flex-flow: column;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 8px 16px 0;
  padding: 10px 8px;
  line-height: 1.4;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
}
.products_noneside > .item {
  width: calc(100% / 8 - 8px * 7 / 8);
}
.products_noneside > .item:nth-child(8n) {
  margin-right: 0;
}
.products_setside > .item {
  width: calc(100% / 7 - 8px * 6 / 7);
}
.products_setside > .item:nth-child(7n) {
  margin-right: 0;
}
.products_setside.products-oneline > .item:nth-child(n+8) {
  display: none;
}
.products_box840_noneside > .item {
  width: calc(100% / 5 - 8px * 5 / 6);
}
.products_box840_noneside > .item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 520px){
  .products.set-spimage {
    padding-top: 16px;
  }  
  .products > .item {
    padding: 10px 3px;
  }
}
@media screen and (max-width: 1737px) {
  .products_setside > .item {
    width: calc(100% / 6 - 8px * 5 / 6);
  }
  .products_setside > .item:nth-child(7n) {
    margin-right: 8px;
  }
  .products_setside > .item:nth-child(6n) {
    margin-right: 0;
  }
  .products_setside.products-oneline > .item:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 1695px) {
  .products_noneside > .item {
    width: calc(100% / 7 - 8px * 6 / 7);
  }
  .products_noneside > .item:nth-child(8n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(7n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+8) {
    display: none;
  }
}
@media screen and (max-width: 1529px) {
  .products_setside > .item {
    width: calc(100% / 5 - 8px * 4 / 5);
  }
  .products_setside > .item:nth-child(6n) {
    margin-right: 8px;
  }
  .products_setside > .item:nth-child(5n) {
    margin-right: 0;
  }
  .products_setside.products-oneline > .item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 1487px) {
  .products_noneside > .item {
    width: calc(100% / 6 - 8px * 5 / 6);
  }
  .products_noneside > .item:nth-child(7n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(6n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 1321px) {
  .products_setside > .item {
    width: calc(100% / 4 - 8px * 3 / 4);
  }
  .products_setside > .item:nth-child(5n) {
    margin-right: 8px;
  }
  .products_setside > .item:nth-child(4n) {
    margin-right: 0;
  }
  .products_setside.products-oneline > .item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .products_noneside > .item {
    width: calc(100% / 5 - 8px * 4 / 5);
  }
  .products_noneside > .item:nth-child(6n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(5n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 1113px) {
  .products_setside > .item {
    width: calc(100% / 3 - 8px * 2 / 3);
  }
  .products_setside > .item:nth-child(4n) {
    margin-right: 8px;
  }
  .products_setside > .item:nth-child(3n) {
    margin-right: 0;
  }
  .products_setside.products-oneline > .item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 1071px) {
  .products_noneside > .item {
    width: calc(100% / 4 - 8px * 3 / 4);
  }
  .products_noneside > .item:nth-child(5n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(4n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .products_setside > .item {
    width: calc(100% / 4 - 8px * 3 / 4);
  }
  .products_setside > .item:nth-child(3n) {
    margin-right: 8px;
  }
  .products_setside > .item:nth-child(4n) {
    margin-right: 0;
  }
  .products_setside.products-oneline > .item:nth-child(n+4) {
    display: flex;
  }
  .products_setside.products-oneline > .item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 863px) {
  .products_noneside > .item,
  .products_box840_noneside > .item,
  .products_setside > .item {
    width: calc(100% / 3 - 8px * 2 / 3);
  }
  .products_noneside > .item:nth-child(4n),
  .products_box840_noneside > .item:nth-child(4n),
  .products_setside > .item:nth-child(4n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(3n),
  .products_box840_noneside > .item:nth-child(3n),
  .products_setside > .item:nth-child(3n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+4),
  .products_box840_noneside.products-oneline > .item:nth-child(n+4),
  .products_setside.products-oneline > .item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 349px) {
  .products_noneside > .item,
  .products_setside > .item {
    width: calc(100% / 2 - 8px / 2);
  }
  .products_noneside > .item:nth-child(3n),
  .products_setside > .item:nth-child(3n) {
    margin-right: 8px;
  }
  .products_noneside > .item:nth-child(2n),
  .products_setside > .item:nth-child(2n) {
    margin-right: 0;
  }
  .products_noneside.products-oneline > .item:nth-child(n+3),
  .products_setside.products-oneline > .item:nth-child(n+3) {
    display: none;
  }
}

.products > .item .btn-cart-icon-plus{
  background-color: #fff;
  z-index: 1;
}

.products > .item .add-cart{
  position: relative;
  margin-top: auto;
}

.products > .item .add-cart::after{
  content: '';
  width: 100px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  opacity: 20%;
  top: -30px;
  left: -30px;
  border-radius: 100px;
  border-color: #999;
  display: none;
  pointer-events: none;
}

@media(any-hover: hover){
  .products > .item .add-cart:not(.limit, .out-of-stock, .medicine-link):hover::after{
    display: block;
    animation: 0.3s AddCartHover linear;
  }
}

@keyframes AddCartHover{
  0%{
    opacity: 5%;
    transform: scale(0);
  }

  100%{
    opacity: 20%;
    transform: (1);
  }
}

.products > .item .cart-num-badge{
  --line-height: 20px;

  position: absolute;
  top: -10px;
  right: -6px;
  color:#fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: var(--line-height);
  text-align: center;
  background: var(--color-accent2);
  border-radius: calc(var(--line-height) / 2);
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  z-index: 1;
  display: none;
  opacity: 0.95;
  pointer-events: none;
}

@media screen and (max-width: 520px) {
  .products > .item .cart-num-badge{
    --line-height: 14px;
    min-width: 14px;
    right: -2px;
    top: -8px;
    font-size: .8rem;
  }
}

.products > .item .add-cart.in .cart-num-badge{
  display: block;
  animation: BadgePopup 0.6s ease-in-out forwards;
}

@keyframes BadgePopup {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
    opacity: 0;
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
    opacity: 0.95;
  }
}

.item-icon-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.item-icon-pos {
  position: relative;
  margin-top: 10px;
  margin-right: 8px;
  text-align: right;
}
.item-icon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 22px 22px 22px;
  position: absolute;
  right: 0;
  gap: .2em;
  direction: rtl;
}

.item-icon-list > li > img {
  display: block;
  height: 100%;
}

.item-icon {
  display: block;
}
.item-icon::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 8px;
  display: block;
  width: 100%;
  height: 22px;
  background: none right center no-repeat;
  background-size: contain;
  z-index: 10;
}
.favorite {
  width: 26px;
  height: 22px;
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 4px;
  z-index: 10;
  cursor: pointer;
}
.proditem-pict .favorite {
  left: 10px;
  margin-top: 5px;
  margin-left: 0;
}
.proditem-pict .item-icon-pos {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 40px;
}

.products * {
  margin-bottom: 0;
}

p.pdes {
  color: var(--item-text);
  font-size: 1.45rem;
}
.products a:hover {
  text-decoration: underline;
  text-decoration-color: var(--item-text);
}
.products .btn-dialog-login {
  text-align: left;
}
.products .btn-dialog-login:hover {
  text-decoration: underline;
}
.products .item-main a p.pdes {
  color: var(--item-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--item-name-line-clamp, 2);
  line-clamp: var(--item-name-line-clamp, 2);
  text-overflow: ellipsis;
  overflow: hidden;
}
.pnote-list a.icon-link-arrow::after {
  border-top: 2px solid var(--text-link);
  border-right: 2px solid var(--text-link);
}
.pnote-list a:hover {
  text-decoration-color: var(--text-link);
}

@media screen and (max-width: 960px) {
  p.pdes {
   font-size: calc(1.2rem + 2.5 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px){
  .item-icon-list {
    grid-template-rows: 20px 20px 20px;
  }
  .products .item-main {
    padding: 0 5px;
  }
  p.pdes {
   font-size: 1.2rem;
  }
}

.products .pimg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.pnote-list li {
  font-size: 1.45rem;
  color: var(--item-text-note);
}
.pnote-list li.notice {
  color: var(--item-text);
  font-weight: var(--font-bold);
}
.pnote-list li.alert {
  color: var(--text-red);
  font-weight: var(--font-bold);
}

@media (min-width: 521px) and (max-width: 960px) {
  .pnote-list li {
    font-size: calc(1.2rem + 2.5 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px){
  .pnote-list li {
    font-size: 1.2rem;
  }
}

.medicine-link a {
  text-decoration: underline;
}
@media screen and (max-width: 520px){
  .medicine-link a{
    font-size: 1.2rem;
  }
}

.item-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  min-height: 40px;
}
/* 商品価格　*/
.products > .item .price-area {
  display: inline-block;
  align-content: space-between;
  padding-right: 3px;
}

.products > .item .price-area p {
  margin: 0;
  display: flex;
  align-items: baseline;
  width: 100%;
  color: var(--item-text-price);
  font-weight: 700;
  line-height: 1.1;
}

/* 外税 */
.products > .item .extax p {
  font-size: 1.1rem;
}

.products > .item .extax p.price-without-tax{
  color: var(--item-text-rmtaxprice);
  font-size: 1.4rem;
}

.products > .item .extax p.price-without-tax .price{
  font-size: 2rem;
}

.products > .item .extax p.price-with-tax .price{
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .products > .item .extax p {
    font-size: calc(1.1rem + 3 * ((100vw - 520px) / 440));
  }

  .products > .item .extax p.price-without-tax{
    font-size: calc(1.1rem + 3 * ((100vw - 520px) / 440));
  }
  

  .products > .item .extax p.price-without-tax .price{
    font-size: calc(1.2rem + 8 * ((100vw - 520px) / 440));
  }

  .products > .item .extax p.price-with-tax {
    font-size: calc(1.0rem + 1 * ((100vw - 520px) / 440));
  }

  .products > .item .extax p.price-with-tax .price{
    font-size: calc(1.1rem + 4 * ((100vw - 520px) / 440));
  }

}

@media screen and (max-width: 520px) {
  .products > .item .extax p {
    font-size: 1.1rem;
  }

  .products > .item .extax p.price-without-tax{
    font-size: 1.1rem;
  }
  
  .products > .item .extax p.price-without-tax .price{
    font-size: 1.2rem;
  }

  .products > .item .extax p.price-with-tax {
    font-size: 1.0rem;
    letter-spacing: -1px;
  }
  
  .products > .item .extax p.price-with-tax .price{
    font-size: 1.1rem;
  }
}
/* 外税、ラベル有 */
.products > .item .extax.on-rmtax-price-label p.price-with-tax,
.products > .item .extax.on-rmtax-price-label p.price-without-tax{
  justify-content: space-between;
  font-size: 1.4rem;
}

.products > .item .extax.on-rmtax-price-label p.price-without-tax .price,
.products > .item .extax.on-rmtax-price-label p.price-with-tax .price {
  margin-left: auto;
  font-size: 2rem;
}


@media screen and (max-width: 960px) {
  .products > .item .extax.on-rmtax-price-label p {
    font-size: calc(1.1rem + 3 * ((100vw - 520px) / 440));
  }

  .products > .item .extax.on-rmtax-price-label p.price-without-tax,
  .products > .item .extax.on-rmtax-price-label p.price-with-tax {
    font-size: calc(1.1rem + 3 * ((100vw - 520px) / 440));
  }
  

  .products > .item .extax.on-rmtax-price-label p.price-without-tax .price,
  .products > .item .extax.on-rmtax-price-label p.price-with-tax .price{
    font-size: calc(1.2rem + 8 * ((100vw - 520px) / 440));
  }

}

@media screen and (max-width: 520px) { 
  .products > .item .extax.on-rmtax-price-label p.price-with-tax,
  .products > .item .extax.on-rmtax-price-label p.price-without-tax{
    font-size: 1.1rem;
  }
  
  .products > .item .extax.on-rmtax-price-label p.price-with-tax {
    letter-spacing: normal;
  }

  .products > .item .extax.on-rmtax-price-label p.price-without-tax .price,
  .products > .item .extax.on-rmtax-price-label p.price-with-tax .price {
    font-size: 1.2rem;
  }
}

/** 小数点2桁表示 */
.products > .item .extax.on-digits2 p.price-without-tax{
  font-size: 1.3rem;
}

.products > .item .extax.on-digits2 p.price-without-tax .price{
  font-size: 1.8rem;
}

.products > .item .extax.on-digits2 p.price-with-tax{
  font-size: 1.0rem;
  letter-spacing: -1px;
}

.products > .item .extax.on-digits2 p.price-with-tax .price{
  font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
  .products > .item .extax.on-digits2 p.price-without-tax{
    font-size: 1.1rem;
  }
  
  .products > .item .extax.on-digits2 p.price-without-tax .price{
    font-size: 1.2rem;
  }


  .products > .item .extax.on-digits2 p.price-with-tax{
    font-size: 0.8rem;
  }
    
  .products > .item .extax.on-digits2 p.price-with-tax .price{
    font-size: 1rem;
  }
}

/* 内税商品 */
.products > .item .intax p {
  font-size: 1.4rem;
}

.products > .item .intax .price {
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .products > .item .intax p {
    font-size: calc(1.1rem + 3 * ((100vw - 520px) / 440));
  }

  .products > .item .intax .price {
    font-size: calc(1.2rem + 8 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px) {
  .products > .item .intax p {
    font-size: 1.1rem;
  }

  .products > .item .intax .price {
    font-size: 1.2rem;
  }
}

/* 非課税商品 */
.products > .item .notax p {
  font-size: 1.4rem;
}

.products > .item .notax .price {
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .products > .item .notax p {
    font-size: calc(1.2rem + 3 * ((100vw - 520px) / 440));
  }

  .products > .item .notax .price {
    font-size: calc(1.3rem + 8 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px) {
  .products > .item .notax p {
    font-size: 1.2rem;
  }

  .products > .item .notax .price {
    font-size: 1.3rem;
  }
}

/* 割引額表示 */
.products > .item .price-area .price-with-discount {
  font-size: 1.1rem;
  letter-spacing: -1px;
}

.products > .item .price-area .price-with-discount .original-price {
  text-decoration: line-through;
  display: inline-block;
}

.products > .item .price-area .price-with-discount .original-price .price {
  font-size: inherit;
}


.products > .item .price-area .price-with-discount .discount {
  display: inline-block;
}

.products > .item .price-area .price-with-discount .discount::before {
  content: "(";
}
.products > .item .price-area .price-with-discount .discount::after {
  content: ")";
}

@media screen and (max-width: 960px) {
  .products > .item .price-area .price-with-discount {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 520px) {
  .products > .item .price-area .price-with-discount {
    font-size: 0.85rem;
  }
}
/** 画像高さ*/
.products .pimg-container{
  position: relative;
  max-width: 184px;
  margin: 0 auto 5px;
}
/** 高さをアスペクト比を維持してリサイズするための疑似領域 */
.products .pimg-container::after{
  content: '';
  display: block;
  padding-top: 100%;
}

.products .pimg-container-inner{
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}

@media  screen and (max-width: 520px) {
  .item-cart {
    padding-top: 10px;
    min-height: 28px;
  }
  
}

select.fav_folder_select {
  height: 32px;
  width: 20em;
  margin: 0;
  padding: 0 5px;
  color: #000;
  font-size: 1.6rem;
  border: 1px solid var(--color-gray);
  background: #fff;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  border-radius: 5px;
  box-sizing: border-box;
}
select.fav_folder_select::-ms-expand {
  display: block;
}
@media screen and (max-width: 960px) {
  select.fav_folder_select {
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px) {
  select.fav_folder_select {
    width: 11em;
    font-size: 1.6rem;
  }
}

.prod-setsort {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 20px;
}

.fav-content-wrap .prod-setsort .setsort-count {
  text-align: inherit;
}

.pagination-area + .fav-setsort {
  margin-top: 18px;
}
.prod-setsort .regi-order {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
  transform: translate(0, -50%);
}
.prod-setsort + .pagination-area {
  padding-top: 11px;
}
@media screen and (max-width: 349px) {
  .prod-setsort {
    display: block;
  }
  .prod-setsort .regi-order {
    position: static;
    padding-bottom: 16px;
    text-align: center;
    transform: none;
  }
}

.item-favorite-icon-template {
  display: none;
}

#fav_icon1 .d{
  fill: var(--fav-bgcolor1);
}

#fav_icon1 .w{
  fill: var(--backcolor-white);
}

#fav_icon2 .d{
  fill: var(--fav-bgcolor2);
}

#fav_icon2 .w{
  fill: var(--fav-bgcolor1);
}
