@charset "UTF-8";
@import url("base.css");
 
/* =========================================================
スタッフ一覧（推し！・ニューフェイス）
========================================================= */
#staff_list{ padding-bottom: 80px;}

#staff_list .staff_wrap{ display: flex; flex-wrap: wrap;}

#staff_list .staff_wrap li.item{ box-sizing: border-box; width: 25%; padding: 1px 1px 9px 1px;}
#staff_list .staff_wrap li.item .item_inner{ box-sizing: border-box; background: #fff; border-radius: 10px; padding: 10px;}

#staff_list .staff_wrap li.item .item_inner .catchcopy{ box-sizing: border-box; height: 35px; line-height: 35px; color: #fff; background: #FE7563; text-align: center; border-radius: 18px 18px 18px 18px / 50% 50% 50% 50%; margin-bottom: 10px; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#staff_list .staff_wrap li.item .item_inner .entry_date{ height: 30px; line-height: 30px; text-align: center; background: rgba(241, 34, 126, 0.06); color: #F1227E; font-weight: bold;}
#staff_list .staff_wrap li.item .item_inner figure{ display: block; margin-bottom: 5px;}
#staff_list .staff_wrap li.item .item_inner figure img{ width: 100%; aspect-ratio: 3/4;}

#staff_list .staff_wrap li.item .item_inner .data_wrap{ margin-bottom: 10px;}

#staff_list .staff_wrap li.item .item_inner .shop_name{ text-align: center; height: 20px; margin-bottom: 5px;}
#staff_list .staff_wrap li.item .item_inner .shop_name span{ display: inline-block; height: 20px; line-height: 20px; font-size: 12px; color: #fff; border-radius: 10px 10px 10px 10px / 50% 50% 50% 50%; text-align: center; padding: 0 15px; margin-bottom: 5px;}
#staff_list .staff_wrap li.item .item_inner .staff_name{ font-size: 16px; text-align: center;}

#staff_list .staff_wrap li.item .item_inner .link_wrap{ padding-top: 10px; border-top: 1px solid #f0f0f0;}
#staff_list .staff_wrap li.item .item_inner .link_wrap ul{ display: flex; flex-wrap: wrap; justify-content: center;}
#staff_list .staff_wrap li.item .item_inner .link_wrap li{ padding: 0 3px;}
#staff_list .staff_wrap li.item .item_inner .link_wrap a{ display: block; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; background: #F1227E; color: #fff; text-align: center; font-size: 19px;}
#staff_list .staff_wrap li.item .item_inner .link_wrap li .l_off{ display: block; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; background: #ddd; color: #fff; text-align: center; font-size: 19px;}

/* =========================================================
スタッフ詳細（推し！・ニューフェイス）
========================================================= */
#staff_detail{ padding-bottom: 80px;}
#staff_detail .staff_detail_inner{ box-sizing: border-box; background: #fff; border-radius: 10px; padding: 25px;}

.staff_detail_inner .wrap1{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}

