@charset "UTF-8";
/*アイコンスプライト*/
.fuicon {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-right: .5em;
  transform: translateY(-0.075em); }
  .fuicon::before {
    background: url(/admins/f-img/normal/icon_sprites01.png) no-repeat;
    content: "";
    display: block;
    padding-top: 100%;
    background-size: 400% auto; }
    .premium .fuicon::before {
      background-image: url(/admins/f-img//premium/icon_sprites01.png); }
  .fuicon-small {
    width: 16px; }
  .fuicon-large {
    width: 28px; }

.fuicon-home-main::before {
  background-position: 0% 0%; }
.fuicon-home-black::before {
  background-position: 33.3333333333% 0%; }
.fuicon-home-light::before {
  background-position: 66.6666666667% 0%; }
.fuicon-home-white::before {
  background-position: 100% 0%; }

.fuicon-pencil-main::before {
  background-position: 0% 7.6923076923%; }
.fuicon-pencil-black::before {
  background-position: 33.3333333333% 7.6923076923%; }
.fuicon-pencil-light::before {
  background-position: 66.6666666667% 7.6923076923%; }
.fuicon-pencil-white::before {
  background-position: 100% 7.6923076923%; }

.fuicon-girl-main::before {
  background-position: 0% 15.3846153846%; }
.fuicon-girl-black::before {
  background-position: 33.3333333333% 15.3846153846%; }
.fuicon-girl-light::before {
  background-position: 66.6666666667% 15.3846153846%; }
.fuicon-girl-white::before {
  background-position: 100% 15.3846153846%; }

.fuicon-memo-main::before {
  background-position: 0% 23.0769230769%; }
.fuicon-memo-black::before {
  background-position: 33.3333333333% 23.0769230769%; }
.fuicon-memo-light::before {
  background-position: 66.6666666667% 23.0769230769%; }
.fuicon-memo-white::before {
  background-position: 100% 23.0769230769%; }

.fuicon-setting-main::before {
  background-position: 0% 30.7692307692%; }
.fuicon-setting-black::before {
  background-position: 33.3333333333% 30.7692307692%; }
.fuicon-setting-light::before {
  background-position: 66.6666666667% 30.7692307692%; }
.fuicon-setting-white::before {
  background-position: 100% 30.7692307692%; }

.fuicon-edit-main::before {
  background-position: 0% 38.4615384615%; }
.fuicon-edit-black::before {
  background-position: 33.3333333333% 38.4615384615%; }
.fuicon-edit-light::before {
  background-position: 66.6666666667% 38.4615384615%; }
.fuicon-edit-white::before {
  background-position: 100% 38.4615384615%; }

.fuicon-calendar-main::before {
  background-position: 0% 46.1538461538%; }
.fuicon-calendar-black::before {
  background-position: 33.3333333333% 46.1538461538%; }
.fuicon-calendar-light::before {
  background-position: 66.6666666667% 46.1538461538%; }
.fuicon-calendar-white::before {
  background-position: 100% 46.1538461538%; }

.fuicon-human-main::before {
  background-position: 0% 53.8461538462%; }
.fuicon-human-black::before {
  background-position: 33.3333333333% 53.8461538462%; }
.fuicon-human-light::before {
  background-position: 66.6666666667% 53.8461538462%; }
.fuicon-human-white::before {
  background-position: 100% 53.8461538462%; }

.fuicon-gotop-main::before {
  background-position: 0% 61.5384615385%; }
.fuicon-gotop-black::before {
  background-position: 33.3333333333% 61.5384615385%; }
.fuicon-gotop-light::before {
  background-position: 66.6666666667% 61.5384615385%; }
.fuicon-gotop-white::before {
  background-position: 100% 61.5384615385%; }

.fuicon-gobottom-main::before {
  background-position: 0% 69.23076923080001%; }
.fuicon-gobottom-black::before {
  background-position: 33.3333333333% 69.23076923080001%; }
.fuicon-gobottom-light::before {
  background-position: 66.6666666667% 69.23076923080001%; }
.fuicon-gobottom-white::before {
  background-position: 100% 69.23076923080001%; }

.fuicon-delete-main::before {
  background-position: 0% 76.9230769231%; }
.fuicon-delete-black::before {
  background-position: 33.3333333333% 76.9230769231%; }
.fuicon-delete-light::before {
  background-position: 66.6666666667% 76.9230769231%; }
.fuicon-delete-white::before {
  background-position: 100% 76.9230769231%; }

.fuicon-back-main::before {
  background-position: 0% 84.6153846154%; }
.fuicon-back-black::before {
  background-position: 33.3333333333% 84.6153846154%; }
.fuicon-back-light::before {
  background-position: 66.6666666667% 84.6153846154%; }
.fuicon-back-white::before {
  background-position: 100% 84.6153846154%; }

.fuicon-pc-main::before {
  background-position: 0% 92.3076923077%; }
.fuicon-pc-black::before {
  background-position: 33.3333333333% 92.3076923077%; }
.fuicon-pc-light::before {
  background-position: 66.6666666667% 92.3076923077%; }
.fuicon-pc-white::before {
  background-position: 100% 92.3076923077%; }

.fuicon-timer-main::before {
  background-position: 0% 100%; }
.fuicon-timer-black::before {
  background-position: 33.3333333333% 100%; }
.fuicon-timer-light::before {
  background-position: 66.6666666667% 100%; }
.fuicon-timer-white::before {
  background-position: 100% 100%; }

.is-mobile {
  /*キャスト管理システム設定*/ }
  .is-mobile .sidebar {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0;
    width: 230px;
    transform: translateX(0) !important;
    transform: translateX(230px) !important;
    transition: .5s; }
    .is-mobile .sidebar::before {
      display: none; }
    .is-mobile .sidebar.on {
      transform: translateX(0) !important; }
    .is-mobile .sidebar .sidebar_logo {
      display: none; }
  .is-mobile:not(.premium) .sidebar {
    margin: 0 !important;
    z-index: 10000;
    background: #fff; }
    .is-mobile:not(.premium) .sidebar dt {
      background: #f0f0f0;
      margin-bottom: 5px; }
      .is-mobile:not(.premium) .sidebar dt a {
        box-shadow: none;
        color: #333;
        border: none;
        padding-left: 20px !important; }
        .is-mobile:not(.premium) .sidebar dt a::before {
          display: none; }
    .is-mobile:not(.premium) .sidebar dd li + li {
      border-top-color: #d6d6d6; }
  .premium .wrapper {
    height: auto; }

  .premium .contentsHead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100; }
  .is-mobile .contentsHead_title {
    display: none; }
  .is-mobile .wrapper {
    padding-left: 0 !important;
    min-width: 0 !important; }
  .is-mobile .contentsHead_wrap {
    max-width: none !important;
    min-width: 0 !important; }
  .is-mobile .contentsWrapper {
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 0 !important; }
  .is-mobile .toppage-news time {
    padding: 0 5px;
    margin-bottom: .75em;
    opacity: .6;
    font-size: 10px; }
  .is-mobile .toppage-news p {
    padding: 0 5px;
    font-size: 12px; }
  .is-mobile .title-border {
    font-size: 20px;
    margin-bottom: 1.5em;
    padding-bottom: .65em; }
  .is-mobile .table-input,
  .is-mobile .table-input tbody,
  .is-mobile .table-input tr,
  .is-mobile .table-input th,
  .is-mobile .table-input td {
    display: block;
    width: auto; }
  .is-mobile .table-input th:empty,
  .is-mobile .table-input td:empty {
    display: none; }
  .is-mobile .table-input th {
    padding: 15px 15px 0 15px;
    line-height: 1.4;
    margin: 0 -15px .8em;
    position: relative; }
    .is-mobile .table-input th strong {
      color: #f00; }
  .is-mobile .table-input td {
    margin-bottom: 1.5em;
    padding: 0 10px;
    border-top: none; }
  .is-mobile .table-input tr:last-child td {
    margin: 0; }
  .is-mobile .table-input td span.systemGet{
    display: block;
  }
  .is-mobile .table-input input[type="text"],
  .is-mobile .table-input select {
    float: none !important;
    border: 1px solid #d6d6d6;
    background: #fafafa;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d6d6d6;
    width: 100%;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    height: 40px;
    padding: 0 .5em;
    font-size: 1.6rem; }
  .is-mobile .table-input select {
    width: auto !important;
    margin-right: .5em;
    max-width: 100%; }
    .is-mobile .table-input select:not(:first-child) {
      margin-left: .5em; }
  .is-mobile .table-input textarea {
    border: 1px solid #d6d6d6;
    background: #fafafa;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d6d6d6;
    width: 100%;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    height: 10em;
    padding: 0 .5em;
    font-size: 1.6rem; }
  .is-mobile .siteNav {
    height: 100% !important;
    overflow-y: scroll !important;
    padding-bottom: 0;
    margin-top: 0; }
    .is-mobile .siteNav dt {
      background: #111;
      line-height: 43px !important;
      padding-top: 10px;
      margin: 0; }
      .is-mobile .siteNav dt a {
        background: inherit !important;
        padding-left: 13px !important;
        /*pointer-events: none;*/
        color: #ccc; }
      .is-mobile .siteNav dt i {
        width: 20px; }
    .is-mobile .siteNav dd {
      display: block !important;
      margin: 0 0 10px; }
      .is-mobile .siteNav dd li {
        margin: 0 0 0 40px !important; }
        .is-mobile .siteNav dd li + li {
          border-top: 1px solid #444; }
      .is-mobile .siteNav dd a {
        padding: 18px 25px 18px 5px; }
        .is-mobile .siteNav dd a::before {
          left: auto;
          right: 15px; }
  body:not(.premium) .siteNav dd li {
    margin: 0 !important; }
    body:not(.premium) .siteNav dd li a {
      padding: 15px 15px 15px 20px; }
  .is-mobile .contentsHead {
    background: #333333;
    color: #fff;
    height: 65px;
    margin-bottom: 0; }
    .is-mobile .contentsHead_wrap {
      margin: 0 !important; }
    .is-mobile .contentsHead_user {
      border: none !important;
      position: absolute;
      top: 50%;
      left: 125px;
      right: 70px;
      font-size: 10px;
      margin-top: -11px;
      line-height: 22px;
      padding-left: 28px;
      width: auto;
      background: url(/admins/f-img/mobile-normal/ic_user.png) no-repeat;
      background-size: contain; }
		.premium .contentsHead_user {
			right: 120px;
			font-size: 14px;
			left: 15px;
}
    .is-mobile .contentsHead_navi {
      display: none; }
    .is-mobile .contentsHead_logo-sp a {
      width: 95px;
      position: absolute;
      top: 15px;
      left: 15px;
      background: url(/admins/f-img/mobile-normal/logo.png) no-repeat;
      background-size: cover; }
		.premium .contentsHead_logo-sp{
			display: none; }
      .premium .contentsHead_logo-sp a {
        background-image: url(/admins/f-img/mobile-premium/logo.png); }
      .is-mobile .contentsHead_logo-sp a::before {
        content: "";
        display: block;
        padding-top: 38.00786%; }
    .is-mobile .contentsHead_spNaviBtn {
      width: 44px;
      height: 44px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      background: #fff url(/admins/f-img/mobile-normal/bt_spnavi01.png) no-repeat;
      background-size: cover;
      border-radius: 3px; }
      .premium .contentsHead_spNaviBtn {
				height: 73px;
				width: 112px;
				top: 5px;
				border-radius: 10px 0 0 10px;
				/*box-shadow: 0 1px 1px rgba(0,0,0,.3), 0 0 5px rgba(0,0,0,.1);*/
        background: #fff url(/admins/f-img/mobile-premium/bt_spnavi01.png) no-repeat center;
				background-size: auto 100%;
				right: 0;
				border:solid #333;
				border-width: 3px 0 3px 3px;}
  .is-mobile:not(.premium) .contentsHead {
    background: #2980B9; }
  .is-mobile .m-categoryNavi {
    display: none; }
  .is-mobile .m-pagetitleWrap {
    margin: 0;
    display: block; }
  .is-mobile .m-pagetitle {
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 0;
    color: #333;
    margin: 0 20px; }
  .is-mobile .m-pagetitle_btn {
    text-align: center;
    background: #fff;
    margin: 0 0 15px;
    padding: 25px 0; }
  .is-mobile .contentsBlock {
    margin: 0;
    padding: 20px 15px;
    border: none; }
    .is-mobile .contentsBlock + .contentsBlock {
      margin-top: 30px; }
  .is-mobile .fubtn {
    height: 40px;
    line-height: 40px;
    min-width: 65%;
    border-radius: 15px !important; }
    .is-mobile .fubtn-pc-small {
      line-height: 34px !important;
      height: 34px !important;
      min-width: 0;
      font-size: 12px;
      border-radius: 10px !important;
      padding: 0 2em; }
    .is-mobile .fubtn-pc-large {
      line-height: 46px !important;
      height: 46px !important;
      min-width: 75%;
      font-size: 1.4rem;
      margin: 8px 0; }
    .is-mobile .fubtnArea.between {
      margin-bottom: 20px; }
    .is-mobile .fubtnArea.paging a {
      min-width: 40%; }
  .is-mobile .m-btnList01 {
    display: flex;
    justify-content: flex-end; }
    .is-mobile .m-btnList01 li + li {
      margin-left: 10px; }
  .is-mobile .m-girlsList_list {
    margin: 0 4px; }
  .is-mobile .m-girlsList_item {
    width: auto !important;
    float: none;
    padding: 0;
    position: relative;
    border-radius: 3px; }
    .is-mobile .m-girlsList_item::after {
      content: "";
      display: block;
      clear: both; }
  .is-mobile .m-girlsList_photo {
    width: 89px;
    float: left; }
    .is-mobile .m-girlsList_photo img {
      border-radius: 3px 0 0 3px; }
  .is-mobile .m-girlsList_name {
    overflow: hidden;
    padding: 15px 15px 15px 10px;
    line-height: 1.4; }
    .is-mobile .m-girlsList_name span:first-child {
      max-width: 100%;
      font-size: 16px; }
    .is-mobile .m-girlsList_name span:last-child {
      display: block;
      font-size: 12px;
      color: #666; }
  .is-mobile .m-girlsList_pickup {
    position: absolute;
    left: 99px;
    margin: 1px;
    bottom: 10px; }
  .is-mobile .m-girlsList_naviList {
    bottom: 0 !important;
    left: 0;
    right: 50px;
    top: 0;
    width: auto;
    border-radius: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.85); }
    .is-mobile .m-girlsList_naviList::after {
      top: 82px;
      border-left-color: rgba(0, 0, 0, 0.85); }
    .is-mobile .m-girlsList_naviList ul {
      height: 100%;
      overflow-y: scroll;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 15px 5%;
      box-sizing: border-box; }
    .is-mobile .m-girlsList_naviList li {
      flex-basis: 50%;
      border: none;
      font-size: 12px;
      height: 30px;
      line-height: 30px; }
      .is-mobile .m-girlsList_naviList li i {
        width: 15px; }
    .is-mobile .m-girlsList_naviList a {
      padding-left: 0;
      height: 100%;
      line-height: inherit; }
      .is-mobile .m-girlsList_naviList a:hover {
        background: none; }
  .is-mobile .m-girlsList_spNavilist {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex; }
    .is-mobile .m-girlsList_spNavilist li {
      margin-left: 10px;
      list-style: none; }
    .is-mobile .m-girlsList_spNavilist a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background: #F0F0F0; }
    .is-mobile .m-girlsList_spNavilist i {
      width: 16px;
      margin: 0; }
  .is-mobile .footer_spWrap {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: space-between; }
  .is-mobile .footer_spBack a {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #333;
    font-size: 12px; }
  .is-mobile .footer_spGototop {
    flex-basis: 64%; }
    .is-mobile .footer_spGototop a {
      display: block;
      text-align: center;
      line-height: 45px;
      padding: 0 10px;
      background: rgba(0, 0, 0, 0.65);
      border-radius: 10px;
      color: #fff; }
  .footer {
    padding-top: 20px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.15); }
    .premium .footer {
      background: #333;
      color: #fff;
      border-top: 5px solid #E81E63; }
    .footer small {
      display: block;
      width: 95px;
      margin: 0 auto;
      background: url(/admins/f-img/mobile-normal/logo_black.png) no-repeat;
      background-size: cover;
      font-size: 0;
      opacity: .25; }
      .premium .footer small {
        background-image: url(/admins/f-img/mobile-premium/logo.png);
        opacity: 1; }
      .footer small::before {
        content: "";
        display: block;
        padding-top: 38.00786%; }

  .footer_spWrap {
    border-bottom: 1px solid #bbb;
    margin-bottom: 30px; }
    .premium .footer_spWrap {
      border-bottom-color: #222222;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
      .premium .footer_spWrap a {
        color: #fff; }
  .is-mobile .spnaviClose {
    border-radius: 40px 0 0 40px;
    width: 60px;
    height: 40px;
    left: auto;
    right: 0;
    top: 16px;
    background: #fff;
    transform: translateX(60px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .is-mobile .spnaviClose.on {
      transform: translateX(-220px);
      transition: transform .6s; }
  .siteNavi_spQuick {
    padding: 20px 20px 5px;
    margin-bottom: 15px;
    display: none; }
    .premium .siteNavi_spQuick {
      display: block; }
    .siteNavi_spQuick ul {
      margin: 0 -4px;
      padding: 0; }
      .siteNavi_spQuick ul::after {
        content: "";
        display: block;
        clear: both; }
    .siteNavi_spQuick li {
      width: 50%;
      float: left;
      padding: 0 4px;
      list-style: none; }
      .siteNavi_spQuick li:nth-child(n+3) {
        margin-top: 8px; }
			.siteNavi_spQuick li.wide {
				width: 100%; }
    .siteNavi_spQuick a {
      display: block;
      background: no-repeat center;
      background-size: auto 70px;
      background-color: #fff;
      border-radius: 5px; }
      .siteNavi_spQuick a::after {
        content: "";
        display: block;
        padding-top: 90%; }
			.siteNavi_spQuick li.wide a::after {
				padding-top: 38.461%;
			}
      .siteNavi_spQuick a span {
        display: none; }
    .siteNavi_spQuick .menu01 a {
      background-image: url(/admins/f-img/mobile-normal/bt_sitenav01.png); }
      .premium .siteNavi_spQuick .menu01 a {
        background-image: url(/admins/f-img/mobile-premium/bt_quick01.png); }
    .siteNavi_spQuick .menu02 a {
      background-image: url(/admins/f-img/mobile-normal/bt_sitenav02.png); }
      .premium .siteNavi_spQuick .menu02 a {
        background-image: url(/admins/f-img/mobile-premium/bt_quick02.png); }
    .siteNavi_spQuick .menu03 a {
      background-image: url(/admins/f-img/mobile-normal/bt_sitenav03.png); }
      .premium .siteNavi_spQuick .menu03 a {
        background-image: url(/admins/f-img/mobile-premium/bt_quick03.png); }
    .siteNavi_spQuick .menu04 a {
      background-image: url(/admins/f-img/mobile-normal/bt_sitenav04.png); }
      .premium .siteNavi_spQuick .menu04 a {
        background-image: url(/admins/f-img/mobile-premium/bt_quick04.png); }
		.siteNavi_spQuick .menu05 a {
      background-image: url(/admins/f-img/mobile-normal/bt_sitenav05.png); }
      .premium .siteNavi_spQuick .menu05 a {
        background-image: url(/admins/f-img/mobile-premium/bt_quick05.png); }

  .siteNavi_spBtmnavi {
    padding: 20px 20px 10px;
    background: #E5E5E5; }
    .premium .siteNavi_spBtmnavi {
      background: #111; }
    .siteNavi_spBtmnavi ul {
      margin: 0 -5px;
      padding: 0;
      display: flex; }
      .siteNavi_spBtmnavi ul::after {
        content: "";
        display: block;
        clear: both; }
    .siteNavi_spBtmnavi li {
      width: 50%;
      padding: 0 5px;
      list-style: none;
      height: 80px;
    }
    .siteNavi_spBtmnavi a {
      background: #2980B9;
      border-radius: 5px;
      padding: 10px;
      display: block;
      color: #fff;
      height: 100%; }
      .premium .siteNavi_spBtmnavi a {
        background: rgba(255, 255, 255, 0.1); }
    .siteNavi_spBtmnavi i {
      display: block;
      width: 25px;
      margin: 5px auto 7px; }
    .siteNavi_spBtmnavi span {
      display: block;
      text-align: center;
      color: inherit;
      line-height: 1.4;
      font-size: 11px; }

  .siteNavi_spLogout {
    margin: 0;
    padding: 15px 0 40px;
    background: #E5E5E5; }
    .premium .siteNavi_spLogout {
      color: #fff;
      background: #111; }
    .siteNavi_spLogout a {
      display: block;
      color: inherit;
      text-align: center;
      margin: 0 15px; }
      body:not(.premium) .siteNavi_spLogout a i::before {
        background-position: 33.3333333333% 84.6153846154%; }
  .is-mobile .toppage-reload {
    margin: -19px -15px 0;
    padding: 20px 15px 15px;
    background-size: 128px;
    border-radius: 0; }
    .is-mobile .toppage-reload_toptext {
      text-align: center;
      font-size: 11px; }
    .is-mobile .toppage-reload_btn {
      margin-top: 15px; }
    .is-mobile .toppage-reload .m-textBox {
      padding: 0; }
  .is-mobile .m-textBox {
    padding-left: 15px;
    padding-right: 15px; }
  .is-mobile .m-count01 {
    display: block; }
    .is-mobile .m-count01 > *:first-child {
      text-align: center; }
    .is-mobile .m-count01 > *:last-child {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      margin-top: 20px; }
  .is-mobile .text-countTitle {
    font-size: 15px;
    text-align: center; }
  .is-mobile .text-count {
    font-size: 34px; }
    .is-mobile .text-count span {
      font-size: 28px; }
  .is-mobile .m-baseLayout > *:not(:first-child) {
    margin: 45px -15px 0;
    padding: 45px 15px 0; }
  .is-mobile .table-base thead,
  .is-mobile .table-base tbody,
  .is-mobile .table-base tr,
  .is-mobile .table-base th,
  .is-mobile .table-base td {
    width: auto;
    display: block;
    border: none;
    padding: 0; }
  .is-mobile .table-base tr + tr {
    border-top: 1px solid #d6d6d6; }
  .is-mobile .table-base th {
    padding: 15px 15px 5px !important; }
  .is-mobile .table-base td {
    padding: 0 15px 10px !important; }
  .is-mobile .align-right-sp {
    text-align: right; }
  .is-mobile hr {
    margin: 45px 0; }
  .is-mobile .m-checkList {
    padding: 0 !important;
    background: none !important; }
    .is-mobile .m-checkList.list ul {
      margin: 0;
      border-radius: 5px;
      border: 1px solid #D6D6D6 !important;
      overflow: hidden; }
    .is-mobile .m-checkList.list li {
      flex-basis: 50%;
      margin-top: 0 !important;
      /*&:nth-child(n+3) { margin-top: -1px !important; }*/
      /*&:nth-child(1) i { border-top-left-radius: 5px; }
      &:nth-child(2) i { border-top-right-radius: 5px; }
      &:nth-last-child(1) i { border-bottom-right-radius: 5px; }
      &:nth-last-child(2) i { border-bottom-left-radius: 5px; }*/ }
      .is-mobile .m-checkList.list li:nth-child(n+5) {
        margin: 0; }
      .is-mobile .m-checkList.list li:nth-child(even) i {
        border-right: none !important; }
      .is-mobile .m-checkList.list li:last-child i, .is-mobile .m-checkList.list li:nth-last-child(2):nth-child(odd) i {
        border-bottom: none !important; }
    .is-mobile .m-checkList.list label {
      padding: 12px 10px 12px 37px;
      margin-right: 0;
      font-size: 11px;
      font-weight: normal;
      border-radius: 0;
      overflow: hidden;
      box-shadow: none; }
      .is-mobile .m-checkList.list label i {
        border: solid #D6D6D6 !important;
        border-width: 0 1px 1px 0 !important;
        border-radius: 0; }
        .is-mobile .m-checkList.list label i::before {
          left: 10px; }
  .is-mobile .m-castPhoto01 {
    margin-top: -10px; }
    .is-mobile .m-castPhoto01 li {
      flex-basis: 100%;
      margin: 10px 10px; }
  .is-mobile .fubtnArea {
    margin-top: 30px;
    margin-bottom: 45px; }
  .is-mobile .m-attention {
    font-size: 11px; }
  .is-mobile .sp-headHide thead {
    display: none; }
  .is-mobile .table-news tr {
    padding: 15px 0;
    background: none !important;
    display: flex;
    flex-direction: column; }
  .is-mobile .table-news th,
  .is-mobile .table-news td {
    padding: 0 !important;
    order: 3; }
    .is-mobile .table-news th:last-child,
    .is-mobile .table-news td:last-child {
      margin-bottom: 0; }
  .is-mobile .table-news .date {
    color: #999;
    order: 1; }
  .is-mobile .table-news .cast {
    margin: 0 0 10px;
    text-align: right; }
    .is-mobile .table-news .cast::before {
      content: "対象";
      display: inline-block;
      padding: .35em .5em .5em;
      margin-right: .5em;
      line-height: 1;
      background: #666;
      color: #fff;
      border-radius: 5px;
      font-size: 10px;
      position: relative;
      top: -.15em; }
  .is-mobile .table-news .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    order: 2; }
  .is-mobile .m-basePrice {
    padding: 25px 15px 15px;
    margin-bottom: 30px; }
    .is-mobile .m-basePrice_section {
      padding: 0 10px;
      margin: 0; }
    .is-mobile .m-basePrice_input dl {
      float: none;
      margin-right: 0; }
    .is-mobile .m-basePrice_input dd {
      white-space: normal;
      flex-basis: calc(100% - 4em); }
      .is-mobile .m-basePrice_input dd input:not(:first-child) {
        margin-left: 0;
        margin-top: 10px; }
    .is-mobile .m-basePrice_input ul {
      flex-wrap: wrap; }
    .is-mobile .m-basePrice_input li + li {
      margin: 10px 0 0; }
    .is-mobile .m-basePrice_discount dl {
      display: block; }
    .is-mobile .m-basePrice_discount dt {
      margin-bottom: 10px; }
    .is-mobile .m-basePrice_total {
      padding: 20px 15px;
      margin: 30px -10px 0; }
      .is-mobile .m-basePrice_totalData {
        line-height: 1.4;
        font-size: 11px;
        margin-top: 10px; }
  .is-mobile .table-basePrice,
  .is-mobile .table-basePrice tbody,
  .is-mobile .table-basePrice thead,
  .is-mobile .table-basePrice th,
  .is-mobile .table-basePrice td,
  .is-mobile .table-FreeFeeRequest td{
    display: block;
    width: auto;
    padding: 0;
    border: none; }
 .is-mobile .table-basePrice td:first-child {
    margin-bottom: 10px; }
    .is-mobile .table-basePrice td:first-child input[type="text"] {
      width: 50%; }
  .is-mobile .systemGet td:first-child input[type="text"]{
    width: 80%;
  }
  .is-mobile .systemGet .shimei td:first-child input[type="text"] {
    width: 80%;
  }
  .is-mobile .table-basePrice td:last-child {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px; }
  .is-mobile .systemGet td:last-child input[type="text"]{
    width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .is-mobile .table-basePrice tr:last-child td:last-child {
    margin-top: 10px;
    border: none; }
  .is-mobile .table-corseList tr {
    padding: 15px 0;
    background: none !important;
    display: flex;
    flex-direction: column; }
  .is-mobile .table-corseList th,
  .is-mobile .table-corseList td {
    padding: 0 !important;
    order: 3; }
    .is-mobile .table-corseList th:last-child,
    .is-mobile .table-corseList td:last-child {
      margin-bottom: 0; }
  .is-mobile .table-corseList .title {
    font-size: 15px;
    font-weight: bold; }
  .is-mobile .table-corseList .comment {
    color: #888;
    margin-bottom: 10px; }
  .is-mobile .couse_inputList {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.75em; }
    .is-mobile .couse_inputList li {
      flex-basis: 50%;
      margin: 0; }
      .is-mobile .couse_inputList li input[type="text"] {
        width: calc(100% - 2.5em); }
      .is-mobile .couse_inputList li.content {
        flex-basis: 100%;
        margin-bottom: 10px; }
        .is-mobile .couse_inputList li.content input {
          width: 100%; }
  .is-mobile.login {
    padding: 0;
    width: auto;
    background: none; }
  .is-mobile .login {
    width: auto;
    padding: 0; }
    .is-mobile .login_block {
      border-radius: 0; }
    .is-mobile .login_head {
      border-radius: 0;
      height: auto;
      padding: 25px 0; }
      .is-mobile .login_head h1 {
        width: 120px;
        margin-top: 0; }
    .is-mobile .login h2 {
      margin: 0 20px; }
    .is-mobile .login ul {
      width: 80%;
      margin-right: auto;
      margin-left: auto; }
      .is-mobile .login ul li {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto; }
        .is-mobile .login ul li input[type="text"],.is-mobile .login ul li input[type="password"]{
          width: 100%; }
  .is-mobile .table-option thead {
    display: none; }
  .is-mobile .table-option .id {
    padding: 10px 15px 0 !important;
    color: #999; }
  .is-mobile .table-option .optionName {
    padding-top: 5px !important; }
  .is-mobile .table-option .delete {
    padding: 0 1em; }
    .is-mobile .table-option .delete i {
      margin-right: 0 !important; }
  .is-mobile .table-question thead {
    display: none; }
  .is-mobile .table-question .id {
    padding: 10px 15px 0 !important;
    color: #999; }
  .is-mobile .table-question .question {
    padding-top: 5px !important; }
  .is-mobile .table-question .delete {
    padding: 0 1em; }
    .is-mobile .table-question .delete i {
      margin-right: 0 !important; }
  .is-mobile .table-enquete thead {
    display: none; }
  .is-mobile .table-enquete .id {
    padding: 10px 15px 0 !important;
    color: #999; }
  .is-mobile .table-enquete .enquete {
    padding-top: 5px !important; }
  .is-mobile .table-enquete .delete {
    padding: 0 1em; }
    .is-mobile .table-enquete .delete i {
      margin-right: 0 !important; }
  .is-mobile ul.girls_order li {
    width: auto;
    float: none; }
    .is-mobile ul.girls_order li label {
      display: block;
      margin: 15px 0; }
  .is-mobile .table-magazine {
    overflow-x: scroll; }
    .is-mobile .table-magazine table th,
    .is-mobile .table-magazine table td {
      white-space: nowrap; }
  .is-mobile .magazineReserve {
    display: block; }
    .is-mobile .magazineReserve ul {
      margin: 0; }
    .is-mobile .magazineReserve li:first-child {
      flex-basis: 100%; }
  .is-mobile .table-event thead {
    display: none; }
  .is-mobile .table-event tr {
    padding: 10px 0; }
  .is-mobile .table-event th,
  .is-mobile .table-event td {
    padding: 5px 0 !important;
    order: 3; }
    .is-mobile .table-event th:last-child,
    .is-mobile .table-event td:last-child {
      margin-bottom: 0; }
  .is-mobile .table-event td:first-child {
    font-size: 14px;
    font-weight: bold; }
  .is-mobile .table-event td:nth-child(2)::before {
    content: "開始時刻";
    color: #999;
    margin-right: .5em; }
  .is-mobile .table-event td:nth-child(3)::before {
    content: "終了時刻";
    color: #999;
    margin-right: .5em; }
  .is-mobile .table-photoDiary {
    border-width: 1px 0 0; }
    .is-mobile .table-photoDiary,
    .is-mobile .table-photoDiary thead,
    .is-mobile .table-photoDiary tbody,
    .is-mobile .table-photoDiary tr,
    .is-mobile .table-photoDiary th,
    .is-mobile .table-photoDiary td {
      display: block;
      width: auto !important; }
    .is-mobile .table-photoDiary thead {
      display: none; }
    .is-mobile .table-photoDiary tbody tr {
      display: flex;
      flex-wrap: wrap; }
      .is-mobile .table-photoDiary tbody tr + tr {
        border-top: 1px solid #d6d6d6; }
      .is-mobile .table-photoDiary tbody tr > * {
        border: none;
        padding: 15px 0; }
      .is-mobile .table-photoDiary tbody tr td:first-child {
        margin: 0 10px 0;
        border-radius: 10px;
        padding-bottom: 0; }
        .is-mobile .table-photoDiary tbody tr td:first-child img {
          height: 100px;
          position: static; }
      .is-mobile .table-photoDiary tbody tr td:nth-child(2) {
        flex-basis: 100%;
        order: 3; }
      .is-mobile .table-photoDiary tbody tr td:last-child {
        order: 2;
        flex-basis: 50%;
        text-align: right;
        flex: 1;
        padding-bottom: 0; }
        .is-mobile .table-photoDiary tbody tr td:last-child::after {
          content: "";
          display: block;
          clear: both; }
    .is-mobile .table-photoDiary_photo {
      order: 1;
      flex-basis: 50%;
      text-align: center;
      margin: 0; }
      .is-mobile .table-photoDiary_photo a {
        height: 100%;
        display: flexe;
        align-items: center;
        justify-content: center; }
      .is-mobile .table-photoDiary_photo img {
        border: 1px solid #d6d6d6; }
      .is-mobile .table-photoDiary_photo::before {
        display: none; }
    .is-mobile .table-photoDiary_name a {
      width: auto !important; }
    .is-mobile .table-photoDiary_btn {
      margin-top: 10px;
      float: right; }
      .is-mobile .table-photoDiary_btn::after {
        content: "";
        display: block;
        clear: both; }
  .is-mobile .sokuhime-title {
    margin: 30px 25px 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
    .is-mobile .sokuhime-title span {
      margin-top: .35em;
      display: block;
      font-size: .9em;
      font-weight: normal; }
  .is-mobile .m-todayList {
    margin-bottom: 30px; }
    .is-mobile .m-todayList_item {
      position: relative;
      padding-top: 35px; }
    .is-mobile .m-todayList_photo {
      position: absolute;
      top: 45px;
      left: 10px;
      height: 0;
      width: 60px; }
    .is-mobile .m-todayList_wrap {
      background: #000; }
    .is-mobile .m-todayList_data1 {
      width: auto;
      float: none; }
      .is-mobile .m-todayList_data1head {
        position: absolute;
        line-height: 35px;
        top: 0;
        left: 0;
        width: 100%;
        background: #2980B9;
        border: none; }
        .premium .m-todayList_data1head {
          background-color: #333; }
      .is-mobile .m-todayList_data1body {
        margin-left: 70px;
        margin-top: 6px; }
        .is-mobile .m-todayList_data1body dl {
          display: block;
          padding-top: 5px;
          margin-bottom: 5px; }
        .is-mobile .m-todayList_data1body dt {
          margin-bottom: 5px;
          font-size: 18px; }
        .is-mobile .m-todayList_data1body dd input[type="text"],
        .is-mobile .m-todayList_data1body dd select {
          font-size: 16px; }
    .is-mobile .m-todayList_data2 {
      display: flex;
      width: auto;
      float: none;
      justify-content: space-between;
      padding: 10px 10px 10px 0;
      margin-top: 10px;
      border-top: 1px solid #e5e5e5; }
      .is-mobile .m-todayList_data2 > * {
        flex-basis: calc(100% - 5px); }
      .is-mobile .m-todayList_data2workTime {
        height: auto; }
        .is-mobile .m-todayList_data2workTime dt {
          padding-top: 0; }
        .is-mobile .m-todayList_data2workTime dd {
          margin: 0; }
      .is-mobile .m-todayList_data2sokuhime {
        height: auto;
        padding: 8px 0 0; }
        .is-mobile .m-todayList_data2sokuhimeBtn {
          margin: 0 auto; }
        .is-mobile .m-todayList_data2finishBtnOff {
          margin: 0 auto !important; }
        .is-mobile .m-todayList_data2sokuhimeText {
          line-height: 24px;
          font-size: 11px; }
    .is-mobile .m-todayList_name {
      margin: 0;
      color: #fff;
      font-size: 1.3rem;
      padding: 0 15px; }
    .is-mobile .m-todayList_calendar {
      display: none; }
  .is-mobile .fixed-rightBottom {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    padding-bottom: 35px;
    top: 100px;
    bottom: -30px;
    text-align: center; }
  .is-mobile .designEdit_theme ul {
    margin-top: -20px; }
  .is-mobile .designEdit_theme li {
    flex-basis: 50%; }
  .is-mobile .designEdit_back_originalImg {
    display: block; }
    .is-mobile .designEdit_back_originalImg > div {
      margin-top: 30px; }
  .is-mobile .designEdit_backInput input[type="text"] {
    width: calc(100% - 60px);
    margin-right: 10px; }
  .is-mobile .designEdit_backImgList {
    margin: 0 -5px; }
    .is-mobile .designEdit_backImgList li {
      width: 33.3333%;
      height: auto;
      padding: 5px;
      margin-right: 0; }
      .is-mobile .designEdit_backImgList li label {
        margin-bottom: 0;
        font-size: 0;
        line-height: 1; }
      .is-mobile .designEdit_backImgList li:nth-child(3n+1) {
        clear: both; }
  .is-mobile .designEdit_color ul {
    display: block;
    margin: 0; }
  .is-mobile .designEdit_color dl {
    margin: 0; }
  .is-mobile .designEdit_color dt {
    margin-bottom: .1em; }
  .is-mobile .designEdit_color dd p {
    margin-top: .25em; }
  .is-mobile .designEdit_imageUpload {
    margin: 0;
    display: block; }
    .is-mobile .designEdit_imageUpload dl {
      margin-right: 0;
      margin-left: 0; }
  .is-mobile .cropper_flow {
    display: block;
    margin-top: -30px; }
    .is-mobile .cropper_flowItem {
      display: block;
      margin-right: 0; }
      .is-mobile .cropper_flowItem + .cropper_flowItem {
        margin-top: 30px; }
      .is-mobile .cropper_flowItem > div:nth-child(n+2) {
        margin-top: 10px; }
  .is-mobile .calender-weekly_head {
    display: none; }
  .is-mobile .calender-weekly_table thead {
    display: none; }
  .is-mobile .calender-weekly_table tbody th, .is-mobile .calender-weekly_table tbody td {
    display: none; }
  .is-mobile .calender-weekly_table tbody th, .is-mobile .calender-weekly_table tbody th+td {
    display: table-cell; }
    .is-mobile .calender-weekly_table tbody th:first-child, .is-mobile .calender-weekly_table tbody th:last-child, .is-mobile .calender-weekly_table tbody td:first-child, .is-mobile .calender-weekly_table tbody td:last-child {
      display: table-cell; }
  .is-mobile .calender-weekly_table tbody th {
    width: auto; }
  .is-mobile .calender-monthly_monthSelect > p.monthData {
    font-size: 16px; }
  .is-mobile .calender-monthly_monthSelect .fubtn-arrow-prev,
  .is-mobile .calender-monthly_monthSelect .fubtn-arrow-next {
    min-width: 30px;
    font-size: 13px;
    line-height: 30px;
    height: 30px; }
  .is-mobile .calender-monthly_monthSelect .fubtn-arrow-prev {
    padding: 0 1em 0 20px; }
  .is-mobile .calender-monthly_monthSelect .fubtn-arrow-next {
    padding: 0 20px 0 1em; }
  .is-mobile .calender-monthly_girlData {
    background: #F5F5F5;
    border-radius: 10px;
    border: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0; }
  .is-mobile .calender-monthly_girlName {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2; }
  .is-mobile .calender-monthly_girlNavi {
    width: 100%;
    padding: 10px 10px 10px 20px; }
    .is-mobile .calender-monthly_girlNavi ul {
      display: flex;
      justify-content: space-between;
      padding: 0;
      align-items: center;
      margin: 0; }
    .is-mobile .calender-monthly_girlNavi li {
      margin: 0; }
  .is-mobile .calender-monthly_tableArea {
    margin: 0 -5px 0 -10px; }
    .is-mobile .calender-monthly_tableArea_head > div {
      padding-bottom: 0; }
    .is-mobile .calender-monthly_tableArea_row > div {
      border-color: #fff;
      border-width: 4px 0 0 4px; }
      .is-mobile .calender-monthly_tableArea_row > div .day {
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        font-size: 12px;
        line-height: 30px; }
      .is-mobile .calender-monthly_tableArea_row > div .data {
        background: #F5F5F5;
        border-radius: 0 0 5px 5px;
        height: 44px;
        position: relative; }
        .is-mobile .calender-monthly_tableArea_row > div .data p {
          display: none; }
      .is-mobile .calender-monthly_tableArea_row > div.today .data {
        background: #FFE635; }
      .is-mobile .calender-monthly_tableArea_row > div.sp-on .data::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #2980B9; }
        .premium .calender-monthly_tableArea_row > div.sp-on .data::before {
          background: #E81E63; }
  .is-mobile .allView .calender-monthly_tableArea_row > div a {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    padding: 5px 2px 25px; }
    .is-mobile .allView .calender-monthly_tableArea_row > div a dl {
      display: block;
      text-align: center; }
    .is-mobile .allView .calender-monthly_tableArea_row > div a dt {
      font-size: 10px;
      color: #666; }
  .is-mobile .calender-monthly_tableArea_row .sinsei{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0000cd;
    text-align: center;
    line-height: 10px;
    margin-bottom: 6px;}
  .is-mobile .table-schedulePattern {
    display: flex; }
    .is-mobile .table-schedulePattern > thead {
      width: 20%;
      border: none; }
      .is-mobile .table-schedulePattern > thead > tr {
        display: flex;
        flex-direction: column; }
        .is-mobile .table-schedulePattern > thead > tr > th,
        .is-mobile .table-schedulePattern > thead > tr > td {
          padding: 10px 5px;
          height: 94px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: none; }
          .is-mobile .table-schedulePattern > thead > tr > th:first-child,
          .is-mobile .table-schedulePattern > thead > tr > td:first-child {
            font-size: 0; }
    .is-mobile .table-schedulePattern > tbody {
      width: 80%;
      display: flex; }
      .is-mobile .table-schedulePattern > tbody > tr {
        width: 33.3333%;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .is-mobile .table-schedulePattern > tbody > tr > td,
        .is-mobile .table-schedulePattern > tbody > tr > th {
          text-align: center;
          height: 94px;
          padding: 10px 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: none; }
  .is-mobile .m-calenderPopup_baloon::before, .is-mobile .m-calenderPopup_baloon::after {
    display: none; }
  .is-mobile .replymail_tagMenu {
    display: block;
    margin-bottom: 60px; }
    .is-mobile .replymail_tagMenu > * {
      margin: 0; }
      .is-mobile .replymail_tagMenu > * + * {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dotted #ccc; }
      .is-mobile .replymail_tagMenu > * dd {
        display: flex;
        align-items: center;
        justify-content: space-between; }
  .is-mobile .table-castManagement thead {
    display: none; }
  .is-mobile .table-castManagement tr {
    padding: 15px 0; }
    .is-mobile .table-castManagement tr::after {
      content: "";
      display: block;
      clear: both; }
  .is-mobile .table-castManagement .name {
    float: left;
    padding-top: .4em !important;
    font-weight: bold; }
    .is-mobile .table-castManagement .name img,
    .is-mobile .table-castManagement .name br {
      display: none; }
  .is-mobile .table-castManagement .status {
    float: right; }
  .is-mobile .table-castManagement .loginData {
    clear: both; }
  .is-mobile .table-castManagement .btnarea {
    float: right;
    padding-bottom: 0 !important; }
  /*CastimageView*/
.is-mobile #sortAxisXY li{
    display: flex;
    padding: 0;
  }
.is-mobile #sortAxisXY .name{
    flex-basis: 10%;
  }
.is-mobile #sortAxisXY .pic{
    flex-basis: 30%;
  }
.is-mobile #sortAxisXY .align-center{
    flex-basis: 60%;
    align-items: center;
  }
/*CastResultView*/
.is-mobile #rankSelector>li {
  float: none;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.is-mobile .shimei .table-input_inTable tr {
  border-bottom: 1px dotted #d6d6d6;
  padding-top: 20px; }
.is-mobile .shimei .table-input_inTable td:first-child input[type="text"] {
  width: 70%;}
.is-mobile .shimei .table-input_inTable tr:last-child {
  border:none;}
.is-mobile .shimei .table-input_inTable td {
  margin-bottom: 10px;}
.is-mobile .table-basePrice td:first-child input[type="text"].systemGetValue{
    width: 100%;
}
.is-mobile .table-input input[type="text"].systemGetPrice{
    width: 50%;;
}
.is-mobile .systemGet > tbody > tr:first-child > *{
  border-top: none;
}
.is-mobile .m-basePrice_section h3{
  border-bottom: 2px solid #d6d6d6;
}
.is-mobile .table-input input[type="text"].systemGetPrice{
  margin-left: 0;
}
.is-mobile input[type="text"][disabled]{
  background:#e5e5e5;
  cursor:not-allowed;
}
.is-mobile .table-input select[disabled]{
  background:#e5e5e5;
   }