/*t_ranking*/
#t_ranking {
  background: #e2d3b0;
}

#t_ranking .tyt02_01 {
  padding: 70px 0;
}

#t_ranking .tab li.current {
  background: #ffffff;
}

#t_ranking .tab li {
  background: #c3c3c3;
}

#t_ranking .tab {
  border-bottom: 8px solid #fff;
}

/*好みの女の子を検索*/
.search {
  width: 98%;
  margin: 40px auto;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  max-width: 1140px;
}

.search .girls_formBox {
  display: flow-root;
}

.search .girls_formBox div {
  float: left;
  text-align: center;
  padding: 0;
  min-height: 50px;
  height: auto;
  vertical-align: middle;
  /*margin-right: 1%;*/
}

.search .girls_formBox div.nmag {
  display: flow-root;
  margin-right: 0;
  width: 30%;
}

.search .girls_formBox div.type {
  margin: 0 1%;
}

.search .girls_formBox .ttl {
  display: grid;
  -webkit-align-items: center;
  background-color: #fbe1e4;
  border-right: 1px solid #c6c6c6;
  height: 50px;
  position: relative;
  width: 17%;
  margin-right: 1%;
}

.search .girls_formBox .name {
  display: flow-root;
  width: 60%;
  float: left;
}

.search .girls_formBox .t {
  float: left;
  display: block;
  display: grid;
  height: 50px;
  -webkit-align-items: center;
}

.search .girls_formBox .name input {
  /*border: 1px solid #c6c6c6;*/
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70%;
  background-color: #ededed;
}

.search .girls_formBox div.age {
  float: left !important;
}

.search .girls_formBox .age select {
  border: 1px solid #c6c6c6;
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70px;
}

.search .girls_formBox button {
  width: 137px;
  border-radius: 20px;
  background-color: #eb6877;
  box-shadow: 2px 2px 0px 2px rgba(0, 0, 000, .3);
  padding: 10px 0;
  color: #fff;
  margin: 5px 0;
}

/****/
/* 元々のチェックボックス（非表示） */
.search .girls_formBox .type input[type="checkbox"] {
  display: none;
}

/* チェックボックスの代わりを成すラベル */
.search .girls_formBox .type input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin: 18px 0;
}

/* ラベルの左に表示させる正方形のボックス□ */
.search .girls_formBox .type input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #c7c7c7;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
}

/* チェックが入った時のレ点 */
.search .girls_formBox .type input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  /* チェックの色変更 お好きな色を */
}

.search .girls_formBox .type input[type="checkbox"]+label:before {
  border-radius: 50%;
}

/****/
/*girlbox*/
.girlbox {
  width: 95%;
  display: flow-root;
  margin: auto;
  padding-top: 35px;
  max-width: 1140px;

}

.girlbox .onebox {
  /* width: 17%; */
  display: inline-flex;
  text-align: center;
  height: auto;
  max-width: 204px;
  margin-right: 2.5%;
  margin-bottom: 3%;
}

.girls_box .onebox:nth-child(5n) {
  margin-right: 0;
}

.girls_box .onebox .rkg {
  width: 88px;
  height: 28px;
  background: #fff;
  font-size: 14.4px;
  margin: 0 auto 10px;
  border-radius: 14px;
  padding: 4px 0;
  line-height: 1;
}

.girls_box .onebox .rkg span {
  font-size: 18px;
}

.girls_box .onebox .img {
  position: relative;
  width: 100%;
  margin: 0 auto 3%;
}

.girls_box .onebox .img img {
  width: 100%;
  height: auto;
}

.girls_box .onebox .name {
  font-size: 18px;
  line-height: 1;
  margin: 7% 0;
  line-height: 1.3;
  /*height: 40px;
  display: grid;
  -webkit-align-items: center;*/
}

.girls_box .onebox .size {
  font-size: 12px;
  margin-bottom: 20px;
}

.girls_box .onebox .shop {
  font-size: 14px;
  margin-bottom: 10px;
}

.girls_box .onebox .img .icon {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 25%;
  max-width: 47px;
}

.girls_box .onebox .img .e_shop {
  background: #eb6877;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.girls_box .onebox .clock {
  font-size: 16px;
  color: #f4276f;
  line-height: 1;
}

/*タブで切り替え*/
.wrap {}

.box {
  width: 100%;
}

