@charset "UTF-8";


/* ページタイトル
------------------------------------------------------------------------------------*/
.dynamic_productTit_wrap {
  margin: 0px 16px 0;
}

.dynamic_productTit {
  --fs: 1.8rem;
  --fh: 2rem;
  border-left: #222 solid 4px;
  border-bottom: #222 solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  position: relative;
  padding: 3px 4px 3px 8px;
}

.dynamic_productTit_sub {
  --fs: 1.4rem;
  --fh: 1.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}


/* 表示切り替え部分
------------------------------------------------------------------------------------*/
.dynamic_productListSwitch_wrap {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0 16px;
}

.dynamic_productListSwitch_type_wrap {
  width: 104px;
  height: 100%;
  border: #ddd solid 1px;
  border-radius: 4px;
  list-style: none;
  display: flex;
}

.dynamic_productListSwitch_type_btn {
  width: 35px;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}
.dynamic_productListSwitch_type_btn::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ddd;
  display: block;
  position: absolute;
  right: 0;
}
.dynamic_productListSwitch_type_btn:last-of-type { width: 34px; }
.dynamic_productListSwitch_type_btn:last-of-type::after { display: none; }
.dynamic_productListSwitch_type_img { width: 18px; }
.dynamic_productListSwitch_type_txt { display: none; }

/* ソートプルダウン */
.dynamic_productListSwitch_sort {
  width: 174px;
  height: 100%;
  background: url(/images/sp/common/pulldown_arrow_sp.svg) #fff right center no-repeat;
  background-size: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #353535;
  font-size: 1.4rem;
  position: relative;
  margin: 0;
  padding: 0 35px 0 8px;
  -webkit-appearance: none;
}

.tmbChange_btn {
  width: 64px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
  transition: bottom 200ms;
}


/* 商品一覧
------------------------------------------------------------------------------------*/
.dynamic_productList_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top: -8px;
  padding: 0 16px;
}

.dynamic_productList_link {
  color: #222;
  display: block;
}

.dynamic_productList_item {
  width: 48%;
  margin-top: 24px;
}

.dynamic_productList_tmb {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.dynamic_productList_img1,
.dynamic_productList_img2 {
  position: absolute;
  top: 0;
  left: 100%;
}

.dynamic_productList_img_current {
  left: 0;
  z-index: 1;
  transition: left 500ms;
}

.dynamic_productList_img_move {
  left: -100%;
  transition: left 500ms;
}


.dynamic_productList_label1_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
}

.dynamic_productList_label2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}

.dynamic_productList_label_1day,
.dynamic_productList_label_1month,
.dynamic_productList_label_clear,
.dynamic_productList_label_limit,
.dynamic_productList_label_new,
.dynamic_productList_label_npw,
.dynamic_productList_label_nsale,
.dynamic_productList_label_pw,
.dynamic_productList_label_reco,
.dynamic_productList_label_sale,
.dynamic_productList_label_ship,
.dynamic_productList_label_stock,
.dynamic_productList_label_web,
.dynamic_productList_label_ship_m,
.dynamic_productList_label_sale_m,
.dynamic_productList_label_reco_m,
.dynamic_productList_label_new_m,
.dynamic_productList_label_limit_m {
  width: auto;
  height: 12px;
  margin: 4px 4px 0 0;
}

