* {
    margin: 0;
    padding: 0;
  }
  
  ul,
  li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .lwsSP-Header__inner {
    position: relative;
    z-index: 1;
  }
  #breadCrumb {
    position: relative;
    z-index: 1;
  }
  .lwsSP-Areaparts {
    position: relative;
    z-index: 1;
  }
  
  .lwsSP-Areaparts {
    position: relative;
    z-index: 1;
  }
  .pageTop {
    background: #ffffff;
    position: relative;
  }
  #footer {
    background: #ffffff;
    position: relative;
  }
  #sns_button {
    padding: 20px 0 10px 0 !important;
    z-index: 1 !important;
    background: #ffffff !important;
    position: relative !important;
    top: -5px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .lwsSP-Banner {
    position: relative;
    z-index: 1;
  }
  
  /*--- 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;
  }


  
/* common
//////////////////////////////////////////////////*/
#wrap {
  width: 100%;
  box-sizing: border-box;
  padding-top: 1%;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Helvetica Neue", Helvetica,
    Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
  color: #333333;
}

#wrap a {
  /* display: block; */
  text-decoration: none;
}

#wrap a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#wrap img {
  width: 100%;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pink {
  color: #eb6a86;
}

#wrap h1 {
  font-size: 4.5cqw;
  font-weight: bold;
  text-align: center;
  padding: 7% 0 5.5%;
  letter-spacing: 0.02em;
  line-height: 1.9em;
}

.h1_big {
    font-size: 6cqw;
    letter-spacing: 0;
}

.lead {
    width: 92%;
    margin: 0 auto;
    padding: 6% 0 7%;
}

.lead p {
  font-size: 3.4cqw;
  font-weight: 400;
  line-height: 1.7em;
}

.lead_1 {
  padding-bottom: 3.5%;
}


/* menu
//////////////////////////////////////////////////*/
.menu {
    width: 83%;
    margin: 0 auto 9%;
    background-color: #ffffff;
    padding: 2.5% 5% 4%;
    border: 1px solid #6bb0d9;
}

.menu a {
    text-decoration: none;
}

.menu .h2_1 {
    font-size: 7cqw;
    font-weight: bold;
    text-align: center;
    color: #6bb0d9;
    padding: 0 0 5%;
    letter-spacing: 0.04em;
    line-height: 1.7em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.menu ul li {
  font-size: 3.25cqw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2em;
  display: block;
  margin-bottom: 3.2%;
  border-bottom: 1px solid #6bb0d9;
}

.menu ul li::before {
    content: '';
  display: inline-block;
  width: 4cqw;
  height: 4cqw;
  background-image: url(https://cdn.lumine.jp/contents/design/2025/250525_cheek_howto/img/icon_sankaku.webp);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
}


/* profile
//////////////////////////////////////////////////*/
.profile {
  background-color: #e2e6f2;
  padding: 3% 0 4%;
  margin-bottom: 9%;
}

.profile_inner {
  width: 94%;
  margin: 0 auto;
}

.profile_ttl {
  font-size: 3.8cqw;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  border-bottom: 1px solid #eb6a86;
  padding-bottom: 1px;
}

.profile_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 4.3%;
}

.profile_flex li:nth-of-type(1) {
  width: 32%;
}

.profile_flex li:nth-of-type(2) {
  width: 65%;
}

.profile_name {
  font-size: 3.5cqw;
  font-weight: 600;
}

.icon_heart {
  font-size: 4cqw;
}

.name_big {
  font-size: 5.5cqw;
}

.profile_tx {
  font-size: 3.25cqw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2em;
  padding-top: 3%;
}


/* 
//////////////////////////////////////////////////*/
.h2_common {
  background-color: #6bb0d9;
  color: #fff;
  padding: 1.3% 0 1.6%;
  font-size: 5cqw;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 2.1%;
}

.innerbox {
  width: 96%;
  margin: 0 auto;
}

h3 {
  font-size: 4.3cqw;
  font-weight: bold;
  line-height: 1.35em;
  margin: 6% 0 0;
  border-left: 6px solid #eb6a86;
  padding-left: 2%;
}

.tx_1 {
  font-size: 3.4cqw;
  font-weight: 400;
  padding: 4.3% 0 4%;
  line-height: 1.7em;
}

.tx_2 {
  font-size: 3.4cqw;
  font-weight: 400;
  padding: 0 0 3%;
  line-height: 1.7em;
}

.btn {
  text-align: center;
  margin: 1% 0 6.5%;
}

.btn a {
  text-decoration: none;
  color: #fff;
  font-size: 3.4cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.72em;
  display: inline-block;
  padding: 3.6% 0 3.5%;
  width: 74%;
  background-color: #eb6a86;
  border-radius: 1000px;
  text-align: center;
}

h4 {
  font-size: 3.7cqw;
  font-weight: 600;
  padding-bottom: 2%;
}

.height_1 {
  padding-bottom: 2.5%;
}

.height_2 {
  padding-bottom: 6%;
}

.detail {
  font-size: 3.2cqw;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 5%;
}

.item_flex {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_flex li {
  width: 32%;
  padding-top: 4%;
}



/* matome
//////////////////////////////////////////////////*/
.matome {
  width: 88%;
  margin: 7% auto 12%;
  padding: 2% 3% 4.1% 4%;
  border-radius: 23px;
  background-color: #e2e6f2;
}

.matome h2 {
  padding: 2% 0 4%;
  font-size: 5.5cqw;
  font-weight: bold;
  text-align: center;
}

.matome p {
  font-size: 3.4cqw;
  font-weight: 400;
  line-height: 1.7em;
}


/*あわせて読みたい//////////////////////////////////////////////////*/
.other {
  font-size: 4.3cqw;
  font-weight: 600;
  line-height: 1.2em;
  border-left: 6px solid #6bb0d9;
  margin: 16% 0 3.5% 2%;
}

.other_ttl {
  font-size: 3.2cqw;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 3%;
}

#wrap .sliderBox_2 {
  width: 100cqw;
}

#wrap .sliderBox_2 .contents {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 0 7% 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: 270px;
  margin: 0 6px 0 0;
}

#wrap .sliderBox_2 a {
  text-decoration: none;
}

#wrap .sliderBox_2 #itemSlide img {
  width: 270px;
  object-fit: cover;
}

  
  /* topへ戻るボタン
  -----------------------------------------------------*/
  #wrap #page-top {
    position: fixed;
    right: 10px;
    bottom: 5px;
    opacity: 1 !important;
    z-index: 101;
    width: 11%;
  }
  
  /* 移行区分E：mobile_firstテンプレートのstyle */
  
  .mobile_first_to_page_top {
    display: block !important;
  }  