@charset "UTF-8";
.product_list_head,
.sort_area,
.product-list-area{
  background: #fff !important;
}

.group-detail-area{
  width: 100%;
}

#CK_UV_2404{
  position: relative;
  color: #52607E;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-bottom: 10rem;
}
#CK_UV_2404:after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  background: url(/Contents/ImagesPkg/product/list/CK_UV_2404/bg.jpg) center center / cover no-repeat;
  opacity: 0.4;
}
#CK_UV_2404 img{
  width: 100%;
  display: block;
}
#CK_UV_2404 .mv_sec{
  margin: 0 auto 8rem;
  padding: 5rem 0;
  background: #f4f3f0;
}
#CK_UV_2404 .mv_sec img{
  max-width: 110rem;
  margin: auto;
}
#CK_UV_2404 .mv_sec .lead_text{
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin: 5rem auto 3rem;
}
#CK_UV_2404 .mv_sec .campaign_text{
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin: 5rem auto 3rem;
}
#CK_UV_2404 .flex{
  display: flex;
  flex-wrap: wrap;
  width: 99rem;
  gap: 3rem;
  margin: auto;
}
#CK_UV_2404 .flex li{
  width: 48rem;
  border-radius: 3rem;
  background: #ffffff99;
  padding: 3rem;
}
#CK_UV_2404 .flex li .brand_text{
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
}
#CK_UV_2404 .flex li .img_blk{
  width: 32rem;
  margin: 0 auto 2rem;
  position: relative;
}
#CK_UV_2404 .flex li .img_blk .icon{
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background: #ccc4b4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: -1rem;
  left: -6rem;
  z-index: 1;
}
#CK_UV_2404 .flex li .main_text{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1.6rem;
}
#CK_UV_2404 .flex li .main_text span{
  font-size: 1.4rem;
}
#CK_UV_2404 .flex li .text_blk{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#CK_UV_2404 .flex li .item_text{
  font-size: 1.5rem;
  line-height: 1.5;
}
#CK_UV_2404 .flex li .price_text{
  font-size: 2.4rem;
}
#CK_UV_2404 .flex li .price_text .tax{
  font-size: 11px;
}
#CK_UV_2404 .flex li .cart_blk a{
  width: 18rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background: #616C86;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
#CK_UV_2404 .flex li .cart_blk img{
  width: 1.8rem;
  margin-right: 1rem;
}
#CK_UV_2404 .product_btn{
  display: block;
  position: relative;
  width: 36rem;
  height: 6rem;
  line-height: 6rem;
  margin: 6rem auto 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;;
  background: #616C86;
  border-radius: 3rem;
  transition: all 0.5s ease-out;
}
#CK_UV_2404 .product_btn img{
  width: 2.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

#CK_UV_2404 .coupon-area {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    width: 50rem;
    margin: 0 auto 3rem;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#CK_UV_2404 .coupon-area dl {
    display: contents;
}

#CK_UV_2404 .coupon-area dd {
    padding: 0;
}

#CK_UV_2404 #copy-btn {
    background: #c0a673;
    color: #fff;
    padding: 0.5rem 1.5rem;
    margin-left: 2rem;
    border-radius: 100px;
    font-size: 1.2rem;
  cursor: pointer;
}
#CK_UV_2404 #copy-btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #CK_UV_2404{
    padding-bottom: calc(70 *(100vw / 428));
  }
  #CK_UV_2404 .mv_sec{
    padding: 0 0 calc(50 *(100vw / 428));
    margin: 0 auto calc(50 *(100vw / 428));
  }
  #CK_UV_2404 .mv_sec img{
    max-width: 100%;
  }
  #CK_UV_2404 .mv_sec .lead_text{
    font-size: calc(16 *(100vw / 428));
    margin: calc(40 *(100vw / 428)) auto calc(20 *(100vw / 428));
  }
#CK_UV_2404 .mv_sec .campaign_text{
    font-size: calc(13 *(100vw / 428));
    margin: calc(20 *(100vw / 428)) auto calc(0 *(100vw / 428));
}
  #CK_UV_2404 .flex{
    width: calc(388 *(100vw / 428));
    gap: calc(20 *(100vw / 428));
  }
  #CK_UV_2404 .flex li{
    width: calc(388 *(100vw / 428));
    border-radius: calc(15 *(100vw / 428));
    padding: calc(30 *(100vw / 428)) calc(20 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .brand_text{
    font-size: calc(36 *(100vw / 428));
    margin-bottom: calc(16 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .img_blk{
    width: calc(250 *(100vw / 428));
    margin: 0 auto calc(20 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .img_blk .icon{
    width: calc(90 *(100vw / 428));
    height: calc(90 *(100vw / 428));
    top: calc(-20 *(100vw / 428));
    left: calc(-60 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .main_text{
    font-size: calc(14 *(100vw / 428));
    margin-bottom: calc(16 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .main_text span{
    font-size: calc(13 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .item_text{
    font-size: calc(15 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .price_text{
    font-size: calc(24 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .price_text .tax{
    font-size: calc(12 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .cart_blk a{
    width: calc(124 *(100vw / 428));
    height: calc(36 *(100vw / 428));
    line-height: calc(36 *(100vw / 428));
    font-size: calc(14 *(100vw / 428));
    border-radius: calc(18 *(100vw / 428));
  }
  #CK_UV_2404 .flex li .cart_blk img{
    width: calc(16 *(100vw / 428));
    margin-right: calc(8 *(100vw / 428));
  }
  #CK_UV_2404 .product_btn{
    width: calc(360 *(100vw / 428));
    height: calc(60 *(100vw / 428));
    line-height: calc(60 *(100vw / 428));
    margin: calc(50 *(100vw / 428)) auto 0;
    font-size: calc(16 *(100vw / 428));
    border-radius: calc(30 *(100vw / 428));
  }
  #CK_UV_2404 .product_btn img{
    width: calc(24 *(100vw / 428));
    right: calc(20 *(100vw / 428));
  } 

#CK_UV_2404 .coupon-area {
    width: 80%;
    margin: calc(10 * (100vw / 390)) auto;
    padding: calc(12 * (100vw / 390)) 0;
}

#CK_UV_2404 .coupon-area dd {
    font-size: calc(16 * (100vw / 390));
}
#CK_UV_2404 .coupon-area #copy-btn {
    padding: calc(5 * (100vw / 390)) calc(15 * (100vw / 390));
    margin-left: calc(20 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
}
}