@charset "UTF-8";
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-



 * E. モデルページ



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*===========================================================

  ▼　全体指定

===========================================================*/
#m_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 767px) and (max-width: 999px) {
  #m_wrap {
    max-width: 767px;
    margin: 0 auto;
  }
}
/* 1000-(PC) */
@media screen and (min-width: 1000px) {
  #m_wrap {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }
}
/*===========================================================

  ▼　モデルプロフィール

===========================================================*/
#m_hed {
  position: relative;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
#m_hed .sec_ttl {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1;
}
.m_hedbn {
  position: absolute;
  top: 0;
  right: 0;
}
.m_hedbn li {
  float: right;
  margin-left: 4px;
  border: 1px solid #888;
  border-radius: 1px;
  text-align: center;
}
.m_hedbn li a {
  display: block;
  padding: 0 6px;
  line-height: 32px;
}
.m_hedbn .hover_style {
  background: #eee;
  color: inherit;
}
.m_hedba a:before {
  position: relative;
  left: 0;
  font-family: "fontello";
  content: "\E804";
}
.m_hedne a:after {
  position: relative;
  right: 0;
  font-family: "fontello";
  content: "\E805";
}
.m_hedal {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
}
.m_hedwa {
  position: absolute;
  top: 0;
  padding-left: 16px;
  background: url(../../yes_img/sp/wakaba.png) no-repeat;
  background-position: 0 50%;
  background-size: 12px;
  color: #00ae69;
  font-weight: bold;
}
.m_hedda {
  padding-top: 22px;
  color: #5c5c5e;
}
.m_hedna {
  font-size: 20px;
  font-weight: bold;
}
.m_hedna span {
  margin-left: 4px;
}
.m_hedsi {
  color: #5c5c5e;
}
.m_hedic {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 84px;
}
.m_hedic span {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 2px;
}
.m_hedic .m_smk_off {
  background: url(../../yes_img/sp/no_smk.jpg) no-repeat;
  background-size: cover;
}
.m_hedic .m_smk_on {
  background: url(../../yes_img/sp/on_smk.jpg) no-repeat;
  background-size: cover;
}
.m_hedic .m_tat_off {
  background: url(../../yes_img/sp/no_tat.jpg) no-repeat;
  background-size: cover;
}
.m_hedic .m_tat_on {
  background: url(../../yes_img/sp/on_tat.jpg) no-repeat;
  background-size: cover;
}
.m_hedcm {
  width: 100%;
  padding-top: 168px;
  color: #f00;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .m_hedcm {
    text-align: left;
  }
}
/*===========================================================

  ▼　メイン部分(スライダーと動画)

===========================================================*/
/* スライダー */
#m_main {
  z-index: 1000;
  margin-top: 20px;
}
#m_main .slick-list {
  cursor: w-resize;
  cursor: -webkit-grab;
  cursor: grab;
}
#m_main .slick-list.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#m_main .slick_prev, #m_main .slick_next {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  -webkit-transition: .2s background;
  transition: .2s background;
}
#m_main .slick_prev::after, #m_main .slick_next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  opacity: .5;
  color: #404040;
  font-family: "fontello";
  font-size: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#m_main .slick_prev::after {
  content: "\E804";
}
#m_main .slick_next::after {
  content: "\E805";
}
#m_main .slick_prev {
  left: 0;
}
#m_main .slick_next {
  right: 0;
}
#m_main .slick_prev:hover, #m_main .slick_next:hover {
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
}
.m_mainl .slick-dots {
  bottom: -36px;
}
.m_mainl .slick-dots li button::before {
  font-size: 12px !important;
}
.m_mainl img {
  width: 100%;
  height: auto;
}
.m_mainl_only {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 40px;
}
.m_mainl_only img {
  width: 100%;
  height: auto;
}
/* ランキングラベル */
.m_mainr {
  margin-top: 40px;
}
.m_mainlb {
  margin-bottom: 20px;
}
.m_mainlb li {
  overflow: hidden;
  float: left;
  width: 44%;
  margin: 1%;
  padding: 0 2%;
  border-radius: 1px;
  background: #bf0000;
  background: -webkit-linear-gradient(top, #bf0000 0%, #d30000 29%, #bf0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bf0000), color-stop(29%, #d30000), to(#bf0000));
  background: linear-gradient(to bottom, #bf0000 0%, #d30000 29%, #bf0000 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.25;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf0000", endColorstr="#bf0000", GradientType=0);
}
.m_mainlb li:before {
  margin-right: 4px;
  font-family: "fontello";
  content: "\E807";
}
.m_mainrj {
  margin-bottom: 10px;
  border: 1px solid #c3c3c3;
}
.m_mainrj dt {
  margin: 8px 0 0 2%;
  font-weight: bold;
}
.m_mainrj dd {
  overflow: hidden;
  float: left;
  width: 30.66%;
  margin: 4px 0 8px 2%;
  padding-top: 2px;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
}

.m_mainrj01 {
  margin-bottom: 10px;
}
.m_mainrj01 dt {
  margin: 8px 0 0 2%;
  font-weight: bold;
}
.m_mainrj01 dd {
  overflow: hidden;
  float: left;
  width: 30.66%;
  margin: 4px 0 8px 2%;
  padding-top: 2px;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
}



.next_guide {
  background: #d81f58;
  color: #fff;
}
.m_mainrj dd.free_text {
  width: 100%;
  margin: 0;
  padding: 0 2% 8px;
  text-align: left;
  white-space: normal;
}
.m_mainnt {
  padding-left: 8px;
  background: #0e34b1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  letter-spacing: .25em;
}
.m_mainud {
  padding-left: 8px;
  background: #555;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  letter-spacing: .25em;
}
/* 動画 */
.m_mainv {
  margin-top: 30px;
}
.m_mainv .sec_ttl {
  margin-left: 8px;
  padding-left: 40px;
  background: url(../../yes_img/sp/movie_icon_01.png) no-repeat;
  background-position: 0 12px;
  background-size: 32px;
}
.m_mainvt {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.m_mainvt span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.m_mainve {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m_mainve li {
  width: 100%;
  border-right: 1px solid #333;
  background: #565656;
  color: #9d9d9d;
  font-size: 14px;
  text-align: center;
  line-height: 2.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m_mainve li:last-child {
  border: none;
}
.m_mainve .active {
  background: #333;
  color: #fff;
}
.m_mainve .hover_style {
  background: #333;
}
.m_mainvd figure {
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}
.m_mainvd figure img {
  width: 100%;
  height: auto;
}
.m_mainvd figure img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .m_mainl {
    float: left;
    width: 48%;
  }
  .m_mainl_only {
    float: left;
    width: 48%;
  }
  .m_mainr {
    float: left;
    width: 48%;
    margin-top: 0;
    margin-left: 4%;
  }
}
/*===========================================================

  ▼　出勤スケジュール

===========================================================*/
#m_sche {
  margin-top: 40px;
}
#m_sche h2:before {
  margin-right: 8px;
  font-family: "fontello";
  content: "\E802";
}
.m_schenw {
  border-collapse: collapse;
  width: 100%;
}
.m_schenw th, td {
  width: calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: 14.28571%; /* 未対応ブラウザ用フォールバック */
  margin: 0;
  padding: 10px;
  border: 1px solid #babcbf;
  text-align: center;
  vertical-align: middle;
}
.m_schenw tbody td {
  font-size: 14px;
}
.m_schenw th {
  background: #e6e6e6;
  line-height: 1rem;
}
@media screen and (max-width:767px) {
  .sp_none {
    display: none;
  }
  .m_schenw {
    display: block;
    position: relative;
    width: 100%;
  }
  .m_schenw thead {
    display: block;
    float: left;
    width: 46px;
    height: 56px;
    line-height: 0;
  }
  .m_schenw tbody {
    display: block;
    overflow: hidden;
    overflow-x: 100%;
    position: relative;
    width: auto;
    line-height: 0;
  }
  .m_schenw thead tr {
    display: block;
  }
  .m_schenw th {
    display: block;
    letter-spacing: 0;
  }
  .m_schenw tbody tr {
    display: inline-block;
  }
  .m_schenw td {
    /* display: block; */
    display: flex;
    align-items: center;
    word-wrap: break-word;
  }
  .m_schenw th, td {
    width: 100%;
    height: 56px;
    padding: 8px 4px;
  }
  .m_schenw td p {
    width: 50%;
    color: #999;
    font-size: 12px;
    text-align: left;
    line-height: 1rem;
    letter-spacing: 0 !important;
  }
  /* borderの調整 */
  .m_schenw th {
    border-bottom: 0;
  }
  .m_schenw td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    text-align: left;
    line-height: 1.4rem;
  }
  .m_schenw tbody tr {
    width: 100%;
    border-right: 1px solid #babcbf;
  }
  .m_schenw th:last-child, .m_schenw td:last-child {
    border-bottom: none;
  }
}

.m_schest {
  background: #d2eaff !important;
  color: #2175c1;
}
.m_schesn {
  background: #ffe1eb !important;
  color: #ff266e;
}
.m_schenw td:empty {
  background: #fefefe;
}
.m_schenw td p {
  color: #999;
  font-size: 12px;
  text-align: left;
  line-height: 1rem;
  letter-spacing: 0 !important;
}
.m_schemb {
  position: relative;
  padding: 2px 0 0 1em;
  border: 1px solid #c3c3c3;
  border-top: 0;
  background: #f2c4d7;
  font-weight: bold;
  line-height: 2.6;
  cursor: pointer;
}
.m_schemb:after {
  position: absolute;
  top: 2px;
  right: 1em;
  font-family: "fontello";
  vertical-align: middle;
  content: "\E803";
}
.m_schear:after {
  content: "\E806";
}
.m_schenw tr {
  min-height: 60px;
}
.m_scheemp {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .m_schenw tr {
    height: 96px;
  }
}
/* 予約するボタン */
.btn-booking {
  text-align: center;
  display: block;
  padding: 10px;
  border: 2px solid #42C4D3;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .btn-booking {
    padding: 4px;
    border: 4px solid #42C4D3;
  }
}

