* {
  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.6px;
  background-color: #eaf8ff;
  padding-bottom: 5%;
}

#wrap a {
  text-decoration: none;
}

.blue {
  color: #00498f;
}

.brown {
  color: #00498f;
}


.pink {
  color: #E85298;
}


.lead_wrap {
  width: 90%;
  background-color: #fff;
  border-radius: 25px;
  padding: 3.5% 6% 3.5%;
  margin: 6% auto 7.1%;
}

.lead_wrap .lead_ttl {
  font-size: 4.3cqw;
  font-weight: bold;
  padding: 3.5% 0 2%;
  text-align: center;
}

.lead_wrap .lead_tx {
  font-size: 3.5cqw;
  font-weight: 500;
  line-height: 1.85em;
  padding: 0 0 3.3%;
  text-align: center;
}

.dashed_bl {
  border-top: 1px dashed #E85298;
} 

.dashed_br {
  border-top: 1px dashed #00498f;
}


.staff_area {
  background-color: #d1ebf9;
  padding: 5% 2% 3%;
}

.staff_h2 {
  font-size: 7.8cqw;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.02em;
  color: #00498f;
}

.staff_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4.5% 0 0;
}

.staff_ul li {
  width: 49%;
  background-color: #fff;
  border-radius: 7px;
  padding: 1.5%;
  margin-bottom: 2%;
}

.balloon {
  position: relative;
  /* display: inline-block; */
  padding: 3.5% 0;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 3.1cqw;
  font-weight: 500;
  line-height: 1.56em;
  text-align: center;
  background: #00498f;
  border-radius: 4px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 55%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 11px solid #00498f;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.profile {
  margin: 7% 0 4%;
}

.profile_img {
  width: 72%;
  margin: 4% auto 3%;
}

.profile .name {
  font-size: 5.4cqw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}

.profile .age {
  font-size: 3cqw;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}

.profile_tx1 {
  font-size: 3.1cqw;
  font-weight: 500;
  line-height: 1.65em;
  padding-bottom: 3.5%;
  text-align: center;
}

.profile_tx2 {
  font-size: 3.1cqw;
  font-weight: 500;
  line-height: 1.6em;
  padding: 3% 0 0 1%;
}

#staff_1,#staff_2,#staff_3,#staff_4,#staff_5,#staff_6 {
  width: 96%;
  margin: 0 auto;
}

.num_wrap {
  position: relative;
}

.num_img {
  position: absolute;
  width: 19.5%;
  background-color: #eaf8ff;
  padding: 0 2%;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}

.num_sen {
  border-bottom: 2px solid #00498f;
  margin: 17% 0 7.2%;
}

.staff_prf {
  background-color: #d1ebf9;
  padding: 2% 2% 3.5% 2%;
  border-radius: 7px;
}

.staff_prf_ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.staff_prf_ul li:nth-of-type(1) {
  width: 32.3%;
}

.staff_prf_ul li:nth-of-type(2) {
  width: 65%;
}

.staff_prf_name {
  width: 100cqw;
  background-image: url(https://cdn.lumine.jp/contents/prcontents/2026/260507_ilumine_staff/img/name_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline;
  padding-bottom: 1%;
}

.staff_prf_name p {
  font-size: 6.6cqw;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0 3%;
  display: inline;
}

.staff_prf_q {
  background-color: #fff;
  padding: 0.4% 1.2% 0.4% 1.5%;
  display: inline-block;
  border-radius: 2px;
  margin: 4.3% 0 2.3%;
}

.staff_prf_q p {
  font-size: 3.2cqw;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.staff_prf_as {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.65em;
}

.wishlist {
  margin: 3% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wishlist li {
  width: 49.1%;
  margin-bottom: 2%;
}

.num_item {
  font-size: 7cqw;
  font-weight: 600;
  line-height: 1.2em;
}

.sharp {
  font-size: 5.5cqw;
  padding-right: 1%;
}

.item_box {
  background-color: #fff;
  border: #748bb2 1px solid;
  border-radius: 7px;
  padding: 3.5%;
}

.detail {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.55em;
  letter-spacing: 0.03em;
  padding-top: 3.5%;
}

.price {
  font-size: 2.8cqw;
}

.comment {
  background-color: #d1ebf9;
  border-radius: 4px;
  margin-top: 5.2%;
  font-size: 3.1cqw;
  font-weight: 500;
  line-height: 1.6em;
  padding: 2.4% 2% 2.8% 4.3%;
}



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


/* category */
#category {
        padding: 10% 0 0.01%;
    background-color:#d1ebf9 ;
}

.h2_2 {
  font-size:6.5cqw;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  color: #00498f;
}

.category_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 5% auto 15%;
}

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

.category_ul li:not(:nth-child(4),:nth-child(7)) {
  margin-right: 1.5%;
}

.category_ul li img {
  width: 100%;
}

.category_ul li a{
text-decoration: none;
}


.category_ttl {
  font-size: 3cqw;
  font-weight: 500;
  line-height: 1.64em;
  text-align: center;
  margin-top: 4.5%;
    color: #00498f;
}

