* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*snsBtn
-----------------------------------------------------*/
#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}
#sns_button li {
  margin-right: 10px;
  float: right;
}

/*--- clearfix ---*/
.cf:after,
#wrap ul.tab:after {
  content: "";
  display: block;
  clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333333;
  background: linear-gradient(-85deg, #f7d4d1, #f9e0dc);
}

.wrap_deco {
  margin: 0 calc(50% - 50cqw);
  width: 100cqw;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/260115_springcosme_2026_1/img/bg_petal7.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  padding: 2% 0 7%;
}

#wrap a {
  text-decoration: none;
  display: block;
}

#wrap img {
  /* width: 100%; */
  height: auto;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1 {
  font-size: 0.1cqw;
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.kv img {
  width: 100%;
}


/* .lead_area */
.lead_area {
  width: 90%;
  margin: 7% auto 7.5%;
}

.lead_tx {
  font-size: 3.75cqw;
  font-weight: 600;
  text-align: center;
  line-height: 1.9em;
  letter-spacing: 0.03em;
}


/* アンカーボタン */
.anchor_ul {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.anchor_ul li {
  position: relative;
  width: 32%;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 3%;
  background-color: #ee6088;
}

.anchor_ul li:not(:nth-child(6)) a {
  padding: 8.8% 6% 8.6% 0;
}

.anchor_ul li:nth-of-type(6) a {
  padding: 16.7% 4% 8.6% 0;
}

.anchor_ul li p {
  color: #fff;
  font-size: 3cqw;
  font-weight: 600;
  line-height: 1.64em;
}

.sankaku {
  position: absolute;
  width: 3.3cqw;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.4cqw;
}


/* 各エリア */
.brand_inner {
  width: 93%;
  margin: 5% auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5% 3% 0.1%;
  border-radius: 4px;
}

.h2_wrap {
  margin: 0 0 9%;
}

.h2_1 {
  font-size: 8.5cqw;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
}

.h2_sen {
  width: 24%;
  margin: 1.2% auto 1.8%;
  border-bottom: #ee6088 1px solid;
}

.h2_sub {
  font-size: 3.5cqw;
  font-weight: 600;
  text-align: center;
}


.brand_main_detail {
  margin: 5% 0 3.5%;
}

.release_wrap {
  text-align: center;
  margin-bottom: 1.2%;
}

.release {
  display: inline-block;
  margin: 0 auto;
  font-size: 3.4cqw;
  font-weight: 600;
  text-align: center;
  background-color: #ee6088;
  color: #fff;
  padding: 0.1% 1.8% 0.2%;
  border-radius: 2px;
}

.pre {
  font-size: 3.4cqw;
  font-weight: 600;
  text-align: center;
  color: #ee6088;
  padding-top: 1.2%;
}

.brand_main_name {
  font-size: 4.15cqw;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}

.brand_main_price {
  font-size: 3.4cqw;
  font-weight: 600;
  text-align: center;
}

.brand_main_lead p {
  font-size: 3.5cqw;
  font-weight: 600;
  text-align: center;
  line-height: 1.85em;
  background: linear-gradient(-85deg, #f1cecb, #f9e0dc);
  padding: 3% 3%;
  width: 90%;
  border-radius: 2px;
  margin: 0 auto;
}


.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7% auto 10%;
  width: 98%;
}

.item_box li {
  width: 48.7%;
  margin-bottom: 4%;
}

.item_box li img {
  width: 100%;
}


.item_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 7% auto 10%;
  width: 98%;
}

.item_box1 li {
  width: 60%;
  margin-bottom: 4%;
}

.item_box1 li img {
  width: 100%;
}


.item_name {
  font-size: 3.1cqw;
  font-weight: 500;
  line-height: 1.55em;
  padding-top: 2.7%;
}


.brand_btn {
  text-align: center;
  position: relative;
  margin: -2% 0 9%;
}

.brand_btn a {
  text-decoration: none;
  display: inline-block;
  padding: 4.5% 6% 5% 3%;
  background-color: #ee6088;
  font-size: 4cqw;
  font-weight: 600;
  border-radius: 1000px;
  width: 81%;
  margin: 0 auto;
  color: #fff;
}

.sankaku_2 {
  position: absolute;
  width: 4.6cqw;
  right: 11.5cqw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.height1 {
  margin-bottom: 12%;
}


/* category */
#category {
  margin-top: 9%;
}

.h2_2 {
  font-size: 7cqw;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
}

.category_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 93%;
  margin: 3.6% auto;
}

.category_ul li {
  width: 23.5%;
  margin-bottom: 3%;
}

.category_ul li img {
  width: 100%;
}

.category_ttl {
  font-size: 3cqw;
  font-weight: 600;
  line-height: 1.64em;
  text-align: center;
  margin-top: 4.5%;
}



/* 移行区分E：mobile_firstテンプレートのstyle */
.mobile_first_to_page_top {
  display: block;
}