.staff_detail_inner .wrap1 .catchcopy{ box-sizing: border-box; width: 1020px; height: 50px; line-height: 50px; color: #fff; background: #FE7563; font-size: 20px; border-radius: 25px 25px 25px 25px / 50% 50% 50% 50%; padding-left: 20px;}

.staff_detail_inner .wrap1 .link_wrap ul{ display: flex; flex-wrap: wrap; justify-content: center;}
.staff_detail_inner .wrap1 .link_wrap li{ margin-left: 10px;}
.staff_detail_inner .wrap1 .link_wrap a{ display: block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background: #F1227E; color: #fff; text-align: center; font-size: 28px;}
.staff_detail_inner .wrap1 .link_wrap li .l_on{ display: block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background: #F1227E; color: #fff; text-align: center; font-size: 28px;}
.staff_detail_inner .wrap1 .link_wrap li .l_off{ display: block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background: #ddd; color: #fff; text-align: center; font-size: 28px;}

.staff_detail_inner .wrap2{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 25px;}

.staff_detail_inner .wrap2 .entry_date{ height: 50px; line-height: 50px; text-align: center; background: rgba(241, 34, 126, 0.06); color: #F1227E; font-weight: bold; font-size: 20px; border-radius: 10px; margin-bottom: 10px;}
.staff_detail_inner .wrap2 .img_wrap{ width: 450px; height: 805px;}
.staff_detail_inner .wrap2 .img_wrap #main_img{ width: 450px; height: 600px; margin-bottom: 5px;}
.staff_detail_inner .wrap2 .img_wrap #main_img img{ width: 100%;}
.staff_detail_inner .wrap2 .img_wrap #img_list{ width: 450px; height: 200px; overflow: hidden;}
.staff_detail_inner .wrap2 .img_wrap #img_list ul{ display: flex; flex-wrap: wrap;}
.staff_detail_inner .wrap2 .img_wrap #img_list li{ width: 150px; height: 200px;}
.staff_detail_inner .wrap2 .img_wrap #img_list li img{ width: 100%;}

.staff_detail_inner .wrap2 .wrap2_r{ width: 685px;}
.staff_detail_inner .wrap2 .wrap2_r .name_wrap{ padding-bottom: 10px;}
.staff_detail_inner .wrap2 .wrap2_r .name_wrap dl{ box-sizing: border-box; height: 50px; background: #f5f5f5; display: flex; flex-wrap: wrap; align-items: center; border-radius: 10px; margin-bottom: 10px;}
.staff_detail_inner .wrap2 .wrap2_r .name_wrap dt{ box-sizing: border-box; width: 90px; font-size: 20px; font-weight: bold; padding-left: 18px;}
.staff_detail_inner .wrap2 .wrap2_r .name_wrap dd{ font-size: 16px; padding-left: 15px;}

.staff_detail_inner .wrap2 .interview_wrap{ border-bottom: 1px solid #f5f5f5; font-size: 16px;}
.staff_detail_inner .wrap2 .interview_wrap dl{}
.staff_detail_inner .wrap2 .interview_wrap dt{ box-sizing: border-box; background: #f5f5f5; padding: 7px 10px; display: flex; flex-wrap: wrap;}
.staff_detail_inner .wrap2 .interview_wrap dd{ box-sizing: border-box; border-left: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5; padding: 7px 10px; display: flex; flex-wrap: wrap;}
.staff_detail_inner .wrap2 .interview_wrap dt span,
.staff_detail_inner .wrap2 .interview_wrap dd span{ display: block; width: 26px; text-align: center; font-size: 18px; font-weight: bold;}
.staff_detail_inner .wrap2 .interview_wrap dt p,
.staff_detail_inner .wrap2 .interview_wrap dd p{ box-sizing: border-box; width: calc(100% - 26px);}

.staff_detail_inner .wrap3{}
.staff_detail_inner .wrap3 .message_wrap{}
.staff_detail_inner .wrap3 .message_wrap .message_inner{ box-sizing: border-box; padding: 20px; border: 5px solid #f5f5f5; border-radius: 10px;}

.staff_detail_inner .back_link{ padding-top: 30px;}
.staff_detail_inner .back_link a{ display: block; text-align: center; width: 300px; height: 40px; line-height: 40px; background: #F1227E; color: #fff; font-size: 16px; padding: 0 15px; border-radius: 20px 20px 20px 20px / 50% 50% 50% 50%; margin: 0 auto; text-decoration: none;}

/* お給料紹介
--------------------------------------------------------- */
.staff_detail_inner .salaryinfo_wrap{ margin-bottom: 20px;}
.staff_detail_inner .salaryinfo_wrap .item{}
.staff_detail_inner .salaryinfo_wrap .item:not(:last-of-type){ margin-bottom: 10px;}

.staff_detail_inner .salaryinfo_wrap .item dt{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 50px; line-height: 50px; border-radius: 10px; background: #F1227E; color: #fff; padding: 0 5px 0 0;}

.staff_detail_inner .salaryinfo_wrap .item dt .salary_wrap{ display: flex; flex-wrap: wrap; align-items: baseline; box-sizing: border-box; height: 50px;}

.staff_detail_inner .salaryinfo_wrap .item dt .day_txt{ font-size: 13px; padding-left: 12px;}
.staff_detail_inner .salaryinfo_wrap .item dt .day_txt span:nth-of-type(1){ font-size: 1.2em; padding: 0 2px 0 0;}
.staff_detail_inner .salaryinfo_wrap .item dt .day_txt span:nth-of-type(2),
.staff_detail_inner .salaryinfo_wrap .item dt .day_txt span:nth-of-type(3){ font-size: 1.2em; padding: 0 4px;}

.staff_detail_inner .salaryinfo_wrap .item dt .time_txt{ font-size: 18px; padding-right: 15px;}
.staff_detail_inner .salaryinfo_wrap .item dt .time_txt i{ padding-right: 5px;}
.staff_detail_inner .salaryinfo_wrap .item dt .time_txt span{ font-size: 1.4em; font-weight: bold; color: #fff; padding: 0 5px;}

.staff_detail_inner .salaryinfo_wrap .item dt .salary_txt{ box-sizing: border-box; font-size: 20px; width: 320px; height: 40px; line-height: 40px; background: #fff; color: #333; text-align: center; border-radius: 5px; position: relative; top: 1px;}
.staff_detail_inner .salaryinfo_wrap .item dt .salary_txt span{ font-size: 1.5em; font-weight: bold; background: linear-gradient(135deg, #8C3CAA 0%, #FF2F6A 50%, #FFA802 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0 10px;}

.staff_detail_inner .salaryinfo_wrap .item dd .note_txt{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 12px;
  border: 5px solid #f5f5f5;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
	min-width: 100%;
	box-sizing: border-box;
}

.staff_detail_inner .salaryinfo_wrap .item dd .note_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 76%;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f5f5f5;
  translate: -50% -100%;
}

.staff_detail_inner .salaryinfo_wrap .item dd .note_txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 76%;
  border-style: solid;
  border-width: 0 12.9px 12.9px 12.9px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

.staff_detail_inner .salaryinfo_wrap .item dd .note_txt i{ font-size: 1.3em; padding-right: 6px; color: #F1227E;}