.tab {
  list-style: none;
}

ul.tab {
  widows: 99%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tab li {
  float: left;
  margin-right: 0px;
  background: #efefef;
  width: 48%;
  padding: 1.5% 0;
  position: relative;
}

.tab li:nth-child(2n) {
  margin-right: 0%;
}

.tab li span {
  position: absolute;
  right: 3%;
  transform: scale(1.7, 0.5);
  padding: 1%;
}

.tab li.current {
  background: #e2d3b0;
}

.tab li a {
  display: block;
  border-bottom: none;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}

.tab li.current a {
  /* color: #fff;*/
}

.tabContents {
  clear: both;
  display: none;
  /*padding: 10px;
	border: 1px solid #aaa;
	background: #edf4f7;*/
}

.tabContents.current {
  display: block;
}

#ranking .k_tyt01_02 {
  background: #e2d3b0 url(../images/k_tyt01_02.png) no-repeat scroll center top;
  /*color: aliceblue;*/
}

#ranking .girlbox {
  padding: 80px 0 100px;
}

/*/タブで切り替え*/
.box_area {
  width: 98%;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.choices2 {
  width: 48.2%;
  height: auto;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  margin-right: 3.5%;
  padding: 1.5% 0;
  position: relative;
  transition-duration: 1s;
}

.choices2:hover {
  opacity: 0.5 !important;
}

.choices2.b {
  margin-right: 0;
}

.choices2 span {
  position: absolute;
  top: 40%;
  right: 5%;
  transform: scaleX(2);
}

.choices2 img {
  width: 80%;
  max-width: 260px;
  margin: auto;
}

/*ranking*/
.ranking_box {
  background-color: #c3c3c3;
}

/*切替*/
/*t_newface*/
#t_newface {
  background: #fff;
}

#t_newface .new_box {
  padding: 80px 0 50px;
  position: relative;
}

#t_newface .tab {
  border-bottom: 2px solid #eceadf;
}

#t_newface .tab li {
  background: #c3c3c3;
}

#t_newface .tab li.current {
  background: #eceadf;
}

/*t_schedule*/
#t_schedule .schedule {
  background: url(../images/b04_bg.jpg) scroll center top;
}

#t_schedule .schedule .tyt02_01 {
  padding: 70px 0 60px;
}

#t_schedule .tab {
  border-bottom: 2px solid #fff;
}

#t_schedule .tab li {
  background: #c3c3c3;
}

#t_schedule .tab li.current {
  background: #fff;
}

#t_news .tyt02_02 {
  padding-top: 80px;
}

#t_news .news .news_box {
  display: flow-root;
  width: 98%;
  max-width: 1140px;
  margin: 100px auto 30px;
  line-height: 1.5;
}

#t_news .news .news_box .onebox {
  /*float: left;
	display: inline-flex;
  width: 46%;
 display: flow-root;
  margin:0 1% 70px;
  height: auto;
  text-align: left;
  max-width: 1000px;
	position: relative;
	padding-bottom: 25px;*/
}

#t_news .news .news_box .onebox a {
  display: flow-root;
  width: 100%;
}

#t_news .news .news_box .onebox .img {
  /*float: left;
  width: 151px;*/
  margin-right: 25px;
  width: 30%;
  float: left;
}

#t_news .news .news_box .onebox .img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

#t_news .news .news_box .onebox .txt {
  /*float: left;
  width: 335px;*/
  text-align: left;
  margin: 0 3% 0 0;
  /*height: 138px;-*/
  width: auto;
  overflow: hidden;
}

#t_news .news .news_box .onebox .date {
  position: absolute;
  bottom: 0px;
  right: 2%;
}

#t_news .news .news_box .onebox .txt .t01 {
  font-size: 20px;
  font-weight: 600;
  /*margin-bottom: 15px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#t_news .news .news_box .onebox .txt .t02 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#t_news .news_txt {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 70px;
  line-height: 1.5;
}

/*ランキング追加項目*/
#t_ranking .title,
#ranking .title {
  text-align: center;
  background-color: #b7a373;
  line-height: 2em;
  color: #fff;
  font-size: 21px;
  max-width: 1140px;
  width: 95%;
  margin: 34px auto 0px;
}

