@charset "utf-8";
.content {
  position: relative;
	padding-bottom: 30px;
	line-height: 1.5;
}

.girls_ttl {
  padding: 30px 15px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.girlsNum {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 14px;
}
.girlsNum .num {
  color: #ff0000;
  font-weight: bold;
}
.searchArea {
  padding: 15px 0 0;
  font-size: 14px;
  text-align: center;
}

/*=====お名前検索=====*/
.name_aco_dt {
  width: fit-content;
	margin-inline: auto;
}
.search_name {
  position: relative;
  display: flex;
	align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #369efe;
}
.search_name:before {
  content: " ";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #369efe;
}
.search_name a {
  color: #369efe;
}

/*=====お名前検索エラー=====*/
.name_erro {
  padding-top: 10px;
  color: #ff0000;
}

.name_form {
	display: flex;
  width: 230px;
  height: 40px;
  margin: 15px auto;
  padding: 4px;
  border: 2px solid #999;
  border-radius: 4px;
}
.name_form_txt {
  flex: 1;
}
.name_form_txt input {
  border: none;
  width: 140px;
  height: 28px;
	font-size: 16px;
}
.name_form_submit {
  width: 78px;
}
.name_form_submit input {
  width: 100%;
  height: 28px;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #f66297 inset, 0 0 0 4px #feb2cd inset;
  background: linear-gradient(to bottom, #fd75a5 0%, #f0548c 88%);
  color: #fff;
  font-weight: bold;
}
.name_txt {
  padding-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.name_txt span {
  color: #ff0000;
}

/*=====お好み検索=====*/
.searchArea-02 {
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
}

.search_box {
	display: flex;
	flex-direction: column;
  position: relative;
  margin-block: 15px 20px;
  padding: 8px 10px;
  border: 2px solid #f66297;
  border-radius: 4px;
  font-size: 12px;
}
.search_box_heading {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.search_box::after {
  position: absolute;
  top: 100%;
  inset-inline: 0;
	width: 16px;
	height: 8px;
	margin-inline: auto;
  background-color: #fe77a7;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.search_box_all,
.search_box_like {
  height: 40px;
}
.search_box_ttl {
  flex: 1;
}
.search_box_all {
  width: 30%;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #f66297 inset, 0 0 0 4px #feb2cd inset;
  background: linear-gradient(to bottom, #fd75a5 0%, #f0548c 88%);
  color: #fff;
  font-weight: bold;
}
.search_box_all {
  /* すべてオン デフォルト */
  width: 30%;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #f66297 inset, 0 0 0 4px #feb2cd inset;
  background: rgb(253, 126, 171);
  background: linear-gradient(to bottom, rgba(253, 126, 171, 1) 0%, rgba(241, 85, 140, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_all.btn-off {
  /* すべてオフ */
  width: 30%;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #8b8b8b inset, 0 0 0 4px #ccc inset;
  background: rgb(163, 163, 163);
  background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(137, 137, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_like {
  /* 好みから選ぶオフ　デフォルト　*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 40%;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #8b8b8b inset, 0 0 0 4px #ccc inset;
  background: rgb(163, 163, 163);
  background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(137, 137, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_like.btn-on {
  /* 好みから選ぶオン */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 40%;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #f66297 inset, 0 0 0 4px #feb2cd inset;
  background: rgb(253, 126, 171);
  background: linear-gradient(to bottom, rgba(253, 126, 171, 1) 0%, rgba(241, 85, 140, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.checkbox_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  margin-block: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}

.checkbox_ul li {
  height: 40px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 40px;
  white-space: nowrap;
}

.like_resulte {
  padding: 5px 0 10px;
  font-size: 12px;
}

.like_resulte_num {
  color: #ff0000;
  font-size: 19px;
  font-weight: bold;
}

.like_search {
  width: 120px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 2px solid #fc73a4;
  background: #fff;
  color: #fc73a4;
  font-weight: bold;
}

.like_search img {
  margin: -2px 2px 0 0;
  vertical-align: middle;
}

.search_box button.like_aco_close {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.like_aco_close img {
  margin: -2px 2px 0 0;
  vertical-align: middle;
}

.search_box button {
  font-size: 14px;
}

/*** inputデザイン ***/
.form label {
  width: 100%;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
}
input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/girls/checkbox.png);
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  padding-right: 8px;
  border-radius: 4px;
  margin: -2px 4px 0;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label {
  background: #fffdd4;
  height: 39px;
}
input[type="checkbox"]:checked + label::before {
  background-color: #fff6fb !important;
  background-position: 0 -20px;
}

/* 画像切り替え */
.display_switch {
	display: flex;
	align-items: center;
  font-size: 12px;
  background-color: #ededed;
  padding: 10px 15px;
}
.display_switch_r {
	display: flex;
	column-gap: 10px;
  margin-left: auto;
}
.display_switch_r > * {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
  color: #000;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #fc73a4;
  border-radius: 3px;
}
.switch_on {
  color: #fff;
  font-weight: bold;
  background: rgb(253, 117, 165);
  background: linear-gradient(to bottom, rgba(253, 117, 165, 1) 0%, rgba(240, 84, 139, 1) 100%);
  box-shadow: 0 1px 0 #feb2cd inset, -1px 0 0 #feb2cd inset, 0 -1px 0 #feb2cd inset, 1px 0 0 #feb2cd inset;
}
.display_switch_r > *:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/girls/switch.png) no-repeat;
  background-size: 28px 28px;
}
.switch1.switch_on:before {
  background-position: 0 -14px;
}
.switch2:before {
  background-position: -14px 0;
}
.switch2.switch_on:before {
  background-position: -14px -14px;
}

.bnr_box {
  padding: 15px 15px 0;
}
.bnr_box > * + * {
  margin-top: 20px;
}

.girls_item2 {
  display: none;
}
.girls__items.-column {
	margin-top: 20px;
}

.rank_icon {
  position: absolute;
  left: 5px;
}
.girls_item1 .rank_icon {
  bottom: 5px;
}
.girls_item2 .rank_icon {
  top: 5px;
}

.girls_item1 {
	display: grid;
	grid-template-columns: 120px 1fr;
	column-gap: 10px;
  position: relative;
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}

.girls_item1:before,
.inside_more a:before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  content: "";
}
.girls_item1 .new {
  position: absolute;
	top: 0;
	right: 0;
}
.girlsImg {
  position: relative;
  width: 120px;
  height: 160px;
}

.girlsImg_time {
	width: fit-content;
  margin-top: 10px;
  padding: 3px 10px;
  border: 1px solid #fe77a7;
  color: #fe77a7;
  font-size: 14px;
  font-weight: bold;
}
.girlsDetail {
  padding-right: 10px;
}
.girlsImg_name {
  display: flex;
	align-items: baseline;
  font-size: 18px;
  font-weight: bold;
}
.girlsImg_name span {
  font-size: 12px;
}
.girlsImg_size {
  font-size: 12px;
}
.girls_detail_txt {
  margin-top: 10px;
  font-size: 14px;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
}

.inside_more {
	margin-top: 20px;
	padding-inline: 15px;
}
.-column .inside_more {
	grid-column: 1/4;
}
.inside_more a {
  position: relative;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.inside_more span {
  font-size: 10px;
}
