@charset "UTF-8";


/* コンテンツ幅の一括設定 */
.dynamic_productTit_wrap,
.dynamic_productListSwitch_wrap,
.dynamic_productList_wrap {
  max-width: var(--maxWidth);
  margin: var(--maxWidthMargin);
  padding: var(--maxWidthPadding);
}


/* ページタイトル
------------------------------------------------------------------------------------*/
.dynamic_productTit_wrap {
  width: 100%;
  margin-top: 0px;
}

.dynamic_productTit {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}

.dynamic_productTit_sub {
  --fs: 1.6rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(24px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}


/* 表示切り替え部分
------------------------------------------------------------------------------------*/
.dynamic_productListSwitch_wrap {
  width: 100%;
  border-top: #ccc solid 1px;
  display: flex;
  justify-content: right;
  margin-top: 40px;
  padding-top: 40px;
}

.contents_wrap > .dynamic_productListSwitch_wrap { border-top: none; }

.dynamic_productListSwitch_type_wrap {
  width: 64px;
  height: 32px;
  border: #ccc solid 1px;
  border-radius: 3px;
  list-style: none;
  display: flex;
  margin-right: 8px;
}

.dynamic_productListSwitch_type_btn {
  width: 31px;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
  transition: opacity 300ms;
}
.dynamic_productListSwitch_type_btn:hover { opacity: 0.5; }
.dynamic_productListSwitch_type_btn::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ccc;
  display: block;
  position: absolute;
  right: 0;
}
.dynamic_productListSwitch_type_btn:last-of-type { width: 30px; }
.dynamic_productListSwitch_type_btn:last-of-type::after { display: none; }
.dynamic_productListSwitch_type_img { width: 19px; }
.dynamic_productListSwitch_type_txt { display: none; }

/* ソートプルダウン */
.dynamic_productListSwitch_sort {
  width: 200px;
  height: 32px;
  background: url(/images/pc/common/pulldown_arrow_pc.svg) #fff right 8px center / 11px no-repeat;
  border: #ccc solid 1px;
  border-radius: 3px;
  color: #353535;
  font-size: 1.2rem;
  position: relative;
  margin: 0;
  padding: 0 42px 0 8px;
  -webkit-appearance: none;
}

.tmbChange_btn {
  width: 88px;
  position: fixed;
  bottom: 24px;
  right: 16px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
  transition: opacity 300ms;
}
.tmbChange_btn:hover { opacity: 0.5; }

.tmbChange_btn_on {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1279px) {
  .tmbChange_btn {
    left: 0;
    right: 0;
    transform: translateX(1157px);
    transform: translateX(1160px);
  }
}

@media (min-width: 1280px) {
  .tmbChange_btn {
    left: calc(50% + 554px);
    left: calc(50% + 564px);
    transform: translateX(-50%)
  }
}


/* 商品一覧
------------------------------------------------------------------------------------*/
.dynamic_productList_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 60px;
}

.dynamic_productList_item {
  width: 48.88%;
  border-bottom: #ccc solid 1px;
  text-align: left;
  position: relative;
  margin-top: 20px;
}

.dynamic_productList_link {
  min-height: 178px;
  color: #3c3c3c;
  display: block;
  padding: 0 0 16px calc(160px + 16px);
}
.dynamic_productList_link:hover { text-decoration: none; }

.dynamic_productList_tmb {
  width: 160px;
  height: 160px;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  padding-top: 0;
}

.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,
.dynamic_productList_label2_wrap {
  display: flex;
  flex-wrap: wrap;
}

.dynamic_productList_label1_wrap {
  position: relative;
  top: -4px;
}

.dynamic_productList_label1_wrap img,
.dynamic_productList_label2_wrap img{
  width: auto;
  height: 19px;
  margin: 4px 4px 0 0;
}

/* 上段 */
.dynamic_productList_label_sample1,
.dynamic_productList_label_sample2,
.dynamic_productList_label_sample3,
.dynamic_productList_label_sample4,
.dynamic_productList_label_sample5,
.dynamic_productList_label_sample6 {
  width: auto;
  height: 16px;
  margin: 4px 4px 0 0;
}

/* 下段 */


.dynamic_productList_tit {
  --fs: 1.5rem;
  --fh: 2.1rem;
  font-size: var(--fs);
  font-weight: normal;
  line-height: var(--fh);
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.dynamic_productList_tit_sub {
  --fs: 1.4rem;
  --fh: 2rem;
  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_productList_price,
.dynamic_productList_price_strikethrough {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 8px;
}
.dynamic_productList_price_strikethrough { text-decoration-line: line-through; }

.dynamic_productList_priceBlock {
  font-size: 1.2rem;
  font-weight: normal;
}

.dynamic_productList_price_sale {
  color: #e40c66;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding-top: 8px;
}

.dynamic_productList_off {
  background-color: #e40c66;
  border-radius: 2px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 2px 15px 2px 4px;
}
.dynamic_productList_off::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/images/pc/label/label_arrow_m_pc.webp);
  background-size: 10px;
  display: block;
  position: absolute;
  top: 3.5px;
  right: 3px;
}

.dynamic_productList_star_wrap { margin-top: 8px; }

.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: #f85993;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic_productList_star_txt {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 4px;
}

.dynamic_productList_star_linkTxt {
  color: #29598f;
  font-size: 1.4rem;
  display: inline-block;
}
.dynamic_productList_star_linkTxt:hover { text-decoration: underline; }

/* 星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%; }

/* 4列表示 */
.dynamic_productList_type4.dynamic_productList_wrap {
  justify-content: flex-start;
  margin-top: -16px;
  margin-bottom: 60px;
}

.dynamic_productList_type4 .dynamic_productList_item {
  width: calc(25% - 18px);
  border: none;
  margin: 40px 0 0 24px;
  padding: 0;
}
.dynamic_productList_type4 .dynamic_productList_item:nth-of-type(4n + 1) { margin-left: 0; }

.dynamic_productList_type4 .dynamic_productList_link { padding: 0; }

.dynamic_productList_type4 .dynamic_productList_tmb {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  padding-top: 100%;
}

.dynamic_productList_type4 .dynamic_productList_label1_wrap {
  top: 0;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.dynamic_productList_type4 .dynamic_productList_label1_wrap img {
  width: auto;
  height: 19px;
  margin: 4px 4px 0 0;
}

.dynamic_productList_type4 .dynamic_productList_tit {
  font-size: 1.5rem;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  margin-top: 8px;
  min-height: 64px;
}

.dynamic_productList_type4 .dynamic_productList_tit_sub {
  --fs: 1.2rem;
  --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_productList_type4 .dynamic_productList_price,
.dynamic_productList_type4 .dynamic_productList_price_sale,
.dynamic_productList_type4 .dynamic_productList_price_strikethrough {
  font-size: 1.6rem;
}