.dynamic_productList_tit {
  --fs: 1.2rem;
  --fh: 1.4rem;
  font-size: var(--fs);
  font-weight: normal;
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_tit_sub {
  --fs: 1.2rem;
  --fh: 1.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_titBlock { display: block; }

.dynamic_productList_price,
.dynamic_productList_price_strikethrough {
  color: #000;
  font-size: 1.2rem;
  margin-top: 8px;
}
.dynamic_productList_price_strikethrough { text-decoration-line: line-through; }

.dynamic_productList_price_sale {
  color: #e40c66;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 4px;
}

.dynamic_productList_off {
  background-color: #e40c66;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-top: 2px;
  padding: 1px 11px 1px 2px;
}
.dynamic_productList_off::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(/images/sp/label/label_arrow_m_sp.webp);
  background-size: 8px;
  display: block;
  position: absolute;
  top: 2.5px;
  right: 1.5px;
}

.dynamic_productList_star_wrap {
  margin-top: 4px;
}

.dynamic_productList_star {
  color: #ccc;
  font-size: 1.4rem;
  white-space: nowrap;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 0; 
}
.dynamic_productList_star_none { display: none; }
.dynamic_productList_star::before,
.dynamic_productList_star::after { content: '★★★★★'; }
.dynamic_productList_star::after {
  color: #f5b51a;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic_productList_star_txt {
  color: #707070;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 4px;
}

.dynamic_productList_star_linkTxt {
  color: #1c70b5;
  font-size: 1.2rem;
  display: inline-block;
}

/* 星5 */
.dynamic_productList_star5::after { width: 100%; }
/* 星4.5 */
.dynamic_productList_star4_5::after { width: 90%; }
/* 星4 */
.dynamic_productList_star4::after { width: 80%; }
/* 星3.5 */
.dynamic_productList_star3_5::after { width: 70%; }
/* 星3 */
.dynamic_productList_star3::after { width: 60%; }
/* 星2.5 */
.dynamic_productList_star2_5::after { width: 50%; }
/* 星2 */
.dynamic_productList_star2::after { width: 40%; }
/* 星1.5 */
.dynamic_productList_star1_5::after { width: 30%; }
/* 星1 */
.dynamic_productList_star1::after { width: 20%; }
/* 星0.5 */
.dynamic_productList_star0_5::after { width: 10%; }
/* 星0 */
.dynamic_productList_star0::after { width: 0%; }

/* 1列表示 */
.dynamic_productList_wrap.dynamic_productList_type1 {
  margin-top: 0;
}

.dynamic_productList_type1 .dynamic_productList_item {
  width: 100%;
  border-bottom: #ddd solid 1px;
  text-align: left;
  position: relative;
  margin-top: 16px;
}

.dynamic_productList_type1 .dynamic_productList_link {
  min-height: 120px;
  margin-bottom: 16px;
  padding: 0 8px 0 calc(120px + 8px);
}

.dynamic_productList_type1 .dynamic_productList_label1_wrap { margin-top: 0; }

.dynamic_productList_type1 .dynamic_productList_tmb {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
}

.dynamic_productList_type1 .dynamic_productList_tit {
  --fs: 1.4rem;
  --fh: 1.6rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_type1 .dynamic_productList_tit_sub {
  --fs: 1.4rem;
  --fh: 1.6rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_type1 .dynamic_productList_price { font-size: 1.4rem; }

.dynamic_productList_type1 .dynamic_productList_price_sale {
  font-size: 1.4rem;
  display: inline-block;
}

.dynamic_productList_type1 .dynamic_productList_price_strikethrough { font-size: 1.3rem; }
.dynamic_productList_type1 .dynamic_productList_star_wrap { margin-top: 6px; }

/* 3列表示 */
.dynamic_productList_type3.dynamic_productList_wrap {
  justify-content: flex-start;
}

.dynamic_productList_type3 .dynamic_productList_item {
  width: 31.6%;
  margin: 24px 0 0 2.6%;
}
.dynamic_productList_type3 .dynamic_productList_item:nth-of-type(3n + 1) { margin-left: 0; }

.dynamic_productList_type3 .dynamic_productList_tit {
  --fs: 1.1rem;
  --fh: 1.3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_type3 .dynamic_productList_tit_sub {
  --fs: 1.1rem;
  --fh: 1.3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_type3 .dynamic_productList_price {
  font-size: 1.1rem;
}
.dynamic_productList_type3 .dynamic_productList_priceBlock {
  display: block;
  margin-top: 2px;
}

.dynamic_productList_type3 .dynamic_productList_star_txt { font-size: 1.1rem; }

.dynamic_productList_type3 .dynamic_productList_star_linkTxt {
  font-size: 1.1rem;
  margin-top: 2px;
}

