* {
  margin: 0;
  padding: 0;
}

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

.clear {
  overflow: hidden;
  _zoom: 1;
}

/*--- clearfix ---*/
#wrap .cf: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;
  color: #57a4d0;
  background: linear-gradient(-85deg, #c4e3f0 0%, #ecf7f1 100%);
}

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


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

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


/*common//////////////////////////////////////////////////*/
#wrap .main {
  width: 100%;
}


/*SPエリア//////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
/*leadbox//////////////////////////////////////////////////*/
.lead {
  width: 90%;
  margin: 6% auto 7.5%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 3.5% 0 4.5%;
  border-radius: 40px;
}

.lead_1 {
  font-size: 3.5cqw;
  font-weight: 500;
  line-height: 1.7em;
}

.lead_2 {
  font-size: 3.5cqw;
  font-weight: 500;
  line-height: 1.7em;
  margin-top: 3.2%;
  padding: 0% 1% 0.2% 2%;
  background-color: #f6e8f9;
  display: inline-block;
}

.h2_1,.h2_3 {
  position: relative;
  font-size: 4.8cqw;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 5%;
}

.h2_1::before {
	content: '';
  position: absolute;
  display: inline-block;
  width: 5cqw;
  height: 5px;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 2px;
  bottom: 0;
  left: 11%;
  margin: auto;
}

.h2_1::after {
	content: '';
  position: absolute;
  display: inline-block;
  width: 5cqw;
  height: 5px;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 2px;
  bottom: 0;
  right: 11%;
  margin: auto;
}

.h2_3::before {
	content: '';
  position: absolute;
  display: inline-block;
  width: 5cqw;
  height: 5px;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 20%;
  margin: auto;
}

.h2_3::after {
	content: '';
  position: absolute;
  display: inline-block;
  width: 5cqw;
  height: 5px;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 20%;
  margin: auto;
}

.category_flex {
  width: 94%;
  margin: 0 auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category_flex li {
  width: 31.5%;
  margin-bottom: 4.5%;
}

.category_name {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.7em;
  margin-top: 3.5%;
  margin-bottom: 2.1%;
  text-align: center;
  color: #57a4d0;
}

.sankaku {
  width: 15.5%;
  text-align: center;
  margin: 0.5% auto;
}

/*各カテゴリエリア//////////////////////////////////////////////////*/
.namibox {
  width: 100cqw;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/nami_tp2.png),url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/nami_bt2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top,bottom;
}

.innerbox {
  width: 100cqw;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/background_img3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
  margin-bottom: 6%;
}

/* .h2_2 {
  font-size: 7.1cqw;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  color: #f5e8f8;
  padding: 0 0 2%;
} */


.h2_img {
  width: 98%;
  margin: 0 auto 2%;
}

.h2_img2 {
  width: 91%;
  margin: 0 auto 2.6%;
}

.h2_sen {
  width: 37%;
  margin: 0 auto;
  border-bottom: 1px solid #f5e8f8;
}

.h2_sub {
  font-size: 3.7cqw;
  font-weight: 500;
  text-align: center;
  color: #f5e8f8;
  padding: 1.3% 0 0;
  letter-spacing: 0.06em;
}

.tx {
  font-size: 3.5cqw;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  padding: 5% 2% 6% 0;
}

.cosmebox {
  position: relative;
  width: 94%;
  margin: 0 auto 3%;
  border-radius: 40px;
  background: rgba(87, 164, 208, 0.35);
  padding: 6.6% 0 7% 2%;
}

.btn {
  width: 67%;
  margin: 6.2% auto 0;
}

.btn a {
    color: #57a4d0;
    font-size: 4cqw;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 6% 3% 6% 5%;
    background-color: #f6e8f9;
    border-radius: 1000px;
    text-align: center;
}


/*ショップ//////////////////////////////////////////////////*/
.brand_flex {
  width: 94%;
  margin: 0 auto 1.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand_flex li {
  width: 31.5%;
  margin-bottom: 3%;
}

.brand_flex li img {
  border-radius: 12px;
}


/*スライダー//////////////////////////////////////////////////*/
#wrap .sliderBox_2 {
  width: 100%;
}

#wrap .sliderBox_2 .contents {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 0 4% 2%;
}

