@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.lu1d_lp {
}

.lu1d_lp_list {
  display: flex;
  justify-content: center;
}

.lu1d_lp_m {
  margin: 10px 0;
}

.lu1d_lp_mb {
  margin-bottom: 30px;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.lu1dCate {
  font-feature-settings: "palt";
}

.lu1dCate_lineup {
  background-image: url(/images/pc/type/se_lunanatural1d_blb/cate_lu1d_lineup_bg.webp), linear-gradient(0deg, #fafcfe,transparent);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 100% auto, 100% 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  padding: 6% 4% 6.5%;
}

.lu1dCate_lineup_ttl {
  width: 5%;
  margin-left: 3%;
}

.lu1dCate_lineup_inner {
  width: 85%;
}

.lu1dCate_lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.lu1dCate_lineupList_child {
  width: 33%;
  margin-bottom: 1.5%;
}

.lu1dCate_lineupList_child:nth-child(1) img {
  width: 73%;
  margin-left: 3%;
}

.lu1dCate_lineupList_child a {
  display: block;
  position: relative;
}

.lu1dCate_lineupList_child_icon a::before {
  content: "";
  background: url(/images/pc/type/se_lunanatural1d_blb/cate_lu1d_lineup_new.webp) no-repeat 0 0 / contain;
  width: 29%;
  height: 36%;
  position: absolute;
  top: -11%;
  left: -8%;
  z-index: 2;
}

.lu1dCate_lineupList_name {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 35%;
  bottom: 1%;
}

.lu1dCate_lineup_bottom {
  width: 87%;
  margin-left: 6%;
}

.lu1dCate_features {
  background: url(/images/pc/type/se_lunanatural1d_blb/cate_lu1d_feature_bg.webp) no-repeat center top / 100% auto;
  margin-top: 3%;
  padding-top: 16%;
  padding-bottom: 6%;
}

.lu1dCate_features_ttl {
  width: 62%;
  margin: 0 auto 4%;
}

.lu1dCate_features_inner {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 3% 3.6% 7%;
}

.lu1dCate_featuresList {
  display: flex;
  justify-content: space-between;
  margin: 3% auto;
  list-style: none;
}

.lu1dCate_featuresList_detail {
  border: 1px solid #563e2e;
  width: 32.7%;
  padding: 0.5%;
}

.lu1dCate_featuresList_text {
  padding: 2% 0;
  font-size: 1.5rem;
  color: #808080;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.lu1dCate_features_chart {
  margin-bottom: 5.5%;
}