#t_ranking .btn_more a,
#ranking .btn_more a {
  background-color: #373737;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  font-size: 16px;
  max-width: 180px;
  width: 100%;
  text-align: center;
  bottom: 0px;
  right: 1%;
  box-shadow: 2px 2px 0px #00000091;
  margin: 0 auto 25px;
  display: block;
}

#ranking .btn_more a {
  margin: 0 auto 100px;
}

#ranking .tab li.current a {
  background: #e2d3b0;
}

#t_ranking .tab li {
  width: 16%;
}

#ranking .tabContents.current {
  padding-top: 34px;
}

#ranking .title {
  margin: 0px auto 0px;
}

@media screen and (max-width: 900px) {
  #t_ranking .tab li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    /* justify-content: space-around; */
  }

  .box {
    /* overflow: scroll; */
    /* display: flex; */
    /* flex-wrap: wrap; */
  }

  #t_ranking ul.tab {
    /* width: 170% !important; */
    display: flex;
    flex-wrap: wrap;
    background-color: #c3c3c3;
    justify-content: space-between;
  }

  .tab li a {
    font-size: 12px;
  }
}



/*下層ページ*/
.k_tyt01 {
  background: url(../images/k_tyt01.png) no-repeat scroll center top;
}

.k_tyt01_01 {
  background: url(../images/k_tyt01_01.png) no-repeat scroll center bottom #fff;
}

.k_tyt01_02 {
  background: url(../images/k_tyt01_02.png) no-repeat scroll center top;
}

.k_tyt02 {
  background: url(../images/k_tyt02.png) no-repeat scroll center bottom;
}

.k_tyt02_01 {
  background: url(../images/k_tyt02_01.png) no-repeat scroll center bottom;
}

.k_tyt02_02 {
  background: url(../images/k_tyt02_02.png) no-repeat scroll center top #fff;
}

h2.pagetitle {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  font-weight: 100;
  text-align: center;
  color: #726f56;
  line-height: 1.5;
  padding: 80px 0 100px;
}

h2.pagetitle span {
  font-size: 24px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  color: #000;
  display: block;
}

.link_btn {
  width: 98%;
  margin: auto;
  max-width: 1140px;
  padding: 6.5% 0 6%;
}

.link_btn a {
  margin: 0 0 0 2%;
}

.link_btn a:first-child {
  margin: 0;
}

.link_btn a img {
  width: 32%;
  height: auto;
}

.selectbox {
  text-align: right;
  width: 98%;
  margin: auto;
  max-width: 1140px;
}

#event .selectbox select {
  background-color: #fff;
  width: 190px;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  margin-bottom: 35px;
  border: 1px solid #c6c6c6;
}

#event .selectbox select option {
  text-align: center;
}

/*event*/
#event {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}

#event .k_tyt02_01 {
  padding: 50px 0 55px;
}

#event .event {
  width: 95%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}

#event .event .onebox {
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 3%;
  margin: 0 4% 4% 0;
  float: left;
  width: 46%;
}

#event .event .onebox:nth-child(2n) {
  margin: 0 0 4% 4%;
}

#event .event .onebox .img img {
  width: 100%;
  height: auto;
}

#event .event .onebox .title {
  margin: 2% 0;
  font-size: 20px;
  color: #bfbb4c;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#event .event .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.onebox .date {
  font-size: 10px;
  text-align: right;
  margin-top: 1%;
  display: flow-root;
}

.onebox .date div {
  float: right;
}

.onebox .date .day {
  padding: 2px 0;
}

.onebox .date .day img {
  padding-right: 5px;
}

.onebox .date .shop {
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
}

.onebox .date .shop.s1 {
  background-color: #000;
}

.onebox .date .shop.s4 {
  background-color: #dd888d;
}

.onebox .date .shop.s5 {
  background-color: #e70012;
}

.onebox .date .shop.s6 {
  background-color: #ff5f01;
}

.onebox .date .shop.s7 {
  background-color: #30004a;
}

.onebox .date .shop.s8 {
  background-color: #00265f;
}

.onebox .date .shop.s9 {
  background-color: #8fc320;
}

.onebox .date .shop.s10 {
  background-color: #ff6f80;
}

.onebox .date .shop.s11 {
  background-color: #fe0072;
}
.onebox .date .shop.s12 {
  background-color: #ff69b4;
}

/*.onebox .date .shop.s9 {
  background-color: #7ecef4;
}*/