/*===========================================================

  ▼　写メ日記

===========================================================*/
#m_pho {
  margin-top: 60px;
}
#m_pho .sec_ttl {
  margin-left: 8px;
  padding-left: 40px;
  background: url(../../yes_img/sp/photo_icon_01.png) no-repeat;
  background-size: 32px;
}
.m_phow {
  margin-top: 10px;
}
.m_phoi {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .m_phoi:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .m_phoi {
    width: 15.833%;
    margin-right: 1%;
    padding: 3px;
    border: 1px solid #c3c3c3;
  }
  .m_phoi:nth-child(6) {
    margin-right: 0;
  }
}

/*-----------------------------------
▼【保存対策】写メ日記の画像上にpng画像
-----------------------------------*/
.m_phoi figure {
  position: relative;
  display: block;
}
.m_phoi figure::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/yes_img/common/png_cover.png);
  top: 0;
  left: 0;
}
/*-----------------------------------
▲【保存対策】終わり
-----------------------------------*/

.m_phoi img {
  position: absolute;
  float: left;
}
.m_phot {
  margin-top: 3px;
  color: #ff266e;
  font-size: 12px;
  font-weight: bold;
}
/*===========================================================

  ▼　オプション一覧

===========================================================*/
#m_op {
  margin-top: 30px;
  padding: 15px 25px;
  border: 15px solid #eee;
  background: #fff;
}
.m_opb {
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .m_opb li:nth-child(odd) {
    background: #f3f3f3;
  }
}
.m_opb li {
  display: table;
  width: 100%;
}
.m_opb li dl {
  display: table-row;
  line-height: 2.2;
}
.m_opb li dl dt, .m_opp, .m_opi {
  display: table-cell;
  vertical-align: middle;
}
.m_opb li dl dt {
  width: 70%;
  padding-left: 1em;
}
.m_opp {
  width: 20%;
}
.m_opi {
  width: 10%;
  color: #f658ca;
  font-weight: bold;
}
.m_opi img {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .m_opb li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .m_opb li:nth-child(2n) {
    margin: 0;
  }
  .m_opb li:nth-child(4n-2), .m_opb li:nth-child(4n-3) {
    background: #f3f3f3;
  }
}
/*===========================================================

  ▼　女の子紹介

===========================================================*/
#m_com {
  margin-top: 40px;
}
.m_comt {
  display: table;
  width: 100%;
}
.m_hvn {
  float: left;
  width: 200px;
  margin-left: 40px;
}
.m_hvnttl {
  height: 40px;
  border-top-left-radius: 18px;
  border-top-right-radius: 10px;
  background: #1c4865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9dc7e3), to(#1c4865));
  background-image: -webkit-linear-gradient(#9dc7e3, #1c4865);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9dc7e3), to(#1c4865));
  background-image: linear-gradient(#9dc7e3, #1c4865);
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.m_hvnttl img {
  margin: 5px;
}
.m_hvnm {
  overflow: hidden;
  height: 475px;
  border: 1px solid #628da9;
}
@media screen and (min-width: 1000px) {
  .m_comw {
    float: left;
    width: 700px;
  }
  .m_comt {
    width: 500px;
  }
}
.m_comt li {
  display: table;
  float: left;
  width: 32%;
  margin-right: 2%;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m_comt li p {
  display: table-cell;
  padding: .75em 0 .5em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.m_comt li:nth-child(3) {
  margin: 0;
}
.m_comt .hover_style {
  opacity: .7;
}
.m_comt1 {
  background: #02a0c7;
}
.m_comt2 {
  background: #e08ab1;
}
.m_comt3 {
  background: #a9c000;
}
.m_comb {
  /*border: 1px solid #c3c3c3;*/
}
.m_comb .m_comb1 {
  border: 3px solid #02a0c7;
}
.m_comb .m_comb2 {
  border: 3px solid #e08ab1;
}
.m_comb .m_comb3 {
  border: 3px solid #a9c000;
}
.m_comb li {
  padding: 15px;
}
.m_comqa dt {
  padding: 4px 0 4px 8px;
  background: #f4f4f4;
}
.m_comqa dd {
  padding: 4px 0 4px 16px;
  color: #dc4e86;
}
#girl_tag {
  padding: 5px;
  background: #f4f4f4;
}
#girl_tag {
  padding: 5px;
  background: #f4f4f4;
}
#girl_tag div {
  list-style: disc inside;
  float: left;
  margin-right: 10px;
  color: #cb0000;
}
/*===========================================================

  ▼　バナー

===========================================================*/
#m_bnr {
  width: 80%;
  margin: 0 auto;
}
#m_bnr02 {
  width: 80%;
  margin: 40px auto 0;
}
.m_bnrb, .m_bnhev {
  margin-bottom: 20px;
}
.m_bnrb p, .m_bnhev p {
  font-size: 14px;
  font-weight: bold;
}
.m_bnrb img, .m_bnhev img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  #m_bnr, #m_bnr02 {
    width: 100%;
  }
  .m_bnrb {
    float: left;
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
  }
  .m_bnhev {
    width: 100%;
    margin-top: 0;
  }
  .m_bnrb:nth-child(2n) {
    margin-right: 0;
  }
  .m_bnrb.sp_only {
    margin-right: 48%;
  }
  .m_bnhev.sp_only {
    margin-right: 100%;
  }
}
/*===========================================================

  ▼　応援コメント

===========================================================*/
#m_yell {
  margin-top: 30px;
  padding: 15px 25px;
  border: 15px solid #eee;
  background: #fff;
}
.m_yellm {
  width: 100%;
  margin-top: 8px;
}
.m_yellm li:nth-child(odd) {
  background: #f3f3f3;
}
.m_yellm li {
  width: 100%;
}
.m_yellm dl {
  display: table;
  width: 100%;
}
.m_yellm dt {
  display: table-cell;
  width: 30%;
  padding: 4px 1em 4px;
  font-weight: bold;
  vertical-align: middle;
}
.m_yellm dd {
  display: table-cell;
  width: 70%;
  padding: 4px 1em 4px 0;
  vertical-align: middle;
}
@media screen and (min-width: 766px) {
  .m_yellm dt {
    width: 15%;
  }
  .m_yellm dd {
    width: 85%;
  }
}
.m_yellt {
  padding: 2px 6px;
}
@media screen and (min-width: 767px) {
  .m_yellm li {
    margin-bottom: 10px;
    border: 1px solid #f3f3f3;
  }
  .m_yellm li:nth-child(odd) {
    background: none;
  }
  .m_yellm dl {
    background: #f3f3f3;
  }
  .m_yellt {
    display: block;
    padding: 1em 2em;
  }
}
.m_yellb .more_btn {
  float: left;
  width: 49%;
  margin-right: 2%;
  cursor: pointer;
}
.m_yellb .more_btn.hover_style span {
  background: #f3f3f3;
}
.m_yellb .more_btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 10px auto 0;
  border: 1px solid #5e5e5c;
  border-radius: 1px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.6;
}
.m_yellb .more_btn span:after {
  position: absolute;
  top: 50%;
  right: 6%;
  font-family: "fontello";
  font-size: 12px;
  vertical-align: middle;
  line-height: 0;
  content: "\E803";
}
.m_yellc {
  float: left;
  width: 49%;
  margin: 0;
}
.m_yellc a {
  display: block;
  position: relative;
  width: 100%;
  height: 42px;
  margin: 10px auto 0;
  border-radius: 1px;
  background: #c46bab;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.6;
}
.m_yellc .hover_style {
  opacity: .7;
}
.m_yellc a:after {
  position: absolute;
  top: 50%;
  right: 6%;
  font-family: "fontello";
  font-size: 12px;
  vertical-align: middle;
  line-height: 0;
  content: "\E805";
}
/*===========================================================

  ▼　本日はこんな子も出勤しています

===========================================================*/
#m_otr {
  margin: 40px 0 100px;
}
#m_otr h2:before {
  margin-right: 8px;
  font-family: "fontello";
  font-size: 40px;
  vertical-align: middle;
  content: "\E802";
}
#m_otrs li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #m_otrs li {
    padding: 0 5px;
  }
}
#m_otrs li figure {
  position: relative;
}
#m_otrs li img {
  width: 100%;
  height: auto;
}
.m_otrt {
  background: #d81f58;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  
  line-height: 2.12;
  font-size: 12px;
  
  
}
.m_otrn {
  font-size: 16px;
  font-weight: bold;
}
.m_otsn {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.1;
  white-space: normal;
  word-wrap: break-word;
}
.m_otrn span {
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: normal;
}
#m_otr .slick-prev, #m_otr .slick-next {
  display: block;
  position: absolute;
  z-index: 300;
  top: 112%;
  top: auto !important;
  bottom: -70px !important;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#m_otr .slick-prev {
  left: 0;
}
#m_otr .slick-next {
  right: 0;
}
#m_otr .slick-prev:before {
  color: #f769c1;
  font-family: "fontello" !important;
  font-size: 28px;
  content: "\E804" !important;
}
#m_otr .slick-next:before {
  color: #f769c1;
  font-family: "fontello" !important;
  font-size: 28px;
  content: "\E805" !important;
}
#m_otr .slick-dots {
  margin-bottom: -35px !important;
}
@media screen and (min-width: 1000px) {
  #m_otr .slick-prev {
    left: 8%;
  }
  #m_otr .slick-next {
    right: 8%;
  }
}

/* mori： */
.object-fit-img {
  height: 100vw;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}