#wrap .sliderBox_2 #itemSlide {
  width: fit-content;
  display: inline-grid;
  /* grid-template-rows: repeat(2, auto); */
  grid-auto-flow: column;
  overflow: hidden;
  margin-bottom: 6%;
  position: relative;
}

#wrap .sliderBox_2 #itemSlide li {
  width: 155px;
  margin: 0 10px 0 0;
  padding: 4%;
  /* background-color: #f9f2fb; */
  background: linear-gradient(-120deg, #cae7f3 0%, #ecf7f1 100%);
  border-radius: 8px;
}

#wrap .sliderBox_2 a {
  text-decoration: none;
}

.detail p {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.55em;
  padding-top: 3%;
}

.slider_tl {
  font-size: 3.5cqw;
  font-weight: 400;
  line-height: 1.55em;
  padding-bottom: 2.5%;
  margin-top: 7%;
}


/*PCエリア//////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .kv {
    width: 100cqw;
    text-align: center;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/main_pc_back3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1020px;
  }

  .main_pc {
    width: 1080px;
    margin: 17px auto 0;
  }

  /*leadbox//////////////////////////////////////////////////*/
  .top_area {
    position: relative;
  }

  .lead {
    position: absolute;
    top: 580px;
    left: 0;
    right: 0;
    width: 650px;
    margin: 20px auto 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0 38px;
    border-radius: 50px;
  }

  .lead_1 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8em;
  }

  .lead_2 {
    font-size: 23.5px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 15px;
    padding: 0 3px 0 8px;
    background-color: #f6e8f9;
    display: inline-block;
  }

  .h2_1,.h2_3 {
    position: relative;
    width: 500px;
    font-size: 35px;
    margin: 30px auto 45px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
  }

  .h2_1::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 5px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 6px;
    bottom: 0;
    left: -30px;
    margin: auto;
  }

  .h2_1::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 5px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 6px;
    bottom: 0;
    right: -30px;
    margin: auto;
  }

  .h2_3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 5px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
  }

  .h2_3::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 5px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/dot.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
  }

  .category_flex {
    width: 650px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .category_flex li {
    width: 190px;
    margin-bottom: 30px;
  }

  .category_name {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 13px;
    text-align: center;
    color: #57a4d0;
  }

  .sankaku {
    width: 26px;
    text-align: center;
    margin: 3px auto;
  }

  /*各カテゴリエリア//////////////////////////////////////////////////*/
  .namibox {
    width: 100cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/nami_tp_pc.png),url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/nami_bt_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top,bottom;
  }

  .innerbox {
    width: 100cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250602_summer_cosme_2025/img/background_img_pc5.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0 120px;
    margin-bottom: 50px;
  }

  /* .h2_2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    color: #f5e8f8;
    padding: 0 0 10px;
  } */

  .h2_img {
  width: 710px;
  margin: 0 auto 17px;
}

.h2_img2 {
  width: 690px;
  margin: 0 auto 21px;
}

.h2_sen {
  width: 350px;
  margin: 0 auto;
  border-bottom: 1px solid #f5e8f8;
}

.h2_sub {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.9em;
  text-align: center;
  padding: 7px 0 0;
}

  .tx {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.9em;
    text-align: center;
    color: #fff;
    padding: 30px 0 45px;
  }

  .cosmebox {
    position: relative;
    width: 1180px;
    margin: 0 auto 30px;
    border-radius: 140px;
    background: rgba(87, 164, 208, 0.35);
    padding: 55px 0 58px;
  }

  .itembox {
    width: 1060px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .itembox li {
    width: 250px;
    margin-bottom: 30px;
  }

  .item_img img {
    border-radius: 15px;
  }

  .detail p {
    font-size: 18.2px;
    color: #fff;
    padding-top: 9px;
    font-weight: 500;
    line-height: 1.5em;
  }

.btn {
  width: 520px;
  margin: 25px auto 0;
}

.btn a {
    color: #57a4d0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 28px 0 26px;
    background-color: #f6e8f9;
    border-radius: 1000px;
    text-align: center;
}


  /*ショップ//////////////////////////////////////////////////*/
  .brand_flex {
    width: 640px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .brand_flex li {
    width: 190px;
    margin-bottom: 25px;
  }

  .brand_flex li img {
    border-radius: 12px;
  }
}

